Skip to content

Commit e10b9c5

Browse files
author
awstools
committed
Updates SDK to v2.1473.0
1 parent 9f77780 commit e10b9c5

File tree

61 files changed

+5672
-2206
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+5672
-2206
lines changed

.changes/2.1473.0.json

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AuditManager",
5+
"description": "This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "AutoScaling",
10+
"description": "Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ConfigService",
15+
"description": "Add enums for resource types supported by Config"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "ControlTower",
20+
"description": "Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "CustomerProfiles",
25+
"description": "Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "EC2",
30+
"description": "This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Glue",
35+
"description": "Extending version control support to GitLab and Bitbucket from AWSGlue"
36+
},
37+
{
38+
"type": "feature",
39+
"category": "IVSRealTime",
40+
"description": "Update GetParticipant to return additional metadata."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Inspector2",
45+
"description": "Add MacOs ec2 platform support"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Lambda",
50+
"description": "Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs"
51+
},
52+
{
53+
"type": "feature",
54+
"category": "Location",
55+
"description": "This release adds endpoint updates for all AWS Location resource operations."
56+
},
57+
{
58+
"type": "feature",
59+
"category": "MachineLearning",
60+
"description": "This release marks Password field as sensitive"
61+
},
62+
{
63+
"type": "feature",
64+
"category": "RDS",
65+
"description": "This release adds support for adding a dedicated log volume to open-source RDS instances."
66+
},
67+
{
68+
"type": "feature",
69+
"category": "Rekognition",
70+
"description": "Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data."
71+
},
72+
{
73+
"type": "feature",
74+
"category": "SageMaker",
75+
"description": "Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings"
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Textract",
80+
"description": "This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters."
81+
},
82+
{
83+
"type": "feature",
84+
"category": "TranscribeService",
85+
"description": "This release is to enable m4a format to customers"
86+
}
87+
]

CHANGELOG.md

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

5+
## 2.1473.0
6+
* feature: AuditManager: This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope.
7+
* feature: AutoScaling: Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups
8+
* feature: ConfigService: Add enums for resource types supported by Config
9+
* feature: ControlTower: Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API.
10+
* feature: CustomerProfiles: Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model.
11+
* feature: EC2: This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it.
12+
* feature: Glue: Extending version control support to GitLab and Bitbucket from AWSGlue
13+
* feature: IVSRealTime: Update GetParticipant to return additional metadata.
14+
* feature: Inspector2: Add MacOs ec2 platform support
15+
* feature: Lambda: Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs
16+
* feature: Location: This release adds endpoint updates for all AWS Location resource operations.
17+
* feature: MachineLearning: This release marks Password field as sensitive
18+
* feature: RDS: This release adds support for adding a dedicated log volume to open-source RDS instances.
19+
* feature: Rekognition: Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data.
20+
* feature: SageMaker: Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings
21+
* feature: Textract: This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters.
22+
* feature: TranscribeService: This release is to enable m4a format to customers
23+
524
## 2.1472.0
625
* feature: EC2: Documentation updates for Elastic Compute Cloud (EC2).
726
* feature: FSx: After performing steps to repair the Active Directory configuration of a file system, use this action to initiate the process of attempting to recover to the file system.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1472.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1473.0.min.js"></script>
7575

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

apis/auditmanager-2017-07-25.normal.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,6 +1734,8 @@
17341734
"member": {
17351735
"shape": "AWSAccount"
17361736
},
1737+
"max": 200,
1738+
"min": 1,
17371739
"sensitive": true
17381740
},
17391741
"AWSService": {

apis/autoscaling-2011-01-01.examples.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"input": {
220220
"AutoScalingGroupName": "my-asg",
221221
"DesiredCapacity": 4,
222-
"DesiredCapacityTypes": "units",
222+
"DesiredCapacityType": "units",
223223
"MaxSize": 100,
224224
"MinSize": 0,
225225
"MixedInstancesPolicy": {

0 commit comments

Comments
 (0)