aws-sdk-databasemigrationservice 1.81.0 → 1.83.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -216,6 +216,10 @@ module Aws::DatabaseMigrationService
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -882,6 +886,9 @@ module Aws::DatabaseMigrationService
882
886
  # @option params [Types::GcpMySQLSettings] :gcp_my_sql_settings
883
887
  # Settings in JSON format for the source GCP MySQL endpoint.
884
888
  #
889
+ # @option params [Types::TimestreamSettings] :timestream_settings
890
+ # Settings in JSON format for the target Amazon Timestream endpoint.
891
+ #
885
892
  # @return [Types::CreateEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
886
893
  #
887
894
  # * {Types::CreateEndpointResponse#endpoint #endpoint} => Types::Endpoint
@@ -1016,6 +1023,8 @@ module Aws::DatabaseMigrationService
1016
1023
  # kms_key_id: "String",
1017
1024
  # secrets_manager_access_role_arn: "String",
1018
1025
  # secrets_manager_secret_id: "String",
1026
+ # use_update_look_up: false,
1027
+ # replicate_shard_collections: false,
1019
1028
  # },
1020
1029
  # kinesis_settings: {
1021
1030
  # stream_arn: "String",
@@ -1049,6 +1058,7 @@ module Aws::DatabaseMigrationService
1049
1058
  # sasl_password: "SecretString",
1050
1059
  # no_hex_prefix: false,
1051
1060
  # sasl_mechanism: "scram-sha-512", # accepts scram-sha-512, plain
1061
+ # ssl_endpoint_identification_algorithm: "none", # accepts none, https
1052
1062
  # },
1053
1063
  # elasticsearch_settings: {
1054
1064
  # service_access_role_arn: "String", # required
@@ -1120,6 +1130,8 @@ module Aws::DatabaseMigrationService
1120
1130
  # secrets_manager_secret_id: "String",
1121
1131
  # trim_space_in_char: false,
1122
1132
  # map_boolean_as_boolean: false,
1133
+ # map_jsonb_as_clob: false,
1134
+ # map_long_varchar_as: "wstring", # accepts wstring, clob, nclob
1123
1135
  # },
1124
1136
  # my_sql_settings: {
1125
1137
  # after_connect_script: "String",
@@ -1180,6 +1192,7 @@ module Aws::DatabaseMigrationService
1180
1192
  # secrets_manager_oracle_asm_secret_id: "String",
1181
1193
  # trim_space_in_char: false,
1182
1194
  # convert_timestamp_with_zone_to_utc: false,
1195
+ # open_transaction_window: 1,
1183
1196
  # },
1184
1197
  # sybase_settings: {
1185
1198
  # database_name: "String",
@@ -1234,6 +1247,8 @@ module Aws::DatabaseMigrationService
1234
1247
  # kms_key_id: "String",
1235
1248
  # secrets_manager_access_role_arn: "String",
1236
1249
  # secrets_manager_secret_id: "String",
1250
+ # use_update_look_up: false,
1251
+ # replicate_shard_collections: false,
1237
1252
  # },
1238
1253
  # redis_settings: {
1239
1254
  # server_name: "String", # required
@@ -1260,6 +1275,13 @@ module Aws::DatabaseMigrationService
1260
1275
  # secrets_manager_access_role_arn: "String",
1261
1276
  # secrets_manager_secret_id: "String",
1262
1277
  # },
1278
+ # timestream_settings: {
1279
+ # database_name: "String", # required
1280
+ # memory_duration: 1, # required
1281
+ # magnetic_duration: 1, # required
1282
+ # cdc_inserts_and_updates: false,
1283
+ # enable_magnetic_store_writes: false,
1284
+ # },
1263
1285
  # })
1264
1286
  #
1265
1287
  # @example Response structure
@@ -1339,6 +1361,8 @@ module Aws::DatabaseMigrationService
1339
1361
  # resp.endpoint.mongo_db_settings.kms_key_id #=> String
1340
1362
  # resp.endpoint.mongo_db_settings.secrets_manager_access_role_arn #=> String
1341
1363
  # resp.endpoint.mongo_db_settings.secrets_manager_secret_id #=> String
1364
+ # resp.endpoint.mongo_db_settings.use_update_look_up #=> Boolean
1365
+ # resp.endpoint.mongo_db_settings.replicate_shard_collections #=> Boolean
1342
1366
  # resp.endpoint.kinesis_settings.stream_arn #=> String
1343
1367
  # resp.endpoint.kinesis_settings.message_format #=> String, one of "json", "json-unformatted"
1344
1368
  # resp.endpoint.kinesis_settings.service_access_role_arn #=> String
@@ -1368,6 +1392,7 @@ module Aws::DatabaseMigrationService
1368
1392
  # resp.endpoint.kafka_settings.sasl_password #=> String
1369
1393
  # resp.endpoint.kafka_settings.no_hex_prefix #=> Boolean
1370
1394
  # resp.endpoint.kafka_settings.sasl_mechanism #=> String, one of "scram-sha-512", "plain"
1395
+ # resp.endpoint.kafka_settings.ssl_endpoint_identification_algorithm #=> String, one of "none", "https"
1371
1396
  # resp.endpoint.elasticsearch_settings.service_access_role_arn #=> String
1372
1397
  # resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
1373
1398
  # resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
@@ -1431,6 +1456,8 @@ module Aws::DatabaseMigrationService
1431
1456
  # resp.endpoint.postgre_sql_settings.secrets_manager_secret_id #=> String
1432
1457
  # resp.endpoint.postgre_sql_settings.trim_space_in_char #=> Boolean
1433
1458
  # resp.endpoint.postgre_sql_settings.map_boolean_as_boolean #=> Boolean
1459
+ # resp.endpoint.postgre_sql_settings.map_jsonb_as_clob #=> Boolean
1460
+ # resp.endpoint.postgre_sql_settings.map_long_varchar_as #=> String, one of "wstring", "clob", "nclob"
1434
1461
  # resp.endpoint.my_sql_settings.after_connect_script #=> String
1435
1462
  # resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
1436
1463
  # resp.endpoint.my_sql_settings.database_name #=> String
@@ -1488,6 +1515,7 @@ module Aws::DatabaseMigrationService
1488
1515
  # resp.endpoint.oracle_settings.secrets_manager_oracle_asm_secret_id #=> String
1489
1516
  # resp.endpoint.oracle_settings.trim_space_in_char #=> Boolean
1490
1517
  # resp.endpoint.oracle_settings.convert_timestamp_with_zone_to_utc #=> Boolean
1518
+ # resp.endpoint.oracle_settings.open_transaction_window #=> Integer
1491
1519
  # resp.endpoint.sybase_settings.database_name #=> String
1492
1520
  # resp.endpoint.sybase_settings.password #=> String
1493
1521
  # resp.endpoint.sybase_settings.port #=> Integer
@@ -1533,6 +1561,8 @@ module Aws::DatabaseMigrationService
1533
1561
  # resp.endpoint.doc_db_settings.kms_key_id #=> String
1534
1562
  # resp.endpoint.doc_db_settings.secrets_manager_access_role_arn #=> String
1535
1563
  # resp.endpoint.doc_db_settings.secrets_manager_secret_id #=> String
1564
+ # resp.endpoint.doc_db_settings.use_update_look_up #=> Boolean
1565
+ # resp.endpoint.doc_db_settings.replicate_shard_collections #=> Boolean
1536
1566
  # resp.endpoint.redis_settings.server_name #=> String
1537
1567
  # resp.endpoint.redis_settings.port #=> Integer
1538
1568
  # resp.endpoint.redis_settings.ssl_security_protocol #=> String, one of "plaintext", "ssl-encryption"
@@ -1554,6 +1584,11 @@ module Aws::DatabaseMigrationService
1554
1584
  # resp.endpoint.gcp_my_sql_settings.username #=> String
1555
1585
  # resp.endpoint.gcp_my_sql_settings.secrets_manager_access_role_arn #=> String
1556
1586
  # resp.endpoint.gcp_my_sql_settings.secrets_manager_secret_id #=> String
1587
+ # resp.endpoint.timestream_settings.database_name #=> String
1588
+ # resp.endpoint.timestream_settings.memory_duration #=> Integer
1589
+ # resp.endpoint.timestream_settings.magnetic_duration #=> Integer
1590
+ # resp.endpoint.timestream_settings.cdc_inserts_and_updates #=> Boolean
1591
+ # resp.endpoint.timestream_settings.enable_magnetic_store_writes #=> Boolean
1557
1592
  #
1558
1593
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint AWS API Documentation
1559
1594
  #
@@ -1725,6 +1760,158 @@ module Aws::DatabaseMigrationService
1725
1760
  req.send_request(options)
1726
1761
  end
1727
1762
 
