aws-sdk-databasemigrationservice 1.43.0 → 1.48.0
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0658861065aa90e3209a1bb1864acda5084dc667f85ddd9d557d5e03e6fabf79'
|
4
|
+
data.tar.gz: 950a347cd8846c3c3d2d510219169a1313e0514c2e8ae6c6eac2a63c18bb7faa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcdccca4141393126cacd2f1cb633ae0c043db3e42a17460cc308c4e59f4cdaf7ee7f863994bc358b7ae619224235ccf8b54c4b29e656b49ec89d303a0ce2820
|
7
|
+
data.tar.gz: f7b5be667c8c404b92dfe14ceb05d38afe4b6232b05c9d915a5481a45487261f6c4bba264c8fc2d6efc0722995fbcdb74a9cf63df47dc8c22098ec660cd38520
|
@@ -743,6 +743,21 @@ module Aws::DatabaseMigrationService
|
|
743
743
|
#
|
744
744
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html
|
745
745
|
#
|
746
|
+
# @option params [String] :resource_identifier
|
747
|
+
# A friendly name for the resource identifier at the end of the
|
748
|
+
# `EndpointArn` response parameter that is returned in the created
|
749
|
+
# `Endpoint` object. The value for this parameter can have up to 31
|
750
|
+
# characters. It can contain only ASCII letters, digits, and hyphen
|
751
|
+
# ('-'). Also, it can't end with a hyphen or contain two consecutive
|
752
|
+
# hyphens, and can only begin with a letter, such as `Example-App-ARN1`.
|
753
|
+
# For example, this value might result in the `EndpointArn` value
|
754
|
+
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
755
|
+
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
756
|
+
# default identifier value for the end of `EndpointArn`.
|
757
|
+
#
|
758
|
+
# @option params [Types::DocDbSettings] :doc_db_settings
|
759
|
+
# Provides information that defines a DocumentDB endpoint.
|
760
|
+
#
|
746
761
|
# @return [Types::CreateEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
747
762
|
#
|
748
763
|
# * {Types::CreateEndpointResponse#endpoint #endpoint} => Types::Endpoint
|
@@ -836,6 +851,13 @@ module Aws::DatabaseMigrationService
|
|
836
851
|
# timestamp_column_name: "String",
|
837
852
|
# parquet_timestamp_in_millisecond: false,
|
838
853
|
# cdc_inserts_and_updates: false,
|
854
|
+
# date_partition_enabled: false,
|
855
|
+
# date_partition_sequence: "YYYYMMDD", # accepts YYYYMMDD, YYYYMMDDHH, YYYYMM, MMYYYYDD, DDMMYYYY
|
856
|
+
# date_partition_delimiter: "SLASH", # accepts SLASH, UNDERSCORE, DASH, NONE
|
857
|
+
# use_csv_no_sup_value: false,
|
858
|
+
# csv_no_sup_value: "String",
|
859
|
+
# preserve_transactions: false,
|
860
|
+
# cdc_path: "String",
|
839
861
|
# },
|
840
862
|
# dms_transfer_settings: {
|
841
863
|
# service_access_role_arn: "String",
|
@@ -898,11 +920,14 @@ module Aws::DatabaseMigrationService
|
|
898
920
|
# after_connect_script: "String",
|
899
921
|
# bucket_folder: "String",
|
900
922
|
# bucket_name: "String",
|
923
|
+
# case_sensitive_names: false,
|
924
|
+
# comp_update: false,
|
901
925
|
# connection_timeout: 1,
|
902
926
|
# database_name: "String",
|
903
927
|
# date_format: "String",
|
904
928
|
# empty_as_null: false,
|
905
929
|
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
930
|
+
# explicit_ids: false,
|
906
931
|
# file_transfer_upload_streams: 1,
|
907
932
|
# load_timeout: 1,
|
908
933
|
# max_file_size: 1,
|
@@ -921,26 +946,59 @@ module Aws::DatabaseMigrationService
|
|
921
946
|
# write_buffer_size: 1,
|
922
947
|
# },
|
923
948
|
# postgre_sql_settings: {
|
949
|
+
# after_connect_script: "String",
|
950
|
+
# capture_ddls: false,
|
951
|
+
# max_file_size: 1,
|
924
952
|
# database_name: "String",
|
953
|
+
# ddl_artifacts_schema: "String",
|
954
|
+
# execute_timeout: 1,
|
955
|
+
# fail_tasks_on_lob_truncation: false,
|
925
956
|
# password: "SecretString",
|
926
957
|
# port: 1,
|
927
958
|
# server_name: "String",
|
928
959
|
# username: "String",
|
960
|
+
# slot_name: "String",
|
929
961
|
# },
|
930
962
|
# my_sql_settings: {
|
963
|
+
# after_connect_script: "String",
|
931
964
|
# database_name: "String",
|
965
|
+
# events_poll_interval: 1,
|
966
|
+
# target_db_type: "specific-database", # accepts specific-database, multiple-databases
|
967
|
+
# max_file_size: 1,
|
968
|
+
# parallel_load_threads: 1,
|
932
969
|
# password: "SecretString",
|
933
970
|
# port: 1,
|
934
971
|
# server_name: "String",
|
972
|
+
# server_timezone: "String",
|
935
973
|
# username: "String",
|
936
974
|
# },
|
937
975
|
# oracle_settings: {
|
976
|
+
# add_supplemental_logging: false,
|
977
|
+
# archived_log_dest_id: 1,
|
978
|
+
# additional_archived_log_dest_id: 1,
|
979
|
+
# allow_select_nested_tables: false,
|
980
|
+
# parallel_asm_read_threads: 1,
|
981
|
+
# read_ahead_blocks: 1,
|
982
|
+
# access_alternate_directly: false,
|
983
|
+
# use_alternate_folder_for_online: false,
|
984
|
+
# oracle_path_prefix: "String",
|
985
|
+
# use_path_prefix: "String",
|
986
|
+
# replace_path_prefix: false,
|
987
|
+
# enable_homogenous_tablespace: false,
|
988
|
+
# direct_path_no_log: false,
|
989
|
+
# archived_logs_only: false,
|
938
990
|
# asm_password: "SecretString",
|
939
991
|
# asm_server: "String",
|
940
992
|
# asm_user: "String",
|
993
|
+
# char_length_semantics: "default", # accepts default, char, byte
|
941
994
|
# database_name: "String",
|
995
|
+
# direct_path_parallel_load: false,
|
996
|
+
# fail_tasks_on_lob_truncation: false,
|
997
|
+
# number_datatype_scale: 1,
|
942
998
|
# password: "SecretString",
|
943
999
|
# port: 1,
|
1000
|
+
# read_table_space_name: false,
|
1001
|
+
# retry_interval: 1,
|
944
1002
|
# security_db_encryption: "SecretString",
|
945
1003
|
# security_db_encryption_name: "String",
|
946
1004
|
# server_name: "String",
|
@@ -955,18 +1013,38 @@ module Aws::DatabaseMigrationService
|
|
955
1013
|
# },
|
956
1014
|
# microsoft_sql_server_settings: {
|
957
1015
|
# port: 1,
|
1016
|
+
# bcp_packet_size: 1,
|
958
1017
|
# database_name: "String",
|
1018
|
+
# control_tables_file_group: "String",
|
959
1019
|
# password: "SecretString",
|
1020
|
+
# read_backup_only: false,
|
1021
|
+
# safeguard_policy: "rely-on-sql-server-replication-agent", # accepts rely-on-sql-server-replication-agent, exclusive-automatic-truncation, shared-automatic-truncation
|
960
1022
|
# server_name: "String",
|
961
1023
|
# username: "String",
|
1024
|
+
# use_bcp_full_load: false,
|
962
1025
|
# },
|
963
1026
|
# ibm_db_2_settings: {
|
964
1027
|
# database_name: "String",
|
965
1028
|
# password: "SecretString",
|
966
1029
|
# port: 1,
|
967
1030
|
# server_name: "String",
|
1031
|
+
# set_data_capture_changes: false,
|
1032
|
+
# current_lsn: "String",
|
1033
|
+
# max_k_bytes_per_read: 1,
|
968
1034
|
# username: "String",
|
969
1035
|
# },
|
1036
|
+
# resource_identifier: "String",
|
1037
|
+
# doc_db_settings: {
|
1038
|
+
# username: "String",
|
1039
|
+
# password: "SecretString",
|
1040
|
+
# server_name: "String",
|
1041
|
+
# port: 1,
|
1042
|
+
# database_name: "String",
|
1043
|
+
# nesting_level: "none", # accepts none, one
|
1044
|
+
# extract_doc_id: false,
|
1045
|
+
# docs_to_investigate: 1,
|
1046
|
+
# kms_key_id: "String",
|
1047
|
+
# },
|
970
1048
|
# })
|
971
1049
|
#
|
972
1050
|
# @example Response structure
|
@@ -1010,6 +1088,13 @@ module Aws::DatabaseMigrationService
|
|
1010
1088
|
# resp.endpoint.s3_settings.timestamp_column_name #=> String
|
1011
1089
|
# resp.endpoint.s3_settings.parquet_timestamp_in_millisecond #=> Boolean
|
1012
1090
|
# resp.endpoint.s3_settings.cdc_inserts_and_updates #=> Boolean
|
1091
|
+
# resp.endpoint.s3_settings.date_partition_enabled #=> Boolean
|
1092
|
+
# resp.endpoint.s3_settings.date_partition_sequence #=> String, one of "YYYYMMDD", "YYYYMMDDHH", "YYYYMM", "MMYYYYDD", "DDMMYYYY"
|
1093
|
+
# resp.endpoint.s3_settings.date_partition_delimiter #=> String, one of "SLASH", "UNDERSCORE", "DASH", "NONE"
|
1094
|
+
# resp.endpoint.s3_settings.use_csv_no_sup_value #=> Boolean
|
1095
|
+
# resp.endpoint.s3_settings.csv_no_sup_value #=> String
|
1096
|
+
# resp.endpoint.s3_settings.preserve_transactions #=> Boolean
|
1097
|
+
# resp.endpoint.s3_settings.cdc_path #=> String
|
1013
1098
|
# resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
|
1014
1099
|
# resp.endpoint.dms_transfer_settings.bucket_name #=> String
|
1015
1100
|
# resp.endpoint.mongo_db_settings.username #=> String
|
@@ -1058,11 +1143,14 @@ module Aws::DatabaseMigrationService
|
|
1058
1143
|
# resp.endpoint.redshift_settings.after_connect_script #=> String
|
1059
1144
|
# resp.endpoint.redshift_settings.bucket_folder #=> String
|
1060
1145
|
# resp.endpoint.redshift_settings.bucket_name #=> String
|
1146
|
+
# resp.endpoint.redshift_settings.case_sensitive_names #=> Boolean
|
1147
|
+
# resp.endpoint.redshift_settings.comp_update #=> Boolean
|
1061
1148
|
# resp.endpoint.redshift_settings.connection_timeout #=> Integer
|
1062
1149
|
# resp.endpoint.redshift_settings.database_name #=> String
|
1063
1150
|
# resp.endpoint.redshift_settings.date_format #=> String
|
1064
1151
|
# resp.endpoint.redshift_settings.empty_as_null #=> Boolean
|
1065
1152
|
# resp.endpoint.redshift_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
1153
|
+
# resp.endpoint.redshift_settings.explicit_ids #=> Boolean
|
1066
1154
|
# resp.endpoint.redshift_settings.file_transfer_upload_streams #=> Integer
|
1067
1155
|
# resp.endpoint.redshift_settings.load_timeout #=> Integer
|
1068
1156
|
# resp.endpoint.redshift_settings.max_file_size #=> Integer
|
@@ -1079,22 +1167,55 @@ module Aws::DatabaseMigrationService
|
|
1079
1167
|
# resp.endpoint.redshift_settings.truncate_columns #=> Boolean
|
1080
1168
|
# resp.endpoint.redshift_settings.username #=> String
|
1081
1169
|
# resp.endpoint.redshift_settings.write_buffer_size #=> Integer
|
1170
|
+
# resp.endpoint.postgre_sql_settings.after_connect_script #=> String
|
1171
|
+
# resp.endpoint.postgre_sql_settings.capture_ddls #=> Boolean
|
1172
|
+
# resp.endpoint.postgre_sql_settings.max_file_size #=> Integer
|
1082
1173
|
# resp.endpoint.postgre_sql_settings.database_name #=> String
|
1174
|
+
# resp.endpoint.postgre_sql_settings.ddl_artifacts_schema #=> String
|
1175
|
+
# resp.endpoint.postgre_sql_settings.execute_timeout #=> Integer
|
1176
|
+
# resp.endpoint.postgre_sql_settings.fail_tasks_on_lob_truncation #=> Boolean
|
1083
1177
|
# resp.endpoint.postgre_sql_settings.password #=> String
|
1084
1178
|
# resp.endpoint.postgre_sql_settings.port #=> Integer
|
1085
1179
|
# resp.endpoint.postgre_sql_settings.server_name #=> String
|
1086
1180
|
# resp.endpoint.postgre_sql_settings.username #=> String
|
1181
|
+
# resp.endpoint.postgre_sql_settings.slot_name #=> String
|
1182
|
+
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
1087
1183
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
1184
|
+
# resp.endpoint.my_sql_settings.events_poll_interval #=> Integer
|
1185
|
+
# resp.endpoint.my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
|
1186
|
+
# resp.endpoint.my_sql_settings.max_file_size #=> Integer
|
1187
|
+
# resp.endpoint.my_sql_settings.parallel_load_threads #=> Integer
|
1088
1188
|
# resp.endpoint.my_sql_settings.password #=> String
|
1089
1189
|
# resp.endpoint.my_sql_settings.port #=> Integer
|
1090
1190
|
# resp.endpoint.my_sql_settings.server_name #=> String
|
1191
|
+
# resp.endpoint.my_sql_settings.server_timezone #=> String
|
1091
1192
|
# resp.endpoint.my_sql_settings.username #=> String
|
1193
|
+
# resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
|
1194
|
+
# resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
|
1195
|
+
# resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
|
1196
|
+
# resp.endpoint.oracle_settings.allow_select_nested_tables #=> Boolean
|
1197
|
+
# resp.endpoint.oracle_settings.parallel_asm_read_threads #=> Integer
|
1198
|
+
# resp.endpoint.oracle_settings.read_ahead_blocks #=> Integer
|
1199
|
+
# resp.endpoint.oracle_settings.access_alternate_directly #=> Boolean
|
1200
|
+
# resp.endpoint.oracle_settings.use_alternate_folder_for_online #=> Boolean
|
1201
|
+
# resp.endpoint.oracle_settings.oracle_path_prefix #=> String
|
1202
|
+
# resp.endpoint.oracle_settings.use_path_prefix #=> String
|
1203
|
+
# resp.endpoint.oracle_settings.replace_path_prefix #=> Boolean
|
1204
|
+
# resp.endpoint.oracle_settings.enable_homogenous_tablespace #=> Boolean
|
1205
|
+
# resp.endpoint.oracle_settings.direct_path_no_log #=> Boolean
|
1206
|
+
# resp.endpoint.oracle_settings.archived_logs_only #=> Boolean
|
1092
1207
|
# resp.endpoint.oracle_settings.asm_password #=> String
|
1093
1208
|
# resp.endpoint.oracle_settings.asm_server #=> String
|
1094
1209
|
# resp.endpoint.oracle_settings.asm_user #=> String
|
1210
|
+
# resp.endpoint.oracle_settings.char_length_semantics #=> String, one of "default", "char", "byte"
|
1095
1211
|
# resp.endpoint.oracle_settings.database_name #=> String
|
1212
|
+
# resp.endpoint.oracle_settings.direct_path_parallel_load #=> Boolean
|
1213
|
+
# resp.endpoint.oracle_settings.fail_tasks_on_lob_truncation #=> Boolean
|
1214
|
+
# resp.endpoint.oracle_settings.number_datatype_scale #=> Integer
|
1096
1215
|
# resp.endpoint.oracle_settings.password #=> String
|
1097
1216
|
# resp.endpoint.oracle_settings.port #=> Integer
|
1217
|
+
# resp.endpoint.oracle_settings.read_table_space_name #=> Boolean
|
1218
|
+
# resp.endpoint.oracle_settings.retry_interval #=> Integer
|
1098
1219
|
# resp.endpoint.oracle_settings.security_db_encryption #=> String
|
1099
1220
|
# resp.endpoint.oracle_settings.security_db_encryption_name #=> String
|
1100
1221
|
# resp.endpoint.oracle_settings.server_name #=> String
|
@@ -1105,15 +1226,32 @@ module Aws::DatabaseMigrationService
|
|
1105
1226
|
# resp.endpoint.sybase_settings.server_name #=> String
|
1106
1227
|
# resp.endpoint.sybase_settings.username #=> String
|
1107
1228
|
# resp.endpoint.microsoft_sql_server_settings.port #=> Integer
|
1229
|
+
# resp.endpoint.microsoft_sql_server_settings.bcp_packet_size #=> Integer
|
1108
1230
|
# resp.endpoint.microsoft_sql_server_settings.database_name #=> String
|
1231
|
+
# resp.endpoint.microsoft_sql_server_settings.control_tables_file_group #=> String
|
1109
1232
|
# resp.endpoint.microsoft_sql_server_settings.password #=> String
|
1233
|
+
# resp.endpoint.microsoft_sql_server_settings.read_backup_only #=> Boolean
|
1234
|
+
# resp.endpoint.microsoft_sql_server_settings.safeguard_policy #=> String, one of "rely-on-sql-server-replication-agent", "exclusive-automatic-truncation", "shared-automatic-truncation"
|
1110
1235
|
# resp.endpoint.microsoft_sql_server_settings.server_name #=> String
|
1111
1236
|
# resp.endpoint.microsoft_sql_server_settings.username #=> String
|
1237
|
+
# resp.endpoint.microsoft_sql_server_settings.use_bcp_full_load #=> Boolean
|
1112
1238
|
# resp.endpoint.ibm_db_2_settings.database_name #=> String
|
1113
1239
|
# resp.endpoint.ibm_db_2_settings.password #=> String
|
1114
1240
|
# resp.endpoint.ibm_db_2_settings.port #=> Integer
|
1115
1241
|
# resp.endpoint.ibm_db_2_settings.server_name #=> String
|
1242
|
+
# resp.endpoint.ibm_db_2_settings.set_data_capture_changes #=> Boolean
|
1243
|
+
# resp.endpoint.ibm_db_2_settings.current_lsn #=> String
|
1244
|
+
# resp.endpoint.ibm_db_2_settings.max_k_bytes_per_read #=> Integer
|
1116
1245
|
# resp.endpoint.ibm_db_2_settings.username #=> String
|
1246
|
+
# resp.endpoint.doc_db_settings.username #=> String
|
1247
|
+
# resp.endpoint.doc_db_settings.password #=> String
|
1248
|
+
# resp.endpoint.doc_db_settings.server_name #=> String
|
1249
|
+
# resp.endpoint.doc_db_settings.port #=> Integer
|
1250
|
+
# resp.endpoint.doc_db_settings.database_name #=> String
|
1251
|
+
# resp.endpoint.doc_db_settings.nesting_level #=> String, one of "none", "one"
|
1252
|
+
# resp.endpoint.doc_db_settings.extract_doc_id #=> Boolean
|
1253
|
+
# resp.endpoint.doc_db_settings.docs_to_investigate #=> Integer
|
1254
|
+
# resp.endpoint.doc_db_settings.kms_key_id #=> String
|
1117
1255
|
#
|
1118
1256
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint AWS API Documentation
|
1119
1257
|
#
|
@@ -1352,6 +1490,18 @@ module Aws::DatabaseMigrationService
|
|
1352
1490
|
# for up to four on-premise DNS name servers. For example:
|
1353
1491
|
# `"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"`
|
1354
1492
|
#
|
1493
|
+
# @option params [String] :resource_identifier
|
1494
|
+
# A friendly name for the resource identifier at the end of the
|
1495
|
+
# `EndpointArn` response parameter that is returned in the created
|
1496
|
+
# `Endpoint` object. The value for this parameter can have up to 31
|
1497
|
+
# characters. It can contain only ASCII letters, digits, and hyphen
|
1498
|
+
# ('-'). Also, it can't end with a hyphen or contain two consecutive
|
1499
|
+
# hyphens, and can only begin with a letter, such as `Example-App-ARN1`.
|
1500
|
+
# For example, this value might result in the `EndpointArn` value
|
1501
|
+
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
1502
|
+
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
1503
|
+
# default identifier value for the end of `EndpointArn`.
|
1504
|
+
#
|
1355
1505
|
# @return [Types::CreateReplicationInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1356
1506
|
#
|
1357
1507
|
# * {Types::CreateReplicationInstanceResponse#replication_instance #replication_instance} => Types::ReplicationInstance
|
@@ -1459,6 +1609,7 @@ module Aws::DatabaseMigrationService
|
|
1459
1609
|
# kms_key_id: "String",
|
1460
1610
|
# publicly_accessible: false,
|
1461
1611
|
# dns_name_servers: "String",
|
1612
|
+
# resource_identifier: "String",
|
1462
1613
|
# })
|
1463
1614
|
#
|
1464
1615
|
# @example Response structure
|
@@ -1699,6 +1850,18 @@ module Aws::DatabaseMigrationService
|
|
1699
1850
|
#
|
1700
1851
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html
|
1701
1852
|
#
|
1853
|
+
# @option params [String] :resource_identifier
|
1854
|
+
# A friendly name for the resource identifier at the end of the
|
1855
|
+
# `EndpointArn` response parameter that is returned in the created
|
1856
|
+
# `Endpoint` object. The value for this parameter can have up to 31
|
1857
|
+
# characters. It can contain only ASCII letters, digits, and hyphen
|
1858
|
+
# ('-'). Also, it can't end with a hyphen or contain two consecutive
|
1859
|
+
# hyphens, and can only begin with a letter, such as `Example-App-ARN1`.
|
1860
|
+
# For example, this value might result in the `EndpointArn` value
|
1861
|
+
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
1862
|
+
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
1863
|
+
# default identifier value for the end of `EndpointArn`.
|
1864
|
+
#
|
1702
1865
|
# @return [Types::CreateReplicationTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1703
1866
|
#
|
1704
1867
|
# * {Types::CreateReplicationTaskResponse#replication_task #replication_task} => Types::ReplicationTask
|
@@ -1761,6 +1924,7 @@ module Aws::DatabaseMigrationService
|
|
1761
1924
|
# },
|
1762
1925
|
# ],
|
1763
1926
|
# task_data: "String",
|
1927
|
+
# resource_identifier: "String",
|
1764
1928
|
# })
|
1765
1929
|
#
|
1766
1930
|
# @example Response structure
|
@@ -1793,6 +1957,7 @@ module Aws::DatabaseMigrationService
|
|
1793
1957
|
# resp.replication_task.replication_task_stats.full_load_start_date #=> Time
|
1794
1958
|
# resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
|
1795
1959
|
# resp.replication_task.task_data #=> String
|
1960
|
+
# resp.replication_task.target_replication_instance_arn #=> String
|
1796
1961
|
#
|
1797
1962
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTask AWS API Documentation
|
1798
1963
|
#
|
@@ -1996,6 +2161,13 @@ module Aws::DatabaseMigrationService
|
|
1996
2161
|
# resp.endpoint.s3_settings.timestamp_column_name #=> String
|
1997
2162
|
# resp.endpoint.s3_settings.parquet_timestamp_in_millisecond #=> Boolean
|
1998
2163
|
# resp.endpoint.s3_settings.cdc_inserts_and_updates #=> Boolean
|
2164
|
+
# resp.endpoint.s3_settings.date_partition_enabled #=> Boolean
|
2165
|
+
# resp.endpoint.s3_settings.date_partition_sequence #=> String, one of "YYYYMMDD", "YYYYMMDDHH", "YYYYMM", "MMYYYYDD", "DDMMYYYY"
|
2166
|
+
# resp.endpoint.s3_settings.date_partition_delimiter #=> String, one of "SLASH", "UNDERSCORE", "DASH", "NONE"
|
2167
|
+
# resp.endpoint.s3_settings.use_csv_no_sup_value #=> Boolean
|
2168
|
+
# resp.endpoint.s3_settings.csv_no_sup_value #=> String
|
2169
|
+
# resp.endpoint.s3_settings.preserve_transactions #=> Boolean
|
2170
|
+
# resp.endpoint.s3_settings.cdc_path #=> String
|
1999
2171
|
# resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
|
2000
2172
|
# resp.endpoint.dms_transfer_settings.bucket_name #=> String
|
2001
2173
|
# resp.endpoint.mongo_db_settings.username #=> String
|
@@ -2044,11 +2216,14 @@ module Aws::DatabaseMigrationService
|
|
2044
2216
|
# resp.endpoint.redshift_settings.after_connect_script #=> String
|
2045
2217
|
# resp.endpoint.redshift_settings.bucket_folder #=> String
|
2046
2218
|
# resp.endpoint.redshift_settings.bucket_name #=> String
|
2219
|
+
# resp.endpoint.redshift_settings.case_sensitive_names #=> Boolean
|
2220
|
+
# resp.endpoint.redshift_settings.comp_update #=> Boolean
|
2047
2221
|
# resp.endpoint.redshift_settings.connection_timeout #=> Integer
|
2048
2222
|
# resp.endpoint.redshift_settings.database_name #=> String
|
2049
2223
|
# resp.endpoint.redshift_settings.date_format #=> String
|
2050
2224
|
# resp.endpoint.redshift_settings.empty_as_null #=> Boolean
|
2051
2225
|
# resp.endpoint.redshift_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
2226
|
+
# resp.endpoint.redshift_settings.explicit_ids #=> Boolean
|
2052
2227
|
# resp.endpoint.redshift_settings.file_transfer_upload_streams #=> Integer
|
2053
2228
|
# resp.endpoint.redshift_settings.load_timeout #=> Integer
|
2054
2229
|
# resp.endpoint.redshift_settings.max_file_size #=> Integer
|
@@ -2065,22 +2240,55 @@ module Aws::DatabaseMigrationService
|
|
2065
2240
|
# resp.endpoint.redshift_settings.truncate_columns #=> Boolean
|
2066
2241
|
# resp.endpoint.redshift_settings.username #=> String
|
2067
2242
|
# resp.endpoint.redshift_settings.write_buffer_size #=> Integer
|
2243
|
+
# resp.endpoint.postgre_sql_settings.after_connect_script #=> String
|
2244
|
+
# resp.endpoint.postgre_sql_settings.capture_ddls #=> Boolean
|
2245
|
+
# resp.endpoint.postgre_sql_settings.max_file_size #=> Integer
|
2068
2246
|
# resp.endpoint.postgre_sql_settings.database_name #=> String
|
2247
|
+
# resp.endpoint.postgre_sql_settings.ddl_artifacts_schema #=> String
|
2248
|
+
# resp.endpoint.postgre_sql_settings.execute_timeout #=> Integer
|
2249
|
+
# resp.endpoint.postgre_sql_settings.fail_tasks_on_lob_truncation #=> Boolean
|
2069
2250
|
# resp.endpoint.postgre_sql_settings.password #=> String
|
2070
2251
|
# resp.endpoint.postgre_sql_settings.port #=> Integer
|
2071
2252
|
# resp.endpoint.postgre_sql_settings.server_name #=> String
|
2072
2253
|
# resp.endpoint.postgre_sql_settings.username #=> String
|
2254
|
+
# resp.endpoint.postgre_sql_settings.slot_name #=> String
|
2255
|
+
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
2073
2256
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
2257
|
+
# resp.endpoint.my_sql_settings.events_poll_interval #=> Integer
|
2258
|
+
# resp.endpoint.my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
|
2259
|
+
# resp.endpoint.my_sql_settings.max_file_size #=> Integer
|
2260
|
+
# resp.endpoint.my_sql_settings.parallel_load_threads #=> Integer
|
2074
2261
|
# resp.endpoint.my_sql_settings.password #=> String
|
2075
2262
|
# resp.endpoint.my_sql_settings.port #=> Integer
|
2076
2263
|
# resp.endpoint.my_sql_settings.server_name #=> String
|
2264
|
+
# resp.endpoint.my_sql_settings.server_timezone #=> String
|
2077
2265
|
# resp.endpoint.my_sql_settings.username #=> String
|
2266
|
+
# resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
|
2267
|
+
# resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
|
2268
|
+
# resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
|
2269
|
+
# resp.endpoint.oracle_settings.allow_select_nested_tables #=> Boolean
|
2270
|
+
# resp.endpoint.oracle_settings.parallel_asm_read_threads #=> Integer
|
2271
|
+
# resp.endpoint.oracle_settings.read_ahead_blocks #=> Integer
|
2272
|
+
# resp.endpoint.oracle_settings.access_alternate_directly #=> Boolean
|
2273
|
+
# resp.endpoint.oracle_settings.use_alternate_folder_for_online #=> Boolean
|
2274
|
+
# resp.endpoint.oracle_settings.oracle_path_prefix #=> String
|
2275
|
+
# resp.endpoint.oracle_settings.use_path_prefix #=> String
|
2276
|
+
# resp.endpoint.oracle_settings.replace_path_prefix #=> Boolean
|
2277
|
+
# resp.endpoint.oracle_settings.enable_homogenous_tablespace #=> Boolean
|
2278
|
+
# resp.endpoint.oracle_settings.direct_path_no_log #=> Boolean
|
2279
|
+
# resp.endpoint.oracle_settings.archived_logs_only #=> Boolean
|
2078
2280
|
# resp.endpoint.oracle_settings.asm_password #=> String
|
2079
2281
|
# resp.endpoint.oracle_settings.asm_server #=> String
|
2080
2282
|
# resp.endpoint.oracle_settings.asm_user #=> String
|
2283
|
+
# resp.endpoint.oracle_settings.char_length_semantics #=> String, one of "default", "char", "byte"
|
2081
2284
|
# resp.endpoint.oracle_settings.database_name #=> String
|
2285
|
+
# resp.endpoint.oracle_settings.direct_path_parallel_load #=> Boolean
|
2286
|
+
# resp.endpoint.oracle_settings.fail_tasks_on_lob_truncation #=> Boolean
|
2287
|
+
# resp.endpoint.oracle_settings.number_datatype_scale #=> Integer
|
2082
2288
|
# resp.endpoint.oracle_settings.password #=> String
|
2083
2289
|
# resp.endpoint.oracle_settings.port #=> Integer
|
2290
|
+
# resp.endpoint.oracle_settings.read_table_space_name #=> Boolean
|
2291
|
+
# resp.endpoint.oracle_settings.retry_interval #=> Integer
|
2084
2292
|
# resp.endpoint.oracle_settings.security_db_encryption #=> String
|
2085
2293
|
# resp.endpoint.oracle_settings.security_db_encryption_name #=> String
|
2086
2294
|
# resp.endpoint.oracle_settings.server_name #=> String
|
@@ -2091,15 +2299,32 @@ module Aws::DatabaseMigrationService
|
|
2091
2299
|
# resp.endpoint.sybase_settings.server_name #=> String
|
2092
2300
|
# resp.endpoint.sybase_settings.username #=> String
|
2093
2301
|
# resp.endpoint.microsoft_sql_server_settings.port #=> Integer
|
2302
|
+
# resp.endpoint.microsoft_sql_server_settings.bcp_packet_size #=> Integer
|
2094
2303
|
# resp.endpoint.microsoft_sql_server_settings.database_name #=> String
|
2304
|
+
# resp.endpoint.microsoft_sql_server_settings.control_tables_file_group #=> String
|
2095
2305
|
# resp.endpoint.microsoft_sql_server_settings.password #=> String
|
2306
|
+
# resp.endpoint.microsoft_sql_server_settings.read_backup_only #=> Boolean
|
2307
|
+
# resp.endpoint.microsoft_sql_server_settings.safeguard_policy #=> String, one of "rely-on-sql-server-replication-agent", "exclusive-automatic-truncation", "shared-automatic-truncation"
|
2096
2308
|
# resp.endpoint.microsoft_sql_server_settings.server_name #=> String
|
2097
2309
|
# resp.endpoint.microsoft_sql_server_settings.username #=> String
|
2310
|
+
# resp.endpoint.microsoft_sql_server_settings.use_bcp_full_load #=> Boolean
|
2098
2311
|
# resp.endpoint.ibm_db_2_settings.database_name #=> String
|
2099
2312
|
# resp.endpoint.ibm_db_2_settings.password #=> String
|
2100
2313
|
# resp.endpoint.ibm_db_2_settings.port #=> Integer
|
2101
2314
|
# resp.endpoint.ibm_db_2_settings.server_name #=> String
|
2315
|
+
# resp.endpoint.ibm_db_2_settings.set_data_capture_changes #=> Boolean
|
2316
|
+
# resp.endpoint.ibm_db_2_settings.current_lsn #=> String
|
2317
|
+
# resp.endpoint.ibm_db_2_settings.max_k_bytes_per_read #=> Integer
|
2102
2318
|
# resp.endpoint.ibm_db_2_settings.username #=> String
|
2319
|
+
# resp.endpoint.doc_db_settings.username #=> String
|
2320
|
+
# resp.endpoint.doc_db_settings.password #=> String
|
2321
|
+
# resp.endpoint.doc_db_settings.server_name #=> String
|
2322
|
+
# resp.endpoint.doc_db_settings.port #=> Integer
|
2323
|
+
# resp.endpoint.doc_db_settings.database_name #=> String
|
2324
|
+
# resp.endpoint.doc_db_settings.nesting_level #=> String, one of "none", "one"
|
2325
|
+
# resp.endpoint.doc_db_settings.extract_doc_id #=> Boolean
|
2326
|
+
# resp.endpoint.doc_db_settings.docs_to_investigate #=> Integer
|
2327
|
+
# resp.endpoint.doc_db_settings.kms_key_id #=> String
|
2103
2328
|
#
|
2104
2329
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint AWS API Documentation
|
2105
2330
|
#
|
@@ -2387,6 +2612,7 @@ module Aws::DatabaseMigrationService
|
|
2387
2612
|
# resp.replication_task.replication_task_stats.full_load_start_date #=> Time
|
2388
2613
|
# resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
|
2389
2614
|
# resp.replication_task.task_data #=> String
|
2615
|
+
# resp.replication_task.target_replication_instance_arn #=> String
|
2390
2616
|
#
|
2391
2617
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTask AWS API Documentation
|
2392
2618
|
#
|
@@ -2987,6 +3213,13 @@ module Aws::DatabaseMigrationService
|
|
2987
3213
|
# resp.endpoints[0].s3_settings.timestamp_column_name #=> String
|
2988
3214
|
# resp.endpoints[0].s3_settings.parquet_timestamp_in_millisecond #=> Boolean
|
2989
3215
|
# resp.endpoints[0].s3_settings.cdc_inserts_and_updates #=> Boolean
|
3216
|
+
# resp.endpoints[0].s3_settings.date_partition_enabled #=> Boolean
|
3217
|
+
# resp.endpoints[0].s3_settings.date_partition_sequence #=> String, one of "YYYYMMDD", "YYYYMMDDHH", "YYYYMM", "MMYYYYDD", "DDMMYYYY"
|
3218
|
+
# resp.endpoints[0].s3_settings.date_partition_delimiter #=> String, one of "SLASH", "UNDERSCORE", "DASH", "NONE"
|
3219
|
+
# resp.endpoints[0].s3_settings.use_csv_no_sup_value #=> Boolean
|
3220
|
+
# resp.endpoints[0].s3_settings.csv_no_sup_value #=> String
|
3221
|
+
# resp.endpoints[0].s3_settings.preserve_transactions #=> Boolean
|
3222
|
+
# resp.endpoints[0].s3_settings.cdc_path #=> String
|
2990
3223
|
# resp.endpoints[0].dms_transfer_settings.service_access_role_arn #=> String
|
2991
3224
|
# resp.endpoints[0].dms_transfer_settings.bucket_name #=> String
|
2992
3225
|
# resp.endpoints[0].mongo_db_settings.username #=> String
|
@@ -3035,11 +3268,14 @@ module Aws::DatabaseMigrationService
|
|
3035
3268
|
# resp.endpoints[0].redshift_settings.after_connect_script #=> String
|
3036
3269
|
# resp.endpoints[0].redshift_settings.bucket_folder #=> String
|
3037
3270
|
# resp.endpoints[0].redshift_settings.bucket_name #=> String
|
3271
|
+
# resp.endpoints[0].redshift_settings.case_sensitive_names #=> Boolean
|
3272
|
+
# resp.endpoints[0].redshift_settings.comp_update #=> Boolean
|
3038
3273
|
# resp.endpoints[0].redshift_settings.connection_timeout #=> Integer
|
3039
3274
|
# resp.endpoints[0].redshift_settings.database_name #=> String
|
3040
3275
|
# resp.endpoints[0].redshift_settings.date_format #=> String
|
3041
3276
|
# resp.endpoints[0].redshift_settings.empty_as_null #=> Boolean
|
3042
3277
|
# resp.endpoints[0].redshift_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
3278
|
+
# resp.endpoints[0].redshift_settings.explicit_ids #=> Boolean
|
3043
3279
|
# resp.endpoints[0].redshift_settings.file_transfer_upload_streams #=> Integer
|
3044
3280
|
# resp.endpoints[0].redshift_settings.load_timeout #=> Integer
|
3045
3281
|
# resp.endpoints[0].redshift_settings.max_file_size #=> Integer
|
@@ -3056,22 +3292,55 @@ module Aws::DatabaseMigrationService
|
|
3056
3292
|
# resp.endpoints[0].redshift_settings.truncate_columns #=> Boolean
|
3057
3293
|
# resp.endpoints[0].redshift_settings.username #=> String
|
3058
3294
|
# resp.endpoints[0].redshift_settings.write_buffer_size #=> Integer
|
3295
|
+
# resp.endpoints[0].postgre_sql_settings.after_connect_script #=> String
|
3296
|
+
# resp.endpoints[0].postgre_sql_settings.capture_ddls #=> Boolean
|
3297
|
+
# resp.endpoints[0].postgre_sql_settings.max_file_size #=> Integer
|
3059
3298
|
# resp.endpoints[0].postgre_sql_settings.database_name #=> String
|
3299
|
+
# resp.endpoints[0].postgre_sql_settings.ddl_artifacts_schema #=> String
|
3300
|
+
# resp.endpoints[0].postgre_sql_settings.execute_timeout #=> Integer
|
3301
|
+
# resp.endpoints[0].postgre_sql_settings.fail_tasks_on_lob_truncation #=> Boolean
|
3060
3302
|
# resp.endpoints[0].postgre_sql_settings.password #=> String
|
3061
3303
|
# resp.endpoints[0].postgre_sql_settings.port #=> Integer
|
3062
3304
|
# resp.endpoints[0].postgre_sql_settings.server_name #=> String
|
3063
3305
|
# resp.endpoints[0].postgre_sql_settings.username #=> String
|
3306
|
+
# resp.endpoints[0].postgre_sql_settings.slot_name #=> String
|
3307
|
+
# resp.endpoints[0].my_sql_settings.after_connect_script #=> String
|
3064
3308
|
# resp.endpoints[0].my_sql_settings.database_name #=> String
|
3309
|
+
# resp.endpoints[0].my_sql_settings.events_poll_interval #=> Integer
|
3310
|
+
# resp.endpoints[0].my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
|
3311
|
+
# resp.endpoints[0].my_sql_settings.max_file_size #=> Integer
|
3312
|
+
# resp.endpoints[0].my_sql_settings.parallel_load_threads #=> Integer
|
3065
3313
|
# resp.endpoints[0].my_sql_settings.password #=> String
|
3066
3314
|
# resp.endpoints[0].my_sql_settings.port #=> Integer
|
3067
3315
|
# resp.endpoints[0].my_sql_settings.server_name #=> String
|
3316
|
+
# resp.endpoints[0].my_sql_settings.server_timezone #=> String
|
3068
3317
|
# resp.endpoints[0].my_sql_settings.username #=> String
|
3318
|
+
# resp.endpoints[0].oracle_settings.add_supplemental_logging #=> Boolean
|
3319
|
+
# resp.endpoints[0].oracle_settings.archived_log_dest_id #=> Integer
|
3320
|
+
# resp.endpoints[0].oracle_settings.additional_archived_log_dest_id #=> Integer
|
3321
|
+
# resp.endpoints[0].oracle_settings.allow_select_nested_tables #=> Boolean
|
3322
|
+
# resp.endpoints[0].oracle_settings.parallel_asm_read_threads #=> Integer
|
3323
|
+
# resp.endpoints[0].oracle_settings.read_ahead_blocks #=> Integer
|
3324
|
+
# resp.endpoints[0].oracle_settings.access_alternate_directly #=> Boolean
|
3325
|
+
# resp.endpoints[0].oracle_settings.use_alternate_folder_for_online #=> Boolean
|
3326
|
+
# resp.endpoints[0].oracle_settings.oracle_path_prefix #=> String
|
3327
|
+
# resp.endpoints[0].oracle_settings.use_path_prefix #=> String
|
3328
|
+
# resp.endpoints[0].oracle_settings.replace_path_prefix #=> Boolean
|
3329
|
+
# resp.endpoints[0].oracle_settings.enable_homogenous_tablespace #=> Boolean
|
3330
|
+
# resp.endpoints[0].oracle_settings.direct_path_no_log #=> Boolean
|
3331
|
+
# resp.endpoints[0].oracle_settings.archived_logs_only #=> Boolean
|
3069
3332
|
# resp.endpoints[0].oracle_settings.asm_password #=> String
|
3070
3333
|
# resp.endpoints[0].oracle_settings.asm_server #=> String
|
3071
3334
|
# resp.endpoints[0].oracle_settings.asm_user #=> String
|
3335
|
+
# resp.endpoints[0].oracle_settings.char_length_semantics #=> String, one of "default", "char", "byte"
|
3072
3336
|
# resp.endpoints[0].oracle_settings.database_name #=> String
|
3337
|
+
# resp.endpoints[0].oracle_settings.direct_path_parallel_load #=> Boolean
|
3338
|
+
# resp.endpoints[0].oracle_settings.fail_tasks_on_lob_truncation #=> Boolean
|
3339
|
+
# resp.endpoints[0].oracle_settings.number_datatype_scale #=> Integer
|
3073
3340
|
# resp.endpoints[0].oracle_settings.password #=> String
|
3074
3341
|
# resp.endpoints[0].oracle_settings.port #=> Integer
|
3342
|
+
# resp.endpoints[0].oracle_settings.read_table_space_name #=> Boolean
|
3343
|
+
# resp.endpoints[0].oracle_settings.retry_interval #=> Integer
|
3075
3344
|
# resp.endpoints[0].oracle_settings.security_db_encryption #=> String
|
3076
3345
|
# resp.endpoints[0].oracle_settings.security_db_encryption_name #=> String
|
3077
3346
|
# resp.endpoints[0].oracle_settings.server_name #=> String
|
@@ -3082,15 +3351,32 @@ module Aws::DatabaseMigrationService
|
|
3082
3351
|
# resp.endpoints[0].sybase_settings.server_name #=> String
|
3083
3352
|
# resp.endpoints[0].sybase_settings.username #=> String
|
3084
3353
|
# resp.endpoints[0].microsoft_sql_server_settings.port #=> Integer
|
3354
|
+
# resp.endpoints[0].microsoft_sql_server_settings.bcp_packet_size #=> Integer
|
3085
3355
|
# resp.endpoints[0].microsoft_sql_server_settings.database_name #=> String
|
3356
|
+
# resp.endpoints[0].microsoft_sql_server_settings.control_tables_file_group #=> String
|
3086
3357
|
# resp.endpoints[0].microsoft_sql_server_settings.password #=> String
|
3358
|
+
# resp.endpoints[0].microsoft_sql_server_settings.read_backup_only #=> Boolean
|
3359
|
+
# resp.endpoints[0].microsoft_sql_server_settings.safeguard_policy #=> String, one of "rely-on-sql-server-replication-agent", "exclusive-automatic-truncation", "shared-automatic-truncation"
|
3087
3360
|
# resp.endpoints[0].microsoft_sql_server_settings.server_name #=> String
|
3088
3361
|
# resp.endpoints[0].microsoft_sql_server_settings.username #=> String
|
3362
|
+
# resp.endpoints[0].microsoft_sql_server_settings.use_bcp_full_load #=> Boolean
|
3089
3363
|
# resp.endpoints[0].ibm_db_2_settings.database_name #=> String
|
3090
3364
|
# resp.endpoints[0].ibm_db_2_settings.password #=> String
|
3091
3365
|
# resp.endpoints[0].ibm_db_2_settings.port #=> Integer
|
3092
3366
|
# resp.endpoints[0].ibm_db_2_settings.server_name #=> String
|
3367
|
+
# resp.endpoints[0].ibm_db_2_settings.set_data_capture_changes #=> Boolean
|
3368
|
+
# resp.endpoints[0].ibm_db_2_settings.current_lsn #=> String
|
3369
|
+
# resp.endpoints[0].ibm_db_2_settings.max_k_bytes_per_read #=> Integer
|
3093
3370
|
# resp.endpoints[0].ibm_db_2_settings.username #=> String
|
3371
|
+
# resp.endpoints[0].doc_db_settings.username #=> String
|
3372
|
+
# resp.endpoints[0].doc_db_settings.password #=> String
|
3373
|
+
# resp.endpoints[0].doc_db_settings.server_name #=> String
|
3374
|
+
# resp.endpoints[0].doc_db_settings.port #=> Integer
|
3375
|
+
# resp.endpoints[0].doc_db_settings.database_name #=> String
|
3376
|
+
# resp.endpoints[0].doc_db_settings.nesting_level #=> String, one of "none", "one"
|
3377
|
+
# resp.endpoints[0].doc_db_settings.extract_doc_id #=> Boolean
|
3378
|
+
# resp.endpoints[0].doc_db_settings.docs_to_investigate #=> Integer
|
3379
|
+
# resp.endpoints[0].doc_db_settings.kms_key_id #=> String
|
3094
3380
|
#
|
3095
3381
|
#
|
3096
3382
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -4092,6 +4378,7 @@ module Aws::DatabaseMigrationService
|
|
4092
4378
|
# resp.replication_tasks[0].replication_task_stats.full_load_start_date #=> Time
|
4093
4379
|
# resp.replication_tasks[0].replication_task_stats.full_load_finish_date #=> Time
|
4094
4380
|
# resp.replication_tasks[0].task_data #=> String
|
4381
|
+
# resp.replication_tasks[0].target_replication_instance_arn #=> String
|
4095
4382
|
#
|
4096
4383
|
#
|
4097
4384
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -4640,6 +4927,17 @@ module Aws::DatabaseMigrationService
|
|
4640
4927
|
#
|
4641
4928
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.ConnectionAttrib
|
4642
4929
|
#
|
4930
|
+
# @option params [Types::DocDbSettings] :doc_db_settings
|
4931
|
+
# Settings in JSON format for the source DocumentDB endpoint. For more
|
4932
|
+
# information about the available settings, see the configuration
|
4933
|
+
# properties section in [ Using DocumentDB as a Target for AWS Database
|
4934
|
+
# Migration Service][1] in the *AWS Database Migration Service User
|
4935
|
+
# Guide.*
|
4936
|
+
#
|
4937
|
+
#
|
4938
|
+
#
|
4939
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html
|
4940
|
+
#
|
4643
4941
|
# @return [Types::ModifyEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4644
4942
|
#
|
4645
4943
|
# * {Types::ModifyEndpointResponse#endpoint #endpoint} => Types::Endpoint
|
@@ -4712,6 +5010,13 @@ module Aws::DatabaseMigrationService
|
|
4712
5010
|
# timestamp_column_name: "String",
|
4713
5011
|
# parquet_timestamp_in_millisecond: false,
|
4714
5012
|
# cdc_inserts_and_updates: false,
|
5013
|
+
# date_partition_enabled: false,
|
5014
|
+
# date_partition_sequence: "YYYYMMDD", # accepts YYYYMMDD, YYYYMMDDHH, YYYYMM, MMYYYYDD, DDMMYYYY
|
5015
|
+
# date_partition_delimiter: "SLASH", # accepts SLASH, UNDERSCORE, DASH, NONE
|
5016
|
+
# use_csv_no_sup_value: false,
|
5017
|
+
# csv_no_sup_value: "String",
|
5018
|
+
# preserve_transactions: false,
|
5019
|
+
# cdc_path: "String",
|
4715
5020
|
# },
|
4716
5021
|
# dms_transfer_settings: {
|
4717
5022
|
# service_access_role_arn: "String",
|
@@ -4774,11 +5079,14 @@ module Aws::DatabaseMigrationService
|
|
4774
5079
|
# after_connect_script: "String",
|
4775
5080
|
# bucket_folder: "String",
|
4776
5081
|
# bucket_name: "String",
|
5082
|
+
# case_sensitive_names: false,
|
5083
|
+
# comp_update: false,
|
4777
5084
|
# connection_timeout: 1,
|
4778
5085
|
# database_name: "String",
|
4779
5086
|
# date_format: "String",
|
4780
5087
|
# empty_as_null: false,
|
4781
5088
|
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
5089
|
+
# explicit_ids: false,
|
4782
5090
|
# file_transfer_upload_streams: 1,
|
4783
5091
|
# load_timeout: 1,
|
4784
5092
|
# max_file_size: 1,
|
@@ -4797,26 +5105,59 @@ module Aws::DatabaseMigrationService
|
|
4797
5105
|
# write_buffer_size: 1,
|
4798
5106
|
# },
|
4799
5107
|
# postgre_sql_settings: {
|
5108
|
+
# after_connect_script: "String",
|
5109
|
+
# capture_ddls: false,
|
5110
|
+
# max_file_size: 1,
|
4800
5111
|
# database_name: "String",
|
5112
|
+
# ddl_artifacts_schema: "String",
|
5113
|
+
# execute_timeout: 1,
|
5114
|
+
# fail_tasks_on_lob_truncation: false,
|
4801
5115
|
# password: "SecretString",
|
4802
5116
|
# port: 1,
|
4803
5117
|
# server_name: "String",
|
4804
5118
|
# username: "String",
|
5119
|
+
# slot_name: "String",
|
4805
5120
|
# },
|
4806
5121
|
# my_sql_settings: {
|
5122
|
+
# after_connect_script: "String",
|
4807
5123
|
# database_name: "String",
|
5124
|
+
# events_poll_interval: 1,
|
5125
|
+
# target_db_type: "specific-database", # accepts specific-database, multiple-databases
|
5126
|
+
# max_file_size: 1,
|
5127
|
+
# parallel_load_threads: 1,
|
4808
5128
|
# password: "SecretString",
|
4809
5129
|
# port: 1,
|
4810
5130
|
# server_name: "String",
|
5131
|
+
# server_timezone: "String",
|
4811
5132
|
# username: "String",
|
4812
5133
|
# },
|
4813
5134
|
# oracle_settings: {
|
5135
|
+
# add_supplemental_logging: false,
|
5136
|
+
# archived_log_dest_id: 1,
|
5137
|
+
# additional_archived_log_dest_id: 1,
|
5138
|
+
# allow_select_nested_tables: false,
|
5139
|
+
# parallel_asm_read_threads: 1,
|
5140
|
+
# read_ahead_blocks: 1,
|
5141
|
+
# access_alternate_directly: false,
|
5142
|
+
# use_alternate_folder_for_online: false,
|
5143
|
+
# oracle_path_prefix: "String",
|
5144
|
+
# use_path_prefix: "String",
|
5145
|
+
# replace_path_prefix: false,
|
5146
|
+
# enable_homogenous_tablespace: false,
|
5147
|
+
# direct_path_no_log: false,
|
5148
|
+
# archived_logs_only: false,
|
4814
5149
|
# asm_password: "SecretString",
|
4815
5150
|
# asm_server: "String",
|
4816
5151
|
# asm_user: "String",
|
5152
|
+
# char_length_semantics: "default", # accepts default, char, byte
|
4817
5153
|
# database_name: "String",
|
5154
|
+
# direct_path_parallel_load: false,
|
5155
|
+
# fail_tasks_on_lob_truncation: false,
|
5156
|
+
# number_datatype_scale: 1,
|
4818
5157
|
# password: "SecretString",
|
4819
5158
|
# port: 1,
|
5159
|
+
# read_table_space_name: false,
|
5160
|
+
# retry_interval: 1,
|
4820
5161
|
# security_db_encryption: "SecretString",
|
4821
5162
|
# security_db_encryption_name: "String",
|
4822
5163
|
# server_name: "String",
|
@@ -4831,18 +5172,37 @@ module Aws::DatabaseMigrationService
|
|
4831
5172
|
# },
|
4832
5173
|
# microsoft_sql_server_settings: {
|
4833
5174
|
# port: 1,
|
5175
|
+
# bcp_packet_size: 1,
|
4834
5176
|
# database_name: "String",
|
5177
|
+
# control_tables_file_group: "String",
|
4835
5178
|
# password: "SecretString",
|
5179
|
+
# read_backup_only: false,
|
5180
|
+
# safeguard_policy: "rely-on-sql-server-replication-agent", # accepts rely-on-sql-server-replication-agent, exclusive-automatic-truncation, shared-automatic-truncation
|
4836
5181
|
# server_name: "String",
|
4837
5182
|
# username: "String",
|
5183
|
+
# use_bcp_full_load: false,
|
4838
5184
|
# },
|
4839
5185
|
# ibm_db_2_settings: {
|
4840
5186
|
# database_name: "String",
|
4841
5187
|
# password: "SecretString",
|
4842
5188
|
# port: 1,
|
4843
5189
|
# server_name: "String",
|
5190
|
+
# set_data_capture_changes: false,
|
5191
|
+
# current_lsn: "String",
|
5192
|
+
# max_k_bytes_per_read: 1,
|
4844
5193
|
# username: "String",
|
4845
5194
|
# },
|
5195
|
+
# doc_db_settings: {
|
5196
|
+
# username: "String",
|
5197
|
+
# password: "SecretString",
|
5198
|
+
# server_name: "String",
|
5199
|
+
# port: 1,
|
5200
|
+
# database_name: "String",
|
5201
|
+
# nesting_level: "none", # accepts none, one
|
5202
|
+
# extract_doc_id: false,
|
5203
|
+
# docs_to_investigate: 1,
|
5204
|
+
# kms_key_id: "String",
|
5205
|
+
# },
|
4846
5206
|
# })
|
4847
5207
|
#
|
4848
5208
|
# @example Response structure
|
@@ -4886,6 +5246,13 @@ module Aws::DatabaseMigrationService
|
|
4886
5246
|
# resp.endpoint.s3_settings.timestamp_column_name #=> String
|
4887
5247
|
# resp.endpoint.s3_settings.parquet_timestamp_in_millisecond #=> Boolean
|
4888
5248
|
# resp.endpoint.s3_settings.cdc_inserts_and_updates #=> Boolean
|
5249
|
+
# resp.endpoint.s3_settings.date_partition_enabled #=> Boolean
|
5250
|
+
# resp.endpoint.s3_settings.date_partition_sequence #=> String, one of "YYYYMMDD", "YYYYMMDDHH", "YYYYMM", "MMYYYYDD", "DDMMYYYY"
|
5251
|
+
# resp.endpoint.s3_settings.date_partition_delimiter #=> String, one of "SLASH", "UNDERSCORE", "DASH", "NONE"
|
5252
|
+
# resp.endpoint.s3_settings.use_csv_no_sup_value #=> Boolean
|
5253
|
+
# resp.endpoint.s3_settings.csv_no_sup_value #=> String
|
5254
|
+
# resp.endpoint.s3_settings.preserve_transactions #=> Boolean
|
5255
|
+
# resp.endpoint.s3_settings.cdc_path #=> String
|
4889
5256
|
# resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
|
4890
5257
|
# resp.endpoint.dms_transfer_settings.bucket_name #=> String
|
4891
5258
|
# resp.endpoint.mongo_db_settings.username #=> String
|
@@ -4934,11 +5301,14 @@ module Aws::DatabaseMigrationService
|
|
4934
5301
|
# resp.endpoint.redshift_settings.after_connect_script #=> String
|
4935
5302
|
# resp.endpoint.redshift_settings.bucket_folder #=> String
|
4936
5303
|
# resp.endpoint.redshift_settings.bucket_name #=> String
|
5304
|
+
# resp.endpoint.redshift_settings.case_sensitive_names #=> Boolean
|
5305
|
+
# resp.endpoint.redshift_settings.comp_update #=> Boolean
|
4937
5306
|
# resp.endpoint.redshift_settings.connection_timeout #=> Integer
|
4938
5307
|
# resp.endpoint.redshift_settings.database_name #=> String
|
4939
5308
|
# resp.endpoint.redshift_settings.date_format #=> String
|
4940
5309
|
# resp.endpoint.redshift_settings.empty_as_null #=> Boolean
|
4941
5310
|
# resp.endpoint.redshift_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
5311
|
+
# resp.endpoint.redshift_settings.explicit_ids #=> Boolean
|
4942
5312
|
# resp.endpoint.redshift_settings.file_transfer_upload_streams #=> Integer
|
4943
5313
|
# resp.endpoint.redshift_settings.load_timeout #=> Integer
|
4944
5314
|
# resp.endpoint.redshift_settings.max_file_size #=> Integer
|
@@ -4955,22 +5325,55 @@ module Aws::DatabaseMigrationService
|
|
4955
5325
|
# resp.endpoint.redshift_settings.truncate_columns #=> Boolean
|
4956
5326
|
# resp.endpoint.redshift_settings.username #=> String
|
4957
5327
|
# resp.endpoint.redshift_settings.write_buffer_size #=> Integer
|
5328
|
+
# resp.endpoint.postgre_sql_settings.after_connect_script #=> String
|
5329
|
+
# resp.endpoint.postgre_sql_settings.capture_ddls #=> Boolean
|
5330
|
+
# resp.endpoint.postgre_sql_settings.max_file_size #=> Integer
|
4958
5331
|
# resp.endpoint.postgre_sql_settings.database_name #=> String
|
5332
|
+
# resp.endpoint.postgre_sql_settings.ddl_artifacts_schema #=> String
|
5333
|
+
# resp.endpoint.postgre_sql_settings.execute_timeout #=> Integer
|
5334
|
+
# resp.endpoint.postgre_sql_settings.fail_tasks_on_lob_truncation #=> Boolean
|
4959
5335
|
# resp.endpoint.postgre_sql_settings.password #=> String
|
4960
5336
|
# resp.endpoint.postgre_sql_settings.port #=> Integer
|
4961
5337
|
# resp.endpoint.postgre_sql_settings.server_name #=> String
|
4962
5338
|
# resp.endpoint.postgre_sql_settings.username #=> String
|
5339
|
+
# resp.endpoint.postgre_sql_settings.slot_name #=> String
|
5340
|
+
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
4963
5341
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
5342
|
+
# resp.endpoint.my_sql_settings.events_poll_interval #=> Integer
|
5343
|
+
# resp.endpoint.my_sql_settings.target_db_type #=> String, one of "specific-database", "multiple-databases"
|
5344
|
+
# resp.endpoint.my_sql_settings.max_file_size #=> Integer
|
5345
|
+
# resp.endpoint.my_sql_settings.parallel_load_threads #=> Integer
|
4964
5346
|
# resp.endpoint.my_sql_settings.password #=> String
|
4965
5347
|
# resp.endpoint.my_sql_settings.port #=> Integer
|
4966
5348
|
# resp.endpoint.my_sql_settings.server_name #=> String
|
5349
|
+
# resp.endpoint.my_sql_settings.server_timezone #=> String
|
4967
5350
|
# resp.endpoint.my_sql_settings.username #=> String
|
5351
|
+
# resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
|
5352
|
+
# resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
|
5353
|
+
# resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
|
5354
|
+
# resp.endpoint.oracle_settings.allow_select_nested_tables #=> Boolean
|
5355
|
+
# resp.endpoint.oracle_settings.parallel_asm_read_threads #=> Integer
|
5356
|
+
# resp.endpoint.oracle_settings.read_ahead_blocks #=> Integer
|
5357
|
+
# resp.endpoint.oracle_settings.access_alternate_directly #=> Boolean
|
5358
|
+
# resp.endpoint.oracle_settings.use_alternate_folder_for_online #=> Boolean
|
5359
|
+
# resp.endpoint.oracle_settings.oracle_path_prefix #=> String
|
5360
|
+
# resp.endpoint.oracle_settings.use_path_prefix #=> String
|
5361
|
+
# resp.endpoint.oracle_settings.replace_path_prefix #=> Boolean
|
5362
|
+
# resp.endpoint.oracle_settings.enable_homogenous_tablespace #=> Boolean
|
5363
|
+
# resp.endpoint.oracle_settings.direct_path_no_log #=> Boolean
|
5364
|
+
# resp.endpoint.oracle_settings.archived_logs_only #=> Boolean
|
4968
5365
|
# resp.endpoint.oracle_settings.asm_password #=> String
|
4969
5366
|
# resp.endpoint.oracle_settings.asm_server #=> String
|
4970
5367
|
# resp.endpoint.oracle_settings.asm_user #=> String
|
5368
|
+
# resp.endpoint.oracle_settings.char_length_semantics #=> String, one of "default", "char", "byte"
|
4971
5369
|
# resp.endpoint.oracle_settings.database_name #=> String
|
5370
|
+
# resp.endpoint.oracle_settings.direct_path_parallel_load #=> Boolean
|
5371
|
+
# resp.endpoint.oracle_settings.fail_tasks_on_lob_truncation #=> Boolean
|
5372
|
+
# resp.endpoint.oracle_settings.number_datatype_scale #=> Integer
|
4972
5373
|
# resp.endpoint.oracle_settings.password #=> String
|
4973
5374
|
# resp.endpoint.oracle_settings.port #=> Integer
|
5375
|
+
# resp.endpoint.oracle_settings.read_table_space_name #=> Boolean
|
5376
|
+
# resp.endpoint.oracle_settings.retry_interval #=> Integer
|
4974
5377
|
# resp.endpoint.oracle_settings.security_db_encryption #=> String
|
4975
5378
|
# resp.endpoint.oracle_settings.security_db_encryption_name #=> String
|
4976
5379
|
# resp.endpoint.oracle_settings.server_name #=> String
|
@@ -4981,15 +5384,32 @@ module Aws::DatabaseMigrationService
|
|
4981
5384
|
# resp.endpoint.sybase_settings.server_name #=> String
|
4982
5385
|
# resp.endpoint.sybase_settings.username #=> String
|
4983
5386
|
# resp.endpoint.microsoft_sql_server_settings.port #=> Integer
|
5387
|
+
# resp.endpoint.microsoft_sql_server_settings.bcp_packet_size #=> Integer
|
4984
5388
|
# resp.endpoint.microsoft_sql_server_settings.database_name #=> String
|
5389
|
+
# resp.endpoint.microsoft_sql_server_settings.control_tables_file_group #=> String
|
4985
5390
|
# resp.endpoint.microsoft_sql_server_settings.password #=> String
|
5391
|
+
# resp.endpoint.microsoft_sql_server_settings.read_backup_only #=> Boolean
|
5392
|
+
# resp.endpoint.microsoft_sql_server_settings.safeguard_policy #=> String, one of "rely-on-sql-server-replication-agent", "exclusive-automatic-truncation", "shared-automatic-truncation"
|
4986
5393
|
# resp.endpoint.microsoft_sql_server_settings.server_name #=> String
|
4987
5394
|
# resp.endpoint.microsoft_sql_server_settings.username #=> String
|
5395
|
+
# resp.endpoint.microsoft_sql_server_settings.use_bcp_full_load #=> Boolean
|
4988
5396
|
# resp.endpoint.ibm_db_2_settings.database_name #=> String
|
4989
5397
|
# resp.endpoint.ibm_db_2_settings.password #=> String
|
4990
5398
|
# resp.endpoint.ibm_db_2_settings.port #=> Integer
|
4991
5399
|
# resp.endpoint.ibm_db_2_settings.server_name #=> String
|
5400
|
+
# resp.endpoint.ibm_db_2_settings.set_data_capture_changes #=> Boolean
|
5401
|
+
# resp.endpoint.ibm_db_2_settings.current_lsn #=> String
|
5402
|
+
# resp.endpoint.ibm_db_2_settings.max_k_bytes_per_read #=> Integer
|
4992
5403
|
# resp.endpoint.ibm_db_2_settings.username #=> String
|
5404
|
+
# resp.endpoint.doc_db_settings.username #=> String
|
5405
|
+
# resp.endpoint.doc_db_settings.password #=> String
|
5406
|
+
# resp.endpoint.doc_db_settings.server_name #=> String
|
5407
|
+
# resp.endpoint.doc_db_settings.port #=> Integer
|
5408
|
+
# resp.endpoint.doc_db_settings.database_name #=> String
|
5409
|
+
# resp.endpoint.doc_db_settings.nesting_level #=> String, one of "none", "one"
|
5410
|
+
# resp.endpoint.doc_db_settings.extract_doc_id #=> Boolean
|
5411
|
+
# resp.endpoint.doc_db_settings.docs_to_investigate #=> Integer
|
5412
|
+
# resp.endpoint.doc_db_settings.kms_key_id #=> String
|
4993
5413
|
#
|
4994
5414
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint AWS API Documentation
|
4995
5415
|
#
|
@@ -5502,6 +5922,7 @@ module Aws::DatabaseMigrationService
|
|
5502
5922
|
# resp.replication_task.replication_task_stats.full_load_start_date #=> Time
|
5503
5923
|
# resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
|
5504
5924
|
# resp.replication_task.task_data #=> String
|
5925
|
+
# resp.replication_task.target_replication_instance_arn #=> String
|
5505
5926
|
#
|
5506
5927
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTask AWS API Documentation
|
5507
5928
|
#
|
@@ -5512,6 +5933,70 @@ module Aws::DatabaseMigrationService
|
|
5512
5933
|
req.send_request(options)
|
5513
5934
|
end
|
5514
5935
|
|
5936
|
+
# Moves a replication task from its current replication instance to a
|
5937
|
+
# different target replication instance using the specified parameters.
|
5938
|
+
# The target replication instance must be created with the same or later
|
5939
|
+
# AWS DMS version as the current replication instance.
|
5940
|
+
#
|
5941
|
+
# @option params [required, String] :replication_task_arn
|
5942
|
+
# The Amazon Resource Name (ARN) of the task that you want to move.
|
5943
|
+
#
|
5944
|
+
# @option params [required, String] :target_replication_instance_arn
|
5945
|
+
# The ARN of the replication instance where you want to move the task
|
5946
|
+
# to.
|
5947
|
+
#
|
5948
|
+
# @return [Types::MoveReplicationTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5949
|
+
#
|
5950
|
+
# * {Types::MoveReplicationTaskResponse#replication_task #replication_task} => Types::ReplicationTask
|
5951
|
+
#
|
5952
|
+
# @example Request syntax with placeholder values
|
5953
|
+
#
|
5954
|
+
# resp = client.move_replication_task({
|
5955
|
+
# replication_task_arn: "String", # required
|
5956
|
+
# target_replication_instance_arn: "String", # required
|
5957
|
+
# })
|
5958
|
+
#
|
5959
|
+
# @example Response structure
|
5960
|
+
#
|
5961
|
+
# resp.replication_task.replication_task_identifier #=> String
|
5962
|
+
# resp.replication_task.source_endpoint_arn #=> String
|
5963
|
+
# resp.replication_task.target_endpoint_arn #=> String
|
5964
|
+
# resp.replication_task.replication_instance_arn #=> String
|
5965
|
+
# resp.replication_task.migration_type #=> String, one of "full-load", "cdc", "full-load-and-cdc"
|
5966
|
+
# resp.replication_task.table_mappings #=> String
|
5967
|
+
# resp.replication_task.replication_task_settings #=> String
|
5968
|
+
# resp.replication_task.status #=> String
|
5969
|
+
# resp.replication_task.last_failure_message #=> String
|
5970
|
+
# resp.replication_task.stop_reason #=> String
|
5971
|
+
# resp.replication_task.replication_task_creation_date #=> Time
|
5972
|
+
# resp.replication_task.replication_task_start_date #=> Time
|
5973
|
+
# resp.replication_task.cdc_start_position #=> String
|
5974
|
+
# resp.replication_task.cdc_stop_position #=> String
|
5975
|
+
# resp.replication_task.recovery_checkpoint #=> String
|
5976
|
+
# resp.replication_task.replication_task_arn #=> String
|
5977
|
+
# resp.replication_task.replication_task_stats.full_load_progress_percent #=> Integer
|
5978
|
+
# resp.replication_task.replication_task_stats.elapsed_time_millis #=> Integer
|
5979
|
+
# resp.replication_task.replication_task_stats.tables_loaded #=> Integer
|
5980
|
+
# resp.replication_task.replication_task_stats.tables_loading #=> Integer
|
5981
|
+
# resp.replication_task.replication_task_stats.tables_queued #=> Integer
|
5982
|
+
# resp.replication_task.replication_task_stats.tables_errored #=> Integer
|
5983
|
+
# resp.replication_task.replication_task_stats.fresh_start_date #=> Time
|
5984
|
+
# resp.replication_task.replication_task_stats.start_date #=> Time
|
5985
|
+
# resp.replication_task.replication_task_stats.stop_date #=> Time
|
5986
|
+
# resp.replication_task.replication_task_stats.full_load_start_date #=> Time
|
5987
|
+
# resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
|
5988
|
+
# resp.replication_task.task_data #=> String
|
5989
|
+
# resp.replication_task.target_replication_instance_arn #=> String
|
5990
|
+
#
|
5991
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MoveReplicationTask AWS API Documentation
|
5992
|
+
#
|
5993
|
+
# @overload move_replication_task(params = {})
|
5994
|
+
# @param [Hash] params ({})
|
5995
|
+
def move_replication_task(params = {}, options = {})
|
5996
|
+
req = build_request(:move_replication_task, params)
|
5997
|
+
req.send_request(options)
|
5998
|
+
end
|
5999
|
+
|
5515
6000
|
# Reboots a replication instance. Rebooting results in a momentary
|
5516
6001
|
# outage, until the replication instance becomes available again.
|
5517
6002
|
#
|
@@ -5749,7 +6234,7 @@ module Aws::DatabaseMigrationService
|
|
5749
6234
|
# The Amazon Resource Name (ARN) of the replication task to be started.
|
5750
6235
|
#
|
5751
6236
|
# @option params [required, String] :start_replication_task_type
|
5752
|
-
#
|
6237
|
+
# A type of replication task.
|
5753
6238
|
#
|
5754
6239
|
# @option params [Time,DateTime,Date,Integer,String] :cdc_start_time
|
5755
6240
|
# Indicates the start time for a change data capture (CDC) operation.
|
@@ -5867,6 +6352,7 @@ module Aws::DatabaseMigrationService
|
|
5867
6352
|
# resp.replication_task.replication_task_stats.full_load_start_date #=> Time
|
5868
6353
|
# resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
|
5869
6354
|
# resp.replication_task.task_data #=> String
|
6355
|
+
# resp.replication_task.target_replication_instance_arn #=> String
|
5870
6356
|
#
|
5871
6357
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTask AWS API Documentation
|
5872
6358
|
#
|
@@ -5923,6 +6409,7 @@ module Aws::DatabaseMigrationService
|
|
5923
6409
|
# resp.replication_task.replication_task_stats.full_load_start_date #=> Time
|
5924
6410
|
# resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
|
5925
6411
|
# resp.replication_task.task_data #=> String
|
6412
|
+
# resp.replication_task.target_replication_instance_arn #=> String
|
5926
6413
|
#
|
5927
6414
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessment AWS API Documentation
|
5928
6415
|
#
|
@@ -6123,6 +6610,7 @@ module Aws::DatabaseMigrationService
|
|
6123
6610
|
# resp.replication_task.replication_task_stats.full_load_start_date #=> Time
|
6124
6611
|
# resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
|
6125
6612
|
# resp.replication_task.task_data #=> String
|
6613
|
+
# resp.replication_task.target_replication_instance_arn #=> String
|
6126
6614
|
#
|
6127
6615
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTask AWS API Documentation
|
6128
6616
|
#
|
@@ -6201,7 +6689,7 @@ module Aws::DatabaseMigrationService
|
|
6201
6689
|
params: params,
|
6202
6690
|
config: config)
|
6203
6691
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
6204
|
-
context[:gem_version] = '1.
|
6692
|
+
context[:gem_version] = '1.48.0'
|
6205
6693
|
Seahorse::Client::Request.new(handlers, context)
|
6206
6694
|
end
|
6207
6695
|
|