Skip to content

Commit

Permalink
Updates SDK to v2.1056.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 12, 2022
1 parent ecbb9d2 commit 8ddbb42
Show file tree
Hide file tree
Showing 25 changed files with 1,951 additions and 316 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1056.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Hpc6a instances are powered by a third-generation AMD EPYC processors (Milan) delivering all-core turbo frequency of 3.4 GHz"
},
{
"type": "feature",
"category": "FMS",
"description": "Shield Advanced policies for Amazon CloudFront resources now support automatic application layer DDoS mitigation. The max length for SecurityServicePolicyData ManagedServiceData is now 8192 characters, instead of 4096."
},
{
"type": "feature",
"category": "Honeycode",
"description": "Honeycode is releasing new APIs to allow user to create, delete and list tags on resources."
},
{
"type": "feature",
"category": "LexModelsV2",
"description": "This release adds support for Custom vocabulary in Amazon Lex V2 APIs for model building. Customers can give Amazon Lex V2 more information about how to process audio conversations with a bot by creating a custom vocabulary in a specific language."
},
{
"type": "feature",
"category": "PI",
"description": "This release adds three Performance Insights APIs. Use ListAvailableResourceMetrics to get available metrics, GetResourceMetadata to get feature metadata, and ListAvailableResourceDimensions to list available dimensions. The AdditionalMetrics field in DescribeDimensionKeys retrieves per-SQL metrics."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1055.0-->
<!--LATEST=2.1056.0-->
<!--ENTRYINSERT-->

## 2.1056.0
* feature: EC2: Hpc6a instances are powered by a third-generation AMD EPYC processors (Milan) delivering all-core turbo frequency of 3.4 GHz
* feature: FMS: Shield Advanced policies for Amazon CloudFront resources now support automatic application layer DDoS mitigation. The max length for SecurityServicePolicyData ManagedServiceData is now 8192 characters, instead of 4096.
* feature: Honeycode: Honeycode is releasing new APIs to allow user to create, delete and list tags on resources.
* feature: LexModelsV2: This release adds support for Custom vocabulary in Amazon Lex V2 APIs for model building. Customers can give Amazon Lex V2 more information about how to process audio conversations with a bot by creating a custom vocabulary in a specific language.
* feature: PI: This release adds three Performance Insights APIs. Use ListAvailableResourceMetrics to get available metrics, GetResourceMetadata to get feature metadata, and ListAvailableResourceDimensions to list available dimensions. The AdditionalMetrics field in DescribeDimensionKeys retrieves per-SQL metrics.

## 2.1055.0
* feature: EC2: EC2 Capacity Reservations now supports RHEL instance platforms (RHEL with SQL Server Standard, RHEL with SQL Server Enterprise, RHEL with SQL Server Web, RHEL with HA, RHEL with HA and SQL Server Standard, RHEL with HA and SQL Server Enterprise)
* feature: Kendra: Amazon Kendra now supports advanced query language and query-less search.
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.1055.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1056.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
1 change: 1 addition & 0 deletions apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -32942,6 +32942,7 @@
"g5g.16xlarge",
"g5g.metal",
"hi1.4xlarge",
"hpc6a.48xlarge",
"hs1.8xlarge",
"h1.2xlarge",
"h1.4xlarge",
Expand Down
20 changes: 10 additions & 10 deletions apis/elasticache-2015-02-02.normal.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions apis/fms-2018-01-01.normal.json

Large diffs are not rendered by default.

85 changes: 85 additions & 0 deletions apis/honeycode-2020-03-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,32 @@
}
}
},
"ListTagsForResource": {
"http": {
"method": "GET",
"requestUri": "/tags/{resourceArn}"
},
"input": {
"type": "structure",
"required": [
"resourceArn"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
}
}
},
"output": {
"type": "structure",
"members": {
"tags": {
"shape": "S2p"
}
}
}
},
"QueryTableRows": {
"http": {
"requestUri": "/workbooks/{workbookId}/tables/{tableId}/rows/query"
Expand Down Expand Up @@ -700,6 +726,60 @@
"jobStatus": {}
}
}
},
"TagResource": {
"http": {
"requestUri": "/tags/{resourceArn}"
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tags"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tags": {
"shape": "S2p"
}
}
},
"output": {
"type": "structure",
"members": {}
}
},
"UntagResource": {
"http": {
"method": "DELETE",
"requestUri": "/tags/{resourceArn}"
},
"input": {
"type": "structure",
"required": [
"resourceArn",
"tagKeys"
],
"members": {
"resourceArn": {
"location": "uri",
"locationName": "resourceArn"
},
"tagKeys": {
"location": "querystring",
"locationName": "tagKeys",
"type": "list",
"member": {}
}
}
},
"output": {
"type": "structure",
"members": {}
}
}
},
"shapes": {
Expand Down Expand Up @@ -855,6 +935,11 @@
}
}
}
},
"S2p": {
"type": "map",
"key": {},
"value": {}
}
}
}
Loading

0 comments on commit 8ddbb42

Please sign in to comment.