1763
+ # Creates a configuration that you can later provide to configure and
1764
+ # start an DMS Serverless replication. You can also provide options to
1765
+ # validate the configuration inputs before you start the replication.
1766
+ #
1767
+ # @option params [required, String] :replication_config_identifier
1768
+ # A unique identifier that you want to use to create a
1769
+ # `ReplicationConfigArn` that is returned as part of the output from
1770
+ # this action. You can then pass this output `ReplicationConfigArn` as
1771
+ # the value of the `ReplicationConfigArn` option for other actions to
1772
+ # identify both DMS Serverless replications and replication
1773
+ # configurations that you want those actions to operate on. For some
1774
+ # actions, you can also use either this unique identifier or a
1775
+ # corresponding ARN in action filters to identify the specific
1776
+ # replication and replication configuration to operate on.
1777
+ #
1778
+ # @option params [required, String] :source_endpoint_arn
1779
+ # The Amazon Resource Name (ARN) of the source endpoint for this DMS
1780
+ # Serverless replication configuration.
1781
+ #
1782
+ # @option params [required, String] :target_endpoint_arn
1783
+ # The Amazon Resource Name (ARN) of the target endpoint for this DMS
1784
+ # serverless replication configuration.
1785
+ #
1786
+ # @option params [required, Types::ComputeConfig] :compute_config
1787
+ # Configuration parameters for provisioning an DMS Serverless
1788
+ # replication.
1789
+ #
1790
+ # @option params [required, String] :replication_type
1791
+ # The type of DMS Serverless replication to provision using this
1792
+ # replication configuration.
1793
+ #
1794
+ # Possible values:
1795
+ #
1796
+ # * `"full-load"`
1797
+ #
1798
+ # * `"cdc"`
1799
+ #
1800
+ # * `"full-load-and-cdc"`
1801
+ #
1802
+ # @option params [required, String] :table_mappings
1803
+ # JSON table mappings for DMS Serverless replications that are
1804
+ # provisioned using this replication configuration. For more
1805
+ # information, see [ Specifying table selection and transformations
1806
+ # rules using JSON][1].
1807
+ #
1808
+ #
1809
+ #
1810
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.html
1811
+ #
1812
+ # @option params [String] :replication_settings
1813
+ # Optional JSON settings for DMS Serverless replications that are
1814
+ # provisioned using this replication configuration. For example, see [
1815
+ # Change processing tuning settings][1].
1816
+ #
1817
+ #
1818
+ #
1819
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TaskSettings.ChangeProcessingTuning.html
1820
+ #
1821
+ # @option params [String] :supplemental_settings
1822
+ # Optional JSON settings for specifying supplemental data. For more
1823
+ # information, see [ Specifying supplemental data for task settings][1].
1824
+ #
1825
+ #
1826
+ #
1827
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html
1828
+ #
1829
+ # @option params [String] :resource_identifier
1830
+ # Optional unique value or name that you set for a given resource that
1831
+ # can be used to construct an Amazon Resource Name (ARN) for that
1832
+ # resource. For more information, see [ Fine-grained access control
1833
+ # using resource names and tags][1].
1834
+ #
1835
+ #
1836
+ #
1837
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.html#CHAP_Security.FineGrainedAccess
1838
+ #
1839
+ # @option params [Array<Types::Tag>] :tags
1840
+ # One or more optional tags associated with resources used by the DMS
1841
+ # Serverless replication. For more information, see [ Tagging resources
1842
+ # in Database Migration Service][1].
1843
+ #
1844
+ #
1845
+ #
1846
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tagging.html
1847
+ #
1848
+ # @return [Types::CreateReplicationConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1849
+ #
1850
+ # * {Types::CreateReplicationConfigResponse#replication_config #replication_config} => Types::ReplicationConfig
1851
+ #
1852
+ # @example Request syntax with placeholder values
1853
+ #
1854
+ # resp = client.create_replication_config({
1855
+ # replication_config_identifier: "String", # required
1856
+ # source_endpoint_arn: "String", # required
1857
+ # target_endpoint_arn: "String", # required
1858
+ # compute_config: { # required
1859
+ # availability_zone: "String",
1860
+ # dns_name_servers: "String",
1861
+ # kms_key_id: "String",
1862
+ # max_capacity_units: 1,
1863
+ # min_capacity_units: 1,
1864
+ # multi_az: false,
1865
+ # preferred_maintenance_window: "String",
1866
+ # replication_subnet_group_id: "String",
1867
+ # vpc_security_group_ids: ["String"],
1868
+ # },
1869
+ # replication_type: "full-load", # required, accepts full-load, cdc, full-load-and-cdc
1870
+ # table_mappings: "String", # required
1871
+ # replication_settings: "String",
1872
+ # supplemental_settings: "String",
1873
+ # resource_identifier: "String",
1874
+ # tags: [
1875
+ # {
1876
+ # key: "String",
1877
+ # value: "String",
1878
+ # resource_arn: "String",
1879
+ # },
1880
+ # ],
1881
+ # })
1882
+ #
1883
+ # @example Response structure
1884
+ #
1885
+ # resp.replication_config.replication_config_identifier #=> String
1886
+ # resp.replication_config.replication_config_arn #=> String
1887
+ # resp.replication_config.source_endpoint_arn #=> String
1888
+ # resp.replication_config.target_endpoint_arn #=> String
1889
+ # resp.replication_config.replication_type #=> String, one of "full-load", "cdc", "full-load-and-cdc"
1890
+ # resp.replication_config.compute_config.availability_zone #=> String
1891
+ # resp.replication_config.compute_config.dns_name_servers #=> String
1892
+ # resp.replication_config.compute_config.kms_key_id #=> String
1893
+ # resp.replication_config.compute_config.max_capacity_units #=> Integer
1894
+ # resp.replication_config.compute_config.min_capacity_units #=> Integer
1895
+ # resp.replication_config.compute_config.multi_az #=> Boolean
1896
+ # resp.replication_config.compute_config.preferred_maintenance_window #=> String
1897
+ # resp.replication_config.compute_config.replication_subnet_group_id #=> String
1898
+ # resp.replication_config.compute_config.vpc_security_group_ids #=> Array
1899
+ # resp.replication_config.compute_config.vpc_security_group_ids[0] #=> String
1900
+ # resp.replication_config.replication_settings #=> String
1901
+ # resp.replication_config.supplemental_settings #=> String
1902
+ # resp.replication_config.table_mappings #=> String
1903
+ # resp.replication_config.replication_config_create_time #=> Time
1904
+ # resp.replication_config.replication_config_update_time #=> Time
1905
+ #
1906
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationConfig AWS API Documentation
1907
+ #
1908
+ # @overload create_replication_config(params = {})
1909
+ # @param [Hash] params ({})
1910
+ def create_replication_config(params = {}, options = {})
1911
+ req = build_request(:create_replication_config, params)
1912
+ req.send_request(options)
1913
+ end
1914
+
1728
1915
  # Creates the replication instance using the specified parameters.
1729
1916
  #
1730
1917
  # DMS requires that your account have certain roles with appropriate
@@ -1763,12 +1950,14 @@ module Aws::DatabaseMigrationService
1763
1950
  # `"dms.c4.large"`.
1764
1951
  #
1765
1952
  # For more information on the settings and capacities for the available
1766
- # replication instance classes, see [ Selecting the right DMS
1767
- # replication instance for your migration][1].
1953
+ # replication instance classes, see [ Choosing the right DMS replication
1954
+ # instance][1]; and, [Selecting the best size for a replication
1955
+ # instance][2].
1768
1956
  #
1769
1957
  #
1770
1958
  #
1771
- # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
1959
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.Types.html
1960
+ # [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_BestPractices.SizingReplicationInstance.html
1772
1961
  #
1773
1962
  # @option params [Array<String>] :vpc_security_group_ids
1774
1963
  # Specifies the VPC security group to be used with the replication
@@ -1778,7 +1967,7 @@ module Aws::DatabaseMigrationService
1778
1967
  # @option params [String] :availability_zone
1779
1968
  # The Availability Zone where the replication instance will be created.
1780
1969
  # The default value is a random, system-chosen Availability Zone in the
1781
- # endpoint's Amazon Web Services Region, for example: `us-east-1d`
1970
+ # endpoint's Amazon Web Services Region, for example: `us-east-1d`.
1782
1971
  #
1783
1972
  # @option params [String] :replication_subnet_group_identifier
1784
1973
  # A subnet group to associate with the replication instance.
@@ -2044,6 +2233,18 @@ module Aws::DatabaseMigrationService
2044
2233
  # zones in the Amazon Web Services Region, otherwise the service will
2045
2234
  # throw a `ReplicationSubnetGroupDoesNotCoverEnoughAZs` exception.
2046
2235
  #
2236
+ # If a replication subnet group exists in your Amazon Web Services
2237
+ # account, the CreateReplicationSubnetGroup action returns the following
2238
+ # error message: The Replication Subnet Group already exists. In this
2239
+ # case, delete the existing replication subnet group. To do so, use the
2240
+ # [DeleteReplicationSubnetGroup][1] action. Optionally, choose Subnet
2241
+ # groups in the DMS console, then choose your subnet group. Next, choose
2242
+ # Delete from Actions.
2243
+ #
2244
+ #
2245
+ #
2246
+ # [1]: https://docs.aws.amazon.com/en_us/dms/latest/APIReference/API_DeleteReplicationSubnetGroup.html
2247
+ #
2047
2248
  # @option params [required, String] :replication_subnet_group_identifier
