aws-sdk-core 2.9.22 → 2.9.23

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: fc1bb20503a66330a2b5df26a0908ef08ce0e1b5
4
- data.tar.gz: 31f99b41b642d2089dc492f4961a7813403ecc2d
3
+ metadata.gz: ce827796c059c7cead18bee7a846c57e991c55e6
4
+ data.tar.gz: 195e0bd39279d0ab4fa690b2cb1668e397f939bf
5
5
  SHA512:
6
- metadata.gz: bef7e4e00898d6d6e366018e578ab4c7ffa451f6e9c14d6d1f45083bc3ce269af88132a6703bfefd223226c6d1d1c267b30f95c182c24e353bed1b488bbd2369
7
- data.tar.gz: 6bd00b63026a2bd5f1aa663990b751704e3e3e3c859717243651c369f42b7df8197cbf7a635bae432d51df4a2864c75f4a5d46680fb01aa4730259b7a7f6b057
6
+ metadata.gz: 8a048b402a8f7edfc7bc983a7eb77be535c1e79d3ed58e84972e8b9b61440085d155f058f1034cc2ad3559cc82feedfb5eef899e500d6bd240e5704a69284d83
7
+ data.tar.gz: 0c8ab2858049f43cd32e6d5d4f9e2672cfc24731aedf4d958226efa98d420ebbd15009dbd089f2330a3b627b4c4041dcf8530eb9f9ecdf69304e3fb215e72190
@@ -40,6 +40,22 @@
40
40
  {"shape":"AccessDeniedFault"}
41
41
  ]
42
42
  },
43
+ "CreateEventSubscription":{
44
+ "name":"CreateEventSubscription",
45
+ "http":{
46
+ "method":"POST",
47
+ "requestUri":"/"
48
+ },
49
+ "input":{"shape":"CreateEventSubscriptionMessage"},
50
+ "output":{"shape":"CreateEventSubscriptionResponse"},
51
+ "errors":[
52
+ {"shape":"ResourceQuotaExceededFault"},
53
+ {"shape":"ResourceAlreadyExistsFault"},
54
+ {"shape":"SNSInvalidTopicFault"},
55
+ {"shape":"SNSNoAuthorizationFault"},
56
+ {"shape":"ResourceNotFoundFault"}
57
+ ]
58
+ },
43
59
  "CreateReplicationInstance":{
44
60
  "name":"CreateReplicationInstance",
45
61
  "http":{
@@ -120,6 +136,19 @@
120
136
  {"shape":"InvalidResourceStateFault"}
121
137
  ]
122
138
  },
139
+ "DeleteEventSubscription":{
140
+ "name":"DeleteEventSubscription",
141
+ "http":{
142
+ "method":"POST",
143
+ "requestUri":"/"
144
+ },
145
+ "input":{"shape":"DeleteEventSubscriptionMessage"},
146
+ "output":{"shape":"DeleteEventSubscriptionResponse"},
147
+ "errors":[
148
+ {"shape":"ResourceNotFoundFault"},
149
+ {"shape":"InvalidResourceStateFault"}
150
+ ]
151
+ },
123
152
  "DeleteReplicationInstance":{
124
153
  "name":"DeleteReplicationInstance",
125
154
  "http":{
@@ -213,6 +242,36 @@
213
242
  {"shape":"ResourceNotFoundFault"}
214
243
  ]
215
244
  },
245
+ "DescribeEventCategories":{
246
+ "name":"DescribeEventCategories",
247
+ "http":{
248
+ "method":"POST",
249
+ "requestUri":"/"
250
+ },
251
+ "input":{"shape":"DescribeEventCategoriesMessage"},
252
+ "output":{"shape":"DescribeEventCategoriesResponse"}
253
+ },
254
+ "DescribeEventSubscriptions":{
255
+ "name":"DescribeEventSubscriptions",
256
+ "http":{
257
+ "method":"POST",
258
+ "requestUri":"/"
259
+ },
260
+ "input":{"shape":"DescribeEventSubscriptionsMessage"},
261
+ "output":{"shape":"DescribeEventSubscriptionsResponse"},
262
+ "errors":[
263
+ {"shape":"ResourceNotFoundFault"}
264
+ ]
265
+ },
266
+ "DescribeEvents":{
267
+ "name":"DescribeEvents",
268
+ "http":{
269
+ "method":"POST",
270
+ "requestUri":"/"
271
+ },
272
+ "input":{"shape":"DescribeEventsMessage"},
273
+ "output":{"shape":"DescribeEventsResponse"}
274
+ },
216
275
  "DescribeOrderableReplicationInstances":{
217
276
  "name":"DescribeOrderableReplicationInstances",
218
277
  "http":{
@@ -334,7 +393,23 @@
334
393
  {"shape":"InvalidResourceStateFault"},
335
394
  {"shape":"ResourceNotFoundFault"},
336
395
  {"shape":"ResourceAlreadyExistsFault"},
337
- {"shape":"KMSKeyNotAccessibleFault"}
396
+ {"shape":"KMSKeyNotAccessibleFault"},
397
+ {"shape":"AccessDeniedFault"}
398
+ ]
399
+ },
400
+ "ModifyEventSubscription":{
401
+ "name":"ModifyEventSubscription",
402
+ "http":{
403
+ "method":"POST",
404
+ "requestUri":"/"
405
+ },
406
+ "input":{"shape":"ModifyEventSubscriptionMessage"},
407
+ "output":{"shape":"ModifyEventSubscriptionResponse"},
408
+ "errors":[
409
+ {"shape":"ResourceQuotaExceededFault"},
410
+ {"shape":"ResourceNotFoundFault"},
411
+ {"shape":"SNSInvalidTopicFault"},
412
+ {"shape":"SNSNoAuthorizationFault"}
338
413
  ]
339
414
  },
