aws-sdk-databasemigrationservice 1.0.0.rc2 → 1.0.0.rc3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c080968fe6f75ae412cbe434cad256e664664e1c
|
4
|
+
data.tar.gz: e429c012e67d78fbb09fbb83bc35a7508b8efabb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6e87351495bc54eb8c732282ae992b9a63a424541317a4b38f8b36aa42a99ca7fc496c77140a1f9a2f097157d847352b55545af58249d371a3ea9b661c27798
|
7
|
+
data.tar.gz: 7aaf476053feea4f12ae6ad64fba26984c6f163dfce5264a18851bfd6e2201af9765bc11bf76235e7ed4f0f4447fa74ae8da2211198115c3f05080e06f64b170
|
@@ -18,6 +18,7 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
|
|
18
18
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
19
19
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
20
20
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
21
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
21
22
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
22
23
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
23
24
|
|
@@ -45,6 +46,7 @@ module Aws::DatabaseMigrationService
|
|
45
46
|
add_plugin(Aws::Plugins::ResponsePaging)
|
46
47
|
add_plugin(Aws::Plugins::StubResponses)
|
47
48
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
49
|
+
add_plugin(Aws::Plugins::JsonvalueConverter)
|
48
50
|
add_plugin(Aws::Plugins::SignatureV4)
|
49
51
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
50
52
|
|
@@ -180,6 +182,8 @@ module Aws::DatabaseMigrationService
|
|
180
182
|
# ],
|
181
183
|
# })
|
182
184
|
#
|
185
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AddTagsToResource AWS API Documentation
|
186
|
+
#
|
183
187
|
# @overload add_tags_to_resource(params = {})
|
184
188
|
# @param [Hash] params ({})
|
185
189
|
def add_tags_to_resource(params = {}, options = {})
|
@@ -283,6 +287,8 @@ module Aws::DatabaseMigrationService
|
|
283
287
|
# resp.endpoint.certificate_arn #=> String
|
284
288
|
# resp.endpoint.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
|
285
289
|
#
|
290
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint AWS API Documentation
|
291
|
+
#
|
286
292
|
# @overload create_endpoint(params = {})
|
287
293
|
# @param [Hash] params ({})
|
288
294
|
def create_endpoint(params = {}, options = {})
|
@@ -443,6 +449,8 @@ module Aws::DatabaseMigrationService
|
|
443
449
|
# resp.replication_instance.publicly_accessible #=> Boolean
|
444
450
|
# resp.replication_instance.secondary_availability_zone #=> String
|
445
451
|
#
|
452
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstance AWS API Documentation
|
453
|
+
#
|
446
454
|
# @overload create_replication_instance(params = {})
|
447
455
|
# @param [Hash] params ({})
|
448
456
|
def create_replication_instance(params = {}, options = {})
|
@@ -500,6 +508,8 @@ module Aws::DatabaseMigrationService
|
|
500
508
|
# resp.replication_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
501
509
|
# resp.replication_subnet_group.subnets[0].subnet_status #=> String
|
502
510
|
#
|
511
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroup AWS API Documentation
|
512
|
+
#
|
503
513
|
# @overload create_replication_subnet_group(params = {})
|
504
514
|
# @param [Hash] params ({})
|
505
515
|
def create_replication_subnet_group(params = {}, options = {})
|
@@ -600,6 +610,8 @@ module Aws::DatabaseMigrationService
|
|
600
610
|
# resp.replication_task.replication_task_stats.tables_queued #=> Integer
|
601
611
|
# resp.replication_task.replication_task_stats.tables_errored #=> Integer
|
602
612
|
#
|
613
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTask AWS API Documentation
|
614
|
+
#
|
603
615
|
# @overload create_replication_task(params = {})
|
604
616
|
# @param [Hash] params ({})
|
605
617
|
def create_replication_task(params = {}, options = {})
|
@@ -635,6 +647,8 @@ module Aws::DatabaseMigrationService
|
|
635
647
|
# resp.certificate.signing_algorithm #=> String
|
636
648
|
# resp.certificate.key_length #=> Integer
|
637
649
|
#
|
650
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificate AWS API Documentation
|
651
|
+
#
|
638
652
|
# @overload delete_certificate(params = {})
|
639
653
|
# @param [Hash] params ({})
|
640
654
|
def delete_certificate(params = {}, options = {})
|
@@ -679,6 +693,8 @@ module Aws::DatabaseMigrationService
|
|
679
693
|
# resp.endpoint.certificate_arn #=> String
|
680
694
|
# resp.endpoint.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
|
681
695
|
#
|
696
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint AWS API Documentation
|
697
|
+
#
|
682
698
|
# @overload delete_endpoint(params = {})
|
683
699
|
# @param [Hash] params ({})
|
684
700
|
def delete_endpoint(params = {}, options = {})
|
@@ -745,6 +761,8 @@ module Aws::DatabaseMigrationService
|
|
745
761
|
# resp.replication_instance.publicly_accessible #=> Boolean
|
746
762
|
# resp.replication_instance.secondary_availability_zone #=> String
|
747
763
|
#
|
764
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationInstance AWS API Documentation
|
765
|
+
#
|
748
766
|
# @overload delete_replication_instance(params = {})
|
749
767
|
# @param [Hash] params ({})
|
750
768
|
def delete_replication_instance(params = {}, options = {})
|
@@ -765,6 +783,8 @@ module Aws::DatabaseMigrationService
|
|
765
783
|
# replication_subnet_group_identifier: "String", # required
|
766
784
|
# })
|
767
785
|
#
|
786
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationSubnetGroup AWS API Documentation
|
787
|
+
#
|
768
788
|
# @overload delete_replication_subnet_group(params = {})
|
769
789
|
# @param [Hash] params ({})
|
770
790
|
def delete_replication_subnet_group(params = {}, options = {})
|
@@ -809,6 +829,8 @@ module Aws::DatabaseMigrationService
|
|
809
829
|
# resp.replication_task.replication_task_stats.tables_queued #=> Integer
|
810
830
|
# resp.replication_task.replication_task_stats.tables_errored #=> Integer
|
811
831
|
#
|
832
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTask AWS API Documentation
|
833
|
+
#
|
812
834
|
# @overload delete_replication_task(params = {})
|
813
835
|
# @param [Hash] params ({})
|
814
836
|
def delete_replication_task(params = {}, options = {})
|
@@ -835,6 +857,8 @@ module Aws::DatabaseMigrationService
|
|
835
857
|
# resp.account_quotas[0].used #=> Integer
|
836
858
|
# resp.account_quotas[0].max #=> Integer
|
837
859
|
#
|
860
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeAccountAttributes AWS API Documentation
|
861
|
+
#
|
838
862
|
# @overload describe_account_attributes(params = {})
|
839
863
|
# @param [Hash] params ({})
|
840
864
|
def describe_account_attributes(params = {}, options = {})
|
@@ -894,6 +918,8 @@ module Aws::DatabaseMigrationService
|
|
894
918
|
# resp.certificates[0].signing_algorithm #=> String
|
895
919
|
# resp.certificates[0].key_length #=> Integer
|
896
920
|
#
|
921
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificates AWS API Documentation
|
922
|
+
#
|
897
923
|
# @overload describe_certificates(params = {})
|
898
924
|
# @param [Hash] params ({})
|
899
925
|
def describe_certificates(params = {}, options = {})
|
@@ -954,6 +980,8 @@ module Aws::DatabaseMigrationService
|
|
954
980
|
# resp.connections[0].endpoint_identifier #=> String
|
955
981
|
# resp.connections[0].replication_instance_identifier #=> String
|
956
982
|
#
|
983
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConnections AWS API Documentation
|
984
|
+
#
|
957
985
|
# @overload describe_connections(params = {})
|
958
986
|
# @param [Hash] params ({})
|
959
987
|
def describe_connections(params = {}, options = {})
|
@@ -1009,6 +1037,8 @@ module Aws::DatabaseMigrationService
|
|
1009
1037
|
# resp.supported_endpoint_types[0].supports_cdc #=> Boolean
|
1010
1038
|
# resp.supported_endpoint_types[0].endpoint_type #=> String, one of "source", "target"
|
1011
1039
|
#
|
1040
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointTypes AWS API Documentation
|
1041
|
+
#
|
1012
1042
|
# @overload describe_endpoint_types(params = {})
|
1013
1043
|
# @param [Hash] params ({})
|
1014
1044
|
def describe_endpoint_types(params = {}, options = {})
|
@@ -1076,6 +1106,8 @@ module Aws::DatabaseMigrationService
|
|
1076
1106
|
# resp.endpoints[0].certificate_arn #=> String
|
1077
1107
|
# resp.endpoints[0].ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
|
1078
1108
|
#
|
1109
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpoints AWS API Documentation
|
1110
|
+
#
|
1079
1111
|
# @overload describe_endpoints(params = {})
|
1080
1112
|
# @param [Hash] params ({})
|
1081
1113
|
def describe_endpoints(params = {}, options = {})
|
@@ -1125,6 +1157,8 @@ module Aws::DatabaseMigrationService
|
|
1125
1157
|
# resp.orderable_replication_instances[0].included_allocated_storage #=> Integer
|
1126
1158
|
# resp.marker #=> String
|
1127
1159
|
#
|
1160
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstances AWS API Documentation
|
1161
|
+
#
|
1128
1162
|
# @overload describe_orderable_replication_instances(params = {})
|
1129
1163
|
# @param [Hash] params ({})
|
1130
1164
|
def describe_orderable_replication_instances(params = {}, options = {})
|
@@ -1156,6 +1190,8 @@ module Aws::DatabaseMigrationService
|
|
1156
1190
|
# resp.refresh_schemas_status.last_refresh_date #=> Time
|
1157
1191
|
# resp.refresh_schemas_status.last_failure_message #=> String
|
1158
1192
|
#
|
1193
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatus AWS API Documentation
|
1194
|
+
#
|
1159
1195
|
# @overload describe_refresh_schemas_status(params = {})
|
1160
1196
|
# @param [Hash] params ({})
|
1161
1197
|
def describe_refresh_schemas_status(params = {}, options = {})
|
@@ -1246,6 +1282,8 @@ module Aws::DatabaseMigrationService
|
|
1246
1282
|
# resp.replication_instances[0].publicly_accessible #=> Boolean
|
1247
1283
|
# resp.replication_instances[0].secondary_availability_zone #=> String
|
1248
1284
|
#
|
1285
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstances AWS API Documentation
|
1286
|
+
#
|
1249
1287
|
# @overload describe_replication_instances(params = {})
|
1250
1288
|
# @param [Hash] params ({})
|
1251
1289
|
def describe_replication_instances(params = {}, options = {})
|
@@ -1304,6 +1342,8 @@ module Aws::DatabaseMigrationService
|
|
1304
1342
|
# resp.replication_subnet_groups[0].subnets[0].subnet_availability_zone.name #=> String
|
1305
1343
|
# resp.replication_subnet_groups[0].subnets[0].subnet_status #=> String
|
1306
1344
|
#
|
1345
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups AWS API Documentation
|
1346
|
+
#
|
1307
1347
|
# @overload describe_replication_subnet_groups(params = {})
|
1308
1348
|
# @param [Hash] params ({})
|
1309
1349
|
def describe_replication_subnet_groups(params = {}, options = {})
|
@@ -1377,6 +1417,8 @@ module Aws::DatabaseMigrationService
|
|
1377
1417
|
# resp.replication_tasks[0].replication_task_stats.tables_queued #=> Integer
|
1378
1418
|
# resp.replication_tasks[0].replication_task_stats.tables_errored #=> Integer
|
1379
1419
|
#
|
1420
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasks AWS API Documentation
|
1421
|
+
#
|
1380
1422
|
# @overload describe_replication_tasks(params = {})
|
1381
1423
|
# @param [Hash] params ({})
|
1382
1424
|
def describe_replication_tasks(params = {}, options = {})
|
@@ -1424,6 +1466,8 @@ module Aws::DatabaseMigrationService
|
|
1424
1466
|
# resp.schemas #=> Array
|
1425
1467
|
# resp.schemas[0] #=> String
|
1426
1468
|
#
|
1469
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemas AWS API Documentation
|
1470
|
+
#
|
1427
1471
|
# @overload describe_schemas(params = {})
|
1428
1472
|
# @param [Hash] params ({})
|
1429
1473
|
def describe_schemas(params = {}, options = {})
|
@@ -1481,6 +1525,8 @@ module Aws::DatabaseMigrationService
|
|
1481
1525
|
# resp.table_statistics[0].table_state #=> String
|
1482
1526
|
# resp.marker #=> String
|
1483
1527
|
#
|
1528
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatistics AWS API Documentation
|
1529
|
+
#
|
1484
1530
|
# @overload describe_table_statistics(params = {})
|
1485
1531
|
# @param [Hash] params ({})
|
1486
1532
|
def describe_table_statistics(params = {}, options = {})
|
@@ -1526,6 +1572,8 @@ module Aws::DatabaseMigrationService
|
|
1526
1572
|
# resp.certificate.signing_algorithm #=> String
|
1527
1573
|
# resp.certificate.key_length #=> Integer
|
1528
1574
|
#
|
1575
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificate AWS API Documentation
|
1576
|
+
#
|
1529
1577
|
# @overload import_certificate(params = {})
|
1530
1578
|
# @param [Hash] params ({})
|
1531
1579
|
def import_certificate(params = {}, options = {})
|
@@ -1555,6 +1603,8 @@ module Aws::DatabaseMigrationService
|
|
1555
1603
|
# resp.tag_list[0].key #=> String
|
1556
1604
|
# resp.tag_list[0].value #=> String
|
1557
1605
|
#
|
1606
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResource AWS API Documentation
|
1607
|
+
#
|
1558
1608
|
# @overload list_tags_for_resource(params = {})
|
1559
1609
|
# @param [Hash] params ({})
|
1560
1610
|
def list_tags_for_resource(params = {}, options = {})
|
@@ -1647,6 +1697,8 @@ module Aws::DatabaseMigrationService
|
|
1647
1697
|
# resp.endpoint.certificate_arn #=> String
|
1648
1698
|
# resp.endpoint.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
|
1649
1699
|
#
|
1700
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint AWS API Documentation
|
1701
|
+
#
|
1650
1702
|
# @overload modify_endpoint(params = {})
|
1651
1703
|
# @param [Hash] params ({})
|
1652
1704
|
def modify_endpoint(params = {}, options = {})
|
@@ -1788,6 +1840,8 @@ module Aws::DatabaseMigrationService
|
|
1788
1840
|
# resp.replication_instance.publicly_accessible #=> Boolean
|
1789
1841
|
# resp.replication_instance.secondary_availability_zone #=> String
|
1790
1842
|
#
|
1843
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstance AWS API Documentation
|
1844
|
+
#
|
1791
1845
|
# @overload modify_replication_instance(params = {})
|
1792
1846
|
# @param [Hash] params ({})
|
1793
1847
|
def modify_replication_instance(params = {}, options = {})
|
@@ -1829,6 +1883,8 @@ module Aws::DatabaseMigrationService
|
|
1829
1883
|
# resp.replication_subnet_group.subnets[0].subnet_availability_zone.name #=> String
|
1830
1884
|
# resp.replication_subnet_group.subnets[0].subnet_status #=> String
|
1831
1885
|
#
|
1886
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup AWS API Documentation
|
1887
|
+
#
|
1832
1888
|
# @overload modify_replication_subnet_group(params = {})
|
1833
1889
|
# @param [Hash] params ({})
|
1834
1890
|
def modify_replication_subnet_group(params = {}, options = {})
|
@@ -1910,6 +1966,8 @@ module Aws::DatabaseMigrationService
|
|
1910
1966
|
# resp.replication_task.replication_task_stats.tables_queued #=> Integer
|
1911
1967
|
# resp.replication_task.replication_task_stats.tables_errored #=> Integer
|
1912
1968
|
#
|
1969
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTask AWS API Documentation
|
1970
|
+
#
|
1913
1971
|
# @overload modify_replication_task(params = {})
|
1914
1972
|
# @param [Hash] params ({})
|
1915
1973
|
def modify_replication_task(params = {}, options = {})
|
@@ -1948,6 +2006,8 @@ module Aws::DatabaseMigrationService
|
|
1948
2006
|
# resp.refresh_schemas_status.last_refresh_date #=> Time
|
1949
2007
|
# resp.refresh_schemas_status.last_failure_message #=> String
|
1950
2008
|
#
|
2009
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemas AWS API Documentation
|
2010
|
+
#
|
1951
2011
|
# @overload refresh_schemas(params = {})
|
1952
2012
|
# @param [Hash] params ({})
|
1953
2013
|
def refresh_schemas(params = {}, options = {})
|
@@ -1973,6 +2033,8 @@ module Aws::DatabaseMigrationService
|
|
1973
2033
|
# tag_keys: ["String"], # required
|
1974
2034
|
# })
|
1975
2035
|
#
|
2036
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResource AWS API Documentation
|
2037
|
+
#
|
1976
2038
|
# @overload remove_tags_from_resource(params = {})
|
1977
2039
|
# @param [Hash] params ({})
|
1978
2040
|
def remove_tags_from_resource(params = {}, options = {})
|
@@ -2026,6 +2088,8 @@ module Aws::DatabaseMigrationService
|
|
2026
2088
|
# resp.replication_task.replication_task_stats.tables_queued #=> Integer
|
2027
2089
|
# resp.replication_task.replication_task_stats.tables_errored #=> Integer
|
2028
2090
|
#
|
2091
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTask AWS API Documentation
|
2092
|
+
#
|
2029
2093
|
# @overload start_replication_task(params = {})
|
2030
2094
|
# @param [Hash] params ({})
|
2031
2095
|
def start_replication_task(params = {}, options = {})
|
@@ -2070,6 +2134,8 @@ module Aws::DatabaseMigrationService
|
|
2070
2134
|
# resp.replication_task.replication_task_stats.tables_queued #=> Integer
|
2071
2135
|
# resp.replication_task.replication_task_stats.tables_errored #=> Integer
|
2072
2136
|
#
|
2137
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTask AWS API Documentation
|
2138
|
+
#
|
2073
2139
|
# @overload stop_replication_task(params = {})
|
2074
2140
|
# @param [Hash] params ({})
|
2075
2141
|
def stop_replication_task(params = {}, options = {})
|
@@ -2107,6 +2173,8 @@ module Aws::DatabaseMigrationService
|
|
2107
2173
|
# resp.connection.endpoint_identifier #=> String
|
2108
2174
|
# resp.connection.replication_instance_identifier #=> String
|
2109
2175
|
#
|
2176
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnection AWS API Documentation
|
2177
|
+
#
|
2110
2178
|
# @overload test_connection(params = {})
|
2111
2179
|
# @param [Hash] params ({})
|
2112
2180
|
def test_connection(params = {}, options = {})
|
@@ -2127,7 +2195,7 @@ module Aws::DatabaseMigrationService
|
|
2127
2195
|
params: params,
|
2128
2196
|
config: config)
|
2129
2197
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
2130
|
-
context[:gem_version] = '1.0.0.
|
2198
|
+
context[:gem_version] = '1.0.0.rc3'
|
2131
2199
|
Seahorse::Client::Request.new(handlers, context)
|
2132
2200
|
end
|
2133
2201
|
|
@@ -23,6 +23,8 @@ module Aws::DatabaseMigrationService
|
|
23
23
|
# The maximum allowed value for the quota.
|
24
24
|
# @return [Integer]
|
25
25
|
#
|
26
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AccountQuota AWS API Documentation
|
27
|
+
#
|
26
28
|
class AccountQuota < Struct.new(
|
27
29
|
:account_quota_name,
|
28
30
|
:used,
|
@@ -53,18 +55,24 @@ module Aws::DatabaseMigrationService
|
|
53
55
|
# The tag to be assigned to the DMS resource.
|
54
56
|
# @return [Array<Types::Tag>]
|
55
57
|
#
|
58
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AddTagsToResourceMessage AWS API Documentation
|
59
|
+
#
|
56
60
|
class AddTagsToResourceMessage < Struct.new(
|
57
61
|
:resource_arn,
|
58
62
|
:tags)
|
59
63
|
include Aws::Structure
|
60
64
|
end
|
61
65
|
|
66
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AddTagsToResourceResponse AWS API Documentation
|
67
|
+
#
|
62
68
|
class AddTagsToResourceResponse < Aws::EmptyStructure; end
|
63
69
|
|
64
70
|
# @!attribute [rw] name
|
65
71
|
# The name of the availability zone.
|
66
72
|
# @return [String]
|
67
73
|
#
|
74
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/AvailabilityZone AWS API Documentation
|
75
|
+
#
|
68
76
|
class AvailabilityZone < Struct.new(
|
69
77
|
:name)
|
70
78
|
include Aws::Structure
|
@@ -115,6 +123,8 @@ module Aws::DatabaseMigrationService
|
|
115
123
|
# The key length of the cryptographic algorithm being used.
|
116
124
|
# @return [Integer]
|
117
125
|
#
|
126
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Certificate AWS API Documentation
|
127
|
+
#
|
118
128
|
class Certificate < Struct.new(
|
119
129
|
:certificate_identifier,
|
120
130
|
:certificate_creation_date,
|
@@ -157,6 +167,8 @@ module Aws::DatabaseMigrationService
|
|
157
167
|
# lowercase string.
|
158
168
|
# @return [String]
|
159
169
|
#
|
170
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Connection AWS API Documentation
|
171
|
+
#
|
160
172
|
class Connection < Struct.new(
|
161
173
|
:replication_instance_arn,
|
162
174
|
:endpoint_arn,
|
@@ -256,6 +268,8 @@ module Aws::DatabaseMigrationService
|
|
256
268
|
# The default value is none.
|
257
269
|
# @return [String]
|
258
270
|
#
|
271
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointMessage AWS API Documentation
|
272
|
+
#
|
259
273
|
class CreateEndpointMessage < Struct.new(
|
260
274
|
:endpoint_identifier,
|
261
275
|
:endpoint_type,
|
@@ -277,6 +291,8 @@ module Aws::DatabaseMigrationService
|
|
277
291
|
# The endpoint that was created.
|
278
292
|
# @return [Types::Endpoint]
|
279
293
|
#
|
294
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointResponse AWS API Documentation
|
295
|
+
#
|
280
296
|
class CreateEndpointResponse < Struct.new(
|
281
297
|
:endpoint)
|
282
298
|
include Aws::Structure
|
@@ -406,6 +422,8 @@ module Aws::DatabaseMigrationService
|
|
406
422
|
# The default value is `true`.
|
407
423
|
# @return [Boolean]
|
408
424
|
#
|
425
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstanceMessage AWS API Documentation
|
426
|
+
#
|
409
427
|
class CreateReplicationInstanceMessage < Struct.new(
|
410
428
|
:replication_instance_identifier,
|
411
429
|
:allocated_storage,
|
@@ -427,6 +445,8 @@ module Aws::DatabaseMigrationService
|
|
427
445
|
# The replication instance that was created.
|
428
446
|
# @return [Types::ReplicationInstance]
|
429
447
|
#
|
448
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstanceResponse AWS API Documentation
|
449
|
+
#
|
430
450
|
class CreateReplicationInstanceResponse < Struct.new(
|
431
451
|
:replication_instance)
|
432
452
|
include Aws::Structure
|
@@ -469,6 +489,8 @@ module Aws::DatabaseMigrationService
|
|
469
489
|
# The tag to be assigned to the subnet group.
|
470
490
|
# @return [Array<Types::Tag>]
|
471
491
|
#
|
492
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroupMessage AWS API Documentation
|
493
|
+
#
|
472
494
|
class CreateReplicationSubnetGroupMessage < Struct.new(
|
473
495
|
:replication_subnet_group_identifier,
|
474
496
|
:replication_subnet_group_description,
|
@@ -481,6 +503,8 @@ module Aws::DatabaseMigrationService
|
|
481
503
|
# The replication subnet group that was created.
|
482
504
|
# @return [Types::ReplicationSubnetGroup]
|
483
505
|
#
|
506
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroupResponse AWS API Documentation
|
507
|
+
#
|
484
508
|
class CreateReplicationSubnetGroupResponse < Struct.new(
|
485
509
|
:replication_subnet_group)
|
486
510
|
include Aws::Structure
|
@@ -561,6 +585,8 @@ module Aws::DatabaseMigrationService
|
|
561
585
|
# Tags to be added to the replication instance.
|
562
586
|
# @return [Array<Types::Tag>]
|
563
587
|
#
|
588
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTaskMessage AWS API Documentation
|
589
|
+
#
|
564
590
|
class CreateReplicationTaskMessage < Struct.new(
|
565
591
|
:replication_task_identifier,
|
566
592
|
:source_endpoint_arn,
|
@@ -578,6 +604,8 @@ module Aws::DatabaseMigrationService
|
|
578
604
|
# The replication task that was created.
|
579
605
|
# @return [Types::ReplicationTask]
|
580
606
|
#
|
607
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTaskResponse AWS API Documentation
|
608
|
+
#
|
581
609
|
class CreateReplicationTaskResponse < Struct.new(
|
582
610
|
:replication_task)
|
583
611
|
include Aws::Structure
|
@@ -594,6 +622,8 @@ module Aws::DatabaseMigrationService
|
|
594
622
|
# The Amazon Resource Name (ARN) of the deleted certificate.
|
595
623
|
# @return [String]
|
596
624
|
#
|
625
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificateMessage AWS API Documentation
|
626
|
+
#
|
597
627
|
class DeleteCertificateMessage < Struct.new(
|
598
628
|
:certificate_arn)
|
599
629
|
include Aws::Structure
|
@@ -603,6 +633,8 @@ module Aws::DatabaseMigrationService
|
|
603
633
|
# The Secure Sockets Layer (SSL) certificate.
|
604
634
|
# @return [Types::Certificate]
|
605
635
|
#
|
636
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificateResponse AWS API Documentation
|
637
|
+
#
|
606
638
|
class DeleteCertificateResponse < Struct.new(
|
607
639
|
:certificate)
|
608
640
|
include Aws::Structure
|
@@ -620,6 +652,8 @@ module Aws::DatabaseMigrationService
|
|
620
652
|
# endpoint.
|
621
653
|
# @return [String]
|
622
654
|
#
|
655
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpointMessage AWS API Documentation
|
656
|
+
#
|
623
657
|
class DeleteEndpointMessage < Struct.new(
|
624
658
|
:endpoint_arn)
|
625
659
|
include Aws::Structure
|
@@ -629,6 +663,8 @@ module Aws::DatabaseMigrationService
|
|
629
663
|
# The endpoint that was deleted.
|
630
664
|
# @return [Types::Endpoint]
|
631
665
|
#
|
666
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpointResponse AWS API Documentation
|
667
|
+
#
|
632
668
|
class DeleteEndpointResponse < Struct.new(
|
633
669
|
:endpoint)
|
634
670
|
include Aws::Structure
|
@@ -646,6 +682,8 @@ module Aws::DatabaseMigrationService
|
|
646
682
|
# deleted.
|
647
683
|
# @return [String]
|
648
684
|
#
|
685
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationInstanceMessage AWS API Documentation
|
686
|
+
#
|
649
687
|
class DeleteReplicationInstanceMessage < Struct.new(
|
650
688
|
:replication_instance_arn)
|
651
689
|
include Aws::Structure
|
@@ -655,6 +693,8 @@ module Aws::DatabaseMigrationService
|
|
655
693
|
# The replication instance that was deleted.
|
656
694
|
# @return [Types::ReplicationInstance]
|
657
695
|
#
|
696
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationInstanceResponse AWS API Documentation
|
697
|
+
#
|
658
698
|
class DeleteReplicationInstanceResponse < Struct.new(
|
659
699
|
:replication_instance)
|
660
700
|
include Aws::Structure
|
@@ -671,11 +711,15 @@ module Aws::DatabaseMigrationService
|
|
671
711
|
# The subnet group name of the replication instance.
|
672
712
|
# @return [String]
|
673
713
|
#
|
714
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationSubnetGroupMessage AWS API Documentation
|
715
|
+
#
|
674
716
|
class DeleteReplicationSubnetGroupMessage < Struct.new(
|
675
717
|
:replication_subnet_group_identifier)
|
676
718
|
include Aws::Structure
|
677
719
|
end
|
678
720
|
|
721
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationSubnetGroupResponse AWS API Documentation
|
722
|
+
#
|
679
723
|
class DeleteReplicationSubnetGroupResponse < Aws::EmptyStructure; end
|
680
724
|
|
681
725
|
# @note When making an API call, you may pass DeleteReplicationTaskMessage
|
@@ -690,6 +734,8 @@ module Aws::DatabaseMigrationService
|
|
690
734
|
# deleted.
|
691
735
|
# @return [String]
|
692
736
|
#
|
737
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTaskMessage AWS API Documentation
|
738
|
+
#
|
693
739
|
class DeleteReplicationTaskMessage < Struct.new(
|
694
740
|
:replication_task_arn)
|
695
741
|
include Aws::Structure
|
@@ -699,6 +745,8 @@ module Aws::DatabaseMigrationService
|
|
699
745
|
# The deleted replication task.
|
700
746
|
# @return [Types::ReplicationTask]
|
701
747
|
#
|
748
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTaskResponse AWS API Documentation
|
749
|
+
#
|
702
750
|
class DeleteReplicationTaskResponse < Struct.new(
|
703
751
|
:replication_task)
|
704
752
|
include Aws::Structure
|
@@ -706,12 +754,16 @@ module Aws::DatabaseMigrationService
|
|
706
754
|
|
707
755
|
# @api private
|
708
756
|
#
|
757
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeAccountAttributesMessage AWS API Documentation
|
758
|
+
#
|
709
759
|
class DescribeAccountAttributesMessage < Aws::EmptyStructure; end
|
710
760
|
|
711
761
|
# @!attribute [rw] account_quotas
|
712
762
|
# Account quota information.
|
713
763
|
# @return [Array<Types::AccountQuota>]
|
714
764
|
#
|
765
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeAccountAttributesResponse AWS API Documentation
|
766
|
+
#
|
715
767
|
class DescribeAccountAttributesResponse < Struct.new(
|
716
768
|
:account_quotas)
|
717
769
|
include Aws::Structure
|
@@ -751,6 +803,8 @@ module Aws::DatabaseMigrationService
|
|
751
803
|
# the marker, up to the value specified by `MaxRecords`.
|
752
804
|
# @return [String]
|
753
805
|
#
|
806
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificatesMessage AWS API Documentation
|
807
|
+
#
|
754
808
|
class DescribeCertificatesMessage < Struct.new(
|
755
809
|
:filters,
|
756
810
|
:max_records,
|
@@ -767,6 +821,8 @@ module Aws::DatabaseMigrationService
|
|
767
821
|
# replication instance.
|
768
822
|
# @return [Array<Types::Certificate>]
|
769
823
|
#
|
824
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificatesResponse AWS API Documentation
|
825
|
+
#
|
770
826
|
class DescribeCertificatesResponse < Struct.new(
|
771
827
|
:marker,
|
772
828
|
:certificates)
|
@@ -810,6 +866,8 @@ module Aws::DatabaseMigrationService
|
|
810
866
|
# the marker, up to the value specified by `MaxRecords`.
|
811
867
|
# @return [String]
|
812
868
|
#
|
869
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConnectionsMessage AWS API Documentation
|
870
|
+
#
|
813
871
|
class DescribeConnectionsMessage < Struct.new(
|
814
872
|
:filters,
|
815
873
|
:max_records,
|
@@ -827,6 +885,8 @@ module Aws::DatabaseMigrationService
|
|
827
885
|
# A description of the connections.
|
828
886
|
# @return [Array<Types::Connection>]
|
829
887
|
#
|
888
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeConnectionsResponse AWS API Documentation
|
889
|
+
#
|
830
890
|
class DescribeConnectionsResponse < Struct.new(
|
831
891
|
:marker,
|
832
892
|
:connections)
|
@@ -870,6 +930,8 @@ module Aws::DatabaseMigrationService
|
|
870
930
|
# the marker, up to the value specified by `MaxRecords`.
|
871
931
|
# @return [String]
|
872
932
|
#
|
933
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointTypesMessage AWS API Documentation
|
934
|
+
#
|
873
935
|
class DescribeEndpointTypesMessage < Struct.new(
|
874
936
|
:filters,
|
875
937
|
:max_records,
|
@@ -887,6 +949,8 @@ module Aws::DatabaseMigrationService
|
|
887
949
|
# The type of endpoints that are supported.
|
888
950
|
# @return [Array<Types::SupportedEndpointType>]
|
889
951
|
#
|
952
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointTypesResponse AWS API Documentation
|
953
|
+
#
|
890
954
|
class DescribeEndpointTypesResponse < Struct.new(
|
891
955
|
:marker,
|
892
956
|
:supported_endpoint_types)
|
@@ -931,6 +995,8 @@ module Aws::DatabaseMigrationService
|
|
931
995
|
# the marker, up to the value specified by `MaxRecords`.
|
932
996
|
# @return [String]
|
933
997
|
#
|
998
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointsMessage AWS API Documentation
|
999
|
+
#
|
934
1000
|
class DescribeEndpointsMessage < Struct.new(
|
935
1001
|
:filters,
|
936
1002
|
:max_records,
|
@@ -948,6 +1014,8 @@ module Aws::DatabaseMigrationService
|
|
948
1014
|
# Endpoint description.
|
949
1015
|
# @return [Array<Types::Endpoint>]
|
950
1016
|
#
|
1017
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeEndpointsResponse AWS API Documentation
|
1018
|
+
#
|
951
1019
|
class DescribeEndpointsResponse < Struct.new(
|
952
1020
|
:marker,
|
953
1021
|
:endpoints)
|
@@ -979,6 +1047,8 @@ module Aws::DatabaseMigrationService
|
|
979
1047
|
# the marker, up to the value specified by `MaxRecords`.
|
980
1048
|
# @return [String]
|
981
1049
|
#
|
1050
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstancesMessage AWS API Documentation
|
1051
|
+
#
|
982
1052
|
class DescribeOrderableReplicationInstancesMessage < Struct.new(
|
983
1053
|
:max_records,
|
984
1054
|
:marker)
|
@@ -995,6 +1065,8 @@ module Aws::DatabaseMigrationService
|
|
995
1065
|
# the marker, up to the value specified by `MaxRecords`.
|
996
1066
|
# @return [String]
|
997
1067
|
#
|
1068
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstancesResponse AWS API Documentation
|
1069
|
+
#
|
998
1070
|
class DescribeOrderableReplicationInstancesResponse < Struct.new(
|
999
1071
|
:orderable_replication_instances,
|
1000
1072
|
:marker)
|
@@ -1013,6 +1085,8 @@ module Aws::DatabaseMigrationService
|
|
1013
1085
|
# endpoint.
|
1014
1086
|
# @return [String]
|
1015
1087
|
#
|
1088
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatusMessage AWS API Documentation
|
1089
|
+
#
|
1016
1090
|
class DescribeRefreshSchemasStatusMessage < Struct.new(
|
1017
1091
|
:endpoint_arn)
|
1018
1092
|
include Aws::Structure
|
@@ -1022,6 +1096,8 @@ module Aws::DatabaseMigrationService
|
|
1022
1096
|
# The status of the schema.
|
1023
1097
|
# @return [Types::RefreshSchemasStatus]
|
1024
1098
|
#
|
1099
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRefreshSchemasStatusResponse AWS API Documentation
|
1100
|
+
#
|
1025
1101
|
class DescribeRefreshSchemasStatusResponse < Struct.new(
|
1026
1102
|
:refresh_schemas_status)
|
1027
1103
|
include Aws::Structure
|
@@ -1066,6 +1142,8 @@ module Aws::DatabaseMigrationService
|
|
1066
1142
|
# the marker, up to the value specified by `MaxRecords`.
|
1067
1143
|
# @return [String]
|
1068
1144
|
#
|
1145
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstancesMessage AWS API Documentation
|
1146
|
+
#
|
1069
1147
|
class DescribeReplicationInstancesMessage < Struct.new(
|
1070
1148
|
:filters,
|
1071
1149
|
:max_records,
|
@@ -1083,6 +1161,8 @@ module Aws::DatabaseMigrationService
|
|
1083
1161
|
# The replication instances described.
|
1084
1162
|
# @return [Array<Types::ReplicationInstance>]
|
1085
1163
|
#
|
1164
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationInstancesResponse AWS API Documentation
|
1165
|
+
#
|
1086
1166
|
class DescribeReplicationInstancesResponse < Struct.new(
|
1087
1167
|
:marker,
|
1088
1168
|
:replication_instances)
|
@@ -1124,6 +1204,8 @@ module Aws::DatabaseMigrationService
|
|
1124
1204
|
# the marker, up to the value specified by `MaxRecords`.
|
1125
1205
|
# @return [String]
|
1126
1206
|
#
|
1207
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroupsMessage AWS API Documentation
|
1208
|
+
#
|
1127
1209
|
class DescribeReplicationSubnetGroupsMessage < Struct.new(
|
1128
1210
|
:filters,
|
1129
1211
|
:max_records,
|
@@ -1141,6 +1223,8 @@ module Aws::DatabaseMigrationService
|
|
1141
1223
|
# A description of the replication subnet groups.
|
1142
1224
|
# @return [Array<Types::ReplicationSubnetGroup>]
|
1143
1225
|
#
|
1226
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroupsResponse AWS API Documentation
|
1227
|
+
#
|
1144
1228
|
class DescribeReplicationSubnetGroupsResponse < Struct.new(
|
1145
1229
|
:marker,
|
1146
1230
|
:replication_subnet_groups)
|
@@ -1185,6 +1269,8 @@ module Aws::DatabaseMigrationService
|
|
1185
1269
|
# the marker, up to the value specified by `MaxRecords`.
|
1186
1270
|
# @return [String]
|
1187
1271
|
#
|
1272
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasksMessage AWS API Documentation
|
1273
|
+
#
|
1188
1274
|
class DescribeReplicationTasksMessage < Struct.new(
|
1189
1275
|
:filters,
|
1190
1276
|
:max_records,
|
@@ -1202,6 +1288,8 @@ module Aws::DatabaseMigrationService
|
|
1202
1288
|
# A description of the replication tasks.
|
1203
1289
|
# @return [Array<Types::ReplicationTask>]
|
1204
1290
|
#
|
1291
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasksResponse AWS API Documentation
|
1292
|
+
#
|
1205
1293
|
class DescribeReplicationTasksResponse < Struct.new(
|
1206
1294
|
:marker,
|
1207
1295
|
:replication_tasks)
|
@@ -1239,6 +1327,8 @@ module Aws::DatabaseMigrationService
|
|
1239
1327
|
# the marker, up to the value specified by `MaxRecords`.
|
1240
1328
|
# @return [String]
|
1241
1329
|
#
|
1330
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemasMessage AWS API Documentation
|
1331
|
+
#
|
1242
1332
|
class DescribeSchemasMessage < Struct.new(
|
1243
1333
|
:endpoint_arn,
|
1244
1334
|
:max_records,
|
@@ -1256,6 +1346,8 @@ module Aws::DatabaseMigrationService
|
|
1256
1346
|
# The described schema.
|
1257
1347
|
# @return [Array<String>]
|
1258
1348
|
#
|
1349
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeSchemasResponse AWS API Documentation
|
1350
|
+
#
|
1259
1351
|
class DescribeSchemasResponse < Struct.new(
|
1260
1352
|
:marker,
|
1261
1353
|
:schemas)
|
@@ -1292,6 +1384,8 @@ module Aws::DatabaseMigrationService
|
|
1292
1384
|
# the marker, up to the value specified by `MaxRecords`.
|
1293
1385
|
# @return [String]
|
1294
1386
|
#
|
1387
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatisticsMessage AWS API Documentation
|
1388
|
+
#
|
1295
1389
|
class DescribeTableStatisticsMessage < Struct.new(
|
1296
1390
|
:replication_task_arn,
|
1297
1391
|
:max_records,
|
@@ -1313,6 +1407,8 @@ module Aws::DatabaseMigrationService
|
|
1313
1407
|
# the marker, up to the value specified by `MaxRecords`.
|
1314
1408
|
# @return [String]
|
1315
1409
|
#
|
1410
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatisticsResponse AWS API Documentation
|
1411
|
+
#
|
1316
1412
|
class DescribeTableStatisticsResponse < Struct.new(
|
1317
1413
|
:replication_task_arn,
|
1318
1414
|
:table_statistics,
|
@@ -1387,6 +1483,8 @@ module Aws::DatabaseMigrationService
|
|
1387
1483
|
# The default value is none.
|
1388
1484
|
# @return [String]
|
1389
1485
|
#
|
1486
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Endpoint AWS API Documentation
|
1487
|
+
#
|
1390
1488
|
class Endpoint < Struct.new(
|
1391
1489
|
:endpoint_identifier,
|
1392
1490
|
:endpoint_type,
|
@@ -1420,6 +1518,8 @@ module Aws::DatabaseMigrationService
|
|
1420
1518
|
# The filter value.
|
1421
1519
|
# @return [Array<String>]
|
1422
1520
|
#
|
1521
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Filter AWS API Documentation
|
1522
|
+
#
|
1423
1523
|
class Filter < Struct.new(
|
1424
1524
|
:name,
|
1425
1525
|
:values)
|
@@ -1449,6 +1549,8 @@ module Aws::DatabaseMigrationService
|
|
1449
1549
|
# SSL.
|
1450
1550
|
# @return [String]
|
1451
1551
|
#
|
1552
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificateMessage AWS API Documentation
|
1553
|
+
#
|
1452
1554
|
class ImportCertificateMessage < Struct.new(
|
1453
1555
|
:certificate_identifier,
|
1454
1556
|
:certificate_pem,
|
@@ -1460,6 +1562,8 @@ module Aws::DatabaseMigrationService
|
|
1460
1562
|
# The certificate to be uploaded.
|
1461
1563
|
# @return [Types::Certificate]
|
1462
1564
|
#
|
1565
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificateResponse AWS API Documentation
|
1566
|
+
#
|
1463
1567
|
class ImportCertificateResponse < Struct.new(
|
1464
1568
|
:certificate)
|
1465
1569
|
include Aws::Structure
|
@@ -1477,6 +1581,8 @@ module Aws::DatabaseMigrationService
|
|
1477
1581
|
# AWS DMS resource.
|
1478
1582
|
# @return [String]
|
1479
1583
|
#
|
1584
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResourceMessage AWS API Documentation
|
1585
|
+
#
|
1480
1586
|
class ListTagsForResourceMessage < Struct.new(
|
1481
1587
|
:resource_arn)
|
1482
1588
|
include Aws::Structure
|
@@ -1486,6 +1592,8 @@ module Aws::DatabaseMigrationService
|
|
1486
1592
|
# A list of tags for the resource.
|
1487
1593
|
# @return [Array<Types::Tag>]
|
1488
1594
|
#
|
1595
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ListTagsForResourceResponse AWS API Documentation
|
1596
|
+
#
|
1489
1597
|
class ListTagsForResourceResponse < Struct.new(
|
1490
1598
|
:tag_list)
|
1491
1599
|
include Aws::Structure
|
@@ -1567,6 +1675,8 @@ module Aws::DatabaseMigrationService
|
|
1567
1675
|
# The default value is none.
|
1568
1676
|
# @return [String]
|
1569
1677
|
#
|
1678
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpointMessage AWS API Documentation
|
1679
|
+
#
|
1570
1680
|
class ModifyEndpointMessage < Struct.new(
|
1571
1681
|
:endpoint_arn,
|
1572
1682
|
:endpoint_identifier,
|
@@ -1587,6 +1697,8 @@ module Aws::DatabaseMigrationService
|
|
1587
1697
|
# The modified endpoint.
|
1588
1698
|
# @return [Types::Endpoint]
|
1589
1699
|
#
|
1700
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpointResponse AWS API Documentation
|
1701
|
+
#
|
1590
1702
|
class ModifyEndpointResponse < Struct.new(
|
1591
1703
|
:endpoint)
|
1592
1704
|
include Aws::Structure
|
@@ -1690,6 +1802,8 @@ module Aws::DatabaseMigrationService
|
|
1690
1802
|
# lowercase string.
|
1691
1803
|
# @return [String]
|
1692
1804
|
#
|
1805
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstanceMessage AWS API Documentation
|
1806
|
+
#
|
1693
1807
|
class ModifyReplicationInstanceMessage < Struct.new(
|
1694
1808
|
:replication_instance_arn,
|
1695
1809
|
:allocated_storage,
|
@@ -1709,6 +1823,8 @@ module Aws::DatabaseMigrationService
|
|
1709
1823
|
# The modified replication instance.
|
1710
1824
|
# @return [Types::ReplicationInstance]
|
1711
1825
|
#
|
1826
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstanceResponse AWS API Documentation
|
1827
|
+
#
|
1712
1828
|
class ModifyReplicationInstanceResponse < Struct.new(
|
1713
1829
|
:replication_instance)
|
1714
1830
|
include Aws::Structure
|
@@ -1735,6 +1851,8 @@ module Aws::DatabaseMigrationService
|
|
1735
1851
|
# A list of subnet IDs.
|
1736
1852
|
# @return [Array<String>]
|
1737
1853
|
#
|
1854
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroupMessage AWS API Documentation
|
1855
|
+
#
|
1738
1856
|
class ModifyReplicationSubnetGroupMessage < Struct.new(
|
1739
1857
|
:replication_subnet_group_identifier,
|
1740
1858
|
:replication_subnet_group_description,
|
@@ -1746,6 +1864,8 @@ module Aws::DatabaseMigrationService
|
|
1746
1864
|
# The modified replication subnet group.
|
1747
1865
|
# @return [Types::ReplicationSubnetGroup]
|
1748
1866
|
#
|
1867
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroupResponse AWS API Documentation
|
1868
|
+
#
|
1749
1869
|
class ModifyReplicationSubnetGroupResponse < Struct.new(
|
1750
1870
|
:replication_subnet_group)
|
1751
1871
|
include Aws::Structure
|
@@ -1801,6 +1921,8 @@ module Aws::DatabaseMigrationService
|
|
1801
1921
|
# The start time for the Change Data Capture (CDC) operation.
|
1802
1922
|
# @return [Time]
|
1803
1923
|
#
|
1924
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTaskMessage AWS API Documentation
|
1925
|
+
#
|
1804
1926
|
class ModifyReplicationTaskMessage < Struct.new(
|
1805
1927
|
:replication_task_arn,
|
1806
1928
|
:replication_task_identifier,
|
@@ -1815,6 +1937,8 @@ module Aws::DatabaseMigrationService
|
|
1815
1937
|
# The replication task that was modified.
|
1816
1938
|
# @return [Types::ReplicationTask]
|
1817
1939
|
#
|
1940
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTaskResponse AWS API Documentation
|
1941
|
+
#
|
1818
1942
|
class ModifyReplicationTaskResponse < Struct.new(
|
1819
1943
|
:replication_task)
|
1820
1944
|
include Aws::Structure
|
@@ -1856,6 +1980,8 @@ module Aws::DatabaseMigrationService
|
|
1856
1980
|
# replication instance.
|
1857
1981
|
# @return [Integer]
|
1858
1982
|
#
|
1983
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/OrderableReplicationInstance AWS API Documentation
|
1984
|
+
#
|
1859
1985
|
class OrderableReplicationInstance < Struct.new(
|
1860
1986
|
:engine_version,
|
1861
1987
|
:replication_instance_class,
|
@@ -1884,6 +2010,8 @@ module Aws::DatabaseMigrationService
|
|
1884
2010
|
# The Amazon Resource Name (ARN) of the replication instance.
|
1885
2011
|
# @return [String]
|
1886
2012
|
#
|
2013
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemasMessage AWS API Documentation
|
2014
|
+
#
|
1887
2015
|
class RefreshSchemasMessage < Struct.new(
|
1888
2016
|
:endpoint_arn,
|
1889
2017
|
:replication_instance_arn)
|
@@ -1894,6 +2022,8 @@ module Aws::DatabaseMigrationService
|
|
1894
2022
|
# The status of the refreshed schema.
|
1895
2023
|
# @return [Types::RefreshSchemasStatus]
|
1896
2024
|
#
|
2025
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemasResponse AWS API Documentation
|
2026
|
+
#
|
1897
2027
|
class RefreshSchemasResponse < Struct.new(
|
1898
2028
|
:refresh_schemas_status)
|
1899
2029
|
include Aws::Structure
|
@@ -1920,6 +2050,8 @@ module Aws::DatabaseMigrationService
|
|
1920
2050
|
# The last failure message for the schema.
|
1921
2051
|
# @return [String]
|
1922
2052
|
#
|
2053
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RefreshSchemasStatus AWS API Documentation
|
2054
|
+
#
|
1923
2055
|
class RefreshSchemasStatus < Struct.new(
|
1924
2056
|
:endpoint_arn,
|
1925
2057
|
:replication_instance_arn,
|
@@ -1946,12 +2078,16 @@ module Aws::DatabaseMigrationService
|
|
1946
2078
|
# The tag key (name) of the tag to be removed.
|
1947
2079
|
# @return [Array<String>]
|
1948
2080
|
#
|
2081
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResourceMessage AWS API Documentation
|
2082
|
+
#
|
1949
2083
|
class RemoveTagsFromResourceMessage < Struct.new(
|
1950
2084
|
:resource_arn,
|
1951
2085
|
:tag_keys)
|
1952
2086
|
include Aws::Structure
|
1953
2087
|
end
|
1954
2088
|
|
2089
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RemoveTagsFromResourceResponse AWS API Documentation
|
2090
|
+
#
|
1955
2091
|
class RemoveTagsFromResourceResponse < Aws::EmptyStructure; end
|
1956
2092
|
|
1957
2093
|
# @!attribute [rw] replication_instance_identifier
|
@@ -2066,6 +2202,8 @@ module Aws::DatabaseMigrationService
|
|
2066
2202
|
# Multi-AZ deployment.
|
2067
2203
|
# @return [String]
|
2068
2204
|
#
|
2205
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationInstance AWS API Documentation
|
2206
|
+
#
|
2069
2207
|
class ReplicationInstance < Struct.new(
|
2070
2208
|
:replication_instance_identifier,
|
2071
2209
|
:replication_instance_class,
|
@@ -2114,6 +2252,8 @@ module Aws::DatabaseMigrationService
|
|
2114
2252
|
# The engine version number of the replication instance.
|
2115
2253
|
# @return [String]
|
2116
2254
|
#
|
2255
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationPendingModifiedValues AWS API Documentation
|
2256
|
+
#
|
2117
2257
|
class ReplicationPendingModifiedValues < Struct.new(
|
2118
2258
|
:replication_instance_class,
|
2119
2259
|
:allocated_storage,
|
@@ -2142,6 +2282,8 @@ module Aws::DatabaseMigrationService
|
|
2142
2282
|
# The subnets that are in the subnet group.
|
2143
2283
|
# @return [Array<Types::Subnet>]
|
2144
2284
|
#
|
2285
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationSubnetGroup AWS API Documentation
|
2286
|
+
#
|
2145
2287
|
class ReplicationSubnetGroup < Struct.new(
|
2146
2288
|
:replication_subnet_group_identifier,
|
2147
2289
|
:replication_subnet_group_description,
|
@@ -2219,6 +2361,8 @@ module Aws::DatabaseMigrationService
|
|
2219
2361
|
# and table errors.
|
2220
2362
|
# @return [Types::ReplicationTaskStats]
|
2221
2363
|
#
|
2364
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTask AWS API Documentation
|
2365
|
+
#
|
2222
2366
|
class ReplicationTask < Struct.new(
|
2223
2367
|
:replication_task_identifier,
|
2224
2368
|
:source_endpoint_arn,
|
@@ -2261,6 +2405,8 @@ module Aws::DatabaseMigrationService
|
|
2261
2405
|
# The number of errors that have occurred during this task.
|
2262
2406
|
# @return [Integer]
|
2263
2407
|
#
|
2408
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTaskStats AWS API Documentation
|
2409
|
+
#
|
2264
2410
|
class ReplicationTaskStats < Struct.new(
|
2265
2411
|
:full_load_progress_percent,
|
2266
2412
|
:elapsed_time_millis,
|
@@ -2293,6 +2439,8 @@ module Aws::DatabaseMigrationService
|
|
2293
2439
|
# The start time for the Change Data Capture (CDC) operation.
|
2294
2440
|
# @return [Time]
|
2295
2441
|
#
|
2442
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskMessage AWS API Documentation
|
2443
|
+
#
|
2296
2444
|
class StartReplicationTaskMessage < Struct.new(
|
2297
2445
|
:replication_task_arn,
|
2298
2446
|
:start_replication_task_type,
|
@@ -2304,6 +2452,8 @@ module Aws::DatabaseMigrationService
|
|
2304
2452
|
# The replication task started.
|
2305
2453
|
# @return [Types::ReplicationTask]
|
2306
2454
|
#
|
2455
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskResponse AWS API Documentation
|
2456
|
+
#
|
2307
2457
|
class StartReplicationTaskResponse < Struct.new(
|
2308
2458
|
:replication_task)
|
2309
2459
|
include Aws::Structure
|
@@ -2321,6 +2471,8 @@ module Aws::DatabaseMigrationService
|
|
2321
2471
|
# stopped.
|
2322
2472
|
# @return [String]
|
2323
2473
|
#
|
2474
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTaskMessage AWS API Documentation
|
2475
|
+
#
|
2324
2476
|
class StopReplicationTaskMessage < Struct.new(
|
2325
2477
|
:replication_task_arn)
|
2326
2478
|
include Aws::Structure
|
@@ -2330,6 +2482,8 @@ module Aws::DatabaseMigrationService
|
|
2330
2482
|
# The replication task stopped.
|
2331
2483
|
# @return [Types::ReplicationTask]
|
2332
2484
|
#
|
2485
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTaskResponse AWS API Documentation
|
2486
|
+
#
|
2333
2487
|
class StopReplicationTaskResponse < Struct.new(
|
2334
2488
|
:replication_task)
|
2335
2489
|
include Aws::Structure
|
@@ -2347,6 +2501,8 @@ module Aws::DatabaseMigrationService
|
|
2347
2501
|
# The status of the subnet.
|
2348
2502
|
# @return [String]
|
2349
2503
|
#
|
2504
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Subnet AWS API Documentation
|
2505
|
+
#
|
2350
2506
|
class Subnet < Struct.new(
|
2351
2507
|
:subnet_identifier,
|
2352
2508
|
:subnet_availability_zone,
|
@@ -2367,6 +2523,8 @@ module Aws::DatabaseMigrationService
|
|
2367
2523
|
# The type of endpoint.
|
2368
2524
|
# @return [String]
|
2369
2525
|
#
|
2526
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/SupportedEndpointType AWS API Documentation
|
2527
|
+
#
|
2370
2528
|
class SupportedEndpointType < Struct.new(
|
2371
2529
|
:engine_name,
|
2372
2530
|
:supports_cdc,
|
@@ -2411,6 +2569,8 @@ module Aws::DatabaseMigrationService
|
|
2411
2569
|
# The state of the table.
|
2412
2570
|
# @return [String]
|
2413
2571
|
#
|
2572
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TableStatistics AWS API Documentation
|
2573
|
+
#
|
2414
2574
|
class TableStatistics < Struct.new(
|
2415
2575
|
:schema_name,
|
2416
2576
|
:table_name,
|
@@ -2450,6 +2610,8 @@ module Aws::DatabaseMigrationService
|
|
2450
2610
|
# "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
|
2451
2611
|
# @return [String]
|
2452
2612
|
#
|
2613
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Tag AWS API Documentation
|
2614
|
+
#
|
2453
2615
|
class Tag < Struct.new(
|
2454
2616
|
:key,
|
2455
2617
|
:value)
|
@@ -2473,6 +2635,8 @@ module Aws::DatabaseMigrationService
|
|
2473
2635
|
# endpoint.
|
2474
2636
|
# @return [String]
|
2475
2637
|
#
|
2638
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnectionMessage AWS API Documentation
|
2639
|
+
#
|
2476
2640
|
class TestConnectionMessage < Struct.new(
|
2477
2641
|
:replication_instance_arn,
|
2478
2642
|
:endpoint_arn)
|
@@ -2483,6 +2647,8 @@ module Aws::DatabaseMigrationService
|
|
2483
2647
|
# The connection tested.
|
2484
2648
|
# @return [Types::Connection]
|
2485
2649
|
#
|
2650
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TestConnectionResponse AWS API Documentation
|
2651
|
+
#
|
2486
2652
|
class TestConnectionResponse < Struct.new(
|
2487
2653
|
:connection)
|
2488
2654
|
include Aws::Structure
|
@@ -2496,6 +2662,8 @@ module Aws::DatabaseMigrationService
|
|
2496
2662
|
# The status of the VPC security group.
|
2497
2663
|
# @return [String]
|
2498
2664
|
#
|
2665
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/VpcSecurityGroupMembership AWS API Documentation
|
2666
|
+
#
|
2499
2667
|
class VpcSecurityGroupMembership < Struct.new(
|
2500
2668
|
:vpc_security_group_id,
|
2501
2669
|
:status)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-databasemigrationservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-04-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|