2048
2249
  # The name for the replication subnet group. This value is stored as a
2049
2250
  # lowercase string.
@@ -2581,6 +2782,8 @@ module Aws::DatabaseMigrationService
2581
2782
  # resp.endpoint.mongo_db_settings.kms_key_id #=> String
2582
2783
  # resp.endpoint.mongo_db_settings.secrets_manager_access_role_arn #=> String
2583
2784
  # resp.endpoint.mongo_db_settings.secrets_manager_secret_id #=> String
2785
+ # resp.endpoint.mongo_db_settings.use_update_look_up #=> Boolean
2786
+ # resp.endpoint.mongo_db_settings.replicate_shard_collections #=> Boolean
2584
2787
  # resp.endpoint.kinesis_settings.stream_arn #=> String
2585
2788
  # resp.endpoint.kinesis_settings.message_format #=> String, one of "json", "json-unformatted"
2586
2789
  # resp.endpoint.kinesis_settings.service_access_role_arn #=> String
@@ -2610,6 +2813,7 @@ module Aws::DatabaseMigrationService
2610
2813
  # resp.endpoint.kafka_settings.sasl_password #=> String
2611
2814
  # resp.endpoint.kafka_settings.no_hex_prefix #=> Boolean
2612
2815
  # resp.endpoint.kafka_settings.sasl_mechanism #=> String, one of "scram-sha-512", "plain"
2816
+ # resp.endpoint.kafka_settings.ssl_endpoint_identification_algorithm #=> String, one of "none", "https"
2613
2817
  # resp.endpoint.elasticsearch_settings.service_access_role_arn #=> String
2614
2818
  # resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
2615
2819
  # resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
@@ -2673,6 +2877,8 @@ module Aws::DatabaseMigrationService
2673
2877
  # resp.endpoint.postgre_sql_settings.secrets_manager_secret_id #=> String
2674
2878
  # resp.endpoint.postgre_sql_settings.trim_space_in_char #=> Boolean
2675
2879
  # resp.endpoint.postgre_sql_settings.map_boolean_as_boolean #=> Boolean
2880
+ # resp.endpoint.postgre_sql_settings.map_jsonb_as_clob #=> Boolean
2881
+ # resp.endpoint.postgre_sql_settings.map_long_varchar_as #=> String, one of "wstring", "clob", "nclob"
2676
2882
  # resp.endpoint.my_sql_settings.after_connect_script #=> String
2677
2883
  # resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
2678
2884
  # resp.endpoint.my_sql_settings.database_name #=> String
@@ -2730,6 +2936,7 @@ module Aws::DatabaseMigrationService
2730
2936
  # resp.endpoint.oracle_settings.secrets_manager_oracle_asm_secret_id #=> String
2731
2937
  # resp.endpoint.oracle_settings.trim_space_in_char #=> Boolean
2732
2938
  # resp.endpoint.oracle_settings.convert_timestamp_with_zone_to_utc #=> Boolean
2939
+ # resp.endpoint.oracle_settings.open_transaction_window #=> Integer
2733
2940
  # resp.endpoint.sybase_settings.database_name #=> String
2734
2941
  # resp.endpoint.sybase_settings.password #=> String
2735
2942
  # resp.endpoint.sybase_settings.port #=> Integer
@@ -2775,6 +2982,8 @@ module Aws::DatabaseMigrationService
2775
2982
  # resp.endpoint.doc_db_settings.kms_key_id #=> String
2776
2983
  # resp.endpoint.doc_db_settings.secrets_manager_access_role_arn #=> String
2777
2984
  # resp.endpoint.doc_db_settings.secrets_manager_secret_id #=> String
2985
+ # resp.endpoint.doc_db_settings.use_update_look_up #=> Boolean
2986
+ # resp.endpoint.doc_db_settings.replicate_shard_collections #=> Boolean
2778
2987
  # resp.endpoint.redis_settings.server_name #=> String
2779
2988
  # resp.endpoint.redis_settings.port #=> Integer
2780
2989
  # resp.endpoint.redis_settings.ssl_security_protocol #=> String, one of "plaintext", "ssl-encryption"
@@ -2796,6 +3005,11 @@ module Aws::DatabaseMigrationService
2796
3005
  # resp.endpoint.gcp_my_sql_settings.username #=> String
2797
3006
  # resp.endpoint.gcp_my_sql_settings.secrets_manager_access_role_arn #=> String
2798
3007
  # resp.endpoint.gcp_my_sql_settings.secrets_manager_secret_id #=> String
3008
+ # resp.endpoint.timestream_settings.database_name #=> String
3009
+ # resp.endpoint.timestream_settings.memory_duration #=> Integer
3010
+ # resp.endpoint.timestream_settings.magnetic_duration #=> Integer
3011
+ # resp.endpoint.timestream_settings.cdc_inserts_and_updates #=> Boolean
3012
+ # resp.endpoint.timestream_settings.enable_magnetic_store_writes #=> Boolean
2799
3013
  #
2800
3014
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint AWS API Documentation
2801
3015
  #
@@ -2895,6 +3109,57 @@ module Aws::DatabaseMigrationService
2895
3109
  req.send_request(options)
2896
3110
  end
2897
3111
 
3112
+ # Deletes an DMS Serverless replication configuration. This effectively
3113
+ # deprovisions any and all replications that use this configuration. You
3114
+ # can't delete the configuration for an DMS Serverless replication that
3115
+ # is ongoing. You can delete the configuration when the replication is
3116
+ # in a non-RUNNING and non-STARTING state.
3117
+ #
3118
+ # @option params [required, String] :replication_config_arn
3119
+ # The replication config to delete.
3120
+ #
3121
+ # @return [Types::DeleteReplicationConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3122
+ #
3123
+ # * {Types::DeleteReplicationConfigResponse#replication_config #replication_config} => Types::ReplicationConfig
3124
+ #
3125
+ # @example Request syntax with placeholder values
3126
+ #
3127
+ # resp = client.delete_replication_config({
3128
+ # replication_config_arn: "String", # required
3129
+ # })
3130
+ #
3131
+ # @example Response structure
3132
+ #
3133
+ # resp.replication_config.replication_config_identifier #=> String
3134
+ # resp.replication_config.replication_config_arn #=> String
3135
+ # resp.replication_config.source_endpoint_arn #=> String
3136
+ # resp.replication_config.target_endpoint_arn #=> String
3137
+ # resp.replication_config.replication_type #=> String, one of "full-load", "cdc", "full-load-and-cdc"
3138
+ # resp.replication_config.compute_config.availability_zone #=> String
3139
+ # resp.replication_config.compute_config.dns_name_servers #=> String
3140
+ # resp.replication_config.compute_config.kms_key_id #=> String
3141
+ # resp.replication_config.compute_config.max_capacity_units #=> Integer
3142
+ # resp.replication_config.compute_config.min_capacity_units #=> Integer
3143
+ # resp.replication_config.compute_config.multi_az #=> Boolean
3144
+ # resp.replication_config.compute_config.preferred_maintenance_window #=> String
3145
+ # resp.replication_config.compute_config.replication_subnet_group_id #=> String
3146
+ # resp.replication_config.compute_config.vpc_security_group_ids #=> Array
3147
+ # resp.replication_config.compute_config.vpc_security_group_ids[0] #=> String
3148
+ # resp.replication_config.replication_settings #=> String
3149
+ # resp.replication_config.supplemental_settings #=> String
3150
+ # resp.replication_config.table_mappings #=> String
3151
+ # resp.replication_config.replication_config_create_time #=> Time
3152
+ # resp.replication_config.replication_config_update_time #=> Time
3153
+ #
3154
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationConfig AWS API Documentation
3155
+ #
3156
+ # @overload delete_replication_config(params = {})
3157
+ # @param [Hash] params ({})
3158
+ def delete_replication_config(params = {}, options = {})
3159
+ req = build_request(:delete_replication_config, params)
3160
+ req.send_request(options)
3161
+ end
3162
+
2898
3163
  # Deletes the specified replication instance.
2899
3164
  #
2900
3165
  # <note markdown="1"> You must delete any migration tasks that are associated with the
@@ -3545,7 +3810,7 @@ module Aws::DatabaseMigrationService
3545
3810
  # when you create an endpoint for a specific database engine.
3546
3811
  #
3547
3812
  # @option params [required, String] :engine_name
3548
- # The databse engine used for your source or target endpoint.
3813
+ # The database engine used for your source or target endpoint.
3549
3814
  #
3550
3815
  # @option params [Integer] :max_records
3551
3816
  # The maximum number of records to include in the response. If more
@@ -3833,6 +4098,8 @@ module Aws::DatabaseMigrationService
3833
4098
  # resp.endpoints[0].mongo_db_settings.kms_key_id #=> String
3834
4099
  # resp.endpoints[0].mongo_db_settings.secrets_manager_access_role_arn #=> String
3835
4100
  # resp.endpoints[0].mongo_db_settings.secrets_manager_secret_id #=> String