340
415
  "ModifyReplicationInstance":{
@@ -401,6 +476,19 @@
401
476
  {"shape":"ResourceQuotaExceededFault"}
402
477
  ]
403
478
  },
479
+ "ReloadTables":{
480
+ "name":"ReloadTables",
481
+ "http":{
482
+ "method":"POST",
483
+ "requestUri":"/"
484
+ },
485
+ "input":{"shape":"ReloadTablesMessage"},
486
+ "output":{"shape":"ReloadTablesResponse"},
487
+ "errors":[
488
+ {"shape":"ResourceNotFoundFault"},
489
+ {"shape":"InvalidResourceStateFault"}
490
+ ]
491
+ },
404
492
  "RemoveTagsFromResource":{
405
493
  "name":"RemoveTagsFromResource",
406
494
  "http":{
@@ -494,6 +582,21 @@
494
582
  "members":{
495
583
  }
496
584
  },
585
+ "AuthMechanismValue":{
586
+ "type":"string",
587
+ "enum":[
588
+ "default",
589
+ "mongodb_cr",
590
+ "scram_sha_1"
591
+ ]
592
+ },
593
+ "AuthTypeValue":{
594
+ "type":"string",
595
+ "enum":[
596
+ "no",
597
+ "password"
598
+ ]
599
+ },
497
600
  "AvailabilityZone":{
498
601
  "type":"structure",
499
602
  "members":{
@@ -525,6 +628,13 @@
525
628
  }
526
629
  },
527
630
  "CertificateWallet":{"type":"blob"},
631
+ "CompressionTypeValue":{
632
+ "type":"string",
633
+ "enum":[
634
+ "none",
635
+ "gzip"
636
+ ]
637
+ },
528
638
  "Connection":{
529
639
  "type":"structure",
530
640
  "members":{
@@ -563,7 +673,10 @@
563
673
  "KmsKeyId":{"shape":"String"},
564
674
  "Tags":{"shape":"TagList"},
565
675
  "CertificateArn":{"shape":"String"},
566
- "SslMode":{"shape":"DmsSslModeValue"}
676
+ "SslMode":{"shape":"DmsSslModeValue"},
677
+ "DynamoDbSettings":{"shape":"DynamoDbSettings"},
678
+ "S3Settings":{"shape":"S3Settings"},
679
+ "MongoDbSettings":{"shape":"MongoDbSettings"}
567
680
  }
568
681
  },
569
682
  "CreateEndpointResponse":{
@@ -572,6 +685,28 @@
572
685
  "Endpoint":{"shape":"Endpoint"}
573
686
  }
574
687
  },
688
+ "CreateEventSubscriptionMessage":{
689
+ "type":"structure",
690
+ "required":[
691
+ "SubscriptionName",
692
+ "SnsTopicArn"
693
+ ],
694
+ "members":{
695
+ "SubscriptionName":{"shape":"String"},
696
+ "SnsTopicArn":{"shape":"String"},
697
+ "SourceType":{"shape":"String"},
698
+ "EventCategories":{"shape":"EventCategoriesList"},
699
+ "SourceIds":{"shape":"SourceIdsList"},
700
+ "Enabled":{"shape":"BooleanOptional"},
701
+ "Tags":{"shape":"TagList"}
702
+ }
703
+ },
704
+ "CreateEventSubscriptionResponse":{
705
+ "type":"structure",
706
+ "members":{
707
+ "EventSubscription":{"shape":"EventSubscription"}
708
+ }
709
+ },
575
710
  "CreateReplicationInstanceMessage":{
576
711
  "type":"structure",
577
712
  "required":[
@@ -674,6 +809,19 @@
674
809
  "Endpoint":{"shape":"Endpoint"}
675
810
  }
676
811
  },
