aws-sdk-core 2.2.26 → 2.2.27

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: d5c535871f0505a8d053741b2869cc770a6d9f1b
4
- data.tar.gz: cf4339846016cee9444c5d913fa95949d1a188bc
3
+ metadata.gz: 6edf9b9c42b1831c08d62e79e27fb9acbe0840e0
4
+ data.tar.gz: ceb476ab23aa0af04cc691bcbbc9dc13ff537c71
5
5
  SHA512:
6
- metadata.gz: b309ba2c7c51749f9553731daf34575c564fe408f14db0fae262a74e25412ec122857c8f8c09a2d6ffa44f1378c36d8836159a7768181e435f9cfdde4c8726ab
7
- data.tar.gz: 7cf555650f329c254816d43df9d38144c7294df301403d287ca88e25bdd3288ff364198a553c4ca6726b46146d8d2e553cc3065060585bf94332741b608f0f70
6
+ metadata.gz: 417dc86f1a5fa7cb7061343e7a4bd02e2f40b3b39c4c0bae91820dd2b997110bf5a92ec11f041f8a0890975b62030adf8da741235d6b3b5c0c839e0b8d813a93
7
+ data.tar.gz: 0ca916b8f2cf1e1232b28963956273685fdcad5b822d7179fcdba99f7569d9ca4e135a6bdfe45106a23bc16efff45cb4b6805f0155136e95d83e5ade5303ae02
@@ -60,6 +60,23 @@
60
60
  {"shape":"BatchLimitExceededException"}
61
61
  ]
62
62
  },
63
+ "BatchGetDeploymentGroups":{
64
+ "name":"BatchGetDeploymentGroups",
65
+ "http":{
66
+ "method":"POST",
67
+ "requestUri":"/"
68
+ },
69
+ "input":{"shape":"BatchGetDeploymentGroupsInput"},
70
+ "output":{"shape":"BatchGetDeploymentGroupsOutput"},
71
+ "errors":[
72
+ {"shape":"ApplicationNameRequiredException"},
73
+ {"shape":"InvalidApplicationNameException"},
74
+ {"shape":"ApplicationDoesNotExistException"},
75
+ {"shape":"DeploymentGroupNameRequiredException"},
76
+ {"shape":"InvalidDeploymentGroupNameException"},
77
+ {"shape":"BatchLimitExceededException"}
78
+ ]
79
+ },
63
80
  "BatchGetDeploymentInstances":{
64
81
  "name":"BatchGetDeploymentInstances",
65
82
  "http":{
@@ -679,6 +696,24 @@
679
696
  "applicationsInfo":{"shape":"ApplicationsInfoList"}
680
697
  }
681
698
  },
699
+ "BatchGetDeploymentGroupsInput":{
700
+ "type":"structure",
701
+ "required":[
702
+ "applicationName",
703
+ "deploymentGroupNames"
704
+ ],
705
+ "members":{
706
+ "applicationName":{"shape":"ApplicationName"},
707
+ "deploymentGroupNames":{"shape":"DeploymentGroupsList"}
708
+ }
709
+ },
710
+ "BatchGetDeploymentGroupsOutput":{
711
+ "type":"structure",
712
+ "members":{
713
+ "deploymentGroupsInfo":{"shape":"DeploymentGroupInfoList"},
714
+ "errorMessage":{"shape":"ErrorMessage"}
715
+ }
716
+ },
682
717
  "BatchGetDeploymentInstancesInput":{
683
718
  "type":"structure",
684
719
  "required":[
@@ -939,6 +974,10 @@
939
974
  "triggerConfigurations":{"shape":"TriggerConfigList"}
940
975
  }
941
976
  },
