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.
@@ -31,6 +31,7 @@ module Aws::DatabaseMigrationService
|
|
31
31
|
Certificate = Shapes::StructureShape.new(name: 'Certificate')
|
32
32
|
CertificateList = Shapes::ListShape.new(name: 'CertificateList')
|
33
33
|
CertificateWallet = Shapes::BlobShape.new(name: 'CertificateWallet')
|
34
|
+
CharLengthSemantics = Shapes::StringShape.new(name: 'CharLengthSemantics')
|
34
35
|
CompressionTypeValue = Shapes::StringShape.new(name: 'CompressionTypeValue')
|
35
36
|
Connection = Shapes::StructureShape.new(name: 'Connection')
|
36
37
|
ConnectionList = Shapes::ListShape.new(name: 'ConnectionList')
|
@@ -45,6 +46,8 @@ module Aws::DatabaseMigrationService
|
|
45
46
|
CreateReplicationTaskMessage = Shapes::StructureShape.new(name: 'CreateReplicationTaskMessage')
|
46
47
|
CreateReplicationTaskResponse = Shapes::StructureShape.new(name: 'CreateReplicationTaskResponse')
|
47
48
|
DataFormatValue = Shapes::StringShape.new(name: 'DataFormatValue')
|
49
|
+
DatePartitionDelimiterValue = Shapes::StringShape.new(name: 'DatePartitionDelimiterValue')
|
50
|
+
DatePartitionSequenceValue = Shapes::StringShape.new(name: 'DatePartitionSequenceValue')
|
48
51
|
DeleteCertificateMessage = Shapes::StructureShape.new(name: 'DeleteCertificateMessage')
|
49
52
|
DeleteCertificateResponse = Shapes::StructureShape.new(name: 'DeleteCertificateResponse')
|
50
53
|
DeleteConnectionMessage = Shapes::StructureShape.new(name: 'DeleteConnectionMessage')
|
@@ -105,6 +108,7 @@ module Aws::DatabaseMigrationService
|
|
105
108
|
DescribeTableStatisticsResponse = Shapes::StructureShape.new(name: 'DescribeTableStatisticsResponse')
|
106
109
|
DmsSslModeValue = Shapes::StringShape.new(name: 'DmsSslModeValue')
|
107
110
|
DmsTransferSettings = Shapes::StructureShape.new(name: 'DmsTransferSettings')
|
111
|
+
DocDbSettings = Shapes::StructureShape.new(name: 'DocDbSettings')
|
108
112
|
DynamoDbSettings = Shapes::StructureShape.new(name: 'DynamoDbSettings')
|
109
113
|
ElasticsearchSettings = Shapes::StructureShape.new(name: 'ElasticsearchSettings')
|
110
114
|
EncodingTypeValue = Shapes::StringShape.new(name: 'EncodingTypeValue')
|
@@ -161,6 +165,8 @@ module Aws::DatabaseMigrationService
|
|
161
165
|
ModifyReplicationTaskMessage = Shapes::StructureShape.new(name: 'ModifyReplicationTaskMessage')
|
162
166
|
ModifyReplicationTaskResponse = Shapes::StructureShape.new(name: 'ModifyReplicationTaskResponse')
|
163
167
|
MongoDbSettings = Shapes::StructureShape.new(name: 'MongoDbSettings')
|
168
|
+
MoveReplicationTaskMessage = Shapes::StructureShape.new(name: 'MoveReplicationTaskMessage')
|
169
|
+
MoveReplicationTaskResponse = Shapes::StructureShape.new(name: 'MoveReplicationTaskResponse')
|
164
170
|
MySQLSettings = Shapes::StructureShape.new(name: 'MySQLSettings')
|
165
171
|
NeptuneSettings = Shapes::StructureShape.new(name: 'NeptuneSettings')
|
166
172
|
NestingLevelValue = Shapes::StringShape.new(name: 'NestingLevelValue')
|
@@ -216,6 +222,7 @@ module Aws::DatabaseMigrationService
|
|
216
222
|
S3Settings = Shapes::StructureShape.new(name: 'S3Settings')
|
217
223
|
SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
|
218
224
|
SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault')
|
225
|
+
SafeguardPolicy = Shapes::StringShape.new(name: 'SafeguardPolicy')
|
219
226
|
SchemaList = Shapes::ListShape.new(name: 'SchemaList')
|
220
227
|
SecretString = Shapes::StringShape.new(name: 'SecretString')
|
221
228
|
SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
|
@@ -245,6 +252,7 @@ module Aws::DatabaseMigrationService
|
|
245
252
|
TableToReload = Shapes::StructureShape.new(name: 'TableToReload')
|
246
253
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
247
254
|
TagList = Shapes::ListShape.new(name: 'TagList')
|
255
|
+
TargetDbType = Shapes::StringShape.new(name: 'TargetDbType')
|
248
256
|
TestConnectionMessage = Shapes::StructureShape.new(name: 'TestConnectionMessage')
|
249
257
|
TestConnectionResponse = Shapes::StructureShape.new(name: 'TestConnectionResponse')
|
250
258
|
UpgradeDependencyFailureFault = Shapes::StructureShape.new(name: 'UpgradeDependencyFailureFault')
|
@@ -341,6 +349,8 @@ module Aws::DatabaseMigrationService
|
|
341
349
|
CreateEndpointMessage.add_member(:sybase_settings, Shapes::ShapeRef.new(shape: SybaseSettings, location_name: "SybaseSettings"))
|
342
350
|
CreateEndpointMessage.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
|
343
351
|
CreateEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
352
|
+
CreateEndpointMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
353
|
+
CreateEndpointMessage.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
|
344
354
|
CreateEndpointMessage.struct_class = Types::CreateEndpointMessage
|
345
355
|
|
346
356
|
CreateEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
@@ -372,6 +382,7 @@ module Aws::DatabaseMigrationService
|
|
372
382
|
CreateReplicationInstanceMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
373
383
|
CreateReplicationInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
374
384
|
CreateReplicationInstanceMessage.add_member(:dns_name_servers, Shapes::ShapeRef.new(shape: String, location_name: "DnsNameServers"))
|
385
|
+
CreateReplicationInstanceMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
375
386
|
CreateReplicationInstanceMessage.struct_class = Types::CreateReplicationInstanceMessage
|
376
387
|
|
377
388
|
CreateReplicationInstanceResponse.add_member(:replication_instance, Shapes::ShapeRef.new(shape: ReplicationInstance, location_name: "ReplicationInstance"))
|
@@ -398,6 +409,7 @@ module Aws::DatabaseMigrationService
|
|
398
409
|
CreateReplicationTaskMessage.add_member(:cdc_stop_position, Shapes::ShapeRef.new(shape: String, location_name: "CdcStopPosition"))
|
399
410
|
CreateReplicationTaskMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
400
411
|
CreateReplicationTaskMessage.add_member(:task_data, Shapes::ShapeRef.new(shape: String, location_name: "TaskData"))
|
412
|
+
CreateReplicationTaskMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
401
413
|
CreateReplicationTaskMessage.struct_class = Types::CreateReplicationTaskMessage
|
402
414
|
|
403
415
|
CreateReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
|
@@ -652,6 +664,17 @@ module Aws::DatabaseMigrationService
|
|
652
664
|
DmsTransferSettings.add_member(:bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "BucketName"))
|
653
665
|
DmsTransferSettings.struct_class = Types::DmsTransferSettings
|
654
666
|
|
667
|
+
DocDbSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
668
|
+
DocDbSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
669
|
+
DocDbSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
670
|
+
DocDbSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
671
|
+
DocDbSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
672
|
+
DocDbSettings.add_member(:nesting_level, Shapes::ShapeRef.new(shape: NestingLevelValue, location_name: "NestingLevel"))
|
673
|
+
DocDbSettings.add_member(:extract_doc_id, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExtractDocId"))
|
674
|
+
DocDbSettings.add_member(:docs_to_investigate, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "DocsToInvestigate"))
|
675
|
+
DocDbSettings.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
676
|
+
DocDbSettings.struct_class = Types::DocDbSettings
|
677
|
+
|
655
678
|
DynamoDbSettings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceAccessRoleArn"))
|
656
679
|
DynamoDbSettings.struct_class = Types::DynamoDbSettings
|
657
680
|
|
@@ -693,6 +716,7 @@ module Aws::DatabaseMigrationService
|
|
693
716
|
Endpoint.add_member(:sybase_settings, Shapes::ShapeRef.new(shape: SybaseSettings, location_name: "SybaseSettings"))
|
694
717
|
Endpoint.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
|
695
718
|
Endpoint.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
719
|
+
Endpoint.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
|
696
720
|
Endpoint.struct_class = Types::Endpoint
|
697
721
|
|
698
722
|
EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint)
|
@@ -741,6 +765,9 @@ module Aws::DatabaseMigrationService
|
|
741
765
|
IBMDb2Settings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
742
766
|
IBMDb2Settings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
743
767
|
IBMDb2Settings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
768
|
+
IBMDb2Settings.add_member(:set_data_capture_changes, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SetDataCaptureChanges"))
|
769
|
+
IBMDb2Settings.add_member(:current_lsn, Shapes::ShapeRef.new(shape: String, location_name: "CurrentLsn"))
|
770
|
+
IBMDb2Settings.add_member(:max_k_bytes_per_read, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxKBytesPerRead"))
|
744
771
|
IBMDb2Settings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
745
772
|
IBMDb2Settings.struct_class = Types::IBMDb2Settings
|
746
773
|
|
@@ -822,10 +849,15 @@ module Aws::DatabaseMigrationService
|
|
822
849
|
ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
|
823
850
|
|
824
851
|
MicrosoftSQLServerSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
852
|
+
MicrosoftSQLServerSettings.add_member(:bcp_packet_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BcpPacketSize"))
|
825
853
|
MicrosoftSQLServerSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
854
|
+
MicrosoftSQLServerSettings.add_member(:control_tables_file_group, Shapes::ShapeRef.new(shape: String, location_name: "ControlTablesFileGroup"))
|
826
855
|
MicrosoftSQLServerSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
856
|
+
MicrosoftSQLServerSettings.add_member(:read_backup_only, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ReadBackupOnly"))
|
857
|
+
MicrosoftSQLServerSettings.add_member(:safeguard_policy, Shapes::ShapeRef.new(shape: SafeguardPolicy, location_name: "SafeguardPolicy"))
|
827
858
|
MicrosoftSQLServerSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
828
859
|
MicrosoftSQLServerSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
860
|
+
MicrosoftSQLServerSettings.add_member(:use_bcp_full_load, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseBcpFullLoad"))
|
829
861
|
MicrosoftSQLServerSettings.struct_class = Types::MicrosoftSQLServerSettings
|
830
862
|
|
831
863
|
ModifyEndpointMessage.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointArn"))
|
@@ -857,6 +889,7 @@ module Aws::DatabaseMigrationService
|
|
857
889
|
ModifyEndpointMessage.add_member(:sybase_settings, Shapes::ShapeRef.new(shape: SybaseSettings, location_name: "SybaseSettings"))
|
858
890
|
ModifyEndpointMessage.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
|
859
891
|
ModifyEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
892
|
+
ModifyEndpointMessage.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
|
860
893
|
ModifyEndpointMessage.struct_class = Types::ModifyEndpointMessage
|
861
894
|
|
862
895
|
ModifyEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
@@ -924,10 +957,23 @@ module Aws::DatabaseMigrationService
|
|
924
957
|
MongoDbSettings.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
925
958
|
MongoDbSettings.struct_class = Types::MongoDbSettings
|
926
959
|
|
960
|
+
MoveReplicationTaskMessage.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationTaskArn"))
|
961
|
+
MoveReplicationTaskMessage.add_member(:target_replication_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetReplicationInstanceArn"))
|
962
|
+
MoveReplicationTaskMessage.struct_class = Types::MoveReplicationTaskMessage
|
963
|
+
|
964
|
+
MoveReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
|
965
|
+
MoveReplicationTaskResponse.struct_class = Types::MoveReplicationTaskResponse
|
966
|
+
|
967
|
+
MySQLSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
|
927
968
|
MySQLSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
969
|
+
MySQLSettings.add_member(:events_poll_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "EventsPollInterval"))
|
970
|
+
MySQLSettings.add_member(:target_db_type, Shapes::ShapeRef.new(shape: TargetDbType, location_name: "TargetDbType"))
|
971
|
+
MySQLSettings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
|
972
|
+
MySQLSettings.add_member(:parallel_load_threads, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ParallelLoadThreads"))
|
928
973
|
MySQLSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
929
974
|
MySQLSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
930
975
|
MySQLSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
976
|
+
MySQLSettings.add_member(:server_timezone, Shapes::ShapeRef.new(shape: String, location_name: "ServerTimezone"))
|
931
977
|
MySQLSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
932
978
|
MySQLSettings.struct_class = Types::MySQLSettings
|
933
979
|
|
@@ -940,12 +986,32 @@ module Aws::DatabaseMigrationService
|
|
940
986
|
NeptuneSettings.add_member(:iam_auth_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IamAuthEnabled"))
|
941
987
|
NeptuneSettings.struct_class = Types::NeptuneSettings
|
942
988
|
|
989
|
+
OracleSettings.add_member(:add_supplemental_logging, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddSupplementalLogging"))
|
990
|
+
OracleSettings.add_member(:archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ArchivedLogDestId"))
|
991
|
+
OracleSettings.add_member(:additional_archived_log_dest_id, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AdditionalArchivedLogDestId"))
|
992
|
+
OracleSettings.add_member(:allow_select_nested_tables, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AllowSelectNestedTables"))
|
993
|
+
OracleSettings.add_member(:parallel_asm_read_threads, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ParallelAsmReadThreads"))
|
994
|
+
OracleSettings.add_member(:read_ahead_blocks, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ReadAheadBlocks"))
|
995
|
+
OracleSettings.add_member(:access_alternate_directly, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AccessAlternateDirectly"))
|
996
|
+
OracleSettings.add_member(:use_alternate_folder_for_online, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseAlternateFolderForOnline"))
|
997
|
+
OracleSettings.add_member(:oracle_path_prefix, Shapes::ShapeRef.new(shape: String, location_name: "OraclePathPrefix"))
|
998
|
+
OracleSettings.add_member(:use_path_prefix, Shapes::ShapeRef.new(shape: String, location_name: "UsePathPrefix"))
|
999
|
+
OracleSettings.add_member(:replace_path_prefix, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ReplacePathPrefix"))
|
1000
|
+
OracleSettings.add_member(:enable_homogenous_tablespace, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableHomogenousTablespace"))
|
1001
|
+
OracleSettings.add_member(:direct_path_no_log, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DirectPathNoLog"))
|
1002
|
+
OracleSettings.add_member(:archived_logs_only, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ArchivedLogsOnly"))
|
943
1003
|
OracleSettings.add_member(:asm_password, Shapes::ShapeRef.new(shape: SecretString, location_name: "AsmPassword"))
|
944
1004
|
OracleSettings.add_member(:asm_server, Shapes::ShapeRef.new(shape: String, location_name: "AsmServer"))
|
945
1005
|
OracleSettings.add_member(:asm_user, Shapes::ShapeRef.new(shape: String, location_name: "AsmUser"))
|
1006
|
+
OracleSettings.add_member(:char_length_semantics, Shapes::ShapeRef.new(shape: CharLengthSemantics, location_name: "CharLengthSemantics"))
|
946
1007
|
OracleSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1008
|
+
OracleSettings.add_member(:direct_path_parallel_load, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DirectPathParallelLoad"))
|
1009
|
+
OracleSettings.add_member(:fail_tasks_on_lob_truncation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "FailTasksOnLobTruncation"))
|
1010
|
+
OracleSettings.add_member(:number_datatype_scale, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberDatatypeScale"))
|
947
1011
|
OracleSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
948
1012
|
OracleSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1013
|
+
OracleSettings.add_member(:read_table_space_name, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ReadTableSpaceName"))
|
1014
|
+
OracleSettings.add_member(:retry_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "RetryInterval"))
|
949
1015
|
OracleSettings.add_member(:security_db_encryption, Shapes::ShapeRef.new(shape: SecretString, location_name: "SecurityDbEncryption"))
|
950
1016
|
OracleSettings.add_member(:security_db_encryption_name, Shapes::ShapeRef.new(shape: String, location_name: "SecurityDbEncryptionName"))
|
951
1017
|
OracleSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
@@ -977,11 +1043,18 @@ module Aws::DatabaseMigrationService
|
|
977
1043
|
|
978
1044
|
PendingMaintenanceActions.member = Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions)
|
979
1045
|
|
1046
|
+
PostgreSQLSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
|
1047
|
+
PostgreSQLSettings.add_member(:capture_ddls, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CaptureDdls"))
|
1048
|
+
PostgreSQLSettings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
|
980
1049
|
PostgreSQLSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1050
|
+
PostgreSQLSettings.add_member(:ddl_artifacts_schema, Shapes::ShapeRef.new(shape: String, location_name: "DdlArtifactsSchema"))
|
1051
|
+
PostgreSQLSettings.add_member(:execute_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ExecuteTimeout"))
|
1052
|
+
PostgreSQLSettings.add_member(:fail_tasks_on_lob_truncation, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "FailTasksOnLobTruncation"))
|
981
1053
|
PostgreSQLSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
982
1054
|
PostgreSQLSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
983
1055
|
PostgreSQLSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
984
1056
|
PostgreSQLSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
1057
|
+
PostgreSQLSettings.add_member(:slot_name, Shapes::ShapeRef.new(shape: String, location_name: "SlotName"))
|
985
1058
|
PostgreSQLSettings.struct_class = Types::PostgreSQLSettings
|
986
1059
|
|
987
1060
|
RebootReplicationInstanceMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceArn"))
|
@@ -995,11 +1068,14 @@ module Aws::DatabaseMigrationService
|
|
995
1068
|
RedshiftSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
|
996
1069
|
RedshiftSettings.add_member(:bucket_folder, Shapes::ShapeRef.new(shape: String, location_name: "BucketFolder"))
|
997
1070
|
RedshiftSettings.add_member(:bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "BucketName"))
|
1071
|
+
RedshiftSettings.add_member(:case_sensitive_names, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CaseSensitiveNames"))
|
1072
|
+
RedshiftSettings.add_member(:comp_update, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CompUpdate"))
|
998
1073
|
RedshiftSettings.add_member(:connection_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ConnectionTimeout"))
|
999
1074
|
RedshiftSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1000
1075
|
RedshiftSettings.add_member(:date_format, Shapes::ShapeRef.new(shape: String, location_name: "DateFormat"))
|
1001
1076
|
RedshiftSettings.add_member(:empty_as_null, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EmptyAsNull"))
|
1002
1077
|
RedshiftSettings.add_member(:encryption_mode, Shapes::ShapeRef.new(shape: EncryptionModeValue, location_name: "EncryptionMode"))
|
1078
|
+
RedshiftSettings.add_member(:explicit_ids, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExplicitIds"))
|
1003
1079
|
RedshiftSettings.add_member(:file_transfer_upload_streams, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "FileTransferUploadStreams"))
|
1004
1080
|
RedshiftSettings.add_member(:load_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "LoadTimeout"))
|
1005
1081
|
RedshiftSettings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
|
@@ -1120,6 +1196,7 @@ module Aws::DatabaseMigrationService
|
|
1120
1196
|
ReplicationTask.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskArn"))
|
1121
1197
|
ReplicationTask.add_member(:replication_task_stats, Shapes::ShapeRef.new(shape: ReplicationTaskStats, location_name: "ReplicationTaskStats"))
|
1122
1198
|
ReplicationTask.add_member(:task_data, Shapes::ShapeRef.new(shape: String, location_name: "TaskData"))
|
1199
|
+
ReplicationTask.add_member(:target_replication_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "TargetReplicationInstanceArn"))
|
1123
1200
|
ReplicationTask.struct_class = Types::ReplicationTask
|
1124
1201
|
|
1125
1202
|
ReplicationTaskAssessmentResult.add_member(:replication_task_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskIdentifier"))
|
@@ -1218,6 +1295,13 @@ module Aws::DatabaseMigrationService
|
|
1218
1295
|
S3Settings.add_member(:timestamp_column_name, Shapes::ShapeRef.new(shape: String, location_name: "TimestampColumnName"))
|
1219
1296
|
S3Settings.add_member(:parquet_timestamp_in_millisecond, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ParquetTimestampInMillisecond"))
|
1220
1297
|
S3Settings.add_member(:cdc_inserts_and_updates, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CdcInsertsAndUpdates"))
|
1298
|
+
S3Settings.add_member(:date_partition_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DatePartitionEnabled"))
|
1299
|
+
S3Settings.add_member(:date_partition_sequence, Shapes::ShapeRef.new(shape: DatePartitionSequenceValue, location_name: "DatePartitionSequence"))
|
1300
|
+
S3Settings.add_member(:date_partition_delimiter, Shapes::ShapeRef.new(shape: DatePartitionDelimiterValue, location_name: "DatePartitionDelimiter"))
|
1301
|
+
S3Settings.add_member(:use_csv_no_sup_value, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseCsvNoSupValue"))
|
1302
|
+
S3Settings.add_member(:csv_no_sup_value, Shapes::ShapeRef.new(shape: String, location_name: "CsvNoSupValue"))
|
1303
|
+
S3Settings.add_member(:preserve_transactions, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PreserveTransactions"))
|
1304
|
+
S3Settings.add_member(:cdc_path, Shapes::ShapeRef.new(shape: String, location_name: "CdcPath"))
|
1221
1305
|
S3Settings.struct_class = Types::S3Settings
|
1222
1306
|
|
1223
1307
|
SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
@@ -1409,6 +1493,7 @@ module Aws::DatabaseMigrationService
|
|
1409
1493
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
1410
1494
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
1411
1495
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
1496
|
+
o.errors << Shapes::ShapeRef.new(shape: S3AccessDeniedFault)
|
1412
1497
|
end)
|
1413
1498
|
|
1414
1499
|
api.add_operation(:create_event_subscription, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1946,6 +2031,17 @@ module Aws::DatabaseMigrationService
|
|
1946
2031
|
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
1947
2032
|
end)
|
1948
2033
|
|
2034
|
+
api.add_operation(:move_replication_task, Seahorse::Model::Operation.new.tap do |o|
|
2035
|
+
o.name = "MoveReplicationTask"
|
2036
|
+
o.http_method = "POST"
|
2037
|
+
o.http_request_uri = "/"
|
2038
|
+
o.input = Shapes::ShapeRef.new(shape: MoveReplicationTaskMessage)
|
2039
|
+
o.output = Shapes::ShapeRef.new(shape: MoveReplicationTaskResponse)
|
2040
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedFault)
|
2041
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidResourceStateFault)
|
2042
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2043
|
+
end)
|
2044
|
+
|
1949
2045
|
api.add_operation(:reboot_replication_instance, Seahorse::Model::Operation.new.tap do |o|
|
1950
2046
|
o.name = "RebootReplicationInstance"
|
1951
2047
|
o.http_method = "POST"
|
@@ -368,6 +368,13 @@ module Aws::DatabaseMigrationService
|
|
368
368
|
# timestamp_column_name: "String",
|
369
369
|
# parquet_timestamp_in_millisecond: false,
|
370
370
|
# cdc_inserts_and_updates: false,
|
371
|
+
# date_partition_enabled: false,
|
372
|
+
# date_partition_sequence: "YYYYMMDD", # accepts YYYYMMDD, YYYYMMDDHH, YYYYMM, MMYYYYDD, DDMMYYYY
|
373
|
+
# date_partition_delimiter: "SLASH", # accepts SLASH, UNDERSCORE, DASH, NONE
|
374
|
+
# use_csv_no_sup_value: false,
|
375
|
+
# csv_no_sup_value: "String",
|
376
|
+
# preserve_transactions: false,
|
377
|
+
# cdc_path: "String",
|
371
378
|
# },
|
372
379
|
# dms_transfer_settings: {
|
373
380
|
# service_access_role_arn: "String",
|
@@ -430,11 +437,14 @@ module Aws::DatabaseMigrationService
|
|
430
437
|
# after_connect_script: "String",
|
431
438
|
# bucket_folder: "String",
|
432
439
|
# bucket_name: "String",
|
440
|
+
# case_sensitive_names: false,
|
441
|
+
# comp_update: false,
|
433
442
|
# connection_timeout: 1,
|
434
443
|
# database_name: "String",
|
435
444
|
# date_format: "String",
|
436
445
|
# empty_as_null: false,
|
437
446
|
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
447
|
+
# explicit_ids: false,
|
438
448
|
# file_transfer_upload_streams: 1,
|
439
449
|
# load_timeout: 1,
|
440
450
|
# max_file_size: 1,
|
@@ -453,26 +463,59 @@ module Aws::DatabaseMigrationService
|
|
453
463
|
# write_buffer_size: 1,
|
454
464
|
# },
|
455
465
|
# postgre_sql_settings: {
|
466
|
+
# after_connect_script: "String",
|
467
|
+
# capture_ddls: false,
|
468
|
+
# max_file_size: 1,
|
456
469
|
# database_name: "String",
|
470
|
+
# ddl_artifacts_schema: "String",
|
471
|
+
# execute_timeout: 1,
|
472
|
+
# fail_tasks_on_lob_truncation: false,
|
457
473
|
# password: "SecretString",
|
458
474
|
# port: 1,
|
459
475
|
# server_name: "String",
|
460
476
|
# username: "String",
|
477
|
+
# slot_name: "String",
|
461
478
|
# },
|
462
479
|
# my_sql_settings: {
|
480
|
+
# after_connect_script: "String",
|
463
481
|
# database_name: "String",
|
482
|
+
# events_poll_interval: 1,
|
483
|
+
# target_db_type: "specific-database", # accepts specific-database, multiple-databases
|
484
|
+
# max_file_size: 1,
|
485
|
+
# parallel_load_threads: 1,
|
464
486
|
# password: "SecretString",
|
465
487
|
# port: 1,
|
466
488
|
# server_name: "String",
|
489
|
+
# server_timezone: "String",
|
467
490
|
# username: "String",
|
468
491
|
# },
|
469
492
|
# oracle_settings: {
|
493
|
+
# add_supplemental_logging: false,
|
494
|
+
# archived_log_dest_id: 1,
|
495
|
+
# additional_archived_log_dest_id: 1,
|
496
|
+
# allow_select_nested_tables: false,
|
497
|
+
# parallel_asm_read_threads: 1,
|
498
|
+
# read_ahead_blocks: 1,
|
499
|
+
# access_alternate_directly: false,
|
500
|
+
# use_alternate_folder_for_online: false,
|
501
|
+
# oracle_path_prefix: "String",
|
502
|
+
# use_path_prefix: "String",
|
503
|
+
# replace_path_prefix: false,
|
504
|
+
# enable_homogenous_tablespace: false,
|
505
|
+
# direct_path_no_log: false,
|
506
|
+
# archived_logs_only: false,
|
470
507
|
# asm_password: "SecretString",
|
471
508
|
# asm_server: "String",
|
472
509
|
# asm_user: "String",
|
510
|
+
# char_length_semantics: "default", # accepts default, char, byte
|
473
511
|
# database_name: "String",
|
512
|
+
# direct_path_parallel_load: false,
|
513
|
+
# fail_tasks_on_lob_truncation: false,
|
514
|
+
# number_datatype_scale: 1,
|
474
515
|
# password: "SecretString",
|
475
516
|
# port: 1,
|
517
|
+
# read_table_space_name: false,
|
518
|
+
# retry_interval: 1,
|
476
519
|
# security_db_encryption: "SecretString",
|
477
520
|
# security_db_encryption_name: "String",
|
478
521
|
# server_name: "String",
|
@@ -487,18 +530,38 @@ module Aws::DatabaseMigrationService
|
|
487
530
|
# },
|
488
531
|
# microsoft_sql_server_settings: {
|
489
532
|
# port: 1,
|
533
|
+
# bcp_packet_size: 1,
|
490
534
|
# database_name: "String",
|
535
|
+
# control_tables_file_group: "String",
|
491
536
|
# password: "SecretString",
|
537
|
+
# read_backup_only: false,
|
538
|
+
# safeguard_policy: "rely-on-sql-server-replication-agent", # accepts rely-on-sql-server-replication-agent, exclusive-automatic-truncation, shared-automatic-truncation
|
492
539
|
# server_name: "String",
|
493
540
|
# username: "String",
|
541
|
+
# use_bcp_full_load: false,
|
494
542
|
# },
|
495
543
|
# ibm_db_2_settings: {
|
496
544
|
# database_name: "String",
|
497
545
|
# password: "SecretString",
|
498
546
|
# port: 1,
|
499
547
|
# server_name: "String",
|
548
|
+
# set_data_capture_changes: false,
|
549
|
+
# current_lsn: "String",
|
550
|
+
# max_k_bytes_per_read: 1,
|
500
551
|
# username: "String",
|
501
552
|
# },
|
553
|
+
# resource_identifier: "String",
|
554
|
+
# doc_db_settings: {
|
555
|
+
# username: "String",
|
556
|
+
# password: "SecretString",
|
557
|
+
# server_name: "String",
|
558
|
+
# port: 1,
|
559
|
+
# database_name: "String",
|
560
|
+
# nesting_level: "none", # accepts none, one
|
561
|
+
# extract_doc_id: false,
|
562
|
+
# docs_to_investigate: 1,
|
563
|
+
# kms_key_id: "String",
|
564
|
+
# },
|
502
565
|
# }
|
503
566
|
#
|
504
567
|
# @!attribute [rw] endpoint_identifier
|
@@ -772,6 +835,24 @@ module Aws::DatabaseMigrationService
|
|
772
835
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html
|
773
836
|
# @return [Types::IBMDb2Settings]
|
774
837
|
#
|
838
|
+
# @!attribute [rw] resource_identifier
|
839
|
+
# A friendly name for the resource identifier at the end of the
|
840
|
+
# `EndpointArn` response parameter that is returned in the created
|
841
|
+
# `Endpoint` object. The value for this parameter can have up to 31
|
842
|
+
# characters. It can contain only ASCII letters, digits, and hyphen
|
843
|
+
# ('-'). Also, it can't end with a hyphen or contain two
|
844
|
+
# consecutive hyphens, and can only begin with a letter, such as
|
845
|
+
# `Example-App-ARN1`. For example, this value might result in the
|
846
|
+
# `EndpointArn` value
|
847
|
+
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
848
|
+
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
849
|
+
# default identifier value for the end of `EndpointArn`.
|
850
|
+
# @return [String]
|
851
|
+
#
|
852
|
+
# @!attribute [rw] doc_db_settings
|
853
|
+
# Provides information that defines a DocumentDB endpoint.
|
854
|
+
# @return [Types::DocDbSettings]
|
855
|
+
#
|
775
856
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointMessage AWS API Documentation
|
776
857
|
#
|
777
858
|
class CreateEndpointMessage < Struct.new(
|
@@ -804,7 +885,9 @@ module Aws::DatabaseMigrationService
|
|
804
885
|
:oracle_settings,
|
805
886
|
:sybase_settings,
|
806
887
|
:microsoft_sql_server_settings,
|
807
|
-
:ibm_db_2_settings
|
888
|
+
:ibm_db_2_settings,
|
889
|
+
:resource_identifier,
|
890
|
+
:doc_db_settings)
|
808
891
|
SENSITIVE = [:password]
|
809
892
|
include Aws::Structure
|
810
893
|
end
|
@@ -940,6 +1023,7 @@ module Aws::DatabaseMigrationService
|
|
940
1023
|
# kms_key_id: "String",
|
941
1024
|
# publicly_accessible: false,
|
942
1025
|
# dns_name_servers: "String",
|
1026
|
+
# resource_identifier: "String",
|
943
1027
|
# }
|
944
1028
|
#
|
945
1029
|
# @!attribute [rw] replication_instance_identifier
|
@@ -1061,6 +1145,20 @@ module Aws::DatabaseMigrationService
|
|
1061
1145
|
# `"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"`
|
1062
1146
|
# @return [String]
|
1063
1147
|
#
|
1148
|
+
# @!attribute [rw] resource_identifier
|
1149
|
+
# A friendly name for the resource identifier at the end of the
|
1150
|
+
# `EndpointArn` response parameter that is returned in the created
|
1151
|
+
# `Endpoint` object. The value for this parameter can have up to 31
|
1152
|
+
# characters. It can contain only ASCII letters, digits, and hyphen
|
1153
|
+
# ('-'). Also, it can't end with a hyphen or contain two
|
1154
|
+
# consecutive hyphens, and can only begin with a letter, such as
|
1155
|
+
# `Example-App-ARN1`. For example, this value might result in the
|
1156
|
+
# `EndpointArn` value
|
1157
|
+
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
1158
|
+
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
1159
|
+
# default identifier value for the end of `EndpointArn`.
|
1160
|
+
# @return [String]
|
1161
|
+
#
|
1064
1162
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstanceMessage AWS API Documentation
|
1065
1163
|
#
|
1066
1164
|
class CreateReplicationInstanceMessage < Struct.new(
|
@@ -1077,7 +1175,8 @@ module Aws::DatabaseMigrationService
|
|
1077
1175
|
:tags,
|
1078
1176
|
:kms_key_id,
|
1079
1177
|
:publicly_accessible,
|
1080
|
-
:dns_name_servers
|
1178
|
+
:dns_name_servers,
|
1179
|
+
:resource_identifier)
|
1081
1180
|
SENSITIVE = []
|
1082
1181
|
include Aws::Structure
|
1083
1182
|
end
|
@@ -1175,6 +1274,7 @@ module Aws::DatabaseMigrationService
|
|
1175
1274
|
# },
|
1176
1275
|
# ],
|
1177
1276
|
# task_data: "String",
|
1277
|
+
# resource_identifier: "String",
|
1178
1278
|
# }
|
1179
1279
|
#
|
1180
1280
|
# @!attribute [rw] replication_task_identifier
|
@@ -1292,6 +1392,20 @@ module Aws::DatabaseMigrationService
|
|
1292
1392
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html
|
1293
1393
|
# @return [String]
|
1294
1394
|
#
|
1395
|
+
# @!attribute [rw] resource_identifier
|
1396
|
+
# A friendly name for the resource identifier at the end of the
|
1397
|
+
# `EndpointArn` response parameter that is returned in the created
|
1398
|
+
# `Endpoint` object. The value for this parameter can have up to 31
|
1399
|
+
# characters. It can contain only ASCII letters, digits, and hyphen
|
1400
|
+
# ('-'). Also, it can't end with a hyphen or contain two
|
1401
|
+
# consecutive hyphens, and can only begin with a letter, such as
|
1402
|
+
# `Example-App-ARN1`. For example, this value might result in the
|
1403
|
+
# `EndpointArn` value
|
1404
|
+
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
1405
|
+
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
1406
|
+
# default identifier value for the end of `EndpointArn`.
|
1407
|
+
# @return [String]
|
1408
|
+
#
|
1295
1409
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTaskMessage AWS API Documentation
|
1296
1410
|
#
|
1297
1411
|
class CreateReplicationTaskMessage < Struct.new(
|
@@ -1306,7 +1420,8 @@ module Aws::DatabaseMigrationService
|
|
1306
1420
|
:cdc_start_position,
|
1307
1421
|
:cdc_stop_position,
|
1308
1422
|
:tags,
|
1309
|
-
:task_data
|
1423
|
+
:task_data,
|
1424
|
+
:resource_identifier)
|
1310
1425
|
SENSITIVE = []
|
1311
1426
|
include Aws::Structure
|
1312
1427
|
end
|
@@ -2975,6 +3090,91 @@ module Aws::DatabaseMigrationService
|
|
2975
3090
|
include Aws::Structure
|
2976
3091
|
end
|
2977
3092
|
|
3093
|
+
# Provides information that defines a DocumentDB endpoint.
|
3094
|
+
#
|
3095
|
+
# @note When making an API call, you may pass DocDbSettings
|
3096
|
+
# data as a hash:
|
3097
|
+
#
|
3098
|
+
# {
|
3099
|
+
# username: "String",
|
3100
|
+
# password: "SecretString",
|
3101
|
+
# server_name: "String",
|
3102
|
+
# port: 1,
|
3103
|
+
# database_name: "String",
|
3104
|
+
# nesting_level: "none", # accepts none, one
|
3105
|
+
# extract_doc_id: false,
|
3106
|
+
# docs_to_investigate: 1,
|
3107
|
+
# kms_key_id: "String",
|
3108
|
+
# }
|
3109
|
+
#
|
3110
|
+
# @!attribute [rw] username
|
3111
|
+
# The user name you use to access the DocumentDB source endpoint.
|
3112
|
+
# @return [String]
|
3113
|
+
#
|
3114
|
+
# @!attribute [rw] password
|
3115
|
+
# The password for the user account you use to access the DocumentDB
|
3116
|
+
# source endpoint.
|
3117
|
+
# @return [String]
|
3118
|
+
#
|
3119
|
+
# @!attribute [rw] server_name
|
3120
|
+
# The name of the server on the DocumentDB source endpoint.
|
3121
|
+
# @return [String]
|
3122
|
+
#
|
3123
|
+
# @!attribute [rw] port
|
3124
|
+
# The port value for the DocumentDB source endpoint.
|
3125
|
+
# @return [Integer]
|
3126
|
+
#
|
3127
|
+
# @!attribute [rw] database_name
|
3128
|
+
# The database name on the DocumentDB source endpoint.
|
3129
|
+
# @return [String]
|
3130
|
+
#
|
3131
|
+
# @!attribute [rw] nesting_level
|
3132
|
+
# Specifies either document or table mode.
|
3133
|
+
#
|
3134
|
+
# Default value is `"none"`. Specify `"none"` to use document mode.
|
3135
|
+
# Specify `"one"` to use table mode.
|
3136
|
+
# @return [String]
|
3137
|
+
#
|
3138
|
+
# @!attribute [rw] extract_doc_id
|
3139
|
+
# Specifies the document ID. Use this setting when `NestingLevel` is
|
3140
|
+
# set to `"none"`.
|
3141
|
+
#
|
3142
|
+
# Default value is `"false"`.
|
3143
|
+
# @return [Boolean]
|
3144
|
+
#
|
3145
|
+
# @!attribute [rw] docs_to_investigate
|
3146
|
+
# Indicates the number of documents to preview to determine the
|
3147
|
+
# document organization. Use this setting when `NestingLevel` is set
|
3148
|
+
# to `"one"`.
|
3149
|
+
#
|
3150
|
+
# Must be a positive value greater than `0`. Default value is `1000`.
|
3151
|
+
# @return [Integer]
|
3152
|
+
#
|
3153
|
+
# @!attribute [rw] kms_key_id
|
3154
|
+
# The AWS KMS key identifier that is used to encrypt the content on
|
3155
|
+
# the replication instance. If you don't specify a value for the
|
3156
|
+
# `KmsKeyId` parameter, then AWS DMS uses your default encryption key.
|
3157
|
+
# AWS KMS creates the default encryption key for your AWS account.
|
3158
|
+
# Your AWS account has a different default encryption key for each AWS
|
3159
|
+
# Region.
|
3160
|
+
# @return [String]
|
3161
|
+
#
|
3162
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DocDbSettings AWS API Documentation
|
3163
|
+
#
|
3164
|
+
class DocDbSettings < Struct.new(
|
3165
|
+
:username,
|
3166
|
+
:password,
|
3167
|
+
:server_name,
|
3168
|
+
:port,
|
3169
|
+
:database_name,
|
3170
|
+
:nesting_level,
|
3171
|
+
:extract_doc_id,
|
3172
|
+
:docs_to_investigate,
|
3173
|
+
:kms_key_id)
|
3174
|
+
SENSITIVE = [:password]
|
3175
|
+
include Aws::Structure
|
3176
|
+
end
|
3177
|
+
|
2978
3178
|
# Provides the Amazon Resource Name (ARN) of the AWS Identity and Access
|
2979
3179
|
# Management (IAM) role used to define an Amazon DynamoDB target
|
2980
3180
|
# endpoint.
|
@@ -3016,12 +3216,19 @@ module Aws::DatabaseMigrationService
|
|
3016
3216
|
# @return [String]
|
3017
3217
|
#
|
3018
3218
|
# @!attribute [rw] endpoint_uri
|
3019
|
-
# The endpoint for the Elasticsearch cluster.
|
3219
|
+
# The endpoint for the Elasticsearch cluster. AWS DMS uses HTTPS if a
|
3220
|
+
# transport protocol (http/https) is not specified.
|
3020
3221
|
# @return [String]
|
3021
3222
|
#
|
3022
3223
|
# @!attribute [rw] full_load_error_percentage
|
3023
3224
|
# The maximum percentage of records that can fail to be written before
|
3024
3225
|
# a full load operation stops.
|
3226
|
+
#
|
3227
|
+
# To avoid early failure, this counter is only effective after 1000
|
3228
|
+
# records are transferred. Elasticsearch also has the concept of error
|
3229
|
+
# monitoring during the last 10 minutes of an Observation Window. If
|
3230
|
+
# transfer of all records fail in the last 10 minutes, the full load
|
3231
|
+
# operation stops.
|
3025
3232
|
# @return [Integer]
|
3026
3233
|
#
|
3027
3234
|
# @!attribute [rw] error_retry_duration
|
@@ -3234,6 +3441,10 @@ module Aws::DatabaseMigrationService
|
|
3234
3441
|
# information, see the `IBMDb2Settings` structure.
|
3235
3442
|
# @return [Types::IBMDb2Settings]
|
3236
3443
|
#
|
3444
|
+
# @!attribute [rw] doc_db_settings
|
3445
|
+
# Provides information that defines a DocumentDB endpoint.
|
3446
|
+
# @return [Types::DocDbSettings]
|
3447
|
+
#
|
3237
3448
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Endpoint AWS API Documentation
|
3238
3449
|
#
|
3239
3450
|
class Endpoint < Struct.new(
|
@@ -3268,7 +3479,8 @@ module Aws::DatabaseMigrationService
|
|
3268
3479
|
:oracle_settings,
|
3269
3480
|
:sybase_settings,
|
3270
3481
|
:microsoft_sql_server_settings,
|
3271
|
-
:ibm_db_2_settings
|
3482
|
+
:ibm_db_2_settings,
|
3483
|
+
:doc_db_settings)
|
3272
3484
|
SENSITIVE = []
|
3273
3485
|
include Aws::Structure
|
3274
3486
|
end
|
@@ -3411,7 +3623,8 @@ module Aws::DatabaseMigrationService
|
|
3411
3623
|
|
3412
3624
|
# Identifies the name and value of a filter object. This filter is used
|
3413
3625
|
# to limit the number and type of AWS DMS objects that are returned for
|
3414
|
-
# a particular `Describe*` or similar operation.
|
3626
|
+
# a particular `Describe*` call or similar operation. Filters are used
|
3627
|
+
# as an optional parameter to the following APIs.
|
3415
3628
|
#
|
3416
3629
|
# @note When making an API call, you may pass Filter
|
3417
3630
|
# data as a hash:
|
@@ -3450,6 +3663,9 @@ module Aws::DatabaseMigrationService
|
|
3450
3663
|
# password: "SecretString",
|
3451
3664
|
# port: 1,
|
3452
3665
|
# server_name: "String",
|
3666
|
+
# set_data_capture_changes: false,
|
3667
|
+
# current_lsn: "String",
|
3668
|
+
# max_k_bytes_per_read: 1,
|
3453
3669
|
# username: "String",
|
3454
3670
|
# }
|
3455
3671
|
#
|
@@ -3469,6 +3685,21 @@ module Aws::DatabaseMigrationService
|
|
3469
3685
|
# Fully qualified domain name of the endpoint.
|
3470
3686
|
# @return [String]
|
3471
3687
|
#
|
3688
|
+
# @!attribute [rw] set_data_capture_changes
|
3689
|
+
# Enables ongoing replication (CDC) as a BOOLEAN value. The default is
|
3690
|
+
# true.
|
3691
|
+
# @return [Boolean]
|
3692
|
+
#
|
3693
|
+
# @!attribute [rw] current_lsn
|
3694
|
+
# For ongoing replication (CDC), use CurrentLSN to specify a log
|
3695
|
+
# sequence number (LSN) where you want the replication to start.
|
3696
|
+
# @return [String]
|
3697
|
+
#
|
3698
|
+
# @!attribute [rw] max_k_bytes_per_read
|
3699
|
+
# Maximum number of bytes per read, as a NUMBER value. The default is
|
3700
|
+
# 64 KB.
|
3701
|
+
# @return [Integer]
|
3702
|
+
#
|
3472
3703
|
# @!attribute [rw] username
|
3473
3704
|
# Endpoint connection user name.
|
3474
3705
|
# @return [String]
|
@@ -3480,6 +3711,9 @@ module Aws::DatabaseMigrationService
|
|
3480
3711
|
:password,
|
3481
3712
|
:port,
|
3482
3713
|
:server_name,
|
3714
|
+
:set_data_capture_changes,
|
3715
|
+
:current_lsn,
|
3716
|
+
:max_k_bytes_per_read,
|
3483
3717
|
:username)
|
3484
3718
|
SENSITIVE = [:password]
|
3485
3719
|
include Aws::Structure
|
@@ -3926,24 +4160,72 @@ module Aws::DatabaseMigrationService
|
|
3926
4160
|
#
|
3927
4161
|
# {
|
3928
4162
|
# port: 1,
|
4163
|
+
# bcp_packet_size: 1,
|
3929
4164
|
# database_name: "String",
|
4165
|
+
# control_tables_file_group: "String",
|
3930
4166
|
# password: "SecretString",
|
4167
|
+
# read_backup_only: false,
|
4168
|
+
# safeguard_policy: "rely-on-sql-server-replication-agent", # accepts rely-on-sql-server-replication-agent, exclusive-automatic-truncation, shared-automatic-truncation
|
3931
4169
|
# server_name: "String",
|
3932
4170
|
# username: "String",
|
4171
|
+
# use_bcp_full_load: false,
|
3933
4172
|
# }
|
3934
4173
|
#
|
3935
4174
|
# @!attribute [rw] port
|
3936
4175
|
# Endpoint TCP port.
|
3937
4176
|
# @return [Integer]
|
3938
4177
|
#
|
4178
|
+
# @!attribute [rw] bcp_packet_size
|
4179
|
+
# The maximum size of the packets (in bytes) used to transfer data
|
4180
|
+
# using BCP.
|
4181
|
+
# @return [Integer]
|
4182
|
+
#
|
3939
4183
|
# @!attribute [rw] database_name
|
3940
4184
|
# Database name for the endpoint.
|
3941
4185
|
# @return [String]
|
3942
4186
|
#
|
4187
|
+
# @!attribute [rw] control_tables_file_group
|
4188
|
+
# Specify a filegroup for the AWS DMS internal tables. When the
|
4189
|
+
# replication task starts, all the internal AWS DMS control tables
|
4190
|
+
# (awsdms\_ apply\_exception, awsdms\_apply, awsdms\_changes) are
|
4191
|
+
# created on the specified filegroup.
|
4192
|
+
# @return [String]
|
4193
|
+
#
|
3943
4194
|
# @!attribute [rw] password
|
3944
4195
|
# Endpoint connection password.
|
3945
4196
|
# @return [String]
|
3946
4197
|
#
|
4198
|
+
# @!attribute [rw] read_backup_only
|
4199
|
+
# When this attribute is set to `Y`, AWS DMS only reads changes from
|
4200
|
+
# transaction log backups and doesn't read from the active
|
4201
|
+
# transaction log file during ongoing replication. Setting this
|
4202
|
+
# parameter to `Y` enables you to control active transaction log file
|
4203
|
+
# growth during full load and ongoing replication tasks. However, it
|
4204
|
+
# can add some source latency to ongoing replication.
|
4205
|
+
# @return [Boolean]
|
4206
|
+
#
|
4207
|
+
# @!attribute [rw] safeguard_policy
|
4208
|
+
# Use this attribute to minimize the need to access the backup log and
|
4209
|
+
# enable AWS DMS to prevent truncation using one of the following two
|
4210
|
+
# methods.
|
4211
|
+
#
|
4212
|
+
# *Start transactions in the database:* This is the default method.
|
4213
|
+
# When this method is used, AWS DMS prevents TLOG truncation by
|
4214
|
+
# mimicking a transaction in the database. As long as such a
|
4215
|
+
# transaction is open, changes that appear after the transaction
|
4216
|
+
# started aren't truncated. If you need Microsoft Replication to be
|
4217
|
+
# enabled in your database, then you must choose this method.
|
4218
|
+
#
|
4219
|
+
# *Exclusively use sp\_repldone within a single task*\: When this
|
4220
|
+
# method is used, AWS DMS reads the changes and then uses sp\_repldone
|
4221
|
+
# to mark the TLOG transactions as ready for truncation. Although this
|
4222
|
+
# method doesn't involve any transactional activities, it can only be
|
4223
|
+
# used when Microsoft Replication isn't running. Also, when using
|
4224
|
+
# this method, only one AWS DMS task can access the database at any
|
4225
|
+
# given time. Therefore, if you need to run parallel AWS DMS tasks
|
4226
|
+
# against the same database, use the default method.
|
4227
|
+
# @return [String]
|
4228
|
+
#
|
3947
4229
|
# @!attribute [rw] server_name
|
3948
4230
|
# Fully qualified domain name of the endpoint.
|
3949
4231
|
# @return [String]
|
@@ -3952,14 +4234,26 @@ module Aws::DatabaseMigrationService
|
|
3952
4234
|
# Endpoint connection user name.
|
3953
4235
|
# @return [String]
|
3954
4236
|
#
|
4237
|
+
# @!attribute [rw] use_bcp_full_load
|
4238
|
+
# Use this to attribute to transfer data for full-load operations
|
4239
|
+
# using BCP. When the target table contains an identity column that
|
4240
|
+
# does not exist in the source table, you must disable the use BCP for
|
4241
|
+
# loading table option.
|
4242
|
+
# @return [Boolean]
|
4243
|
+
#
|
3955
4244
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MicrosoftSQLServerSettings AWS API Documentation
|
3956
4245
|
#
|
3957
4246
|
class MicrosoftSQLServerSettings < Struct.new(
|
3958
4247
|
:port,
|
4248
|
+
:bcp_packet_size,
|
3959
4249
|
:database_name,
|
4250
|
+
:control_tables_file_group,
|
3960
4251
|
:password,
|
4252
|
+
:read_backup_only,
|
4253
|
+
:safeguard_policy,
|
3961
4254
|
:server_name,
|
3962
|
-
:username
|
4255
|
+
:username,
|
4256
|
+
:use_bcp_full_load)
|
3963
4257
|
SENSITIVE = [:password]
|
3964
4258
|
include Aws::Structure
|
3965
4259
|
end
|
@@ -4007,6 +4301,13 @@ module Aws::DatabaseMigrationService
|
|
4007
4301
|
# timestamp_column_name: "String",
|
4008
4302
|
# parquet_timestamp_in_millisecond: false,
|
4009
4303
|
# cdc_inserts_and_updates: false,
|
4304
|
+
# date_partition_enabled: false,
|
4305
|
+
# date_partition_sequence: "YYYYMMDD", # accepts YYYYMMDD, YYYYMMDDHH, YYYYMM, MMYYYYDD, DDMMYYYY
|
4306
|
+
# date_partition_delimiter: "SLASH", # accepts SLASH, UNDERSCORE, DASH, NONE
|
4307
|
+
# use_csv_no_sup_value: false,
|
4308
|
+
# csv_no_sup_value: "String",
|
4309
|
+
# preserve_transactions: false,
|
4310
|
+
# cdc_path: "String",
|
4010
4311
|
# },
|
4011
4312
|
# dms_transfer_settings: {
|
4012
4313
|
# service_access_role_arn: "String",
|
@@ -4069,11 +4370,14 @@ module Aws::DatabaseMigrationService
|
|
4069
4370
|
# after_connect_script: "String",
|
4070
4371
|
# bucket_folder: "String",
|
4071
4372
|
# bucket_name: "String",
|
4373
|
+
# case_sensitive_names: false,
|
4374
|
+
# comp_update: false,
|
4072
4375
|
# connection_timeout: 1,
|
4073
4376
|
# database_name: "String",
|
4074
4377
|
# date_format: "String",
|
4075
4378
|
# empty_as_null: false,
|
4076
4379
|
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
4380
|
+
# explicit_ids: false,
|
4077
4381
|
# file_transfer_upload_streams: 1,
|
4078
4382
|
# load_timeout: 1,
|
4079
4383
|
# max_file_size: 1,
|
@@ -4092,26 +4396,59 @@ module Aws::DatabaseMigrationService
|
|
4092
4396
|
# write_buffer_size: 1,
|
4093
4397
|
# },
|
4094
4398
|
# postgre_sql_settings: {
|
4399
|
+
# after_connect_script: "String",
|
4400
|
+
# capture_ddls: false,
|
4401
|
+
# max_file_size: 1,
|
4095
4402
|
# database_name: "String",
|
4403
|
+
# ddl_artifacts_schema: "String",
|
4404
|
+
# execute_timeout: 1,
|
4405
|
+
# fail_tasks_on_lob_truncation: false,
|
4096
4406
|
# password: "SecretString",
|
4097
4407
|
# port: 1,
|
4098
4408
|
# server_name: "String",
|
4099
4409
|
# username: "String",
|
4410
|
+
# slot_name: "String",
|
4100
4411
|
# },
|
4101
4412
|
# my_sql_settings: {
|
4413
|
+
# after_connect_script: "String",
|
4102
4414
|
# database_name: "String",
|
4415
|
+
# events_poll_interval: 1,
|
4416
|
+
# target_db_type: "specific-database", # accepts specific-database, multiple-databases
|
4417
|
+
# max_file_size: 1,
|
4418
|
+
# parallel_load_threads: 1,
|
4103
4419
|
# password: "SecretString",
|
4104
4420
|
# port: 1,
|
4105
4421
|
# server_name: "String",
|
4422
|
+
# server_timezone: "String",
|
4106
4423
|
# username: "String",
|
4107
4424
|
# },
|
4108
4425
|
# oracle_settings: {
|
4426
|
+
# add_supplemental_logging: false,
|
4427
|
+
# archived_log_dest_id: 1,
|
4428
|
+
# additional_archived_log_dest_id: 1,
|
4429
|
+
# allow_select_nested_tables: false,
|
4430
|
+
# parallel_asm_read_threads: 1,
|
4431
|
+
# read_ahead_blocks: 1,
|
4432
|
+
# access_alternate_directly: false,
|
4433
|
+
# use_alternate_folder_for_online: false,
|
4434
|
+
# oracle_path_prefix: "String",
|
4435
|
+
# use_path_prefix: "String",
|
4436
|
+
# replace_path_prefix: false,
|
4437
|
+
# enable_homogenous_tablespace: false,
|
4438
|
+
# direct_path_no_log: false,
|
4439
|
+
# archived_logs_only: false,
|
4109
4440
|
# asm_password: "SecretString",
|
4110
4441
|
# asm_server: "String",
|
4111
4442
|
# asm_user: "String",
|
4443
|
+
# char_length_semantics: "default", # accepts default, char, byte
|
4112
4444
|
# database_name: "String",
|
4445
|
+
# direct_path_parallel_load: false,
|
4446
|
+
# fail_tasks_on_lob_truncation: false,
|
4447
|
+
# number_datatype_scale: 1,
|
4113
4448
|
# password: "SecretString",
|
4114
4449
|
# port: 1,
|
4450
|
+
# read_table_space_name: false,
|
4451
|
+
# retry_interval: 1,
|
4115
4452
|
# security_db_encryption: "SecretString",
|
4116
4453
|
# security_db_encryption_name: "String",
|
4117
4454
|
# server_name: "String",
|
@@ -4126,18 +4463,37 @@ module Aws::DatabaseMigrationService
|
|
4126
4463
|
# },
|
4127
4464
|
# microsoft_sql_server_settings: {
|
4128
4465
|
# port: 1,
|
4466
|
+
# bcp_packet_size: 1,
|
4129
4467
|
# database_name: "String",
|
4468
|
+
# control_tables_file_group: "String",
|
4130
4469
|
# password: "SecretString",
|
4470
|
+
# read_backup_only: false,
|
4471
|
+
# safeguard_policy: "rely-on-sql-server-replication-agent", # accepts rely-on-sql-server-replication-agent, exclusive-automatic-truncation, shared-automatic-truncation
|
4131
4472
|
# server_name: "String",
|
4132
4473
|
# username: "String",
|
4474
|
+
# use_bcp_full_load: false,
|
4133
4475
|
# },
|
4134
4476
|
# ibm_db_2_settings: {
|
4135
4477
|
# database_name: "String",
|
4136
4478
|
# password: "SecretString",
|
4137
4479
|
# port: 1,
|
4138
4480
|
# server_name: "String",
|
4481
|
+
# set_data_capture_changes: false,
|
4482
|
+
# current_lsn: "String",
|
4483
|
+
# max_k_bytes_per_read: 1,
|
4139
4484
|
# username: "String",
|
4140
4485
|
# },
|
4486
|
+
# doc_db_settings: {
|
4487
|
+
# username: "String",
|
4488
|
+
# password: "SecretString",
|
4489
|
+
# server_name: "String",
|
4490
|
+
# port: 1,
|
4491
|
+
# database_name: "String",
|
4492
|
+
# nesting_level: "none", # accepts none, one
|
4493
|
+
# extract_doc_id: false,
|
4494
|
+
# docs_to_investigate: 1,
|
4495
|
+
# kms_key_id: "String",
|
4496
|
+
# },
|
4141
4497
|
# }
|
4142
4498
|
#
|
4143
4499
|
# @!attribute [rw] endpoint_arn
|
@@ -4394,6 +4750,18 @@ module Aws::DatabaseMigrationService
|
|
4394
4750
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.ConnectionAttrib
|
4395
4751
|
# @return [Types::IBMDb2Settings]
|
4396
4752
|
#
|
4753
|
+
# @!attribute [rw] doc_db_settings
|
4754
|
+
# Settings in JSON format for the source DocumentDB endpoint. For more
|
4755
|
+
# information about the available settings, see the configuration
|
4756
|
+
# properties section in [ Using DocumentDB as a Target for AWS
|
4757
|
+
# Database Migration Service][1] in the *AWS Database Migration
|
4758
|
+
# Service User Guide.*
|
4759
|
+
#
|
4760
|
+
#
|
4761
|
+
#
|
4762
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html
|
4763
|
+
# @return [Types::DocDbSettings]
|
4764
|
+
#
|
4397
4765
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpointMessage AWS API Documentation
|
4398
4766
|
#
|
4399
4767
|
class ModifyEndpointMessage < Struct.new(
|
@@ -4425,7 +4793,8 @@ module Aws::DatabaseMigrationService
|
|
4425
4793
|
:oracle_settings,
|
4426
4794
|
:sybase_settings,
|
4427
4795
|
:microsoft_sql_server_settings,
|
4428
|
-
:ibm_db_2_settings
|
4796
|
+
:ibm_db_2_settings,
|
4797
|
+
:doc_db_settings)
|
4429
4798
|
SENSITIVE = [:password]
|
4430
4799
|
include Aws::Structure
|
4431
4800
|
end
|
@@ -4945,23 +5314,107 @@ module Aws::DatabaseMigrationService
|
|
4945
5314
|
include Aws::Structure
|
4946
5315
|
end
|
4947
5316
|
|
5317
|
+
# @note When making an API call, you may pass MoveReplicationTaskMessage
|
5318
|
+
# data as a hash:
|
5319
|
+
#
|
5320
|
+
# {
|
5321
|
+
# replication_task_arn: "String", # required
|
5322
|
+
# target_replication_instance_arn: "String", # required
|
5323
|
+
# }
|
5324
|
+
#
|
5325
|
+
# @!attribute [rw] replication_task_arn
|
5326
|
+
# The Amazon Resource Name (ARN) of the task that you want to move.
|
5327
|
+
# @return [String]
|
5328
|
+
#
|
5329
|
+
# @!attribute [rw] target_replication_instance_arn
|
5330
|
+
# The ARN of the replication instance where you want to move the task
|
5331
|
+
# to.
|
5332
|
+
# @return [String]
|
5333
|
+
#
|
5334
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MoveReplicationTaskMessage AWS API Documentation
|
5335
|
+
#
|
5336
|
+
class MoveReplicationTaskMessage < Struct.new(
|
5337
|
+
:replication_task_arn,
|
5338
|
+
:target_replication_instance_arn)
|
5339
|
+
SENSITIVE = []
|
5340
|
+
include Aws::Structure
|
5341
|
+
end
|
5342
|
+
|
5343
|
+
# @!attribute [rw] replication_task
|
5344
|
+
# The replication task that was moved.
|
5345
|
+
# @return [Types::ReplicationTask]
|
5346
|
+
#
|
5347
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MoveReplicationTaskResponse AWS API Documentation
|
5348
|
+
#
|
5349
|
+
class MoveReplicationTaskResponse < Struct.new(
|
5350
|
+
:replication_task)
|
5351
|
+
SENSITIVE = []
|
5352
|
+
include Aws::Structure
|
5353
|
+
end
|
5354
|
+
|
4948
5355
|
# Provides information that defines a MySQL endpoint.
|
4949
5356
|
#
|
4950
5357
|
# @note When making an API call, you may pass MySQLSettings
|
4951
5358
|
# data as a hash:
|
4952
5359
|
#
|
4953
5360
|
# {
|
5361
|
+
# after_connect_script: "String",
|
4954
5362
|
# database_name: "String",
|
5363
|
+
# events_poll_interval: 1,
|
5364
|
+
# target_db_type: "specific-database", # accepts specific-database, multiple-databases
|
5365
|
+
# max_file_size: 1,
|
5366
|
+
# parallel_load_threads: 1,
|
4955
5367
|
# password: "SecretString",
|
4956
5368
|
# port: 1,
|
4957
5369
|
# server_name: "String",
|
5370
|
+
# server_timezone: "String",
|
4958
5371
|
# username: "String",
|
4959
5372
|
# }
|
4960
5373
|
#
|
5374
|
+
# @!attribute [rw] after_connect_script
|
5375
|
+
# Specifies a script to run immediately after AWS DMS connects to the
|
5376
|
+
# endpoint. The migration task continues running regardless if the SQL
|
5377
|
+
# statement succeeds or fails.
|
5378
|
+
# @return [String]
|
5379
|
+
#
|
4961
5380
|
# @!attribute [rw] database_name
|
4962
5381
|
# Database name for the endpoint.
|
4963
5382
|
# @return [String]
|
4964
5383
|
#
|
5384
|
+
# @!attribute [rw] events_poll_interval
|
5385
|
+
# Specifies how often to check the binary log for new changes/events
|
5386
|
+
# when the database is idle.
|
5387
|
+
#
|
5388
|
+
# Example: `eventsPollInterval=5;`
|
5389
|
+
#
|
5390
|
+
# In the example, AWS DMS checks for changes in the binary logs every
|
5391
|
+
# five seconds.
|
5392
|
+
# @return [Integer]
|
5393
|
+
#
|
5394
|
+
# @!attribute [rw] target_db_type
|
5395
|
+
# Specifies where to migrate source tables on the target, either to a
|
5396
|
+
# single database or multiple databases.
|
5397
|
+
#
|
5398
|
+
# Example: `targetDbType=MULTIPLE_DATABASES`
|
5399
|
+
# @return [String]
|
5400
|
+
#
|
5401
|
+
# @!attribute [rw] max_file_size
|
5402
|
+
# Specifies the maximum size (in KB) of any .csv file used to transfer
|
5403
|
+
# data to a MySQL-compatible database.
|
5404
|
+
#
|
5405
|
+
# Example: `maxFileSize=512`
|
5406
|
+
# @return [Integer]
|
5407
|
+
#
|
5408
|
+
# @!attribute [rw] parallel_load_threads
|
5409
|
+
# Improves performance when loading data into the MySQLcompatible
|
5410
|
+
# target database. Specifies how many threads to use to load the data
|
5411
|
+
# into the MySQL-compatible target database. Setting a large number of
|
5412
|
+
# threads can have an adverse effect on database performance, because
|
5413
|
+
# a separate connection is required for each thread.
|
5414
|
+
#
|
5415
|
+
# Example: `parallelLoadThreads=1`
|
5416
|
+
# @return [Integer]
|
5417
|
+
#
|
4965
5418
|
# @!attribute [rw] password
|
4966
5419
|
# Endpoint connection password.
|
4967
5420
|
# @return [String]
|
@@ -4974,6 +5427,14 @@ module Aws::DatabaseMigrationService
|
|
4974
5427
|
# Fully qualified domain name of the endpoint.
|
4975
5428
|
# @return [String]
|
4976
5429
|
#
|
5430
|
+
# @!attribute [rw] server_timezone
|
5431
|
+
# Specifies the time zone for the source MySQL database.
|
5432
|
+
#
|
5433
|
+
# Example: `serverTimezone=US/Pacific;`
|
5434
|
+
#
|
5435
|
+
# Note: Do not enclose time zones in single quotes.
|
5436
|
+
# @return [String]
|
5437
|
+
#
|
4977
5438
|
# @!attribute [rw] username
|
4978
5439
|
# Endpoint connection user name.
|
4979
5440
|
# @return [String]
|
@@ -4981,10 +5442,16 @@ module Aws::DatabaseMigrationService
|
|
4981
5442
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MySQLSettings AWS API Documentation
|
4982
5443
|
#
|
4983
5444
|
class MySQLSettings < Struct.new(
|
5445
|
+
:after_connect_script,
|
4984
5446
|
:database_name,
|
5447
|
+
:events_poll_interval,
|
5448
|
+
:target_db_type,
|
5449
|
+
:max_file_size,
|
5450
|
+
:parallel_load_threads,
|
4985
5451
|
:password,
|
4986
5452
|
:port,
|
4987
5453
|
:server_name,
|
5454
|
+
:server_timezone,
|
4988
5455
|
:username)
|
4989
5456
|
SENSITIVE = [:password]
|
4990
5457
|
include Aws::Structure
|
@@ -5075,18 +5542,137 @@ module Aws::DatabaseMigrationService
|
|
5075
5542
|
# data as a hash:
|
5076
5543
|
#
|
5077
5544
|
# {
|
5545
|
+
# add_supplemental_logging: false,
|
5546
|
+
# archived_log_dest_id: 1,
|
5547
|
+
# additional_archived_log_dest_id: 1,
|
5548
|
+
# allow_select_nested_tables: false,
|
5549
|
+
# parallel_asm_read_threads: 1,
|
5550
|
+
# read_ahead_blocks: 1,
|
5551
|
+
# access_alternate_directly: false,
|
5552
|
+
# use_alternate_folder_for_online: false,
|
5553
|
+
# oracle_path_prefix: "String",
|
5554
|
+
# use_path_prefix: "String",
|
5555
|
+
# replace_path_prefix: false,
|
5556
|
+
# enable_homogenous_tablespace: false,
|
5557
|
+
# direct_path_no_log: false,
|
5558
|
+
# archived_logs_only: false,
|
5078
5559
|
# asm_password: "SecretString",
|
5079
5560
|
# asm_server: "String",
|
5080
5561
|
# asm_user: "String",
|
5562
|
+
# char_length_semantics: "default", # accepts default, char, byte
|
5081
5563
|
# database_name: "String",
|
5564
|
+
# direct_path_parallel_load: false,
|
5565
|
+
# fail_tasks_on_lob_truncation: false,
|
5566
|
+
# number_datatype_scale: 1,
|
5082
5567
|
# password: "SecretString",
|
5083
5568
|
# port: 1,
|
5569
|
+
# read_table_space_name: false,
|
5570
|
+
# retry_interval: 1,
|
5084
5571
|
# security_db_encryption: "SecretString",
|
5085
5572
|
# security_db_encryption_name: "String",
|
5086
5573
|
# server_name: "String",
|
5087
5574
|
# username: "String",
|
5088
5575
|
# }
|
5089
5576
|
#
|
5577
|
+
# @!attribute [rw] add_supplemental_logging
|
5578
|
+
# Set this attribute to set up table-level supplemental logging for
|
5579
|
+
# the Oracle database. This attribute enables PRIMARY KEY supplemental
|
5580
|
+
# logging on all tables selected for a migration task.
|
5581
|
+
#
|
5582
|
+
# If you use this option, you still need to enable database-level
|
5583
|
+
# supplemental logging.
|
5584
|
+
# @return [Boolean]
|
5585
|
+
#
|
5586
|
+
# @!attribute [rw] archived_log_dest_id
|
5587
|
+
# Specifies the destination of the archived redo logs. The value
|
5588
|
+
# should be the same as the DEST\_ID number in the v$archived\_log
|
5589
|
+
# table. When working with multiple log destinations (DEST\_ID), we
|
5590
|
+
# recommend that you to specify an archived redo logs location
|
5591
|
+
# identifier. Doing this improves performance by ensuring that the
|
5592
|
+
# correct logs are accessed from the outset.
|
5593
|
+
# @return [Integer]
|
5594
|
+
#
|
5595
|
+
# @!attribute [rw] additional_archived_log_dest_id
|
5596
|
+
# Set this attribute with `archivedLogDestId` in a primary/ standby
|
5597
|
+
# setup. This attribute is useful in the case of a switchover. In this
|
5598
|
+
# case, AWS DMS needs to know which destination to get archive redo
|
5599
|
+
# logs from to read changes. This need arises because the previous
|
5600
|
+
# primary instance is now a standby instance after switchover.
|
5601
|
+
# @return [Integer]
|
5602
|
+
#
|
5603
|
+
# @!attribute [rw] allow_select_nested_tables
|
5604
|
+
# Set this attribute to `true` to enable replication of Oracle tables
|
5605
|
+
# containing columns that are nested tables or defined types.
|
5606
|
+
# @return [Boolean]
|
5607
|
+
#
|
5608
|
+
# @!attribute [rw] parallel_asm_read_threads
|
5609
|
+
# Set this attribute to change the number of threads that DMS
|
5610
|
+
# configures to perform a Change Data Capture (CDC) load using Oracle
|
5611
|
+
# Automatic Storage Management (ASM). You can specify an integer value
|
5612
|
+
# between 2 (the default) and 8 (the maximum). Use this attribute
|
5613
|
+
# together with the `readAheadBlocks` attribute.
|
5614
|
+
# @return [Integer]
|
5615
|
+
#
|
5616
|
+
# @!attribute [rw] read_ahead_blocks
|
5617
|
+
# Set this attribute to change the number of read-ahead blocks that
|
5618
|
+
# DMS configures to perform a Change Data Capture (CDC) load using
|
5619
|
+
# Oracle Automatic Storage Management (ASM). You can specify an
|
5620
|
+
# integer value between 1000 (the default) and 200,000 (the maximum).
|
5621
|
+
# @return [Integer]
|
5622
|
+
#
|
5623
|
+
# @!attribute [rw] access_alternate_directly
|
5624
|
+
# Set this attribute to `false` in order to use the Binary Reader to
|
5625
|
+
# capture change data for an Amazon RDS for Oracle as the source. This
|
5626
|
+
# tells the DMS instance to not access redo logs through any specified
|
5627
|
+
# path prefix replacement using direct file access.
|
5628
|
+
# @return [Boolean]
|
5629
|
+
#
|
5630
|
+
# @!attribute [rw] use_alternate_folder_for_online
|
5631
|
+
# Set this attribute to `true` in order to use the Binary Reader to
|
5632
|
+
# capture change data for an Amazon RDS for Oracle as the source. This
|
5633
|
+
# tells the DMS instance to use any specified prefix replacement to
|
5634
|
+
# access all online redo logs.
|
5635
|
+
# @return [Boolean]
|
5636
|
+
#
|
5637
|
+
# @!attribute [rw] oracle_path_prefix
|
5638
|
+
# Set this string attribute to the required value in order to use the
|
5639
|
+
# Binary Reader to capture change data for an Amazon RDS for Oracle as
|
5640
|
+
# the source. This value specifies the default Oracle root used to
|
5641
|
+
# access the redo logs.
|
5642
|
+
# @return [String]
|
5643
|
+
#
|
5644
|
+
# @!attribute [rw] use_path_prefix
|
5645
|
+
# Set this string attribute to the required value in order to use the
|
5646
|
+
# Binary Reader to capture change data for an Amazon RDS for Oracle as
|
5647
|
+
# the source. This value specifies the path prefix used to replace the
|
5648
|
+
# default Oracle root to access the redo logs.
|
5649
|
+
# @return [String]
|
5650
|
+
#
|
5651
|
+
# @!attribute [rw] replace_path_prefix
|
5652
|
+
# Set this attribute to true in order to use the Binary Reader to
|
5653
|
+
# capture change data for an Amazon RDS for Oracle as the source. This
|
5654
|
+
# setting tells DMS instance to replace the default Oracle root with
|
5655
|
+
# the specified `usePathPrefix` setting to access the redo logs.
|
5656
|
+
# @return [Boolean]
|
5657
|
+
#
|
5658
|
+
# @!attribute [rw] enable_homogenous_tablespace
|
5659
|
+
# Set this attribute to enable homogenous tablespace replication and
|
5660
|
+
# create existing tables or indexes under the same tablespace on the
|
5661
|
+
# target.
|
5662
|
+
# @return [Boolean]
|
5663
|
+
#
|
5664
|
+
# @!attribute [rw] direct_path_no_log
|
5665
|
+
# When set to `true`, this attribute helps to increase the commit rate
|
5666
|
+
# on the Oracle target database by writing directly to tables and not
|
5667
|
+
# writing a trail to database logs.
|
5668
|
+
# @return [Boolean]
|
5669
|
+
#
|
5670
|
+
# @!attribute [rw] archived_logs_only
|
5671
|
+
# When this field is set to `Y`, AWS DMS only accesses the archived
|
5672
|
+
# redo logs. If the archived redo logs are stored on Oracle ASM only,
|
5673
|
+
# the AWS DMS user account needs to be granted ASM privileges.
|
5674
|
+
# @return [Boolean]
|
5675
|
+
#
|
5090
5676
|
# @!attribute [rw] asm_password
|
5091
5677
|
# For an Oracle source endpoint, your Oracle Automatic Storage
|
5092
5678
|
# Management (ASM) password. You can set this value from the `
|
@@ -5127,10 +5713,43 @@ module Aws::DatabaseMigrationService
|
|
5127
5713
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.Oracle.html#dms/latest/userguide/CHAP_Source.Oracle.html#CHAP_Source.Oracle.CDC.Configuration
|
5128
5714
|
# @return [String]
|
5129
5715
|
#
|
5716
|
+
# @!attribute [rw] char_length_semantics
|
5717
|
+
# Specifies whether the length of a character column is in bytes or in
|
5718
|
+
# characters. To indicate that the character column length is in
|
5719
|
+
# characters, set this attribute to `CHAR`. Otherwise, the character
|
5720
|
+
# column length is in bytes.
|
5721
|
+
#
|
5722
|
+
# Example: `charLengthSemantics=CHAR;`
|
5723
|
+
# @return [String]
|
5724
|
+
#
|
5130
5725
|
# @!attribute [rw] database_name
|
5131
5726
|
# Database name for the endpoint.
|
5132
5727
|
# @return [String]
|
5133
5728
|
#
|
5729
|
+
# @!attribute [rw] direct_path_parallel_load
|
5730
|
+
# When set to `true`, this attribute specifies a parallel load when
|
5731
|
+
# `useDirectPathFullLoad` is set to `Y`. This attribute also only
|
5732
|
+
# applies when you use the AWS DMS parallel load feature. Note that
|
5733
|
+
# the target table cannot have any constraints or indexes.
|
5734
|
+
# @return [Boolean]
|
5735
|
+
#
|
5736
|
+
# @!attribute [rw] fail_tasks_on_lob_truncation
|
5737
|
+
# When set to `true`, this attribute causes a task to fail if the
|
5738
|
+
# actual size of an LOB column is greater than the specified
|
5739
|
+
# `LobMaxSize`.
|
5740
|
+
#
|
5741
|
+
# If a task is set to limited LOB mode and this option is set to
|
5742
|
+
# `true`, the task fails instead of truncating the LOB data.
|
5743
|
+
# @return [Boolean]
|
5744
|
+
#
|
5745
|
+
# @!attribute [rw] number_datatype_scale
|
5746
|
+
# Specifies the number scale. You can select a scale up to 38, or you
|
5747
|
+
# can select FLOAT. By default, the NUMBER data type is converted to
|
5748
|
+
# precision 38, scale 10.
|
5749
|
+
#
|
5750
|
+
# Example: `numberDataTypeScale=12`
|
5751
|
+
# @return [Integer]
|
5752
|
+
#
|
5134
5753
|
# @!attribute [rw] password
|
5135
5754
|
# Endpoint connection password.
|
5136
5755
|
# @return [String]
|
@@ -5139,6 +5758,17 @@ module Aws::DatabaseMigrationService
|
|
5139
5758
|
# Endpoint TCP port.
|
5140
5759
|
# @return [Integer]
|
5141
5760
|
#
|
5761
|
+
# @!attribute [rw] read_table_space_name
|
5762
|
+
# When set to `true`, this attribute supports tablespace replication.
|
5763
|
+
# @return [Boolean]
|
5764
|
+
#
|
5765
|
+
# @!attribute [rw] retry_interval
|
5766
|
+
# Specifies the number of seconds that the system waits before
|
5767
|
+
# resending a query.
|
5768
|
+
#
|
5769
|
+
# Example: `retryInterval=6;`
|
5770
|
+
# @return [Integer]
|
5771
|
+
#
|
5142
5772
|
# @!attribute [rw] security_db_encryption
|
5143
5773
|
# For an Oracle source endpoint, the transparent data encryption (TDE)
|
5144
5774
|
# password required by AWM DMS to access Oracle redo logs encrypted by
|
@@ -5182,12 +5812,32 @@ module Aws::DatabaseMigrationService
|
|
5182
5812
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/OracleSettings AWS API Documentation
|
5183
5813
|
#
|
5184
5814
|
class OracleSettings < Struct.new(
|
5815
|
+
:add_supplemental_logging,
|
5816
|
+
:archived_log_dest_id,
|
5817
|
+
:additional_archived_log_dest_id,
|
5818
|
+
:allow_select_nested_tables,
|
5819
|
+
:parallel_asm_read_threads,
|
5820
|
+
:read_ahead_blocks,
|
5821
|
+
:access_alternate_directly,
|
5822
|
+
:use_alternate_folder_for_online,
|
5823
|
+
:oracle_path_prefix,
|
5824
|
+
:use_path_prefix,
|
5825
|
+
:replace_path_prefix,
|
5826
|
+
:enable_homogenous_tablespace,
|
5827
|
+
:direct_path_no_log,
|
5828
|
+
:archived_logs_only,
|
5185
5829
|
:asm_password,
|
5186
5830
|
:asm_server,
|
5187
5831
|
:asm_user,
|
5832
|
+
:char_length_semantics,
|
5188
5833
|
:database_name,
|
5834
|
+
:direct_path_parallel_load,
|
5835
|
+
:fail_tasks_on_lob_truncation,
|
5836
|
+
:number_datatype_scale,
|
5189
5837
|
:password,
|
5190
5838
|
:port,
|
5839
|
+
:read_table_space_name,
|
5840
|
+
:retry_interval,
|
5191
5841
|
:security_db_encryption,
|
5192
5842
|
:security_db_encryption_name,
|
5193
5843
|
:server_name,
|
@@ -5335,17 +5985,70 @@ module Aws::DatabaseMigrationService
|
|
5335
5985
|
# data as a hash:
|
5336
5986
|
#
|
5337
5987
|
# {
|
5988
|
+
# after_connect_script: "String",
|
5989
|
+
# capture_ddls: false,
|
5990
|
+
# max_file_size: 1,
|
5338
5991
|
# database_name: "String",
|
5992
|
+
# ddl_artifacts_schema: "String",
|
5993
|
+
# execute_timeout: 1,
|
5994
|
+
# fail_tasks_on_lob_truncation: false,
|
5339
5995
|
# password: "SecretString",
|
5340
5996
|
# port: 1,
|
5341
5997
|
# server_name: "String",
|
5342
5998
|
# username: "String",
|
5999
|
+
# slot_name: "String",
|
5343
6000
|
# }
|
5344
6001
|
#
|
6002
|
+
# @!attribute [rw] after_connect_script
|
6003
|
+
# For use with change data capture (CDC) only, this attribute has AWS
|
6004
|
+
# DMS bypass foreign keys and user triggers to reduce the time it
|
6005
|
+
# takes to bulk load data.
|
6006
|
+
#
|
6007
|
+
# Example: `afterConnectScript=SET session_replication_role='replica'`
|
6008
|
+
# @return [String]
|
6009
|
+
#
|
6010
|
+
# @!attribute [rw] capture_ddls
|
6011
|
+
# To capture DDL events, AWS DMS creates various artifacts in the
|
6012
|
+
# PostgreSQL database when the task starts. You can later remove these
|
6013
|
+
# artifacts.
|
6014
|
+
#
|
6015
|
+
# If this value is set to `N`, you don't have to create tables or
|
6016
|
+
# triggers on the source database.
|
6017
|
+
# @return [Boolean]
|
6018
|
+
#
|
6019
|
+
# @!attribute [rw] max_file_size
|
6020
|
+
# Specifies the maximum size (in KB) of any .csv file used to transfer
|
6021
|
+
# data to PostgreSQL.
|
6022
|
+
#
|
6023
|
+
# Example: `maxFileSize=512`
|
6024
|
+
# @return [Integer]
|
6025
|
+
#
|
5345
6026
|
# @!attribute [rw] database_name
|
5346
6027
|
# Database name for the endpoint.
|
5347
6028
|
# @return [String]
|
5348
6029
|
#
|
6030
|
+
# @!attribute [rw] ddl_artifacts_schema
|
6031
|
+
# The schema in which the operational DDL database artifacts are
|
6032
|
+
# created.
|
6033
|
+
#
|
6034
|
+
# Example: `ddlArtifactsSchema=xyzddlschema;`
|
6035
|
+
# @return [String]
|
6036
|
+
#
|
6037
|
+
# @!attribute [rw] execute_timeout
|
6038
|
+
# Sets the client statement timeout for the PostgreSQL instance, in
|
6039
|
+
# seconds. The default value is 60 seconds.
|
6040
|
+
#
|
6041
|
+
# Example: `executeTimeout=100;`
|
6042
|
+
# @return [Integer]
|
6043
|
+
#
|
6044
|
+
# @!attribute [rw] fail_tasks_on_lob_truncation
|
6045
|
+
# When set to `true`, this value causes a task to fail if the actual
|
6046
|
+
# size of a LOB column is greater than the specified `LobMaxSize`.
|
6047
|
+
#
|
6048
|
+
# If task is set to Limited LOB mode and this option is set to true,
|
6049
|
+
# the task fails instead of truncating the LOB data.
|
6050
|
+
# @return [Boolean]
|
6051
|
+
#
|
5349
6052
|
# @!attribute [rw] password
|
5350
6053
|
# Endpoint connection password.
|
5351
6054
|
# @return [String]
|
@@ -5362,14 +6065,29 @@ module Aws::DatabaseMigrationService
|
|
5362
6065
|
# Endpoint connection user name.
|
5363
6066
|
# @return [String]
|
5364
6067
|
#
|
6068
|
+
# @!attribute [rw] slot_name
|
6069
|
+
# Sets the name of a previously created logical replication slot for a
|
6070
|
+
# CDC load of the PostgreSQL source instance.
|
6071
|
+
#
|
6072
|
+
# When used with the AWS DMS API `CdcStartPosition` request parameter,
|
6073
|
+
# this attribute also enables using native CDC start points.
|
6074
|
+
# @return [String]
|
6075
|
+
#
|
5365
6076
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/PostgreSQLSettings AWS API Documentation
|
5366
6077
|
#
|
5367
6078
|
class PostgreSQLSettings < Struct.new(
|
6079
|
+
:after_connect_script,
|
6080
|
+
:capture_ddls,
|
6081
|
+
:max_file_size,
|
5368
6082
|
:database_name,
|
6083
|
+
:ddl_artifacts_schema,
|
6084
|
+
:execute_timeout,
|
6085
|
+
:fail_tasks_on_lob_truncation,
|
5369
6086
|
:password,
|
5370
6087
|
:port,
|
5371
6088
|
:server_name,
|
5372
|
-
:username
|
6089
|
+
:username,
|
6090
|
+
:slot_name)
|
5373
6091
|
SENSITIVE = [:password]
|
5374
6092
|
include Aws::Structure
|
5375
6093
|
end
|
@@ -5423,11 +6141,14 @@ module Aws::DatabaseMigrationService
|
|
5423
6141
|
# after_connect_script: "String",
|
5424
6142
|
# bucket_folder: "String",
|
5425
6143
|
# bucket_name: "String",
|
6144
|
+
# case_sensitive_names: false,
|
6145
|
+
# comp_update: false,
|
5426
6146
|
# connection_timeout: 1,
|
5427
6147
|
# database_name: "String",
|
5428
6148
|
# date_format: "String",
|
5429
6149
|
# empty_as_null: false,
|
5430
6150
|
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
6151
|
+
# explicit_ids: false,
|
5431
6152
|
# file_transfer_upload_streams: 1,
|
5432
6153
|
# load_timeout: 1,
|
5433
6154
|
# max_file_size: 1,
|
@@ -5463,14 +6184,43 @@ module Aws::DatabaseMigrationService
|
|
5463
6184
|
# @return [String]
|
5464
6185
|
#
|
5465
6186
|
# @!attribute [rw] bucket_folder
|
5466
|
-
#
|
5467
|
-
# before being uploaded to the
|
6187
|
+
# An S3 folder where the comma-separated-value (.csv) files are stored
|
6188
|
+
# before being uploaded to the target Redshift cluster.
|
6189
|
+
#
|
6190
|
+
# For full load mode, AWS DMS converts source records into .csv files
|
6191
|
+
# and loads them to the *BucketFolder/TableID* path. AWS DMS uses the
|
6192
|
+
# Redshift `COPY` command to upload the .csv files to the target
|
6193
|
+
# table. The files are deleted once the `COPY` operation has finished.
|
6194
|
+
# For more information, see [Amazon Redshift Database Developer
|
6195
|
+
# Guide][1]
|
6196
|
+
#
|
6197
|
+
# For change-data-capture (CDC) mode, AWS DMS creates a *NetChanges*
|
6198
|
+
# table, and loads the .csv files to this
|
6199
|
+
# *BucketFolder/NetChangesTableID* path.
|
6200
|
+
#
|
6201
|
+
#
|
6202
|
+
#
|
6203
|
+
# [1]: https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html
|
5468
6204
|
# @return [String]
|
5469
6205
|
#
|
5470
6206
|
# @!attribute [rw] bucket_name
|
5471
|
-
# The name of the S3 bucket
|
6207
|
+
# The name of the intermediate S3 bucket used to store .csv files
|
6208
|
+
# before uploading data to Redshift.
|
5472
6209
|
# @return [String]
|
5473
6210
|
#
|
6211
|
+
# @!attribute [rw] case_sensitive_names
|
6212
|
+
# If Amazon Redshift is configured to support case sensitive schema
|
6213
|
+
# names, set `CaseSensitiveNames` to `true`. The default is `false`.
|
6214
|
+
# @return [Boolean]
|
6215
|
+
#
|
6216
|
+
# @!attribute [rw] comp_update
|
6217
|
+
# If you set `CompUpdate` to `true` Amazon Redshift applies automatic
|
6218
|
+
# compression if the table is empty. This applies even if the table
|
6219
|
+
# columns already have encodings other than `RAW`. If you set
|
6220
|
+
# `CompUpdate` to `false`, automatic compression is disabled and
|
6221
|
+
# existing column encodings aren't changed. The default is `true`.
|
6222
|
+
# @return [Boolean]
|
6223
|
+
#
|
5474
6224
|
# @!attribute [rw] connection_timeout
|
5475
6225
|
# A value that sets the amount of time to wait (in milliseconds)
|
5476
6226
|
# before timing out, beginning from when you initially establish a
|
@@ -5516,20 +6266,40 @@ module Aws::DatabaseMigrationService
|
|
5516
6266
|
# following actions: `"s3:PutObject", "s3:ListBucket"`
|
5517
6267
|
# @return [String]
|
5518
6268
|
#
|
6269
|
+
# @!attribute [rw] explicit_ids
|
6270
|
+
# This setting is only valid for a full-load migration task. Set
|
6271
|
+
# `ExplicitIds` to `true` to have tables with `IDENTITY` columns
|
6272
|
+
# override their auto-generated values with explicit values loaded
|
6273
|
+
# from the source data files used to populate the tables. The default
|
6274
|
+
# is `false`.
|
6275
|
+
# @return [Boolean]
|
6276
|
+
#
|
5519
6277
|
# @!attribute [rw] file_transfer_upload_streams
|
5520
6278
|
# The number of threads used to upload a single file. This parameter
|
5521
6279
|
# accepts a value from 1 through 64. It defaults to 10.
|
6280
|
+
#
|
6281
|
+
# The number of parallel streams used to upload a single .csv file to
|
6282
|
+
# an S3 bucket using S3 Multipart Upload. For more information, see
|
6283
|
+
# [Multipart upload overview][1].
|
6284
|
+
#
|
6285
|
+
# `FileTransferUploadStreams` accepts a value from 1 through 64. It
|
6286
|
+
# defaults to 10.
|
6287
|
+
#
|
6288
|
+
#
|
6289
|
+
#
|
6290
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html
|
5522
6291
|
# @return [Integer]
|
5523
6292
|
#
|
5524
6293
|
# @!attribute [rw] load_timeout
|
5525
|
-
# The amount of time to wait (in milliseconds) before timing out
|
5526
|
-
#
|
6294
|
+
# The amount of time to wait (in milliseconds) before timing out of
|
6295
|
+
# operations performed by AWS DMS on a Redshift cluster, such as
|
6296
|
+
# Redshift COPY, INSERT, DELETE, and UPDATE.
|
5527
6297
|
# @return [Integer]
|
5528
6298
|
#
|
5529
6299
|
# @!attribute [rw] max_file_size
|
5530
|
-
# The maximum size (in KB) of any .csv file used to
|
5531
|
-
#
|
5532
|
-
#
|
6300
|
+
# The maximum size (in KB) of any .csv file used to load data on an S3
|
6301
|
+
# bucket and transfer data to Amazon Redshift. It defaults to
|
6302
|
+
# 1048576KB (1 GB).
|
5533
6303
|
# @return [Integer]
|
5534
6304
|
#
|
5535
6305
|
# @!attribute [rw] password
|
@@ -5605,9 +6375,9 @@ module Aws::DatabaseMigrationService
|
|
5605
6375
|
# @return [String]
|
5606
6376
|
#
|
5607
6377
|
# @!attribute [rw] write_buffer_size
|
5608
|
-
# The size of the
|
5609
|
-
#
|
5610
|
-
#
|
6378
|
+
# The size (in KB) of the in-memory file write buffer used when
|
6379
|
+
# generating .csv files on the local disk at the DMS replication
|
6380
|
+
# instance. The default value is 1000 (buffer size is 1000KB).
|
5611
6381
|
# @return [Integer]
|
5612
6382
|
#
|
5613
6383
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RedshiftSettings AWS API Documentation
|
@@ -5617,11 +6387,14 @@ module Aws::DatabaseMigrationService
|
|
5617
6387
|
:after_connect_script,
|
5618
6388
|
:bucket_folder,
|
5619
6389
|
:bucket_name,
|
6390
|
+
:case_sensitive_names,
|
6391
|
+
:comp_update,
|
5620
6392
|
:connection_timeout,
|
5621
6393
|
:database_name,
|
5622
6394
|
:date_format,
|
5623
6395
|
:empty_as_null,
|
5624
6396
|
:encryption_mode,
|
6397
|
+
:explicit_ids,
|
5625
6398
|
:file_transfer_upload_streams,
|
5626
6399
|
:load_timeout,
|
5627
6400
|
:max_file_size,
|
@@ -6075,7 +6848,7 @@ module Aws::DatabaseMigrationService
|
|
6075
6848
|
end
|
6076
6849
|
|
6077
6850
|
# Describes a subnet group in response to a request by the
|
6078
|
-
# `
|
6851
|
+
# `DescribeReplicationSubnetGroups` operation.
|
6079
6852
|
#
|
6080
6853
|
# @!attribute [rw] replication_subnet_group_identifier
|
6081
6854
|
# The identifier of the replication instance subnet group.
|
@@ -6139,17 +6912,16 @@ module Aws::DatabaseMigrationService
|
|
6139
6912
|
# @return [String]
|
6140
6913
|
#
|
6141
6914
|
# @!attribute [rw] source_endpoint_arn
|
6142
|
-
# The Amazon Resource Name (ARN)
|
6915
|
+
# The Amazon Resource Name (ARN) that uniquely identifies the
|
6143
6916
|
# endpoint.
|
6144
6917
|
# @return [String]
|
6145
6918
|
#
|
6146
6919
|
# @!attribute [rw] target_endpoint_arn
|
6147
|
-
# The
|
6148
|
-
# endpoint.
|
6920
|
+
# The ARN that uniquely identifies the endpoint.
|
6149
6921
|
# @return [String]
|
6150
6922
|
#
|
6151
6923
|
# @!attribute [rw] replication_instance_arn
|
6152
|
-
# The
|
6924
|
+
# The ARN of the replication instance.
|
6153
6925
|
# @return [String]
|
6154
6926
|
#
|
6155
6927
|
# @!attribute [rw] migration_type
|
@@ -6165,7 +6937,73 @@ module Aws::DatabaseMigrationService
|
|
6165
6937
|
# @return [String]
|
6166
6938
|
#
|
6167
6939
|
# @!attribute [rw] status
|
6168
|
-
# The status of the replication task.
|
6940
|
+
# The status of the replication task. This response parameter can
|
6941
|
+
# return one of the following values:
|
6942
|
+
#
|
6943
|
+
# * `"moving"` – The task is being moved in response to running the [
|
6944
|
+
# `MoveReplicationTask` ][1] operation.
|
6945
|
+
#
|
6946
|
+
# * `"creating"` – The task is being created in response to running
|
6947
|
+
# the [ `CreateReplicationTask` ][2] operation.
|
6948
|
+
#
|
6949
|
+
# * `"deleting"` – The task is being deleted in response to running
|
6950
|
+
# the [ `DeleteReplicationTask` ][3] operation.
|
6951
|
+
#
|
6952
|
+
# * `"failed"` – The task failed to successfully complete the database
|
6953
|
+
# migration in response to running the [ `StartReplicationTask` ][4]
|
6954
|
+
# operation.
|
6955
|
+
#
|
6956
|
+
# * `"failed-move"` – The task failed to move in response to running
|
6957
|
+
# the [ `MoveReplicationTask` ][1] operation.
|
6958
|
+
#
|
6959
|
+
# * `"modifying"` – The task definition is being modified in response
|
6960
|
+
# to running the [ `ModifyReplicationTask` ][5] operation.
|
6961
|
+
#
|
6962
|
+
# * `"ready"` – The task is in a `ready` state where it can respond to
|
6963
|
+
# other task operations, such as [ `StartReplicationTask` ][4] or [
|
6964
|
+
# `DeleteReplicationTask` ][3].
|
6965
|
+
#
|
6966
|
+
# * `"running"` – The task is performing a database migration in
|
6967
|
+
# response to running the [ `StartReplicationTask` ][4] operation.
|
6968
|
+
#
|
6969
|
+
# * `"starting"` – The task is preparing to perform a database
|
6970
|
+
# migration in response to running the [ `StartReplicationTask` ][4]
|
6971
|
+
# operation.
|
6972
|
+
#
|
6973
|
+
# * `"stopped"` – The task has stopped in response to running the [
|
6974
|
+
# `StopReplicationTask` ][6] operation.
|
6975
|
+
#
|
6976
|
+
# * `"stopping"` – The task is preparing to stop in response to
|
6977
|
+
# running the [ `StopReplicationTask` ][6] operation.
|
6978
|
+
#
|
6979
|
+
# * `"testing"` – The database migration specified for this task is
|
6980
|
+
# being tested in response to running either the [
|
6981
|
+
# `StartReplicationTaskAssessmentRun` ][7] or the [
|
6982
|
+
# `StartReplicationTaskAssessment` ][8] operation.
|
6983
|
+
#
|
6984
|
+
# <note markdown="1"> [ `StartReplicationTaskAssessmentRun` ][7] is an improved
|
6985
|
+
# premigration task assessment operation. The [
|
6986
|
+
# `StartReplicationTaskAssessment` ][8] operation assesses data type
|
6987
|
+
# compatibility only between the source and target database of a
|
6988
|
+
# given migration task. In contrast, [
|
6989
|
+
# `StartReplicationTaskAssessmentRun` ][7] enables you to specify a
|
6990
|
+
# variety of premigration task assessments in addition to data type
|
6991
|
+
# compatibility. These assessments include ones for the validity of
|
6992
|
+
# primary key definitions and likely issues with database migration
|
6993
|
+
# performance, among others.
|
6994
|
+
#
|
6995
|
+
# </note>
|
6996
|
+
#
|
6997
|
+
#
|
6998
|
+
#
|
6999
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_MoveReplicationTask.html
|
7000
|
+
# [2]: https://docs.aws.amazon.com/dms/latest/APIReference/API_CreateReplicationTask.html
|
7001
|
+
# [3]: https://docs.aws.amazon.com/dms/latest/APIReference/API_DeleteReplicationTask.html
|
7002
|
+
# [4]: https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html
|
7003
|
+
# [5]: https://docs.aws.amazon.com/dms/latest/APIReference/API_ModifyReplicationTask.html
|
7004
|
+
# [6]: https://docs.aws.amazon.com/dms/latest/APIReference/API_StopReplicationTask.html
|
7005
|
+
# [7]: https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessmentRun.html
|
7006
|
+
# [8]: https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTaskAssessment.html
|
6169
7007
|
# @return [String]
|
6170
7008
|
#
|
6171
7009
|
# @!attribute [rw] last_failure_message
|
@@ -6183,7 +7021,7 @@ module Aws::DatabaseMigrationService
|
|
6183
7021
|
# load completed.
|
6184
7022
|
#
|
6185
7023
|
# * `"STOP_REASON_CACHED_CHANGES_NOT_APPLIED"` – In a full-load and
|
6186
|
-
# CDC migration, the full
|
7024
|
+
# CDC migration, the full load stopped as specified before starting
|
6187
7025
|
# the CDC migration.
|
6188
7026
|
#
|
6189
7027
|
# * `"STOP_REASON_SERVER_TIME"` – The migration stopped at the
|
@@ -6252,6 +7090,17 @@ module Aws::DatabaseMigrationService
|
|
6252
7090
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html
|
6253
7091
|
# @return [String]
|
6254
7092
|
#
|
7093
|
+
# @!attribute [rw] target_replication_instance_arn
|
7094
|
+
# The ARN of the replication instance to which this task is moved in
|
7095
|
+
# response to running the [ `MoveReplicationTask` ][1] operation.
|
7096
|
+
# Otherwise, this response parameter isn't a member of the
|
7097
|
+
# `ReplicationTask` object.
|
7098
|
+
#
|
7099
|
+
#
|
7100
|
+
#
|
7101
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_MoveReplicationTask.html
|
7102
|
+
# @return [String]
|
7103
|
+
#
|
6255
7104
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTask AWS API Documentation
|
6256
7105
|
#
|
6257
7106
|
class ReplicationTask < Struct.new(
|
@@ -6272,7 +7121,8 @@ module Aws::DatabaseMigrationService
|
|
6272
7121
|
:recovery_checkpoint,
|
6273
7122
|
:replication_task_arn,
|
6274
7123
|
:replication_task_stats,
|
6275
|
-
:task_data
|
7124
|
+
:task_data,
|
7125
|
+
:target_replication_instance_arn)
|
6276
7126
|
SENSITIVE = []
|
6277
7127
|
include Aws::Structure
|
6278
7128
|
end
|
@@ -6701,6 +7551,13 @@ module Aws::DatabaseMigrationService
|
|
6701
7551
|
# timestamp_column_name: "String",
|
6702
7552
|
# parquet_timestamp_in_millisecond: false,
|
6703
7553
|
# cdc_inserts_and_updates: false,
|
7554
|
+
# date_partition_enabled: false,
|
7555
|
+
# date_partition_sequence: "YYYYMMDD", # accepts YYYYMMDD, YYYYMMDDHH, YYYYMM, MMYYYYDD, DDMMYYYY
|
7556
|
+
# date_partition_delimiter: "SLASH", # accepts SLASH, UNDERSCORE, DASH, NONE
|
7557
|
+
# use_csv_no_sup_value: false,
|
7558
|
+
# csv_no_sup_value: "String",
|
7559
|
+
# preserve_transactions: false,
|
7560
|
+
# cdc_path: "String",
|
6704
7561
|
# }
|
6705
7562
|
#
|
6706
7563
|
# @!attribute [rw] service_access_role_arn
|
@@ -7021,6 +7878,101 @@ module Aws::DatabaseMigrationService
|
|
7021
7878
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.Configuring.InsertOps
|
7022
7879
|
# @return [Boolean]
|
7023
7880
|
#
|
7881
|
+
# @!attribute [rw] date_partition_enabled
|
7882
|
+
# When set to `true`, this parameter partitions S3 bucket folders
|
7883
|
+
# based on transaction commit dates. The default value is `false`. For
|
7884
|
+
# more information about date-based folder partitoning, see [Using
|
7885
|
+
# date-based folder partitioning][1].
|
7886
|
+
#
|
7887
|
+
#
|
7888
|
+
#
|
7889
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.DatePartitioning
|
7890
|
+
# @return [Boolean]
|
7891
|
+
#
|
7892
|
+
# @!attribute [rw] date_partition_sequence
|
7893
|
+
# Identifies the sequence of the date format to use during folder
|
7894
|
+
# partitioning. The default value is `YYYYMMDD`. Use this parameter
|
7895
|
+
# when `DatePartitionedEnabled` is set to `true`.
|
7896
|
+
# @return [String]
|
7897
|
+
#
|
7898
|
+
# @!attribute [rw] date_partition_delimiter
|
7899
|
+
# Specifies a date separating delimiter to use during folder
|
7900
|
+
# partitioning. The default value is `SLASH`. Use this parameter when
|
7901
|
+
# `DatePartitionedEnabled` is set to `true`.
|
7902
|
+
# @return [String]
|
7903
|
+
#
|
7904
|
+
# @!attribute [rw] use_csv_no_sup_value
|
7905
|
+
# This setting applies if the S3 output files during a change data
|
7906
|
+
# capture (CDC) load are written in .csv format. If set to `true` for
|
7907
|
+
# columns not included in the supplemental log, AWS DMS uses the value
|
7908
|
+
# specified by [ `CsvNoSupValue`
|
7909
|
+
# ](dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CsvNoSupValue).
|
7910
|
+
# If not set or set to `false`, AWS DMS uses the null value for these
|
7911
|
+
# columns.
|
7912
|
+
#
|
7913
|
+
# <note markdown="1"> This setting is supported in AWS DMS versions 3.4.1 and later.
|
7914
|
+
#
|
7915
|
+
# </note>
|
7916
|
+
# @return [Boolean]
|
7917
|
+
#
|
7918
|
+
# @!attribute [rw] csv_no_sup_value
|
7919
|
+
# This setting only applies if your Amazon S3 output files during a
|
7920
|
+
# change data capture (CDC) load are written in .csv format. If [
|
7921
|
+
# `UseCsvNoSupValue`
|
7922
|
+
# ](dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-UseCsvNoSupValue)
|
7923
|
+
# is set to true, specify a string value that you want AWS DMS to use
|
7924
|
+
# for all columns not included in the supplemental log. If you do not
|
7925
|
+
# specify a string value, AWS DMS uses the null value for these
|
7926
|
+
# columns regardless of the `UseCsvNoSupValue` setting.
|
7927
|
+
#
|
7928
|
+
# <note markdown="1"> This setting is supported in AWS DMS versions 3.4.1 and later.
|
7929
|
+
#
|
7930
|
+
# </note>
|
7931
|
+
# @return [String]
|
7932
|
+
#
|
7933
|
+
# @!attribute [rw] preserve_transactions
|
7934
|
+
# If set to `true`, AWS DMS saves the transaction order for a change
|
7935
|
+
# data capture (CDC) load on the Amazon S3 target specified by [
|
7936
|
+
# `CdcPath`
|
7937
|
+
# ](dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CdcPath).
|
7938
|
+
#
|
7939
|
+
# <note markdown="1"> This setting is supported in AWS DMS versions 3.4.2 and later.
|
7940
|
+
#
|
7941
|
+
# </note>
|
7942
|
+
# @return [Boolean]
|
7943
|
+
#
|
7944
|
+
# @!attribute [rw] cdc_path
|
7945
|
+
# Specifies the folder path of CDC files. For an S3 source, this
|
7946
|
+
# setting is required if a task captures change data; otherwise, it's
|
7947
|
+
# optional. If `CdcPath` is set, AWS DMS reads CDC files from this
|
7948
|
+
# path and replicates the data changes to the target endpoint. For an
|
7949
|
+
# S3 target, if `CdcPath`is set, it is the folder path where data
|
7950
|
+
# changes are replicated. If you set [ `PreserveTransactions`
|
7951
|
+
# ](dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-PreserveTransactions)
|
7952
|
+
# to `true`, AWS DMS verifies that you have set this parameter to a
|
7953
|
+
# folder path on your S3 target where AWS DMS can save the transaction
|
7954
|
+
# order for the CDC load. AWS DMS creates this CDC folder path in
|
7955
|
+
# either your S3 target working directory or the S3 target location
|
7956
|
+
# specified by [ `BucketFolder`
|
7957
|
+
# ](dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketFolder)
|
7958
|
+
# and [ `BucketName`
|
7959
|
+
# ](dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketName).
|
7960
|
+
#
|
7961
|
+
# For example, if you specify `CdcPath` as `MyChangedData`, and you
|
7962
|
+
# specify `BucketName` as `MyTargetBucket` but do not specify
|
7963
|
+
# `BucketFolder`, AWS DMS creates the CDC folder path following:
|
7964
|
+
# `MyTargetBucket/MyChangedData`.
|
7965
|
+
#
|
7966
|
+
# If you specify the same `CdcPath`, and you specify `BucketName` as
|
7967
|
+
# `MyTargetBucket` and `BucketFolder` as `MyTargetData`, AWS DMS
|
7968
|
+
# creates the CDC folder path following:
|
7969
|
+
# `MyTargetBucket/MyTargetData/MyChangedData`.
|
7970
|
+
#
|
7971
|
+
# <note markdown="1"> This setting is supported in AWS DMS versions 3.4.2 and later.
|
7972
|
+
#
|
7973
|
+
# </note>
|
7974
|
+
# @return [String]
|
7975
|
+
#
|
7024
7976
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/S3Settings AWS API Documentation
|
7025
7977
|
#
|
7026
7978
|
class S3Settings < Struct.new(
|
@@ -7044,7 +7996,14 @@ module Aws::DatabaseMigrationService
|
|
7044
7996
|
:cdc_inserts_only,
|
7045
7997
|
:timestamp_column_name,
|
7046
7998
|
:parquet_timestamp_in_millisecond,
|
7047
|
-
:cdc_inserts_and_updates
|
7999
|
+
:cdc_inserts_and_updates,
|
8000
|
+
:date_partition_enabled,
|
8001
|
+
:date_partition_sequence,
|
8002
|
+
:date_partition_delimiter,
|
8003
|
+
:use_csv_no_sup_value,
|
8004
|
+
:csv_no_sup_value,
|
8005
|
+
:preserve_transactions,
|
8006
|
+
:cdc_path)
|
7048
8007
|
SENSITIVE = []
|
7049
8008
|
include Aws::Structure
|
7050
8009
|
end
|
@@ -7242,7 +8201,7 @@ module Aws::DatabaseMigrationService
|
|
7242
8201
|
# @return [String]
|
7243
8202
|
#
|
7244
8203
|
# @!attribute [rw] start_replication_task_type
|
7245
|
-
#
|
8204
|
+
# A type of replication task.
|
7246
8205
|
# @return [String]
|
7247
8206
|
#
|
7248
8207
|
# @!attribute [rw] cdc_start_time
|
@@ -7362,7 +8321,7 @@ module Aws::DatabaseMigrationService
|
|
7362
8321
|
include Aws::Structure
|
7363
8322
|
end
|
7364
8323
|
|
7365
|
-
# In response to a request by the `
|
8324
|
+
# In response to a request by the `DescribeReplicationSubnetGroups`
|
7366
8325
|
# operation, this object identifies a subnet by its given Availability
|
7367
8326
|
# Zone, subnet identifier, and status.
|
7368
8327
|
#
|