812
+ "DeleteEventSubscriptionMessage":{
813
+ "type":"structure",
814
+ "required":["SubscriptionName"],
815
+ "members":{
816
+ "SubscriptionName":{"shape":"String"}
817
+ }
818
+ },
819
+ "DeleteEventSubscriptionResponse":{
820
+ "type":"structure",
821
+ "members":{
822
+ "EventSubscription":{"shape":"EventSubscription"}
823
+ }
824
+ },
677
825
  "DeleteReplicationInstanceMessage":{
678
826
  "type":"structure",
679
827
  "required":["ReplicationInstanceArn"],
@@ -783,6 +931,56 @@
783
931
  "Endpoints":{"shape":"EndpointList"}
784
932
  }
785
933
  },
934
+ "DescribeEventCategoriesMessage":{
935
+ "type":"structure",
936
+ "members":{
937
+ "SourceType":{"shape":"String"},
938
+ "Filters":{"shape":"FilterList"}
939
+ }
940
+ },
941
+ "DescribeEventCategoriesResponse":{
942
+ "type":"structure",
943
+ "members":{
944
+ "EventCategoryGroupList":{"shape":"EventCategoryGroupList"}
945
+ }
946
+ },
947
+ "DescribeEventSubscriptionsMessage":{
948
+ "type":"structure",
949
+ "members":{
950
+ "SubscriptionName":{"shape":"String"},
951
+ "Filters":{"shape":"FilterList"},
952
+ "MaxRecords":{"shape":"IntegerOptional"},
953
+ "Marker":{"shape":"String"}
954
+ }
955
+ },
956
+ "DescribeEventSubscriptionsResponse":{
957
+ "type":"structure",
958
+ "members":{
959
+ "Marker":{"shape":"String"},
960
+ "EventSubscriptionsList":{"shape":"EventSubscriptionsList"}
961
+ }
962
+ },
963
+ "DescribeEventsMessage":{
964
+ "type":"structure",
965
+ "members":{
966
+ "SourceIdentifier":{"shape":"String"},
967
+ "SourceType":{"shape":"SourceType"},
968
+ "StartTime":{"shape":"TStamp"},
969
+ "EndTime":{"shape":"TStamp"},
970
+ "Duration":{"shape":"IntegerOptional"},
971
+ "EventCategories":{"shape":"EventCategoriesList"},
972
+ "Filters":{"shape":"FilterList"},
973
+ "MaxRecords":{"shape":"IntegerOptional"},
974
+ "Marker":{"shape":"String"}
975
+ }
976
+ },
977
+ "DescribeEventsResponse":{
978
+ "type":"structure",
979
+ "members":{
980
+ "Marker":{"shape":"String"},
981
+ "Events":{"shape":"EventList"}
982
+ }
983
+ },
786
984
  "DescribeOrderableReplicationInstancesMessage":{
787
985
  "type":"structure",
788
986
  "members":{
@@ -897,6 +1095,13 @@
897
1095
  "verify-full"
898
1096
  ]
899
1097
  },
1098
+ "DynamoDbSettings":{
1099
+ "type":"structure",
1100
+ "required":["ServiceAccessRoleArn"],
1101
+ "members":{
1102
+ "ServiceAccessRoleArn":{"shape":"String"}
1103
+ }
1104
+ },
900
1105
  "Endpoint":{
901
1106
  "type":"structure",
902
1107
  "members":{
@@ -912,7 +1117,11 @@
912
1117
  "KmsKeyId":{"shape":"String"},
913
1118
  "EndpointArn":{"shape":"String"},
914
1119
  "CertificateArn":{"shape":"String"},
915
- "SslMode":{"shape":"DmsSslModeValue"}
1120
+ "SslMode":{"shape":"DmsSslModeValue"},
1121
+ "ExternalId":{"shape":"String"},
1122
+ "DynamoDbSettings":{"shape":"DynamoDbSettings"},
1123
+ "S3Settings":{"shape":"S3Settings"},
1124
+ "MongoDbSettings":{"shape":"MongoDbSettings"}
916
1125
  }
917
1126
  },
918
1127
  "EndpointList":{
@@ -922,6 +1131,65 @@
922
1131
  "locationName":"Endpoint"
923
1132
  }
