aws-sdk-databasemigrationservice 1.134.0 → 1.135.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +38 -1
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +12 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +89 -6
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- data/sig/client.rbs +2 -1
- data/sig/types.rbs +12 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5094a59cfd2816bbbab55362e3ea48b4236573c1bc544e21ccfbd30b1539dd98
|
|
4
|
+
data.tar.gz: 714e5e743f966a281e6f3f4816360865e2ac11c6bff5dfb780bd2bff6d87ea79
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc538d6defb6f01242817ec270f94d3cc0c68912daf092ae098f40615ca859796e4b16b233d790632a0bad1f1efe17f6f735b64c738ce0620dbbf0a5f58c1699
|
|
7
|
+
data.tar.gz: db446df4111ebb3c2d51ba758c111a1d3b14ad30ad83dc3c88e0a3464fd3993de49c20fa317d182fcf2d851471ad59556ee68cea1543af0f748e71ebeaddbc0a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.135.0 (2025-11-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Added support for customer-managed KMS key (CMK) for encryption for import private key certificate. Additionally added Amazon SageMaker Lakehouse endpoint used for zero-ETL integrations with data warehouses.
|
|
8
|
+
|
|
4
9
|
1.134.0 (2025-11-17)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.135.0
|
|
@@ -1920,6 +1920,7 @@ module Aws::DatabaseMigrationService
|
|
|
1920
1920
|
# resp.endpoint.service_access_role_arn #=> String
|
|
1921
1921
|
# resp.endpoint.external_table_definition #=> String
|
|
1922
1922
|
# resp.endpoint.external_id #=> String
|
|
1923
|
+
# resp.endpoint.is_read_only #=> Boolean
|
|
1923
1924
|
# resp.endpoint.dynamo_db_settings.service_access_role_arn #=> String
|
|
1924
1925
|
# resp.endpoint.s3_settings.service_access_role_arn #=> String
|
|
1925
1926
|
# resp.endpoint.s3_settings.external_table_definition #=> String
|
|
@@ -2222,6 +2223,7 @@ module Aws::DatabaseMigrationService
|
|
|
2222
2223
|
# resp.endpoint.timestream_settings.magnetic_duration #=> Integer
|
|
2223
2224
|
# resp.endpoint.timestream_settings.cdc_inserts_and_updates #=> Boolean
|
|
2224
2225
|
# resp.endpoint.timestream_settings.enable_magnetic_store_writes #=> Boolean
|
|
2226
|
+
# resp.endpoint.lakehouse_settings.arn #=> String
|
|
2225
2227
|
#
|
|
2226
2228
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint AWS API Documentation
|
|
2227
2229
|
#
|
|
@@ -2856,6 +2858,7 @@ module Aws::DatabaseMigrationService
|
|
|
2856
2858
|
# resp.replication_config.table_mappings #=> String
|
|
2857
2859
|
# resp.replication_config.replication_config_create_time #=> Time
|
|
2858
2860
|
# resp.replication_config.replication_config_update_time #=> Time
|
|
2861
|
+
# resp.replication_config.is_read_only #=> Boolean
|
|
2859
2862
|
#
|
|
2860
2863
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationConfig AWS API Documentation
|
|
2861
2864
|
#
|
|
@@ -3153,6 +3156,7 @@ module Aws::DatabaseMigrationService
|
|
|
3153
3156
|
# resp.replication_instance.replication_subnet_group.subnets[0].subnet_status #=> String
|
|
3154
3157
|
# resp.replication_instance.replication_subnet_group.supported_network_types #=> Array
|
|
3155
3158
|
# resp.replication_instance.replication_subnet_group.supported_network_types[0] #=> String
|
|
3159
|
+
# resp.replication_instance.replication_subnet_group.is_read_only #=> Boolean
|
|
3156
3160
|
# resp.replication_instance.preferred_maintenance_window #=> String
|
|
3157
3161
|
# resp.replication_instance.pending_modified_values.replication_instance_class #=> String
|
|
3158
3162
|
# resp.replication_instance.pending_modified_values.allocated_storage #=> Integer
|
|
@@ -3287,6 +3291,7 @@ module Aws::DatabaseMigrationService
|
|
|
3287
3291
|
# resp.replication_subnet_group.subnets[0].subnet_status #=> String
|
|
3288
3292
|
# resp.replication_subnet_group.supported_network_types #=> Array
|
|
3289
3293
|
# resp.replication_subnet_group.supported_network_types[0] #=> String
|
|
3294
|
+
# resp.replication_subnet_group.is_read_only #=> Boolean
|
|
3290
3295
|
#
|
|
3291
3296
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroup AWS API Documentation
|
|
3292
3297
|
#
|
|
@@ -3562,6 +3567,7 @@ module Aws::DatabaseMigrationService
|
|
|
3562
3567
|
# resp.certificate.valid_to_date #=> Time
|
|
3563
3568
|
# resp.certificate.signing_algorithm #=> String
|
|
3564
3569
|
# resp.certificate.key_length #=> Integer
|
|
3570
|
+
# resp.certificate.kms_key_id #=> String
|
|
3565
3571
|
#
|
|
3566
3572
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificate AWS API Documentation
|
|
3567
3573
|
#
|
|
@@ -3893,6 +3899,7 @@ module Aws::DatabaseMigrationService
|
|
|
3893
3899
|
# resp.endpoint.service_access_role_arn #=> String
|
|
3894
3900
|
# resp.endpoint.external_table_definition #=> String
|
|
3895
3901
|
# resp.endpoint.external_id #=> String
|
|
3902
|
+
# resp.endpoint.is_read_only #=> Boolean
|
|
3896
3903
|
# resp.endpoint.dynamo_db_settings.service_access_role_arn #=> String
|
|
3897
3904
|
# resp.endpoint.s3_settings.service_access_role_arn #=> String
|
|
3898
3905
|
# resp.endpoint.s3_settings.external_table_definition #=> String
|
|
@@ -4195,6 +4202,7 @@ module Aws::DatabaseMigrationService
|
|
|
4195
4202
|
# resp.endpoint.timestream_settings.magnetic_duration #=> Integer
|
|
4196
4203
|
# resp.endpoint.timestream_settings.cdc_inserts_and_updates #=> Boolean
|
|
4197
4204
|
# resp.endpoint.timestream_settings.enable_magnetic_store_writes #=> Boolean
|
|
4205
|
+
# resp.endpoint.lakehouse_settings.arn #=> String
|
|
4198
4206
|
#
|
|
4199
4207
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint AWS API Documentation
|
|
4200
4208
|
#
|
|
@@ -4515,6 +4523,7 @@ module Aws::DatabaseMigrationService
|
|
|
4515
4523
|
# resp.replication_config.table_mappings #=> String
|
|
4516
4524
|
# resp.replication_config.replication_config_create_time #=> Time
|
|
4517
4525
|
# resp.replication_config.replication_config_update_time #=> Time
|
|
4526
|
+
# resp.replication_config.is_read_only #=> Boolean
|
|
4518
4527
|
#
|
|
4519
4528
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationConfig AWS API Documentation
|
|
4520
4529
|
#
|
|
@@ -4631,6 +4640,7 @@ module Aws::DatabaseMigrationService
|
|
|
4631
4640
|
# resp.replication_instance.replication_subnet_group.subnets[0].subnet_status #=> String
|
|
4632
4641
|
# resp.replication_instance.replication_subnet_group.supported_network_types #=> Array
|
|
4633
4642
|
# resp.replication_instance.replication_subnet_group.supported_network_types[0] #=> String
|
|
4643
|
+
# resp.replication_instance.replication_subnet_group.is_read_only #=> Boolean
|
|
4634
4644
|
# resp.replication_instance.preferred_maintenance_window #=> String
|
|
4635
4645
|
# resp.replication_instance.pending_modified_values.replication_instance_class #=> String
|
|
4636
4646
|
# resp.replication_instance.pending_modified_values.allocated_storage #=> Integer
|
|
@@ -5073,6 +5083,7 @@ module Aws::DatabaseMigrationService
|
|
|
5073
5083
|
# resp.certificates[0].valid_to_date #=> Time
|
|
5074
5084
|
# resp.certificates[0].signing_algorithm #=> String
|
|
5075
5085
|
# resp.certificates[0].key_length #=> Integer
|
|
5086
|
+
# resp.certificates[0].kms_key_id #=> String
|
|
5076
5087
|
#
|
|
5077
5088
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificates AWS API Documentation
|
|
5078
5089
|
#
|
|
@@ -5743,6 +5754,7 @@ module Aws::DatabaseMigrationService
|
|
|
5743
5754
|
# resp.endpoints[0].service_access_role_arn #=> String
|
|
5744
5755
|
# resp.endpoints[0].external_table_definition #=> String
|
|
5745
5756
|
# resp.endpoints[0].external_id #=> String
|
|
5757
|
+
# resp.endpoints[0].is_read_only #=> Boolean
|
|
5746
5758
|
# resp.endpoints[0].dynamo_db_settings.service_access_role_arn #=> String
|
|
5747
5759
|
# resp.endpoints[0].s3_settings.service_access_role_arn #=> String
|
|
5748
5760
|
# resp.endpoints[0].s3_settings.external_table_definition #=> String
|
|
@@ -6045,6 +6057,7 @@ module Aws::DatabaseMigrationService
|
|
|
6045
6057
|
# resp.endpoints[0].timestream_settings.magnetic_duration #=> Integer
|
|
6046
6058
|
# resp.endpoints[0].timestream_settings.cdc_inserts_and_updates #=> Boolean
|
|
6047
6059
|
# resp.endpoints[0].timestream_settings.enable_magnetic_store_writes #=> Boolean
|
|
6060
|
+
# resp.endpoints[0].lakehouse_settings.arn #=> String
|
|
6048
6061
|
#
|
|
6049
6062
|
#
|
|
6050
6063
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
|
@@ -8226,6 +8239,7 @@ module Aws::DatabaseMigrationService
|
|
|
8226
8239
|
# resp.replication_configs[0].table_mappings #=> String
|
|
8227
8240
|
# resp.replication_configs[0].replication_config_create_time #=> Time
|
|
8228
8241
|
# resp.replication_configs[0].replication_config_update_time #=> Time
|
|
8242
|
+
# resp.replication_configs[0].is_read_only #=> Boolean
|
|
8229
8243
|
#
|
|
8230
8244
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationConfigs AWS API Documentation
|
|
8231
8245
|
#
|
|
@@ -8384,6 +8398,7 @@ module Aws::DatabaseMigrationService
|
|
|
8384
8398
|
# resp.replication_instances[0].replication_subnet_group.subnets[0].subnet_status #=> String
|
|
8385
8399
|
# resp.replication_instances[0].replication_subnet_group.supported_network_types #=> Array
|
|
8386
8400
|
# resp.replication_instances[0].replication_subnet_group.supported_network_types[0] #=> String
|
|
8401
|
+
# resp.replication_instances[0].replication_subnet_group.is_read_only #=> Boolean
|
|
8387
8402
|
# resp.replication_instances[0].preferred_maintenance_window #=> String
|
|
8388
8403
|
# resp.replication_instances[0].pending_modified_values.replication_instance_class #=> String
|
|
8389
8404
|
# resp.replication_instances[0].pending_modified_values.allocated_storage #=> Integer
|
|
@@ -8509,6 +8524,7 @@ module Aws::DatabaseMigrationService
|
|
|
8509
8524
|
# resp.replication_subnet_groups[0].subnets[0].subnet_status #=> String
|
|
8510
8525
|
# resp.replication_subnet_groups[0].supported_network_types #=> Array
|
|
8511
8526
|
# resp.replication_subnet_groups[0].supported_network_types[0] #=> String
|
|
8527
|
+
# resp.replication_subnet_groups[0].is_read_only #=> Boolean
|
|
8512
8528
|
#
|
|
8513
8529
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups AWS API Documentation
|
|
8514
8530
|
#
|
|
@@ -9047,6 +9063,7 @@ module Aws::DatabaseMigrationService
|
|
|
9047
9063
|
# resp.replications[0].replication_update_time #=> Time
|
|
9048
9064
|
# resp.replications[0].replication_last_stop_time #=> Time
|
|
9049
9065
|
# resp.replications[0].replication_deprovision_time #=> Time
|
|
9066
|
+
# resp.replications[0].is_read_only #=> Boolean
|
|
9050
9067
|
#
|
|
9051
9068
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplications AWS API Documentation
|
|
9052
9069
|
#
|
|
@@ -9374,6 +9391,16 @@ module Aws::DatabaseMigrationService
|
|
|
9374
9391
|
# @option params [Array<Types::Tag>] :tags
|
|
9375
9392
|
# The tags associated with the certificate.
|
|
9376
9393
|
#
|
|
9394
|
+
# @option params [String] :kms_key_id
|
|
9395
|
+
# An KMS key identifier that is used to encrypt the certificate.
|
|
9396
|
+
#
|
|
9397
|
+
# If you don't specify a value for the `KmsKeyId` parameter, then DMS
|
|
9398
|
+
# uses your default encryption key.
|
|
9399
|
+
#
|
|
9400
|
+
# KMS creates the default encryption key for your Amazon Web Services
|
|
9401
|
+
# account. Your Amazon Web Services account has a different default
|
|
9402
|
+
# encryption key for each Amazon Web Services Region.
|
|
9403
|
+
#
|
|
9377
9404
|
# @return [Types::ImportCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
9378
9405
|
#
|
|
9379
9406
|
# * {Types::ImportCertificateResponse#certificate #certificate} => Types::Certificate
|
|
@@ -9407,6 +9434,7 @@ module Aws::DatabaseMigrationService
|
|
|
9407
9434
|
# resource_arn: "String",
|
|
9408
9435
|
# },
|
|
9409
9436
|
# ],
|
|
9437
|
+
# kms_key_id: "String",
|
|
9410
9438
|
# })
|
|
9411
9439
|
#
|
|
9412
9440
|
# @example Response structure
|
|
@@ -9421,6 +9449,7 @@ module Aws::DatabaseMigrationService
|
|
|
9421
9449
|
# resp.certificate.valid_to_date #=> Time
|
|
9422
9450
|
# resp.certificate.signing_algorithm #=> String
|
|
9423
9451
|
# resp.certificate.key_length #=> Integer
|
|
9452
|
+
# resp.certificate.kms_key_id #=> String
|
|
9424
9453
|
#
|
|
9425
9454
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificate AWS API Documentation
|
|
9426
9455
|
#
|
|
@@ -10618,6 +10647,7 @@ module Aws::DatabaseMigrationService
|
|
|
10618
10647
|
# resp.endpoint.service_access_role_arn #=> String
|
|
10619
10648
|
# resp.endpoint.external_table_definition #=> String
|
|
10620
10649
|
# resp.endpoint.external_id #=> String
|
|
10650
|
+
# resp.endpoint.is_read_only #=> Boolean
|
|
10621
10651
|
# resp.endpoint.dynamo_db_settings.service_access_role_arn #=> String
|
|
10622
10652
|
# resp.endpoint.s3_settings.service_access_role_arn #=> String
|
|
10623
10653
|
# resp.endpoint.s3_settings.external_table_definition #=> String
|
|
@@ -10920,6 +10950,7 @@ module Aws::DatabaseMigrationService
|
|
|
10920
10950
|
# resp.endpoint.timestream_settings.magnetic_duration #=> Integer
|
|
10921
10951
|
# resp.endpoint.timestream_settings.cdc_inserts_and_updates #=> Boolean
|
|
10922
10952
|
# resp.endpoint.timestream_settings.enable_magnetic_store_writes #=> Boolean
|
|
10953
|
+
# resp.endpoint.lakehouse_settings.arn #=> String
|
|
10923
10954
|
#
|
|
10924
10955
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint AWS API Documentation
|
|
10925
10956
|
#
|
|
@@ -11372,6 +11403,7 @@ module Aws::DatabaseMigrationService
|
|
|
11372
11403
|
# resp.replication_config.table_mappings #=> String
|
|
11373
11404
|
# resp.replication_config.replication_config_create_time #=> Time
|
|
11374
11405
|
# resp.replication_config.replication_config_update_time #=> Time
|
|
11406
|
+
# resp.replication_config.is_read_only #=> Boolean
|
|
11375
11407
|
#
|
|
11376
11408
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationConfig AWS API Documentation
|
|
11377
11409
|
#
|
|
@@ -11605,6 +11637,7 @@ module Aws::DatabaseMigrationService
|
|
|
11605
11637
|
# resp.replication_instance.replication_subnet_group.subnets[0].subnet_status #=> String
|
|
11606
11638
|
# resp.replication_instance.replication_subnet_group.supported_network_types #=> Array
|
|
11607
11639
|
# resp.replication_instance.replication_subnet_group.supported_network_types[0] #=> String
|
|
11640
|
+
# resp.replication_instance.replication_subnet_group.is_read_only #=> Boolean
|
|
11608
11641
|
# resp.replication_instance.preferred_maintenance_window #=> String
|
|
11609
11642
|
# resp.replication_instance.pending_modified_values.replication_instance_class #=> String
|
|
11610
11643
|
# resp.replication_instance.pending_modified_values.allocated_storage #=> Integer
|
|
@@ -11695,6 +11728,7 @@ module Aws::DatabaseMigrationService
|
|
|
11695
11728
|
# resp.replication_subnet_group.subnets[0].subnet_status #=> String
|
|
11696
11729
|
# resp.replication_subnet_group.supported_network_types #=> Array
|
|
11697
11730
|
# resp.replication_subnet_group.supported_network_types[0] #=> String
|
|
11731
|
+
# resp.replication_subnet_group.is_read_only #=> Boolean
|
|
11698
11732
|
#
|
|
11699
11733
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup AWS API Documentation
|
|
11700
11734
|
#
|
|
@@ -11975,6 +12009,7 @@ module Aws::DatabaseMigrationService
|
|
|
11975
12009
|
# resp.replication_instance.replication_subnet_group.subnets[0].subnet_status #=> String
|
|
11976
12010
|
# resp.replication_instance.replication_subnet_group.supported_network_types #=> Array
|
|
11977
12011
|
# resp.replication_instance.replication_subnet_group.supported_network_types[0] #=> String
|
|
12012
|
+
# resp.replication_instance.replication_subnet_group.is_read_only #=> Boolean
|
|
11978
12013
|
# resp.replication_instance.preferred_maintenance_window #=> String
|
|
11979
12014
|
# resp.replication_instance.pending_modified_values.replication_instance_class #=> String
|
|
11980
12015
|
# resp.replication_instance.pending_modified_values.allocated_storage #=> Integer
|
|
@@ -12898,6 +12933,7 @@ module Aws::DatabaseMigrationService
|
|
|
12898
12933
|
# resp.replication.replication_update_time #=> Time
|
|
12899
12934
|
# resp.replication.replication_last_stop_time #=> Time
|
|
12900
12935
|
# resp.replication.replication_deprovision_time #=> Time
|
|
12936
|
+
# resp.replication.is_read_only #=> Boolean
|
|
12901
12937
|
#
|
|
12902
12938
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplication AWS API Documentation
|
|
12903
12939
|
#
|
|
@@ -13424,6 +13460,7 @@ module Aws::DatabaseMigrationService
|
|
|
13424
13460
|
# resp.replication.replication_update_time #=> Time
|
|
13425
13461
|
# resp.replication.replication_last_stop_time #=> Time
|
|
13426
13462
|
# resp.replication.replication_deprovision_time #=> Time
|
|
13463
|
+
# resp.replication.is_read_only #=> Boolean
|
|
13427
13464
|
#
|
|
13428
13465
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplication AWS API Documentation
|
|
13429
13466
|
#
|
|
@@ -13637,7 +13674,7 @@ module Aws::DatabaseMigrationService
|
|
|
13637
13674
|
tracer: tracer
|
|
13638
13675
|
)
|
|
13639
13676
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
|
13640
|
-
context[:gem_version] = '1.
|
|
13677
|
+
context[:gem_version] = '1.135.0'
|
|
13641
13678
|
Seahorse::Client::Request.new(handlers, context)
|
|
13642
13679
|
end
|
|
13643
13680
|
|
|
@@ -299,6 +299,7 @@ module Aws::DatabaseMigrationService
|
|
|
299
299
|
KerberosAuthenticationSettings = Shapes::StructureShape.new(name: 'KerberosAuthenticationSettings')
|
|
300
300
|
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
|
301
301
|
KinesisSettings = Shapes::StructureShape.new(name: 'KinesisSettings')
|
|
302
|
+
LakehouseSettings = Shapes::StructureShape.new(name: 'LakehouseSettings')
|
|
302
303
|
Limitation = Shapes::StructureShape.new(name: 'Limitation')
|
|
303
304
|
LimitationList = Shapes::ListShape.new(name: 'LimitationList')
|
|
304
305
|
ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
|
|
@@ -598,6 +599,7 @@ module Aws::DatabaseMigrationService
|
|
|
598
599
|
Certificate.add_member(:valid_to_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ValidToDate"))
|
|
599
600
|
Certificate.add_member(:signing_algorithm, Shapes::ShapeRef.new(shape: String, location_name: "SigningAlgorithm"))
|
|
600
601
|
Certificate.add_member(:key_length, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "KeyLength"))
|
|
602
|
+
Certificate.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
|
601
603
|
Certificate.struct_class = Types::Certificate
|
|
602
604
|
|
|
603
605
|
CertificateList.member = Shapes::ShapeRef.new(shape: Certificate)
|
|
@@ -1540,6 +1542,7 @@ module Aws::DatabaseMigrationService
|
|
|
1540
1542
|
Endpoint.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
|
|
1541
1543
|
Endpoint.add_member(:external_table_definition, Shapes::ShapeRef.new(shape: String, location_name: "ExternalTableDefinition"))
|
|
1542
1544
|
Endpoint.add_member(:external_id, Shapes::ShapeRef.new(shape: String, location_name: "ExternalId"))
|
|
1545
|
+
Endpoint.add_member(:is_read_only, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IsReadOnly"))
|
|
1543
1546
|
Endpoint.add_member(:dynamo_db_settings, Shapes::ShapeRef.new(shape: DynamoDbSettings, location_name: "DynamoDbSettings"))
|
|
1544
1547
|
Endpoint.add_member(:s3_settings, Shapes::ShapeRef.new(shape: S3Settings, location_name: "S3Settings"))
|
|
1545
1548
|
Endpoint.add_member(:dms_transfer_settings, Shapes::ShapeRef.new(shape: DmsTransferSettings, location_name: "DmsTransferSettings"))
|
|
@@ -1559,6 +1562,7 @@ module Aws::DatabaseMigrationService
|
|
|
1559
1562
|
Endpoint.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
|
|
1560
1563
|
Endpoint.add_member(:gcp_my_sql_settings, Shapes::ShapeRef.new(shape: GcpMySQLSettings, location_name: "GcpMySQLSettings"))
|
|
1561
1564
|
Endpoint.add_member(:timestream_settings, Shapes::ShapeRef.new(shape: TimestreamSettings, location_name: "TimestreamSettings"))
|
|
1565
|
+
Endpoint.add_member(:lakehouse_settings, Shapes::ShapeRef.new(shape: LakehouseSettings, location_name: "LakehouseSettings"))
|
|
1562
1566
|
Endpoint.struct_class = Types::Endpoint
|
|
1563
1567
|
|
|
1564
1568
|
EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint)
|
|
@@ -1735,6 +1739,7 @@ module Aws::DatabaseMigrationService
|
|
|
1735
1739
|
ImportCertificateMessage.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: SecretString, location_name: "CertificatePem"))
|
|
1736
1740
|
ImportCertificateMessage.add_member(:certificate_wallet, Shapes::ShapeRef.new(shape: CertificateWallet, location_name: "CertificateWallet"))
|
|
1737
1741
|
ImportCertificateMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
1742
|
+
ImportCertificateMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
|
1738
1743
|
ImportCertificateMessage.struct_class = Types::ImportCertificateMessage
|
|
1739
1744
|
|
|
1740
1745
|
ImportCertificateResponse.add_member(:certificate, Shapes::ShapeRef.new(shape: Certificate, location_name: "Certificate"))
|
|
@@ -1843,6 +1848,9 @@ module Aws::DatabaseMigrationService
|
|
|
1843
1848
|
KinesisSettings.add_member(:use_large_integer_value, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseLargeIntegerValue"))
|
|
1844
1849
|
KinesisSettings.struct_class = Types::KinesisSettings
|
|
1845
1850
|
|
|
1851
|
+
LakehouseSettings.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
|
|
1852
|
+
LakehouseSettings.struct_class = Types::LakehouseSettings
|
|
1853
|
+
|
|
1846
1854
|
Limitation.add_member(:database_id, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseId"))
|
|
1847
1855
|
Limitation.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, location_name: "EngineName"))
|
|
1848
1856
|
Limitation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
|
@@ -2471,6 +2479,7 @@ module Aws::DatabaseMigrationService
|
|
|
2471
2479
|
Replication.add_member(:replication_update_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationUpdateTime"))
|
|
2472
2480
|
Replication.add_member(:replication_last_stop_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationLastStopTime"))
|
|
2473
2481
|
Replication.add_member(:replication_deprovision_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationDeprovisionTime"))
|
|
2482
|
+
Replication.add_member(:is_read_only, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IsReadOnly"))
|
|
2474
2483
|
Replication.struct_class = Types::Replication
|
|
2475
2484
|
|
|
2476
2485
|
ReplicationConfig.add_member(:replication_config_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationConfigIdentifier"))
|
|
@@ -2484,6 +2493,7 @@ module Aws::DatabaseMigrationService
|
|
|
2484
2493
|
ReplicationConfig.add_member(:table_mappings, Shapes::ShapeRef.new(shape: String, location_name: "TableMappings"))
|
|
2485
2494
|
ReplicationConfig.add_member(:replication_config_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationConfigCreateTime"))
|
|
2486
2495
|
ReplicationConfig.add_member(:replication_config_update_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationConfigUpdateTime"))
|
|
2496
|
+
ReplicationConfig.add_member(:is_read_only, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IsReadOnly"))
|
|
2487
2497
|
ReplicationConfig.struct_class = Types::ReplicationConfig
|
|
2488
2498
|
|
|
2489
2499
|
ReplicationConfigList.member = Shapes::ShapeRef.new(shape: ReplicationConfig)
|
|
@@ -2559,6 +2569,7 @@ module Aws::DatabaseMigrationService
|
|
|
2559
2569
|
ReplicationSubnetGroup.add_member(:subnet_group_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupStatus"))
|
|
2560
2570
|
ReplicationSubnetGroup.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetList, location_name: "Subnets"))
|
|
2561
2571
|
ReplicationSubnetGroup.add_member(:supported_network_types, Shapes::ShapeRef.new(shape: StringList, location_name: "SupportedNetworkTypes"))
|
|
2572
|
+
ReplicationSubnetGroup.add_member(:is_read_only, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "IsReadOnly"))
|
|
2562
2573
|
ReplicationSubnetGroup.struct_class = Types::ReplicationSubnetGroup
|
|
2563
2574
|
|
|
2564
2575
|
ReplicationSubnetGroupDoesNotCoverEnoughAZs.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
|
@@ -4165,6 +4176,7 @@ module Aws::DatabaseMigrationService
|
|
|
4165
4176
|
o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
|
|
4166
4177
|
o.errors << Shapes::ShapeRef.new(shape: InvalidCertificateFault)
|
|
4167
4178
|
o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
|
|
4179
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
|
4168
4180
|
end)
|
|
4169
4181
|
|
|
4170
4182
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -337,6 +337,17 @@ module Aws::DatabaseMigrationService
|
|
|
337
337
|
# The key length of the cryptographic algorithm being used.
|
|
338
338
|
# @return [Integer]
|
|
339
339
|
#
|
|
340
|
+
# @!attribute [rw] kms_key_id
|
|
341
|
+
# An KMS key identifier that is used to encrypt the certificate.
|
|
342
|
+
#
|
|
343
|
+
# If you don't specify a value for the `KmsKeyId` parameter, then DMS
|
|
344
|
+
# uses your default encryption key.
|
|
345
|
+
#
|
|
346
|
+
# KMS creates the default encryption key for your Amazon Web Services
|
|
347
|
+
# account. Your Amazon Web Services account has a different default
|
|
348
|
+
# encryption key for each Amazon Web Services Region.
|
|
349
|
+
# @return [String]
|
|
350
|
+
#
|
|
340
351
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Certificate AWS API Documentation
|
|
341
352
|
#
|
|
342
353
|
class Certificate < Struct.new(
|
|
@@ -349,7 +360,8 @@ module Aws::DatabaseMigrationService
|
|
|
349
360
|
:valid_from_date,
|
|
350
361
|
:valid_to_date,
|
|
351
362
|
:signing_algorithm,
|
|
352
|
-
:key_length
|
|
363
|
+
:key_length,
|
|
364
|
+
:kms_key_id)
|
|
353
365
|
SENSITIVE = []
|
|
354
366
|
include Aws::Structure
|
|
355
367
|
end
|
|
@@ -5785,6 +5797,14 @@ module Aws::DatabaseMigrationService
|
|
|
5785
5797
|
# CreateEndpoint to create the endpoint with a cross-account.
|
|
5786
5798
|
# @return [String]
|
|
5787
5799
|
#
|
|
5800
|
+
# @!attribute [rw] is_read_only
|
|
5801
|
+
# Indicates whether the endpoint is read-only. When set to `true`,
|
|
5802
|
+
# this endpoint is managed by DMS as part of a zero-ETL integration
|
|
5803
|
+
# and cannot be modified or deleted directly. You can only modify or
|
|
5804
|
+
# delete read-only endpoints through their associated zero-ETL
|
|
5805
|
+
# integration.
|
|
5806
|
+
# @return [Boolean]
|
|
5807
|
+
#
|
|
5788
5808
|
# @!attribute [rw] dynamo_db_settings
|
|
5789
5809
|
# The settings for the DynamoDB target endpoint. For more information,
|
|
5790
5810
|
# see the `DynamoDBSettings` structure.
|
|
@@ -5878,6 +5898,12 @@ module Aws::DatabaseMigrationService
|
|
|
5878
5898
|
# information, see the `TimestreamSettings` structure.
|
|
5879
5899
|
# @return [Types::TimestreamSettings]
|
|
5880
5900
|
#
|
|
5901
|
+
# @!attribute [rw] lakehouse_settings
|
|
5902
|
+
# Settings in JSON format for the target Lakehouse endpoint. This
|
|
5903
|
+
# parameter applies to endpoints that are automatically created by DMS
|
|
5904
|
+
# for a Lakehouse data warehouse as part of a zero-ETL integration.
|
|
5905
|
+
# @return [Types::LakehouseSettings]
|
|
5906
|
+
#
|
|
5881
5907
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Endpoint AWS API Documentation
|
|
5882
5908
|
#
|
|
5883
5909
|
class Endpoint < Struct.new(
|
|
@@ -5898,6 +5924,7 @@ module Aws::DatabaseMigrationService
|
|
|
5898
5924
|
:service_access_role_arn,
|
|
5899
5925
|
:external_table_definition,
|
|
5900
5926
|
:external_id,
|
|
5927
|
+
:is_read_only,
|
|
5901
5928
|
:dynamo_db_settings,
|
|
5902
5929
|
:s3_settings,
|
|
5903
5930
|
:dms_transfer_settings,
|
|
@@ -5916,7 +5943,8 @@ module Aws::DatabaseMigrationService
|
|
|
5916
5943
|
:doc_db_settings,
|
|
5917
5944
|
:redis_settings,
|
|
5918
5945
|
:gcp_my_sql_settings,
|
|
5919
|
-
:timestream_settings
|
|
5946
|
+
:timestream_settings,
|
|
5947
|
+
:lakehouse_settings)
|
|
5920
5948
|
SENSITIVE = []
|
|
5921
5949
|
include Aws::Structure
|
|
5922
5950
|
end
|
|
@@ -6786,13 +6814,25 @@ module Aws::DatabaseMigrationService
|
|
|
6786
6814
|
# The tags associated with the certificate.
|
|
6787
6815
|
# @return [Array<Types::Tag>]
|
|
6788
6816
|
#
|
|
6817
|
+
# @!attribute [rw] kms_key_id
|
|
6818
|
+
# An KMS key identifier that is used to encrypt the certificate.
|
|
6819
|
+
#
|
|
6820
|
+
# If you don't specify a value for the `KmsKeyId` parameter, then DMS
|
|
6821
|
+
# uses your default encryption key.
|
|
6822
|
+
#
|
|
6823
|
+
# KMS creates the default encryption key for your Amazon Web Services
|
|
6824
|
+
# account. Your Amazon Web Services account has a different default
|
|
6825
|
+
# encryption key for each Amazon Web Services Region.
|
|
6826
|
+
# @return [String]
|
|
6827
|
+
#
|
|
6789
6828
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificateMessage AWS API Documentation
|
|
6790
6829
|
#
|
|
6791
6830
|
class ImportCertificateMessage < Struct.new(
|
|
6792
6831
|
:certificate_identifier,
|
|
6793
6832
|
:certificate_pem,
|
|
6794
6833
|
:certificate_wallet,
|
|
6795
|
-
:tags
|
|
6834
|
+
:tags,
|
|
6835
|
+
:kms_key_id)
|
|
6796
6836
|
SENSITIVE = [:certificate_pem]
|
|
6797
6837
|
include Aws::Structure
|
|
6798
6838
|
end
|
|
@@ -7357,6 +7397,22 @@ module Aws::DatabaseMigrationService
|
|
|
7357
7397
|
include Aws::Structure
|
|
7358
7398
|
end
|
|
7359
7399
|
|
|
7400
|
+
# Provides information that defines a Lakehouse endpoint. This endpoint
|
|
7401
|
+
# type is used for zero-ETL integrations with Lakehouse data warehouses.
|
|
7402
|
+
#
|
|
7403
|
+
# @!attribute [rw] arn
|
|
7404
|
+
# The Amazon Resource Name (ARN) of the Lakehouse resource that serves
|
|
7405
|
+
# as the target for this endpoint.
|
|
7406
|
+
# @return [String]
|
|
7407
|
+
#
|
|
7408
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/LakehouseSettings AWS API Documentation
|
|
7409
|
+
#
|
|
7410
|
+
class LakehouseSettings < Struct.new(
|
|
7411
|
+
:arn)
|
|
7412
|
+
SENSITIVE = []
|
|
7413
|
+
include Aws::Structure
|
|
7414
|
+
end
|
|
7415
|
+
|
|
7360
7416
|
# Provides information about the limitations of target Amazon Web
|
|
7361
7417
|
# Services engines.
|
|
7362
7418
|
#
|
|
@@ -11637,6 +11693,14 @@ module Aws::DatabaseMigrationService
|
|
|
11637
11693
|
# The timestamp when DMS will deprovision the replication.
|
|
11638
11694
|
# @return [Time]
|
|
11639
11695
|
#
|
|
11696
|
+
# @!attribute [rw] is_read_only
|
|
11697
|
+
# Indicates whether the serverless replication is read-only. When set
|
|
11698
|
+
# to `true`, this replication is managed by DMS as part of a zero-ETL
|
|
11699
|
+
# integration and cannot be modified or deleted directly. You can only
|
|
11700
|
+
# modify or delete read-only replications through their associated
|
|
11701
|
+
# zero-ETL integration.
|
|
11702
|
+
# @return [Boolean]
|
|
11703
|
+
#
|
|
11640
11704
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Replication AWS API Documentation
|
|
11641
11705
|
#
|
|
11642
11706
|
class Replication < Struct.new(
|
|
@@ -11659,7 +11723,8 @@ module Aws::DatabaseMigrationService
|
|
|
11659
11723
|
:replication_create_time,
|
|
11660
11724
|
:replication_update_time,
|
|
11661
11725
|
:replication_last_stop_time,
|
|
11662
|
-
:replication_deprovision_time
|
|
11726
|
+
:replication_deprovision_time,
|
|
11727
|
+
:is_read_only)
|
|
11663
11728
|
SENSITIVE = []
|
|
11664
11729
|
include Aws::Structure
|
|
11665
11730
|
end
|
|
@@ -11716,6 +11781,14 @@ module Aws::DatabaseMigrationService
|
|
|
11716
11781
|
# The time the serverless replication config was updated.
|
|
11717
11782
|
# @return [Time]
|
|
11718
11783
|
#
|
|
11784
|
+
# @!attribute [rw] is_read_only
|
|
11785
|
+
# Indicates whether the replication configuration is read-only. When
|
|
11786
|
+
# set to `true`, this replication configuration is managed by DMS as
|
|
11787
|
+
# part of a zero-ETL integration and cannot be modified or deleted
|
|
11788
|
+
# directly. You can only modify or delete read-only replication
|
|
11789
|
+
# configurations through their associated zero-ETL integration.
|
|
11790
|
+
# @return [Boolean]
|
|
11791
|
+
#
|
|
11719
11792
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationConfig AWS API Documentation
|
|
11720
11793
|
#
|
|
11721
11794
|
class ReplicationConfig < Struct.new(
|
|
@@ -11729,7 +11802,8 @@ module Aws::DatabaseMigrationService
|
|
|
11729
11802
|
:supplemental_settings,
|
|
11730
11803
|
:table_mappings,
|
|
11731
11804
|
:replication_config_create_time,
|
|
11732
|
-
:replication_config_update_time
|
|
11805
|
+
:replication_config_update_time,
|
|
11806
|
+
:is_read_only)
|
|
11733
11807
|
SENSITIVE = []
|
|
11734
11808
|
include Aws::Structure
|
|
11735
11809
|
end
|
|
@@ -12126,6 +12200,14 @@ module Aws::DatabaseMigrationService
|
|
|
12126
12200
|
# not yet supported.
|
|
12127
12201
|
# @return [Array<String>]
|
|
12128
12202
|
#
|
|
12203
|
+
# @!attribute [rw] is_read_only
|
|
12204
|
+
# Indicates whether the replication subnet group is read-only. When
|
|
12205
|
+
# set to `true`, this subnet group is managed by DMS as part of a
|
|
12206
|
+
# zero-ETL integration and cannot be modified or deleted directly. You
|
|
12207
|
+
# can only modify or delete read-only subnet groups through their
|
|
12208
|
+
# associated zero-ETL integration.
|
|
12209
|
+
# @return [Boolean]
|
|
12210
|
+
#
|
|
12129
12211
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationSubnetGroup AWS API Documentation
|
|
12130
12212
|
#
|
|
12131
12213
|
class ReplicationSubnetGroup < Struct.new(
|
|
@@ -12134,7 +12216,8 @@ module Aws::DatabaseMigrationService
|
|
|
12134
12216
|
:vpc_id,
|
|
12135
12217
|
:subnet_group_status,
|
|
12136
12218
|
:subnets,
|
|
12137
|
-
:supported_network_types
|
|
12219
|
+
:supported_network_types,
|
|
12220
|
+
:is_read_only)
|
|
12138
12221
|
SENSITIVE = []
|
|
12139
12222
|
include Aws::Structure
|
|
12140
12223
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -1889,7 +1889,8 @@ module Aws
|
|
|
1889
1889
|
value: ::String?,
|
|
1890
1890
|
resource_arn: ::String?
|
|
1891
1891
|
},
|
|
1892
|
-
]
|
|
1892
|
+
],
|
|
1893
|
+
?kms_key_id: ::String
|
|
1893
1894
|
) -> _ImportCertificateResponseSuccess
|
|
1894
1895
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportCertificateResponseSuccess
|
|
1895
1896
|
|
data/sig/types.rbs
CHANGED
|
@@ -106,6 +106,7 @@ module Aws::DatabaseMigrationService
|
|
|
106
106
|
attr_accessor valid_to_date: ::Time
|
|
107
107
|
attr_accessor signing_algorithm: ::String
|
|
108
108
|
attr_accessor key_length: ::Integer
|
|
109
|
+
attr_accessor kms_key_id: ::String
|
|
109
110
|
SENSITIVE: []
|
|
110
111
|
end
|
|
111
112
|
|
|
@@ -1375,6 +1376,7 @@ module Aws::DatabaseMigrationService
|
|
|
1375
1376
|
attr_accessor service_access_role_arn: ::String
|
|
1376
1377
|
attr_accessor external_table_definition: ::String
|
|
1377
1378
|
attr_accessor external_id: ::String
|
|
1379
|
+
attr_accessor is_read_only: bool
|
|
1378
1380
|
attr_accessor dynamo_db_settings: Types::DynamoDbSettings
|
|
1379
1381
|
attr_accessor s3_settings: Types::S3Settings
|
|
1380
1382
|
attr_accessor dms_transfer_settings: Types::DmsTransferSettings
|
|
@@ -1394,6 +1396,7 @@ module Aws::DatabaseMigrationService
|
|
|
1394
1396
|
attr_accessor redis_settings: Types::RedisSettings
|
|
1395
1397
|
attr_accessor gcp_my_sql_settings: Types::GcpMySQLSettings
|
|
1396
1398
|
attr_accessor timestream_settings: Types::TimestreamSettings
|
|
1399
|
+
attr_accessor lakehouse_settings: Types::LakehouseSettings
|
|
1397
1400
|
SENSITIVE: []
|
|
1398
1401
|
end
|
|
1399
1402
|
|
|
@@ -1587,6 +1590,7 @@ module Aws::DatabaseMigrationService
|
|
|
1587
1590
|
attr_accessor certificate_pem: ::String
|
|
1588
1591
|
attr_accessor certificate_wallet: ::String
|
|
1589
1592
|
attr_accessor tags: ::Array[Types::Tag]
|
|
1593
|
+
attr_accessor kms_key_id: ::String
|
|
1590
1594
|
SENSITIVE: [:certificate_pem]
|
|
1591
1595
|
end
|
|
1592
1596
|
|
|
@@ -1722,6 +1726,11 @@ module Aws::DatabaseMigrationService
|
|
|
1722
1726
|
SENSITIVE: []
|
|
1723
1727
|
end
|
|
1724
1728
|
|
|
1729
|
+
class LakehouseSettings
|
|
1730
|
+
attr_accessor arn: ::String
|
|
1731
|
+
SENSITIVE: []
|
|
1732
|
+
end
|
|
1733
|
+
|
|
1725
1734
|
class Limitation
|
|
1726
1735
|
attr_accessor database_id: ::String
|
|
1727
1736
|
attr_accessor engine_name: ::String
|
|
@@ -2471,6 +2480,7 @@ module Aws::DatabaseMigrationService
|
|
|
2471
2480
|
attr_accessor replication_update_time: ::Time
|
|
2472
2481
|
attr_accessor replication_last_stop_time: ::Time
|
|
2473
2482
|
attr_accessor replication_deprovision_time: ::Time
|
|
2483
|
+
attr_accessor is_read_only: bool
|
|
2474
2484
|
SENSITIVE: []
|
|
2475
2485
|
end
|
|
2476
2486
|
|
|
@@ -2486,6 +2496,7 @@ module Aws::DatabaseMigrationService
|
|
|
2486
2496
|
attr_accessor table_mappings: ::String
|
|
2487
2497
|
attr_accessor replication_config_create_time: ::Time
|
|
2488
2498
|
attr_accessor replication_config_update_time: ::Time
|
|
2499
|
+
attr_accessor is_read_only: bool
|
|
2489
2500
|
SENSITIVE: []
|
|
2490
2501
|
end
|
|
2491
2502
|
|
|
@@ -2557,6 +2568,7 @@ module Aws::DatabaseMigrationService
|
|
|
2557
2568
|
attr_accessor subnet_group_status: ::String
|
|
2558
2569
|
attr_accessor subnets: ::Array[Types::Subnet]
|
|
2559
2570
|
attr_accessor supported_network_types: ::Array[::String]
|
|
2571
|
+
attr_accessor is_read_only: bool
|
|
2560
2572
|
SENSITIVE: []
|
|
2561
2573
|
end
|
|
2562
2574
|
|