Skip to content

Commit c14da5a

Browse files
author
awstools
committed
Updates SDK to v2.1235.0
1 parent 0bae9f4 commit c14da5a

20 files changed

+1457
-910
lines changed

.changes/2.1235.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "SESV2",
5+
"description": "This release allows subscribers to enable Dedicated IPs (managed) to send email via a fully managed dedicated IP experience. It also adds identities' VerificationStatus in the response of GetEmailIdentity and ListEmailIdentities APIs, and ImportJobs counts in the response of ListImportJobs API."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SageMaker",
10+
"description": "This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ServiceDiscovery",
15+
"description": "Updated the ListNamespaces API to support the NAME and HTTP_NAME filters, and the BEGINS_WITH filter condition."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1234.0-->
2+
<!--LATEST=2.1235.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1235.0
6+
* feature: SESV2: This release allows subscribers to enable Dedicated IPs (managed) to send email via a fully managed dedicated IP experience. It also adds identities' VerificationStatus in the response of GetEmailIdentity and ListEmailIdentities APIs, and ImportJobs counts in the response of ListImportJobs API.
7+
* feature: SageMaker: This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data.
8+
* feature: ServiceDiscovery: Updated the ListNamespaces API to support the NAME and HTTP_NAME filters, and the BEGINS_WITH filter condition.
9+
510
## 2.1234.0
611
* feature: Greengrass: This change allows customers to specify FunctionRuntimeOverride in FunctionDefinitionVersion. This configuration can be used if the runtime on the device is different from the AWS Lambda runtime specified for that function.
712
* feature: SageMaker: This release adds support for C7g, C6g, C6gd, C6gn, M6g, M6gd, R6g, and R6gn Graviton instance types in Amazon SageMaker Inference.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1234.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1235.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/frauddetector-2019-11-15.normal.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@
25282528
},
25292529
"iamRoleArn": {
25302530
"shape": "iamRoleArn",
2531-
"documentation": "<p>The ARN of the IAM role created for Amazon S3 bucket that holds your data file. The IAM role must have read and write permissions to both input and output S3 buckets.</p>"
2531+
"documentation": "<p>The ARN of the IAM role created for Amazon S3 bucket that holds your data file.</p> <p>The IAM role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html\">User policy examples</a> in the <i>Amazon S3 User Guide</i>.</p>"
25322532
},
25332533
"tags": {
25342534
"shape": "tagList",
@@ -2577,7 +2577,7 @@
25772577
},
25782578
"iamRoleArn": {
25792579
"shape": "iamRoleArn",
2580-
"documentation": "<p>The ARN of the IAM role to use for this job request.</p>"
2580+
"documentation": "<p>The ARN of the IAM role to use for this job request.</p> <p>The IAM Role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html\">User policy examples</a> in the <i>Amazon S3 User Guide</i>.</p>"
25812581
},
25822582
"tags": {
25832583
"shape": "tagList",
@@ -5366,7 +5366,7 @@
53665366
"members": {
53675367
"kmsEncryptionKeyArn": {
53685368
"shape": "KmsEncryptionKeyArn",
5369-
"documentation": "<p>The KMS encryption key ARN.</p>"
5369+
"documentation": "<p>The KMS encryption key ARN.</p> <p>The KMS key must be single-Region key. Amazon Fraud Detector does not support multi-Region KMS key.</p>"
53705370
}
53715371
}
53725372
},
@@ -5880,7 +5880,7 @@
58805880
},
58815881
"status": {
58825882
"shape": "DetectorVersionStatus",
5883-
"documentation": "<p>The new status.</p>"
5883+
"documentation": "<p>The new status.</p> <p>The only supported values are <code>ACTIVE</code> and <code>INACTIVE</code> </p>"
58845884
}
58855885
}
58865886
},

0 commit comments

Comments
 (0)