aws-sdk-databasemigrationservice 1.45.0 → 1.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3583fc45594f41cc0689ac4653918c517ab18c2c37a0031116f7d647d75631a
|
4
|
+
data.tar.gz: 8b9cd2a26ee6d314854438c4c2fb362fc836e97f5a09c705068f188618c95a69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9ae793d0f645bea49c00e460ccb0e590cb4d2099ff5e1375d6d86011516881e695eae416fdb54d68a3f7db8dbc82d065775f506fbeedfeed10bcf5cfc808481
|
7
|
+
data.tar.gz: 5ff5fdccfb8d6690a25a9e125e5cdb806e813d4bf18daa685c08b9f0cdce9b8035a86889add0c57bae926ce155eccf41e1449482594e27116fe10d609bed9a88
|
@@ -755,6 +755,9 @@ module Aws::DatabaseMigrationService
|
|
755
755
|
# don't specify a `ResourceIdentifier` value, AWS DMS generates a
|
756
756
|
# default identifier value for the end of `EndpointArn`.
|
757
757
|
#
|
758
|
+
# @option params [Types::DocDbSettings] :doc_db_settings
|
759
|
+
# Provides information that defines a DocumentDB endpoint.
|
760
|
+
#
|
758
761
|
# @return [Types::CreateEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
759
762
|
#
|
760
763
|
# * {Types::CreateEndpointResponse#endpoint #endpoint} => Types::Endpoint
|
@@ -1027,6 +1030,17 @@ module Aws::DatabaseMigrationService
|
|
1027
1030
|
# username: "String",
|
1028
1031
|
# },
|
1029
1032
|
# resource_identifier: "String",
|
1033
|
+
# doc_db_settings: {
|
1034
|
+
# username: "String",
|
1035
|
+
# password: "SecretString",
|
1036
|
+
# server_name: "String",
|
1037
|
+
# port: 1,
|
1038
|
+
# database_name: "String",
|
1039
|
+
# nesting_level: "none", # accepts none, one
|
1040
|
+
# extract_doc_id: false,
|
1041
|
+
# docs_to_investigate: 1,
|
1042
|
+
# kms_key_id: "String",
|
1043
|
+
# },
|
1030
1044
|
# })
|
1031
1045
|
#
|
1032
1046
|
# @example Response structure
|
@@ -1221,6 +1235,15 @@ module Aws::DatabaseMigrationService
|
|
1221
1235
|
# resp.endpoint.ibm_db_2_settings.current_lsn #=> String
|
1222
1236
|
# resp.endpoint.ibm_db_2_settings.max_k_bytes_per_read #=> Integer
|
1223
1237
|
# resp.endpoint.ibm_db_2_settings.username #=> String
|
1238
|
+
# resp.endpoint.doc_db_settings.username #=> String
|
1239
|
+
# resp.endpoint.doc_db_settings.password #=> String
|
1240
|
+
# resp.endpoint.doc_db_settings.server_name #=> String
|
1241
|
+
# resp.endpoint.doc_db_settings.port #=> Integer
|
1242
|
+
# resp.endpoint.doc_db_settings.database_name #=> String
|
1243
|
+
# resp.endpoint.doc_db_settings.nesting_level #=> String, one of "none", "one"
|
1244
|
+
# resp.endpoint.doc_db_settings.extract_doc_id #=> Boolean
|
1245
|
+
# resp.endpoint.doc_db_settings.docs_to_investigate #=> Integer
|
1246
|
+
# resp.endpoint.doc_db_settings.kms_key_id #=> String
|
1224
1247
|
#
|
1225
1248
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint AWS API Documentation
|
1226
1249
|
#
|
@@ -2280,6 +2303,15 @@ module Aws::DatabaseMigrationService
|
|
2280
2303
|
# resp.endpoint.ibm_db_2_settings.current_lsn #=> String
|
2281
2304
|
# resp.endpoint.ibm_db_2_settings.max_k_bytes_per_read #=> Integer
|
2282
2305
|
# resp.endpoint.ibm_db_2_settings.username #=> String
|
2306
|
+
# resp.endpoint.doc_db_settings.username #=> String
|
2307
|
+
# resp.endpoint.doc_db_settings.password #=> String
|
2308
|
+
# resp.endpoint.doc_db_settings.server_name #=> String
|
2309
|
+
# resp.endpoint.doc_db_settings.port #=> Integer
|
2310
|
+
# resp.endpoint.doc_db_settings.database_name #=> String
|
2311
|
+
# resp.endpoint.doc_db_settings.nesting_level #=> String, one of "none", "one"
|
2312
|
+
# resp.endpoint.doc_db_settings.extract_doc_id #=> Boolean
|
2313
|
+
# resp.endpoint.doc_db_settings.docs_to_investigate #=> Integer
|
2314
|
+
# resp.endpoint.doc_db_settings.kms_key_id #=> String
|
2283
2315
|
#
|
2284
2316
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint AWS API Documentation
|
2285
2317
|
#
|
@@ -3318,6 +3350,15 @@ module Aws::DatabaseMigrationService
|
|
3318
3350
|
# resp.endpoints[0].ibm_db_2_settings.current_lsn #=> String
|
3319
3351
|
# resp.endpoints[0].ibm_db_2_settings.max_k_bytes_per_read #=> Integer
|
3320
3352
|
# resp.endpoints[0].ibm_db_2_settings.username #=> String
|
3353
|
+
# resp.endpoints[0].doc_db_settings.username #=> String
|
3354
|
+
# resp.endpoints[0].doc_db_settings.password #=> String
|
3355
|
+
# resp.endpoints[0].doc_db_settings.server_name #=> String
|
3356
|
+
# resp.endpoints[0].doc_db_settings.port #=> Integer
|
3357
|
+
# resp.endpoints[0].doc_db_settings.database_name #=> String
|
3358
|
+
# resp.endpoints[0].doc_db_settings.nesting_level #=> String, one of "none", "one"
|
3359
|
+
# resp.endpoints[0].doc_db_settings.extract_doc_id #=> Boolean
|
3360
|
+
# resp.endpoints[0].doc_db_settings.docs_to_investigate #=> Integer
|
3361
|
+
# resp.endpoints[0].doc_db_settings.kms_key_id #=> String
|
3321
3362
|
#
|
3322
3363
|
#
|
3323
3364
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -4867,6 +4908,17 @@ module Aws::DatabaseMigrationService
|
|
4867
4908
|
#
|
4868
4909
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.ConnectionAttrib
|
4869
4910
|
#
|
4911
|
+
# @option params [Types::DocDbSettings] :doc_db_settings
|
4912
|
+
# Settings in JSON format for the source DocumentDB endpoint. For more
|
4913
|
+
# information about the available settings, see the configuration
|
4914
|
+
# properties section in [ Using DocumentDB as a Target for AWS Database
|
4915
|
+
# Migration Service][1] in the *AWS Database Migration Service User
|
4916
|
+
# Guide.*
|
4917
|
+
#
|
4918
|
+
#
|
4919
|
+
#
|
4920
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html
|
4921
|
+
#
|
4870
4922
|
# @return [Types::ModifyEndpointResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4871
4923
|
#
|
4872
4924
|
# * {Types::ModifyEndpointResponse#endpoint #endpoint} => Types::Endpoint
|
@@ -5117,6 +5169,17 @@ module Aws::DatabaseMigrationService
|
|
5117
5169
|
# max_k_bytes_per_read: 1,
|
5118
5170
|
# username: "String",
|
5119
5171
|
# },
|
5172
|
+
# doc_db_settings: {
|
5173
|
+
# username: "String",
|
5174
|
+
# password: "SecretString",
|
5175
|
+
# server_name: "String",
|
5176
|
+
# port: 1,
|
5177
|
+
# database_name: "String",
|
5178
|
+
# nesting_level: "none", # accepts none, one
|
5179
|
+
# extract_doc_id: false,
|
5180
|
+
# docs_to_investigate: 1,
|
5181
|
+
# kms_key_id: "String",
|
5182
|
+
# },
|
5120
5183
|
# })
|
5121
5184
|
#
|
5122
5185
|
# @example Response structure
|
@@ -5311,6 +5374,15 @@ module Aws::DatabaseMigrationService
|
|
5311
5374
|
# resp.endpoint.ibm_db_2_settings.current_lsn #=> String
|
5312
5375
|
# resp.endpoint.ibm_db_2_settings.max_k_bytes_per_read #=> Integer
|
5313
5376
|
# resp.endpoint.ibm_db_2_settings.username #=> String
|
5377
|
+
# resp.endpoint.doc_db_settings.username #=> String
|
5378
|
+
# resp.endpoint.doc_db_settings.password #=> String
|
5379
|
+
# resp.endpoint.doc_db_settings.server_name #=> String
|
5380
|
+
# resp.endpoint.doc_db_settings.port #=> Integer
|
5381
|
+
# resp.endpoint.doc_db_settings.database_name #=> String
|
5382
|
+
# resp.endpoint.doc_db_settings.nesting_level #=> String, one of "none", "one"
|
5383
|
+
# resp.endpoint.doc_db_settings.extract_doc_id #=> Boolean
|
5384
|
+
# resp.endpoint.doc_db_settings.docs_to_investigate #=> Integer
|
5385
|
+
# resp.endpoint.doc_db_settings.kms_key_id #=> String
|
5314
5386
|
#
|
5315
5387
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint AWS API Documentation
|
5316
5388
|
#
|
@@ -6522,7 +6594,7 @@ module Aws::DatabaseMigrationService
|
|
6522
6594
|
params: params,
|
6523
6595
|
config: config)
|
6524
6596
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
6525
|
-
context[:gem_version] = '1.
|
6597
|
+
context[:gem_version] = '1.46.0'
|
6526
6598
|
Seahorse::Client::Request.new(handlers, context)
|
6527
6599
|
end
|
6528
6600
|
|
@@ -108,6 +108,7 @@ module Aws::DatabaseMigrationService
|
|
108
108
|
DescribeTableStatisticsResponse = Shapes::StructureShape.new(name: 'DescribeTableStatisticsResponse')
|
109
109
|
DmsSslModeValue = Shapes::StringShape.new(name: 'DmsSslModeValue')
|
110
110
|
DmsTransferSettings = Shapes::StructureShape.new(name: 'DmsTransferSettings')
|
111
|
+
DocDbSettings = Shapes::StructureShape.new(name: 'DocDbSettings')
|
111
112
|
DynamoDbSettings = Shapes::StructureShape.new(name: 'DynamoDbSettings')
|
112
113
|
ElasticsearchSettings = Shapes::StructureShape.new(name: 'ElasticsearchSettings')
|
113
114
|
EncodingTypeValue = Shapes::StringShape.new(name: 'EncodingTypeValue')
|
@@ -347,6 +348,7 @@ module Aws::DatabaseMigrationService
|
|
347
348
|
CreateEndpointMessage.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
|
348
349
|
CreateEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
349
350
|
CreateEndpointMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
351
|
+
CreateEndpointMessage.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
|
350
352
|
CreateEndpointMessage.struct_class = Types::CreateEndpointMessage
|
351
353
|
|
352
354
|
CreateEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
@@ -660,6 +662,17 @@ module Aws::DatabaseMigrationService
|
|
660
662
|
DmsTransferSettings.add_member(:bucket_name, Shapes::ShapeRef.new(shape: String, location_name: "BucketName"))
|
661
663
|
DmsTransferSettings.struct_class = Types::DmsTransferSettings
|
662
664
|
|
665
|
+
DocDbSettings.add_member(:username, Shapes::ShapeRef.new(shape: String, location_name: "Username"))
|
666
|
+
DocDbSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
667
|
+
DocDbSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
668
|
+
DocDbSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
669
|
+
DocDbSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
670
|
+
DocDbSettings.add_member(:nesting_level, Shapes::ShapeRef.new(shape: NestingLevelValue, location_name: "NestingLevel"))
|
671
|
+
DocDbSettings.add_member(:extract_doc_id, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExtractDocId"))
|
672
|
+
DocDbSettings.add_member(:docs_to_investigate, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "DocsToInvestigate"))
|
673
|
+
DocDbSettings.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
674
|
+
DocDbSettings.struct_class = Types::DocDbSettings
|
675
|
+
|
663
676
|
DynamoDbSettings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ServiceAccessRoleArn"))
|
664
677
|
DynamoDbSettings.struct_class = Types::DynamoDbSettings
|
665
678
|
|
@@ -701,6 +714,7 @@ module Aws::DatabaseMigrationService
|
|
701
714
|
Endpoint.add_member(:sybase_settings, Shapes::ShapeRef.new(shape: SybaseSettings, location_name: "SybaseSettings"))
|
702
715
|
Endpoint.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
|
703
716
|
Endpoint.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
717
|
+
Endpoint.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
|
704
718
|
Endpoint.struct_class = Types::Endpoint
|
705
719
|
|
706
720
|
EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint)
|
@@ -873,6 +887,7 @@ module Aws::DatabaseMigrationService
|
|
873
887
|
ModifyEndpointMessage.add_member(:sybase_settings, Shapes::ShapeRef.new(shape: SybaseSettings, location_name: "SybaseSettings"))
|
874
888
|
ModifyEndpointMessage.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSQLServerSettings, location_name: "MicrosoftSQLServerSettings"))
|
875
889
|
ModifyEndpointMessage.add_member(:ibm_db_2_settings, Shapes::ShapeRef.new(shape: IBMDb2Settings, location_name: "IBMDb2Settings"))
|
890
|
+
ModifyEndpointMessage.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbSettings, location_name: "DocDbSettings"))
|
876
891
|
ModifyEndpointMessage.struct_class = Types::ModifyEndpointMessage
|
877
892
|
|
878
893
|
ModifyEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
@@ -547,6 +547,17 @@ module Aws::DatabaseMigrationService
|
|
547
547
|
# username: "String",
|
548
548
|
# },
|
549
549
|
# resource_identifier: "String",
|
550
|
+
# doc_db_settings: {
|
551
|
+
# username: "String",
|
552
|
+
# password: "SecretString",
|
553
|
+
# server_name: "String",
|
554
|
+
# port: 1,
|
555
|
+
# database_name: "String",
|
556
|
+
# nesting_level: "none", # accepts none, one
|
557
|
+
# extract_doc_id: false,
|
558
|
+
# docs_to_investigate: 1,
|
559
|
+
# kms_key_id: "String",
|
560
|
+
# },
|
550
561
|
# }
|
551
562
|
#
|
552
563
|
# @!attribute [rw] endpoint_identifier
|
@@ -834,6 +845,10 @@ module Aws::DatabaseMigrationService
|
|
834
845
|
# default identifier value for the end of `EndpointArn`.
|
835
846
|
# @return [String]
|
836
847
|
#
|
848
|
+
# @!attribute [rw] doc_db_settings
|
849
|
+
# Provides information that defines a DocumentDB endpoint.
|
850
|
+
# @return [Types::DocDbSettings]
|
851
|
+
#
|
837
852
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpointMessage AWS API Documentation
|
838
853
|
#
|
839
854
|
class CreateEndpointMessage < Struct.new(
|
@@ -867,7 +882,8 @@ module Aws::DatabaseMigrationService
|
|
867
882
|
:sybase_settings,
|
868
883
|
:microsoft_sql_server_settings,
|
869
884
|
:ibm_db_2_settings,
|
870
|
-
:resource_identifier
|
885
|
+
:resource_identifier,
|
886
|
+
:doc_db_settings)
|
871
887
|
SENSITIVE = [:password]
|
872
888
|
include Aws::Structure
|
873
889
|
end
|
@@ -3070,6 +3086,91 @@ module Aws::DatabaseMigrationService
|
|
3070
3086
|
include Aws::Structure
|
3071
3087
|
end
|
3072
3088
|
|
3089
|
+
# Provides information that defines a DocumentDB endpoint.
|
3090
|
+
#
|
3091
|
+
# @note When making an API call, you may pass DocDbSettings
|
3092
|
+
# data as a hash:
|
3093
|
+
#
|
3094
|
+
# {
|
3095
|
+
# username: "String",
|
3096
|
+
# password: "SecretString",
|
3097
|
+
# server_name: "String",
|
3098
|
+
# port: 1,
|
3099
|
+
# database_name: "String",
|
3100
|
+
# nesting_level: "none", # accepts none, one
|
3101
|
+
# extract_doc_id: false,
|
3102
|
+
# docs_to_investigate: 1,
|
3103
|
+
# kms_key_id: "String",
|
3104
|
+
# }
|
3105
|
+
#
|
3106
|
+
# @!attribute [rw] username
|
3107
|
+
# The user name you use to access the DocumentDB source endpoint.
|
3108
|
+
# @return [String]
|
3109
|
+
#
|
3110
|
+
# @!attribute [rw] password
|
3111
|
+
# The password for the user account you use to access the DocumentDB
|
3112
|
+
# source endpoint.
|
3113
|
+
# @return [String]
|
3114
|
+
#
|
3115
|
+
# @!attribute [rw] server_name
|
3116
|
+
# The name of the server on the DocumentDB source endpoint.
|
3117
|
+
# @return [String]
|
3118
|
+
#
|
3119
|
+
# @!attribute [rw] port
|
3120
|
+
# The port value for the DocumentDB source endpoint.
|
3121
|
+
# @return [Integer]
|
3122
|
+
#
|
3123
|
+
# @!attribute [rw] database_name
|
3124
|
+
# The database name on the DocumentDB source endpoint.
|
3125
|
+
# @return [String]
|
3126
|
+
#
|
3127
|
+
# @!attribute [rw] nesting_level
|
3128
|
+
# Specifies either document or table mode.
|
3129
|
+
#
|
3130
|
+
# Default value is `"none"`. Specify `"none"` to use document mode.
|
3131
|
+
# Specify `"one"` to use table mode.
|
3132
|
+
# @return [String]
|
3133
|
+
#
|
3134
|
+
# @!attribute [rw] extract_doc_id
|
3135
|
+
# Specifies the document ID. Use this setting when `NestingLevel` is
|
3136
|
+
# set to `"none"`.
|
3137
|
+
#
|
3138
|
+
# Default value is `"false"`.
|
3139
|
+
# @return [Boolean]
|
3140
|
+
#
|
3141
|
+
# @!attribute [rw] docs_to_investigate
|
3142
|
+
# Indicates the number of documents to preview to determine the
|
3143
|
+
# document organization. Use this setting when `NestingLevel` is set
|
3144
|
+
# to `"one"`.
|
3145
|
+
#
|
3146
|
+
# Must be a positive value greater than `0`. Default value is `1000`.
|
3147
|
+
# @return [Integer]
|
3148
|
+
#
|
3149
|
+
# @!attribute [rw] kms_key_id
|
3150
|
+
# The AWS KMS key identifier that is used to encrypt the content on
|
3151
|
+
# the replication instance. If you don't specify a value for the
|
3152
|
+
# `KmsKeyId` parameter, then AWS DMS uses your default encryption key.
|
3153
|
+
# AWS KMS creates the default encryption key for your AWS account.
|
3154
|
+
# Your AWS account has a different default encryption key for each AWS
|
3155
|
+
# Region.
|
3156
|
+
# @return [String]
|
3157
|
+
#
|
3158
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DocDbSettings AWS API Documentation
|
3159
|
+
#
|
3160
|
+
class DocDbSettings < Struct.new(
|
3161
|
+
:username,
|
3162
|
+
:password,
|
3163
|
+
:server_name,
|
3164
|
+
:port,
|
3165
|
+
:database_name,
|
3166
|
+
:nesting_level,
|
3167
|
+
:extract_doc_id,
|
3168
|
+
:docs_to_investigate,
|
3169
|
+
:kms_key_id)
|
3170
|
+
SENSITIVE = [:password]
|
3171
|
+
include Aws::Structure
|
3172
|
+
end
|
3173
|
+
|
3073
3174
|
# Provides the Amazon Resource Name (ARN) of the AWS Identity and Access
|
3074
3175
|
# Management (IAM) role used to define an Amazon DynamoDB target
|
3075
3176
|
# endpoint.
|
@@ -3336,6 +3437,10 @@ module Aws::DatabaseMigrationService
|
|
3336
3437
|
# information, see the `IBMDb2Settings` structure.
|
3337
3438
|
# @return [Types::IBMDb2Settings]
|
3338
3439
|
#
|
3440
|
+
# @!attribute [rw] doc_db_settings
|
3441
|
+
# Provides information that defines a DocumentDB endpoint.
|
3442
|
+
# @return [Types::DocDbSettings]
|
3443
|
+
#
|
3339
3444
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Endpoint AWS API Documentation
|
3340
3445
|
#
|
3341
3446
|
class Endpoint < Struct.new(
|
@@ -3370,7 +3475,8 @@ module Aws::DatabaseMigrationService
|
|
3370
3475
|
:oracle_settings,
|
3371
3476
|
:sybase_settings,
|
3372
3477
|
:microsoft_sql_server_settings,
|
3373
|
-
:ibm_db_2_settings
|
3478
|
+
:ibm_db_2_settings,
|
3479
|
+
:doc_db_settings)
|
3374
3480
|
SENSITIVE = []
|
3375
3481
|
include Aws::Structure
|
3376
3482
|
end
|
@@ -4369,6 +4475,17 @@ module Aws::DatabaseMigrationService
|
|
4369
4475
|
# max_k_bytes_per_read: 1,
|
4370
4476
|
# username: "String",
|
4371
4477
|
# },
|
4478
|
+
# doc_db_settings: {
|
4479
|
+
# username: "String",
|
4480
|
+
# password: "SecretString",
|
4481
|
+
# server_name: "String",
|
4482
|
+
# port: 1,
|
4483
|
+
# database_name: "String",
|
4484
|
+
# nesting_level: "none", # accepts none, one
|
4485
|
+
# extract_doc_id: false,
|
4486
|
+
# docs_to_investigate: 1,
|
4487
|
+
# kms_key_id: "String",
|
4488
|
+
# },
|
4372
4489
|
# }
|
4373
4490
|
#
|
4374
4491
|
# @!attribute [rw] endpoint_arn
|
@@ -4625,6 +4742,18 @@ module Aws::DatabaseMigrationService
|
|
4625
4742
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DB2.ConnectionAttrib
|
4626
4743
|
# @return [Types::IBMDb2Settings]
|
4627
4744
|
#
|
4745
|
+
# @!attribute [rw] doc_db_settings
|
4746
|
+
# Settings in JSON format for the source DocumentDB endpoint. For more
|
4747
|
+
# information about the available settings, see the configuration
|
4748
|
+
# properties section in [ Using DocumentDB as a Target for AWS
|
4749
|
+
# Database Migration Service][1] in the *AWS Database Migration
|
4750
|
+
# Service User Guide.*
|
4751
|
+
#
|
4752
|
+
#
|
4753
|
+
#
|
4754
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.DocumentDB.html
|
4755
|
+
# @return [Types::DocDbSettings]
|
4756
|
+
#
|
4628
4757
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpointMessage AWS API Documentation
|
4629
4758
|
#
|
4630
4759
|
class ModifyEndpointMessage < Struct.new(
|
@@ -4656,7 +4785,8 @@ module Aws::DatabaseMigrationService
|
|
4656
4785
|
:oracle_settings,
|
4657
4786
|
:sybase_settings,
|
4658
4787
|
:microsoft_sql_server_settings,
|
4659
|
-
:ibm_db_2_settings
|
4788
|
+
:ibm_db_2_settings,
|
4789
|
+
:doc_db_settings)
|
4660
4790
|
SENSITIVE = [:password]
|
4661
4791
|
include Aws::Structure
|
4662
4792
|
end
|
@@ -7625,11 +7755,11 @@ module Aws::DatabaseMigrationService
|
|
7625
7755
|
# When set to `true`, this parameter partitions S3 bucket folders
|
7626
7756
|
# based on transaction commit dates. The default value is `false`. For
|
7627
7757
|
# more information about date-based folder partitoning, see [Using
|
7628
|
-
# date-based folder partitioning][1]
|
7758
|
+
# date-based folder partitioning][1].
|
7629
7759
|
#
|
7630
7760
|
#
|
7631
7761
|
#
|
7632
|
-
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/
|
7762
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.DatePartitioning
|
7633
7763
|
# @return [Boolean]
|
7634
7764
|
#
|
7635
7765
|
# @!attribute [rw] date_partition_sequence
|
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.46.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-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|