Skip to content

Commit

Permalink
Updates SDK to v2.830.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 21, 2021
1 parent fa59e16 commit 71b3167
Show file tree
Hide file tree
Showing 18 changed files with 1,661 additions and 425 deletions.
17 changes: 17 additions & 0 deletions .changes/2.830.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Kafka",
"description": "Amazon MSK has added a new API that allows you to update all the brokers in the cluster to the specified type."
},
{
"type": "feature",
"category": "ResourceGroupsTaggingAPI",
"description": "This release adds a new parameter ResourceARNList to Resource Groups Tagging api GetResources api to allow customers retrieve tag data for specific resources."
},
{
"type": "feature",
"category": "SecurityHub",
"description": "This release of ASFF adds a new Action object and a new resource details object - AwsSsmPatchCompliance. It also adds several new attributes for the AwsEc2NetworkInterface resource type."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.829.0-->
<!--LATEST=2.830.0-->
<!--ENTRYINSERT-->

## 2.830.0
* feature: Kafka: Amazon MSK has added a new API that allows you to update all the brokers in the cluster to the specified type.
* feature: ResourceGroupsTaggingAPI: This release adds a new parameter ResourceARNList to Resource Groups Tagging api GetResources api to allow customers retrieve tag data for specific resources.
* feature: SecurityHub: This release of ASFF adds a new Action object and a new resource details object - AwsSsmPatchCompliance. It also adds several new attributes for the AwsEc2NetworkInterface resource type.

## 2.829.0
* feature: ACMPCA: ACM Private CA is launching additional certificate templates and API parameters. This allows customers to create custom certificates for their identity and secure communication use cases.
* feature: Chime: Add support for specifying ChimeBearer header as part of the request for Amazon Chime SDK messaging APIs. Documentation updates.
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.829.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.830.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
41 changes: 41 additions & 0 deletions apis/kafka-2018-11-14.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,44 @@
}
}
},
"UpdateBrokerType": {
"http": {
"method": "PUT",
"requestUri": "/v1/clusters/{clusterArn}/nodes/type",
"responseCode": 200
},
"input": {
"type": "structure",
"members": {
"ClusterArn": {
"location": "uri",
"locationName": "clusterArn"
},
"CurrentVersion": {
"locationName": "currentVersion"
},
"TargetInstanceType": {
"locationName": "targetInstanceType"
}
},
"required": [
"ClusterArn",
"CurrentVersion",
"TargetInstanceType"
]
},
"output": {
"type": "structure",
"members": {
"ClusterArn": {
"locationName": "clusterArn"
},
"ClusterOperationArn": {
"locationName": "clusterOperationArn"
}
}
}
},
"UpdateBrokerStorage": {
"http": {
"method": "PUT",
Expand Down Expand Up @@ -1736,6 +1774,9 @@
"LoggingInfo": {
"shape": "Sw",
"locationName": "loggingInfo"
},
"InstanceType": {
"locationName": "instanceType"
}
}
},
Expand Down
92 changes: 92 additions & 0 deletions apis/kafka-2018-11-14.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,52 @@
],
"documentation": "\n <p>Updates the number of broker nodes in the cluster.</p>\n "
},
"UpdateBrokerType": {
"name": "UpdateBrokerType",
"http": {
"method": "PUT",
"requestUri": "/v1/clusters/{clusterArn}/nodes/type",
"responseCode": 200
},
"input": {
"shape": "UpdateBrokerTypeRequest"
},
"output": {
"shape": "UpdateBrokerTypeResponse",
"documentation": "\n <p>Successful response.</p>\n "
},
"errors": [
{
"shape": "BadRequestException",
"documentation": "\n <p>The request isn't valid because the input is incorrect. Correct your input and then submit it again.</p>\n "
},
{
"shape": "UnauthorizedException",
"documentation": "\n <p>The request is not authorized. The provided credentials couldn't be validated.</p>\n "
},
{
"shape": "InternalServerErrorException",
"documentation": "\n <p>There was an unexpected internal server error. Retrying your request might resolve the issue.</p>\n "
},
{
"shape": "ForbiddenException",
"documentation": "\n <p>Access forbidden. Check your credentials and then retry your request.</p>\n "
},
{
"shape": "NotFoundException",
"documentation": "\n <p>The resource could not be found due to incorrect input. Correct the input, then retry the request.</p>\n "
},
{
"shape": "ServiceUnavailableException",
"documentation": "\n <p>503 response</p>\n "
},
{
"shape": "TooManyRequestsException",
"documentation": "\n <p>429 response</p>\n "
}
],
"documentation": "\n <p>Updates EC2 instance type.</p>\n "
},
"UpdateBrokerStorage": {
"name": "UpdateBrokerStorage",
"http": {
Expand Down Expand Up @@ -2583,6 +2629,11 @@
"LoggingInfo": {
"shape": "LoggingInfo",
"locationName": "loggingInfo"
},
"InstanceType": {
"shape": "__stringMin5Max32",
"locationName": "instanceType",
"documentation": "\n <p>Information about the Amazon MSK broker type.</p>\n "
}
},
"documentation": "\n <p>Information about cluster attributes that can be updated via update APIs.</p>\n "
Expand Down Expand Up @@ -2962,6 +3013,47 @@
}
}
},
"UpdateBrokerTypeRequest": {
"type": "structure",
"members": {
"ClusterArn": {
"shape": "__string",
"location": "uri",
"locationName": "clusterArn",
"documentation": "\n <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>\n "
},
"CurrentVersion": {
"shape": "__string",
"locationName": "currentVersion",
"documentation": "\n <p>The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.</p>\n "
},
"TargetInstanceType": {
"shape": "__string",
"locationName": "targetInstanceType",
"documentation": "\n <p>The Amazon MSK broker type that you want all of the brokers in this cluster to be.</p>\n "
}
},
"required": [
"ClusterArn",
"CurrentVersion",
"TargetInstanceType"
]
},
"UpdateBrokerTypeResponse": {
"type": "structure",
"members": {
"ClusterArn": {
"shape": "__string",
"locationName": "clusterArn",
"documentation": "\n <p>The Amazon Resource Name (ARN) of the cluster.</p>\n "
},
"ClusterOperationArn": {
"shape": "__string",
"locationName": "clusterOperationArn",
"documentation": "\n <p>The Amazon Resource Name (ARN) of the cluster operation.</p>\n "
}
}
},
"UpdateBrokerStorageRequest": {
"type": "structure",
"members": {
Expand Down
24 changes: 14 additions & 10 deletions apis/resourcegroupstaggingapi-2017-01-26.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
},
"ExcludeCompliantResources": {
"type": "boolean"
},
"ResourceARNList": {
"type": "list",
"member": {}
}
}
},
Expand Down Expand Up @@ -141,10 +145,10 @@
"type": "structure",
"members": {
"NoncompliantKeys": {
"shape": "S15"
"shape": "S16"
},
"KeysWithNoncompliantValues": {
"shape": "S15"
"shape": "S16"
},
"ComplianceStatus": {
"type": "boolean"
Expand All @@ -169,7 +173,7 @@
"members": {
"PaginationToken": {},
"TagKeys": {
"shape": "S15"
"shape": "S16"
}
}
}
Expand Down Expand Up @@ -220,7 +224,7 @@
],
"members": {
"ResourceARNList": {
"shape": "S1g"
"shape": "S1h"
},
"Tags": {
"type": "map",
Expand All @@ -233,7 +237,7 @@
"type": "structure",
"members": {
"FailedResourcesMap": {
"shape": "S1j"
"shape": "S1k"
}
}
}
Expand All @@ -247,7 +251,7 @@
],
"members": {
"ResourceARNList": {
"shape": "S1g"
"shape": "S1h"
},
"TagKeys": {
"type": "list",
Expand All @@ -259,7 +263,7 @@
"type": "structure",
"members": {
"FailedResourcesMap": {
"shape": "S1j"
"shape": "S1k"
}
}
}
Expand All @@ -270,15 +274,15 @@
"type": "list",
"member": {}
},
"S15": {
"S16": {
"type": "list",
"member": {}
},
"S1g": {
"S1h": {
"type": "list",
"member": {}
},
"S1j": {
"S1k": {
"type": "map",
"key": {},
"value": {
Expand Down

0 comments on commit 71b3167

Please sign in to comment.