Skip to content

Commit

Permalink
Updates SDK to v2.926.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 10, 2021
1 parent 82026f1 commit 0d01fd9
Show file tree
Hide file tree
Showing 37 changed files with 3,768 additions and 2,252 deletions.
52 changes: 52 additions & 0 deletions .changes/2.926.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "feature",
"category": "AppMesh",
"description": "AppMesh now supports additional routing capabilities in match and rewrites for Gateway Routes and Routes. Additionally, App Mesh also supports specifying DNS Response Types in Virtual Nodes."
},
{
"type": "feature",
"category": "Appflow",
"description": "Adding MAP_ALL task type support."
},
{
"type": "feature",
"category": "Chime",
"description": "This SDK release adds support for UpdateAccount API to allow users to update their default license on Chime account."
},
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "Amazon Cognito now supports targeted sign out through refresh token revocation"
},
{
"type": "feature",
"category": "EC2",
"description": "This release adds a new optional parameter connectivityType (public, private) for the CreateNatGateway API. Private NatGateway does not require customers to attach an InternetGateway to the VPC and can be used for communication with other VPCs and on-premise networks."
},
{
"type": "feature",
"category": "ManagedBlockchain",
"description": "This release supports KMS customer-managed Customer Master Keys (CMKs) on member-specific Hyperledger Fabric resources."
},
{
"type": "feature",
"category": "RAM",
"description": "AWS Resource Access Manager (RAM) is releasing new field isResourceTypeDefault in ListPermissions and GetPermission response, and adding permissionArn parameter to GetResourceShare request to filter by permission attached"
},
{
"type": "feature",
"category": "Redshift",
"description": "Added InvalidClusterStateFault to the ModifyAquaConfiguration API, thrown when calling the API on a non available cluster."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Using SageMaker Edge Manager with AWS IoT Greengrass v2 simplifies accessing, maintaining, and deploying models to your devices. You can now create deployable IoT Greengrass components during edge packaging jobs. You can choose to create a device fleet with or without creating an AWS IoT role alias."
},
{
"type": "feature",
"category": "SageMakerFeatureStoreRuntime",
"description": "Release BatchGetRecord API for AWS SageMaker Feature Store Runtime."
}
]
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.925.0-->
<!--LATEST=2.926.0-->
<!--ENTRYINSERT-->

## 2.926.0
* feature: AppMesh: AppMesh now supports additional routing capabilities in match and rewrites for Gateway Routes and Routes. Additionally, App Mesh also supports specifying DNS Response Types in Virtual Nodes.
* feature: Appflow: Adding MAP_ALL task type support.
* feature: Chime: This SDK release adds support for UpdateAccount API to allow users to update their default license on Chime account.
* feature: CognitoIdentityServiceProvider: Amazon Cognito now supports targeted sign out through refresh token revocation
* feature: EC2: This release adds a new optional parameter connectivityType (public, private) for the CreateNatGateway API. Private NatGateway does not require customers to attach an InternetGateway to the VPC and can be used for communication with other VPCs and on-premise networks.
* feature: ManagedBlockchain: This release supports KMS customer-managed Customer Master Keys (CMKs) on member-specific Hyperledger Fabric resources.
* feature: RAM: AWS Resource Access Manager (RAM) is releasing new field isResourceTypeDefault in ListPermissions and GetPermission response, and adding permissionArn parameter to GetResourceShare request to filter by permission attached
* feature: Redshift: Added InvalidClusterStateFault to the ModifyAquaConfiguration API, thrown when calling the API on a non available cluster.
* feature: SageMaker: Using SageMaker Edge Manager with AWS IoT Greengrass v2 simplifies accessing, maintaining, and deploying models to your devices. You can now create deployable IoT Greengrass components during edge packaging jobs. You can choose to create a device fleet with or without creating an AWS IoT role alias.
* feature: SageMakerFeatureStoreRuntime: Release BatchGetRecord API for AWS SageMaker Feature Store Runtime.

## 2.925.0
* feature: Kendra: AWS Kendra now supports checking document status.
* feature: PersonalizeEvents: Support for unstructured text inputs in the items dataset to to automatically extract key information from product/content description as an input when creating solution versions.
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.925.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.926.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
13 changes: 9 additions & 4 deletions apis/appflow-2020-08-23.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,8 @@
"documentation": "<p> The properties required to query Amazon Connect Customer Profiles. </p>"
},
"Zendesk": {
"shape": "ZendeskDestinationProperties"
"shape": "ZendeskDestinationProperties",
"documentation": "<p>The properties required to query Zendesk.</p>"
}
},
"documentation": "<p> This stores the information that is required to query a particular connector. </p>"
Expand Down Expand Up @@ -2611,7 +2612,8 @@
"TRUNCATE_LENGTH",
"MATH_OPERATION_FIELDS_ORDER",
"CONCAT_FORMAT",
"SUBFIELD_CATEGORY_MAP"
"SUBFIELD_CATEGORY_MAP",
"EXCLUDE_SOURCE_FIELDS_LIST"
]
},
"Password": {
Expand Down Expand Up @@ -3641,6 +3643,7 @@
"Arithmetic",
"Filter",
"Map",
"Map_all",
"Mask",
"Merge",
"Truncate",
Expand Down Expand Up @@ -4074,7 +4077,8 @@
],
"members": {
"object": {
"shape": "Object"
"shape": "Object",
"documentation": "<p>The object specified in the Zendesk flow destination.</p>"
},
"idFieldNames": {
"shape": "IdFieldNameList"
Expand All @@ -4085,7 +4089,8 @@
"writeOperationType": {
"shape": "WriteOperationType"
}
}
},
"documentation": "<p>The properties that are applied when Zendesk is used as a destination.</p>"
},
"ZendeskMetadata": {
"type": "structure",
Expand Down
Loading

0 comments on commit 0d01fd9

Please sign in to comment.