4101
+ # resp.endpoints[0].mongo_db_settings.use_update_look_up #=> Boolean
4102
+ # resp.endpoints[0].mongo_db_settings.replicate_shard_collections #=> Boolean
3836
4103
  # resp.endpoints[0].kinesis_settings.stream_arn #=> String
3837
4104
  # resp.endpoints[0].kinesis_settings.message_format #=> String, one of "json", "json-unformatted"
3838
4105
  # resp.endpoints[0].kinesis_settings.service_access_role_arn #=> String
@@ -3862,6 +4129,7 @@ module Aws::DatabaseMigrationService
3862
4129
  # resp.endpoints[0].kafka_settings.sasl_password #=> String
3863
4130
  # resp.endpoints[0].kafka_settings.no_hex_prefix #=> Boolean
3864
4131
  # resp.endpoints[0].kafka_settings.sasl_mechanism #=> String, one of "scram-sha-512", "plain"
4132
+ # resp.endpoints[0].kafka_settings.ssl_endpoint_identification_algorithm #=> String, one of "none", "https"
3865
4133
  # resp.endpoints[0].elasticsearch_settings.service_access_role_arn #=> String
3866
4134
  # resp.endpoints[0].elasticsearch_settings.endpoint_uri #=> String
3867
4135
  # resp.endpoints[0].elasticsearch_settings.full_load_error_percentage #=> Integer
@@ -3925,6 +4193,8 @@ module Aws::DatabaseMigrationService
3925
4193
  # resp.endpoints[0].postgre_sql_settings.secrets_manager_secret_id #=> String
3926
4194
  # resp.endpoints[0].postgre_sql_settings.trim_space_in_char #=> Boolean
3927
4195
  # resp.endpoints[0].postgre_sql_settings.map_boolean_as_boolean #=> Boolean
4196
+ # resp.endpoints[0].postgre_sql_settings.map_jsonb_as_clob #=> Boolean
4197
+ # resp.endpoints[0].postgre_sql_settings.map_long_varchar_as #=> String, one of "wstring", "clob", "nclob"
3928
4198
  # resp.endpoints[0].my_sql_settings.after_connect_script #=> String
3929
4199
  # resp.endpoints[0].my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
3930
4200
  # resp.endpoints[0].my_sql_settings.database_name #=> String
@@ -3982,6 +4252,7 @@ module Aws::DatabaseMigrationService
3982
4252
  # resp.endpoints[0].oracle_settings.secrets_manager_oracle_asm_secret_id #=> String
3983
4253
  # resp.endpoints[0].oracle_settings.trim_space_in_char #=> Boolean
3984
4254
  # resp.endpoints[0].oracle_settings.convert_timestamp_with_zone_to_utc #=> Boolean
4255
+ # resp.endpoints[0].oracle_settings.open_transaction_window #=> Integer
3985
4256
  # resp.endpoints[0].sybase_settings.database_name #=> String
3986
4257
  # resp.endpoints[0].sybase_settings.password #=> String
3987
4258
  # resp.endpoints[0].sybase_settings.port #=> Integer
@@ -4027,6 +4298,8 @@ module Aws::DatabaseMigrationService
4027
4298
  # resp.endpoints[0].doc_db_settings.kms_key_id #=> String
4028
4299
  # resp.endpoints[0].doc_db_settings.secrets_manager_access_role_arn #=> String
4029
4300
  # resp.endpoints[0].doc_db_settings.secrets_manager_secret_id #=> String
4301
+ # resp.endpoints[0].doc_db_settings.use_update_look_up #=> Boolean
4302
+ # resp.endpoints[0].doc_db_settings.replicate_shard_collections #=> Boolean
4030
4303
  # resp.endpoints[0].redis_settings.server_name #=> String
4031
4304
  # resp.endpoints[0].redis_settings.port #=> Integer
4032
4305
  # resp.endpoints[0].redis_settings.ssl_security_protocol #=> String, one of "plaintext", "ssl-encryption"
@@ -4048,6 +4321,11 @@ module Aws::DatabaseMigrationService
4048
4321
  # resp.endpoints[0].gcp_my_sql_settings.username #=> String
4049
4322
  # resp.endpoints[0].gcp_my_sql_settings.secrets_manager_access_role_arn #=> String
4050
4323
  # resp.endpoints[0].gcp_my_sql_settings.secrets_manager_secret_id #=> String
4324
+ # resp.endpoints[0].timestream_settings.database_name #=> String
4325
+ # resp.endpoints[0].timestream_settings.memory_duration #=> Integer
4326
+ # resp.endpoints[0].timestream_settings.magnetic_duration #=> Integer
4327
+ # resp.endpoints[0].timestream_settings.cdc_inserts_and_updates #=> Boolean
4328
+ # resp.endpoints[0].timestream_settings.enable_magnetic_store_writes #=> Boolean
4051
4329
  #
4052
4330
  #
4053
4331
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -4899,6 +5177,7 @@ module Aws::DatabaseMigrationService
4899
5177
  # resp.recommendations[0].data.rds_engine.requirements_to_target.storage_size #=> Integer
4900
5178
  # resp.recommendations[0].data.rds_engine.requirements_to_target.storage_iops #=> Integer
4901
5179
  # resp.recommendations[0].data.rds_engine.requirements_to_target.deployment_option #=> String
5180
+ # resp.recommendations[0].data.rds_engine.requirements_to_target.engine_version #=> String
4902
5181
  # resp.recommendations[0].data.rds_engine.target_configuration.engine_edition #=> String
4903
5182
  # resp.recommendations[0].data.rds_engine.target_configuration.instance_type #=> String
4904
5183
  # resp.recommendations[0].data.rds_engine.target_configuration.instance_vcpu #=> Float
@@ -4907,6 +5186,7 @@ module Aws::DatabaseMigrationService
4907
5186
  # resp.recommendations[0].data.rds_engine.target_configuration.storage_size #=> Integer
4908
5187
  # resp.recommendations[0].data.rds_engine.target_configuration.storage_iops #=> Integer
4909
5188
  # resp.recommendations[0].data.rds_engine.target_configuration.deployment_option #=> String
5189
+ # resp.recommendations[0].data.rds_engine.target_configuration.engine_version #=> String
4910
5190
  #
4911
5191
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeRecommendations AWS API Documentation
4912
5192
  #
@@ -4965,6 +5245,77 @@ module Aws::DatabaseMigrationService
4965
5245
  req.send_request(options)
4966
5246
  end
4967
5247
 
5248
+ # Returns one or more existing DMS Serverless replication configurations
5249
+ # as a list of structures.
5250
+ #
5251
+ # @option params [Array<Types::Filter>] :filters
5252
+ # Filters applied to the replication configs.
5253
+ #
5254
+ # @option params [Integer] :max_records
5255
+ # The maximum number of records to include in the response. If more
5256
+ # records exist than the specified `MaxRecords` value, a pagination
5257
+ # token called a marker is included in the response so that the
5258
+ # remaining results can be retrieved.
5259
+ #
5260
+ # @option params [String] :marker
5261
+ # An optional pagination token provided by a previous request. If this
5262
+ # parameter is specified, the response includes only records beyond the
5263
+ # marker, up to the value specified by `MaxRecords`.
5264
+ #
5265
+ # @return [Types::DescribeReplicationConfigsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5266
+ #
5267
+ # * {Types::DescribeReplicationConfigsResponse#marker #marker} => String
5268
+ # * {Types::DescribeReplicationConfigsResponse#replication_configs #replication_configs} => Array&lt;Types::ReplicationConfig&gt;
5269
+ #
5270
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5271
+ #
5272
+ # @example Request syntax with placeholder values
5273
+ #
5274
+ # resp = client.describe_replication_configs({
5275
+ # filters: [
5276
+ # {
5277
+ # name: "String", # required
5278
+ # values: ["String"], # required
5279
+ # },
5280
+ # ],
5281
+ # max_records: 1,
5282
+ # marker: "String",
5283
+ # })
5284
+ #
5285
+ # @example Response structure
5286
+ #
5287
+ # resp.marker #=> String
5288
+ # resp.replication_configs #=> Array
5289
+ # resp.replication_configs[0].replication_config_identifier #=> String
5290
+ # resp.replication_configs[0].replication_config_arn #=> String
5291
+ # resp.replication_configs[0].source_endpoint_arn #=> String
5292
+ # resp.replication_configs[0].target_endpoint_arn #=> String
5293
+ # resp.replication_configs[0].replication_type #=> String, one of "full-load", "cdc", "full-load-and-cdc"
5294
+ # resp.replication_configs[0].compute_config.availability_zone #=> String
5295
+ # resp.replication_configs[0].compute_config.dns_name_servers #=> String
5296
+ # resp.replication_configs[0].compute_config.kms_key_id #=> String
5297
+ # resp.replication_configs[0].compute_config.max_capacity_units #=> Integer
5298
+ # resp.replication_configs[0].compute_config.min_capacity_units #=> Integer
5299
+ # resp.replication_configs[0].compute_config.multi_az #=> Boolean
5300
+ # resp.replication_configs[0].compute_config.preferred_maintenance_window #=> String
5301
+ # resp.replication_configs[0].compute_config.replication_subnet_group_id #=> String
5302
+ # resp.replication_configs[0].compute_config.vpc_security_group_ids #=> Array
5303
+ # resp.replication_configs[0].compute_config.vpc_security_group_ids[0] #=> String
5304
+ # resp.replication_configs[0].replication_settings #=> String
5305
+ # resp.replication_configs[0].supplemental_settings #=> String
5306
+ # resp.replication_configs[0].table_mappings #=> String
5307
+ # resp.replication_configs[0].replication_config_create_time #=> Time
5308
+ # resp.replication_configs[0].replication_config_update_time #=> Time
5309
+ #
5310
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationConfigs AWS API Documentation
5311
+ #
5312
+ # @overload describe_replication_configs(params = {})
5313
+ # @param [Hash] params ({})
5314
+ def describe_replication_configs(params = {}, options = {})
5315
+ req = build_request(:describe_replication_configs, params)
5316
+ req.send_request(options)
5317
+ end
5318
+
4968
5319
  # Returns information about the task logs for the specified task.