924
1133
  },
1134
+ "Event":{
1135
+ "type":"structure",
1136
+ "members":{
1137
+ "SourceIdentifier":{"shape":"String"},
1138
+ "SourceType":{"shape":"SourceType"},
1139
+ "Message":{"shape":"String"},
1140
+ "EventCategories":{"shape":"EventCategoriesList"},
1141
+ "Date":{"shape":"TStamp"}
1142
+ }
1143
+ },
1144
+ "EventCategoriesList":{
1145
+ "type":"list",
1146
+ "member":{
1147
+ "shape":"String",
1148
+ "locationName":"EventCategory"
1149
+ }
1150
+ },
1151
+ "EventCategoryGroup":{
1152
+ "type":"structure",
1153
+ "members":{
1154
+ "SourceType":{"shape":"String"},
1155
+ "EventCategories":{"shape":"EventCategoriesList"}
1156
+ }
1157
+ },
1158
+ "EventCategoryGroupList":{
1159
+ "type":"list",
1160
+ "member":{
1161
+ "shape":"EventCategoryGroup",
1162
+ "locationName":"EventCategoryGroup"
1163
+ }
1164
+ },
1165
+ "EventList":{
1166
+ "type":"list",
1167
+ "member":{
1168
+ "shape":"Event",
1169
+ "locationName":"Event"
1170
+ }
1171
+ },
1172
+ "EventSubscription":{
1173
+ "type":"structure",
1174
+ "members":{
1175
+ "CustomerAwsId":{"shape":"String"},
1176
+ "CustSubscriptionId":{"shape":"String"},
1177
+ "SnsTopicArn":{"shape":"String"},
1178
+ "Status":{"shape":"String"},
1179
+ "SubscriptionCreationTime":{"shape":"String"},
1180
+ "SourceType":{"shape":"String"},
1181
+ "SourceIdsList":{"shape":"SourceIdsList"},
1182
+ "EventCategoriesList":{"shape":"EventCategoriesList"},
1183
+ "Enabled":{"shape":"Boolean"}
1184
+ }
1185
+ },
1186
+ "EventSubscriptionsList":{
1187
+ "type":"list",
1188
+ "member":{
1189
+ "shape":"EventSubscription",
1190
+ "locationName":"EventSubscription"
1191
+ }
1192
+ },
925
1193
  "ExceptionMessage":{"type":"string"},
926
1194
  "Filter":{
927
1195
  "type":"structure",
@@ -1041,7 +1309,10 @@
1041
1309
  "DatabaseName":{"shape":"String"},
1042
1310
  "ExtraConnectionAttributes":{"shape":"String"},
1043
1311
  "CertificateArn":{"shape":"String"},
1044
- "SslMode":{"shape":"DmsSslModeValue"}
1312
+ "SslMode":{"shape":"DmsSslModeValue"},
1313
+ "DynamoDbSettings":{"shape":"DynamoDbSettings"},
1314
+ "S3Settings":{"shape":"S3Settings"},
1315
+ "MongoDbSettings":{"shape":"MongoDbSettings"}
1045
1316
  }
1046
1317
  },
1047
1318
  "ModifyEndpointResponse":{
@@ -1050,6 +1321,23 @@
1050
1321
  "Endpoint":{"shape":"Endpoint"}
1051
1322
  }
1052
1323
  },
1324
+ "ModifyEventSubscriptionMessage":{
1325
+ "type":"structure",
1326
+ "required":["SubscriptionName"],
1327
+ "members":{
1328
+ "SubscriptionName":{"shape":"String"},
1329
+ "SnsTopicArn":{"shape":"String"},
1330
+ "SourceType":{"shape":"String"},
1331
+ "EventCategories":{"shape":"EventCategoriesList"},
1332
+ "Enabled":{"shape":"BooleanOptional"}
1333
+ }
1334
+ },
1335
+ "ModifyEventSubscriptionResponse":{
1336
+ "type":"structure",
1337
+ "members":{
1338
+ "EventSubscription":{"shape":"EventSubscription"}
1339
+ }
1340
+ },
1053
1341
  "ModifyReplicationInstanceMessage":{
1054
1342
  "type":"structure",
1055
1343
  "required":["ReplicationInstanceArn"],
@@ -1109,6 +1397,29 @@
1109
1397
  "ReplicationTask":{"shape":"ReplicationTask"}
1110
1398
  }
1111
1399
  },
