Skip to content

Commit

Permalink
Updates SDK to v2.1235.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 18, 2022
1 parent 0bae9f4 commit c14da5a
Show file tree
Hide file tree
Showing 20 changed files with 1,457 additions and 910 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1235.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "SESV2",
"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."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This change allows customers to enable data capturing while running a batch transform job, and configure monitoring schedule to monitoring the captured data."
},
{
"type": "feature",
"category": "ServiceDiscovery",
"description": "Updated the ListNamespaces API to support the NAME and HTTP_NAME filters, and the BEGINS_WITH filter condition."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1234.0-->
<!--LATEST=2.1235.0-->
<!--ENTRYINSERT-->

## 2.1235.0
* 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.
* 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.
* feature: ServiceDiscovery: Updated the ListNamespaces API to support the NAME and HTTP_NAME filters, and the BEGINS_WITH filter condition.

## 2.1234.0
* 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.
* feature: SageMaker: This release adds support for C7g, C6g, C6gd, C6gn, M6g, M6gd, R6g, and R6gn Graviton instance types in Amazon SageMaker Inference.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
8 changes: 4 additions & 4 deletions apis/frauddetector-2019-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2528,7 +2528,7 @@
},
"iamRoleArn": {
"shape": "iamRoleArn",
"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>"
"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>"
},
"tags": {
"shape": "tagList",
Expand Down Expand Up @@ -2577,7 +2577,7 @@
},
"iamRoleArn": {
"shape": "iamRoleArn",
"documentation": "<p>The ARN of the IAM role to use for this job request.</p>"
"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>"
},
"tags": {
"shape": "tagList",
Expand Down Expand Up @@ -5366,7 +5366,7 @@
"members": {
"kmsEncryptionKeyArn": {
"shape": "KmsEncryptionKeyArn",
"documentation": "<p>The KMS encryption key ARN.</p>"
"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>"
}
}
},
Expand Down Expand Up @@ -5880,7 +5880,7 @@
},
"status": {
"shape": "DetectorVersionStatus",
"documentation": "<p>The new status.</p>"
"documentation": "<p>The new status.</p> <p>The only supported values are <code>ACTIVE</code> and <code>INACTIVE</code> </p>"
}
}
},
Expand Down
Loading

0 comments on commit c14da5a

Please sign in to comment.