Skip to content

Commit

Permalink
Updates SDK to v2.933.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 23, 2021
1 parent 86499df commit d420427
Show file tree
Hide file tree
Showing 42 changed files with 4,615 additions and 982 deletions.
47 changes: 47 additions & 0 deletions .changes/2.933.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "CloudFront",
"description": "Amazon CloudFront adds support for a new security policy, TLSv1.2_2021."
},
{
"type": "feature",
"category": "CloudSearch",
"description": "This release replaces previous generation CloudSearch instances with equivalent new instances that provide better stability at the same price."
},
{
"type": "feature",
"category": "CloudWatchEvents",
"description": "Added the following parameters to ECS targets: CapacityProviderStrategy, EnableECSManagedTags, EnableExecuteCommand, PlacementConstraints, PlacementStrategy, PropagateTags, ReferenceId, and Tags"
},
{
"type": "feature",
"category": "CodeGuruReviewer",
"description": "Adds support for S3 based full repository analysis and changed lines scan."
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for provisioning your own IP (BYOIP) range in multiple regions. This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature."
},
{
"type": "feature",
"category": "EventBridge",
"description": "Added the following parameters to ECS targets: CapacityProviderStrategy, EnableECSManagedTags, EnableExecuteCommand, PlacementConstraints, PlacementStrategy, PropagateTags, ReferenceId, and Tags"
},
{
"type": "feature",
"category": "LicenseManager",
"description": "AWS License Manager now allows license administrators and end users to communicate to each other by setting custom status reasons when updating the status on a granted license."
},
{
"type": "feature",
"category": "MediaTailor",
"description": "Update GetChannelSchedule to return information on ad breaks."
},
{
"type": "feature",
"category": "QuickSight",
"description": "Releasing new APIs for AWS QuickSight Folders"
}
]
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.932.0-->
<!--LATEST=2.933.0-->
<!--ENTRYINSERT-->

## 2.933.0
* feature: CloudFront: Amazon CloudFront adds support for a new security policy, TLSv1.2_2021.
* feature: CloudSearch: This release replaces previous generation CloudSearch instances with equivalent new instances that provide better stability at the same price.
* feature: CloudWatchEvents: Added the following parameters to ECS targets: CapacityProviderStrategy, EnableECSManagedTags, EnableExecuteCommand, PlacementConstraints, PlacementStrategy, PropagateTags, ReferenceId, and Tags
* feature: CodeGuruReviewer: Adds support for S3 based full repository analysis and changed lines scan.
* feature: EC2: This release adds support for provisioning your own IP (BYOIP) range in multiple regions. This feature is in limited Preview for this release. Contact your account manager if you are interested in this feature.
* feature: EventBridge: Added the following parameters to ECS targets: CapacityProviderStrategy, EnableECSManagedTags, EnableExecuteCommand, PlacementConstraints, PlacementStrategy, PropagateTags, ReferenceId, and Tags
* feature: LicenseManager: AWS License Manager now allows license administrators and end users to communicate to each other by setting custom status reasons when updating the status on a granted license.
* feature: MediaTailor: Update GetChannelSchedule to return information on ad breaks.
* feature: QuickSight: Releasing new APIs for AWS QuickSight Folders

## 2.932.0
* feature: ApiGateway: adds mention of default value for "enabled" field of CreateApiKeyRequest for better documentation
* feature: CloudFormation: CloudFormation registry service now supports 3rd party public type sharing
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.932.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.933.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
6 changes: 3 additions & 3 deletions apis/cloud9-2017-09-23.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"output": {
}
},
"description": "The following example gets information about all of the environment members for the specified AWS Cloud9 development environment.",
"description": "The following example gets information about all of the environment members for the specified &AWS; Cloud9 development environment.",
"id": "describeenvironmentmemberships1-1516823070453",
"title": "DescribeEnvironmentMemberships1"
},
Expand All @@ -142,7 +142,7 @@
"output": {
}
},
"description": "The following example gets information about the owner of the specified AWS Cloud9 development environment.",
"description": "The following example gets information about the owner of the specified &AWS; Cloud9 development environment.",
"id": "describeenvironmentmemberships2-1516823191355",
"title": "DescribeEnvironmentMemberships2"
},
Expand Down Expand Up @@ -174,7 +174,7 @@
"output": {
}
},
"description": "The following example gets AWS Cloud9 development environment membership information for the specified user.",
"description": "The following example gets &AWS; Cloud9 development environment membership information for the specified user.",
"id": "describeenvironmentmemberships3-1516823268793",
"title": "DescribeEnvironmentMemberships3"
}
Expand Down
Loading

0 comments on commit d420427

Please sign in to comment.