Skip to content

Commit

Permalink
Updates SDK to v2.1473.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 12, 2023
1 parent 9f77780 commit e10b9c5
Show file tree
Hide file tree
Showing 61 changed files with 5,672 additions and 2,206 deletions.
87 changes: 87 additions & 0 deletions .changes/2.1473.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
[
{
"type": "feature",
"category": "AuditManager",
"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."
},
{
"type": "feature",
"category": "AutoScaling",
"description": "Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups"
},
{
"type": "feature",
"category": "ConfigService",
"description": "Add enums for resource types supported by Config"
},
{
"type": "feature",
"category": "ControlTower",
"description": "Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API."
},
{
"type": "feature",
"category": "CustomerProfiles",
"description": "Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model."
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "Glue",
"description": "Extending version control support to GitLab and Bitbucket from AWSGlue"
},
{
"type": "feature",
"category": "IVSRealTime",
"description": "Update GetParticipant to return additional metadata."
},
{
"type": "feature",
"category": "Inspector2",
"description": "Add MacOs ec2 platform support"
},
{
"type": "feature",
"category": "Lambda",
"description": "Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs"
},
{
"type": "feature",
"category": "Location",
"description": "This release adds endpoint updates for all AWS Location resource operations."
},
{
"type": "feature",
"category": "MachineLearning",
"description": "This release marks Password field as sensitive"
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds support for adding a dedicated log volume to open-source RDS instances."
},
{
"type": "feature",
"category": "Rekognition",
"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."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings"
},
{
"type": "feature",
"category": "Textract",
"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."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "This release is to enable m4a format to customers"
}
]
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1472.0-->
<!--LATEST=2.1473.0-->
<!--ENTRYINSERT-->

## 2.1473.0
* 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.
* feature: AutoScaling: Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups
* feature: ConfigService: Add enums for resource types supported by Config
* feature: ControlTower: Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API.
* feature: CustomerProfiles: Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model.
* 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.
* feature: Glue: Extending version control support to GitLab and Bitbucket from AWSGlue
* feature: IVSRealTime: Update GetParticipant to return additional metadata.
* feature: Inspector2: Add MacOs ec2 platform support
* feature: Lambda: Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs
* feature: Location: This release adds endpoint updates for all AWS Location resource operations.
* feature: MachineLearning: This release marks Password field as sensitive
* feature: RDS: This release adds support for adding a dedicated log volume to open-source RDS instances.
* 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.
* feature: SageMaker: Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings
* 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.
* feature: TranscribeService: This release is to enable m4a format to customers

## 2.1472.0
* feature: EC2: Documentation updates for Elastic Compute Cloud (EC2).
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1472.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1473.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
2 changes: 2 additions & 0 deletions apis/auditmanager-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1734,6 +1734,8 @@
"member": {
"shape": "AWSAccount"
},
"max": 200,
"min": 1,
"sensitive": true
},
"AWSService": {
Expand Down
2 changes: 1 addition & 1 deletion apis/autoscaling-2011-01-01.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"input": {
"AutoScalingGroupName": "my-asg",
"DesiredCapacity": 4,
"DesiredCapacityTypes": "units",
"DesiredCapacityType": "units",
"MaxSize": 100,
"MinSize": 0,
"MixedInstancesPolicy": {
Expand Down
Loading

0 comments on commit e10b9c5

Please sign in to comment.