Skip to content

Commit

Permalink
Updates SDK to v2.1637.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 7, 2024
1 parent 74e3e02 commit b502761
Show file tree
Hide file tree
Showing 26 changed files with 2,073 additions and 994 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1637.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AuditManager",
"description": "New feature: common controls. When creating custom controls, you can now use pre-grouped AWS data sources based on common compliance themes. Also, the awsServices parameter is deprecated because we now manage services in scope for you. If used, the input is ignored and an empty list is returned."
},
{
"type": "feature",
"category": "B2bi",
"description": "Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership."
},
{
"type": "feature",
"category": "CodePipeline",
"description": "CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant."
},
{
"type": "feature",
"category": "VerifiedPermissions",
"description": "This release adds OpenIdConnect (OIDC) configuration support for IdentitySources, allowing for external IDPs to be used in authorization requests."
},
{
"type": "feature",
"category": "protocol",
"description": "test for union"
},
{
"type": "feature",
"category": "protocol",
"description": "test querystring list of integers for rest-json"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-protocol-2da87ea9.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-protocol-6c6da7ca.json

This file was deleted.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1636.0-->
<!--LATEST=2.1637.0-->
<!--ENTRYINSERT-->

## 2.1637.0
* feature: AuditManager: New feature: common controls. When creating custom controls, you can now use pre-grouped AWS data sources based on common compliance themes. Also, the awsServices parameter is deprecated because we now manage services in scope for you. If used, the input is ignored and an empty list is returned.
* feature: B2bi: Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership.
* feature: CodePipeline: CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides.
* feature: SageMaker: This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant.
* feature: VerifiedPermissions: This release adds OpenIdConnect (OIDC) configuration support for IdentitySources, allowing for external IDPs to be used in authorization requests.
* feature: protocol: test for union
* feature: protocol: test querystring list of integers for rest-json

## 2.1636.0
* feature: Account: This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization.
* feature: FSx: This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1636.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1637.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

0 comments on commit b502761

Please sign in to comment.