aws-sdk-core 2.11.375 → 2.11.376

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c42049884ce2589b0d00b1a0657698870057a803
4
- data.tar.gz: 9f1d53dee660ca1722d5c985dddb892369d52fbf
3
+ metadata.gz: 71675f93db21290ea55bfa31847e8857d7058341
4
+ data.tar.gz: e49f1e1b306b710b525226041281a7d169b44a6d
5
5
  SHA512:
6
- metadata.gz: c177762edab0e50583e5ddd6f178b4f6782fed161d788c9cdbabe1f905ce7d4d56b0e3178353d1801e8a803106ec7a8568912a1504956e6dc2f6b25fdebfdb58
7
- data.tar.gz: 140a15f70c0bc79885f8928c4fbe870a8d3ce819cd18dcb619aa0f9be96ab3aef03760e03d64b41a2229f8903164d4a93de11b8d4402be0a0eeeaba362ef9139
6
+ metadata.gz: ad3320e06fba63e9d4ed91d17dd40dc36aff3170547882892877fb4608f2ae0fb916221c9cf8cd286f571b6dc843b7a9170fcd0f13bfb35a4842b028740c633f
7
+ data.tar.gz: ecf454d5829d46889c7351a0d21621acf8cf866bda3c0156651334a8115ad362ace25c1c78652218e5e534fdc53980402757a2d137b83f418e63ea0f26a90a74
@@ -1,1698 +1,1950 @@
1
1
  {
2
- "metadata" : {
3
- "apiVersion" : "2018-11-14",
4
- "endpointPrefix" : "kafka",
5
- "signingName" : "kafka",
6
- "serviceFullName" : "Managed Streaming for Kafka",
2
+ "metadata": {
3
+ "apiVersion": "2018-11-14",
4
+ "endpointPrefix": "kafka",
5
+ "signingName": "kafka",
6
+ "serviceFullName": "Managed Streaming for Kafka",
7
7
  "serviceAbbreviation": "Kafka",
8
- "serviceId" : "Kafka",
9
- "protocol" : "rest-json",
10
- "jsonVersion" : "1.1",
11
- "uid" : "kafka-2018-11-14",
12
- "signatureVersion" : "v4"
8
+ "serviceId": "Kafka",
9
+ "protocol": "rest-json",
10
+ "jsonVersion": "1.1",
11
+ "uid": "kafka-2018-11-14",
12
+ "signatureVersion": "v4"
13
13
  },
14
- "operations" : {
15
- "CreateCluster" : {
16
- "name" : "CreateCluster",
17
- "http" : {
18
- "method" : "POST",
19
- "requestUri" : "/v1/clusters",
20
- "responseCode" : 200
21
- },
22
- "input" : {
23
- "shape" : "CreateClusterRequest"
24
- },
25
- "output" : {
26
- "shape" : "CreateClusterResponse"
27
- },
28
- "errors" : [ {
29
- "shape" : "BadRequestException"
30
- }, {
31
- "shape" : "InternalServerErrorException"
32
- }, {
33
- "shape" : "UnauthorizedException"
34
- }, {
35
- "shape" : "ForbiddenException"
36
- }, {
37
- "shape" : "ServiceUnavailableException"
38
- }, {
39
- "shape" : "TooManyRequestsException"
40
- }, {
41
- "shape" : "ConflictException"
42
- } ]
43
- },
44
- "CreateConfiguration" : {
45
- "name" : "CreateConfiguration",
46
- "http" : {
47
- "method" : "POST",
48
- "requestUri" : "/v1/configurations",
49
- "responseCode" : 200
50
- },
51
- "input" : {
52
- "shape" : "CreateConfigurationRequest"
53
- },
54
- "output" : {
55
- "shape" : "CreateConfigurationResponse"
56
- },
57
- "errors" : [ {
58
- "shape" : "BadRequestException"
59
- }, {
60
- "shape" : "InternalServerErrorException"
61
- }, {
62
- "shape" : "UnauthorizedException"
63
- }, {
64
- "shape" : "ForbiddenException"
65
- }, {
66
- "shape" : "ServiceUnavailableException"
67
- }, {
68
- "shape" : "TooManyRequestsException"
69
- }, {
70
- "shape" : "ConflictException"
71
- } ]
72
- },
73
- "DeleteCluster" : {
74
- "name" : "DeleteCluster",
75
- "http" : {
76
- "method" : "DELETE",
77
- "requestUri" : "/v1/clusters/{clusterArn}",
78
- "responseCode" : 200
79
- },
80
- "input" : {
81
- "shape" : "DeleteClusterRequest"
82
- },
83
- "output" : {
84
- "shape" : "DeleteClusterResponse"
85
- },
86
- "errors" : [ {
87
- "shape" : "NotFoundException"
88
- }, {
89
- "shape" : "BadRequestException"
90
- }, {
91
- "shape" : "InternalServerErrorException"
92
- }, {
93
- "shape" : "ForbiddenException"
94
- } ]
95
- },
96
- "DescribeCluster" : {
97
- "name" : "DescribeCluster",
98
- "http" : {
99
- "method" : "GET",
100
- "requestUri" : "/v1/clusters/{clusterArn}",
101
- "responseCode" : 200
102
- },
103
- "input" : {
104
- "shape" : "DescribeClusterRequest"
105
- },
106
- "output" : {
107
- "shape" : "DescribeClusterResponse"
108
- },
109
- "errors" : [ {
110
- "shape" : "NotFoundException"
111
- }, {
112
- "shape" : "BadRequestException"
113
- }, {
114
- "shape" : "UnauthorizedException"
115
- }, {
116
- "shape" : "InternalServerErrorException"
117
- }, {
118
- "shape" : "ForbiddenException"
119
- } ]
120
- },
121
- "DescribeClusterOperation" : {
122
- "name" : "DescribeClusterOperation",
123
- "http" : {
124
- "method" : "GET",
125
- "requestUri" : "/v1/operations/{clusterOperationArn}",
126
- "responseCode" : 200
127
- },
128
- "input" : {
129
- "shape" : "DescribeClusterOperationRequest"
130
- },
131
- "output" : {
132
- "shape" : "DescribeClusterOperationResponse"
133
- },
134
- "errors" : [ {
135
- "shape" : "NotFoundException"
136
- }, {
137
- "shape" : "BadRequestException"
138
- }, {
139
- "shape" : "UnauthorizedException"
140
- }, {
141
- "shape" : "InternalServerErrorException"
142
- }, {
143
- "shape" : "ForbiddenException"
144
- } ]
145
- },
146
- "DescribeConfiguration" : {
147
- "name" : "DescribeConfiguration",
148
- "http" : {
149
- "method" : "GET",
150
- "requestUri" : "/v1/configurations/{arn}",
151
- "responseCode" : 200
152
- },
153
- "input" : {
154
- "shape" : "DescribeConfigurationRequest"
155
- },
156
- "output" : {
157
- "shape" : "DescribeConfigurationResponse"
158
- },
159
- "errors" : [ {
160
- "shape" : "BadRequestException"
161
- }, {
162
- "shape" : "UnauthorizedException"
163
- }, {
164
- "shape" : "InternalServerErrorException"
165
- }, {
166
- "shape" : "ForbiddenException"
167
- }, {
168
- "shape" : "NotFoundException"
169
- }, {
170
- "shape" : "ServiceUnavailableException"
171
- } ]
172
- },
173
- "DescribeConfigurationRevision" : {
174
- "name" : "DescribeConfigurationRevision",
175
- "http" : {
176
- "method" : "GET",
177
- "requestUri" : "/v1/configurations/{arn}/revisions/{revision}",
178
- "responseCode" : 200
179
- },
180
- "input" : {
181
- "shape" : "DescribeConfigurationRevisionRequest"
182
- },
183
- "output" : {
184
- "shape" : "DescribeConfigurationRevisionResponse"
185
- },
186
- "errors" : [ {
187
- "shape" : "BadRequestException"
188
- }, {
189
- "shape" : "UnauthorizedException"
190
- }, {
191
- "shape" : "InternalServerErrorException"
192
- }, {
193
- "shape" : "ForbiddenException"
194
- }, {
195
- "shape" : "NotFoundException"
196
- }, {
197
- "shape" : "ServiceUnavailableException"
198
- } ]
199
- },
200
- "GetBootstrapBrokers" : {
201
- "name" : "GetBootstrapBrokers",
202
- "http" : {
203
- "method" : "GET",
204
- "requestUri" : "/v1/clusters/{clusterArn}/bootstrap-brokers",
205
- "responseCode" : 200
206
- },
207
- "input" : {
208
- "shape" : "GetBootstrapBrokersRequest"
209
- },
210
- "output" : {
211
- "shape" : "GetBootstrapBrokersResponse"
212
- },
213
- "errors" : [ {
214
- "shape" : "BadRequestException"
215
- }, {
216
- "shape" : "UnauthorizedException"
217
- }, {
218
- "shape" : "InternalServerErrorException"
219
- }, {
220
- "shape" : "ConflictException"
221
- }, {
222
- "shape" : "ForbiddenException"
223
- } ]
224
- },
225
- "ListClusterOperations" : {
226
- "name" : "ListClusterOperations",
227
- "http" : {
228
- "method" : "GET",
229
- "requestUri" : "/v1/clusters/{clusterArn}/operations",
230
- "responseCode" : 200
231
- },
232
- "input" : {
233
- "shape" : "ListClusterOperationsRequest"
234
- },
235
- "output" : {
236
- "shape" : "ListClusterOperationsResponse"
237
- },
238
- "errors" : [ {
239
- "shape" : "BadRequestException"
240
- }, {
241
- "shape" : "InternalServerErrorException"
242
- }, {
243
- "shape" : "UnauthorizedException"
244
- }, {
245
- "shape" : "ForbiddenException"
246
- } ]
247
- },
248
- "ListClusters" : {
249
- "name" : "ListClusters",
250
- "http" : {
251
- "method" : "GET",
252
- "requestUri" : "/v1/clusters",
253
- "responseCode" : 200
254
- },
255
- "input" : {
256
- "shape" : "ListClustersRequest"
257
- },
258
- "output" : {
259
- "shape" : "ListClustersResponse"
260
- },
261
- "errors" : [ {
262
- "shape" : "BadRequestException"
263
- }, {
264
- "shape" : "InternalServerErrorException"
265
- }, {
266
- "shape" : "UnauthorizedException"
267
- }, {
268
- "shape" : "ForbiddenException"
269
- } ]
270
- },
271
- "ListConfigurationRevisions" : {
272
- "name" : "ListConfigurationRevisions",
273
- "http" : {
274
- "method" : "GET",
275
- "requestUri" : "/v1/configurations/{arn}/revisions",
276
- "responseCode" : 200
277
- },
278
- "input" : {
279
- "shape" : "ListConfigurationRevisionsRequest"
280
- },
281
- "output" : {
282
- "shape" : "ListConfigurationRevisionsResponse"
283
- },
284
- "errors" : [ {
285
- "shape" : "BadRequestException"
286
- }, {
287
- "shape" : "UnauthorizedException"
288
- }, {
289
- "shape" : "InternalServerErrorException"
290
- }, {
291
- "shape" : "ForbiddenException"
292
- }, {
293
- "shape" : "NotFoundException"
294
- }, {
295
- "shape" : "ServiceUnavailableException"
296
- } ]
297
- },
298
- "ListConfigurations" : {
299
- "name" : "ListConfigurations",
300
- "http" : {
301
- "method" : "GET",
302
- "requestUri" : "/v1/configurations",
303
- "responseCode" : 200
304
- },
305
- "input" : {
306
- "shape" : "ListConfigurationsRequest"
307
- },
308
- "output" : {
309
- "shape" : "ListConfigurationsResponse"
310
- },
311
- "errors" : [ {
312
- "shape" : "ServiceUnavailableException"
313
- }, {
314
- "shape" : "BadRequestException"
315
- }, {
316
- "shape" : "UnauthorizedException"
317
- }, {
318
- "shape" : "InternalServerErrorException"
319
- }, {
320
- "shape" : "ForbiddenException"
321
- } ]
322
- },
323
- "ListNodes" : {
324
- "name" : "ListNodes",
325
- "http" : {
326
- "method" : "GET",
327
- "requestUri" : "/v1/clusters/{clusterArn}/nodes",
328
- "responseCode" : 200
329
- },
330
- "input" : {
331
- "shape" : "ListNodesRequest"
332
- },
333
- "output" : {
334
- "shape" : "ListNodesResponse"
335
- },
336
- "errors" : [ {
337
- "shape" : "NotFoundException"
338
- }, {
339
- "shape" : "BadRequestException"
340
- }, {
341
- "shape" : "InternalServerErrorException"
342
- }, {
343
- "shape" : "ForbiddenException"
344
- } ]
345
- },
346
- "ListTagsForResource" : {
347
- "name" : "ListTagsForResource",
348
- "http" : {
349
- "method" : "GET",
350
- "requestUri" : "/v1/tags/{resourceArn}",
351
- "responseCode" : 200
352
- },
353
- "input" : {
354
- "shape" : "ListTagsForResourceRequest"
355
- },
356
- "output" : {
357
- "shape" : "ListTagsForResourceResponse"
358
- },
359
- "errors" : [ {
360
- "shape" : "NotFoundException"
361
- }, {
362
- "shape" : "BadRequestException"
363
- }, {
364
- "shape" : "InternalServerErrorException"
365
- } ]
366
- },
367
- "TagResource" : {
368
- "name" : "TagResource",
369
- "http" : {
370
- "method" : "POST",
371
- "requestUri" : "/v1/tags/{resourceArn}",
372
- "responseCode" : 204
373
- },
374
- "input" : {
375
- "shape" : "TagResourceRequest"
376
- },
377
- "errors" : [ {
378
- "shape" : "NotFoundException"
379
- }, {
380
- "shape" : "BadRequestException"
381
- }, {
382
- "shape" : "InternalServerErrorException"
383
- } ]
384
- },
385
- "UntagResource" : {
386
- "name" : "UntagResource",
387
- "http" : {
388
- "method" : "DELETE",
389
- "requestUri" : "/v1/tags/{resourceArn}",
390
- "responseCode" : 204
391
- },
392
- "input" : {
393
- "shape" : "UntagResourceRequest"
394
- },
395
- "errors" : [ {
396
- "shape" : "NotFoundException"
397
- }, {
398
- "shape" : "BadRequestException"
399
- }, {
400
- "shape" : "InternalServerErrorException"
401
- } ]
402
- },
403
- "UpdateBrokerStorage" : {
404
- "name" : "UpdateBrokerStorage",
405
- "http" : {
406
- "method" : "PUT",
407
- "requestUri" : "/v1/clusters/{clusterArn}/nodes/storage",
408
- "responseCode" : 200
409
- },
410
- "input" : {
411
- "shape" : "UpdateBrokerStorageRequest"
412
- },
413
- "output" : {
414
- "shape" : "UpdateBrokerStorageResponse"
415
- },
416
- "errors" : [ {
417
- "shape" : "ServiceUnavailableException"
418
- }, {
419
- "shape" : "BadRequestException"
420
- }, {
421
- "shape" : "UnauthorizedException"
422
- }, {
423
- "shape" : "InternalServerErrorException"
424
- }, {
425
- "shape" : "ForbiddenException"
426
- } ]
427
- },
428
- "UpdateClusterConfiguration" : {
429
- "name" : "UpdateClusterConfiguration",
430
- "http" : {
431
- "method" : "PUT",
432
- "requestUri" : "/v1/clusters/{clusterArn}/configuration",
433
- "responseCode" : 200
434
- },
435
- "input" : {
436
- "shape" : "UpdateClusterConfigurationRequest"
437
- },
438
- "output" : {
439
- "shape" : "UpdateClusterConfigurationResponse"
440
- },
441
- "errors" : [ {
442
- "shape" : "BadRequestException"
443
- }, {
444
- "shape" : "UnauthorizedException"
445
- }, {
446
- "shape" : "InternalServerErrorException"
447
- }, {
448
- "shape" : "ForbiddenException"
449
- }, {
450
- "shape" : "NotFoundException"
451
- }, {
452
- "shape" : "ServiceUnavailableException"
453
- } ]
454
- }
455
- },
456
- "shapes" : {
457
- "BadRequestException" : {
458
- "type" : "structure",
459
- "members" : {
460
- "InvalidParameter" : {
461
- "shape" : "__string",
462
- "locationName" : "invalidParameter"
463
- },
464
- "Message" : {
465
- "shape" : "__string",
466
- "locationName" : "message"
467
- }
468
- },
469
- "exception" : true,
470
- "error" : {
471
- "httpStatusCode" : 400
472
- }
473
- },
474
- "BrokerAZDistribution" : {
475
- "type" : "string",
476
- "enum" : [ "DEFAULT" ]
14
+ "operations": {
15
+ "CreateCluster": {
16
+ "name": "CreateCluster",
17
+ "http": {
18
+ "method": "POST",
19
+ "requestUri": "/v1/clusters",
20
+ "responseCode": 200
21
+ },
22
+ "input": {
23
+ "shape": "CreateClusterRequest"
24
+ },
25
+ "output": {
26
+ "shape": "CreateClusterResponse"
27
+ },
28
+ "errors": [
29
+ {
30
+ "shape": "BadRequestException"
31
+ },
32
+ {
33
+ "shape": "InternalServerErrorException"
34
+ },
35
+ {
36
+ "shape": "UnauthorizedException"
37
+ },
38
+ {
39
+ "shape": "ForbiddenException"
40
+ },
41
+ {
42
+ "shape": "ServiceUnavailableException"
43
+ },
44
+ {
45
+ "shape": "TooManyRequestsException"
46
+ },
47
+ {
48
+ "shape": "ConflictException"
49
+ }
50
+ ]
477
51
  },
478
- "BrokerEBSVolumeInfo" : {
479
- "type" : "structure",
480
- "members" : {
481
- "KafkaBrokerNodeId" : {
482
- "shape" : "__string",
483
- "locationName" : "kafkaBrokerNodeId"
52
+ "CreateConfiguration": {
53
+ "name": "CreateConfiguration",
54
+ "http": {
55
+ "method": "POST",
56
+ "requestUri": "/v1/configurations",
57
+ "responseCode": 200
58
+ },
59
+ "input": {
60
+ "shape": "CreateConfigurationRequest"
61
+ },
62
+ "output": {
63
+ "shape": "CreateConfigurationResponse"
64
+ },
65
+ "errors": [
66
+ {
67
+ "shape": "BadRequestException"
68
+ },
69
+ {
70
+ "shape": "InternalServerErrorException"
71
+ },
72
+ {
73
+ "shape": "UnauthorizedException"
74
+ },
75
+ {
76
+ "shape": "ForbiddenException"
77
+ },
78
+ {
79
+ "shape": "ServiceUnavailableException"
484
80
  },
485
- "VolumeSizeGB" : {
486
- "shape" : "__integer",
487
- "locationName" : "volumeSizeGB"
81
+ {
82
+ "shape": "TooManyRequestsException"
83
+ },
84
+ {
85
+ "shape": "ConflictException"
488
86
  }
87
+ ]
88
+ },
89
+ "DeleteCluster": {
90
+ "name": "DeleteCluster",
91
+ "http": {
92
+ "method": "DELETE",
93
+ "requestUri": "/v1/clusters/{clusterArn}",
94
+ "responseCode": 200
95
+ },
96
+ "input": {
97
+ "shape": "DeleteClusterRequest"
98
+ },
99
+ "output": {
100
+ "shape": "DeleteClusterResponse"
489
101
  },
490
- "required" : [ "VolumeSizeGB", "KafkaBrokerNodeId" ]
102
+ "errors": [
103
+ {
104
+ "shape": "NotFoundException"
105
+ },
106
+ {
107
+ "shape": "BadRequestException"
108
+ },
109
+ {
110
+ "shape": "InternalServerErrorException"
111
+ },
112
+ {
113
+ "shape": "ForbiddenException"
114
+ }
115
+ ]
491
116
  },
492
- "BrokerNodeGroupInfo" : {
493
- "type" : "structure",
494
- "members" : {
495
- "BrokerAZDistribution" : {
496
- "shape" : "BrokerAZDistribution",
497
- "locationName" : "brokerAZDistribution"
117
+ "DescribeCluster": {
118
+ "name": "DescribeCluster",
119
+ "http": {
120
+ "method": "GET",
121
+ "requestUri": "/v1/clusters/{clusterArn}",
122
+ "responseCode": 200
123
+ },
124
+ "input": {
125
+ "shape": "DescribeClusterRequest"
126
+ },
127
+ "output": {
128
+ "shape": "DescribeClusterResponse"
129
+ },
130
+ "errors": [
131
+ {
132
+ "shape": "NotFoundException"
498
133
  },
499
- "ClientSubnets" : {
500
- "shape" : "__listOf__string",
501
- "locationName" : "clientSubnets"
134
+ {
135
+ "shape": "BadRequestException"
502
136
  },
503
- "InstanceType" : {
504
- "shape" : "__stringMin5Max32",
505
- "locationName" : "instanceType"
137
+ {
138
+ "shape": "UnauthorizedException"
506
139
  },
507
- "SecurityGroups" : {
508
- "shape" : "__listOf__string",
509
- "locationName" : "securityGroups"
140
+ {
141
+ "shape": "InternalServerErrorException"
510
142
  },
511
- "StorageInfo" : {
512
- "shape" : "StorageInfo",
513
- "locationName" : "storageInfo"
143
+ {
144
+ "shape": "ForbiddenException"
514
145
  }
146
+ ]
147
+ },
148
+ "DescribeClusterOperation": {
149
+ "name": "DescribeClusterOperation",
150
+ "http": {
151
+ "method": "GET",
152
+ "requestUri": "/v1/operations/{clusterOperationArn}",
153
+ "responseCode": 200
154
+ },
155
+ "input": {
156
+ "shape": "DescribeClusterOperationRequest"
157
+ },
158
+ "output": {
159
+ "shape": "DescribeClusterOperationResponse"
515
160
  },
516
- "required" : [ "ClientSubnets", "InstanceType" ]
161
+ "errors": [
162
+ {
163
+ "shape": "NotFoundException"
164
+ },
165
+ {
166
+ "shape": "BadRequestException"
167
+ },
168
+ {
169
+ "shape": "UnauthorizedException"
170
+ },
171
+ {
172
+ "shape": "InternalServerErrorException"
173
+ },
174
+ {
175
+ "shape": "ForbiddenException"
176
+ }
177
+ ]
517
178
  },
518
- "BrokerNodeInfo" : {
519
- "type" : "structure",
520
- "members" : {
521
- "AttachedENIId" : {
522
- "shape" : "__string",
523
- "locationName" : "attachedENIId"
179
+ "DescribeConfiguration": {
180
+ "name": "DescribeConfiguration",
181
+ "http": {
182
+ "method": "GET",
183
+ "requestUri": "/v1/configurations/{arn}",
184
+ "responseCode": 200
185
+ },
186
+ "input": {
187
+ "shape": "DescribeConfigurationRequest"
188
+ },
189
+ "output": {
190
+ "shape": "DescribeConfigurationResponse"
191
+ },
192
+ "errors": [
193
+ {
194
+ "shape": "BadRequestException"
524
195
  },
525
- "BrokerId" : {
526
- "shape" : "__double",
527
- "locationName" : "brokerId"
196
+ {
197
+ "shape": "UnauthorizedException"
528
198
  },
529
- "ClientSubnet" : {
530
- "shape" : "__string",
531
- "locationName" : "clientSubnet"
199
+ {
200
+ "shape": "InternalServerErrorException"
532
201
  },
533
- "ClientVpcIpAddress" : {
534
- "shape" : "__string",
535
- "locationName" : "clientVpcIpAddress"
202
+ {
203
+ "shape": "ForbiddenException"
536
204
  },
537
- "CurrentBrokerSoftwareInfo" : {
538
- "shape" : "BrokerSoftwareInfo",
539
- "locationName" : "currentBrokerSoftwareInfo"
205
+ {
206
+ "shape": "NotFoundException"
540
207
  },
541
- "Endpoints" : {
542
- "shape" : "__listOf__string",
543
- "locationName" : "endpoints"
208
+ {
209
+ "shape": "ServiceUnavailableException"
544
210
  }
545
- }
211
+ ]
546
212
  },
547
- "BrokerSoftwareInfo" : {
548
- "type" : "structure",
549
- "members" : {
550
- "ConfigurationArn" : {
551
- "shape" : "__string",
552
- "locationName" : "configurationArn"
213
+ "DescribeConfigurationRevision": {
214
+ "name": "DescribeConfigurationRevision",
215
+ "http": {
216
+ "method": "GET",
217
+ "requestUri": "/v1/configurations/{arn}/revisions/{revision}",
218
+ "responseCode": 200
219
+ },
220
+ "input": {
221
+ "shape": "DescribeConfigurationRevisionRequest"
222
+ },
223
+ "output": {
224
+ "shape": "DescribeConfigurationRevisionResponse"
225
+ },
226
+ "errors": [
227
+ {
228
+ "shape": "BadRequestException"
229
+ },
230
+ {
231
+ "shape": "UnauthorizedException"
232
+ },
233
+ {
234
+ "shape": "InternalServerErrorException"
553
235
  },
554
- "ConfigurationRevision" : {
555
- "shape" : "__long",
556
- "locationName" : "configurationRevision"
236
+ {
237
+ "shape": "ForbiddenException"
557
238
  },
558
- "KafkaVersion" : {
559
- "shape" : "__string",
560
- "locationName" : "kafkaVersion"
239
+ {
240
+ "shape": "NotFoundException"
241
+ },
242
+ {
243
+ "shape": "ServiceUnavailableException"
561
244
  }
562
- }
245
+ ]
563
246
  },
564
- "ClientAuthentication" : {
565
- "type" : "structure",
566
- "members" : {
567
- "Tls" : {
568
- "shape" : "Tls",
569
- "locationName" : "tls"
247
+ "GetBootstrapBrokers": {
248
+ "name": "GetBootstrapBrokers",
249
+ "http": {
250
+ "method": "GET",
251
+ "requestUri": "/v1/clusters/{clusterArn}/bootstrap-brokers",
252
+ "responseCode": 200
253
+ },
254
+ "input": {
255
+ "shape": "GetBootstrapBrokersRequest"
256
+ },
257
+ "output": {
258
+ "shape": "GetBootstrapBrokersResponse"
259
+ },
260
+ "errors": [
261
+ {
262
+ "shape": "BadRequestException"
263
+ },
264
+ {
265
+ "shape": "UnauthorizedException"
266
+ },
267
+ {
268
+ "shape": "InternalServerErrorException"
269
+ },
270
+ {
271
+ "shape": "ConflictException"
272
+ },
273
+ {
274
+ "shape": "ForbiddenException"
570
275
  }
571
- }
276
+ ]
572
277
  },
573
- "ClientBroker" : {
574
- "type" : "string",
575
- "enum" : [ "TLS", "TLS_PLAINTEXT", "PLAINTEXT" ]
278
+ "ListClusterOperations": {
279
+ "name": "ListClusterOperations",
280
+ "http": {
281
+ "method": "GET",
282
+ "requestUri": "/v1/clusters/{clusterArn}/operations",
283
+ "responseCode": 200
284
+ },
285
+ "input": {
286
+ "shape": "ListClusterOperationsRequest"
287
+ },
288
+ "output": {
289
+ "shape": "ListClusterOperationsResponse"
290
+ },
291
+ "errors": [
292
+ {
293
+ "shape": "BadRequestException"
294
+ },
295
+ {
296
+ "shape": "InternalServerErrorException"
297
+ },
298
+ {
299
+ "shape": "UnauthorizedException"
300
+ },
301
+ {
302
+ "shape": "ForbiddenException"
303
+ }
304
+ ]
576
305
  },
577
- "ClusterInfo" : {
578
- "type" : "structure",
579
- "members" : {
580
- "ActiveOperationArn" : {
581
- "shape" : "__string",
582
- "locationName" : "activeOperationArn"
306
+ "ListClusters": {
307
+ "name": "ListClusters",
308
+ "http": {
309
+ "method": "GET",
310
+ "requestUri": "/v1/clusters",
311
+ "responseCode": 200
312
+ },
313
+ "input": {
314
+ "shape": "ListClustersRequest"
315
+ },
316
+ "output": {
317
+ "shape": "ListClustersResponse"
318
+ },
319
+ "errors": [
320
+ {
321
+ "shape": "BadRequestException"
583
322
  },
584
- "BrokerNodeGroupInfo" : {
585
- "shape" : "BrokerNodeGroupInfo",
586
- "locationName" : "brokerNodeGroupInfo"
323
+ {
324
+ "shape": "InternalServerErrorException"
587
325
  },
588
- "ClientAuthentication" : {
589
- "shape" : "ClientAuthentication",
590
- "locationName" : "clientAuthentication"
326
+ {
327
+ "shape": "UnauthorizedException"
591
328
  },
592
- "ClusterArn" : {
593
- "shape" : "__string",
594
- "locationName" : "clusterArn"
329
+ {
330
+ "shape": "ForbiddenException"
331
+ }
332
+ ]
333
+ },
334
+ "ListConfigurationRevisions": {
335
+ "name": "ListConfigurationRevisions",
336
+ "http": {
337
+ "method": "GET",
338
+ "requestUri": "/v1/configurations/{arn}/revisions",
339
+ "responseCode": 200
340
+ },
341
+ "input": {
342
+ "shape": "ListConfigurationRevisionsRequest"
343
+ },
344
+ "output": {
345
+ "shape": "ListConfigurationRevisionsResponse"
346
+ },
347
+ "errors": [
348
+ {
349
+ "shape": "BadRequestException"
595
350
  },
596
- "ClusterName" : {
597
- "shape" : "__string",
598
- "locationName" : "clusterName"
351
+ {
352
+ "shape": "UnauthorizedException"
599
353
  },
600
- "CreationTime" : {
601
- "shape" : "__timestampIso8601",
602
- "locationName" : "creationTime"
354
+ {
355
+ "shape": "InternalServerErrorException"
603
356
  },
604
- "CurrentBrokerSoftwareInfo" : {
605
- "shape" : "BrokerSoftwareInfo",
606
- "locationName" : "currentBrokerSoftwareInfo"
357
+ {
358
+ "shape": "ForbiddenException"
607
359
  },
608
- "CurrentVersion" : {
609
- "shape" : "__string",
610
- "locationName" : "currentVersion"
360
+ {
361
+ "shape": "NotFoundException"
611
362
  },
612
- "EncryptionInfo" : {
613
- "shape" : "EncryptionInfo",
614
- "locationName" : "encryptionInfo"
363
+ {
364
+ "shape": "ServiceUnavailableException"
365
+ }
366
+ ]
367
+ },
368
+ "ListConfigurations": {
369
+ "name": "ListConfigurations",
370
+ "http": {
371
+ "method": "GET",
372
+ "requestUri": "/v1/configurations",
373
+ "responseCode": 200
374
+ },
375
+ "input": {
376
+ "shape": "ListConfigurationsRequest"
377
+ },
378
+ "output": {
379
+ "shape": "ListConfigurationsResponse"
380
+ },
381
+ "errors": [
382
+ {
383
+ "shape": "ServiceUnavailableException"
615
384
  },
616
- "EnhancedMonitoring" : {
617
- "shape" : "EnhancedMonitoring",
618
- "locationName" : "enhancedMonitoring"
385
+ {
386
+ "shape": "BadRequestException"
619
387
  },
620
- "NumberOfBrokerNodes" : {
621
- "shape" : "__integer",
622
- "locationName" : "numberOfBrokerNodes"
388
+ {
389
+ "shape": "UnauthorizedException"
623
390
  },
624
- "State" : {
625
- "shape" : "ClusterState",
626
- "locationName" : "state"
391
+ {
392
+ "shape": "InternalServerErrorException"
627
393
  },
628
- "Tags" : {
629
- "shape" : "__mapOf__string",
630
- "locationName" : "tags"
394
+ {
395
+ "shape": "ForbiddenException"
396
+ }
397
+ ]
398
+ },
399
+ "ListNodes": {
400
+ "name": "ListNodes",
401
+ "http": {
402
+ "method": "GET",
403
+ "requestUri": "/v1/clusters/{clusterArn}/nodes",
404
+ "responseCode": 200
405
+ },
406
+ "input": {
407
+ "shape": "ListNodesRequest"
408
+ },
409
+ "output": {
410
+ "shape": "ListNodesResponse"
411
+ },
412
+ "errors": [
413
+ {
414
+ "shape": "NotFoundException"
415
+ },
416
+ {
417
+ "shape": "BadRequestException"
631
418
  },
632
- "ZookeeperConnectString" : {
633
- "shape" : "__string",
634
- "locationName" : "zookeeperConnectString"
419
+ {
420
+ "shape": "InternalServerErrorException"
421
+ },
422
+ {
423
+ "shape": "ForbiddenException"
635
424
  }
636
- }
425
+ ]
637
426
  },
638
- "ClusterOperationInfo" : {
639
- "type" : "structure",
640
- "members" : {
641
- "ClientRequestId" : {
642
- "shape" : "__string",
643
- "locationName" : "clientRequestId"
427
+ "ListTagsForResource": {
428
+ "name": "ListTagsForResource",
429
+ "http": {
430
+ "method": "GET",
431
+ "requestUri": "/v1/tags/{resourceArn}",
432
+ "responseCode": 200
433
+ },
434
+ "input": {
435
+ "shape": "ListTagsForResourceRequest"
436
+ },
437
+ "output": {
438
+ "shape": "ListTagsForResourceResponse"
439
+ },
440
+ "errors": [
441
+ {
442
+ "shape": "NotFoundException"
644
443
  },
645
- "ClusterArn" : {
646
- "shape" : "__string",
647
- "locationName" : "clusterArn"
444
+ {
445
+ "shape": "BadRequestException"
648
446
  },
649
- "CreationTime" : {
650
- "shape" : "__timestampIso8601",
651
- "locationName" : "creationTime"
447
+ {
448
+ "shape": "InternalServerErrorException"
449
+ }
450
+ ]
451
+ },
452
+ "TagResource": {
453
+ "name": "TagResource",
454
+ "http": {
455
+ "method": "POST",
456
+ "requestUri": "/v1/tags/{resourceArn}",
457
+ "responseCode": 204
458
+ },
459
+ "input": {
460
+ "shape": "TagResourceRequest"
461
+ },
462
+ "errors": [
463
+ {
464
+ "shape": "NotFoundException"
652
465
  },
653
- "EndTime" : {
654
- "shape" : "__timestampIso8601",
655
- "locationName" : "endTime"
466
+ {
467
+ "shape": "BadRequestException"
656
468
  },
657
- "ErrorInfo" : {
658
- "shape" : "ErrorInfo",
659
- "locationName" : "errorInfo"
469
+ {
470
+ "shape": "InternalServerErrorException"
471
+ }
472
+ ]
473
+ },
474
+ "UntagResource": {
475
+ "name": "UntagResource",
476
+ "http": {
477
+ "method": "DELETE",
478
+ "requestUri": "/v1/tags/{resourceArn}",
479
+ "responseCode": 204
480
+ },
481
+ "input": {
482
+ "shape": "UntagResourceRequest"
483
+ },
484
+ "errors": [
485
+ {
486
+ "shape": "NotFoundException"
487
+ },
488
+ {
489
+ "shape": "BadRequestException"
660
490
  },
661
- "OperationArn" : {
662
- "shape" : "__string",
663
- "locationName" : "operationArn"
491
+ {
492
+ "shape": "InternalServerErrorException"
493
+ }
494
+ ]
495
+ },
496
+ "UpdateBrokerCount": {
497
+ "name": "UpdateBrokerCount",
498
+ "http": {
499
+ "method": "PUT",
500
+ "requestUri": "/v1/clusters/{clusterArn}/nodes/count",
501
+ "responseCode": 200
502
+ },
503
+ "input": {
504
+ "shape": "UpdateBrokerCountRequest"
505
+ },
506
+ "output": {
507
+ "shape": "UpdateBrokerCountResponse"
508
+ },
509
+ "errors": [
510
+ {
511
+ "shape": "ServiceUnavailableException"
664
512
  },
665
- "OperationState" : {
666
- "shape" : "__string",
667
- "locationName" : "operationState"
513
+ {
514
+ "shape": "BadRequestException"
668
515
  },
669
- "OperationType" : {
670
- "shape" : "__string",
671
- "locationName" : "operationType"
516
+ {
517
+ "shape": "UnauthorizedException"
672
518
  },
673
- "SourceClusterInfo" : {
674
- "shape" : "MutableClusterInfo",
675
- "locationName" : "sourceClusterInfo"
519
+ {
520
+ "shape": "InternalServerErrorException"
676
521
  },
677
- "TargetClusterInfo" : {
678
- "shape" : "MutableClusterInfo",
679
- "locationName" : "targetClusterInfo"
522
+ {
523
+ "shape": "ForbiddenException"
680
524
  }
681
- }
525
+ ]
682
526
  },
683
- "ClusterState" : {
684
- "type" : "string",
685
- "enum" : [ "ACTIVE", "CREATING", "UPDATING", "DELETING", "FAILED" ]
527
+ "UpdateBrokerStorage": {
528
+ "name": "UpdateBrokerStorage",
529
+ "http": {
530
+ "method": "PUT",
531
+ "requestUri": "/v1/clusters/{clusterArn}/nodes/storage",
532
+ "responseCode": 200
533
+ },
534
+ "input": {
535
+ "shape": "UpdateBrokerStorageRequest"
536
+ },
537
+ "output": {
538
+ "shape": "UpdateBrokerStorageResponse"
539
+ },
540
+ "errors": [
541
+ {
542
+ "shape": "ServiceUnavailableException"
543
+ },
544
+ {
545
+ "shape": "BadRequestException"
546
+ },
547
+ {
548
+ "shape": "UnauthorizedException"
549
+ },
550
+ {
551
+ "shape": "InternalServerErrorException"
552
+ },
553
+ {
554
+ "shape": "ForbiddenException"
555
+ }
556
+ ]
686
557
  },
687
- "Configuration" : {
688
- "type" : "structure",
689
- "members" : {
690
- "Arn" : {
691
- "shape" : "__string",
692
- "locationName" : "arn"
558
+ "UpdateClusterConfiguration": {
559
+ "name": "UpdateClusterConfiguration",
560
+ "http": {
561
+ "method": "PUT",
562
+ "requestUri": "/v1/clusters/{clusterArn}/configuration",
563
+ "responseCode": 200
564
+ },
565
+ "input": {
566
+ "shape": "UpdateClusterConfigurationRequest"
567
+ },
568
+ "output": {
569
+ "shape": "UpdateClusterConfigurationResponse"
570
+ },
571
+ "errors": [
572
+ {
573
+ "shape": "BadRequestException"
693
574
  },
694
- "CreationTime" : {
695
- "shape" : "__timestampIso8601",
696
- "locationName" : "creationTime"
575
+ {
576
+ "shape": "UnauthorizedException"
697
577
  },
698
- "Description" : {
699
- "shape" : "__string",
700
- "locationName" : "description"
578
+ {
579
+ "shape": "InternalServerErrorException"
701
580
  },
702
- "KafkaVersions" : {
703
- "shape" : "__listOf__string",
704
- "locationName" : "kafkaVersions"
581
+ {
582
+ "shape": "ForbiddenException"
705
583
  },
706
- "LatestRevision" : {
707
- "shape" : "ConfigurationRevision",
708
- "locationName" : "latestRevision"
584
+ {
585
+ "shape": "NotFoundException"
709
586
  },
710
- "Name" : {
711
- "shape" : "__string",
712
- "locationName" : "name"
587
+ {
588
+ "shape": "ServiceUnavailableException"
589
+ }
590
+ ]
591
+ }
592
+ },
593
+ "shapes": {
594
+ "BadRequestException": {
595
+ "type": "structure",
596
+ "members": {
597
+ "InvalidParameter": {
598
+ "shape": "__string",
599
+ "locationName": "invalidParameter"
600
+ },
601
+ "Message": {
602
+ "shape": "__string",
603
+ "locationName": "message"
713
604
  }
714
605
  },
715
- "required" : [ "Description", "LatestRevision", "CreationTime", "KafkaVersions", "Arn", "Name" ]
606
+ "exception": true,
607
+ "error": {
608
+ "httpStatusCode": 400
609
+ }
716
610
  },
717
- "ConfigurationInfo" : {
718
- "type" : "structure",
719
- "members" : {
720
- "Arn" : {
721
- "shape" : "__string",
722
- "locationName" : "arn"
723
- },
724
- "Revision" : {
725
- "shape" : "__long",
726
- "locationName" : "revision"
611
+ "BrokerAZDistribution": {
612
+ "type": "string",
613
+ "enum": [
614
+ "DEFAULT"
615
+ ]
616
+ },
617
+ "BrokerEBSVolumeInfo": {
618
+ "type": "structure",
619
+ "members": {
620
+ "KafkaBrokerNodeId": {
621
+ "shape": "__string",
622
+ "locationName": "kafkaBrokerNodeId"
623
+ },
624
+ "VolumeSizeGB": {
625
+ "shape": "__integer",
626
+ "locationName": "volumeSizeGB"
727
627
  }
728
628
  },
729
- "required" : [ "Revision", "Arn" ]
629
+ "required": [
630
+ "VolumeSizeGB",
631
+ "KafkaBrokerNodeId"
632
+ ]
633
+ },
634
+ "BrokerNodeGroupInfo": {
635
+ "type": "structure",
636
+ "members": {
637
+ "BrokerAZDistribution": {
638
+ "shape": "BrokerAZDistribution",
639
+ "locationName": "brokerAZDistribution"
640
+ },
641
+ "ClientSubnets": {
642
+ "shape": "__listOf__string",
643
+ "locationName": "clientSubnets"
644
+ },
645
+ "InstanceType": {
646
+ "shape": "__stringMin5Max32",
647
+ "locationName": "instanceType"
648
+ },
649
+ "SecurityGroups": {
650
+ "shape": "__listOf__string",
651
+ "locationName": "securityGroups"
652
+ },
653
+ "StorageInfo": {
654
+ "shape": "StorageInfo",
655
+ "locationName": "storageInfo"
656
+ }
657
+ },
658
+ "required": [
659
+ "ClientSubnets",
660
+ "InstanceType"
661
+ ]
662
+ },
663
+ "BrokerNodeInfo": {
664
+ "type": "structure",
665
+ "members": {
666
+ "AttachedENIId": {
667
+ "shape": "__string",
668
+ "locationName": "attachedENIId"
669
+ },
670
+ "BrokerId": {
671
+ "shape": "__double",
672
+ "locationName": "brokerId"
673
+ },
674
+ "ClientSubnet": {
675
+ "shape": "__string",
676
+ "locationName": "clientSubnet"
677
+ },
678
+ "ClientVpcIpAddress": {
679
+ "shape": "__string",
680
+ "locationName": "clientVpcIpAddress"
681
+ },
682
+ "CurrentBrokerSoftwareInfo": {
683
+ "shape": "BrokerSoftwareInfo",
684
+ "locationName": "currentBrokerSoftwareInfo"
685
+ },
686
+ "Endpoints": {
687
+ "shape": "__listOf__string",
688
+ "locationName": "endpoints"
689
+ }
690
+ }
730
691
  },
731
- "ConfigurationRevision" : {
732
- "type" : "structure",
733
- "members" : {
734
- "CreationTime" : {
735
- "shape" : "__timestampIso8601",
736
- "locationName" : "creationTime"
692
+ "BrokerSoftwareInfo": {
693
+ "type": "structure",
694
+ "members": {
695
+ "ConfigurationArn": {
696
+ "shape": "__string",
697
+ "locationName": "configurationArn"
737
698
  },
738
- "Description" : {
739
- "shape" : "__string",
740
- "locationName" : "description"
699
+ "ConfigurationRevision": {
700
+ "shape": "__long",
701
+ "locationName": "configurationRevision"
741
702
  },
742
- "Revision" : {
743
- "shape" : "__long",
744
- "locationName" : "revision"
703
+ "KafkaVersion": {
704
+ "shape": "__string",
705
+ "locationName": "kafkaVersion"
745
706
  }
746
- },
747
- "required" : [ "Revision", "CreationTime" ]
707
+ }
748
708
  },
749
- "ConflictException" : {
750
- "type" : "structure",
751
- "members" : {
752
- "InvalidParameter" : {
753
- "shape" : "__string",
754
- "locationName" : "invalidParameter"
709
+ "ClientAuthentication": {
710
+ "type": "structure",
711
+ "members": {
712
+ "Tls": {
713
+ "shape": "Tls",
714
+ "locationName": "tls"
715
+ }
716
+ }
717
+ },
718
+ "ClientBroker": {
719
+ "type": "string",
720
+ "enum": [
721
+ "TLS",
722
+ "TLS_PLAINTEXT",
723
+ "PLAINTEXT"
724
+ ]
725
+ },
726
+ "ClusterInfo": {
727
+ "type": "structure",
728
+ "members": {
729
+ "ActiveOperationArn": {
730
+ "shape": "__string",
731
+ "locationName": "activeOperationArn"
732
+ },
733
+ "BrokerNodeGroupInfo": {
734
+ "shape": "BrokerNodeGroupInfo",
735
+ "locationName": "brokerNodeGroupInfo"
736
+ },
737
+ "ClientAuthentication": {
738
+ "shape": "ClientAuthentication",
739
+ "locationName": "clientAuthentication"
740
+ },
741
+ "ClusterArn": {
742
+ "shape": "__string",
743
+ "locationName": "clusterArn"
744
+ },
745
+ "ClusterName": {
746
+ "shape": "__string",
747
+ "locationName": "clusterName"
748
+ },
749
+ "CreationTime": {
750
+ "shape": "__timestampIso8601",
751
+ "locationName": "creationTime"
752
+ },
753
+ "CurrentBrokerSoftwareInfo": {
754
+ "shape": "BrokerSoftwareInfo",
755
+ "locationName": "currentBrokerSoftwareInfo"
756
+ },
757
+ "CurrentVersion": {
758
+ "shape": "__string",
759
+ "locationName": "currentVersion"
760
+ },
761
+ "EncryptionInfo": {
762
+ "shape": "EncryptionInfo",
763
+ "locationName": "encryptionInfo"
764
+ },
765
+ "EnhancedMonitoring": {
766
+ "shape": "EnhancedMonitoring",
767
+ "locationName": "enhancedMonitoring"
755
768
  },
756
- "Message" : {
757
- "shape" : "__string",
758
- "locationName" : "message"
769
+ "NumberOfBrokerNodes": {
770
+ "shape": "__integer",
771
+ "locationName": "numberOfBrokerNodes"
772
+ },
773
+ "State": {
774
+ "shape": "ClusterState",
775
+ "locationName": "state"
776
+ },
777
+ "Tags": {
778
+ "shape": "__mapOf__string",
779
+ "locationName": "tags"
780
+ },
781
+ "ZookeeperConnectString": {
782
+ "shape": "__string",
783
+ "locationName": "zookeeperConnectString"
759
784
  }
760
- },
761
- "exception" : true,
762
- "error" : {
763
- "httpStatusCode" : 409
764
785
  }
765
786
  },
766
- "CreateClusterRequest" : {
767
- "type" : "structure",
768
- "members" : {
769
- "BrokerNodeGroupInfo" : {
770
- "shape" : "BrokerNodeGroupInfo",
771
- "locationName" : "brokerNodeGroupInfo"
787
+ "ClusterOperationInfo": {
788
+ "type": "structure",
789
+ "members": {
790
+ "ClientRequestId": {
791
+ "shape": "__string",
792
+ "locationName": "clientRequestId"
772
793
  },
773
- "ClientAuthentication" : {
774
- "shape" : "ClientAuthentication",
775
- "locationName" : "clientAuthentication"
794
+ "ClusterArn": {
795
+ "shape": "__string",
796
+ "locationName": "clusterArn"
797
+ },
798
+ "CreationTime": {
799
+ "shape": "__timestampIso8601",
800
+ "locationName": "creationTime"
776
801
  },
777
- "ClusterName" : {
778
- "shape" : "__stringMin1Max64",
779
- "locationName" : "clusterName"
802
+ "EndTime": {
803
+ "shape": "__timestampIso8601",
804
+ "locationName": "endTime"
780
805
  },
781
- "ConfigurationInfo" : {
782
- "shape" : "ConfigurationInfo",
783
- "locationName" : "configurationInfo"
806
+ "ErrorInfo": {
807
+ "shape": "ErrorInfo",
808
+ "locationName": "errorInfo"
784
809
  },
785
- "EncryptionInfo" : {
786
- "shape" : "EncryptionInfo",
787
- "locationName" : "encryptionInfo"
810
+ "OperationArn": {
811
+ "shape": "__string",
812
+ "locationName": "operationArn"
788
813
  },
789
- "EnhancedMonitoring" : {
790
- "shape" : "EnhancedMonitoring",
791
- "locationName" : "enhancedMonitoring"
814
+ "OperationState": {
815
+ "shape": "__string",
816
+ "locationName": "operationState"
792
817
  },
793
- "KafkaVersion" : {
794
- "shape" : "__stringMin1Max128",
795
- "locationName" : "kafkaVersion"
818
+ "OperationType": {
819
+ "shape": "__string",
820
+ "locationName": "operationType"
796
821
  },
797
- "NumberOfBrokerNodes" : {
798
- "shape" : "__integerMin1Max15",
799
- "locationName" : "numberOfBrokerNodes"
822
+ "SourceClusterInfo": {
823
+ "shape": "MutableClusterInfo",
824
+ "locationName": "sourceClusterInfo"
800
825
  },
801
- "Tags" : {
802
- "shape" : "__mapOf__string",
803
- "locationName" : "tags"
826
+ "TargetClusterInfo": {
827
+ "shape": "MutableClusterInfo",
828
+ "locationName": "targetClusterInfo"
829
+ }
830
+ }
831
+ },
832
+ "ClusterState": {
833
+ "type": "string",
834
+ "enum": [
835
+ "ACTIVE",
836
+ "CREATING",
837
+ "UPDATING",
838
+ "DELETING",
839
+ "FAILED"
840
+ ]
841
+ },
842
+ "Configuration": {
843
+ "type": "structure",
844
+ "members": {
845
+ "Arn": {
846
+ "shape": "__string",
847
+ "locationName": "arn"
848
+ },
849
+ "CreationTime": {
850
+ "shape": "__timestampIso8601",
851
+ "locationName": "creationTime"
852
+ },
853
+ "Description": {
854
+ "shape": "__string",
855
+ "locationName": "description"
856
+ },
857
+ "KafkaVersions": {
858
+ "shape": "__listOf__string",
859
+ "locationName": "kafkaVersions"
860
+ },
861
+ "LatestRevision": {
862
+ "shape": "ConfigurationRevision",
863
+ "locationName": "latestRevision"
864
+ },
865
+ "Name": {
866
+ "shape": "__string",
867
+ "locationName": "name"
804
868
  }
805
869
  },
806
- "required" : [ "BrokerNodeGroupInfo", "KafkaVersion", "NumberOfBrokerNodes", "ClusterName" ]
870
+ "required": [
871
+ "Description",
872
+ "LatestRevision",
873
+ "CreationTime",
874
+ "KafkaVersions",
875
+ "Arn",
876
+ "Name"
877
+ ]
878
+ },
879
+ "ConfigurationInfo": {
880
+ "type": "structure",
881
+ "members": {
882
+ "Arn": {
883
+ "shape": "__string",
884
+ "locationName": "arn"
885
+ },
886
+ "Revision": {
887
+ "shape": "__long",
888
+ "locationName": "revision"
889
+ }
890
+ },
891
+ "required": [
892
+ "Revision",
893
+ "Arn"
894
+ ]
807
895
  },
808
- "CreateClusterResponse" : {
809
- "type" : "structure",
810
- "members" : {
811
- "ClusterArn" : {
812
- "shape" : "__string",
813
- "locationName" : "clusterArn"
896
+ "ConfigurationRevision": {
897
+ "type": "structure",
898
+ "members": {
899
+ "CreationTime": {
900
+ "shape": "__timestampIso8601",
901
+ "locationName": "creationTime"
814
902
  },
815
- "ClusterName" : {
816
- "shape" : "__string",
817
- "locationName" : "clusterName"
903
+ "Description": {
904
+ "shape": "__string",
905
+ "locationName": "description"
818
906
  },
819
- "State" : {
820
- "shape" : "ClusterState",
821
- "locationName" : "state"
907
+ "Revision": {
908
+ "shape": "__long",
909
+ "locationName": "revision"
910
+ }
911
+ },
912
+ "required": [
913
+ "Revision",
914
+ "CreationTime"
915
+ ]
916
+ },
917
+ "ConflictException": {
918
+ "type": "structure",
919
+ "members": {
920
+ "InvalidParameter": {
921
+ "shape": "__string",
922
+ "locationName": "invalidParameter"
923
+ },
924
+ "Message": {
925
+ "shape": "__string",
926
+ "locationName": "message"
927
+ }
928
+ },
929
+ "exception": true,
930
+ "error": {
931
+ "httpStatusCode": 409
932
+ }
933
+ },
934
+ "CreateClusterRequest": {
935
+ "type": "structure",
936
+ "members": {
937
+ "BrokerNodeGroupInfo": {
938
+ "shape": "BrokerNodeGroupInfo",
939
+ "locationName": "brokerNodeGroupInfo"
940
+ },
941
+ "ClientAuthentication": {
942
+ "shape": "ClientAuthentication",
943
+ "locationName": "clientAuthentication"
944
+ },
945
+ "ClusterName": {
946
+ "shape": "__stringMin1Max64",
947
+ "locationName": "clusterName"
948
+ },
949
+ "ConfigurationInfo": {
950
+ "shape": "ConfigurationInfo",
951
+ "locationName": "configurationInfo"
952
+ },
953
+ "EncryptionInfo": {
954
+ "shape": "EncryptionInfo",
955
+ "locationName": "encryptionInfo"
956
+ },
957
+ "EnhancedMonitoring": {
958
+ "shape": "EnhancedMonitoring",
959
+ "locationName": "enhancedMonitoring"
960
+ },
961
+ "KafkaVersion": {
962
+ "shape": "__stringMin1Max128",
963
+ "locationName": "kafkaVersion"
964
+ },
965
+ "NumberOfBrokerNodes": {
966
+ "shape": "__integerMin1Max15",
967
+ "locationName": "numberOfBrokerNodes"
968
+ },
969
+ "Tags": {
970
+ "shape": "__mapOf__string",
971
+ "locationName": "tags"
972
+ }
973
+ },
974
+ "required": [
975
+ "BrokerNodeGroupInfo",
976
+ "KafkaVersion",
977
+ "NumberOfBrokerNodes",
978
+ "ClusterName"
979
+ ]
980
+ },
981
+ "CreateClusterResponse": {
982
+ "type": "structure",
983
+ "members": {
984
+ "ClusterArn": {
985
+ "shape": "__string",
986
+ "locationName": "clusterArn"
987
+ },
988
+ "ClusterName": {
989
+ "shape": "__string",
990
+ "locationName": "clusterName"
991
+ },
992
+ "State": {
993
+ "shape": "ClusterState",
994
+ "locationName": "state"
822
995
  }
823
996
  }
824
997
  },
825
- "CreateConfigurationRequest" : {
826
- "type" : "structure",
827
- "members" : {
828
- "Description" : {
829
- "shape" : "__string",
830
- "locationName" : "description"
998
+ "CreateConfigurationRequest": {
999
+ "type": "structure",
1000
+ "members": {
1001
+ "Description": {
1002
+ "shape": "__string",
1003
+ "locationName": "description"
831
1004
  },
832
- "KafkaVersions" : {
833
- "shape" : "__listOf__string",
834
- "locationName" : "kafkaVersions"
1005
+ "KafkaVersions": {
1006
+ "shape": "__listOf__string",
1007
+ "locationName": "kafkaVersions"
835
1008
  },
836
- "Name" : {
837
- "shape" : "__string",
838
- "locationName" : "name"
1009
+ "Name": {
1010
+ "shape": "__string",
1011
+ "locationName": "name"
839
1012
  },
840
- "ServerProperties" : {
841
- "shape" : "__blob",
842
- "locationName" : "serverProperties"
1013
+ "ServerProperties": {
1014
+ "shape": "__blob",
1015
+ "locationName": "serverProperties"
843
1016
  }
844
1017
  },
845
- "required" : [ "ServerProperties", "KafkaVersions", "Name" ]
1018
+ "required": [
1019
+ "ServerProperties",
1020
+ "KafkaVersions",
1021
+ "Name"
1022
+ ]
846
1023
  },
847
- "CreateConfigurationResponse" : {
848
- "type" : "structure",
849
- "members" : {
850
- "Arn" : {
851
- "shape" : "__string",
852
- "locationName" : "arn"
1024
+ "CreateConfigurationResponse": {
1025
+ "type": "structure",
1026
+ "members": {
1027
+ "Arn": {
1028
+ "shape": "__string",
1029
+ "locationName": "arn"
853
1030
  },
854
1031
  "CreationTime": {
855
1032
  "shape": "__timestampIso8601",
856
1033
  "locationName": "creationTime"
857
1034
  },
858
- "LatestRevision" : {
859
- "shape" : "ConfigurationRevision",
860
- "locationName" : "latestRevision"
1035
+ "LatestRevision": {
1036
+ "shape": "ConfigurationRevision",
1037
+ "locationName": "latestRevision"
861
1038
  },
862
- "Name" : {
863
- "shape" : "__string",
864
- "locationName" : "name"
1039
+ "Name": {
1040
+ "shape": "__string",
1041
+ "locationName": "name"
865
1042
  }
866
1043
  }
867
1044
  },
868
- "DeleteClusterRequest" : {
869
- "type" : "structure",
870
- "members" : {
871
- "ClusterArn" : {
872
- "shape" : "__string",
873
- "location" : "uri",
874
- "locationName" : "clusterArn"
875
- },
876
- "CurrentVersion" : {
877
- "shape" : "__string",
878
- "location" : "querystring",
879
- "locationName" : "currentVersion"
1045
+ "DeleteClusterRequest": {
1046
+ "type": "structure",
1047
+ "members": {
1048
+ "ClusterArn": {
1049
+ "shape": "__string",
1050
+ "location": "uri",
1051
+ "locationName": "clusterArn"
1052
+ },
1053
+ "CurrentVersion": {
1054
+ "shape": "__string",
1055
+ "location": "querystring",
1056
+ "locationName": "currentVersion"
880
1057
  }
881
1058
  },
882
- "required" : [ "ClusterArn" ]
1059
+ "required": [
1060
+ "ClusterArn"
1061
+ ]
883
1062
  },
884
- "DeleteClusterResponse" : {
885
- "type" : "structure",
886
- "members" : {
887
- "ClusterArn" : {
888
- "shape" : "__string",
889
- "locationName" : "clusterArn"
1063
+ "DeleteClusterResponse": {
1064
+ "type": "structure",
1065
+ "members": {
1066
+ "ClusterArn": {
1067
+ "shape": "__string",
1068
+ "locationName": "clusterArn"
890
1069
  },
891
- "State" : {
892
- "shape" : "ClusterState",
893
- "locationName" : "state"
1070
+ "State": {
1071
+ "shape": "ClusterState",
1072
+ "locationName": "state"
894
1073
  }
895
1074
  }
896
1075
  },
897
- "DescribeClusterOperationRequest" : {
898
- "type" : "structure",
899
- "members" : {
900
- "ClusterOperationArn" : {
901
- "shape" : "__string",
902
- "location" : "uri",
903
- "locationName" : "clusterOperationArn"
1076
+ "DescribeClusterOperationRequest": {
1077
+ "type": "structure",
1078
+ "members": {
1079
+ "ClusterOperationArn": {
1080
+ "shape": "__string",
1081
+ "location": "uri",
1082
+ "locationName": "clusterOperationArn"
904
1083
  }
905
1084
  },
906
- "required" : [ "ClusterOperationArn" ]
1085
+ "required": [
1086
+ "ClusterOperationArn"
1087
+ ]
907
1088
  },
908
- "DescribeClusterOperationResponse" : {
909
- "type" : "structure",
910
- "members" : {
911
- "ClusterOperationInfo" : {
912
- "shape" : "ClusterOperationInfo",
913
- "locationName" : "clusterOperationInfo"
1089
+ "DescribeClusterOperationResponse": {
1090
+ "type": "structure",
1091
+ "members": {
1092
+ "ClusterOperationInfo": {
1093
+ "shape": "ClusterOperationInfo",
1094
+ "locationName": "clusterOperationInfo"
914
1095
  }
915
1096
  }
916
1097
  },
917
- "DescribeClusterRequest" : {
918
- "type" : "structure",
919
- "members" : {
920
- "ClusterArn" : {
921
- "shape" : "__string",
922
- "location" : "uri",
923
- "locationName" : "clusterArn"
1098
+ "DescribeClusterRequest": {
1099
+ "type": "structure",
1100
+ "members": {
1101
+ "ClusterArn": {
1102
+ "shape": "__string",
1103
+ "location": "uri",
1104
+ "locationName": "clusterArn"
924
1105
  }
925
1106
  },
926
- "required" : [ "ClusterArn" ]
1107
+ "required": [
1108
+ "ClusterArn"
1109
+ ]
927
1110
  },
928
- "DescribeClusterResponse" : {
929
- "type" : "structure",
930
- "members" : {
931
- "ClusterInfo" : {
932
- "shape" : "ClusterInfo",
933
- "locationName" : "clusterInfo"
1111
+ "DescribeClusterResponse": {
1112
+ "type": "structure",
1113
+ "members": {
1114
+ "ClusterInfo": {
1115
+ "shape": "ClusterInfo",
1116
+ "locationName": "clusterInfo"
934
1117
  }
935
1118
  }
936
1119
  },
937
- "DescribeConfigurationRequest" : {
938
- "type" : "structure",
939
- "members" : {
940
- "Arn" : {
941
- "shape" : "__string",
942
- "location" : "uri",
943
- "locationName" : "arn"
1120
+ "DescribeConfigurationRequest": {
1121
+ "type": "structure",
1122
+ "members": {
1123
+ "Arn": {
1124
+ "shape": "__string",
1125
+ "location": "uri",
1126
+ "locationName": "arn"
944
1127
  }
945
1128
  },
946
- "required" : [ "Arn" ]
1129
+ "required": [
1130
+ "Arn"
1131
+ ]
947
1132
  },
948
- "DescribeConfigurationResponse" : {
949
- "type" : "structure",
950
- "members" : {
951
- "Arn" : {
952
- "shape" : "__string",
953
- "locationName" : "arn"
1133
+ "DescribeConfigurationResponse": {
1134
+ "type": "structure",
1135
+ "members": {
1136
+ "Arn": {
1137
+ "shape": "__string",
1138
+ "locationName": "arn"
954
1139
  },
955
- "CreationTime" : {
956
- "shape" : "__timestampIso8601",
957
- "locationName" : "creationTime"
1140
+ "CreationTime": {
1141
+ "shape": "__timestampIso8601",
1142
+ "locationName": "creationTime"
958
1143
  },
959
- "Description" : {
960
- "shape" : "__string",
961
- "locationName" : "description"
1144
+ "Description": {
1145
+ "shape": "__string",
1146
+ "locationName": "description"
962
1147
  },
963
- "KafkaVersions" : {
964
- "shape" : "__listOf__string",
965
- "locationName" : "kafkaVersions"
1148
+ "KafkaVersions": {
1149
+ "shape": "__listOf__string",
1150
+ "locationName": "kafkaVersions"
966
1151
  },
967
- "LatestRevision" : {
968
- "shape" : "ConfigurationRevision",
969
- "locationName" : "latestRevision"
1152
+ "LatestRevision": {
1153
+ "shape": "ConfigurationRevision",
1154
+ "locationName": "latestRevision"
970
1155
  },
971
- "Name" : {
972
- "shape" : "__string",
973
- "locationName" : "name"
1156
+ "Name": {
1157
+ "shape": "__string",
1158
+ "locationName": "name"
974
1159
  }
975
1160
  }
976
1161
  },
977
- "DescribeConfigurationRevisionRequest" : {
978
- "type" : "structure",
979
- "members" : {
980
- "Arn" : {
981
- "shape" : "__string",
982
- "location" : "uri",
983
- "locationName" : "arn"
984
- },
985
- "Revision" : {
986
- "shape" : "__long",
987
- "location" : "uri",
988
- "locationName" : "revision"
1162
+ "DescribeConfigurationRevisionRequest": {
1163
+ "type": "structure",
1164
+ "members": {
1165
+ "Arn": {
1166
+ "shape": "__string",
1167
+ "location": "uri",
1168
+ "locationName": "arn"
1169
+ },
1170
+ "Revision": {
1171
+ "shape": "__long",
1172
+ "location": "uri",
1173
+ "locationName": "revision"
989
1174
  }
990
1175
  },
991
- "required" : [ "Revision", "Arn" ]
1176
+ "required": [
1177
+ "Revision",
1178
+ "Arn"
1179
+ ]
992
1180
  },
993
- "DescribeConfigurationRevisionResponse" : {
994
- "type" : "structure",
995
- "members" : {
996
- "Arn" : {
997
- "shape" : "__string",
998
- "locationName" : "arn"
1181
+ "DescribeConfigurationRevisionResponse": {
1182
+ "type": "structure",
1183
+ "members": {
1184
+ "Arn": {
1185
+ "shape": "__string",
1186
+ "locationName": "arn"
999
1187
  },
1000
- "CreationTime" : {
1001
- "shape" : "__timestampIso8601",
1002
- "locationName" : "creationTime"
1188
+ "CreationTime": {
1189
+ "shape": "__timestampIso8601",
1190
+ "locationName": "creationTime"
1003
1191
  },
1004
- "Description" : {
1005
- "shape" : "__string",
1006
- "locationName" : "description"
1192
+ "Description": {
1193
+ "shape": "__string",
1194
+ "locationName": "description"
1007
1195
  },
1008
- "Revision" : {
1009
- "shape" : "__long",
1010
- "locationName" : "revision"
1196
+ "Revision": {
1197
+ "shape": "__long",
1198
+ "locationName": "revision"
1011
1199
  },
1012
- "ServerProperties" : {
1013
- "shape" : "__blob",
1014
- "locationName" : "serverProperties"
1200
+ "ServerProperties": {
1201
+ "shape": "__blob",
1202
+ "locationName": "serverProperties"
1015
1203
  }
1016
1204
  }
1017
1205
  },
1018
- "EBSStorageInfo" : {
1019
- "type" : "structure",
1020
- "members" : {
1021
- "VolumeSize" : {
1022
- "shape" : "__integerMin1Max16384",
1023
- "locationName" : "volumeSize"
1206
+ "EBSStorageInfo": {
1207
+ "type": "structure",
1208
+ "members": {
1209
+ "VolumeSize": {
1210
+ "shape": "__integerMin1Max16384",
1211
+ "locationName": "volumeSize"
1024
1212
  }
1025
1213
  }
1026
1214
  },
1027
- "EncryptionAtRest" : {
1028
- "type" : "structure",
1029
- "members" : {
1030
- "DataVolumeKMSKeyId" : {
1031
- "shape" : "__string",
1032
- "locationName" : "dataVolumeKMSKeyId"
1215
+ "EncryptionAtRest": {
1216
+ "type": "structure",
1217
+ "members": {
1218
+ "DataVolumeKMSKeyId": {
1219
+ "shape": "__string",
1220
+ "locationName": "dataVolumeKMSKeyId"
1033
1221
  }
1034
1222
  },
1035
- "required" : [ "DataVolumeKMSKeyId" ]
1223
+ "required": [
1224
+ "DataVolumeKMSKeyId"
1225
+ ]
1036
1226
  },
1037
- "EncryptionInTransit" : {
1038
- "type" : "structure",
1039
- "members" : {
1040
- "ClientBroker" : {
1041
- "shape" : "ClientBroker",
1042
- "locationName" : "clientBroker"
1227
+ "EncryptionInTransit": {
1228
+ "type": "structure",
1229
+ "members": {
1230
+ "ClientBroker": {
1231
+ "shape": "ClientBroker",
1232
+ "locationName": "clientBroker"
1043
1233
  },
1044
- "InCluster" : {
1045
- "shape" : "__boolean",
1046
- "locationName" : "inCluster"
1234
+ "InCluster": {
1235
+ "shape": "__boolean",
1236
+ "locationName": "inCluster"
1047
1237
  }
1048
1238
  }
1049
1239
  },
1050
- "EncryptionInfo" : {
1051
- "type" : "structure",
1052
- "members" : {
1053
- "EncryptionAtRest" : {
1054
- "shape" : "EncryptionAtRest",
1055
- "locationName" : "encryptionAtRest"
1240
+ "EncryptionInfo": {
1241
+ "type": "structure",
1242
+ "members": {
1243
+ "EncryptionAtRest": {
1244
+ "shape": "EncryptionAtRest",
1245
+ "locationName": "encryptionAtRest"
1056
1246
  },
1057
- "EncryptionInTransit" : {
1058
- "shape" : "EncryptionInTransit",
1059
- "locationName" : "encryptionInTransit"
1247
+ "EncryptionInTransit": {
1248
+ "shape": "EncryptionInTransit",
1249
+ "locationName": "encryptionInTransit"
1060
1250
  }
1061
1251
  }
1062
1252
  },
1063
- "EnhancedMonitoring" : {
1064
- "type" : "string",
1065
- "enum" : [ "DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER" ]
1066
- },
1067
- "Error" : {
1068
- "type" : "structure",
1069
- "members" : {
1070
- "InvalidParameter" : {
1071
- "shape" : "__string",
1072
- "locationName" : "invalidParameter"
1073
- },
1074
- "Message" : {
1075
- "shape" : "__string",
1076
- "locationName" : "message"
1253
+ "EnhancedMonitoring": {
1254
+ "type": "string",
1255
+ "enum": [
1256
+ "DEFAULT",
1257
+ "PER_BROKER",
1258
+ "PER_TOPIC_PER_BROKER"
1259
+ ]
1260
+ },
1261
+ "Error": {
1262
+ "type": "structure",
1263
+ "members": {
1264
+ "InvalidParameter": {
1265
+ "shape": "__string",
1266
+ "locationName": "invalidParameter"
1267
+ },
1268
+ "Message": {
1269
+ "shape": "__string",
1270
+ "locationName": "message"
1077
1271
  }
1078
1272
  }
1079
1273
  },
1080
- "ErrorInfo" : {
1081
- "type" : "structure",
1082
- "members" : {
1083
- "ErrorCode" : {
1084
- "shape" : "__string",
1085
- "locationName" : "errorCode"
1274
+ "ErrorInfo": {
1275
+ "type": "structure",
1276
+ "members": {
1277
+ "ErrorCode": {
1278
+ "shape": "__string",
1279
+ "locationName": "errorCode"
1086
1280
  },
1087
- "ErrorString" : {
1088
- "shape" : "__string",
1089
- "locationName" : "errorString"
1281
+ "ErrorString": {
1282
+ "shape": "__string",
1283
+ "locationName": "errorString"
1090
1284
  }
1091
1285
  }
1092
1286
  },
1093
- "ForbiddenException" : {
1094
- "type" : "structure",
1095
- "members" : {
1096
- "InvalidParameter" : {
1097
- "shape" : "__string",
1098
- "locationName" : "invalidParameter"
1287
+ "ForbiddenException": {
1288
+ "type": "structure",
1289
+ "members": {
1290
+ "InvalidParameter": {
1291
+ "shape": "__string",
1292
+ "locationName": "invalidParameter"
1099
1293
  },
1100
- "Message" : {
1101
- "shape" : "__string",
1102
- "locationName" : "message"
1294
+ "Message": {
1295
+ "shape": "__string",
1296
+ "locationName": "message"
1103
1297
  }
1104
1298
  },
1105
- "exception" : true,
1106
- "error" : {
1107
- "httpStatusCode" : 403
1299
+ "exception": true,
1300
+ "error": {
1301
+ "httpStatusCode": 403
1108
1302
  }
1109
1303
  },
1110
- "GetBootstrapBrokersRequest" : {
1111
- "type" : "structure",
1112
- "members" : {
1113
- "ClusterArn" : {
1114
- "shape" : "__string",
1115
- "location" : "uri",
1116
- "locationName" : "clusterArn"
1304
+ "GetBootstrapBrokersRequest": {
1305
+ "type": "structure",
1306
+ "members": {
1307
+ "ClusterArn": {
1308
+ "shape": "__string",
1309
+ "location": "uri",
1310
+ "locationName": "clusterArn"
1117
1311
  }
1118
1312
  },
1119
- "required" : [ "ClusterArn" ]
1313
+ "required": [
1314
+ "ClusterArn"
1315
+ ]
1120
1316
  },
1121
- "GetBootstrapBrokersResponse" : {
1122
- "type" : "structure",
1123
- "members" : {
1124
- "BootstrapBrokerString" : {
1125
- "shape" : "__string",
1126
- "locationName" : "bootstrapBrokerString"
1317
+ "GetBootstrapBrokersResponse": {
1318
+ "type": "structure",
1319
+ "members": {
1320
+ "BootstrapBrokerString": {
1321
+ "shape": "__string",
1322
+ "locationName": "bootstrapBrokerString"
1127
1323
  },
1128
- "BootstrapBrokerStringTls" : {
1129
- "shape" : "__string",
1130
- "locationName" : "bootstrapBrokerStringTls"
1324
+ "BootstrapBrokerStringTls": {
1325
+ "shape": "__string",
1326
+ "locationName": "bootstrapBrokerStringTls"
1131
1327
  }
1132
1328
  }
1133
1329
  },
1134
- "InternalServerErrorException" : {
1135
- "type" : "structure",
1136
- "members" : {
1137
- "InvalidParameter" : {
1138
- "shape" : "__string",
1139
- "locationName" : "invalidParameter"
1330
+ "InternalServerErrorException": {
1331
+ "type": "structure",
1332
+ "members": {
1333
+ "InvalidParameter": {
1334
+ "shape": "__string",
1335
+ "locationName": "invalidParameter"
1140
1336
  },
1141
- "Message" : {
1142
- "shape" : "__string",
1143
- "locationName" : "message"
1337
+ "Message": {
1338
+ "shape": "__string",
1339
+ "locationName": "message"
1144
1340
  }
1145
1341
  },
1146
- "exception" : true,
1147
- "error" : {
1148
- "httpStatusCode" : 500
1342
+ "exception": true,
1343
+ "error": {
1344
+ "httpStatusCode": 500
1149
1345
  }
1150
1346
  },
1151
- "ListClusterOperationsRequest" : {
1152
- "type" : "structure",
1153
- "members" : {
1154
- "ClusterArn" : {
1155
- "shape" : "__string",
1156
- "location" : "uri",
1157
- "locationName" : "clusterArn"
1158
- },
1159
- "MaxResults" : {
1160
- "shape" : "MaxResults",
1161
- "location" : "querystring",
1162
- "locationName" : "maxResults"
1163
- },
1164
- "NextToken" : {
1165
- "shape" : "__string",
1166
- "location" : "querystring",
1167
- "locationName" : "nextToken"
1347
+ "ListClusterOperationsRequest": {
1348
+ "type": "structure",
1349
+ "members": {
1350
+ "ClusterArn": {
1351
+ "shape": "__string",
1352
+ "location": "uri",
1353
+ "locationName": "clusterArn"
1354
+ },
1355
+ "MaxResults": {
1356
+ "shape": "MaxResults",
1357
+ "location": "querystring",
1358
+ "locationName": "maxResults"
1359
+ },
1360
+ "NextToken": {
1361
+ "shape": "__string",
1362
+ "location": "querystring",
1363
+ "locationName": "nextToken"
1168
1364
  }
1169
1365
  },
1170
- "required" : [ "ClusterArn" ]
1366
+ "required": [
1367
+ "ClusterArn"
1368
+ ]
1171
1369
  },
1172
- "ListClusterOperationsResponse" : {
1173
- "type" : "structure",
1174
- "members" : {
1175
- "ClusterOperationInfoList" : {
1176
- "shape" : "__listOfClusterOperationInfo",
1177
- "locationName" : "clusterOperationInfoList"
1370
+ "ListClusterOperationsResponse": {
1371
+ "type": "structure",
1372
+ "members": {
1373
+ "ClusterOperationInfoList": {
1374
+ "shape": "__listOfClusterOperationInfo",
1375
+ "locationName": "clusterOperationInfoList"
1178
1376
  },
1179
- "NextToken" : {
1180
- "shape" : "__string",
1181
- "locationName" : "nextToken"
1377
+ "NextToken": {
1378
+ "shape": "__string",
1379
+ "locationName": "nextToken"
1182
1380
  }
1183
1381
  }
1184
1382
  },
1185
- "ListClustersRequest" : {
1186
- "type" : "structure",
1187
- "members" : {
1188
- "ClusterNameFilter" : {
1189
- "shape" : "__string",
1190
- "location" : "querystring",
1191
- "locationName" : "clusterNameFilter"
1192
- },
1193
- "MaxResults" : {
1194
- "shape" : "MaxResults",
1195
- "location" : "querystring",
1196
- "locationName" : "maxResults"
1197
- },
1198
- "NextToken" : {
1199
- "shape" : "__string",
1200
- "location" : "querystring",
1201
- "locationName" : "nextToken"
1383
+ "ListClustersRequest": {
1384
+ "type": "structure",
1385
+ "members": {
1386
+ "ClusterNameFilter": {
1387
+ "shape": "__string",
1388
+ "location": "querystring",
1389
+ "locationName": "clusterNameFilter"
1390
+ },
1391
+ "MaxResults": {
1392
+ "shape": "MaxResults",
1393
+ "location": "querystring",
1394
+ "locationName": "maxResults"
1395
+ },
1396
+ "NextToken": {
1397
+ "shape": "__string",
1398
+ "location": "querystring",
1399
+ "locationName": "nextToken"
1202
1400
  }
1203
1401
  }
1204
1402
  },
1205
- "ListClustersResponse" : {
1206
- "type" : "structure",
1207
- "members" : {
1208
- "ClusterInfoList" : {
1209
- "shape" : "__listOfClusterInfo",
1210
- "locationName" : "clusterInfoList"
1403
+ "ListClustersResponse": {
1404
+ "type": "structure",
1405
+ "members": {
1406
+ "ClusterInfoList": {
1407
+ "shape": "__listOfClusterInfo",
1408
+ "locationName": "clusterInfoList"
1211
1409
  },
1212
- "NextToken" : {
1213
- "shape" : "__string",
1214
- "locationName" : "nextToken"
1410
+ "NextToken": {
1411
+ "shape": "__string",
1412
+ "locationName": "nextToken"
1215
1413
  }
1216
1414
  }
1217
1415
  },
1218
- "ListConfigurationRevisionsRequest" : {
1219
- "type" : "structure",
1220
- "members" : {
1221
- "Arn" : {
1222
- "shape" : "__string",
1223
- "location" : "uri",
1224
- "locationName" : "arn"
1225
- },
1226
- "MaxResults" : {
1227
- "shape" : "MaxResults",
1228
- "location" : "querystring",
1229
- "locationName" : "maxResults"
1230
- },
1231
- "NextToken" : {
1232
- "shape" : "__string",
1233
- "location" : "querystring",
1234
- "locationName" : "nextToken"
1416
+ "ListConfigurationRevisionsRequest": {
1417
+ "type": "structure",
1418
+ "members": {
1419
+ "Arn": {
1420
+ "shape": "__string",
1421
+ "location": "uri",
1422
+ "locationName": "arn"
1423
+ },
1424
+ "MaxResults": {
1425
+ "shape": "MaxResults",
1426
+ "location": "querystring",
1427
+ "locationName": "maxResults"
1428
+ },
1429
+ "NextToken": {
1430
+ "shape": "__string",
1431
+ "location": "querystring",
1432
+ "locationName": "nextToken"
1235
1433
  }
1236
1434
  },
1237
- "required" : [ "Arn" ]
1435
+ "required": [
1436
+ "Arn"
1437
+ ]
1238
1438
  },
1239
- "ListConfigurationRevisionsResponse" : {
1240
- "type" : "structure",
1241
- "members" : {
1242
- "NextToken" : {
1243
- "shape" : "__string",
1244
- "locationName" : "nextToken"
1439
+ "ListConfigurationRevisionsResponse": {
1440
+ "type": "structure",
1441
+ "members": {
1442
+ "NextToken": {
1443
+ "shape": "__string",
1444
+ "locationName": "nextToken"
1245
1445
  },
1246
- "Revisions" : {
1247
- "shape" : "__listOfConfigurationRevision",
1248
- "locationName" : "revisions"
1446
+ "Revisions": {
1447
+ "shape": "__listOfConfigurationRevision",
1448
+ "locationName": "revisions"
1249
1449
  }
1250
1450
  }
1251
1451
  },
1252
- "ListConfigurationsRequest" : {
1253
- "type" : "structure",
1254
- "members" : {
1255
- "MaxResults" : {
1256
- "shape" : "MaxResults",
1257
- "location" : "querystring",
1258
- "locationName" : "maxResults"
1259
- },
1260
- "NextToken" : {
1261
- "shape" : "__string",
1262
- "location" : "querystring",
1263
- "locationName" : "nextToken"
1452
+ "ListConfigurationsRequest": {
1453
+ "type": "structure",
1454
+ "members": {
1455
+ "MaxResults": {
1456
+ "shape": "MaxResults",
1457
+ "location": "querystring",
1458
+ "locationName": "maxResults"
1459
+ },
1460
+ "NextToken": {
1461
+ "shape": "__string",
1462
+ "location": "querystring",
1463
+ "locationName": "nextToken"
1264
1464
  }
1265
1465
  }
1266
1466
  },
1267
- "ListConfigurationsResponse" : {
1268
- "type" : "structure",
1269
- "members" : {
1270
- "Configurations" : {
1271
- "shape" : "__listOfConfiguration",
1272
- "locationName" : "configurations"
1467
+ "ListConfigurationsResponse": {
1468
+ "type": "structure",
1469
+ "members": {
1470
+ "Configurations": {
1471
+ "shape": "__listOfConfiguration",
1472
+ "locationName": "configurations"
1273
1473
  },
1274
- "NextToken" : {
1275
- "shape" : "__string",
1276
- "locationName" : "nextToken"
1474
+ "NextToken": {
1475
+ "shape": "__string",
1476
+ "locationName": "nextToken"
1277
1477
  }
1278
1478
  }
1279
1479
  },
1280
- "ListNodesRequest" : {
1281
- "type" : "structure",
1282
- "members" : {
1283
- "ClusterArn" : {
1284
- "shape" : "__string",
1285
- "location" : "uri",
1286
- "locationName" : "clusterArn"
1287
- },
1288
- "MaxResults" : {
1289
- "shape" : "MaxResults",
1290
- "location" : "querystring",
1291
- "locationName" : "maxResults"
1292
- },
1293
- "NextToken" : {
1294
- "shape" : "__string",
1295
- "location" : "querystring",
1296
- "locationName" : "nextToken"
1480
+ "ListNodesRequest": {
1481
+ "type": "structure",
1482
+ "members": {
1483
+ "ClusterArn": {
1484
+ "shape": "__string",
1485
+ "location": "uri",
1486
+ "locationName": "clusterArn"
1487
+ },
1488
+ "MaxResults": {
1489
+ "shape": "MaxResults",
1490
+ "location": "querystring",
1491
+ "locationName": "maxResults"
1492
+ },
1493
+ "NextToken": {
1494
+ "shape": "__string",
1495
+ "location": "querystring",
1496
+ "locationName": "nextToken"
1297
1497
  }
1298
1498
  },
1299
- "required" : [ "ClusterArn" ]
1499
+ "required": [
1500
+ "ClusterArn"
1501
+ ]
1300
1502
  },
1301
- "ListNodesResponse" : {
1302
- "type" : "structure",
1303
- "members" : {
1304
- "NextToken" : {
1305
- "shape" : "__string",
1306
- "locationName" : "nextToken"
1503
+ "ListNodesResponse": {
1504
+ "type": "structure",
1505
+ "members": {
1506
+ "NextToken": {
1507
+ "shape": "__string",
1508
+ "locationName": "nextToken"
1307
1509
  },
1308
- "NodeInfoList" : {
1309
- "shape" : "__listOfNodeInfo",
1310
- "locationName" : "nodeInfoList"
1510
+ "NodeInfoList": {
1511
+ "shape": "__listOfNodeInfo",
1512
+ "locationName": "nodeInfoList"
1311
1513
  }
1312
1514
  }
1313
1515
  },
1314
- "ListTagsForResourceRequest" : {
1315
- "type" : "structure",
1316
- "members" : {
1317
- "ResourceArn" : {
1318
- "shape" : "__string",
1319
- "location" : "uri",
1320
- "locationName" : "resourceArn"
1516
+ "ListTagsForResourceRequest": {
1517
+ "type": "structure",
1518
+ "members": {
1519
+ "ResourceArn": {
1520
+ "shape": "__string",
1521
+ "location": "uri",
1522
+ "locationName": "resourceArn"
1321
1523
  }
1322
1524
  },
1323
- "required" : [ "ResourceArn" ]
1525
+ "required": [
1526
+ "ResourceArn"
1527
+ ]
1324
1528
  },
1325
- "ListTagsForResourceResponse" : {
1326
- "type" : "structure",
1327
- "members" : {
1328
- "Tags" : {
1329
- "shape" : "__mapOf__string",
1330
- "locationName" : "tags"
1529
+ "ListTagsForResourceResponse": {
1530
+ "type": "structure",
1531
+ "members": {
1532
+ "Tags": {
1533
+ "shape": "__mapOf__string",
1534
+ "locationName": "tags"
1331
1535
  }
1332
1536
  }
1333
1537
  },
1334
- "MaxResults" : {
1335
- "type" : "integer",
1336
- "min" : 1,
1337
- "max" : 100
1338
- },
1339
- "MutableClusterInfo" : {
1340
- "type" : "structure",
1341
- "members" : {
1342
- "BrokerEBSVolumeInfo" : {
1343
- "shape" : "__listOfBrokerEBSVolumeInfo",
1344
- "locationName" : "brokerEBSVolumeInfo"
1345
- },
1346
- "ConfigurationInfo" : {
1347
- "shape" : "ConfigurationInfo",
1348
- "locationName" : "configurationInfo"
1349
- },
1350
- "NumberOfBrokerNodes" : {
1351
- "shape" : "__integer",
1352
- "locationName" : "numberOfBrokerNodes"
1538
+ "MaxResults": {
1539
+ "type": "integer",
1540
+ "min": 1,
1541
+ "max": 100
1542
+ },
1543
+ "MutableClusterInfo": {
1544
+ "type": "structure",
1545
+ "members": {
1546
+ "BrokerEBSVolumeInfo": {
1547
+ "shape": "__listOfBrokerEBSVolumeInfo",
1548
+ "locationName": "brokerEBSVolumeInfo"
1549
+ },
1550
+ "ConfigurationInfo": {
1551
+ "shape": "ConfigurationInfo",
1552
+ "locationName": "configurationInfo"
1553
+ },
1554
+ "NumberOfBrokerNodes": {
1555
+ "shape": "__integer",
1556
+ "locationName": "numberOfBrokerNodes"
1353
1557
  }
1354
1558
  }
1355
1559
  },
1356
- "NodeInfo" : {
1357
- "type" : "structure",
1358
- "members" : {
1359
- "AddedToClusterTime" : {
1360
- "shape" : "__string",
1361
- "locationName" : "addedToClusterTime"
1560
+ "NodeInfo": {
1561
+ "type": "structure",
1562
+ "members": {
1563
+ "AddedToClusterTime": {
1564
+ "shape": "__string",
1565
+ "locationName": "addedToClusterTime"
1362
1566
  },
1363
- "BrokerNodeInfo" : {
1364
- "shape" : "BrokerNodeInfo",
1365
- "locationName" : "brokerNodeInfo"
1567
+ "BrokerNodeInfo": {
1568
+ "shape": "BrokerNodeInfo",
1569
+ "locationName": "brokerNodeInfo"
1366
1570
  },
1367
- "InstanceType" : {
1368
- "shape" : "__string",
1369
- "locationName" : "instanceType"
1571
+ "InstanceType": {
1572
+ "shape": "__string",
1573
+ "locationName": "instanceType"
1370
1574
  },
1371
- "NodeARN" : {
1372
- "shape" : "__string",
1373
- "locationName" : "nodeARN"
1575
+ "NodeARN": {
1576
+ "shape": "__string",
1577
+ "locationName": "nodeARN"
1374
1578
  },
1375
- "NodeType" : {
1376
- "shape" : "NodeType",
1377
- "locationName" : "nodeType"
1579
+ "NodeType": {
1580
+ "shape": "NodeType",
1581
+ "locationName": "nodeType"
1378
1582
  },
1379
- "ZookeeperNodeInfo" : {
1380
- "shape" : "ZookeeperNodeInfo",
1381
- "locationName" : "zookeeperNodeInfo"
1583
+ "ZookeeperNodeInfo": {
1584
+ "shape": "ZookeeperNodeInfo",
1585
+ "locationName": "zookeeperNodeInfo"
1382
1586
  }
1383
1587
  }
1384
1588
  },
1385
- "NodeType" : {
1386
- "type" : "string",
1387
- "enum" : [ "BROKER" ]
1388
- },
1389
- "NotFoundException" : {
1390
- "type" : "structure",
1391
- "members" : {
1392
- "InvalidParameter" : {
1393
- "shape" : "__string",
1394
- "locationName" : "invalidParameter"
1395
- },
1396
- "Message" : {
1397
- "shape" : "__string",
1398
- "locationName" : "message"
1589
+ "NodeType": {
1590
+ "type": "string",
1591
+ "enum": [
1592
+ "BROKER"
1593
+ ]
1594
+ },
1595
+ "NotFoundException": {
1596
+ "type": "structure",
1597
+ "members": {
1598
+ "InvalidParameter": {
1599
+ "shape": "__string",
1600
+ "locationName": "invalidParameter"
1601
+ },
1602
+ "Message": {
1603
+ "shape": "__string",
1604
+ "locationName": "message"
1399
1605
  }
1400
1606
  },
1401
- "exception" : true,
1402
- "error" : {
1403
- "httpStatusCode" : 404
1607
+ "exception": true,
1608
+ "error": {
1609
+ "httpStatusCode": 404
1404
1610
  }
1405
1611
  },
1406
- "ServiceUnavailableException" : {
1407
- "type" : "structure",
1408
- "members" : {
1409
- "InvalidParameter" : {
1410
- "shape" : "__string",
1411
- "locationName" : "invalidParameter"
1612
+ "ServiceUnavailableException": {
1613
+ "type": "structure",
1614
+ "members": {
1615
+ "InvalidParameter": {
1616
+ "shape": "__string",
1617
+ "locationName": "invalidParameter"
1412
1618
  },
1413
- "Message" : {
1414
- "shape" : "__string",
1415
- "locationName" : "message"
1619
+ "Message": {
1620
+ "shape": "__string",
1621
+ "locationName": "message"
1416
1622
  }
1417
1623
  },
1418
- "exception" : true,
1419
- "error" : {
1420
- "httpStatusCode" : 503
1624
+ "exception": true,
1625
+ "error": {
1626
+ "httpStatusCode": 503
1421
1627
  }
1422
1628
  },
1423
- "StorageInfo" : {
1424
- "type" : "structure",
1425
- "members" : {
1426
- "EbsStorageInfo" : {
1427
- "shape" : "EBSStorageInfo",
1428
- "locationName" : "ebsStorageInfo"
1629
+ "StorageInfo": {
1630
+ "type": "structure",
1631
+ "members": {
1632
+ "EbsStorageInfo": {
1633
+ "shape": "EBSStorageInfo",
1634
+ "locationName": "ebsStorageInfo"
1429
1635
  }
1430
1636
  }
1431
1637
  },
1432
- "TagResourceRequest" : {
1433
- "type" : "structure",
1434
- "members" : {
1435
- "ResourceArn" : {
1436
- "shape" : "__string",
1437
- "location" : "uri",
1438
- "locationName" : "resourceArn"
1439
- },
1440
- "Tags" : {
1441
- "shape" : "__mapOf__string",
1442
- "locationName" : "tags"
1638
+ "TagResourceRequest": {
1639
+ "type": "structure",
1640
+ "members": {
1641
+ "ResourceArn": {
1642
+ "shape": "__string",
1643
+ "location": "uri",
1644
+ "locationName": "resourceArn"
1645
+ },
1646
+ "Tags": {
1647
+ "shape": "__mapOf__string",
1648
+ "locationName": "tags"
1443
1649
  }
1444
1650
  },
1445
- "required" : [ "ResourceArn", "Tags" ]
1446
- },
1447
- "Tls" : {
1448
- "type" : "structure",
1449
- "members" : {
1450
- "CertificateAuthorityArnList" : {
1451
- "shape" : "__listOf__string",
1452
- "locationName" : "certificateAuthorityArnList"
1651
+ "required": [
1652
+ "ResourceArn",
1653
+ "Tags"
1654
+ ]
1655
+ },
1656
+ "Tls": {
1657
+ "type": "structure",
1658
+ "members": {
1659
+ "CertificateAuthorityArnList": {
1660
+ "shape": "__listOf__string",
1661
+ "locationName": "certificateAuthorityArnList"
1453
1662
  }
1454
1663
  }
1455
1664
  },
1456
- "TooManyRequestsException" : {
1457
- "type" : "structure",
1458
- "members" : {
1459
- "InvalidParameter" : {
1460
- "shape" : "__string",
1461
- "locationName" : "invalidParameter"
1665
+ "TooManyRequestsException": {
1666
+ "type": "structure",
1667
+ "members": {
1668
+ "InvalidParameter": {
1669
+ "shape": "__string",
1670
+ "locationName": "invalidParameter"
1462
1671
  },
1463
- "Message" : {
1464
- "shape" : "__string",
1465
- "locationName" : "message"
1672
+ "Message": {
1673
+ "shape": "__string",
1674
+ "locationName": "message"
1466
1675
  }
1467
1676
  },
1468
- "exception" : true,
1469
- "error" : {
1470
- "httpStatusCode" : 429
1677
+ "exception": true,
1678
+ "error": {
1679
+ "httpStatusCode": 429
1471
1680
  }
1472
1681
  },
1473
- "UnauthorizedException" : {
1474
- "type" : "structure",
1475
- "members" : {
1476
- "InvalidParameter" : {
1477
- "shape" : "__string",
1478
- "locationName" : "invalidParameter"
1682
+ "UnauthorizedException": {
1683
+ "type": "structure",
1684
+ "members": {
1685
+ "InvalidParameter": {
1686
+ "shape": "__string",
1687
+ "locationName": "invalidParameter"
1479
1688
  },
1480
- "Message" : {
1481
- "shape" : "__string",
1482
- "locationName" : "message"
1689
+ "Message": {
1690
+ "shape": "__string",
1691
+ "locationName": "message"
1483
1692
  }
1484
1693
  },
1485
- "exception" : true,
1486
- "error" : {
1487
- "httpStatusCode" : 401
1694
+ "exception": true,
1695
+ "error": {
1696
+ "httpStatusCode": 401
1488
1697
  }
1489
1698
  },
1490
- "UntagResourceRequest" : {
1491
- "type" : "structure",
1492
- "members" : {
1493
- "ResourceArn" : {
1494
- "shape" : "__string",
1495
- "location" : "uri",
1496
- "locationName" : "resourceArn"
1497
- },
1498
- "TagKeys" : {
1499
- "shape" : "__listOf__string",
1500
- "location" : "querystring",
1501
- "locationName" : "tagKeys"
1699
+ "UntagResourceRequest": {
1700
+ "type": "structure",
1701
+ "members": {
1702
+ "ResourceArn": {
1703
+ "shape": "__string",
1704
+ "location": "uri",
1705
+ "locationName": "resourceArn"
1706
+ },
1707
+ "TagKeys": {
1708
+ "shape": "__listOf__string",
1709
+ "location": "querystring",
1710
+ "locationName": "tagKeys"
1502
1711
  }
1503
1712
  },
1504
- "required" : [ "TagKeys", "ResourceArn" ]
1505
- },
1506
- "UpdateBrokerStorageRequest" : {
1507
- "type" : "structure",
1508
- "members" : {
1509
- "ClusterArn" : {
1510
- "shape" : "__string",
1511
- "location" : "uri",
1512
- "locationName" : "clusterArn"
1513
- },
1514
- "CurrentVersion" : {
1515
- "shape" : "__string",
1516
- "locationName" : "currentVersion"
1517
- },
1518
- "TargetBrokerEBSVolumeInfo" : {
1519
- "shape" : "__listOfBrokerEBSVolumeInfo",
1520
- "locationName" : "targetBrokerEBSVolumeInfo"
1713
+ "required": [
1714
+ "TagKeys",
1715
+ "ResourceArn"
1716
+ ]
1717
+ },
1718
+ "UpdateBrokerCountRequest": {
1719
+ "type": "structure",
1720
+ "members": {
1721
+ "ClusterArn": {
1722
+ "shape": "__string",
1723
+ "location": "uri",
1724
+ "locationName": "clusterArn"
1725
+ },
1726
+ "CurrentVersion": {
1727
+ "shape": "__string",
1728
+ "locationName": "currentVersion"
1729
+ },
1730
+ "TargetNumberOfBrokerNodes": {
1731
+ "shape": "__integerMin1Max15",
1732
+ "locationName": "targetNumberOfBrokerNodes"
1521
1733
  }
1522
1734
  },
1523
- "required" : [ "ClusterArn", "TargetBrokerEBSVolumeInfo", "CurrentVersion" ]
1524
- },
1525
- "UpdateBrokerStorageResponse" : {
1526
- "type" : "structure",
1527
- "members" : {
1528
- "ClusterArn" : {
1529
- "shape" : "__string",
1530
- "locationName" : "clusterArn"
1531
- },
1532
- "ClusterOperationArn" : {
1533
- "shape" : "__string",
1534
- "locationName" : "clusterOperationArn"
1735
+ "required": [
1736
+ "ClusterArn",
1737
+ "CurrentVersion",
1738
+ "TargetNumberOfBrokerNodes"
1739
+ ]
1740
+ },
1741
+ "UpdateBrokerCountResponse": {
1742
+ "type": "structure",
1743
+ "members": {
1744
+ "ClusterArn": {
1745
+ "shape": "__string",
1746
+ "locationName": "clusterArn"
1747
+ },
1748
+ "ClusterOperationArn": {
1749
+ "shape": "__string",
1750
+ "locationName": "clusterOperationArn"
1535
1751
  }
1536
1752
  }
1537
1753
  },
1538
- "UpdateClusterConfigurationRequest" : {
1539
- "type" : "structure",
1540
- "members" : {
1541
- "ClusterArn" : {
1542
- "shape" : "__string",
1543
- "location" : "uri",
1544
- "locationName" : "clusterArn"
1545
- },
1546
- "ConfigurationInfo" : {
1547
- "shape" : "ConfigurationInfo",
1548
- "locationName" : "configurationInfo"
1549
- },
1550
- "CurrentVersion" : {
1551
- "shape" : "__string",
1552
- "locationName" : "currentVersion"
1754
+ "UpdateBrokerStorageRequest": {
1755
+ "type": "structure",
1756
+ "members": {
1757
+ "ClusterArn": {
1758
+ "shape": "__string",
1759
+ "location": "uri",
1760
+ "locationName": "clusterArn"
1761
+ },
1762
+ "CurrentVersion": {
1763
+ "shape": "__string",
1764
+ "locationName": "currentVersion"
1765
+ },
1766
+ "TargetBrokerEBSVolumeInfo": {
1767
+ "shape": "__listOfBrokerEBSVolumeInfo",
1768
+ "locationName": "targetBrokerEBSVolumeInfo"
1553
1769
  }
1554
1770
  },
1555
- "required" : [ "ClusterArn", "CurrentVersion", "ConfigurationInfo" ]
1771
+ "required": [
1772
+ "ClusterArn",
1773
+ "TargetBrokerEBSVolumeInfo",
1774
+ "CurrentVersion"
1775
+ ]
1776
+ },
1777
+ "UpdateBrokerStorageResponse": {
1778
+ "type": "structure",
1779
+ "members": {
1780
+ "ClusterArn": {
1781
+ "shape": "__string",
1782
+ "locationName": "clusterArn"
1783
+ },
1784
+ "ClusterOperationArn": {
1785
+ "shape": "__string",
1786
+ "locationName": "clusterOperationArn"
1787
+ }
1788
+ }
1556
1789
  },
1557
- "UpdateClusterConfigurationResponse" : {
1558
- "type" : "structure",
1559
- "members" : {
1560
- "ClusterArn" : {
1561
- "shape" : "__string",
1562
- "locationName" : "clusterArn"
1563
- },
1564
- "ClusterOperationArn" : {
1565
- "shape" : "__string",
1566
- "locationName" : "clusterOperationArn"
1790
+ "UpdateClusterConfigurationRequest": {
1791
+ "type": "structure",
1792
+ "members": {
1793
+ "ClusterArn": {
1794
+ "shape": "__string",
1795
+ "location": "uri",
1796
+ "locationName": "clusterArn"
1797
+ },
1798
+ "ConfigurationInfo": {
1799
+ "shape": "ConfigurationInfo",
1800
+ "locationName": "configurationInfo"
1801
+ },
1802
+ "CurrentVersion": {
1803
+ "shape": "__string",
1804
+ "locationName": "currentVersion"
1805
+ }
1806
+ },
1807
+ "required": [
1808
+ "ClusterArn",
1809
+ "CurrentVersion",
1810
+ "ConfigurationInfo"
1811
+ ]
1812
+ },
1813
+ "UpdateClusterConfigurationResponse": {
1814
+ "type": "structure",
1815
+ "members": {
1816
+ "ClusterArn": {
1817
+ "shape": "__string",
1818
+ "locationName": "clusterArn"
1819
+ },
1820
+ "ClusterOperationArn": {
1821
+ "shape": "__string",
1822
+ "locationName": "clusterOperationArn"
1567
1823
  }
1568
1824
  }
1569
1825
  },
1570
- "ZookeeperNodeInfo" : {
1571
- "type" : "structure",
1572
- "members" : {
1573
- "AttachedENIId" : {
1574
- "shape" : "__string",
1575
- "locationName" : "attachedENIId"
1826
+ "ZookeeperNodeInfo": {
1827
+ "type": "structure",
1828
+ "members": {
1829
+ "AttachedENIId": {
1830
+ "shape": "__string",
1831
+ "locationName": "attachedENIId"
1576
1832
  },
1577
- "ClientVpcIpAddress" : {
1578
- "shape" : "__string",
1579
- "locationName" : "clientVpcIpAddress"
1833
+ "ClientVpcIpAddress": {
1834
+ "shape": "__string",
1835
+ "locationName": "clientVpcIpAddress"
1580
1836
  },
1581
- "Endpoints" : {
1582
- "shape" : "__listOf__string",
1583
- "locationName" : "endpoints"
1837
+ "Endpoints": {
1838
+ "shape": "__listOf__string",
1839
+ "locationName": "endpoints"
1584
1840
  },
1585
- "ZookeeperId" : {
1586
- "shape" : "__double",
1587
- "locationName" : "zookeeperId"
1841
+ "ZookeeperId": {
1842
+ "shape": "__double",
1843
+ "locationName": "zookeeperId"
1588
1844
  },
1589
- "ZookeeperVersion" : {
1590
- "shape" : "__string",
1591
- "locationName" : "zookeeperVersion"
1845
+ "ZookeeperVersion": {
1846
+ "shape": "__string",
1847
+ "locationName": "zookeeperVersion"
1592
1848
  }
1593
1849
  }
1594
1850
  },
1595
- "__boolean" : {
1596
- "type" : "boolean"
1851
+ "__boolean": {
1852
+ "type": "boolean"
1597
1853
  },
1598
- "__blob" : {
1599
- "type" : "blob"
1854
+ "__blob": {
1855
+ "type": "blob"
1600
1856
  },
1601
- "__double" : {
1602
- "type" : "double"
1857
+ "__double": {
1858
+ "type": "double"
1603
1859
  },
1604
- "__integer" : {
1605
- "type" : "integer"
1860
+ "__integer": {
1861
+ "type": "integer"
1606
1862
  },
1607
- "__integerMin1Max15" : {
1608
- "type" : "integer",
1609
- "min" : 1,
1610
- "max" : 15
1863
+ "__integerMin1Max15": {
1864
+ "type": "integer",
1865
+ "min": 1,
1866
+ "max": 15
1611
1867
  },
1612
- "__integerMin1Max16384" : {
1613
- "type" : "integer",
1614
- "min" : 1,
1615
- "max" : 16384
1868
+ "__integerMin1Max16384": {
1869
+ "type": "integer",
1870
+ "min": 1,
1871
+ "max": 16384
1616
1872
  },
1617
- "__listOfBrokerEBSVolumeInfo" : {
1618
- "type" : "list",
1619
- "member" : {
1620
- "shape" : "BrokerEBSVolumeInfo"
1873
+ "__listOfBrokerEBSVolumeInfo": {
1874
+ "type": "list",
1875
+ "member": {
1876
+ "shape": "BrokerEBSVolumeInfo"
1621
1877
  }
1622
1878
  },
1623
- "__listOfClusterInfo" : {
1624
- "type" : "list",
1625
- "member" : {
1626
- "shape" : "ClusterInfo"
1879
+ "__listOfClusterInfo": {
1880
+ "type": "list",
1881
+ "member": {
1882
+ "shape": "ClusterInfo"
1627
1883
  }
1628
1884
  },
1629
- "__listOfClusterOperationInfo" : {
1630
- "type" : "list",
1631
- "member" : {
1632
- "shape" : "ClusterOperationInfo"
1885
+ "__listOfClusterOperationInfo": {
1886
+ "type": "list",
1887
+ "member": {
1888
+ "shape": "ClusterOperationInfo"
1633
1889
  }
1634
1890
  },
1635
- "__listOfConfiguration" : {
1636
- "type" : "list",
1637
- "member" : {
1638
- "shape" : "Configuration"
1891
+ "__listOfConfiguration": {
1892
+ "type": "list",
1893
+ "member": {
1894
+ "shape": "Configuration"
1639
1895
  }
1640
1896
  },
1641
- "__listOfConfigurationRevision" : {
1642
- "type" : "list",
1643
- "member" : {
1644
- "shape" : "ConfigurationRevision"
1897
+ "__listOfConfigurationRevision": {
1898
+ "type": "list",
1899
+ "member": {
1900
+ "shape": "ConfigurationRevision"
1645
1901
  }
1646
1902
  },
1647
- "__listOfNodeInfo" : {
1648
- "type" : "list",
1649
- "member" : {
1650
- "shape" : "NodeInfo"
1903
+ "__listOfNodeInfo": {
1904
+ "type": "list",
1905
+ "member": {
1906
+ "shape": "NodeInfo"
1651
1907
  }
1652
1908
  },
1653
- "__listOf__string" : {
1654
- "type" : "list",
1655
- "member" : {
1656
- "shape" : "__string"
1909
+ "__listOf__string": {
1910
+ "type": "list",
1911
+ "member": {
1912
+ "shape": "__string"
1657
1913
  }
1658
1914
  },
1659
- "__long" : {
1660
- "type" : "long"
1915
+ "__long": {
1916
+ "type": "long"
1661
1917
  },
1662
- "__mapOf__string" : {
1663
- "type" : "map",
1664
- "key" : {
1665
- "shape" : "__string"
1918
+ "__mapOf__string": {
1919
+ "type": "map",
1920
+ "key": {
1921
+ "shape": "__string"
1666
1922
  },
1667
- "value" : {
1668
- "shape" : "__string"
1923
+ "value": {
1924
+ "shape": "__string"
1669
1925
  }
1670
1926
  },
1671
- "__string" : {
1672
- "type" : "string"
1673
- },
1674
- "__stringMin1Max128" : {
1675
- "type" : "string",
1676
- "min" : 1,
1677
- "max" : 128
1927
+ "__string": {
1928
+ "type": "string"
1678
1929
  },
1679
- "__stringMin1Max64" : {
1680
- "type" : "string",
1681
- "min" : 1,
1682
- "max" : 64
1930
+ "__stringMin1Max128": {
1931
+ "type": "string",
1932
+ "min": 1,
1933
+ "max": 128
1683
1934
  },
1684
- "__stringMin5Max32" : {
1685
- "type" : "string",
1686
- "min" : 5,
1687
- "max" : 32
1935
+ "__stringMin1Max64": {
1936
+ "type": "string",
1937
+ "min": 1,
1938
+ "max": 64
1688
1939
  },
1689
- "__timestampIso8601" : {
1690
- "type" : "timestamp",
1691
- "timestampFormat" : "iso8601"
1940
+ "__stringMin5Max32": {
1941
+ "type": "string",
1942
+ "min": 5,
1943
+ "max": 32
1692
1944
  },
1693
- "__timestampUnix" : {
1694
- "type" : "timestamp",
1695
- "timestampFormat" : "unixTimestamp"
1945
+ "__timestampIso8601": {
1946
+ "type": "timestamp",
1947
+ "timestampFormat": "iso8601"
1696
1948
  }
1697
1949
  }
1698
1950
  }