4969
5320
  #
4970
5321
  # @option params [required, String] :replication_instance_arn
@@ -5245,6 +5596,87 @@ module Aws::DatabaseMigrationService
5245
5596
  req.send_request(options)
5246
5597
  end
5247
5598
 
5599
+ # Returns table and schema statistics for one or more provisioned
5600
+ # replications that use a given DMS Serverless replication
5601
+ # configuration.
5602
+ #
5603
+ # @option params [required, String] :replication_config_arn
5604
+ # The replication config to describe.
5605
+ #
5606
+ # @option params [Integer] :max_records
5607
+ # The maximum number of records to include in the response. If more
5608
+ # records exist than the specified `MaxRecords` value, a pagination
5609
+ # token called a marker is included in the response so that the
5610
+ # remaining results can be retrieved.
5611
+ #
5612
+ # @option params [String] :marker
5613
+ # An optional pagination token provided by a previous request. If this
5614
+ # parameter is specified, the response includes only records beyond the
5615
+ # marker, up to the value specified by `MaxRecords`.
5616
+ #
5617
+ # @option params [Array<Types::Filter>] :filters
5618
+ # Filters applied to the replication table statistics.
5619
+ #
5620
+ # @return [Types::DescribeReplicationTableStatisticsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5621
+ #
5622
+ # * {Types::DescribeReplicationTableStatisticsResponse#replication_config_arn #replication_config_arn} => String
5623
+ # * {Types::DescribeReplicationTableStatisticsResponse#marker #marker} => String
5624
+ # * {Types::DescribeReplicationTableStatisticsResponse#replication_table_statistics #replication_table_statistics} => Array&lt;Types::TableStatistics&gt;
5625
+ #
5626
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
5627
+ #
5628
+ # @example Request syntax with placeholder values
5629
+ #
5630
+ # resp = client.describe_replication_table_statistics({
5631
+ # replication_config_arn: "String", # required
5632
+ # max_records: 1,
5633
+ # marker: "String",
5634
+ # filters: [
5635
+ # {
5636
+ # name: "String", # required
5637
+ # values: ["String"], # required
5638
+ # },
5639
+ # ],
5640
+ # })
5641
+ #
5642
+ # @example Response structure
5643
+ #
5644
+ # resp.replication_config_arn #=> String
5645
+ # resp.marker #=> String
5646
+ # resp.replication_table_statistics #=> Array
5647
+ # resp.replication_table_statistics[0].schema_name #=> String
5648
+ # resp.replication_table_statistics[0].table_name #=> String
5649
+ # resp.replication_table_statistics[0].inserts #=> Integer
5650
+ # resp.replication_table_statistics[0].deletes #=> Integer
5651
+ # resp.replication_table_statistics[0].updates #=> Integer
5652
+ # resp.replication_table_statistics[0].ddls #=> Integer
5653
+ # resp.replication_table_statistics[0].applied_inserts #=> Integer
5654
+ # resp.replication_table_statistics[0].applied_deletes #=> Integer
5655
+ # resp.replication_table_statistics[0].applied_updates #=> Integer
5656
+ # resp.replication_table_statistics[0].applied_ddls #=> Integer
5657
+ # resp.replication_table_statistics[0].full_load_rows #=> Integer
5658
+ # resp.replication_table_statistics[0].full_load_condtnl_chk_failed_rows #=> Integer
5659
+ # resp.replication_table_statistics[0].full_load_error_rows #=> Integer
5660
+ # resp.replication_table_statistics[0].full_load_start_time #=> Time
5661
+ # resp.replication_table_statistics[0].full_load_end_time #=> Time
5662
+ # resp.replication_table_statistics[0].full_load_reloaded #=> Boolean
5663
+ # resp.replication_table_statistics[0].last_update_time #=> Time
5664
+ # resp.replication_table_statistics[0].table_state #=> String
5665
+ # resp.replication_table_statistics[0].validation_pending_records #=> Integer
5666
+ # resp.replication_table_statistics[0].validation_failed_records #=> Integer
5667
+ # resp.replication_table_statistics[0].validation_suspended_records #=> Integer
5668
+ # resp.replication_table_statistics[0].validation_state #=> String
5669
+ # resp.replication_table_statistics[0].validation_state_details #=> String
5670
+ #
5671
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTableStatistics AWS API Documentation
5672
+ #
5673
+ # @overload describe_replication_table_statistics(params = {})
5674
+ # @param [Hash] params ({})
5675
+ def describe_replication_table_statistics(params = {}, options = {})
5676
+ req = build_request(:describe_replication_table_statistics, params)
5677
+ req.send_request(options)
5678
+ end
5679
+
5248
5680
  # Returns the task assessment results from the Amazon S3 bucket that DMS
5249
5681
  # creates in your Amazon Web Services account. This action always
5250
5682
  # returns the latest results.
@@ -5583,6 +6015,91 @@ module Aws::DatabaseMigrationService
5583
6015
  req.send_request(options)
5584
6016
  end
5585
6017
 
6018
+ # Provides details on replication progress by returning status
6019
+ # information for one or more provisioned DMS Serverless replications.
6020
+ #
6021
+ # @option params [Array<Types::Filter>] :filters
6022
+ # Filters applied to the replications.
6023
+ #
6024
+ # @option params [Integer] :max_records
6025
+ # The maximum number of records to include in the response. If more
6026
+ # records exist than the specified `MaxRecords` value, a pagination
6027
+ # token called a marker is included in the response so that the
6028
+ # remaining results can be retrieved.
6029
+ #
6030
+ # @option params [String] :marker
6031
+ # An optional pagination token provided by a previous request. If this
6032
+ # parameter is specified, the response includes only records beyond the
6033
+ # marker, up to the value specified by `MaxRecords`.
6034
+ #
6035
+ # @return [Types::DescribeReplicationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6036
+ #
6037
+ # * {Types::DescribeReplicationsResponse#marker #marker} => String
6038
+ # * {Types::DescribeReplicationsResponse#replications #replications} => Array&lt;Types::Replication&gt;
6039
+ #
6040
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
6041
+ #
6042
+ # @example Request syntax with placeholder values
6043
+ #
6044
+ # resp = client.describe_replications({
6045
+ # filters: [
6046
+ # {
6047
+ # name: "String", # required
6048
+ # values: ["String"], # required
6049
+ # },
6050
+ # ],
6051
+ # max_records: 1,
6052
+ # marker: "String",
6053
+ # })
6054
+ #
6055
+ # @example Response structure
6056
+ #
6057
+ # resp.marker #=> String
6058
+ # resp.replications #=> Array
6059
+ # resp.replications[0].replication_config_identifier #=> String
6060
+ # resp.replications[0].replication_config_arn #=> String
6061
+ # resp.replications[0].source_endpoint_arn #=> String
6062
+ # resp.replications[0].target_endpoint_arn #=> String
6063
+ # resp.replications[0].replication_type #=> String, one of "full-load", "cdc", "full-load-and-cdc"
6064
+ # resp.replications[0].status #=> String
6065
+ # resp.replications[0].provision_data.provision_state #=> String
6066
+ # resp.replications[0].provision_data.provisioned_capacity_units #=> Integer
6067
+ # resp.replications[0].provision_data.date_provisioned #=> Time
6068
+ # resp.replications[0].provision_data.is_new_provisioning_available #=> Boolean
6069
+ # resp.replications[0].provision_data.date_new_provisioning_data_available #=> Time
6070
+ # resp.replications[0].provision_data.reason_for_new_provisioning_data #=> String
6071
+ # resp.replications[0].stop_reason #=> String
6072
+ # resp.replications[0].failure_messages #=> Array
6073
+ # resp.replications[0].failure_messages[0] #=> String
6074
+ # resp.replications[0].replication_stats.full_load_progress_percent #=> Integer
6075
+ # resp.replications[0].replication_stats.elapsed_time_millis #=> Integer
6076
+ # resp.replications[0].replication_stats.tables_loaded #=> Integer
6077
+ # resp.replications[0].replication_stats.tables_loading #=> Integer
6078
+ # resp.replications[0].replication_stats.tables_queued #=> Integer
6079
+ # resp.replications[0].replication_stats.tables_errored #=> Integer
6080
+ # resp.replications[0].replication_stats.fresh_start_date #=> Time
6081
+ # resp.replications[0].replication_stats.start_date #=> Time
6082
+ # resp.replications[0].replication_stats.stop_date #=> Time
6083
+ # resp.replications[0].replication_stats.full_load_start_date #=> Time
6084
+ # resp.replications[0].replication_stats.full_load_finish_date #=> Time
6085
+ # resp.replications[0].start_replication_type #=> String
6086
+ # resp.replications[0].cdc_start_time #=> Time
6087
+ # resp.replications[0].cdc_start_position #=> String
6088
+ # resp.replications[0].cdc_stop_position #=> String
6089
+ # resp.replications[0].recovery_checkpoint #=> String
6090
+ # resp.replications[0].replication_create_time #=> Time
6091
+ # resp.replications[0].replication_update_time #=> Time
6092
+ # resp.replications[0].replication_last_stop_time #=> Time
6093
+ #
6094
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplications AWS API Documentation
6095
+ #
6096
+ # @overload describe_replications(params = {})
6097
+ # @param [Hash] params ({})
6098
+ def describe_replications(params = {}, options = {})
6099
+ req = build_request(:describe_replications, params)
6100
+ req.send_request(options)
6101
+ end
6102
+
5586
6103
  # Returns information about the schema for the specified endpoint.
