Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.36.30 #3747

Merged
merged 1 commit into from
Jan 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Release v1.36.30 (2021-01-21)
===

### Service Client Updates
* `service/kafka`: Updates service API and documentation
* `service/resourcegroupstaggingapi`: Updates service API and documentation
  * This release adds a new parameter ResourceARNList to Resource Groups Tagging api GetResources api to allow customers retrieve tag data for specific resources.
* `service/securityhub`: Updates service API and documentation
  • Loading branch information
awssdkgo committed Jan 21, 2021
commit c69138922cc4f28b2678532d711cd1bafcb975e7
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.36.30 (2021-01-21)
===

### Service Client Updates
* `service/kafka`: Updates service API and documentation
* `service/resourcegroupstaggingapi`: Updates service API and documentation
* This release adds a new parameter ResourceARNList to Resource Groups Tagging api GetResources api to allow customers retrieve tag data for specific resources.
* `service/securityhub`: Updates service API and documentation

Release v1.36.29 (2021-01-19)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.36.29"
const SDKVersion = "1.36.30"
77 changes: 77 additions & 0 deletions models/apis/kafka/2018-11-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,43 @@
}
]
},
"UpdateBrokerType": {
"name": "UpdateBrokerType",
"http": {
"method": "PUT",
"requestUri": "/v1/clusters/{clusterArn}/nodes/type",
"responseCode": 200
},
"input": {
"shape": "UpdateBrokerTypeRequest"
},
"output": {
"shape": "UpdateBrokerTypeResponse"
},
"errors": [
{
"shape": "BadRequestException"
},
{
"shape": "ForbiddenException"
},
{
"shape": "InternalServerErrorException"
},
{
"shape": "NotFoundException"
},
{
"shape": "ServiceUnavailableException"
},
{
"shape": "UnauthorizedException"
},
{
"shape": "TooManyRequestsException"
}
]
},
"UpdateBrokerStorage": {
"name": "UpdateBrokerStorage",
"http": {
Expand Down Expand Up @@ -2209,6 +2246,10 @@
"LoggingInfo": {
"shape": "LoggingInfo",
"locationName": "loggingInfo"
},
"InstanceType": {
"shape": "__stringMin5Max32",
"locationName": "instanceType"
}
}
},
Expand Down Expand Up @@ -2418,6 +2459,42 @@
"ResourceArn"
]
},
"UpdateBrokerTypeRequest": {
"type": "structure",
"members": {
"ClusterArn": {
"shape": "__string",
"location": "uri",
"locationName": "clusterArn"
},
"CurrentVersion": {
"shape": "__string",
"locationName": "currentVersion"
},
"TargetInstanceType": {
"shape": "__string",
"locationName": "targetInstanceType"
}
},
"required": [
"ClusterArn",
"CurrentVersion",
"TargetInstanceType"
]
},
"UpdateBrokerTypeResponse": {
"type": "structure",
"members": {
"ClusterArn": {
"shape": "__string",
"locationName": "clusterArn"
},
"ClusterOperationArn": {
"shape": "__string",
"locationName": "clusterOperationArn"
}
}
},
"UpdateBrokerCountRequest": {
"type": "structure",
"members": {
Expand Down
20 changes: 17 additions & 3 deletions models/apis/kafka/2018-11-14/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"TagResource" : "<p>Adds tags to the specified MSK resource.</p>",
"UntagResource" : "<p>Removes the tags associated with the keys that are provided in the query.</p>",
"UpdateBrokerCount" : "<p>Updates the number of broker nodes in the cluster. You can use this operation to increase the number of brokers in an existing cluster. You can't decrease the number of brokers.</p>",
"UpdateBrokerType": "<p>Updates all the brokers in the cluster to the specified type.</p>",
"UpdateBrokerStorage" : "<p>Updates the EBS storage associated with MSK brokers.</p>",
"UpdateConfiguration" : "<p>Updates an existing MSK configuration. The configuration must be in the Active state.</p>",
"UpdateClusterConfiguration" : "<p>Updates the cluster with the configuration that is specified in the request body.</p>",
Expand Down Expand Up @@ -66,8 +67,8 @@
"BrokerNodeGroupInfo" : {
"base" : "<p>Describes the setup to be used for Kafka broker nodes in the cluster.</p>",
"refs" : {
"ClusterInfo$BrokerNodeGroupInfo" : "<p>Information about the broker nodes.</p>",
"CreateClusterRequest$BrokerNodeGroupInfo" : "<p>Information about the broker nodes in the cluster.</p>"
"ClusterInfo$BrokerNodeGroupInfo" : "<p>Information about the brokers.</p>",
"CreateClusterRequest$BrokerNodeGroupInfo" : "<p>Information about the brokers.</p>"
}
},
"BrokerNodeInfo" : {
Expand Down Expand Up @@ -478,6 +479,14 @@
"base" : "<p>Response body for UpdateBrokerCount.</p>",
"refs" : { }
},
"UpdateBrokerTypeRequest" : {
"base" : "<p>Request body for UpdateBrokerType.</p>",
"refs" : { }
},
"UpdateBrokerTypeResponse" : {
"base" : "<p>Response body for UpdateBrokerType.</p>",
"refs" : { }
},
"UpdateBrokerStorageRequest" : {
"base" : "<p>Request object for UpdateBrokerStorage.</p>",
"refs" : { }
Expand Down Expand Up @@ -736,6 +745,10 @@
"UpdateBrokerCountRequest$CurrentVersion" : "<p>The current version of the cluster.</p>",
"UpdateBrokerCountResponse$ClusterArn" : "<p>The Amazon Resource Name (ARN) of the cluster.</p>",
"UpdateBrokerCountResponse$ClusterOperationArn" : "<p>The Amazon Resource Name (ARN) of the cluster operation.</p>",
"UpdateBrokerTypeRequest$CurrentVersion": "<p>The current version of the cluster.</p>",
"UpdateBrokerTypeRequest$TargetInstanceType": "<p>The Amazon MSK broker type that you want all of the brokers in this cluster to be.</p>",
"UpdateBrokerTypeResponse$ClusterArn" : "<p>The Amazon Resource Name (ARN) of the cluster.</p>",
"UpdateBrokerTypeResponse$ClusterOperationArn" : "<p>The Amazon Resource Name (ARN) of the cluster operation.</p>",
"UpdateBrokerStorageRequest$CurrentVersion" : "<p>The version of cluster to update from. A successful operation will then generate a new version.</p>",
"UpdateBrokerStorageResponse$ClusterArn" : "<p>The Amazon Resource Name (ARN) of the cluster.</p>",
"UpdateBrokerStorageResponse$ClusterOperationArn" : "<p>The Amazon Resource Name (ARN) of the cluster operation.</p>",
Expand Down Expand Up @@ -774,7 +787,8 @@
"__stringMin5Max32" : {
"base" : null,
"refs" : {
"BrokerNodeGroupInfo$InstanceType" : "<p>The type of Amazon EC2 instances to use for Kafka brokers. The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge, kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.</p>"
"BrokerNodeGroupInfo$InstanceType" : "<p>The type of broker used in the Amazon MSK cluster.</p>",
"MutableClusterInfo$InstanceType": "<p>The Amazon MSK broker type that you want all of the brokers in this cluster to be.</p>"
}
},
"__timestampIso8601" : {
Expand Down
15 changes: 11 additions & 4 deletions models/apis/resourcegroupstaggingapi/2017-01-26/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@
"TagsPerPage":{"shape":"TagsPerPage"},
"ResourceTypeFilters":{"shape":"ResourceTypeFilterList"},
"IncludeComplianceDetails":{"shape":"IncludeComplianceDetails"},
"ExcludeCompliantResources":{"shape":"ExcludeCompliantResources"}
"ExcludeCompliantResources":{"shape":"ExcludeCompliantResources"},
"ResourceARNList":{"shape":"ResourceARNListForGet"}
}
},
"GetResourcesOutput":{
Expand Down Expand Up @@ -334,7 +335,13 @@
"min":1,
"pattern":"[\\s\\S]*"
},
"ResourceARNList":{
"ResourceARNListForGet":{
"type":"list",
"member":{"shape":"ResourceARN"},
"max":100,
"min":1
},
"ResourceARNListForTagUntag":{
"type":"list",
"member":{"shape":"ResourceARN"},
"max":20,
Expand Down Expand Up @@ -457,7 +464,7 @@
"Tags"
],
"members":{
"ResourceARNList":{"shape":"ResourceARNList"},
"ResourceARNList":{"shape":"ResourceARNListForTagUntag"},
"Tags":{"shape":"TagMap"}
}
},
Expand Down Expand Up @@ -518,7 +525,7 @@
"TagKeys"
],
"members":{
"ResourceARNList":{"shape":"ResourceARNList"},
"ResourceARNList":{"shape":"ResourceARNListForTagUntag"},
"TagKeys":{"shape":"TagKeyListForUntag"}
}
},
Expand Down
Loading