aws-sdk-databasemigrationservice 1.44.0 → 1.45.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b582e1e516d0f545a3e393ec64856eba792c78ac0dea75e659c1caaa8ddb4eb0
|
4
|
+
data.tar.gz: 47269932ce7c4bd73a37477cf0718ffb3758a925dc15f665f8d50d5131f7da2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0db5d4b052aa957789465a9438f04a6725da8351c41feaf8c4cf105ea689f65e212a1d2ccfa1ba6062eb352503da3756b6226f19f1f6843e32d8f0a6fd01e479
|
7
|
+
data.tar.gz: 11603180b77ca12aa8a5a30de7c08fd34d6ee750c713effa7898d5ca2628a15381c793d9c1c9701d380b002a30100ea17d4885f3372186fb5cf79f5f1d36ddbd
|
@@ -743,6 +743,18 @@ module Aws::DatabaseMigrationService
|
|
743
743
|
#
|
744
744
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html
|
745
745
|
#
|
746
|
+
# @option params [String] :resource_identifier
|
747
|
+
# A friendly name for the resource identifier at the end of the
|
748
|
+
# `EndpointArn` response parameter that is returned in the created
|
749
|
+
# `Endpoint` object. The value for this parameter can have up to 31
|
750
|
+
# characters. It can contain only ASCII letters, digits, and hyphen
|
751
|
+
# ('-'). Also, it can't end with a hyphen or contain two consecutive
|
752
|
+
# hyphens, and can only begin with a letter, such as `Example-App-ARN1`.
|
753
|
+
# For example, this value might result in the `EndpointArn` value
|
754
|
+
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
755
|
+
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
756
|
+
# default identifier value for the end of `EndpointArn`.
|
757
|
+
#
|
746
758
|
# @return [Types::CreateEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
747
759
|
#
|
748
760
|
# * {Types::CreateEndpointResponse#endpoint #endpoint} => Types::Endpoint
|
@@ -901,11 +913,14 @@ module Aws::DatabaseMigrationService
|
|
901
913
|
# after_connect_script: "String",
|
902
914
|
# bucket_folder: "String",
|
903
915
|
# bucket_name: "String",
|
916
|
+
# case_sensitive_names: false,
|
917
|
+
# comp_update: false,
|
904
918
|
# connection_timeout: 1,
|
905
919
|
# database_name: "String",
|
906
920
|
# date_format: "String",
|
907
921
|
# empty_as_null: false,
|
908
922
|
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
923
|
+
# explicit_ids: false,
|
909
924
|
# file_transfer_upload_streams: 1,
|
910
925
|
# load_timeout: 1,
|
911
926
|
# max_file_size: 1,
|
@@ -1011,6 +1026,7 @@ module Aws::DatabaseMigrationService
|
|
1011
1026
|
# max_k_bytes_per_read: 1,
|
1012
1027
|
# username: "String",
|
1013
1028
|
# },
|
1029
|
+
# resource_identifier: "String",
|
1014
1030
|
# })
|
1015
1031
|
#
|
1016
1032
|
# @example Response structure
|
@@ -1105,11 +1121,14 @@ module Aws::DatabaseMigrationService
|
|
1105
1121
|
# resp.endpoint.redshift_settings.after_connect_script #=> String
|
1106
1122
|
# resp.endpoint.redshift_settings.bucket_folder #=> String
|
1107
1123
|
# resp.endpoint.redshift_settings.bucket_name #=> String
|
1124
|
+
# resp.endpoint.redshift_settings.case_sensitive_names #=> Boolean
|
1125
|
+
# resp.endpoint.redshift_settings.comp_update #=> Boolean
|
1108
1126
|
# resp.endpoint.redshift_settings.connection_timeout #=> Integer
|
1109
1127
|
# resp.endpoint.redshift_settings.database_name #=> String
|
1110
1128
|
# resp.endpoint.redshift_settings.date_format #=> String
|
1111
1129
|
# resp.endpoint.redshift_settings.empty_as_null #=> Boolean
|
1112
1130
|
# resp.endpoint.redshift_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
1131
|
+
# resp.endpoint.redshift_settings.explicit_ids #=> Boolean
|
1113
1132
|
# resp.endpoint.redshift_settings.file_transfer_upload_streams #=> Integer
|
1114
1133
|
# resp.endpoint.redshift_settings.load_timeout #=> Integer
|
1115
1134
|
# resp.endpoint.redshift_settings.max_file_size #=> Integer
|
@@ -1440,6 +1459,18 @@ module Aws::DatabaseMigrationService
|
|
1440
1459
|
# for up to four on-premise DNS name servers. For example:
|
1441
1460
|
# `"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"`
|
1442
1461
|
#
|
1462
|
+
# @option params [String] :resource_identifier
|
1463
|
+
# A friendly name for the resource identifier at the end of the
|
1464
|
+
# `EndpointArn` response parameter that is returned in the created
|
1465
|
+
# `Endpoint` object. The value for this parameter can have up to 31
|
1466
|
+
# characters. It can contain only ASCII letters, digits, and hyphen
|
1467
|
+
# ('-'). Also, it can't end with a hyphen or contain two consecutive
|
1468
|
+
# hyphens, and can only begin with a letter, such as `Example-App-ARN1`.
|
1469
|
+
# For example, this value might result in the `EndpointArn` value
|
1470
|
+
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
1471
|
+
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
1472
|
+
# default identifier value for the end of `EndpointArn`.
|
1473
|
+
#
|
1443
1474
|
# @return [Types::CreateReplicationInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1444
1475
|
#
|
1445
1476
|
# * {Types::CreateReplicationInstanceResponse#replication_instance #replication_instance} => Types::ReplicationInstance
|
@@ -1547,6 +1578,7 @@ module Aws::DatabaseMigrationService
|
|
1547
1578
|
# kms_key_id: "String",
|
1548
1579
|
# publicly_accessible: false,
|
1549
1580
|
# dns_name_servers: "String",
|
1581
|
+
# resource_identifier: "String",
|
1550
1582
|
# })
|
1551
1583
|
#
|
1552
1584
|
# @example Response structure
|
@@ -1787,6 +1819,18 @@ module Aws::DatabaseMigrationService
|
|
1787
1819
|
#
|
1788
1820
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html
|
1789
1821
|
#
|
1822
|
+
# @option params [String] :resource_identifier
|
1823
|
+
# A friendly name for the resource identifier at the end of the
|
1824
|
+
# `EndpointArn` response parameter that is returned in the created
|
1825
|
+
# `Endpoint` object. The value for this parameter can have up to 31
|
1826
|
+
# characters. It can contain only ASCII letters, digits, and hyphen
|
1827
|
+
# ('-'). Also, it can't end with a hyphen or contain two consecutive
|
1828
|
+
# hyphens, and can only begin with a letter, such as `Example-App-ARN1`.
|
1829
|
+
# For example, this value might result in the `EndpointArn` value
|
1830
|
+
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
1831
|
+
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
1832
|
+
# default identifier value for the end of `EndpointArn`.
|
1833
|
+
#
|
1790
1834
|
# @return [Types::CreateReplicationTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1791
1835
|
#
|
1792
1836
|
# * {Types::CreateReplicationTaskResponse#replication_task #replication_task} => Types::ReplicationTask
|
@@ -1849,6 +1893,7 @@ module Aws::DatabaseMigrationService
|
|
1849
1893
|
# },
|
1850
1894
|
# ],
|
1851
1895
|
# task_data: "String",
|
1896
|
+
# resource_identifier: "String",
|
1852
1897
|
# })
|
1853
1898
|
#
|
1854
1899
|
# @example Response structure
|
@@ -2135,11 +2180,14 @@ module Aws::DatabaseMigrationService
|
|
2135
2180
|
# resp.endpoint.redshift_settings.after_connect_script #=> String
|
2136
2181
|
# resp.endpoint.redshift_settings.bucket_folder #=> String
|
2137
2182
|
# resp.endpoint.redshift_settings.bucket_name #=> String
|
2183
|
+
# resp.endpoint.redshift_settings.case_sensitive_names #=> Boolean
|
2184
|
+
# resp.endpoint.redshift_settings.comp_update #=> Boolean
|
2138
2185
|
# resp.endpoint.redshift_settings.connection_timeout #=> Integer
|
2139
2186
|
# resp.endpoint.redshift_settings.database_name #=> String
|
2140
2187
|
# resp.endpoint.redshift_settings.date_format #=> String
|
2141
2188
|
# resp.endpoint.redshift_settings.empty_as_null #=> Boolean
|
2142
2189
|
# resp.endpoint.redshift_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
2190
|
+
# resp.endpoint.redshift_settings.explicit_ids #=> Boolean
|
2143
2191
|
# resp.endpoint.redshift_settings.file_transfer_upload_streams #=> Integer
|
2144
2192
|
# resp.endpoint.redshift_settings.load_timeout #=> Integer
|
2145
2193
|
# resp.endpoint.redshift_settings.max_file_size #=> Integer
|
@@ -3170,11 +3218,14 @@ module Aws::DatabaseMigrationService
|
|
3170
3218
|
# resp.endpoints[0].redshift_settings.after_connect_script #=> String
|
3171
3219
|
# resp.endpoints[0].redshift_settings.bucket_folder #=> String
|
3172
3220
|
# resp.endpoints[0].redshift_settings.bucket_name #=> String
|
3221
|
+
# resp.endpoints[0].redshift_settings.case_sensitive_names #=> Boolean
|
3222
|
+
# resp.endpoints[0].redshift_settings.comp_update #=> Boolean
|
3173
3223
|
# resp.endpoints[0].redshift_settings.connection_timeout #=> Integer
|
3174
3224
|
# resp.endpoints[0].redshift_settings.database_name #=> String
|
3175
3225
|
# resp.endpoints[0].redshift_settings.date_format #=> String
|
3176
3226
|
# resp.endpoints[0].redshift_settings.empty_as_null #=> Boolean
|
3177
3227
|
# resp.endpoints[0].redshift_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
3228
|
+
# resp.endpoints[0].redshift_settings.explicit_ids #=> Boolean
|
3178
3229
|
# resp.endpoints[0].redshift_settings.file_transfer_upload_streams #=> Integer
|
3179
3230
|
# resp.endpoints[0].redshift_settings.load_timeout #=> Integer
|
3180
3231
|
# resp.endpoints[0].redshift_settings.max_file_size #=> Integer
|
@@ -4953,11 +5004,14 @@ module Aws::DatabaseMigrationService
|
|
4953
5004
|
# after_connect_script: "String",
|
4954
5005
|
# bucket_folder: "String",
|
4955
5006
|
# bucket_name: "String",
|
5007
|
+
# case_sensitive_names: false,
|
5008
|
+
# comp_update: false,
|
4956
5009
|
# connection_timeout: 1,
|
4957
5010
|
# database_name: "String",
|
4958
5011
|
# date_format: "String",
|
4959
5012
|
# empty_as_null: false,
|
4960
5013
|
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
5014
|
+
# explicit_ids: false,
|
4961
5015
|
# file_transfer_upload_streams: 1,
|
4962
5016
|
# load_timeout: 1,
|
4963
5017
|
# max_file_size: 1,
|
@@ -5157,11 +5211,14 @@ module Aws::DatabaseMigrationService
|
|
5157
5211
|
# resp.endpoint.redshift_settings.after_connect_script #=> String
|
5158
5212
|
# resp.endpoint.redshift_settings.bucket_folder #=> String
|
5159
5213
|
# resp.endpoint.redshift_settings.bucket_name #=> String
|
5214
|
+
# resp.endpoint.redshift_settings.case_sensitive_names #=> Boolean
|
5215
|
+
# resp.endpoint.redshift_settings.comp_update #=> Boolean
|
5160
5216
|
# resp.endpoint.redshift_settings.connection_timeout #=> Integer
|
5161
5217
|
# resp.endpoint.redshift_settings.database_name #=> String
|
5162
5218
|
# resp.endpoint.redshift_settings.date_format #=> String
|
5163
5219
|
# resp.endpoint.redshift_settings.empty_as_null #=> Boolean
|
5164
5220
|
# resp.endpoint.redshift_settings.encryption_mode #=> String, one of "sse-s3", "sse-kms"
|
5221
|
+
# resp.endpoint.redshift_settings.explicit_ids #=> Boolean
|
5165
5222
|
# resp.endpoint.redshift_settings.file_transfer_upload_streams #=> Integer
|
5166
5223
|
# resp.endpoint.redshift_settings.load_timeout #=> Integer
|
5167
5224
|
# resp.endpoint.redshift_settings.max_file_size #=> Integer
|
@@ -6013,7 +6070,7 @@ module Aws::DatabaseMigrationService
|
|
6013
6070
|
# The Amazon Resource Name (ARN) of the replication task to be started.
|
6014
6071
|
#
|
6015
6072
|
# @option params [required, String] :start_replication_task_type
|
6016
|
-
#
|
6073
|
+
# A type of replication task.
|
6017
6074
|
#
|
6018
6075
|
# @option params [Time,DateTime,Date,Integer,String] :cdc_start_time
|
6019
6076
|
# Indicates the start time for a change data capture (CDC) operation.
|
@@ -6465,7 +6522,7 @@ module Aws::DatabaseMigrationService
|
|
6465
6522
|
params: params,
|
6466
6523
|
config: config)
|
6467
6524
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
6468
|
-
context[:gem_version] = '1.
|
6525
|
+
context[:gem_version] = '1.45.0'
|
6469
6526
|
Seahorse::Client::Request.new(handlers, context)
|
6470
6527
|
end
|
6471
6528
|
|
@@ -346,6 +346,7 @@ module Aws::DatabaseMigrationService
|
|
346
346
|
CreateEndpointMessage.add_member(:sybase_settings, Shapes::ShapeRef.new(shape: SybaseSettings, location_name: "SybaseSettings"))
|
347
347
|
CreateEndpointMessage.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
|
348
348
|
CreateEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
349
|
+
CreateEndpointMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
349
350
|
CreateEndpointMessage.struct_class = Types::CreateEndpointMessage
|
350
351
|
|
351
352
|
CreateEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
@@ -377,6 +378,7 @@ module Aws::DatabaseMigrationService
|
|
377
378
|
CreateReplicationInstanceMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
378
379
|
CreateReplicationInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
379
380
|
CreateReplicationInstanceMessage.add_member(:dns_name_servers, Shapes::ShapeRef.new(shape: String, location_name: "DnsNameServers"))
|
381
|
+
CreateReplicationInstanceMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
380
382
|
CreateReplicationInstanceMessage.struct_class = Types::CreateReplicationInstanceMessage
|
381
383
|
|
382
384
|
CreateReplicationInstanceResponse.add_member(:replication_instance, Shapes::ShapeRef.new(shape: ReplicationInstance, location_name: "ReplicationInstance"))
|
@@ -403,6 +405,7 @@ module Aws::DatabaseMigrationService
|
|
403
405
|
CreateReplicationTaskMessage.add_member(:cdc_stop_position, Shapes::ShapeRef.new(shape: String, location_name: "CdcStopPosition"))
|
404
406
|
CreateReplicationTaskMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
405
407
|
CreateReplicationTaskMessage.add_member(:task_data, Shapes::ShapeRef.new(shape: String, location_name: "TaskData"))
|
408
|
+
CreateReplicationTaskMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
406
409
|
CreateReplicationTaskMessage.struct_class = Types::CreateReplicationTaskMessage
|
407
410
|
|
408
411
|
CreateReplicationTaskResponse.add_member(:replication_task, Shapes::ShapeRef.new(shape: ReplicationTask, location_name: "ReplicationTask"))
|
@@ -1041,11 +1044,14 @@ module Aws::DatabaseMigrationService
|
|
1041
1044
|
RedshiftSettings.add_member(:after_connect_script, Shapes::ShapeRef.new(shape: String, location_name: "AfterConnectScript"))
|
1042
1045
|
RedshiftSettings.add_member(:bucket_folder, Shapes::ShapeRef.new(shape: String, location_name: "BucketFolder"))
|
1043
1046
|
RedshiftSettings.add_member(:bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "BucketName"))
|
1047
|
+
RedshiftSettings.add_member(:case_sensitive_names, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CaseSensitiveNames"))
|
1048
|
+
RedshiftSettings.add_member(:comp_update, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CompUpdate"))
|
1044
1049
|
RedshiftSettings.add_member(:connection_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ConnectionTimeout"))
|
1045
1050
|
RedshiftSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1046
1051
|
RedshiftSettings.add_member(:date_format, Shapes::ShapeRef.new(shape: String, location_name: "DateFormat"))
|
1047
1052
|
RedshiftSettings.add_member(:empty_as_null, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EmptyAsNull"))
|
1048
1053
|
RedshiftSettings.add_member(:encryption_mode, Shapes::ShapeRef.new(shape: EncryptionModeValue, location_name: "EncryptionMode"))
|
1054
|
+
RedshiftSettings.add_member(:explicit_ids, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExplicitIds"))
|
1049
1055
|
RedshiftSettings.add_member(:file_transfer_upload_streams, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "FileTransferUploadStreams"))
|
1050
1056
|
RedshiftSettings.add_member(:load_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "LoadTimeout"))
|
1051
1057
|
RedshiftSettings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
|
@@ -433,11 +433,14 @@ module Aws::DatabaseMigrationService
|
|
433
433
|
# after_connect_script: "String",
|
434
434
|
# bucket_folder: "String",
|
435
435
|
# bucket_name: "String",
|
436
|
+
# case_sensitive_names: false,
|
437
|
+
# comp_update: false,
|
436
438
|
# connection_timeout: 1,
|
437
439
|
# database_name: "String",
|
438
440
|
# date_format: "String",
|
439
441
|
# empty_as_null: false,
|
440
442
|
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
443
|
+
# explicit_ids: false,
|
441
444
|
# file_transfer_upload_streams: 1,
|
442
445
|
# load_timeout: 1,
|
443
446
|
# max_file_size: 1,
|
@@ -543,6 +546,7 @@ module Aws::DatabaseMigrationService
|
|
543
546
|
# max_k_bytes_per_read: 1,
|
544
547
|
# username: "String",
|
545
548
|
# },
|
549
|
+
# resource_identifier: "String",
|
546
550
|
# }
|
547
551
|
#
|
548
552
|
# @!attribute [rw] endpoint_identifier
|
@@ -816,6 +820,20 @@ module Aws::DatabaseMigrationService
|
|
816
820
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.html
|
817
821
|
# @return [Types::IBMDb2Settings]
|
818
822
|
#
|
823
|
+
# @!attribute [rw] resource_identifier
|
824
|
+
# A friendly name for the resource identifier at the end of the
|
825
|
+
# `EndpointArn` response parameter that is returned in the created
|
826
|
+
# `Endpoint` object. The value for this parameter can have up to 31
|
827
|
+
# characters. It can contain only ASCII letters, digits, and hyphen
|
828
|
+
# ('-'). Also, it can't end with a hyphen or contain two
|
829
|
+
# consecutive hyphens, and can only begin with a letter, such as
|
830
|
+
# `Example-App-ARN1`. For example, this value might result in the
|
831
|
+
# `EndpointArn` value
|
832
|
+
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
833
|
+
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
834
|
+
# default identifier value for the end of `EndpointArn`.
|
835
|
+
# @return [String]
|
836
|
+
#
|
819
837
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointMessage AWS API Documentation
|
820
838
|
#
|
821
839
|
class CreateEndpointMessage < Struct.new(
|
@@ -848,7 +866,8 @@ module Aws::DatabaseMigrationService
|
|
848
866
|
:oracle_settings,
|
849
867
|
:sybase_settings,
|
850
868
|
:microsoft_sql_server_settings,
|
851
|
-
:ibm_db_2_settings
|
869
|
+
:ibm_db_2_settings,
|
870
|
+
:resource_identifier)
|
852
871
|
SENSITIVE = [:password]
|
853
872
|
include Aws::Structure
|
854
873
|
end
|
@@ -984,6 +1003,7 @@ module Aws::DatabaseMigrationService
|
|
984
1003
|
# kms_key_id: "String",
|
985
1004
|
# publicly_accessible: false,
|
986
1005
|
# dns_name_servers: "String",
|
1006
|
+
# resource_identifier: "String",
|
987
1007
|
# }
|
988
1008
|
#
|
989
1009
|
# @!attribute [rw] replication_instance_identifier
|
@@ -1105,6 +1125,20 @@ module Aws::DatabaseMigrationService
|
|
1105
1125
|
# `"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"`
|
1106
1126
|
# @return [String]
|
1107
1127
|
#
|
1128
|
+
# @!attribute [rw] resource_identifier
|
1129
|
+
# A friendly name for the resource identifier at the end of the
|
1130
|
+
# `EndpointArn` response parameter that is returned in the created
|
1131
|
+
# `Endpoint` object. The value for this parameter can have up to 31
|
1132
|
+
# characters. It can contain only ASCII letters, digits, and hyphen
|
1133
|
+
# ('-'). Also, it can't end with a hyphen or contain two
|
1134
|
+
# consecutive hyphens, and can only begin with a letter, such as
|
1135
|
+
# `Example-App-ARN1`. For example, this value might result in the
|
1136
|
+
# `EndpointArn` value
|
1137
|
+
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
1138
|
+
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
1139
|
+
# default identifier value for the end of `EndpointArn`.
|
1140
|
+
# @return [String]
|
1141
|
+
#
|
1108
1142
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstanceMessage AWS API Documentation
|
1109
1143
|
#
|
1110
1144
|
class CreateReplicationInstanceMessage < Struct.new(
|
@@ -1121,7 +1155,8 @@ module Aws::DatabaseMigrationService
|
|
1121
1155
|
:tags,
|
1122
1156
|
:kms_key_id,
|
1123
1157
|
:publicly_accessible,
|
1124
|
-
:dns_name_servers
|
1158
|
+
:dns_name_servers,
|
1159
|
+
:resource_identifier)
|
1125
1160
|
SENSITIVE = []
|
1126
1161
|
include Aws::Structure
|
1127
1162
|
end
|
@@ -1219,6 +1254,7 @@ module Aws::DatabaseMigrationService
|
|
1219
1254
|
# },
|
1220
1255
|
# ],
|
1221
1256
|
# task_data: "String",
|
1257
|
+
# resource_identifier: "String",
|
1222
1258
|
# }
|
1223
1259
|
#
|
1224
1260
|
# @!attribute [rw] replication_task_identifier
|
@@ -1336,6 +1372,20 @@ module Aws::DatabaseMigrationService
|
|
1336
1372
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.TaskData.html
|
1337
1373
|
# @return [String]
|
1338
1374
|
#
|
1375
|
+
# @!attribute [rw] resource_identifier
|
1376
|
+
# A friendly name for the resource identifier at the end of the
|
1377
|
+
# `EndpointArn` response parameter that is returned in the created
|
1378
|
+
# `Endpoint` object. The value for this parameter can have up to 31
|
1379
|
+
# characters. It can contain only ASCII letters, digits, and hyphen
|
1380
|
+
# ('-'). Also, it can't end with a hyphen or contain two
|
1381
|
+
# consecutive hyphens, and can only begin with a letter, such as
|
1382
|
+
# `Example-App-ARN1`. For example, this value might result in the
|
1383
|
+
# `EndpointArn` value
|
1384
|
+
# `arn:aws:dms:eu-west-1:012345678901:rep:Example-App-ARN1`. If you
|
1385
|
+
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
1386
|
+
# default identifier value for the end of `EndpointArn`.
|
1387
|
+
# @return [String]
|
1388
|
+
#
|
1339
1389
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTaskMessage AWS API Documentation
|
1340
1390
|
#
|
1341
1391
|
class CreateReplicationTaskMessage < Struct.new(
|
@@ -1350,7 +1400,8 @@ module Aws::DatabaseMigrationService
|
|
1350
1400
|
:cdc_start_position,
|
1351
1401
|
:cdc_stop_position,
|
1352
1402
|
:tags,
|
1353
|
-
:task_data
|
1403
|
+
:task_data,
|
1404
|
+
:resource_identifier)
|
1354
1405
|
SENSITIVE = []
|
1355
1406
|
include Aws::Structure
|
1356
1407
|
end
|
@@ -4205,11 +4256,14 @@ module Aws::DatabaseMigrationService
|
|
4205
4256
|
# after_connect_script: "String",
|
4206
4257
|
# bucket_folder: "String",
|
4207
4258
|
# bucket_name: "String",
|
4259
|
+
# case_sensitive_names: false,
|
4260
|
+
# comp_update: false,
|
4208
4261
|
# connection_timeout: 1,
|
4209
4262
|
# database_name: "String",
|
4210
4263
|
# date_format: "String",
|
4211
4264
|
# empty_as_null: false,
|
4212
4265
|
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
4266
|
+
# explicit_ids: false,
|
4213
4267
|
# file_transfer_upload_streams: 1,
|
4214
4268
|
# load_timeout: 1,
|
4215
4269
|
# max_file_size: 1,
|
@@ -5911,11 +5965,14 @@ module Aws::DatabaseMigrationService
|
|
5911
5965
|
# after_connect_script: "String",
|
5912
5966
|
# bucket_folder: "String",
|
5913
5967
|
# bucket_name: "String",
|
5968
|
+
# case_sensitive_names: false,
|
5969
|
+
# comp_update: false,
|
5914
5970
|
# connection_timeout: 1,
|
5915
5971
|
# database_name: "String",
|
5916
5972
|
# date_format: "String",
|
5917
5973
|
# empty_as_null: false,
|
5918
5974
|
# encryption_mode: "sse-s3", # accepts sse-s3, sse-kms
|
5975
|
+
# explicit_ids: false,
|
5919
5976
|
# file_transfer_upload_streams: 1,
|
5920
5977
|
# load_timeout: 1,
|
5921
5978
|
# max_file_size: 1,
|
@@ -5975,6 +6032,19 @@ module Aws::DatabaseMigrationService
|
|
5975
6032
|
# before uploading data to Redshift.
|
5976
6033
|
# @return [String]
|
5977
6034
|
#
|
6035
|
+
# @!attribute [rw] case_sensitive_names
|
6036
|
+
# If Amazon Redshift is configured to support case sensitive schema
|
6037
|
+
# names, set `CaseSensitiveNames` to `true`. The default is `false`.
|
6038
|
+
# @return [Boolean]
|
6039
|
+
#
|
6040
|
+
# @!attribute [rw] comp_update
|
6041
|
+
# If you set `CompUpdate` to `true` Amazon Redshift applies automatic
|
6042
|
+
# compression if the table is empty. This applies even if the table
|
6043
|
+
# columns already have encodings other than `RAW`. If you set
|
6044
|
+
# `CompUpdate` to `false`, automatic compression is disabled and
|
6045
|
+
# existing column encodings aren't changed. The default is `true`.
|
6046
|
+
# @return [Boolean]
|
6047
|
+
#
|
5978
6048
|
# @!attribute [rw] connection_timeout
|
5979
6049
|
# A value that sets the amount of time to wait (in milliseconds)
|
5980
6050
|
# before timing out, beginning from when you initially establish a
|
@@ -6020,6 +6090,14 @@ module Aws::DatabaseMigrationService
|
|
6020
6090
|
# following actions: `"s3:PutObject", "s3:ListBucket"`
|
6021
6091
|
# @return [String]
|
6022
6092
|
#
|
6093
|
+
# @!attribute [rw] explicit_ids
|
6094
|
+
# This setting is only valid for a full-load migration task. Set
|
6095
|
+
# `ExplicitIds` to `true` to have tables with `IDENTITY` columns
|
6096
|
+
# override their auto-generated values with explicit values loaded
|
6097
|
+
# from the source data files used to populate the tables. The default
|
6098
|
+
# is `false`.
|
6099
|
+
# @return [Boolean]
|
6100
|
+
#
|
6023
6101
|
# @!attribute [rw] file_transfer_upload_streams
|
6024
6102
|
# The number of threads used to upload a single file. This parameter
|
6025
6103
|
# accepts a value from 1 through 64. It defaults to 10.
|
@@ -6133,11 +6211,14 @@ module Aws::DatabaseMigrationService
|
|
6133
6211
|
:after_connect_script,
|
6134
6212
|
:bucket_folder,
|
6135
6213
|
:bucket_name,
|
6214
|
+
:case_sensitive_names,
|
6215
|
+
:comp_update,
|
6136
6216
|
:connection_timeout,
|
6137
6217
|
:database_name,
|
6138
6218
|
:date_format,
|
6139
6219
|
:empty_as_null,
|
6140
6220
|
:encryption_mode,
|
6221
|
+
:explicit_ids,
|
6141
6222
|
:file_transfer_upload_streams,
|
6142
6223
|
:load_timeout,
|
6143
6224
|
:max_file_size,
|
@@ -7559,8 +7640,8 @@ module Aws::DatabaseMigrationService
|
|
7559
7640
|
#
|
7560
7641
|
# @!attribute [rw] date_partition_delimiter
|
7561
7642
|
# Specifies a date separating delimiter to use during folder
|
7562
|
-
# partitioning. The default value is `SLASH
|
7563
|
-
#
|
7643
|
+
# partitioning. The default value is `SLASH`. Use this parameter when
|
7644
|
+
# `DatePartitionedEnabled` is set to `true`.
|
7564
7645
|
# @return [String]
|
7565
7646
|
#
|
7566
7647
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/S3Settings AWS API Documentation
|
@@ -7787,7 +7868,7 @@ module Aws::DatabaseMigrationService
|
|
7787
7868
|
# @return [String]
|
7788
7869
|
#
|
7789
7870
|
# @!attribute [rw] start_replication_task_type
|
7790
|
-
#
|
7871
|
+
# A type of replication task.
|
7791
7872
|
# @return [String]
|
7792
7873
|
#
|
7793
7874
|
# @!attribute [rw] cdc_start_time
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-databasemigrationservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.45.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|