Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 4adef35

Browse files
Release v1.43.9 (2022-03-01) (#4298)
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.
1 parent 3d1156a commit 4adef35

16 files changed

Lines changed: 778 additions & 271 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Release v1.43.9 (2022-03-01)
2+
===
3+
4+
### Service Client Updates
5+
* `service/kafkaconnect`: Updates service API and documentation
6+
* `service/mediapackage`: Updates service API
7+
* This release adds Hybridcast as an available profile option for Dash Origin Endpoints.
8+
* `service/mgn`: Updates service API and documentation
9+
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
10+
* Documentation updates for Multi-AZ DB clusters.
11+
112
Release v1.43.8 (2022-02-28)
213
===
314

aws/endpoints/defaults.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.43.8"
8+
const SDKVersion = "1.43.9"

models/apis/kafkaconnect/2021-09-14/api-2.json

Lines changed: 72 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,26 @@
9393
],
9494
"idempotent":true
9595
},
96+
"DeleteCustomPlugin":{
97+
"name":"DeleteCustomPlugin",
98+
"http":{
99+
"method":"DELETE",
100+
"requestUri":"/v1/custom-plugins/{customPluginArn}",
101+
"responseCode":200
102+
},
103+
"input":{"shape":"DeleteCustomPluginRequest"},
104+
"output":{"shape":"DeleteCustomPluginResponse"},
105+
"errors":[
106+
{"shape":"NotFoundException"},
107+
{"shape":"BadRequestException"},
108+
{"shape":"ForbiddenException"},
109+
{"shape":"ServiceUnavailableException"},
110+
{"shape":"TooManyRequestsException"},
111+
{"shape":"UnauthorizedException"},
112+
{"shape":"InternalServerErrorException"}
113+
],
114+
"idempotent":true
115+
},
96116
"DescribeConnector":{
97117
"name":"DescribeConnector",
98118
"http":{
@@ -392,7 +412,7 @@
392412
],
393413
"members":{
394414
"capacity":{"shape":"Capacity"},
395-
"connectorConfiguration":{"shape":"__mapOf__string"},
415+
"connectorConfiguration":{"shape":"SyntheticCreateConnectorRequest__mapOf__string"},
396416
"connectorDescription":{"shape":"__stringMax1024"},
397417
"connectorName":{"shape":"__stringMin1Max128"},
398418
"kafkaCluster":{"shape":"KafkaCluster"},
@@ -445,7 +465,7 @@
445465
"members":{
446466
"description":{"shape":"__stringMax1024"},
447467
"name":{"shape":"__stringMin1Max128"},
448-
"propertiesFileContent":{"shape":"__string"}
468+
"propertiesFileContent":{"shape":"SyntheticCreateWorkerConfigurationRequest__string"}
449469
}
450470
},
451471
"CreateWorkerConfigurationResponse":{
@@ -558,6 +578,24 @@
558578
"connectorState":{"shape":"ConnectorState"}
559579
}
560580
},
581+
"DeleteCustomPluginRequest":{
582+
"type":"structure",
583+
"required":["customPluginArn"],
584+
"members":{
585+
"customPluginArn":{
586+
"shape":"__string",
587+
"location":"uri",
588+
"locationName":"customPluginArn"
589+
}
590+
}
591+
},
592+
"DeleteCustomPluginResponse":{
593+
"type":"structure",
594+
"members":{
595+
"customPluginArn":{"shape":"__string"},
596+
"customPluginState":{"shape":"CustomPluginState"}
597+
}
598+
},
561599
"DescribeConnectorRequest":{
562600
"type":"structure",
563601
"required":["connectorArn"],
@@ -574,7 +612,7 @@
574612
"members":{
575613
"capacity":{"shape":"CapacityDescription"},
576614
"connectorArn":{"shape":"__string"},
577-
"connectorConfiguration":{"shape":"__mapOf__string"},
615+
"connectorConfiguration":{"shape":"SyntheticDescribeConnectorResponse__mapOf__string"},
578616
"connectorDescription":{"shape":"__string"},
579617
"connectorName":{"shape":"__string"},
580618
"connectorState":{"shape":"ConnectorState"},
@@ -587,6 +625,7 @@
587625
"logDelivery":{"shape":"LogDeliveryDescription"},
588626
"plugins":{"shape":"__listOfPluginDescription"},
589627
"serviceExecutionRoleArn":{"shape":"__string"},
628+
"stateDescription":{"shape":"StateDescription"},
590629
"workerConfiguration":{"shape":"WorkerConfigurationDescription"}
591630
}
592631
},
@@ -609,7 +648,8 @@
609648
"customPluginState":{"shape":"CustomPluginState"},
610649
"description":{"shape":"__string"},
611650
"latestRevision":{"shape":"CustomPluginRevisionSummary"},
612-
"name":{"shape":"__string"}
651+
"name":{"shape":"__string"},
652+
"stateDescription":{"shape":"StateDescription"}
613653
}
614654
},
615655
"DescribeWorkerConfigurationRequest":{
@@ -949,6 +989,33 @@
949989
"exception":true,
950990
"fault":true
951991
},
992+
"StateDescription":{
993+
"type":"structure",
994+
"members":{
995+
"code":{"shape":"__string"},
996+
"message":{"shape":"__string"}
997+
}
998+
},
999+
"SyntheticCreateConnectorRequest__mapOf__string":{
1000+
"type":"map",
1001+
"key":{"shape":"__string"},
1002+
"value":{"shape":"__string"},
1003+
"sensitive":true
1004+
},
1005+
"SyntheticCreateWorkerConfigurationRequest__string":{
1006+
"type":"string",
1007+
"sensitive":true
1008+
},
1009+
"SyntheticDescribeConnectorResponse__mapOf__string":{
1010+
"type":"map",
1011+
"key":{"shape":"__string"},
1012+
"value":{"shape":"__string"},
1013+
"sensitive":true
1014+
},
1015+
"SyntheticWorkerConfigurationRevisionDescription__string":{
1016+
"type":"string",
1017+
"sensitive":true
1018+
},
9521019
"TooManyRequestsException":{
9531020
"type":"structure",
9541021
"members":{
@@ -1037,7 +1104,7 @@
10371104
"members":{
10381105
"creationTime":{"shape":"__timestampIso8601"},
10391106
"description":{"shape":"__string"},
1040-
"propertiesFileContent":{"shape":"__string"},
1107+
"propertiesFileContent":{"shape":"SyntheticWorkerConfigurationRevisionDescription__string"},
10411108
"revision":{"shape":"__long"}
10421109
}
10431110
},
@@ -1122,11 +1189,6 @@
11221189
"max":9223372036854775807,
11231190
"min":1
11241191
},
1125-
"__mapOf__string":{
1126-
"type":"map",
1127-
"key":{"shape":"__string"},
1128-
"value":{"shape":"__string"}
1129-
},
11301192
"__string":{"type":"string"},
11311193
"__stringMax1024":{
11321194
"type":"string",

models/apis/kafkaconnect/2021-09-14/docs-2.json

Lines changed: 52 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"CreateCustomPlugin": "<p>Creates a custom plugin using the specified properties.</p>",
77
"CreateWorkerConfiguration": "<p>Creates a worker configuration using the specified properties.</p>",
88
"DeleteConnector": "<p>Deletes the specified connector.</p>",
9+
"DeleteCustomPlugin": "<p>Deletes a custom plugin.</p>",
910
"DescribeConnector": "<p>Returns summary information about the connector.</p>",
1011
"DescribeCustomPlugin": "<p>A summary description of the custom plugin.</p>",
1112
"DescribeWorkerConfiguration": "<p>Returns information about a worker configuration.</p>",
@@ -181,6 +182,7 @@
181182
"refs": {
182183
"CreateCustomPluginResponse$customPluginState": "<p>The state of the custom plugin.</p>",
183184
"CustomPluginSummary$customPluginState": "<p>The state of the custom plugin.</p>",
185+
"DeleteCustomPluginResponse$customPluginState": "<p>The state of the custom plugin.</p>",
184186
"DescribeCustomPluginResponse$customPluginState": "<p>The state of the custom plugin.</p>"
185187
}
186188
},
@@ -200,6 +202,16 @@
200202
"refs": {
201203
}
202204
},
205+
"DeleteCustomPluginRequest": {
206+
"base": null,
207+
"refs": {
208+
}
209+
},
210+
"DeleteCustomPluginResponse": {
211+
"base": null,
212+
"refs": {
213+
}
214+
},
203215
"DescribeConnectorRequest": {
204216
"base": null,
205217
"refs": {
@@ -456,6 +468,37 @@
456468
"refs": {
457469
}
458470
},
471+
"StateDescription": {
472+
"base": "<p>Details about the state of a resource.</p>",
473+
"refs": {
474+
"DescribeConnectorResponse$stateDescription": "<p>Details about the state of a connector.</p>",
475+
"DescribeCustomPluginResponse$stateDescription": "<p>Details about the state of a custom plugin.</p>"
476+
}
477+
},
478+
"SyntheticCreateConnectorRequest__mapOf__string": {
479+
"base": null,
480+
"refs": {
481+
"CreateConnectorRequest$connectorConfiguration": "<p>A map of keys to values that represent the configuration for the connector.</p>"
482+
}
483+
},
484+
"SyntheticCreateWorkerConfigurationRequest__string": {
485+
"base": null,
486+
"refs": {
487+
"CreateWorkerConfigurationRequest$propertiesFileContent": "<p>Base64 encoded contents of connect-distributed.properties file.</p>"
488+
}
489+
},
490+
"SyntheticDescribeConnectorResponse__mapOf__string": {
491+
"base": null,
492+
"refs": {
493+
"DescribeConnectorResponse$connectorConfiguration": "<p>A map of keys to values that represent the configuration for the connector.</p>"
494+
}
495+
},
496+
"SyntheticWorkerConfigurationRevisionDescription__string": {
497+
"base": null,
498+
"refs": {
499+
"WorkerConfigurationRevisionDescription$propertiesFileContent": "<p>Base64 encoded contents of the connect-distributed.properties file.</p>"
500+
}
501+
},
459502
"TooManyRequestsException": {
460503
"base": "<p>HTTP Status Code 429: Limit exceeded. Resource limit reached.</p>",
461504
"refs": {
@@ -643,13 +686,6 @@
643686
"WorkerConfiguration$revision": "<p>The revision of the worker configuration.</p>"
644687
}
645688
},
646-
"__mapOf__string": {
647-
"base": null,
648-
"refs": {
649-
"CreateConnectorRequest$connectorConfiguration": "<p>A map of keys to values that represent the configuration for the connector.</p>",
650-
"DescribeConnectorResponse$connectorConfiguration": "<p>A map of keys to values that represent the configuration for the connector.</p>"
651-
}
652-
},
653689
"__string": {
654690
"base": null,
655691
"refs": {
@@ -671,7 +707,6 @@
671707
"CreateConnectorResponse$connectorName": "<p>The name of the connector.</p>",
672708
"CreateCustomPluginResponse$customPluginArn": "<p>The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.</p>",
673709
"CreateCustomPluginResponse$name": "<p>The name of the custom plugin.</p>",
674-
"CreateWorkerConfigurationRequest$propertiesFileContent": "<p>Base64 encoded contents of connect-distributed.properties file.</p>",
675710
"CreateWorkerConfigurationResponse$name": "<p>The name of the worker configuration.</p>",
676711
"CreateWorkerConfigurationResponse$workerConfigurationArn": "<p>The Amazon Resource Name (ARN) that Amazon assigned to the worker configuration.</p>",
677712
"CustomPlugin$customPluginArn": "<p>The Amazon Resource Name (ARN) of the custom plugin.</p>",
@@ -684,6 +719,8 @@
684719
"DeleteConnectorRequest$connectorArn": "<p>The Amazon Resource Name (ARN) of the connector that you want to delete.</p>",
685720
"DeleteConnectorRequest$currentVersion": "<p>The current version of the connector that you want to delete.</p>",
686721
"DeleteConnectorResponse$connectorArn": "<p>The Amazon Resource Name (ARN) of the connector that you requested to delete.</p>",
722+
"DeleteCustomPluginRequest$customPluginArn": "<p>The Amazon Resource Name (ARN) of the custom plugin that you want to delete.</p>",
723+
"DeleteCustomPluginResponse$customPluginArn": "<p>The Amazon Resource Name (ARN) of the custom plugin that you requested to delete.</p>",
687724
"DescribeConnectorRequest$connectorArn": "<p>The Amazon Resource Name (ARN) of the connector that you want to describe.</p>",
688725
"DescribeConnectorResponse$connectorArn": "<p>The Amazon Resource Name (ARN) of the connector.</p>",
689726
"DescribeConnectorResponse$connectorDescription": "<p>A summary description of the connector.</p>",
@@ -722,6 +759,12 @@
722759
"S3LogDeliveryDescription$bucket": "<p>The name of the S3 bucket that is the destination for log delivery.</p>",
723760
"S3LogDeliveryDescription$prefix": "<p>The S3 prefix that is the destination for log delivery.</p>",
724761
"ServiceUnavailableException$message": null,
762+
"StateDescription$code": "<p>A code that describes the state of a resource.</p>",
763+
"StateDescription$message": "<p>A message that describes the state of a resource.</p>",
764+
"SyntheticCreateConnectorRequest__mapOf__string$key": null,
765+
"SyntheticCreateConnectorRequest__mapOf__string$value": null,
766+
"SyntheticDescribeConnectorResponse__mapOf__string$key": null,
767+
"SyntheticDescribeConnectorResponse__mapOf__string$value": null,
725768
"TooManyRequestsException$message": null,
726769
"UnauthorizedException$message": null,
727770
"UpdateConnectorRequest$connectorArn": "<p>The Amazon Resource Name (ARN) of the connector that you want to update.</p>",
@@ -730,14 +773,11 @@
730773
"WorkerConfiguration$workerConfigurationArn": "<p>The Amazon Resource Name (ARN) of the worker configuration.</p>",
731774
"WorkerConfigurationDescription$workerConfigurationArn": "<p>The Amazon Resource Name (ARN) of the worker configuration.</p>",
732775
"WorkerConfigurationRevisionDescription$description": "<p>The description of the worker configuration revision.</p>",
733-
"WorkerConfigurationRevisionDescription$propertiesFileContent": "<p>Base64 encoded contents of the connect-distributed.properties file.</p>",
734776
"WorkerConfigurationRevisionSummary$description": "<p>The description of a worker configuration revision.</p>",
735777
"WorkerConfigurationSummary$description": "<p>The description of a worker configuration.</p>",
736778
"WorkerConfigurationSummary$name": "<p>The name of the worker configuration.</p>",
737779
"WorkerConfigurationSummary$workerConfigurationArn": "<p>The Amazon Resource Name (ARN) of the worker configuration.</p>",
738-
"__listOf__string$member": null,
739-
"__mapOf__string$key": null,
740-
"__mapOf__string$value": null
780+
"__listOf__string$member": null
741781
}
742782
},
743783
"__stringMax1024": {

models/apis/mediapackage/2017-10-12/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2163,7 +2163,8 @@
21632163
"Profile": {
21642164
"enum": [
21652165
"NONE",
2166-
"HBBTV_1_5"
2166+
"HBBTV_1_5",
2167+
"HYBRIDCAST"
21672168
],
21682169
"type": "string"
21692170
},

models/apis/mgn/2020-02-26/api-2.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,13 @@
485485
"type":"boolean",
486486
"box":true
487487
},
488+
"BootMode":{
489+
"type":"string",
490+
"enum":[
491+
"LEGACY_BIOS",
492+
"UEFI"
493+
]
494+
},
488495
"BoundedString":{
489496
"type":"string",
490497
"max":256,
@@ -1055,6 +1062,7 @@
10551062
"LaunchConfiguration":{
10561063
"type":"structure",
10571064
"members":{
1065+
"bootMode":{"shape":"BootMode"},
10581066
"copyPrivateIp":{"shape":"Boolean"},
10591067
"copyTags":{"shape":"Boolean"},
10601068
"ec2LaunchTemplateID":{"shape":"BoundedString"},
@@ -1277,7 +1285,8 @@
12771285
"type":"string",
12781286
"enum":[
12791287
"GP2",
1280-
"ST1"
1288+
"ST1",
1289+
"GP3"
12811290
]
12821291
},
12831292
"ReplicationConfigurationEbsEncryption":{
@@ -1293,7 +1302,8 @@
12931302
"deviceName":{"shape":"BoundedString"},
12941303
"iops":{"shape":"PositiveInteger"},
12951304
"isBootDisk":{"shape":"Boolean"},
1296-
"stagingDiskType":{"shape":"ReplicationConfigurationReplicatedDiskStagingDiskType"}
1305+
"stagingDiskType":{"shape":"ReplicationConfigurationReplicatedDiskStagingDiskType"},
1306+
"throughput":{"shape":"PositiveInteger"}
12971307
}
12981308
},
12991309
"ReplicationConfigurationReplicatedDiskStagingDiskType":{
@@ -1304,7 +1314,9 @@
13041314
"IO1",
13051315
"SC1",
13061316
"ST1",
1307-
"STANDARD"
1317+
"STANDARD",
1318+
"GP3",
1319+
"IO2"
13081320
]
13091321
},
13101322
"ReplicationConfigurationReplicatedDisks":{
@@ -1629,6 +1641,7 @@
16291641
"type":"structure",
16301642
"required":["sourceServerID"],
16311643
"members":{
1644+
"bootMode":{"shape":"BootMode"},
16321645
"copyPrivateIp":{"shape":"Boolean"},
16331646
"copyTags":{"shape":"Boolean"},
16341647
"launchDisposition":{"shape":"LaunchDisposition"},

0 commit comments

Comments
 (0)