Skip to content

Commit b502761

Browse files
author
awstools
committed
Updates SDK to v2.1637.0
1 parent 74e3e02 commit b502761

26 files changed

+2073
-994
lines changed

.changes/2.1637.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AuditManager",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "B2bi",
10+
"description": "Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "CodePipeline",
15+
"description": "CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"description": "This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "VerifiedPermissions",
25+
"description": "This release adds OpenIdConnect (OIDC) configuration support for IdentitySources, allowing for external IDPs to be used in authorization requests."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "protocol",
30+
"description": "test for union"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "protocol",
35+
"description": "test querystring list of integers for rest-json"
36+
}
37+
]

.changes/next-release/feature-protocol-2da87ea9.json

-5
This file was deleted.

.changes/next-release/feature-protocol-6c6da7ca.json

-5
This file was deleted.

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1636.0-->
2+
<!--LATEST=2.1637.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1637.0
6+
* 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.
7+
* feature: B2bi: Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership.
8+
* feature: CodePipeline: CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides.
9+
* feature: SageMaker: This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant.
10+
* feature: VerifiedPermissions: This release adds OpenIdConnect (OIDC) configuration support for IdentitySources, allowing for external IDPs to be used in authorization requests.
11+
* feature: protocol: test for union
12+
* feature: protocol: test querystring list of integers for rest-json
13+
514
## 2.1636.0
615
* 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.
716
* 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.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1636.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1637.0.min.js"></script>
6868

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

0 commit comments

Comments
 (0)