5587
6104
  #
5588
6105
  # @option params [required, String] :endpoint_arn
@@ -6173,6 +6690,9 @@ module Aws::DatabaseMigrationService
6173
6690
  # @option params [Types::GcpMySQLSettings] :gcp_my_sql_settings
6174
6691
  # Settings in JSON format for the source GCP MySQL endpoint.
6175
6692
  #
6693
+ # @option params [Types::TimestreamSettings] :timestream_settings
6694
+ # Settings in JSON format for the target Amazon Timestream endpoint.
6695
+ #
6176
6696
  # @return [Types::ModifyEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6177
6697
  #
6178
6698
  # * {Types::ModifyEndpointResponse#endpoint #endpoint} => Types::Endpoint
@@ -6285,6 +6805,8 @@ module Aws::DatabaseMigrationService
6285
6805
  # kms_key_id: "String",
6286
6806
  # secrets_manager_access_role_arn: "String",
6287
6807
  # secrets_manager_secret_id: "String",
6808
+ # use_update_look_up: false,
6809
+ # replicate_shard_collections: false,
6288
6810
  # },
6289
6811
  # kinesis_settings: {
6290
6812
  # stream_arn: "String",
@@ -6318,6 +6840,7 @@ module Aws::DatabaseMigrationService
6318
6840
  # sasl_password: "SecretString",
6319
6841
  # no_hex_prefix: false,
6320
6842
  # sasl_mechanism: "scram-sha-512", # accepts scram-sha-512, plain
6843
+ # ssl_endpoint_identification_algorithm: "none", # accepts none, https
6321
6844
  # },
6322
6845
  # elasticsearch_settings: {
6323
6846
  # service_access_role_arn: "String", # required
@@ -6389,6 +6912,8 @@ module Aws::DatabaseMigrationService
6389
6912
  # secrets_manager_secret_id: "String",
6390
6913
  # trim_space_in_char: false,
6391
6914
  # map_boolean_as_boolean: false,
6915
+ # map_jsonb_as_clob: false,
6916
+ # map_long_varchar_as: "wstring", # accepts wstring, clob, nclob
6392
6917
  # },
6393
6918
  # my_sql_settings: {
6394
6919
  # after_connect_script: "String",
@@ -6449,6 +6974,7 @@ module Aws::DatabaseMigrationService
6449
6974
  # secrets_manager_oracle_asm_secret_id: "String",
6450
6975
  # trim_space_in_char: false,
6451
6976
  # convert_timestamp_with_zone_to_utc: false,
6977
+ # open_transaction_window: 1,
6452
6978
  # },
6453
6979
  # sybase_settings: {
6454
6980
  # database_name: "String",
@@ -6502,6 +7028,8 @@ module Aws::DatabaseMigrationService
6502
7028
  # kms_key_id: "String",
6503
7029
  # secrets_manager_access_role_arn: "String",
6504
7030
  # secrets_manager_secret_id: "String",
7031
+ # use_update_look_up: false,
7032
+ # replicate_shard_collections: false,
6505
7033
  # },
6506
7034
  # redis_settings: {
6507
7035
  # server_name: "String", # required
@@ -6529,6 +7057,13 @@ module Aws::DatabaseMigrationService
6529
7057
  # secrets_manager_access_role_arn: "String",
6530
7058
  # secrets_manager_secret_id: "String",
6531
7059
  # },
7060
+ # timestream_settings: {
7061
+ # database_name: "String", # required
7062
+ # memory_duration: 1, # required
7063
+ # magnetic_duration: 1, # required
7064
+ # cdc_inserts_and_updates: false,
7065
+ # enable_magnetic_store_writes: false,
7066
+ # },
6532
7067
  # })
6533
7068
  #
6534
7069
  # @example Response structure
@@ -6608,6 +7143,8 @@ module Aws::DatabaseMigrationService
6608
7143
  # resp.endpoint.mongo_db_settings.kms_key_id #=> String
6609
7144
  # resp.endpoint.mongo_db_settings.secrets_manager_access_role_arn #=> String
6610
7145
  # resp.endpoint.mongo_db_settings.secrets_manager_secret_id #=> String
7146
+ # resp.endpoint.mongo_db_settings.use_update_look_up #=> Boolean
7147
+ # resp.endpoint.mongo_db_settings.replicate_shard_collections #=> Boolean
6611
7148
  # resp.endpoint.kinesis_settings.stream_arn #=> String
6612
7149
  # resp.endpoint.kinesis_settings.message_format #=> String, one of "json", "json-unformatted"
6613
7150
  # resp.endpoint.kinesis_settings.service_access_role_arn #=> String
@@ -6637,6 +7174,7 @@ module Aws::DatabaseMigrationService
6637
7174
  # resp.endpoint.kafka_settings.sasl_password #=> String
6638
7175
  # resp.endpoint.kafka_settings.no_hex_prefix #=> Boolean
6639
7176
  # resp.endpoint.kafka_settings.sasl_mechanism #=> String, one of "scram-sha-512", "plain"
7177
+ # resp.endpoint.kafka_settings.ssl_endpoint_identification_algorithm #=> String, one of "none", "https"
6640
7178
  # resp.endpoint.elasticsearch_settings.service_access_role_arn #=> String
6641
7179
  # resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
6642
7180
  # resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
@@ -6700,6 +7238,8 @@ module Aws::DatabaseMigrationService
6700
7238
  # resp.endpoint.postgre_sql_settings.secrets_manager_secret_id #=> String
6701
7239
  # resp.endpoint.postgre_sql_settings.trim_space_in_char #=> Boolean
6702
7240
  # resp.endpoint.postgre_sql_settings.map_boolean_as_boolean #=> Boolean
7241
+ # resp.endpoint.postgre_sql_settings.map_jsonb_as_clob #=> Boolean
7242
+ # resp.endpoint.postgre_sql_settings.map_long_varchar_as #=> String, one of "wstring", "clob", "nclob"
6703
7243
  # resp.endpoint.my_sql_settings.after_connect_script #=> String
6704
7244
  # resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
6705
7245
  # resp.endpoint.my_sql_settings.database_name #=> String
@@ -6757,6 +7297,7 @@ module Aws::DatabaseMigrationService
6757
7297
  # resp.endpoint.oracle_settings.secrets_manager_oracle_asm_secret_id #=> String
6758
7298
  # resp.endpoint.oracle_settings.trim_space_in_char #=> Boolean
6759
7299
  # resp.endpoint.oracle_settings.convert_timestamp_with_zone_to_utc #=> Boolean
7300
+ # resp.endpoint.oracle_settings.open_transaction_window #=> Integer
6760
7301
  # resp.endpoint.sybase_settings.database_name #=> String
6761
7302
  # resp.endpoint.sybase_settings.password #=> String
6762
7303
  # resp.endpoint.sybase_settings.port #=> Integer
@@ -6802,6 +7343,8 @@ module Aws::DatabaseMigrationService
6802
7343
  # resp.endpoint.doc_db_settings.kms_key_id #=> String
6803
7344
  # resp.endpoint.doc_db_settings.secrets_manager_access_role_arn #=> String
6804
7345
  # resp.endpoint.doc_db_settings.secrets_manager_secret_id #=> String
7346
+ # resp.endpoint.doc_db_settings.use_update_look_up #=> Boolean
7347
+ # resp.endpoint.doc_db_settings.replicate_shard_collections #=> Boolean
6805
7348
  # resp.endpoint.redis_settings.server_name #=> String
6806
7349
  # resp.endpoint.redis_settings.port #=> Integer
