Skip to content

Commit

Permalink
Updates SDK to v2.1306.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 31, 2023
1 parent be414c1 commit 10c3ac6
Show file tree
Hide file tree
Showing 48 changed files with 8,089 additions and 3,983 deletions.
82 changes: 82 additions & 0 deletions .changes/2.1306.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
[
{
"type": "feature",
"category": "AccessAnalyzer",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
},
{
"type": "feature",
"category": "AppSync",
"description": "This release introduces the feature to support EventBridge as AppSync data source."
},
{
"type": "feature",
"category": "CloudTrail",
"description": "Add new \"Channel\" APIs to enable users to manage channels used for CloudTrail Lake integrations, and \"Resource Policy\" APIs to enable users to manage the resource-based permissions policy attached to a channel."
},
{
"type": "feature",
"category": "CloudTrailData",
"description": "Add CloudTrail Data Service to enable users to ingest activity events from non-AWS sources into CloudTrail Lake."
},
{
"type": "feature",
"category": "CodeArtifact",
"description": "This release introduces a new DeletePackage API, which enables deletion of a package and all of its versions from a repository."
},
{
"type": "feature",
"category": "ConnectParticipant",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
},
{
"type": "feature",
"category": "EC2",
"description": "This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K."
},
{
"type": "feature",
"category": "GroundStation",
"description": "DigIF Expansion changes to the Customer APIs."
},
{
"type": "feature",
"category": "Iot",
"description": "Added support for IoT Rules Engine Cloudwatch Logs action batch mode."
},
{
"type": "feature",
"category": "Kinesis",
"description": "Updates API to latest version."
},
{
"type": "feature",
"category": "OpenSearch",
"description": "Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy."
},
{
"type": "feature",
"category": "Outposts",
"description": "Enabled FIPS endpoints for GovCloud (US) regions in SDK."
},
{
"type": "feature",
"category": "Polly",
"description": "Amazon Polly adds two new neural American English voices - Ruth, Stephen"
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker Automatic Model Tuning now supports more completion criteria for Hyperparameter Optimization."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "New fields have been added to the AWS Security Finding Format. Compliance.SecurityControlId is a unique identifier for a security control across standards. Compliance.AssociatedStandards contains all enabled standards in which a security control is enabled."
},
{
"type": "feature",
"category": "Support",
"description": "This fixes incorrect endpoint construction when a customer is explicitly setting a region."
}
]
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1305.0-->
<!--LATEST=2.1306.0-->
<!--ENTRYINSERT-->

## 2.1306.0
* feature: AccessAnalyzer: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* feature: AppSync: This release introduces the feature to support EventBridge as AppSync data source.
* feature: CloudTrail: Add new "Channel" APIs to enable users to manage channels used for CloudTrail Lake integrations, and "Resource Policy" APIs to enable users to manage the resource-based permissions policy attached to a channel.
* feature: CloudTrailData: Add CloudTrail Data Service to enable users to ingest activity events from non-AWS sources into CloudTrail Lake.
* feature: CodeArtifact: This release introduces a new DeletePackage API, which enables deletion of a package and all of its versions from a repository.
* feature: ConnectParticipant: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* feature: EC2: This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K.
* feature: GroundStation: DigIF Expansion changes to the Customer APIs.
* feature: Iot: Added support for IoT Rules Engine Cloudwatch Logs action batch mode.
* feature: Kinesis: Updates API to latest version.
* feature: OpenSearch: Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy.
* feature: Outposts: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* feature: Polly: Amazon Polly adds two new neural American English voices - Ruth, Stephen
* feature: SageMaker: Amazon SageMaker Automatic Model Tuning now supports more completion criteria for Hyperparameter Optimization.
* feature: SecurityHub: New fields have been added to the AWS Security Finding Format. Compliance.SecurityControlId is a unique identifier for a security control across standards. Compliance.AssociatedStandards contains all enabled standards in which a security control is enabled.
* feature: Support: This fixes incorrect endpoint construction when a customer is explicitly setting a region.

## 2.1305.0
* feature: CloudDirectory: Enabled FIPS endpoints for GovCloud (US) regions in SDK.
* feature: CloudFormation: This feature provides a method of obtaining which regions a stackset has stack instances deployed in.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1305.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1306.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
Loading

0 comments on commit 10c3ac6

Please sign in to comment.