977
+ "DeploymentGroupInfoList":{
978
+ "type":"list",
979
+ "member":{"shape":"DeploymentGroupInfo"}
980
+ },
942
981
  "DeploymentGroupLimitExceededException":{
943
982
  "type":"structure",
944
983
  "members":{
@@ -0,0 +1,1299 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2016-01-01",
5
+ "endpointPrefix":"dms",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"AWS Database Migration Service",
9
+ "signatureVersion":"v4",
10
+ "targetPrefix":"AmazonDMSv20160101"
11
+ },
12
+ "operations":{
13
+ "AddTagsToResource":{
14
+ "name":"AddTagsToResource",
15
+ "http":{
16
+ "method":"POST",
17
+ "requestUri":"/"
18
+ },
19
+ "input":{"shape":"AddTagsToResourceMessage"},
20
+ "output":{"shape":"AddTagsToResourceResponse"},
21
+ "errors":[
22
+ {"shape":"ResourceNotFoundFault"}
23
+ ]
24
+ },
25
+ "CreateEndpoint":{
26
+ "name":"CreateEndpoint",
27
+ "http":{
28
+ "method":"POST",
29
+ "requestUri":"/"
30
+ },
31
+ "input":{"shape":"CreateEndpointMessage"},
32
+ "output":{"shape":"CreateEndpointResponse"},
33
+ "errors":[
34
+ {"shape":"KMSKeyNotAccessibleFault"},
35
+ {"shape":"ResourceAlreadyExistsFault"},
36
+ {"shape":"ResourceQuotaExceededFault"}
37
+ ]
38
+ },
39
+ "CreateReplicationInstance":{
40
+ "name":"CreateReplicationInstance",
41
+ "http":{
42
+ "method":"POST",
43
+ "requestUri":"/"
44
+ },
45
+ "input":{"shape":"CreateReplicationInstanceMessage"},
46
+ "output":{"shape":"CreateReplicationInstanceResponse"},
47
+ "errors":[
48
+ {"shape":"AccessDeniedFault"},
49
+ {"shape":"ResourceAlreadyExistsFault"},
50
+ {"shape":"InsufficientResourceCapacityFault"},
51
+ {"shape":"ResourceQuotaExceededFault"},
52
+ {"shape":"StorageQuotaExceededFault"},
53
+ {"shape":"ResourceNotFoundFault"},
54
+ {"shape":"ReplicationSubnetGroupDoesNotCoverEnoughAZs"},
55
+ {"shape":"InvalidResourceStateFault"},
56
+ {"shape":"InvalidSubnet"},
57
+ {"shape":"KMSKeyNotAccessibleFault"}
58
+ ]
59
+ },
60
+ "CreateReplicationSubnetGroup":{
61
+ "name":"CreateReplicationSubnetGroup",
62
+ "http":{
63
+ "method":"POST",
64
+ "requestUri":"/"
65
+ },
66
+ "input":{"shape":"CreateReplicationSubnetGroupMessage"},
67
+ "output":{"shape":"CreateReplicationSubnetGroupResponse"},
68
+ "errors":[
69
+ {"shape":"AccessDeniedFault"},
70
+ {"shape":"ResourceAlreadyExistsFault"},
71
+ {"shape":"ResourceNotFoundFault"},
72
+ {"shape":"ResourceQuotaExceededFault"},
73
+ {"shape":"ReplicationSubnetGroupDoesNotCoverEnoughAZs"},
74
+ {"shape":"InvalidSubnet"}
75
+ ]
76
+ },
77
+ "CreateReplicationTask":{
78
+ "name":"CreateReplicationTask",
79
+ "http":{
80
+ "method":"POST",
81
+ "requestUri":"/"
82
+ },
83
+ "input":{"shape":"CreateReplicationTaskMessage"},
84
+ "output":{"shape":"CreateReplicationTaskResponse"},
85
+ "errors":[
86
+ {"shape":"InvalidResourceStateFault"},
87
+ {"shape":"ResourceAlreadyExistsFault"},
88
+ {"shape":"ResourceNotFoundFault"},
89
+ {"shape":"KMSKeyNotAccessibleFault"},
90
+ {"shape":"ResourceQuotaExceededFault"}
91
+ ]
92
+ },
93
+ "DeleteEndpoint":{
94
+ "name":"DeleteEndpoint",
95
+ "http":{
96
+ "method":"POST",
97
+ "requestUri":"/"
98
+ },
99
+ "input":{"shape":"DeleteEndpointMessage"},
100
+ "output":{"shape":"DeleteEndpointResponse"},
101
+ "errors":[
102
+ {"shape":"ResourceNotFoundFault"},
103
+ {"shape":"InvalidResourceStateFault"}
104
+ ]
105
+ },
106
+ "DeleteReplicationInstance":{
107
+ "name":"DeleteReplicationInstance",
108
+ "http":{
109
+ "method":"POST",
110
+ "requestUri":"/"
111
+ },
112
+ "input":{"shape":"DeleteReplicationInstanceMessage"},
113
+ "output":{"shape":"DeleteReplicationInstanceResponse"},
114
+ "errors":[
115
+ {"shape":"InvalidResourceStateFault"},
116
+ {"shape":"ResourceNotFoundFault"}
117
+ ]
118
+ },
119
+ "DeleteReplicationSubnetGroup":{
120
+ "name":"DeleteReplicationSubnetGroup",
121
+ "http":{
122
+ "method":"POST",
123
+ "requestUri":"/"
124
+ },
125
+ "input":{"shape":"DeleteReplicationSubnetGroupMessage"},
126
+ "output":{"shape":"DeleteReplicationSubnetGroupResponse"},
127
+ "errors":[
128
+ {"shape":"InvalidResourceStateFault"},
129
+ {"shape":"ResourceNotFoundFault"}
130
+ ]
131
+ },
132
+ "DeleteReplicationTask":{
133
+ "name":"DeleteReplicationTask",
134
+ "http":{
135
+ "method":"POST",
136
+ "requestUri":"/"
137
+ },
138
+ "input":{"shape":"DeleteReplicationTaskMessage"},
139
+ "output":{"shape":"DeleteReplicationTaskResponse"},
140
+ "errors":[
141
+ {"shape":"ResourceNotFoundFault"},
142
+ {"shape":"InvalidResourceStateFault"}
143
+ ]
144
+ },
145
+ "DescribeAccountAttributes":{
146
+ "name":"DescribeAccountAttributes",
147
+ "http":{
148
+ "method":"POST",
149
+ "requestUri":"/"
150
+ },
151
+ "input":{"shape":"DescribeAccountAttributesMessage"},
152
+ "output":{"shape":"DescribeAccountAttributesResponse"}
153
+ },
154
+ "DescribeConnections":{
155
+ "name":"DescribeConnections",
156
+ "http":{
157
+ "method":"POST",
158
+ "requestUri":"/"
159
+ },
160
+ "input":{"shape":"DescribeConnectionsMessage"},
161
+ "output":{"shape":"DescribeConnectionsResponse"},
162
+ "errors":[
163
+ {"shape":"ResourceNotFoundFault"}
164
+ ]
165
+ },
166
+ "DescribeEndpointTypes":{
167
+ "name":"DescribeEndpointTypes",
168
+ "http":{
169
+ "method":"POST",
170
+ "requestUri":"/"
171
+ },
172
+ "input":{"shape":"DescribeEndpointTypesMessage"},
173
+ "output":{"shape":"DescribeEndpointTypesResponse"}
174
+ },
175
+ "DescribeEndpoints":{
176
+ "name":"DescribeEndpoints",
177
+ "http":{
178
+ "method":"POST",
179
+ "requestUri":"/"
180
+ },
181
+ "input":{"shape":"DescribeEndpointsMessage"},
182
+ "output":{"shape":"DescribeEndpointsResponse"},
183
+ "errors":[
184
+ {"shape":"ResourceNotFoundFault"}
185
+ ]
186
+ },
187
+ "DescribeOrderableReplicationInstances":{
188
+ "name":"DescribeOrderableReplicationInstances",
189
+ "http":{
190
+ "method":"POST",
191
+ "requestUri":"/"
192
+ },
193
+ "input":{"shape":"DescribeOrderableReplicationInstancesMessage"},
194
+ "output":{"shape":"DescribeOrderableReplicationInstancesResponse"}
195
+ },
196
+ "DescribeRefreshSchemasStatus":{
197
+ "name":"DescribeRefreshSchemasStatus",
198
+ "http":{
199
+ "method":"POST",
200
+ "requestUri":"/"
201
+ },
202
+ "input":{"shape":"DescribeRefreshSchemasStatusMessage"},
203
+ "output":{"shape":"DescribeRefreshSchemasStatusResponse"},
204
+ "errors":[
205
+ {"shape":"InvalidResourceStateFault"},
206
+ {"shape":"ResourceNotFoundFault"}
207
+ ]
208
+ },
209
+ "DescribeReplicationInstances":{
210
+ "name":"DescribeReplicationInstances",
211
+ "http":{
212
+ "method":"POST",
213
+ "requestUri":"/"
214
+ },
215
+ "input":{"shape":"DescribeReplicationInstancesMessage"},
216
+ "output":{"shape":"DescribeReplicationInstancesResponse"},
217
+ "errors":[
218
+ {"shape":"ResourceNotFoundFault"}
219
+ ]
220
+ },
221
+ "DescribeReplicationSubnetGroups":{
222
+ "name":"DescribeReplicationSubnetGroups",
223
+ "http":{
224
+ "method":"POST",
225
+ "requestUri":"/"
226
+ },
227
+ "input":{"shape":"DescribeReplicationSubnetGroupsMessage"},
228
+ "output":{"shape":"DescribeReplicationSubnetGroupsResponse"},
229
+ "errors":[
230
+ {"shape":"ResourceNotFoundFault"}
231
+ ]
232
+ },
233
+ "DescribeReplicationTasks":{
234
+ "name":"DescribeReplicationTasks",
235
+ "http":{
236
+ "method":"POST",
237
+ "requestUri":"/"
238
+ },
239
+ "input":{"shape":"DescribeReplicationTasksMessage"},
240
+ "output":{"shape":"DescribeReplicationTasksResponse"},
241
+ "errors":[
242
+ {"shape":"ResourceNotFoundFault"}
243
+ ]
244
+ },
245
+ "DescribeSchemas":{
246
+ "name":"DescribeSchemas",
247
+ "http":{
248
+ "method":"POST",
249
+ "requestUri":"/"
250
+ },
251
+ "input":{"shape":"DescribeSchemasMessage"},
252
+ "output":{"shape":"DescribeSchemasResponse"},
253
+ "errors":[
254
+ {"shape":"InvalidResourceStateFault"},
255
+ {"shape":"ResourceNotFoundFault"}
256
+ ]
257
+ },
258
+ "DescribeTableStatistics":{
259
+ "name":"DescribeTableStatistics",
260
+ "http":{
261
+ "method":"POST",
262
+ "requestUri":"/"
263
+ },
264
+ "input":{"shape":"DescribeTableStatisticsMessage"},
265
+ "output":{"shape":"DescribeTableStatisticsResponse"},
266
+ "errors":[
267
+ {"shape":"ResourceNotFoundFault"},
268
+ {"shape":"InvalidResourceStateFault"}
269
+ ]
270
+ },
271
+ "ListTagsForResource":{
272
+ "name":"ListTagsForResource",
273
+ "http":{
274
+ "method":"POST",
275
+ "requestUri":"/"
276
+ },
277
+ "input":{"shape":"ListTagsForResourceMessage"},
278
+ "output":{"shape":"ListTagsForResourceResponse"},
279
+ "errors":[
280
+ {"shape":"ResourceNotFoundFault"}
281
+ ]
282
+ },
283
+ "ModifyEndpoint":{
284
+ "name":"ModifyEndpoint",
285
+ "http":{
286
+ "method":"POST",
287
+ "requestUri":"/"
288
+ },
289
+ "input":{"shape":"ModifyEndpointMessage"},
290
+ "output":{"shape":"ModifyEndpointResponse"},
291
+ "errors":[
292
+ {"shape":"InvalidResourceStateFault"},
293
+ {"shape":"ResourceNotFoundFault"},
294
+ {"shape":"ResourceAlreadyExistsFault"},
295
+ {"shape":"KMSKeyNotAccessibleFault"}
296
+ ]
297
+ },
298
+ "ModifyReplicationInstance":{
299
+ "name":"ModifyReplicationInstance",
300
+ "http":{
301
+ "method":"POST",
302
+ "requestUri":"/"
303
+ },
304
+ "input":{"shape":"ModifyReplicationInstanceMessage"},
305
+ "output":{"shape":"ModifyReplicationInstanceResponse"},
306
+ "errors":[
307
+ {"shape":"InvalidResourceStateFault"},
308
+ {"shape":"ResourceAlreadyExistsFault"},
309
+ {"shape":"ResourceNotFoundFault"},
310
+ {"shape":"InsufficientResourceCapacityFault"},
311
+ {"shape":"StorageQuotaExceededFault"},
312
+ {"shape":"UpgradeDependencyFailureFault"}
313
+ ]
314
+ },
315
+ "ModifyReplicationSubnetGroup":{
316
+ "name":"ModifyReplicationSubnetGroup",
317
+ "http":{
318
+ "method":"POST",
319
+ "requestUri":"/"
320
+ },
321
+ "input":{"shape":"ModifyReplicationSubnetGroupMessage"},
322
+ "output":{"shape":"ModifyReplicationSubnetGroupResponse"},
323
+ "errors":[
324
+ {"shape":"ResourceNotFoundFault"},
325
+ {"shape":"ResourceQuotaExceededFault"},
326
+ {"shape":"SubnetAlreadyInUse"},
327
+ {"shape":"ReplicationSubnetGroupDoesNotCoverEnoughAZs"},
328
+ {"shape":"InvalidSubnet"}
329
+ ]
330
+ },
331
+ "RefreshSchemas":{
332
+ "name":"RefreshSchemas",
333
+ "http":{
334
+ "method":"POST",
335
+ "requestUri":"/"
336
+ },
337
+ "input":{"shape":"RefreshSchemasMessage"},
338
+ "output":{"shape":"RefreshSchemasResponse"},
339
+ "errors":[
340
+ {"shape":"InvalidResourceStateFault"},
341
+ {"shape":"ResourceNotFoundFault"},
342
+ {"shape":"KMSKeyNotAccessibleFault"},
343
+ {"shape":"ResourceQuotaExceededFault"}
344
+ ]
345
+ },
346
+ "RemoveTagsFromResource":{
347
+ "name":"RemoveTagsFromResource",
348
+ "http":{
349
+ "method":"POST",
350
+ "requestUri":"/"
351
+ },
352
+ "input":{"shape":"RemoveTagsFromResourceMessage"},
353
+ "output":{"shape":"RemoveTagsFromResourceResponse"},
354
+ "errors":[
355
+ {"shape":"ResourceNotFoundFault"}
356
+ ]
357
+ },
358
+ "StartReplicationTask":{
359
+ "name":"StartReplicationTask",
360
+ "http":{
361
+ "method":"POST",
362
+ "requestUri":"/"
363
+ },
364
+ "input":{"shape":"StartReplicationTaskMessage"},
365
+ "output":{"shape":"StartReplicationTaskResponse"},
366
+ "errors":[
367
+ {"shape":"ResourceNotFoundFault"},
368
+ {"shape":"InvalidResourceStateFault"}
369
+ ]
370
+ },
371
+ "StopReplicationTask":{
372
+ "name":"StopReplicationTask",
373
+ "http":{
374
+ "method":"POST",
375
+ "requestUri":"/"
376
+ },
377
+ "input":{"shape":"StopReplicationTaskMessage"},
378
+ "output":{"shape":"StopReplicationTaskResponse"},
379
+ "errors":[
380
+ {"shape":"ResourceNotFoundFault"},
381
+ {"shape":"InvalidResourceStateFault"}
382
+ ]
383
+ },
384
+ "TestConnection":{
385
+ "name":"TestConnection",
386
+ "http":{
387
+ "method":"POST",
388
+ "requestUri":"/"
389
+ },
390
+ "input":{"shape":"TestConnectionMessage"},
391
+ "output":{"shape":"TestConnectionResponse"},
392
+ "errors":[
393
+ {"shape":"ResourceNotFoundFault"},
394
+ {"shape":"InvalidResourceStateFault"},
395
+ {"shape":"KMSKeyNotAccessibleFault"},
396
+ {"shape":"ResourceQuotaExceededFault"}
397
+ ]
398
+ }
399
+ },
400
+ "shapes":{
401
+ "AccessDeniedFault":{
402
+ "type":"structure",
403
+ "members":{
404
+ "message":{"shape":"ExceptionMessage"}
405
+ },
406
+ "exception":true
407
+ },
408
+ "AccountQuota":{
409
+ "type":"structure",
410
+ "members":{
411
+ "AccountQuotaName":{"shape":"String"},
412
+ "Used":{"shape":"Long"},
413
+ "Max":{"shape":"Long"}
414
+ }
415
+ },
416
+ "AccountQuotaList":{
417
+ "type":"list",
418
+ "member":{
419
+ "shape":"AccountQuota",
420
+ "locationName":"AccountQuota"
421
+ }
422
+ },
423
+ "AddTagsToResourceMessage":{
424
+ "type":"structure",
425
+ "required":[
426
+ "ResourceArn",
427
+ "Tags"
428
+ ],
429
+ "members":{
430
+ "ResourceArn":{"shape":"String"},
431
+ "Tags":{"shape":"TagList"}
432
+ }
433
+ },
434
+ "AddTagsToResourceResponse":{
435
+ "type":"structure",
436
+ "members":{
437
+ }
438
+ },
439
+ "AvailabilityZone":{
440
+ "type":"structure",
441
+ "members":{
442
+ "Name":{"shape":"String"}
443
+ }
444
+ },
445
+ "Boolean":{"type":"boolean"},
446
+ "BooleanOptional":{"type":"boolean"},
447
+ "Connection":{
448
+ "type":"structure",
449
+ "members":{
450
+ "ReplicationInstanceArn":{"shape":"String"},
451
+ "EndpointArn":{"shape":"String"},
452
+ "Status":{"shape":"String"},
453
+ "LastFailureMessage":{"shape":"String"},
454
+ "EndpointIdentifier":{"shape":"String"},
455
+ "ReplicationInstanceIdentifier":{"shape":"String"}
456
+ }
457
+ },
458
+ "ConnectionList":{
459
+ "type":"list",
460
+ "member":{
461
+ "shape":"Connection",
462
+ "locationName":"Connection"
463
+ }
464
+ },
465
+ "CreateEndpointMessage":{
466
+ "type":"structure",
467
+ "required":[
468
+ "EndpointIdentifier",
469
+ "EndpointType",
470
+ "EngineName",
471
+ "Username",
472
+ "Password",
473
+ "ServerName",
474
+ "Port"
475
+ ],
476
+ "members":{
477
+ "EndpointIdentifier":{"shape":"String"},
478
+ "EndpointType":{"shape":"ReplicationEndpointTypeValue"},
479
+ "EngineName":{"shape":"String"},
480
+ "Username":{"shape":"String"},
481
+ "Password":{"shape":"SecretString"},
482
+ "ServerName":{"shape":"String"},
483
+ "Port":{"shape":"IntegerOptional"},
484
+ "DatabaseName":{"shape":"String"},
485
+ "ExtraConnectionAttributes":{"shape":"String"},
486
+ "KmsKeyId":{"shape":"String"},
487
+ "Tags":{"shape":"TagList"}
488
+ }
489
+ },
490
+ "CreateEndpointResponse":{
491
+ "type":"structure",
492
+ "members":{
493
+ "Endpoint":{"shape":"Endpoint"}
494
+ }
495
+ },
496
+ "CreateReplicationInstanceMessage":{
497
+ "type":"structure",
498
+ "required":[
499
+ "ReplicationInstanceIdentifier",
500
+ "ReplicationInstanceClass"
501
+ ],
502
+ "members":{
503
+ "ReplicationInstanceIdentifier":{"shape":"String"},
504
+ "AllocatedStorage":{"shape":"IntegerOptional"},
505
+ "ReplicationInstanceClass":{"shape":"String"},
506
+ "AvailabilityZone":{"shape":"String"},
507
+ "ReplicationSubnetGroupIdentifier":{"shape":"String"},
508
+ "PreferredMaintenanceWindow":{"shape":"String"},
509
+ "EngineVersion":{"shape":"String"},
510
+ "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
511
+ "Tags":{"shape":"TagList"},
512
+ "KmsKeyId":{"shape":"String"},
513
+ "PubliclyAccessible":{"shape":"BooleanOptional"}
514
+ }
515
+ },
516
+ "CreateReplicationInstanceResponse":{
517
+ "type":"structure",
518
+ "members":{
519
+ "ReplicationInstance":{"shape":"ReplicationInstance"}
520
+ }
521
+ },
522
+ "CreateReplicationSubnetGroupMessage":{
523
+ "type":"structure",
524
+ "required":[
525
+ "ReplicationSubnetGroupIdentifier",
526
+ "ReplicationSubnetGroupDescription",
527
+ "SubnetIds"
528
+ ],
529
+ "members":{
530
+ "ReplicationSubnetGroupIdentifier":{"shape":"String"},
531
+ "ReplicationSubnetGroupDescription":{"shape":"String"},
532
+ "SubnetIds":{"shape":"SubnetIdentifierList"},
533
+ "Tags":{"shape":"TagList"}
534
+ }
535
+ },
536
+ "CreateReplicationSubnetGroupResponse":{
537
+ "type":"structure",
538
+ "members":{
539
+ "ReplicationSubnetGroup":{"shape":"ReplicationSubnetGroup"}
540
+ }
541
+ },
542
+ "CreateReplicationTaskMessage":{
543
+ "type":"structure",
544
+ "required":[
545
+ "ReplicationTaskIdentifier",
546
+ "SourceEndpointArn",
547
+ "TargetEndpointArn",
548
+ "ReplicationInstanceArn",
549
+ "MigrationType",
550
+ "TableMappings"
551
+ ],
552
+ "members":{
553
+ "ReplicationTaskIdentifier":{"shape":"String"},
554
+ "SourceEndpointArn":{"shape":"String"},
555
+ "TargetEndpointArn":{"shape":"String"},
556
+ "ReplicationInstanceArn":{"shape":"String"},
557
+ "MigrationType":{"shape":"MigrationTypeValue"},
558
+ "TableMappings":{"shape":"String"},
559
+ "ReplicationTaskSettings":{"shape":"String"},
560
+ "CdcStartTime":{"shape":"TStamp"},
561
+ "Tags":{"shape":"TagList"}
562
+ }
563
+ },
564
+ "CreateReplicationTaskResponse":{
565
+ "type":"structure",
566
+ "members":{
567
+ "ReplicationTask":{"shape":"ReplicationTask"}
568
+ }
569
+ },
570
+ "DeleteEndpointMessage":{
571
+ "type":"structure",
572
+ "required":["EndpointArn"],
573
+ "members":{
574
+ "EndpointArn":{"shape":"String"}
575
+ }
576
+ },
577
+ "DeleteEndpointResponse":{
578
+ "type":"structure",
579
+ "members":{
580
+ "Endpoint":{"shape":"Endpoint"}
581
+ }
582
+ },
583
+ "DeleteReplicationInstanceMessage":{
584
+ "type":"structure",
585
+ "required":["ReplicationInstanceArn"],
586
+ "members":{
587
+ "ReplicationInstanceArn":{"shape":"String"}
588
+ }
589
+ },
590
+ "DeleteReplicationInstanceResponse":{
591
+ "type":"structure",
592
+ "members":{
593
+ "ReplicationInstance":{"shape":"ReplicationInstance"}
594
+ }
595
+ },
596
+ "DeleteReplicationSubnetGroupMessage":{
597
+ "type":"structure",
598
+ "required":["ReplicationSubnetGroupIdentifier"],
599
+ "members":{
600
+ "ReplicationSubnetGroupIdentifier":{"shape":"String"}
601
+ }
602
+ },
603
+ "DeleteReplicationSubnetGroupResponse":{
604
+ "type":"structure",
605
+ "members":{
606
+ }
607
+ },
608
+ "DeleteReplicationTaskMessage":{
609
+ "type":"structure",
610
+ "required":["ReplicationTaskArn"],
611
+ "members":{
612
+ "ReplicationTaskArn":{"shape":"String"}
613
+ }
614
+ },
615
+ "DeleteReplicationTaskResponse":{
616
+ "type":"structure",
617
+ "members":{
618
+ "ReplicationTask":{"shape":"ReplicationTask"}
619
+ }
620
+ },
621
+ "DescribeAccountAttributesMessage":{
622
+ "type":"structure",
623
+ "members":{
624
+ }
625
+ },
626
+ "DescribeAccountAttributesResponse":{
627
+ "type":"structure",
628
+ "members":{
629
+ "AccountQuotas":{"shape":"AccountQuotaList"}
630
+ }
631
+ },
632
+ "DescribeConnectionsMessage":{
633
+ "type":"structure",
634
+ "members":{
635
+ "Filters":{"shape":"FilterList"},
636
+ "MaxRecords":{"shape":"IntegerOptional"},
637
+ "Marker":{"shape":"String"}
638
+ }
639
+ },
640
+ "DescribeConnectionsResponse":{
641
+ "type":"structure",
642
+ "members":{
643
+ "Marker":{"shape":"String"},
644
+ "Connections":{"shape":"ConnectionList"}
645
+ }
646
+ },
647
+ "DescribeEndpointTypesMessage":{
648
+ "type":"structure",
649
+ "members":{
650
+ "Filters":{"shape":"FilterList"},
651
+ "MaxRecords":{"shape":"IntegerOptional"},
652
+ "Marker":{"shape":"String"}
653
+ }
654
+ },
655
+ "DescribeEndpointTypesResponse":{
656
+ "type":"structure",
657
+ "members":{
658
+ "Marker":{"shape":"String"},
659
+ "SupportedEndpointTypes":{"shape":"SupportedEndpointTypeList"}
660
+ }
661
+ },
662
+ "DescribeEndpointsMessage":{
663
+ "type":"structure",
664
+ "members":{
665
+ "Filters":{"shape":"FilterList"},
666
+ "MaxRecords":{"shape":"IntegerOptional"},
667
+ "Marker":{"shape":"String"}
668
+ }
669
+ },
670
+ "DescribeEndpointsResponse":{
671
+ "type":"structure",
672
+ "members":{
673
+ "Marker":{"shape":"String"},
674
+ "Endpoints":{"shape":"EndpointList"}
675
+ }
676
+ },
677
+ "DescribeOrderableReplicationInstancesMessage":{
678
+ "type":"structure",
679
+ "members":{
680
+ "MaxRecords":{"shape":"IntegerOptional"},
681
+ "Marker":{"shape":"String"}
682
+ }
683
+ },
684
+ "DescribeOrderableReplicationInstancesResponse":{
685
+ "type":"structure",
686
+ "members":{
687
+ "OrderableReplicationInstances":{"shape":"OrderableReplicationInstanceList"},
688
+ "Marker":{"shape":"String"}
689
+ }
690
+ },
691
+ "DescribeRefreshSchemasStatusMessage":{
692
+ "type":"structure",
693
+ "required":["EndpointArn"],
694
+ "members":{
695
+ "EndpointArn":{"shape":"String"}
696
+ }
697
+ },
698
+ "DescribeRefreshSchemasStatusResponse":{
699
+ "type":"structure",
700
+ "members":{
701
+ "RefreshSchemasStatus":{"shape":"RefreshSchemasStatus"}
702
+ }
703
+ },
704
+ "DescribeReplicationInstancesMessage":{
705
+ "type":"structure",
706
+ "members":{
707
+ "Filters":{"shape":"FilterList"},
708
+ "MaxRecords":{"shape":"IntegerOptional"},
709
+ "Marker":{"shape":"String"}
710
+ }
711
+ },
712
+ "DescribeReplicationInstancesResponse":{
713
+ "type":"structure",
714
+ "members":{
715
+ "Marker":{"shape":"String"},
716
+ "ReplicationInstances":{"shape":"ReplicationInstanceList"}
717
+ }
718
+ },
719
+ "DescribeReplicationSubnetGroupsMessage":{
720
+ "type":"structure",
721
+ "members":{
722
+ "Filters":{"shape":"FilterList"},
723
+ "MaxRecords":{"shape":"IntegerOptional"},
724
+ "Marker":{"shape":"String"}
725
+ }
726
+ },
727
+ "DescribeReplicationSubnetGroupsResponse":{
728
+ "type":"structure",
729
+ "members":{
730
+ "Marker":{"shape":"String"},
731
+ "ReplicationSubnetGroups":{"shape":"ReplicationSubnetGroups"}
732
+ }
733
+ },
734
+ "DescribeReplicationTasksMessage":{
735
+ "type":"structure",
736
+ "members":{
737
+ "Filters":{"shape":"FilterList"},
738
+ "MaxRecords":{"shape":"IntegerOptional"},
739
+ "Marker":{"shape":"String"}
740
+ }
741
+ },
742
+ "DescribeReplicationTasksResponse":{
743
+ "type":"structure",
744
+ "members":{
745
+ "Marker":{"shape":"String"},
746
+ "ReplicationTasks":{"shape":"ReplicationTaskList"}
747
+ }
748
+ },
749
+ "DescribeSchemasMessage":{
750
+ "type":"structure",
751
+ "required":["EndpointArn"],
752
+ "members":{
753
+ "EndpointArn":{"shape":"String"},
754
+ "MaxRecords":{"shape":"IntegerOptional"},
755
+ "Marker":{"shape":"String"}
756
+ }
757
+ },
758
+ "DescribeSchemasResponse":{
759
+ "type":"structure",
760
+ "members":{
761
+ "Marker":{"shape":"String"},
762
+ "Schemas":{"shape":"SchemaList"}
763
+ }
764
+ },
765
+ "DescribeTableStatisticsMessage":{
766
+ "type":"structure",
767
+ "required":["ReplicationTaskArn"],
768
+ "members":{
769
+ "ReplicationTaskArn":{"shape":"String"},
770
+ "MaxRecords":{"shape":"IntegerOptional"},
771
+ "Marker":{"shape":"String"}
772
+ }
773
+ },
774
+ "DescribeTableStatisticsResponse":{
775
+ "type":"structure",
776
+ "members":{
777
+ "ReplicationTaskArn":{"shape":"String"},
778
+ "TableStatistics":{"shape":"TableStatisticsList"},
779
+ "Marker":{"shape":"String"}
780
+ }
781
+ },
782
+ "Endpoint":{
783
+ "type":"structure",
784
+ "members":{
785
+ "EndpointIdentifier":{"shape":"String"},
786
+ "EndpointType":{"shape":"ReplicationEndpointTypeValue"},
787
+ "EngineName":{"shape":"String"},
788
+ "Username":{"shape":"String"},
789
+ "ServerName":{"shape":"String"},
790
+ "Port":{"shape":"IntegerOptional"},
791
+ "DatabaseName":{"shape":"String"},
792
+ "ExtraConnectionAttributes":{"shape":"String"},
793
+ "Status":{"shape":"String"},
794
+ "KmsKeyId":{"shape":"String"},
795
+ "EndpointArn":{"shape":"String"}
796
+ }
797
+ },
798
+ "EndpointList":{
799
+ "type":"list",
800
+ "member":{
801
+ "shape":"Endpoint",
802
+ "locationName":"Endpoint"
803
+ }
804
+ },
805
+ "ExceptionMessage":{"type":"string"},
806
+ "Filter":{
807
+ "type":"structure",
808
+ "required":[
809
+ "Name",
810
+ "Values"
811
+ ],
812
+ "members":{
813
+ "Name":{"shape":"String"},
814
+ "Values":{"shape":"FilterValueList"}
815
+ }
816
+ },
817
+ "FilterList":{
818
+ "type":"list",
819
+ "member":{
820
+ "shape":"Filter",
821
+ "locationName":"Filter"
822
+ }
823
+ },
824
+ "FilterValueList":{
825
+ "type":"list",
826
+ "member":{
827
+ "shape":"String",
828
+ "locationName":"Value"
829
+ }
830
+ },
831
+ "InsufficientResourceCapacityFault":{
832
+ "type":"structure",
833
+ "members":{
834
+ "message":{"shape":"ExceptionMessage"}
835
+ },
836
+ "exception":true
837
+ },
838
+ "Integer":{"type":"integer"},
839
+ "IntegerOptional":{"type":"integer"},
840
+ "InvalidResourceStateFault":{
841
+ "type":"structure",
842
+ "members":{
843
+ "message":{"shape":"ExceptionMessage"}
844
+ },
845
+ "exception":true
846
+ },
847
+ "InvalidSubnet":{
848
+ "type":"structure",
849
+ "members":{
850
+ "message":{"shape":"ExceptionMessage"}
851
+ },
852
+ "exception":true
853
+ },
854
+ "KMSKeyNotAccessibleFault":{
855
+ "type":"structure",
856
+ "members":{
857
+ "message":{"shape":"ExceptionMessage"}
858
+ },
859
+ "exception":true
860
+ },
861
+ "KeyList":{
862
+ "type":"list",
863
+ "member":{"shape":"String"}
864
+ },
865
+ "ListTagsForResourceMessage":{
866
+ "type":"structure",
867
+ "required":["ResourceArn"],
868
+ "members":{
869
+ "ResourceArn":{"shape":"String"}
870
+ }
871
+ },
872
+ "ListTagsForResourceResponse":{
873
+ "type":"structure",
874
+ "members":{
875
+ "TagList":{"shape":"TagList"}
876
+ }
877
+ },
878
+ "Long":{"type":"long"},
879
+ "MigrationTypeValue":{
880
+ "type":"string",
881
+ "enum":[
882
+ "full-load",
883
+ "cdc",
884
+ "full-load-and-cdc"
885
+ ]
886
+ },
887
+ "ModifyEndpointMessage":{
888
+ "type":"structure",
889
+ "required":["EndpointArn"],
890
+ "members":{
891
+ "EndpointArn":{"shape":"String"},
892
+ "EndpointIdentifier":{"shape":"String"},
893
+ "EndpointType":{"shape":"ReplicationEndpointTypeValue"},
894
+ "EngineName":{"shape":"String"},
895
+ "Username":{"shape":"String"},
896
+ "Password":{"shape":"SecretString"},
897
+ "ServerName":{"shape":"String"},
898
+ "Port":{"shape":"IntegerOptional"},
899
+ "DatabaseName":{"shape":"String"},
900
+ "ExtraConnectionAttributes":{"shape":"String"}
901
+ }
902
+ },
903
+ "ModifyEndpointResponse":{
904
+ "type":"structure",
905
+ "members":{
906
+ "Endpoint":{"shape":"Endpoint"}
907
+ }
908
+ },
909
+ "ModifyReplicationInstanceMessage":{
910
+ "type":"structure",
911
+ "required":["ReplicationInstanceArn"],
912
+ "members":{
913
+ "ReplicationInstanceArn":{"shape":"String"},
914
+ "AllocatedStorage":{"shape":"IntegerOptional"},
915
+ "ApplyImmediately":{"shape":"Boolean"},
916
+ "ReplicationInstanceClass":{"shape":"String"},
917
+ "PreferredMaintenanceWindow":{"shape":"String"},
918
+ "EngineVersion":{"shape":"String"},
919
+ "AllowMajorVersionUpgrade":{"shape":"Boolean"},
920
+ "AutoMinorVersionUpgrade":{"shape":"BooleanOptional"},
921
+ "ReplicationInstanceIdentifier":{"shape":"String"}
922
+ }
923
+ },
924
+ "ModifyReplicationInstanceResponse":{
925
+ "type":"structure",
926
+ "members":{
927
+ "ReplicationInstance":{"shape":"ReplicationInstance"}
928
+ }
929
+ },
930
+ "ModifyReplicationSubnetGroupMessage":{
931
+ "type":"structure",
932
+ "required":[
933
+ "ReplicationSubnetGroupIdentifier",
934
+ "SubnetIds"
935
+ ],
936
+ "members":{
937
+ "ReplicationSubnetGroupIdentifier":{"shape":"String"},
938
+ "ReplicationSubnetGroupDescription":{"shape":"String"},
939
+ "SubnetIds":{"shape":"SubnetIdentifierList"}
940
+ }
941
+ },
942
+ "ModifyReplicationSubnetGroupResponse":{
943
+ "type":"structure",
944
+ "members":{
945
+ "ReplicationSubnetGroup":{"shape":"ReplicationSubnetGroup"}
946
+ }
947
+ },
948
+ "OrderableReplicationInstance":{
949
+ "type":"structure",
950
+ "members":{
951
+ "EngineVersion":{"shape":"String"},
952
+ "ReplicationInstanceClass":{"shape":"String"},
953
+ "StorageType":{"shape":"String"},
954
+ "MinAllocatedStorage":{"shape":"Integer"},
955
+ "MaxAllocatedStorage":{"shape":"Integer"},
956
+ "DefaultAllocatedStorage":{"shape":"Integer"},
957
+ "IncludedAllocatedStorage":{"shape":"Integer"}
958
+ }
959
+ },
960
+ "OrderableReplicationInstanceList":{
961
+ "type":"list",
962
+ "member":{
963
+ "shape":"OrderableReplicationInstance",
964
+ "locationName":"OrderableReplicationInstance"
965
+ }
966
+ },
967
+ "RefreshSchemasMessage":{
968
+ "type":"structure",
969
+ "required":[
970
+ "EndpointArn",
971
+ "ReplicationInstanceArn"
972
+ ],
973
+ "members":{
974
+ "EndpointArn":{"shape":"String"},
975
+ "ReplicationInstanceArn":{"shape":"String"}
976
+ }
977
+ },
978
+ "RefreshSchemasResponse":{
979
+ "type":"structure",
980
+ "members":{
981
+ "RefreshSchemasStatus":{"shape":"RefreshSchemasStatus"}
982
+ }
983
+ },
984
+ "RefreshSchemasStatus":{
985
+ "type":"structure",
986
+ "members":{
987
+ "EndpointArn":{"shape":"String"},
988
+ "ReplicationInstanceArn":{"shape":"String"},
989
+ "Status":{"shape":"RefreshSchemasStatusTypeValue"},
990
+ "LastRefreshDate":{"shape":"TStamp"},
991
+ "LastFailureMessage":{"shape":"String"}
992
+ }
993
+ },
994
+ "RefreshSchemasStatusTypeValue":{
995
+ "type":"string",
996
+ "enum":[
997
+ "successful",
998
+ "failed",
999
+ "refreshing"
1000
+ ]
1001
+ },
1002
+ "RemoveTagsFromResourceMessage":{
1003
+ "type":"structure",
1004
+ "required":[
1005
+ "ResourceArn",
1006
+ "TagKeys"
1007
+ ],
1008
+ "members":{
1009
+ "ResourceArn":{"shape":"String"},
1010
+ "TagKeys":{"shape":"KeyList"}
1011
+ }
1012
+ },
1013
+ "RemoveTagsFromResourceResponse":{
1014
+ "type":"structure",
1015
+ "members":{
1016
+ }
1017
+ },
1018
+ "ReplicationEndpointTypeValue":{
1019
+ "type":"string",
1020
+ "enum":[
1021
+ "source",
1022
+ "target"
1023
+ ]
1024
+ },
1025
+ "ReplicationInstance":{
1026
+ "type":"structure",
1027
+ "members":{
1028
+ "ReplicationInstanceIdentifier":{"shape":"String"},
1029
+ "ReplicationInstanceClass":{"shape":"String"},
1030
+ "ReplicationInstanceStatus":{"shape":"String"},
1031
+ "AllocatedStorage":{"shape":"Integer"},
1032
+ "InstanceCreateTime":{"shape":"TStamp"},
1033
+ "AvailabilityZone":{"shape":"String"},
1034
+ "ReplicationSubnetGroup":{"shape":"ReplicationSubnetGroup"},
1035
+ "PreferredMaintenanceWindow":{"shape":"String"},
1036
+ "PendingModifiedValues":{"shape":"ReplicationPendingModifiedValues"},
1037
+ "EngineVersion":{"shape":"String"},
1038
+ "AutoMinorVersionUpgrade":{"shape":"Boolean"},
1039
+ "KmsKeyId":{"shape":"String"},
1040
+ "ReplicationInstanceArn":{"shape":"String"},
1041
+ "ReplicationInstancePublicIpAddress":{"shape":"String"},
1042
+ "ReplicationInstancePrivateIpAddress":{"shape":"String"},
1043
+ "PubliclyAccessible":{"shape":"Boolean"}
1044
+ }
1045
+ },
1046
+ "ReplicationInstanceList":{
1047
+ "type":"list",
1048
+ "member":{
1049
+ "shape":"ReplicationInstance",
1050
+ "locationName":"ReplicationInstance"
1051
+ }
1052
+ },
1053
+ "ReplicationPendingModifiedValues":{
1054
+ "type":"structure",
1055
+ "members":{
1056
+ "ReplicationInstanceClass":{"shape":"String"},
1057
+ "AllocatedStorage":{"shape":"IntegerOptional"},
1058
+ "EngineVersion":{"shape":"String"}
1059
+ }
1060
+ },
1061
+ "ReplicationSubnetGroup":{
1062
+ "type":"structure",
1063
+ "members":{
1064
+ "ReplicationSubnetGroupIdentifier":{"shape":"String"},
1065
+ "ReplicationSubnetGroupDescription":{"shape":"String"},
1066
+ "VpcId":{"shape":"String"},
1067
+ "SubnetGroupStatus":{"shape":"String"},
1068
+ "Subnets":{"shape":"SubnetList"}
1069
+ }
1070
+ },
1071
+ "ReplicationSubnetGroupDoesNotCoverEnoughAZs":{
1072
+ "type":"structure",
1073
+ "members":{
1074
+ "message":{"shape":"ExceptionMessage"}
1075
+ },
1076
+ "exception":true
1077
+ },
1078
+ "ReplicationSubnetGroups":{
1079
+ "type":"list",
1080
+ "member":{
1081
+ "shape":"ReplicationSubnetGroup",
1082
+ "locationName":"ReplicationSubnetGroup"
1083
+ }
1084
+ },
1085
+ "ReplicationTask":{
1086
+ "type":"structure",
1087
+ "members":{
1088
+ "ReplicationTaskIdentifier":{"shape":"String"},
1089
+ "SourceEndpointArn":{"shape":"String"},
1090
+ "TargetEndpointArn":{"shape":"String"},
1091
+ "ReplicationInstanceArn":{"shape":"String"},
1092
+ "MigrationType":{"shape":"MigrationTypeValue"},
1093
+ "TableMappings":{"shape":"String"},
1094
+ "ReplicationTaskSettings":{"shape":"String"},
1095
+ "Status":{"shape":"String"},
1096
+ "LastFailureMessage":{"shape":"String"},
1097
+ "ReplicationTaskCreationDate":{"shape":"TStamp"},
1098
+ "ReplicationTaskStartDate":{"shape":"TStamp"},
1099
+ "ReplicationTaskArn":{"shape":"String"},
1100
+ "ReplicationTaskStats":{"shape":"ReplicationTaskStats"}
1101
+ }
1102
+ },
1103
+ "ReplicationTaskList":{
1104
+ "type":"list",
1105
+ "member":{
1106
+ "shape":"ReplicationTask",
1107
+ "locationName":"ReplicationTask"
1108
+ }
1109
+ },
1110
+ "ReplicationTaskStats":{
1111
+ "type":"structure",
1112
+ "members":{
1113
+ "FullLoadProgressPercent":{"shape":"Integer"},
1114
+ "ElapsedTimeMillis":{"shape":"Long"},
1115
+ "TablesLoaded":{"shape":"Integer"},
1116
+ "TablesLoading":{"shape":"Integer"},
1117
+ "TablesQueued":{"shape":"Integer"},
1118
+ "TablesErrored":{"shape":"Integer"}
1119
+ }
1120
+ },
1121
+ "ResourceAlreadyExistsFault":{
1122
+ "type":"structure",
1123
+ "members":{
1124
+ "message":{"shape":"ExceptionMessage"}
1125
+ },
1126
+ "exception":true
1127
+ },
1128
+ "ResourceNotFoundFault":{
1129
+ "type":"structure",
1130
+ "members":{
1131
+ "message":{"shape":"ExceptionMessage"}
1132
+ },
1133
+ "exception":true
1134
+ },
1135
+ "ResourceQuotaExceededFault":{
1136
+ "type":"structure",
1137
+ "members":{
1138
+ "message":{"shape":"ExceptionMessage"}
1139
+ },
1140
+ "exception":true
1141
+ },
1142
+ "SchemaList":{
1143
+ "type":"list",
1144
+ "member":{"shape":"String"}
1145
+ },
1146
+ "SecretString":{
1147
+ "type":"string",
1148
+ "sensitive":true
1149
+ },
1150
+ "StartReplicationTaskMessage":{
1151
+ "type":"structure",
1152
+ "required":[
1153
+ "ReplicationTaskArn",
1154
+ "StartReplicationTaskType"
1155
+ ],
1156
+ "members":{
1157
+ "ReplicationTaskArn":{"shape":"String"},
1158
+ "StartReplicationTaskType":{"shape":"StartReplicationTaskTypeValue"},
1159
+ "CdcStartTime":{"shape":"TStamp"}
1160
+ }
1161
+ },
1162
+ "StartReplicationTaskResponse":{
1163
+ "type":"structure",
1164
+ "members":{
1165
+ "ReplicationTask":{"shape":"ReplicationTask"}
1166
+ }
1167
+ },
1168
+ "StartReplicationTaskTypeValue":{
1169
+ "type":"string",
1170
+ "enum":[
1171
+ "start-replication",
1172
+ "resume-processing",
1173
+ "reload-target"
1174
+ ]
1175
+ },
1176
+ "StopReplicationTaskMessage":{
1177
+ "type":"structure",
1178
+ "required":["ReplicationTaskArn"],
1179
+ "members":{
1180
+ "ReplicationTaskArn":{"shape":"String"}
1181
+ }
1182
+ },
1183
+ "StopReplicationTaskResponse":{
1184
+ "type":"structure",
1185
+ "members":{
1186
+ "ReplicationTask":{"shape":"ReplicationTask"}
1187
+ }
1188
+ },
1189
+ "StorageQuotaExceededFault":{
1190
+ "type":"structure",
1191
+ "members":{
1192
+ "message":{"shape":"ExceptionMessage"}
1193
+ },
1194
+ "exception":true
1195
+ },
1196
+ "String":{"type":"string"},
1197
+ "Subnet":{
1198
+ "type":"structure",
1199
+ "members":{
1200
+ "SubnetIdentifier":{"shape":"String"},
1201
+ "SubnetAvailabilityZone":{"shape":"AvailabilityZone"},
1202
+ "SubnetStatus":{"shape":"String"}
1203
+ }
1204
+ },
1205
+ "SubnetAlreadyInUse":{
1206
+ "type":"structure",
1207
+ "members":{
1208
+ "message":{"shape":"ExceptionMessage"}
1209
+ },
1210
+ "exception":true
1211
+ },
1212
+ "SubnetIdentifierList":{
1213
+ "type":"list",
1214
+ "member":{
1215
+ "shape":"String",
1216
+ "locationName":"SubnetIdentifier"
1217
+ }
1218
+ },
1219
+ "SubnetList":{
1220
+ "type":"list",
1221
+ "member":{
1222
+ "shape":"Subnet",
1223
+ "locationName":"Subnet"
1224
+ }
1225
+ },
1226
+ "SupportedEndpointType":{
1227
+ "type":"structure",
1228
+ "members":{
1229
+ "EngineName":{"shape":"String"},
1230
+ "SupportsCDC":{"shape":"Boolean"},
1231
+ "EndpointType":{"shape":"ReplicationEndpointTypeValue"}
1232
+ }
1233
+ },
1234
+ "SupportedEndpointTypeList":{
1235
+ "type":"list",
1236
+ "member":{
1237
+ "shape":"SupportedEndpointType",
1238
+ "locationName":"SupportedEndpointType"
1239
+ }
1240
+ },
1241
+ "TStamp":{"type":"timestamp"},
1242
+ "TableStatistics":{
1243
+ "type":"structure",
1244
+ "members":{
1245
+ "SchemaName":{"shape":"String"},
1246
+ "TableName":{"shape":"String"},
1247
+ "Inserts":{"shape":"Long"},
1248
+ "Deletes":{"shape":"Long"},
1249
+ "Updates":{"shape":"Long"},
1250
+ "Ddls":{"shape":"Long"},
1251
+ "FullLoadRows":{"shape":"Long"},
1252
+ "LastUpdateTime":{"shape":"TStamp"},
1253
+ "TableState":{"shape":"String"}
1254
+ }
1255
+ },
1256
+ "TableStatisticsList":{
1257
+ "type":"list",
1258
+ "member":{"shape":"TableStatistics"}
1259
+ },
1260
+ "Tag":{
1261
+ "type":"structure",
1262
+ "members":{
1263
+ "Key":{"shape":"String"},
1264
+ "Value":{"shape":"String"}
1265
+ }
1266
+ },
1267
+ "TagList":{
1268
+ "type":"list",
1269
+ "member":{
1270
+ "shape":"Tag",
1271
+ "locationName":"Tag"
1272
+ }
1273
+ },
1274
+ "TestConnectionMessage":{
1275
+ "type":"structure",
1276
+ "required":[
1277
+ "ReplicationInstanceArn",
1278
+ "EndpointArn"
1279
+ ],
1280
+ "members":{
1281
+ "ReplicationInstanceArn":{"shape":"String"},
1282
+ "EndpointArn":{"shape":"String"}
1283
+ }
1284
+ },
1285
+ "TestConnectionResponse":{
1286
+ "type":"structure",
1287
+ "members":{
1288
+ "Connection":{"shape":"Connection"}
1289
+ }
1290
+ },
1291
+ "UpgradeDependencyFailureFault":{
1292
+ "type":"structure",
1293
+ "members":{
1294
+ "message":{"shape":"ExceptionMessage"}
1295
+ },
1296
+ "exception":true
1297
+ }
1298
+ }
1299
+ }