6807
7350
  # resp.endpoint.redis_settings.ssl_security_protocol #=> String, one of "plaintext", "ssl-encryption"
@@ -6823,6 +7366,11 @@ module Aws::DatabaseMigrationService
6823
7366
  # resp.endpoint.gcp_my_sql_settings.username #=> String
6824
7367
  # resp.endpoint.gcp_my_sql_settings.secrets_manager_access_role_arn #=> String
6825
7368
  # resp.endpoint.gcp_my_sql_settings.secrets_manager_secret_id #=> String
7369
+ # resp.endpoint.timestream_settings.database_name #=> String
7370
+ # resp.endpoint.timestream_settings.memory_duration #=> Integer
7371
+ # resp.endpoint.timestream_settings.magnetic_duration #=> Integer
7372
+ # resp.endpoint.timestream_settings.cdc_inserts_and_updates #=> Boolean
7373
+ # resp.endpoint.timestream_settings.enable_magnetic_store_writes #=> Boolean
6826
7374
  #
6827
7375
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint AWS API Documentation
6828
7376
  #
@@ -6894,6 +7442,108 @@ module Aws::DatabaseMigrationService
6894
7442
  req.send_request(options)
6895
7443
  end
6896
7444
 
7445
+ # Modifies an existing DMS Serverless replication configuration that you
7446
+ # can use to start a replication. This command includes input validation
7447
+ # and logic to check the state of any replication that uses this
7448
+ # configuration. You can only modify a replication configuration before
7449
+ # any replication that uses it has started. As soon as you have
7450
+ # initially started a replication with a given configuiration, you
7451
+ # can't modify that configuration, even if you stop it.
7452
+ #
7453
+ # Other run statuses that allow you to run this command include FAILED
7454
+ # and CREATED. A provisioning state that allows you to run this command
7455
+ # is FAILED\_PROVISION.
7456
+ #
7457
+ # @option params [required, String] :replication_config_arn
7458
+ # The Amazon Resource Name of the replication to modify.
7459
+ #
7460
+ # @option params [String] :replication_config_identifier
7461
+ # The new replication config to apply to the replication.
7462
+ #
7463
+ # @option params [String] :replication_type
7464
+ # The type of replication.
7465
+ #
7466
+ # @option params [String] :table_mappings
7467
+ # Table mappings specified in the replication.
7468
+ #
7469
+ # @option params [String] :replication_settings
7470
+ # The settings for the replication.
7471
+ #
7472
+ # @option params [String] :supplemental_settings
7473
+ # Additional settings for the replication.
7474
+ #
7475
+ # @option params [Types::ComputeConfig] :compute_config
7476
+ # Configuration parameters for provisioning an DMS Serverless
7477
+ # replication.
7478
+ #
7479
+ # @option params [String] :source_endpoint_arn
7480
+ # The Amazon Resource Name (ARN) of the source endpoint for this DMS
7481
+ # serverless replication configuration.
7482
+ #
7483
+ # @option params [String] :target_endpoint_arn
7484
+ # The Amazon Resource Name (ARN) of the target endpoint for this DMS
7485
+ # serverless replication configuration.
7486
+ #
7487
+ # @return [Types::ModifyReplicationConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
7488
+ #
7489
+ # * {Types::ModifyReplicationConfigResponse#replication_config #replication_config} => Types::ReplicationConfig
7490
+ #
7491
+ # @example Request syntax with placeholder values
7492
+ #
7493
+ # resp = client.modify_replication_config({
7494
+ # replication_config_arn: "String", # required
7495
+ # replication_config_identifier: "String",
7496
+ # replication_type: "full-load", # accepts full-load, cdc, full-load-and-cdc
7497
+ # table_mappings: "String",
7498
+ # replication_settings: "String",
7499
+ # supplemental_settings: "String",
7500
+ # compute_config: {
7501
+ # availability_zone: "String",
7502
+ # dns_name_servers: "String",
7503
+ # kms_key_id: "String",
7504
+ # max_capacity_units: 1,
7505
+ # min_capacity_units: 1,
7506
+ # multi_az: false,
7507
+ # preferred_maintenance_window: "String",
7508
+ # replication_subnet_group_id: "String",
7509
+ # vpc_security_group_ids: ["String"],
7510
+ # },
7511
+ # source_endpoint_arn: "String",
7512
+ # target_endpoint_arn: "String",
7513
+ # })
7514
+ #
7515
+ # @example Response structure
7516
+ #
7517
+ # resp.replication_config.replication_config_identifier #=> String
7518
+ # resp.replication_config.replication_config_arn #=> String
7519
+ # resp.replication_config.source_endpoint_arn #=> String
7520
+ # resp.replication_config.target_endpoint_arn #=> String
7521
+ # resp.replication_config.replication_type #=> String, one of "full-load", "cdc", "full-load-and-cdc"
7522
+ # resp.replication_config.compute_config.availability_zone #=> String
7523
+ # resp.replication_config.compute_config.dns_name_servers #=> String
7524
+ # resp.replication_config.compute_config.kms_key_id #=> String
7525
+ # resp.replication_config.compute_config.max_capacity_units #=> Integer
7526
+ # resp.replication_config.compute_config.min_capacity_units #=> Integer
7527
+ # resp.replication_config.compute_config.multi_az #=> Boolean
7528
+ # resp.replication_config.compute_config.preferred_maintenance_window #=> String
7529
+ # resp.replication_config.compute_config.replication_subnet_group_id #=> String
7530
+ # resp.replication_config.compute_config.vpc_security_group_ids #=> Array
7531
+ # resp.replication_config.compute_config.vpc_security_group_ids[0] #=> String
7532
+ # resp.replication_config.replication_settings #=> String
7533
+ # resp.replication_config.supplemental_settings #=> String
7534
+ # resp.replication_config.table_mappings #=> String
7535
+ # resp.replication_config.replication_config_create_time #=> Time
7536
+ # resp.replication_config.replication_config_update_time #=> Time
7537
+ #
7538
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationConfig AWS API Documentation
7539
+ #
7540
+ # @overload modify_replication_config(params = {})
7541
+ # @param [Hash] params ({})
7542
+ def modify_replication_config(params = {}, options = {})
7543
+ req = build_request(:modify_replication_config, params)
7544
+ req.send_request(options)
7545
+ end
7546
+
6897
7547
  # Modifies the replication instance to apply new settings. You can
6898
7548
  # change one or more parameters by specifying these parameters and the
6899
7549
  # new values in the request.
@@ -7575,6 +8225,56 @@ module Aws::DatabaseMigrationService
7575
8225
  req.send_request(options)
7576
8226
  end
7577
8227
 
8228
+ # Reloads the target database table with the source data for a given DMS
8229
+ # Serverless replication configuration.
8230
+ #
8231
+ # You can only use this operation with a task in the RUNNING state,
8232
+ # otherwise the service will throw an `InvalidResourceStateFault`
8233
+ # exception.
8234
+ #
8235
+ # @option params [required, String] :replication_config_arn
8236
+ # The Amazon Resource Name of the replication config for which to reload
8237
+ # tables.
8238
+ #
8239
+ # @option params [required, Array<Types::TableToReload>] :tables_to_reload
8240
+ # The list of tables to reload.
8241
+ #
8242
+ # @option params [String] :reload_option
8243
+ # Options for reload. Specify `data-reload` to reload the data and
8244
+ # re-validate it if validation is enabled. Specify `validate-only` to
8245
+ # re-validate the table. This option applies only when validation is
8246
+ # enabled for the replication.
8247
+ #
8248
+ # @return [Types::ReloadReplicationTablesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8249
+ #
8250
+ # * {Types::ReloadReplicationTablesResponse#replication_config_arn #replication_config_arn} => String
8251
+ #
8252
+ # @example Request syntax with placeholder values
8253
+ #
8254
+ # resp = client.reload_replication_tables({
8255
+ # replication_config_arn: "String", # required
8256
+ # tables_to_reload: [ # required
8257
+ # {
8258
+ # schema_name: "String", # required
8259
+ # table_name: "String", # required
8260
+ # },
8261
+ # ],
8262
+ # reload_option: "data-reload", # accepts data-reload, validate-only
8263
+ # })
8264
+ #
8265
+ # @example Response structure
8266
+ #
8267
+ # resp.replication_config_arn #=> String
8268
+ #
8269
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReloadReplicationTables AWS API Documentation
8270
+ #
8271
+ # @overload reload_replication_tables(params = {})
8272
+ # @param [Hash] params ({})
8273
+ def reload_replication_tables(params = {}, options = {})
8274
+ req = build_request(:reload_replication_tables, params)
8275
+ req.send_request(options)
8276
+ end
8277
+
7578
8278
  # Reloads the target database table with the source data.
7579
8279
  #
7580
8280
  # You can only use this operation with a task in the `RUNNING` state,
@@ -7742,6 +8442,98 @@ module Aws::DatabaseMigrationService
7742
8442
  req.send_request(options)
7743
8443
  end
7744
8444
 
