Skip to content

Commit

Permalink
Release v1.43.9 (2022-03-01) (#4298)
Browse files Browse the repository at this point in the history
Release v1.43.9 (2022-03-01)
===

### Service Client Updates
* `service/kafkaconnect`: Updates service API and documentation
* `service/mediapackage`: Updates service API
  * This release adds Hybridcast as an available profile option for Dash Origin Endpoints.
* `service/mgn`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Documentation updates for Multi-AZ DB clusters.
  • Loading branch information
aws-sdk-go-automation committed Mar 1, 2022
1 parent 3d1156a commit 4adef35
Show file tree
Hide file tree
Showing 16 changed files with 778 additions and 271 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
Release v1.43.9 (2022-03-01)
===

### Service Client Updates
* `service/kafkaconnect`: Updates service API and documentation
* `service/mediapackage`: Updates service API
* This release adds Hybridcast as an available profile option for Dash Origin Endpoints.
* `service/mgn`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Documentation updates for Multi-AZ DB clusters.

Release v1.43.8 (2022-02-28)
===

Expand Down
3 changes: 3 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.43.8"
const SDKVersion = "1.43.9"
82 changes: 72 additions & 10 deletions models/apis/kafkaconnect/2021-09-14/api-2.json
Expand Up @@ -93,6 +93,26 @@
],
"idempotent":true
},
"DeleteCustomPlugin":{
"name":"DeleteCustomPlugin",
"http":{
"method":"DELETE",
"requestUri":"/v1/custom-plugins/{customPluginArn}",
"responseCode":200
},
"input":{"shape":"DeleteCustomPluginRequest"},
"output":{"shape":"DeleteCustomPluginResponse"},
"errors":[
{"shape":"NotFoundException"},
{"shape":"BadRequestException"},
{"shape":"ForbiddenException"},
{"shape":"ServiceUnavailableException"},
{"shape":"TooManyRequestsException"},
{"shape":"UnauthorizedException"},
{"shape":"InternalServerErrorException"}
],
"idempotent":true
},
"DescribeConnector":{
"name":"DescribeConnector",
"http":{
Expand Down Expand Up @@ -392,7 +412,7 @@
],
"members":{
"capacity":{"shape":"Capacity"},
"connectorConfiguration":{"shape":"__mapOf__string"},
"connectorConfiguration":{"shape":"SyntheticCreateConnectorRequest__mapOf__string"},
"connectorDescription":{"shape":"__stringMax1024"},
"connectorName":{"shape":"__stringMin1Max128"},
"kafkaCluster":{"shape":"KafkaCluster"},
Expand Down Expand Up @@ -445,7 +465,7 @@
"members":{
"description":{"shape":"__stringMax1024"},
"name":{"shape":"__stringMin1Max128"},
"propertiesFileContent":{"shape":"__string"}
"propertiesFileContent":{"shape":"SyntheticCreateWorkerConfigurationRequest__string"}
}
},
"CreateWorkerConfigurationResponse":{
Expand Down Expand Up @@ -558,6 +578,24 @@
"connectorState":{"shape":"ConnectorState"}
}
},
"DeleteCustomPluginRequest":{
"type":"structure",
"required":["customPluginArn"],
"members":{
"customPluginArn":{
"shape":"__string",
"location":"uri",
"locationName":"customPluginArn"
}
}
},
"DeleteCustomPluginResponse":{
"type":"structure",
"members":{
"customPluginArn":{"shape":"__string"},
"customPluginState":{"shape":"CustomPluginState"}
}
},
"DescribeConnectorRequest":{
"type":"structure",
"required":["connectorArn"],
Expand All @@ -574,7 +612,7 @@
"members":{
"capacity":{"shape":"CapacityDescription"},
"connectorArn":{"shape":"__string"},
"connectorConfiguration":{"shape":"__mapOf__string"},
"connectorConfiguration":{"shape":"SyntheticDescribeConnectorResponse__mapOf__string"},
"connectorDescription":{"shape":"__string"},
"connectorName":{"shape":"__string"},
"connectorState":{"shape":"ConnectorState"},
Expand All @@ -587,6 +625,7 @@
"logDelivery":{"shape":"LogDeliveryDescription"},
"plugins":{"shape":"__listOfPluginDescription"},
"serviceExecutionRoleArn":{"shape":"__string"},
"stateDescription":{"shape":"StateDescription"},
"workerConfiguration":{"shape":"WorkerConfigurationDescription"}
}
},
Expand All @@ -609,7 +648,8 @@
"customPluginState":{"shape":"CustomPluginState"},
"description":{"shape":"__string"},
"latestRevision":{"shape":"CustomPluginRevisionSummary"},
"name":{"shape":"__string"}
"name":{"shape":"__string"},
"stateDescription":{"shape":"StateDescription"}
}
},
"DescribeWorkerConfigurationRequest":{
Expand Down Expand Up @@ -949,6 +989,33 @@
"exception":true,
"fault":true
},
"StateDescription":{
"type":"structure",
"members":{
"code":{"shape":"__string"},
"message":{"shape":"__string"}
}
},
"SyntheticCreateConnectorRequest__mapOf__string":{
"type":"map",
"key":{"shape":"__string"},
"value":{"shape":"__string"},
"sensitive":true
},
"SyntheticCreateWorkerConfigurationRequest__string":{
"type":"string",
"sensitive":true
},
"SyntheticDescribeConnectorResponse__mapOf__string":{
"type":"map",
"key":{"shape":"__string"},
"value":{"shape":"__string"},
"sensitive":true
},
"SyntheticWorkerConfigurationRevisionDescription__string":{
"type":"string",
"sensitive":true
},
"TooManyRequestsException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1037,7 +1104,7 @@
"members":{
"creationTime":{"shape":"__timestampIso8601"},
"description":{"shape":"__string"},
"propertiesFileContent":{"shape":"__string"},
"propertiesFileContent":{"shape":"SyntheticWorkerConfigurationRevisionDescription__string"},
"revision":{"shape":"__long"}
}
},
Expand Down Expand Up @@ -1122,11 +1189,6 @@
"max":9223372036854775807,
"min":1
},
"__mapOf__string":{
"type":"map",
"key":{"shape":"__string"},
"value":{"shape":"__string"}
},
"__string":{"type":"string"},
"__stringMax1024":{
"type":"string",
Expand Down
64 changes: 52 additions & 12 deletions models/apis/kafkaconnect/2021-09-14/docs-2.json
Expand Up @@ -6,6 +6,7 @@
"CreateCustomPlugin": "<p>Creates a custom plugin using the specified properties.</p>",
"CreateWorkerConfiguration": "<p>Creates a worker configuration using the specified properties.</p>",
"DeleteConnector": "<p>Deletes the specified connector.</p>",
"DeleteCustomPlugin": "<p>Deletes a custom plugin.</p>",
"DescribeConnector": "<p>Returns summary information about the connector.</p>",
"DescribeCustomPlugin": "<p>A summary description of the custom plugin.</p>",
"DescribeWorkerConfiguration": "<p>Returns information about a worker configuration.</p>",
Expand Down Expand Up @@ -181,6 +182,7 @@
"refs": {
"CreateCustomPluginResponse$customPluginState": "<p>The state of the custom plugin.</p>",
"CustomPluginSummary$customPluginState": "<p>The state of the custom plugin.</p>",
"DeleteCustomPluginResponse$customPluginState": "<p>The state of the custom plugin.</p>",
"DescribeCustomPluginResponse$customPluginState": "<p>The state of the custom plugin.</p>"
}
},
Expand All @@ -200,6 +202,16 @@
"refs": {
}
},
"DeleteCustomPluginRequest": {
"base": null,
"refs": {
}
},
"DeleteCustomPluginResponse": {
"base": null,
"refs": {
}
},
"DescribeConnectorRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -456,6 +468,37 @@
"refs": {
}
},
"StateDescription": {
"base": "<p>Details about the state of a resource.</p>",
"refs": {
"DescribeConnectorResponse$stateDescription": "<p>Details about the state of a connector.</p>",
"DescribeCustomPluginResponse$stateDescription": "<p>Details about the state of a custom plugin.</p>"
}
},
"SyntheticCreateConnectorRequest__mapOf__string": {
"base": null,
"refs": {
"CreateConnectorRequest$connectorConfiguration": "<p>A map of keys to values that represent the configuration for the connector.</p>"
}
},
"SyntheticCreateWorkerConfigurationRequest__string": {
"base": null,
"refs": {
"CreateWorkerConfigurationRequest$propertiesFileContent": "<p>Base64 encoded contents of connect-distributed.properties file.</p>"
}
},
"SyntheticDescribeConnectorResponse__mapOf__string": {
"base": null,
"refs": {
"DescribeConnectorResponse$connectorConfiguration": "<p>A map of keys to values that represent the configuration for the connector.</p>"
}
},
"SyntheticWorkerConfigurationRevisionDescription__string": {
"base": null,
"refs": {
"WorkerConfigurationRevisionDescription$propertiesFileContent": "<p>Base64 encoded contents of the connect-distributed.properties file.</p>"
}
},
"TooManyRequestsException": {
"base": "<p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>",
"refs": {
Expand Down Expand Up @@ -643,13 +686,6 @@
"WorkerConfiguration$revision": "<p>The revision of the worker configuration.</p>"
}
},
"__mapOf__string": {
"base": null,
"refs": {
"CreateConnectorRequest$connectorConfiguration": "<p>A map of keys to values that represent the configuration for the connector.</p>",
"DescribeConnectorResponse$connectorConfiguration": "<p>A map of keys to values that represent the configuration for the connector.</p>"
}
},
"__string": {
"base": null,
"refs": {
Expand All @@ -671,7 +707,6 @@
"CreateConnectorResponse$connectorName": "<p>The name of the connector.</p>",
"CreateCustomPluginResponse$customPluginArn": "<p>The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.</p>",
"CreateCustomPluginResponse$name": "<p>The name of the custom plugin.</p>",
"CreateWorkerConfigurationRequest$propertiesFileContent": "<p>Base64 encoded contents of connect-distributed.properties file.</p>",
"CreateWorkerConfigurationResponse$name": "<p>The name of the worker configuration.</p>",
"CreateWorkerConfigurationResponse$workerConfigurationArn": "<p>The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.</p>",
"CustomPlugin$customPluginArn": "<p>The Amazon Resource Name (ARN) of the custom plugin.</p>",
Expand All @@ -684,6 +719,8 @@
"DeleteConnectorRequest$connectorArn": "<p>The Amazon Resource Name (ARN) of the connector that you want to delete.</p>",
"DeleteConnectorRequest$currentVersion": "<p>The current version of the connector that you want to delete.</p>",
"DeleteConnectorResponse$connectorArn": "<p>The Amazon Resource Name (ARN) of the connector that you requested to delete.</p>",
"DeleteCustomPluginRequest$customPluginArn": "<p>The Amazon Resource Name (ARN) of the custom plugin that you want to delete.</p>",
"DeleteCustomPluginResponse$customPluginArn": "<p>The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.</p>",
"DescribeConnectorRequest$connectorArn": "<p>The Amazon Resource Name (ARN) of the connector that you want to describe.</p>",
"DescribeConnectorResponse$connectorArn": "<p>The Amazon Resource Name (ARN) of the connector.</p>",
"DescribeConnectorResponse$connectorDescription": "<p>A summary description of the connector.</p>",
Expand Down Expand Up @@ -722,6 +759,12 @@
"S3LogDeliveryDescription$bucket": "<p>The name of the S3 bucket that is the destination for log delivery.</p>",
"S3LogDeliveryDescription$prefix": "<p>The S3 prefix that is the destination for log delivery.</p>",
"ServiceUnavailableException$message": null,
"StateDescription$code": "<p>A code that describes the state of a resource.</p>",
"StateDescription$message": "<p>A message that describes the state of a resource.</p>",
"SyntheticCreateConnectorRequest__mapOf__string$key": null,
"SyntheticCreateConnectorRequest__mapOf__string$value": null,
"SyntheticDescribeConnectorResponse__mapOf__string$key": null,
"SyntheticDescribeConnectorResponse__mapOf__string$value": null,
"TooManyRequestsException$message": null,
"UnauthorizedException$message": null,
"UpdateConnectorRequest$connectorArn": "<p>The Amazon Resource Name (ARN) of the connector that you want to update.</p>",
Expand All @@ -730,14 +773,11 @@
"WorkerConfiguration$workerConfigurationArn": "<p>The Amazon Resource Name (ARN) of the worker configuration.</p>",
"WorkerConfigurationDescription$workerConfigurationArn": "<p>The Amazon Resource Name (ARN) of the worker configuration.</p>",
"WorkerConfigurationRevisionDescription$description": "<p>The description of the worker configuration revision.</p>",
"WorkerConfigurationRevisionDescription$propertiesFileContent": "<p>Base64 encoded contents of the connect-distributed.properties file.</p>",
"WorkerConfigurationRevisionSummary$description": "<p>The description of a worker configuration revision.</p>",
"WorkerConfigurationSummary$description": "<p>The description of a worker configuration.</p>",
"WorkerConfigurationSummary$name": "<p>The name of the worker configuration.</p>",
"WorkerConfigurationSummary$workerConfigurationArn": "<p>The Amazon Resource Name (ARN) of the worker configuration.</p>",
"__listOf__string$member": null,
"__mapOf__string$key": null,
"__mapOf__string$value": null
"__listOf__string$member": null
}
},
"__stringMax1024": {
Expand Down
3 changes: 2 additions & 1 deletion models/apis/mediapackage/2017-10-12/api-2.json
Expand Up @@ -2163,7 +2163,8 @@
"Profile": {
"enum": [
"NONE",
"HBBTV_1_5"
"HBBTV_1_5",
"HYBRIDCAST"
],
"type": "string"
},
Expand Down
19 changes: 16 additions & 3 deletions models/apis/mgn/2020-02-26/api-2.json
Expand Up @@ -485,6 +485,13 @@
"type":"boolean",
"box":true
},
"BootMode":{
"type":"string",
"enum":[
"LEGACY_BIOS",
"UEFI"
]
},
"BoundedString":{
"type":"string",
"max":256,
Expand Down Expand Up @@ -1055,6 +1062,7 @@
"LaunchConfiguration":{
"type":"structure",
"members":{
"bootMode":{"shape":"BootMode"},
"copyPrivateIp":{"shape":"Boolean"},
"copyTags":{"shape":"Boolean"},
"ec2LaunchTemplateID":{"shape":"BoundedString"},
Expand Down Expand Up @@ -1277,7 +1285,8 @@
"type":"string",
"enum":[
"GP2",
"ST1"
"ST1",
"GP3"
]
},
"ReplicationConfigurationEbsEncryption":{
Expand All @@ -1293,7 +1302,8 @@
"deviceName":{"shape":"BoundedString"},
"iops":{"shape":"PositiveInteger"},
"isBootDisk":{"shape":"Boolean"},
"stagingDiskType":{"shape":"ReplicationConfigurationReplicatedDiskStagingDiskType"}
"stagingDiskType":{"shape":"ReplicationConfigurationReplicatedDiskStagingDiskType"},
"throughput":{"shape":"PositiveInteger"}
}
},
"ReplicationConfigurationReplicatedDiskStagingDiskType":{
Expand All @@ -1304,7 +1314,9 @@
"IO1",
"SC1",
"ST1",
"STANDARD"
"STANDARD",
"GP3",
"IO2"
]
},
"ReplicationConfigurationReplicatedDisks":{
Expand Down Expand Up @@ -1629,6 +1641,7 @@
"type":"structure",
"required":["sourceServerID"],
"members":{
"bootMode":{"shape":"BootMode"},
"copyPrivateIp":{"shape":"Boolean"},
"copyTags":{"shape":"Boolean"},
"launchDisposition":{"shape":"LaunchDisposition"},
Expand Down

0 comments on commit 4adef35

Please sign in to comment.