Skip to content

Commit

Permalink
Updates SDK to v2.843.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 12, 2021
1 parent 88ab8a5 commit 1093141
Show file tree
Hide file tree
Showing 37 changed files with 6,292 additions and 1,643 deletions.
47 changes: 47 additions & 0 deletions .changes/2.843.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"type": "feature",
"category": "AppSync",
"description": "Approve release for appsync local on pipeline resolver"
},
{
"type": "feature",
"category": "CodePipeline",
"description": "The release provides new GetActionType and UpdateActionType APIs for viewing and editing action types in CodePipeline."
},
{
"type": "feature",
"category": "Detective",
"description": "The API definition now indicates that the format for timestamps is an ISO 8601 date-time string"
},
{
"type": "feature",
"category": "EKS",
"description": "Amazon EKS now supports OpenId Connect (OIDC) compatible identity providers as a user authentication option"
},
{
"type": "feature",
"category": "IAM",
"description": "AWS Identity and Access Management now supports tagging for the following resources: customer managed policies, identity providers, instance profiles, server certificates, and virtual MFA devices."
},
{
"type": "feature",
"category": "Macie2",
"description": "This release of the Amazon Macie API replaces the term master account with the term administrator account, including deprecating APIs that use the previous term and adding APIs that use the new term."
},
{
"type": "feature",
"category": "PersonalizeEvents",
"description": "Increased maximum char size of PutUsers and PutItems properties."
},
{
"type": "feature",
"category": "RDS",
"description": "EngineMode in the response of DescribeDBClusterSnapshots. SupportedEngineModes, SupportsParallelQuery and SupportsGlobalDatabases in ValidUpgradeTarget of DBEngineVersions in DescribeDBEngineVersions."
},
{
"type": "feature",
"category": "WAFV2",
"description": "Added the option to inspect the web request body as parsed and filtered JSON (new FieldToMatch type JsonBody), in addition to the existing option to inspect the web request body as plain text."
}
]
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.842.0-->
<!--LATEST=2.843.0-->
<!--ENTRYINSERT-->

## 2.843.0
* feature: AppSync: Approve release for appsync local on pipeline resolver
* feature: CodePipeline: The release provides new GetActionType and UpdateActionType APIs for viewing and editing action types in CodePipeline.
* feature: Detective: The API definition now indicates that the format for timestamps is an ISO 8601 date-time string
* feature: EKS: Amazon EKS now supports OpenId Connect (OIDC) compatible identity providers as a user authentication option
* feature: IAM: AWS Identity and Access Management now supports tagging for the following resources: customer managed policies, identity providers, instance profiles, server certificates, and virtual MFA devices.
* feature: Macie2: This release of the Amazon Macie API replaces the term master account with the term administrator account, including deprecating APIs that use the previous term and adding APIs that use the new term.
* feature: PersonalizeEvents: Increased maximum char size of PutUsers and PutItems properties.
* feature: RDS: EngineMode in the response of DescribeDBClusterSnapshots. SupportedEngineModes, SupportsParallelQuery and SupportsGlobalDatabases in ValidUpgradeTarget of DBEngineVersions in DescribeDBEngineVersions.
* feature: WAFV2: Added the option to inspect the web request body as parsed and filtered JSON (new FieldToMatch type JsonBody), in addition to the existing option to inspect the web request body as plain text.

## 2.842.0
* feature: DataBrew: This release adds support for profile job sampling, which determines the number of rows on which the profile job will be executed.
* feature: RDS: Adding support for RDS Aurora Global Database Failover
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.842.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.843.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 1093141

Please sign in to comment.