1400
+ "MongoDbSettings":{
1401
+ "type":"structure",
1402
+ "members":{
1403
+ "Username":{"shape":"String"},
1404
+ "Password":{"shape":"SecretString"},
1405
+ "ServerName":{"shape":"String"},
1406
+ "Port":{"shape":"IntegerOptional"},
1407
+ "DatabaseName":{"shape":"String"},
1408
+ "AuthType":{"shape":"AuthTypeValue"},
1409
+ "AuthMechanism":{"shape":"AuthMechanismValue"},
1410
+ "NestingLevel":{"shape":"NestingLevelValue"},
1411
+ "ExtractDocId":{"shape":"String"},
1412
+ "DocsToInvestigate":{"shape":"String"},
1413
+ "AuthSource":{"shape":"String"}
1414
+ }
1415
+ },
1416
+ "NestingLevelValue":{
1417
+ "type":"string",
1418
+ "enum":[
1419
+ "none",
1420
+ "one"
1421
+ ]
1422
+ },
1112
1423
  "OrderableReplicationInstance":{
1113
1424
  "type":"structure",
1114
1425
  "members":{
@@ -1163,6 +1474,23 @@
1163
1474
  "refreshing"
1164
1475
  ]
1165
1476
  },
1477
+ "ReloadTablesMessage":{
1478
+ "type":"structure",
1479
+ "required":[
1480
+ "ReplicationTaskArn",
1481
+ "TablesToReload"
1482
+ ],
1483
+ "members":{
1484
+ "ReplicationTaskArn":{"shape":"String"},
1485
+ "TablesToReload":{"shape":"TableListToReload"}
1486
+ }
1487
+ },
1488
+ "ReloadTablesResponse":{
1489
+ "type":"structure",
1490
+ "members":{
1491
+ "ReplicationTaskArn":{"shape":"String"}
1492
+ }
1493
+ },
1166
1494
  "RemoveTagsFromResourceMessage":{
1167
1495
  "type":"structure",
1168
1496
  "required":[
@@ -1324,6 +1652,32 @@
1324
1652
  },
1325
1653
  "exception":true
1326
1654
  },
1655
+ "S3Settings":{
1656
+ "type":"structure",
1657
+ "members":{
1658
+ "ServiceAccessRoleArn":{"shape":"String"},
1659
+ "ExternalTableDefinition":{"shape":"String"},
1660
+ "CsvRowDelimiter":{"shape":"String"},
1661
+ "CsvDelimiter":{"shape":"String"},
1662
+ "BucketFolder":{"shape":"String"},
1663
+ "BucketName":{"shape":"String"},
1664
+ "CompressionType":{"shape":"CompressionTypeValue"}
1665
+ }
1666
+ },
1667
+ "SNSInvalidTopicFault":{
1668
+ "type":"structure",
1669
+ "members":{
1670
+ "message":{"shape":"ExceptionMessage"}
1671
+ },
1672
+ "exception":true
1673
+ },
1674
+ "SNSNoAuthorizationFault":{
1675
+ "type":"structure",
1676
+ "members":{
1677
+ "message":{"shape":"ExceptionMessage"}
1678
+ },
1679
+ "exception":true
1680
+ },
1327
1681
  "SchemaList":{
1328
1682
  "type":"list",
1329
1683
  "member":{"shape":"String"}
@@ -1332,6 +1686,17 @@
1332
1686
  "type":"string",
1333
1687
  "sensitive":true
1334
1688
  },
1689
+ "SourceIdsList":{
1690
+ "type":"list",
1691
+ "member":{
1692
+ "shape":"String",
1693
+ "locationName":"SourceId"
1694
+ }
1695
+ },
1696
+ "SourceType":{
1697
+ "type":"string",
1698
+ "enum":["replication-instance"]
1699
+ },
1335
1700
  "StartReplicationTaskMessage":{
1336
1701
  "type":"structure",
1337
1702
  "required":[
@@ -1424,6 +1789,10 @@
1424
1789
  }
1425
1790
  },
1426
1791
  "TStamp":{"type":"timestamp"},
1792
+ "TableListToReload":{
1793
+ "type":"list",
1794
+ "member":{"shape":"TableToReload"}
1795
+ },
1427
1796
  "TableStatistics":{
1428
1797
  "type":"structure",
1429
1798
  "members":{
@@ -1442,6 +1811,13 @@
1442
1811
  "type":"list",
1443
1812
  "member":{"shape":"TableStatistics"}
1444
1813
  },
1814
+ "TableToReload":{
1815
+ "type":"structure",
1816
+ "members":{
1817
+ "SchemaName":{"shape":"String"},
1818
+ "TableName":{"shape":"String"}
1819
+ }
1820
+ },
1445
1821
  "Tag":{
1446
1822
  "type":"structure",
1447
1823
  "members":{