8445
+ # For a given DMS Serverless replication configuration, DMS connects to
8446
+ # the source endpoint and collects the metadata to analyze the
8447
+ # replication workload. Using this metadata, DMS then computes and
8448
+ # provisions the required capacity and starts replicating to the target
8449
+ # endpoint using the server resources that DMS has provisioned for the
8450
+ # DMS Serverless replication.
8451
+ #
8452
+ # @option params [required, String] :replication_config_arn
8453
+ # The Amazon Resource Name of the replication for which to start
8454
+ # replication.
8455
+ #
8456
+ # @option params [required, String] :start_replication_type
8457
+ # The replication type.
8458
+ #
8459
+ # @option params [Time,DateTime,Date,Integer,String] :cdc_start_time
8460
+ # Indicates the start time for a change data capture (CDC) operation.
8461
+ # Use either `CdcStartTime` or `CdcStartPosition` to specify when you
8462
+ # want a CDC operation to start. Specifying both values results in an
8463
+ # error.
8464
+ #
8465
+ # @option params [String] :cdc_start_position
8466
+ # Indicates when you want a change data capture (CDC) operation to
8467
+ # start. Use either `CdcStartPosition` or `CdcStartTime` to specify when
8468
+ # you want a CDC operation to start. Specifying both values results in
8469
+ # an error.
8470
+ #
8471
+ # The value can be in date, checkpoint, or LSN/SCN format.
8472
+ #
8473
+ # @option params [String] :cdc_stop_position
8474
+ # Indicates when you want a change data capture (CDC) operation to stop.
8475
+ # The value can be either server time or commit time.
8476
+ #
8477
+ # @return [Types::StartReplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8478
+ #
8479
+ # * {Types::StartReplicationResponse#replication #replication} => Types::Replication
8480
+ #
8481
+ # @example Request syntax with placeholder values
8482
+ #
8483
+ # resp = client.start_replication({
8484
+ # replication_config_arn: "String", # required
8485
+ # start_replication_type: "String", # required
8486
+ # cdc_start_time: Time.now,
8487
+ # cdc_start_position: "String",
8488
+ # cdc_stop_position: "String",
8489
+ # })
8490
+ #
8491
+ # @example Response structure
8492
+ #
8493
+ # resp.replication.replication_config_identifier #=> String
8494
+ # resp.replication.replication_config_arn #=> String
8495
+ # resp.replication.source_endpoint_arn #=> String
8496
+ # resp.replication.target_endpoint_arn #=> String
8497
+ # resp.replication.replication_type #=> String, one of "full-load", "cdc", "full-load-and-cdc"
8498
+ # resp.replication.status #=> String
8499
+ # resp.replication.provision_data.provision_state #=> String
8500
+ # resp.replication.provision_data.provisioned_capacity_units #=> Integer
8501
+ # resp.replication.provision_data.date_provisioned #=> Time
8502
+ # resp.replication.provision_data.is_new_provisioning_available #=> Boolean
8503
+ # resp.replication.provision_data.date_new_provisioning_data_available #=> Time
8504
+ # resp.replication.provision_data.reason_for_new_provisioning_data #=> String
8505
+ # resp.replication.stop_reason #=> String
8506
+ # resp.replication.failure_messages #=> Array
8507
+ # resp.replication.failure_messages[0] #=> String
8508
+ # resp.replication.replication_stats.full_load_progress_percent #=> Integer
8509
+ # resp.replication.replication_stats.elapsed_time_millis #=> Integer
8510
+ # resp.replication.replication_stats.tables_loaded #=> Integer
8511
+ # resp.replication.replication_stats.tables_loading #=> Integer
8512
+ # resp.replication.replication_stats.tables_queued #=> Integer
8513
+ # resp.replication.replication_stats.tables_errored #=> Integer
8514
+ # resp.replication.replication_stats.fresh_start_date #=> Time
8515
+ # resp.replication.replication_stats.start_date #=> Time
8516
+ # resp.replication.replication_stats.stop_date #=> Time
8517
+ # resp.replication.replication_stats.full_load_start_date #=> Time
8518
+ # resp.replication.replication_stats.full_load_finish_date #=> Time
8519
+ # resp.replication.start_replication_type #=> String
8520
+ # resp.replication.cdc_start_time #=> Time
8521
+ # resp.replication.cdc_start_position #=> String
8522
+ # resp.replication.cdc_stop_position #=> String
8523
+ # resp.replication.recovery_checkpoint #=> String
8524
+ # resp.replication.replication_create_time #=> Time
8525
+ # resp.replication.replication_update_time #=> Time
8526
+ # resp.replication.replication_last_stop_time #=> Time
8527
+ #
8528
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplication AWS API Documentation
8529
+ #
8530
+ # @overload start_replication(params = {})
8531
+ # @param [Hash] params ({})
8532
+ def start_replication(params = {}, options = {})
8533
+ req = build_request(:start_replication, params)
8534
+ req.send_request(options)
8535
+ end
8536
+
7745
8537
  # Starts the replication task.
7746
8538
  #
7747
8539
  # For more information about DMS tasks, see [Working with Migration
@@ -8096,6 +8888,69 @@ module Aws::DatabaseMigrationService
8096
8888
  req.send_request(options)
8097
8889
  end
8098
8890
 
8891
+ # For a given DMS Serverless replication configuration, DMS stops any
8892
+ # and all ongoing DMS Serverless replications. This command doesn't
8893
+ # deprovision the stopped replications.
8894
+ #
8895
+ # @option params [required, String] :replication_config_arn
8896
+ # The Amazon Resource Name of the replication to stop.
8897
+ #
8898
+ # @return [Types::StopReplicationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8899
+ #
8900
+ # * {Types::StopReplicationResponse#replication #replication} => Types::Replication
8901
+ #
8902
+ # @example Request syntax with placeholder values
8903
+ #
8904
+ # resp = client.stop_replication({
8905
+ # replication_config_arn: "String", # required
8906
+ # })
8907
+ #
8908
+ # @example Response structure
8909
+ #
8910
+ # resp.replication.replication_config_identifier #=> String
8911
+ # resp.replication.replication_config_arn #=> String
8912
+ # resp.replication.source_endpoint_arn #=> String
8913
+ # resp.replication.target_endpoint_arn #=> String
8914
+ # resp.replication.replication_type #=> String, one of "full-load", "cdc", "full-load-and-cdc"
8915
+ # resp.replication.status #=> String
8916
+ # resp.replication.provision_data.provision_state #=> String
8917
+ # resp.replication.provision_data.provisioned_capacity_units #=> Integer
8918
+ # resp.replication.provision_data.date_provisioned #=> Time
8919
+ # resp.replication.provision_data.is_new_provisioning_available #=> Boolean
8920
+ # resp.replication.provision_data.date_new_provisioning_data_available #=> Time
8921
+ # resp.replication.provision_data.reason_for_new_provisioning_data #=> String
8922
+ # resp.replication.stop_reason #=> String
8923
+ # resp.replication.failure_messages #=> Array
8924
+ # resp.replication.failure_messages[0] #=> String
8925
+ # resp.replication.replication_stats.full_load_progress_percent #=> Integer
8926
+ # resp.replication.replication_stats.elapsed_time_millis #=> Integer
8927
+ # resp.replication.replication_stats.tables_loaded #=> Integer
8928
+ # resp.replication.replication_stats.tables_loading #=> Integer
8929
+ # resp.replication.replication_stats.tables_queued #=> Integer
8930
+ # resp.replication.replication_stats.tables_errored #=> Integer
8931
+ # resp.replication.replication_stats.fresh_start_date #=> Time
8932
+ # resp.replication.replication_stats.start_date #=> Time
8933
+ # resp.replication.replication_stats.stop_date #=> Time
8934
+ # resp.replication.replication_stats.full_load_start_date #=> Time
8935
+ # resp.replication.replication_stats.full_load_finish_date #=> Time
8936
+ # resp.replication.start_replication_type #=> String
8937
+ # resp.replication.cdc_start_time #=> Time
8938
+ # resp.replication.cdc_start_position #=> String
8939
+ # resp.replication.cdc_stop_position #=> String
8940
+ # resp.replication.recovery_checkpoint #=> String
8941
+ # resp.replication.replication_create_time #=> Time
8942
+ # resp.replication.replication_update_time #=> Time
8943
+ # resp.replication.replication_last_stop_time #=> Time
8944
+ #
8945
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplication AWS API Documentation
8946
+ #
8947
+ # @overload stop_replication(params = {})
8948
+ # @param [Hash] params ({})
8949
+ def stop_replication(params = {}, options = {})
8950
+ req = build_request(:stop_replication, params)
8951
+ req.send_request(options)
8952
+ end
8953
+
8099
8954
  # Stops the replication task.
8100
8955
  #
8101
8956
  # @option params [required, String] :replication_task_arn
@@ -8294,7 +9149,7 @@ module Aws::DatabaseMigrationService
8294
9149
  params: params,
8295
9150
  config: config)
8296
9151
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
8297
- context[:gem_version] = '1.81.0'
9152
+ context[:gem_version] = '1.83.0'
8298
9153
  Seahorse::Client::Request.new(handlers, context)
8299
9154
  end
8300
9155