aws-sdk-databasemigrationservice 1.133.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ef8429e73ac44b259c768077ddcf1e020726449e8efc5a498ff3ae295a43fe9
4
- data.tar.gz: 45b430f96264dc1532f13d4c0b9bf32b9a8b061d9dfb1b842bf1c784d9cc7cbf
3
+ metadata.gz: 5094a59cfd2816bbbab55362e3ea48b4236573c1bc544e21ccfbd30b1539dd98
4
+ data.tar.gz: 714e5e743f966a281e6f3f4816360865e2ac11c6bff5dfb780bd2bff6d87ea79
5
5
  SHA512:
6
- metadata.gz: 93bfa50bbdd2661915017a24d8f3375f1b82daa9102078a520ad06776aeb70f955d7c7dd92356ef79226cc720a3fa9f1d85cee8e55afbe5da32adcfb816ef0ea
7
- data.tar.gz: 8a13a4d84ad1211dc6dfd620f59b7721779e152d0ea7736b61cc9ba8878829e0743b485acf11ed37a3f170312306a78c9bdb105792a94f1b8b18a608ab3cbd5a
6
+ metadata.gz: dc538d6defb6f01242817ec270f94d3cc0c68912daf092ae098f40615ca859796e4b16b233d790632a0bad1f1efe17f6f735b64c738ce0620dbbf0a5f58c1699
7
+ data.tar.gz: db446df4111ebb3c2d51ba758c111a1d3b14ad30ad83dc3c88e0a3464fd3993de49c20fa317d182fcf2d851471ad59556ee68cea1543af0f748e71ebeaddbc0a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.134.0 (2025-11-17)
10
+ ------------------
11
+
12
+ * Feature - This release introduces the SAP ASE(Sybase) Data Provider for AWS Data Migration Service (DMS). In addition, DMS Schema Conversion now supports this provider, enabling customers to migrate SAP ASE(Sybase) databases to Amazon RDS for PostgreSQL or Aurora PostgreSQL seamlessly.
13
+
4
14
  1.133.0 (2025-11-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.133.0
1
+ 1.135.0
@@ -696,6 +696,12 @@ module Aws::DatabaseMigrationService
696
696
  # resp.request.error.default_error_details.message #=> String
697
697
  # resp.request.export_sql_details.s3_object_key #=> String
698
698
  # resp.request.export_sql_details.object_url #=> String
699
+ # resp.request.progress.progress_percent #=> Float
700
+ # resp.request.progress.total_objects #=> Integer
701
+ # resp.request.progress.progress_step #=> String
702
+ # resp.request.progress.processed_object.name #=> String
703
+ # resp.request.progress.processed_object.type #=> String
704
+ # resp.request.progress.processed_object.endpoint_type #=> String
699
705
  #
700
706
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CancelMetadataModelConversion AWS API Documentation
701
707
  #
@@ -735,6 +741,12 @@ module Aws::DatabaseMigrationService
735
741
  # resp.request.error.default_error_details.message #=> String
736
742
  # resp.request.export_sql_details.s3_object_key #=> String
737
743
  # resp.request.export_sql_details.object_url #=> String
744
+ # resp.request.progress.progress_percent #=> Float
745
+ # resp.request.progress.total_objects #=> Integer
746
+ # resp.request.progress.progress_step #=> String
747
+ # resp.request.progress.processed_object.name #=> String
748
+ # resp.request.progress.processed_object.type #=> String
749
+ # resp.request.progress.processed_object.endpoint_type #=> String
738
750
  #
739
751
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CancelMetadataModelCreation AWS API Documentation
740
752
  #
@@ -936,8 +948,8 @@ module Aws::DatabaseMigrationService
936
948
  # The type of database engine for the data provider. Valid values
937
949
  # include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
938
950
  # `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`, `db2`,
939
- # `db2-zos` and `docdb`. A value of `"aurora"` represents Amazon Aurora
940
- # MySQL-Compatible Edition.
951
+ # `db2-zos`, `docdb`, and `sybase`. A value of `"aurora"` represents
952
+ # Amazon Aurora MySQL-Compatible Edition.
941
953
  #
942
954
  # @option params [Boolean] :virtual
943
955
  # Indicates whether the data provider is virtual.
@@ -1041,6 +1053,14 @@ module Aws::DatabaseMigrationService
1041
1053
  # s3_path: "String",
1042
1054
  # s3_access_role_arn: "String",
1043
1055
  # },
1056
+ # sybase_ase_settings: {
1057
+ # server_name: "String",
1058
+ # port: 1,
1059
+ # database_name: "String",
1060
+ # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
1061
+ # encrypt_password: false,
1062
+ # certificate_arn: "String",
1063
+ # },
1044
1064
  # microsoft_sql_server_settings: {
1045
1065
  # server_name: "String",
1046
1066
  # port: 1,
@@ -1141,6 +1161,12 @@ module Aws::DatabaseMigrationService
1141
1161
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
1142
1162
  # resp.data_provider.settings.oracle_settings.s3_path #=> String
1143
1163
  # resp.data_provider.settings.oracle_settings.s3_access_role_arn #=> String
1164
+ # resp.data_provider.settings.sybase_ase_settings.server_name #=> String
1165
+ # resp.data_provider.settings.sybase_ase_settings.port #=> Integer
1166
+ # resp.data_provider.settings.sybase_ase_settings.database_name #=> String
1167
+ # resp.data_provider.settings.sybase_ase_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
1168
+ # resp.data_provider.settings.sybase_ase_settings.encrypt_password #=> Boolean
1169
+ # resp.data_provider.settings.sybase_ase_settings.certificate_arn #=> String
1144
1170
  # resp.data_provider.settings.microsoft_sql_server_settings.server_name #=> String
1145
1171
  # resp.data_provider.settings.microsoft_sql_server_settings.port #=> Integer
1146
1172
  # resp.data_provider.settings.microsoft_sql_server_settings.database_name #=> String
@@ -1894,6 +1920,7 @@ module Aws::DatabaseMigrationService
1894
1920
  # resp.endpoint.service_access_role_arn #=> String
1895
1921
  # resp.endpoint.external_table_definition #=> String
1896
1922
  # resp.endpoint.external_id #=> String
1923
+ # resp.endpoint.is_read_only #=> Boolean
1897
1924
  # resp.endpoint.dynamo_db_settings.service_access_role_arn #=> String
1898
1925
  # resp.endpoint.s3_settings.service_access_role_arn #=> String
1899
1926
  # resp.endpoint.s3_settings.external_table_definition #=> String
@@ -2196,6 +2223,7 @@ module Aws::DatabaseMigrationService
2196
2223
  # resp.endpoint.timestream_settings.magnetic_duration #=> Integer
2197
2224
  # resp.endpoint.timestream_settings.cdc_inserts_and_updates #=> Boolean
2198
2225
  # resp.endpoint.timestream_settings.enable_magnetic_store_writes #=> Boolean
2226
+ # resp.endpoint.lakehouse_settings.arn #=> String
2199
2227
  #
2200
2228
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateEndpoint AWS API Documentation
2201
2229
  #
@@ -2830,6 +2858,7 @@ module Aws::DatabaseMigrationService
2830
2858
  # resp.replication_config.table_mappings #=> String
2831
2859
  # resp.replication_config.replication_config_create_time #=> Time
2832
2860
  # resp.replication_config.replication_config_update_time #=> Time
2861
+ # resp.replication_config.is_read_only #=> Boolean
2833
2862
  #
2834
2863
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationConfig AWS API Documentation
2835
2864
  #
@@ -3127,6 +3156,7 @@ module Aws::DatabaseMigrationService
3127
3156
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_status #=> String
3128
3157
  # resp.replication_instance.replication_subnet_group.supported_network_types #=> Array
3129
3158
  # resp.replication_instance.replication_subnet_group.supported_network_types[0] #=> String
3159
+ # resp.replication_instance.replication_subnet_group.is_read_only #=> Boolean
3130
3160
  # resp.replication_instance.preferred_maintenance_window #=> String
3131
3161
  # resp.replication_instance.pending_modified_values.replication_instance_class #=> String
3132
3162
  # resp.replication_instance.pending_modified_values.allocated_storage #=> Integer
@@ -3261,6 +3291,7 @@ module Aws::DatabaseMigrationService
3261
3291
  # resp.replication_subnet_group.subnets[0].subnet_status #=> String
3262
3292
  # resp.replication_subnet_group.supported_network_types #=> Array
3263
3293
  # resp.replication_subnet_group.supported_network_types[0] #=> String
3294
+ # resp.replication_subnet_group.is_read_only #=> Boolean
3264
3295
  #
3265
3296
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationSubnetGroup AWS API Documentation
3266
3297
  #
@@ -3536,6 +3567,7 @@ module Aws::DatabaseMigrationService
3536
3567
  # resp.certificate.valid_to_date #=> Time
3537
3568
  # resp.certificate.signing_algorithm #=> String
3538
3569
  # resp.certificate.key_length #=> Integer
3570
+ # resp.certificate.kms_key_id #=> String
3539
3571
  #
3540
3572
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteCertificate AWS API Documentation
3541
3573
  #
@@ -3746,6 +3778,12 @@ module Aws::DatabaseMigrationService
3746
3778
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
3747
3779
  # resp.data_provider.settings.oracle_settings.s3_path #=> String
3748
3780
  # resp.data_provider.settings.oracle_settings.s3_access_role_arn #=> String
3781
+ # resp.data_provider.settings.sybase_ase_settings.server_name #=> String
3782
+ # resp.data_provider.settings.sybase_ase_settings.port #=> Integer
3783
+ # resp.data_provider.settings.sybase_ase_settings.database_name #=> String
3784
+ # resp.data_provider.settings.sybase_ase_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
3785
+ # resp.data_provider.settings.sybase_ase_settings.encrypt_password #=> Boolean
3786
+ # resp.data_provider.settings.sybase_ase_settings.certificate_arn #=> String
3749
3787
  # resp.data_provider.settings.microsoft_sql_server_settings.server_name #=> String
3750
3788
  # resp.data_provider.settings.microsoft_sql_server_settings.port #=> Integer
3751
3789
  # resp.data_provider.settings.microsoft_sql_server_settings.database_name #=> String
@@ -3861,6 +3899,7 @@ module Aws::DatabaseMigrationService
3861
3899
  # resp.endpoint.service_access_role_arn #=> String
3862
3900
  # resp.endpoint.external_table_definition #=> String
3863
3901
  # resp.endpoint.external_id #=> String
3902
+ # resp.endpoint.is_read_only #=> Boolean
3864
3903
  # resp.endpoint.dynamo_db_settings.service_access_role_arn #=> String
3865
3904
  # resp.endpoint.s3_settings.service_access_role_arn #=> String
3866
3905
  # resp.endpoint.s3_settings.external_table_definition #=> String
@@ -4163,6 +4202,7 @@ module Aws::DatabaseMigrationService
4163
4202
  # resp.endpoint.timestream_settings.magnetic_duration #=> Integer
4164
4203
  # resp.endpoint.timestream_settings.cdc_inserts_and_updates #=> Boolean
4165
4204
  # resp.endpoint.timestream_settings.enable_magnetic_store_writes #=> Boolean
4205
+ # resp.endpoint.lakehouse_settings.arn #=> String
4166
4206
  #
4167
4207
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteEndpoint AWS API Documentation
4168
4208
  #
@@ -4483,6 +4523,7 @@ module Aws::DatabaseMigrationService
4483
4523
  # resp.replication_config.table_mappings #=> String
4484
4524
  # resp.replication_config.replication_config_create_time #=> Time
4485
4525
  # resp.replication_config.replication_config_update_time #=> Time
4526
+ # resp.replication_config.is_read_only #=> Boolean
4486
4527
  #
4487
4528
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationConfig AWS API Documentation
4488
4529
  #
@@ -4599,6 +4640,7 @@ module Aws::DatabaseMigrationService
4599
4640
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_status #=> String
4600
4641
  # resp.replication_instance.replication_subnet_group.supported_network_types #=> Array
4601
4642
  # resp.replication_instance.replication_subnet_group.supported_network_types[0] #=> String
4643
+ # resp.replication_instance.replication_subnet_group.is_read_only #=> Boolean
4602
4644
  # resp.replication_instance.preferred_maintenance_window #=> String
4603
4645
  # resp.replication_instance.pending_modified_values.replication_instance_class #=> String
4604
4646
  # resp.replication_instance.pending_modified_values.allocated_storage #=> Integer
@@ -5041,6 +5083,7 @@ module Aws::DatabaseMigrationService
5041
5083
  # resp.certificates[0].valid_to_date #=> Time
5042
5084
  # resp.certificates[0].signing_algorithm #=> String
5043
5085
  # resp.certificates[0].key_length #=> Integer
5086
+ # resp.certificates[0].kms_key_id #=> String
5044
5087
  #
5045
5088
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeCertificates AWS API Documentation
5046
5089
  #
@@ -5421,6 +5464,12 @@ module Aws::DatabaseMigrationService
5421
5464
  # resp.data_providers[0].settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
5422
5465
  # resp.data_providers[0].settings.oracle_settings.s3_path #=> String
5423
5466
  # resp.data_providers[0].settings.oracle_settings.s3_access_role_arn #=> String
5467
+ # resp.data_providers[0].settings.sybase_ase_settings.server_name #=> String
5468
+ # resp.data_providers[0].settings.sybase_ase_settings.port #=> Integer
5469
+ # resp.data_providers[0].settings.sybase_ase_settings.database_name #=> String
5470
+ # resp.data_providers[0].settings.sybase_ase_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
5471
+ # resp.data_providers[0].settings.sybase_ase_settings.encrypt_password #=> Boolean
5472
+ # resp.data_providers[0].settings.sybase_ase_settings.certificate_arn #=> String
5424
5473
  # resp.data_providers[0].settings.microsoft_sql_server_settings.server_name #=> String
5425
5474
  # resp.data_providers[0].settings.microsoft_sql_server_settings.port #=> Integer
5426
5475
  # resp.data_providers[0].settings.microsoft_sql_server_settings.database_name #=> String
@@ -5705,6 +5754,7 @@ module Aws::DatabaseMigrationService
5705
5754
  # resp.endpoints[0].service_access_role_arn #=> String
5706
5755
  # resp.endpoints[0].external_table_definition #=> String
5707
5756
  # resp.endpoints[0].external_id #=> String
5757
+ # resp.endpoints[0].is_read_only #=> Boolean
5708
5758
  # resp.endpoints[0].dynamo_db_settings.service_access_role_arn #=> String
5709
5759
  # resp.endpoints[0].s3_settings.service_access_role_arn #=> String
5710
5760
  # resp.endpoints[0].s3_settings.external_table_definition #=> String
@@ -6007,6 +6057,7 @@ module Aws::DatabaseMigrationService
6007
6057
  # resp.endpoints[0].timestream_settings.magnetic_duration #=> Integer
6008
6058
  # resp.endpoints[0].timestream_settings.cdc_inserts_and_updates #=> Boolean
6009
6059
  # resp.endpoints[0].timestream_settings.enable_magnetic_store_writes #=> Boolean
6060
+ # resp.endpoints[0].lakehouse_settings.arn #=> String
6010
6061
  #
6011
6062
  #
6012
6063
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -6385,6 +6436,12 @@ module Aws::DatabaseMigrationService
6385
6436
  # resp.requests[0].error.default_error_details.message #=> String
6386
6437
  # resp.requests[0].export_sql_details.s3_object_key #=> String
6387
6438
  # resp.requests[0].export_sql_details.object_url #=> String
6439
+ # resp.requests[0].progress.progress_percent #=> Float
6440
+ # resp.requests[0].progress.total_objects #=> Integer
6441
+ # resp.requests[0].progress.progress_step #=> String
6442
+ # resp.requests[0].progress.processed_object.name #=> String
6443
+ # resp.requests[0].progress.processed_object.type #=> String
6444
+ # resp.requests[0].progress.processed_object.endpoint_type #=> String
6388
6445
  #
6389
6446
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeExtensionPackAssociations AWS API Documentation
6390
6447
  #
@@ -7061,6 +7118,12 @@ module Aws::DatabaseMigrationService
7061
7118
  # resp.requests[0].error.default_error_details.message #=> String
7062
7119
  # resp.requests[0].export_sql_details.s3_object_key #=> String
7063
7120
  # resp.requests[0].export_sql_details.object_url #=> String
7121
+ # resp.requests[0].progress.progress_percent #=> Float
7122
+ # resp.requests[0].progress.total_objects #=> Integer
7123
+ # resp.requests[0].progress.progress_step #=> String
7124
+ # resp.requests[0].progress.processed_object.name #=> String
7125
+ # resp.requests[0].progress.processed_object.type #=> String
7126
+ # resp.requests[0].progress.processed_object.endpoint_type #=> String
7064
7127
  #
7065
7128
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelAssessments AWS API Documentation
7066
7129
  #
@@ -7225,6 +7288,12 @@ module Aws::DatabaseMigrationService
7225
7288
  # resp.requests[0].error.default_error_details.message #=> String
7226
7289
  # resp.requests[0].export_sql_details.s3_object_key #=> String
7227
7290
  # resp.requests[0].export_sql_details.object_url #=> String
7291
+ # resp.requests[0].progress.progress_percent #=> Float
7292
+ # resp.requests[0].progress.total_objects #=> Integer
7293
+ # resp.requests[0].progress.progress_step #=> String
7294
+ # resp.requests[0].progress.processed_object.name #=> String
7295
+ # resp.requests[0].progress.processed_object.type #=> String
7296
+ # resp.requests[0].progress.processed_object.endpoint_type #=> String
7228
7297
  #
7229
7298
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelConversions AWS API Documentation
7230
7299
  #
@@ -7289,6 +7358,12 @@ module Aws::DatabaseMigrationService
7289
7358
  # resp.requests[0].error.default_error_details.message #=> String
7290
7359
  # resp.requests[0].export_sql_details.s3_object_key #=> String
7291
7360
  # resp.requests[0].export_sql_details.object_url #=> String
7361
+ # resp.requests[0].progress.progress_percent #=> Float
7362
+ # resp.requests[0].progress.total_objects #=> Integer
7363
+ # resp.requests[0].progress.progress_step #=> String
7364
+ # resp.requests[0].progress.processed_object.name #=> String
7365
+ # resp.requests[0].progress.processed_object.type #=> String
7366
+ # resp.requests[0].progress.processed_object.endpoint_type #=> String
7292
7367
  #
7293
7368
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelCreations AWS API Documentation
7294
7369
  #
@@ -7387,6 +7462,12 @@ module Aws::DatabaseMigrationService
7387
7462
  # resp.requests[0].error.default_error_details.message #=> String
7388
7463
  # resp.requests[0].export_sql_details.s3_object_key #=> String
7389
7464
  # resp.requests[0].export_sql_details.object_url #=> String
7465
+ # resp.requests[0].progress.progress_percent #=> Float
7466
+ # resp.requests[0].progress.total_objects #=> Integer
7467
+ # resp.requests[0].progress.progress_step #=> String
7468
+ # resp.requests[0].progress.processed_object.name #=> String
7469
+ # resp.requests[0].progress.processed_object.type #=> String
7470
+ # resp.requests[0].progress.processed_object.endpoint_type #=> String
7390
7471
  #
7391
7472
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelExportsAsScript AWS API Documentation
7392
7473
  #
@@ -7485,6 +7566,12 @@ module Aws::DatabaseMigrationService
7485
7566
  # resp.requests[0].error.default_error_details.message #=> String
7486
7567
  # resp.requests[0].export_sql_details.s3_object_key #=> String
7487
7568
  # resp.requests[0].export_sql_details.object_url #=> String
7569
+ # resp.requests[0].progress.progress_percent #=> Float
7570
+ # resp.requests[0].progress.total_objects #=> Integer
7571
+ # resp.requests[0].progress.progress_step #=> String
7572
+ # resp.requests[0].progress.processed_object.name #=> String
7573
+ # resp.requests[0].progress.processed_object.type #=> String
7574
+ # resp.requests[0].progress.processed_object.endpoint_type #=> String
7488
7575
  #
7489
7576
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelExportsToTarget AWS API Documentation
7490
7577
  #
@@ -7580,6 +7667,12 @@ module Aws::DatabaseMigrationService
7580
7667
  # resp.requests[0].error.default_error_details.message #=> String
7581
7668
  # resp.requests[0].export_sql_details.s3_object_key #=> String
7582
7669
  # resp.requests[0].export_sql_details.object_url #=> String
7670
+ # resp.requests[0].progress.progress_percent #=> Float
7671
+ # resp.requests[0].progress.total_objects #=> Integer
7672
+ # resp.requests[0].progress.progress_step #=> String
7673
+ # resp.requests[0].progress.processed_object.name #=> String
7674
+ # resp.requests[0].progress.processed_object.type #=> String
7675
+ # resp.requests[0].progress.processed_object.endpoint_type #=> String
7583
7676
  #
7584
7677
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelImports AWS API Documentation
7585
7678
  #
@@ -8146,6 +8239,7 @@ module Aws::DatabaseMigrationService
8146
8239
  # resp.replication_configs[0].table_mappings #=> String
8147
8240
  # resp.replication_configs[0].replication_config_create_time #=> Time
8148
8241
  # resp.replication_configs[0].replication_config_update_time #=> Time
8242
+ # resp.replication_configs[0].is_read_only #=> Boolean
8149
8243
  #
8150
8244
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationConfigs AWS API Documentation
8151
8245
  #
@@ -8304,6 +8398,7 @@ module Aws::DatabaseMigrationService
8304
8398
  # resp.replication_instances[0].replication_subnet_group.subnets[0].subnet_status #=> String
8305
8399
  # resp.replication_instances[0].replication_subnet_group.supported_network_types #=> Array
8306
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
8307
8402
  # resp.replication_instances[0].preferred_maintenance_window #=> String
8308
8403
  # resp.replication_instances[0].pending_modified_values.replication_instance_class #=> String
8309
8404
  # resp.replication_instances[0].pending_modified_values.allocated_storage #=> Integer
@@ -8429,6 +8524,7 @@ module Aws::DatabaseMigrationService
8429
8524
  # resp.replication_subnet_groups[0].subnets[0].subnet_status #=> String
8430
8525
  # resp.replication_subnet_groups[0].supported_network_types #=> Array
8431
8526
  # resp.replication_subnet_groups[0].supported_network_types[0] #=> String
8527
+ # resp.replication_subnet_groups[0].is_read_only #=> Boolean
8432
8528
  #
8433
8529
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationSubnetGroups AWS API Documentation
8434
8530
  #
@@ -8967,6 +9063,7 @@ module Aws::DatabaseMigrationService
8967
9063
  # resp.replications[0].replication_update_time #=> Time
8968
9064
  # resp.replications[0].replication_last_stop_time #=> Time
8969
9065
  # resp.replications[0].replication_deprovision_time #=> Time
9066
+ # resp.replications[0].is_read_only #=> Boolean
8970
9067
  #
8971
9068
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplications AWS API Documentation
8972
9069
  #
@@ -9294,6 +9391,16 @@ module Aws::DatabaseMigrationService
9294
9391
  # @option params [Array<Types::Tag>] :tags
9295
9392
  # The tags associated with the certificate.
9296
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
+ #
9297
9404
  # @return [Types::ImportCertificateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9298
9405
  #
9299
9406
  # * {Types::ImportCertificateResponse#certificate #certificate} => Types::Certificate
@@ -9327,6 +9434,7 @@ module Aws::DatabaseMigrationService
9327
9434
  # resource_arn: "String",
9328
9435
  # },
9329
9436
  # ],
9437
+ # kms_key_id: "String",
9330
9438
  # })
9331
9439
  #
9332
9440
  # @example Response structure
@@ -9341,6 +9449,7 @@ module Aws::DatabaseMigrationService
9341
9449
  # resp.certificate.valid_to_date #=> Time
9342
9450
  # resp.certificate.signing_algorithm #=> String
9343
9451
  # resp.certificate.key_length #=> Integer
9452
+ # resp.certificate.kms_key_id #=> String
9344
9453
  #
9345
9454
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificate AWS API Documentation
9346
9455
  #
@@ -9591,8 +9700,8 @@ module Aws::DatabaseMigrationService
9591
9700
  # The type of database engine for the data provider. Valid values
9592
9701
  # include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
9593
9702
  # `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`, `db2`,
9594
- # `db2-zos` and `docdb`. A value of `"aurora"` represents Amazon Aurora
9595
- # MySQL-Compatible Edition.
9703
+ # `db2-zos`, `docdb`, and `sybase`. A value of `"aurora"` represents
9704
+ # Amazon Aurora MySQL-Compatible Edition.
9596
9705
  #
9597
9706
  # @option params [Boolean] :virtual
9598
9707
  # Indicates whether the data provider is virtual.
@@ -9702,6 +9811,14 @@ module Aws::DatabaseMigrationService
9702
9811
  # s3_path: "String",
9703
9812
  # s3_access_role_arn: "String",
9704
9813
  # },
9814
+ # sybase_ase_settings: {
9815
+ # server_name: "String",
9816
+ # port: 1,
9817
+ # database_name: "String",
9818
+ # ssl_mode: "none", # accepts none, require, verify-ca, verify-full
9819
+ # encrypt_password: false,
9820
+ # certificate_arn: "String",
9821
+ # },
9705
9822
  # microsoft_sql_server_settings: {
9706
9823
  # server_name: "String",
9707
9824
  # port: 1,
@@ -9795,6 +9912,12 @@ module Aws::DatabaseMigrationService
9795
9912
  # resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
9796
9913
  # resp.data_provider.settings.oracle_settings.s3_path #=> String
9797
9914
  # resp.data_provider.settings.oracle_settings.s3_access_role_arn #=> String
9915
+ # resp.data_provider.settings.sybase_ase_settings.server_name #=> String
9916
+ # resp.data_provider.settings.sybase_ase_settings.port #=> Integer
9917
+ # resp.data_provider.settings.sybase_ase_settings.database_name #=> String
9918
+ # resp.data_provider.settings.sybase_ase_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
9919
+ # resp.data_provider.settings.sybase_ase_settings.encrypt_password #=> Boolean
9920
+ # resp.data_provider.settings.sybase_ase_settings.certificate_arn #=> String
9798
9921
  # resp.data_provider.settings.microsoft_sql_server_settings.server_name #=> String
9799
9922
  # resp.data_provider.settings.microsoft_sql_server_settings.port #=> Integer
9800
9923
  # resp.data_provider.settings.microsoft_sql_server_settings.database_name #=> String
@@ -10524,6 +10647,7 @@ module Aws::DatabaseMigrationService
10524
10647
  # resp.endpoint.service_access_role_arn #=> String
10525
10648
  # resp.endpoint.external_table_definition #=> String
10526
10649
  # resp.endpoint.external_id #=> String
10650
+ # resp.endpoint.is_read_only #=> Boolean
10527
10651
  # resp.endpoint.dynamo_db_settings.service_access_role_arn #=> String
10528
10652
  # resp.endpoint.s3_settings.service_access_role_arn #=> String
10529
10653
  # resp.endpoint.s3_settings.external_table_definition #=> String
@@ -10826,6 +10950,7 @@ module Aws::DatabaseMigrationService
10826
10950
  # resp.endpoint.timestream_settings.magnetic_duration #=> Integer
10827
10951
  # resp.endpoint.timestream_settings.cdc_inserts_and_updates #=> Boolean
10828
10952
  # resp.endpoint.timestream_settings.enable_magnetic_store_writes #=> Boolean
10953
+ # resp.endpoint.lakehouse_settings.arn #=> String
10829
10954
  #
10830
10955
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyEndpoint AWS API Documentation
10831
10956
  #
@@ -11278,6 +11403,7 @@ module Aws::DatabaseMigrationService
11278
11403
  # resp.replication_config.table_mappings #=> String
11279
11404
  # resp.replication_config.replication_config_create_time #=> Time
11280
11405
  # resp.replication_config.replication_config_update_time #=> Time
11406
+ # resp.replication_config.is_read_only #=> Boolean
11281
11407
  #
11282
11408
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationConfig AWS API Documentation
11283
11409
  #
@@ -11511,6 +11637,7 @@ module Aws::DatabaseMigrationService
11511
11637
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_status #=> String
11512
11638
  # resp.replication_instance.replication_subnet_group.supported_network_types #=> Array
11513
11639
  # resp.replication_instance.replication_subnet_group.supported_network_types[0] #=> String
11640
+ # resp.replication_instance.replication_subnet_group.is_read_only #=> Boolean
11514
11641
  # resp.replication_instance.preferred_maintenance_window #=> String
11515
11642
  # resp.replication_instance.pending_modified_values.replication_instance_class #=> String
11516
11643
  # resp.replication_instance.pending_modified_values.allocated_storage #=> Integer
@@ -11601,6 +11728,7 @@ module Aws::DatabaseMigrationService
11601
11728
  # resp.replication_subnet_group.subnets[0].subnet_status #=> String
11602
11729
  # resp.replication_subnet_group.supported_network_types #=> Array
11603
11730
  # resp.replication_subnet_group.supported_network_types[0] #=> String
11731
+ # resp.replication_subnet_group.is_read_only #=> Boolean
11604
11732
  #
11605
11733
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationSubnetGroup AWS API Documentation
11606
11734
  #
@@ -11881,6 +12009,7 @@ module Aws::DatabaseMigrationService
11881
12009
  # resp.replication_instance.replication_subnet_group.subnets[0].subnet_status #=> String
11882
12010
  # resp.replication_instance.replication_subnet_group.supported_network_types #=> Array
11883
12011
  # resp.replication_instance.replication_subnet_group.supported_network_types[0] #=> String
12012
+ # resp.replication_instance.replication_subnet_group.is_read_only #=> Boolean
11884
12013
  # resp.replication_instance.preferred_maintenance_window #=> String
11885
12014
  # resp.replication_instance.pending_modified_values.replication_instance_class #=> String
11886
12015
  # resp.replication_instance.pending_modified_values.allocated_storage #=> Integer
@@ -12804,6 +12933,7 @@ module Aws::DatabaseMigrationService
12804
12933
  # resp.replication.replication_update_time #=> Time
12805
12934
  # resp.replication.replication_last_stop_time #=> Time
12806
12935
  # resp.replication.replication_deprovision_time #=> Time
12936
+ # resp.replication.is_read_only #=> Boolean
12807
12937
  #
12808
12938
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplication AWS API Documentation
12809
12939
  #
@@ -13330,6 +13460,7 @@ module Aws::DatabaseMigrationService
13330
13460
  # resp.replication.replication_update_time #=> Time
13331
13461
  # resp.replication.replication_last_stop_time #=> Time
13332
13462
  # resp.replication.replication_deprovision_time #=> Time
13463
+ # resp.replication.is_read_only #=> Boolean
13333
13464
  #
13334
13465
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplication AWS API Documentation
13335
13466
  #
@@ -13543,7 +13674,7 @@ module Aws::DatabaseMigrationService
13543
13674
  tracer: tracer
13544
13675
  )
13545
13676
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
13546
- context[:gem_version] = '1.133.0'
13677
+ context[:gem_version] = '1.135.0'
13547
13678
  Seahorse::Client::Request.new(handlers, context)
13548
13679
  end
13549
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')
@@ -365,6 +366,8 @@ module Aws::DatabaseMigrationService
365
366
  PostgreSqlDataProviderSettings = Shapes::StructureShape.new(name: 'PostgreSqlDataProviderSettings')
366
367
  PremigrationAssessmentStatus = Shapes::StructureShape.new(name: 'PremigrationAssessmentStatus')
367
368
  PremigrationAssessmentStatusList = Shapes::ListShape.new(name: 'PremigrationAssessmentStatusList')
369
+ ProcessedObject = Shapes::StructureShape.new(name: 'ProcessedObject')
370
+ Progress = Shapes::StructureShape.new(name: 'Progress')
368
371
  ProvisionData = Shapes::StructureShape.new(name: 'ProvisionData')
369
372
  PublicIpAddressList = Shapes::ListShape.new(name: 'PublicIpAddressList')
370
373
  RdsConfiguration = Shapes::StructureShape.new(name: 'RdsConfiguration')
@@ -493,6 +496,7 @@ module Aws::DatabaseMigrationService
493
496
  SubnetList = Shapes::ListShape.new(name: 'SubnetList')
494
497
  SupportedEndpointType = Shapes::StructureShape.new(name: 'SupportedEndpointType')
495
498
  SupportedEndpointTypeList = Shapes::ListShape.new(name: 'SupportedEndpointTypeList')
499
+ SybaseAseDataProviderSettings = Shapes::StructureShape.new(name: 'SybaseAseDataProviderSettings')
496
500
  SybaseSettings = Shapes::StructureShape.new(name: 'SybaseSettings')
497
501
  TStamp = Shapes::TimestampShape.new(name: 'TStamp')
498
502
  TableListToReload = Shapes::ListShape.new(name: 'TableListToReload')
@@ -595,6 +599,7 @@ module Aws::DatabaseMigrationService
595
599
  Certificate.add_member(:valid_to_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ValidToDate"))
596
600
  Certificate.add_member(:signing_algorithm, Shapes::ShapeRef.new(shape: String, location_name: "SigningAlgorithm"))
597
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"))
598
603
  Certificate.struct_class = Types::Certificate
599
604
 
600
605
  CertificateList.member = Shapes::ShapeRef.new(shape: Certificate)
@@ -903,6 +908,7 @@ module Aws::DatabaseMigrationService
903
908
  DataProviderSettings.add_member(:postgre_sql_settings, Shapes::ShapeRef.new(shape: PostgreSqlDataProviderSettings, location_name: "PostgreSqlSettings"))
904
909
  DataProviderSettings.add_member(:my_sql_settings, Shapes::ShapeRef.new(shape: MySqlDataProviderSettings, location_name: "MySqlSettings"))
905
910
  DataProviderSettings.add_member(:oracle_settings, Shapes::ShapeRef.new(shape: OracleDataProviderSettings, location_name: "OracleSettings"))
911
+ DataProviderSettings.add_member(:sybase_ase_settings, Shapes::ShapeRef.new(shape: SybaseAseDataProviderSettings, location_name: "SybaseAseSettings"))
906
912
  DataProviderSettings.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSqlServerDataProviderSettings, location_name: "MicrosoftSqlServerSettings"))
907
913
  DataProviderSettings.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbDataProviderSettings, location_name: "DocDbSettings"))
908
914
  DataProviderSettings.add_member(:maria_db_settings, Shapes::ShapeRef.new(shape: MariaDbDataProviderSettings, location_name: "MariaDbSettings"))
@@ -914,6 +920,7 @@ module Aws::DatabaseMigrationService
914
920
  DataProviderSettings.add_member_subclass(:postgre_sql_settings, Types::DataProviderSettings::PostgreSqlSettings)
915
921
  DataProviderSettings.add_member_subclass(:my_sql_settings, Types::DataProviderSettings::MySqlSettings)
916
922
  DataProviderSettings.add_member_subclass(:oracle_settings, Types::DataProviderSettings::OracleSettings)
923
+ DataProviderSettings.add_member_subclass(:sybase_ase_settings, Types::DataProviderSettings::SybaseAseSettings)
917
924
  DataProviderSettings.add_member_subclass(:microsoft_sql_server_settings, Types::DataProviderSettings::MicrosoftSqlServerSettings)
918
925
  DataProviderSettings.add_member_subclass(:doc_db_settings, Types::DataProviderSettings::DocDbSettings)
919
926
  DataProviderSettings.add_member_subclass(:maria_db_settings, Types::DataProviderSettings::MariaDbSettings)
@@ -1535,6 +1542,7 @@ module Aws::DatabaseMigrationService
1535
1542
  Endpoint.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
1536
1543
  Endpoint.add_member(:external_table_definition, Shapes::ShapeRef.new(shape: String, location_name: "ExternalTableDefinition"))
1537
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"))
1538
1546
  Endpoint.add_member(:dynamo_db_settings, Shapes::ShapeRef.new(shape: DynamoDbSettings, location_name: "DynamoDbSettings"))
1539
1547
  Endpoint.add_member(:s3_settings, Shapes::ShapeRef.new(shape: S3Settings, location_name: "S3Settings"))
1540
1548
  Endpoint.add_member(:dms_transfer_settings, Shapes::ShapeRef.new(shape: DmsTransferSettings, location_name: "DmsTransferSettings"))
@@ -1554,6 +1562,7 @@ module Aws::DatabaseMigrationService
1554
1562
  Endpoint.add_member(:redis_settings, Shapes::ShapeRef.new(shape: RedisSettings, location_name: "RedisSettings"))
1555
1563
  Endpoint.add_member(:gcp_my_sql_settings, Shapes::ShapeRef.new(shape: GcpMySQLSettings, location_name: "GcpMySQLSettings"))
1556
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"))
1557
1566
  Endpoint.struct_class = Types::Endpoint
1558
1567
 
1559
1568
  EndpointList.member = Shapes::ShapeRef.new(shape: Endpoint)
@@ -1730,6 +1739,7 @@ module Aws::DatabaseMigrationService
1730
1739
  ImportCertificateMessage.add_member(:certificate_pem, Shapes::ShapeRef.new(shape: SecretString, location_name: "CertificatePem"))
1731
1740
  ImportCertificateMessage.add_member(:certificate_wallet, Shapes::ShapeRef.new(shape: CertificateWallet, location_name: "CertificateWallet"))
1732
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"))
1733
1743
  ImportCertificateMessage.struct_class = Types::ImportCertificateMessage
1734
1744
 
1735
1745
  ImportCertificateResponse.add_member(:certificate, Shapes::ShapeRef.new(shape: Certificate, location_name: "Certificate"))
@@ -1838,6 +1848,9 @@ module Aws::DatabaseMigrationService
1838
1848
  KinesisSettings.add_member(:use_large_integer_value, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseLargeIntegerValue"))
1839
1849
  KinesisSettings.struct_class = Types::KinesisSettings
1840
1850
 
1851
+ LakehouseSettings.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Arn"))
1852
+ LakehouseSettings.struct_class = Types::LakehouseSettings
1853
+
1841
1854
  Limitation.add_member(:database_id, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseId"))
1842
1855
  Limitation.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, location_name: "EngineName"))
1843
1856
  Limitation.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
@@ -2290,6 +2303,17 @@ module Aws::DatabaseMigrationService
2290
2303
 
2291
2304
  PremigrationAssessmentStatusList.member = Shapes::ShapeRef.new(shape: PremigrationAssessmentStatus)
2292
2305
 
2306
+ ProcessedObject.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
2307
+ ProcessedObject.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
2308
+ ProcessedObject.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: String, location_name: "EndpointType"))
2309
+ ProcessedObject.struct_class = Types::ProcessedObject
2310
+
2311
+ Progress.add_member(:progress_percent, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "ProgressPercent"))
2312
+ Progress.add_member(:total_objects, Shapes::ShapeRef.new(shape: Long, location_name: "TotalObjects"))
2313
+ Progress.add_member(:progress_step, Shapes::ShapeRef.new(shape: String, location_name: "ProgressStep"))
2314
+ Progress.add_member(:processed_object, Shapes::ShapeRef.new(shape: ProcessedObject, location_name: "ProcessedObject"))
2315
+ Progress.struct_class = Types::Progress
2316
+
2293
2317
  ProvisionData.add_member(:provision_state, Shapes::ShapeRef.new(shape: String, location_name: "ProvisionState"))
2294
2318
  ProvisionData.add_member(:provisioned_capacity_units, Shapes::ShapeRef.new(shape: Integer, location_name: "ProvisionedCapacityUnits"))
2295
2319
  ProvisionData.add_member(:date_provisioned, Shapes::ShapeRef.new(shape: TStamp, location_name: "DateProvisioned"))
@@ -2455,6 +2479,7 @@ module Aws::DatabaseMigrationService
2455
2479
  Replication.add_member(:replication_update_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationUpdateTime"))
2456
2480
  Replication.add_member(:replication_last_stop_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationLastStopTime"))
2457
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"))
2458
2483
  Replication.struct_class = Types::Replication
2459
2484
 
2460
2485
  ReplicationConfig.add_member(:replication_config_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationConfigIdentifier"))
@@ -2468,6 +2493,7 @@ module Aws::DatabaseMigrationService
2468
2493
  ReplicationConfig.add_member(:table_mappings, Shapes::ShapeRef.new(shape: String, location_name: "TableMappings"))
2469
2494
  ReplicationConfig.add_member(:replication_config_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ReplicationConfigCreateTime"))
2470
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"))
2471
2497
  ReplicationConfig.struct_class = Types::ReplicationConfig
2472
2498
 
2473
2499
  ReplicationConfigList.member = Shapes::ShapeRef.new(shape: ReplicationConfig)
@@ -2543,6 +2569,7 @@ module Aws::DatabaseMigrationService
2543
2569
  ReplicationSubnetGroup.add_member(:subnet_group_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupStatus"))
2544
2570
  ReplicationSubnetGroup.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetList, location_name: "Subnets"))
2545
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"))
2546
2573
  ReplicationSubnetGroup.struct_class = Types::ReplicationSubnetGroup
2547
2574
 
2548
2575
  ReplicationSubnetGroupDoesNotCoverEnoughAZs.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -2720,6 +2747,7 @@ module Aws::DatabaseMigrationService
2720
2747
  SchemaConversionRequest.add_member(:migration_project_arn, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectArn"))
2721
2748
  SchemaConversionRequest.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "Error"))
2722
2749
  SchemaConversionRequest.add_member(:export_sql_details, Shapes::ShapeRef.new(shape: ExportSqlDetails, location_name: "ExportSqlDetails"))
2750
+ SchemaConversionRequest.add_member(:progress, Shapes::ShapeRef.new(shape: Progress, location_name: "Progress"))
2723
2751
  SchemaConversionRequest.struct_class = Types::SchemaConversionRequest
2724
2752
 
2725
2753
  SchemaConversionRequestList.member = Shapes::ShapeRef.new(shape: SchemaConversionRequest)
@@ -2920,6 +2948,14 @@ module Aws::DatabaseMigrationService
2920
2948
 
2921
2949
  SupportedEndpointTypeList.member = Shapes::ShapeRef.new(shape: SupportedEndpointType)
2922
2950
 
2951
+ SybaseAseDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
2952
+ SybaseAseDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
2953
+ SybaseAseDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
2954
+ SybaseAseDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
2955
+ SybaseAseDataProviderSettings.add_member(:encrypt_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EncryptPassword"))
2956
+ SybaseAseDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
2957
+ SybaseAseDataProviderSettings.struct_class = Types::SybaseAseDataProviderSettings
2958
+
2923
2959
  SybaseSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
2924
2960
  SybaseSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
2925
2961
  SybaseSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
@@ -4140,6 +4176,7 @@ module Aws::DatabaseMigrationService
4140
4176
  o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsFault)
4141
4177
  o.errors << Shapes::ShapeRef.new(shape: InvalidCertificateFault)
4142
4178
  o.errors << Shapes::ShapeRef.new(shape: ResourceQuotaExceededFault)
4179
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
4143
4180
  end)
4144
4181
 
4145
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
@@ -744,8 +756,8 @@ module Aws::DatabaseMigrationService
744
756
  # The type of database engine for the data provider. Valid values
745
757
  # include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
746
758
  # `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
747
- # `db2`, `db2-zos` and `docdb`. A value of `"aurora"` represents
748
- # Amazon Aurora MySQL-Compatible Edition.
759
+ # `db2`, `db2-zos`, `docdb`, and `sybase`. A value of `"aurora"`
760
+ # represents Amazon Aurora MySQL-Compatible Edition.
749
761
  # @return [String]
750
762
  #
751
763
  # @!attribute [rw] virtual
@@ -2157,8 +2169,8 @@ module Aws::DatabaseMigrationService
2157
2169
  # The type of database engine for the data provider. Valid values
2158
2170
  # include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
2159
2171
  # `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
2160
- # `db2`, `db2-zos` and `docdb`. A value of `"aurora"` represents
2161
- # Amazon Aurora MySQL-Compatible Edition.
2172
+ # `db2`, `db2-zos`, `docdb`, and `sybase`. A value of `"aurora"`
2173
+ # represents Amazon Aurora MySQL-Compatible Edition.
2162
2174
  # @return [String]
2163
2175
  #
2164
2176
  # @!attribute [rw] virtual
@@ -2262,6 +2274,10 @@ module Aws::DatabaseMigrationService
2262
2274
  # Provides information that defines an Oracle data provider.
2263
2275
  # @return [Types::OracleDataProviderSettings]
2264
2276
  #
2277
+ # @!attribute [rw] sybase_ase_settings
2278
+ # Provides information that defines an SAP ASE data provider.
2279
+ # @return [Types::SybaseAseDataProviderSettings]
2280
+ #
2265
2281
  # @!attribute [rw] microsoft_sql_server_settings
2266
2282
  # Provides information that defines a Microsoft SQL Server data
2267
2283
  # provider.
@@ -2294,6 +2310,7 @@ module Aws::DatabaseMigrationService
2294
2310
  :postgre_sql_settings,
2295
2311
  :my_sql_settings,
2296
2312
  :oracle_settings,
2313
+ :sybase_ase_settings,
2297
2314
  :microsoft_sql_server_settings,
2298
2315
  :doc_db_settings,
2299
2316
  :maria_db_settings,
@@ -2309,6 +2326,7 @@ module Aws::DatabaseMigrationService
2309
2326
  class PostgreSqlSettings < DataProviderSettings; end
2310
2327
  class MySqlSettings < DataProviderSettings; end
2311
2328
  class OracleSettings < DataProviderSettings; end
2329
+ class SybaseAseSettings < DataProviderSettings; end
2312
2330
  class MicrosoftSqlServerSettings < DataProviderSettings; end
2313
2331
  class DocDbSettings < DataProviderSettings; end
2314
2332
  class MariaDbSettings < DataProviderSettings; end
@@ -5779,6 +5797,14 @@ module Aws::DatabaseMigrationService
5779
5797
  # CreateEndpoint to create the endpoint with a cross-account.
5780
5798
  # @return [String]
5781
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
+ #
5782
5808
  # @!attribute [rw] dynamo_db_settings
5783
5809
  # The settings for the DynamoDB target endpoint. For more information,
5784
5810
  # see the `DynamoDBSettings` structure.
@@ -5872,6 +5898,12 @@ module Aws::DatabaseMigrationService
5872
5898
  # information, see the `TimestreamSettings` structure.
5873
5899
  # @return [Types::TimestreamSettings]
5874
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
+ #
5875
5907
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Endpoint AWS API Documentation
5876
5908
  #
5877
5909
  class Endpoint < Struct.new(
@@ -5892,6 +5924,7 @@ module Aws::DatabaseMigrationService
5892
5924
  :service_access_role_arn,
5893
5925
  :external_table_definition,
5894
5926
  :external_id,
5927
+ :is_read_only,
5895
5928
  :dynamo_db_settings,
5896
5929
  :s3_settings,
5897
5930
  :dms_transfer_settings,
@@ -5910,7 +5943,8 @@ module Aws::DatabaseMigrationService
5910
5943
  :doc_db_settings,
5911
5944
  :redis_settings,
5912
5945
  :gcp_my_sql_settings,
5913
- :timestream_settings)
5946
+ :timestream_settings,
5947
+ :lakehouse_settings)
5914
5948
  SENSITIVE = []
5915
5949
  include Aws::Structure
5916
5950
  end
@@ -6780,13 +6814,25 @@ module Aws::DatabaseMigrationService
6780
6814
  # The tags associated with the certificate.
6781
6815
  # @return [Array<Types::Tag>]
6782
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
+ #
6783
6828
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ImportCertificateMessage AWS API Documentation
6784
6829
  #
6785
6830
  class ImportCertificateMessage < Struct.new(
6786
6831
  :certificate_identifier,
6787
6832
  :certificate_pem,
6788
6833
  :certificate_wallet,
6789
- :tags)
6834
+ :tags,
6835
+ :kms_key_id)
6790
6836
  SENSITIVE = [:certificate_pem]
6791
6837
  include Aws::Structure
6792
6838
  end
@@ -7351,6 +7397,22 @@ module Aws::DatabaseMigrationService
7351
7397
  include Aws::Structure
7352
7398
  end
7353
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
+
7354
7416
  # Provides information about the limitations of target Amazon Web
7355
7417
  # Services engines.
7356
7418
  #
@@ -7924,8 +7986,8 @@ module Aws::DatabaseMigrationService
7924
7986
  # The type of database engine for the data provider. Valid values
7925
7987
  # include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
7926
7988
  # `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
7927
- # `db2`, `db2-zos` and `docdb`. A value of `"aurora"` represents
7928
- # Amazon Aurora MySQL-Compatible Edition.
7989
+ # `db2`, `db2-zos`, `docdb`, and `sybase`. A value of `"aurora"`
7990
+ # represents Amazon Aurora MySQL-Compatible Edition.
7929
7991
  # @return [String]
7930
7992
  #
7931
7993
  # @!attribute [rw] virtual
@@ -10537,6 +10599,82 @@ module Aws::DatabaseMigrationService
10537
10599
  include Aws::Structure
10538
10600
  end
10539
10601
 
10602
+ # The database object that the schema conversion operation currently
10603
+ # uses.
10604
+ #
10605
+ # @!attribute [rw] name
10606
+ # The name of the database object.
10607
+ # @return [String]
10608
+ #
10609
+ # @!attribute [rw] type
10610
+ # The type of the database object. For example, a table, view,
10611
+ # procedure, and so on.
10612
+ # @return [String]
10613
+ #
10614
+ # @!attribute [rw] endpoint_type
10615
+ # The type of the data provider. This parameter can store one of the
10616
+ # following values: `"SOURCE"` or `"TARGET"`.
10617
+ # @return [String]
10618
+ #
10619
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ProcessedObject AWS API Documentation
10620
+ #
10621
+ class ProcessedObject < Struct.new(
10622
+ :name,
10623
+ :type,
10624
+ :endpoint_type)
10625
+ SENSITIVE = []
10626
+ include Aws::Structure
10627
+ end
10628
+
10629
+ # Provides information about the progress of the schema conversion
10630
+ # operation.
10631
+ #
10632
+ # @!attribute [rw] progress_percent
10633
+ # The percent complete for the current step of the schema conversion
10634
+ # operation.
10635
+ # @return [Float]
10636
+ #
10637
+ # @!attribute [rw] total_objects
10638
+ # The number of objects in this schema conversion operation.
10639
+ # @return [Integer]
10640
+ #
10641
+ # @!attribute [rw] progress_step
10642
+ # The step of the schema conversion operation. This parameter can
10643
+ # store one of the following values:
10644
+ #
10645
+ # * `IN_PROGRESS` – The operation is running.
10646
+ #
10647
+ # * `LOADING_METADATA` – Loads metadata from the source database.
10648
+ #
10649
+ # * `COUNTING_OBJECTS` – Determines the number of objects involved in
10650
+ # the operation.
10651
+ #
10652
+ # * `ANALYZING` – Analyzes the source database objects.
10653
+ #
10654
+ # * `CONVERTING` – Converts the source database objects to a format
10655
+ # compatible with the target database.
10656
+ #
10657
+ # * `APPLYING` – Applies the converted code to the target database.
10658
+ #
10659
+ # * `FINISHED` – The operation completed successfully.
10660
+ # @return [String]
10661
+ #
10662
+ # @!attribute [rw] processed_object
10663
+ # The name of the database object that the schema conversion operation
10664
+ # currently uses.
10665
+ # @return [Types::ProcessedObject]
10666
+ #
10667
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Progress AWS API Documentation
10668
+ #
10669
+ class Progress < Struct.new(
10670
+ :progress_percent,
10671
+ :total_objects,
10672
+ :progress_step,
10673
+ :processed_object)
10674
+ SENSITIVE = []
10675
+ include Aws::Structure
10676
+ end
10677
+
10540
10678
  # Information about provisioning resources for an DMS serverless
10541
10679
  # replication.
10542
10680
  #
@@ -11555,6 +11693,14 @@ module Aws::DatabaseMigrationService
11555
11693
  # The timestamp when DMS will deprovision the replication.
11556
11694
  # @return [Time]
11557
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
+ #
11558
11704
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Replication AWS API Documentation
11559
11705
  #
11560
11706
  class Replication < Struct.new(
@@ -11577,7 +11723,8 @@ module Aws::DatabaseMigrationService
11577
11723
  :replication_create_time,
11578
11724
  :replication_update_time,
11579
11725
  :replication_last_stop_time,
11580
- :replication_deprovision_time)
11726
+ :replication_deprovision_time,
11727
+ :is_read_only)
11581
11728
  SENSITIVE = []
11582
11729
  include Aws::Structure
11583
11730
  end
@@ -11634,6 +11781,14 @@ module Aws::DatabaseMigrationService
11634
11781
  # The time the serverless replication config was updated.
11635
11782
  # @return [Time]
11636
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
+ #
11637
11792
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationConfig AWS API Documentation
11638
11793
  #
11639
11794
  class ReplicationConfig < Struct.new(
@@ -11647,7 +11802,8 @@ module Aws::DatabaseMigrationService
11647
11802
  :supplemental_settings,
11648
11803
  :table_mappings,
11649
11804
  :replication_config_create_time,
11650
- :replication_config_update_time)
11805
+ :replication_config_update_time,
11806
+ :is_read_only)
11651
11807
  SENSITIVE = []
11652
11808
  include Aws::Structure
11653
11809
  end
@@ -12044,6 +12200,14 @@ module Aws::DatabaseMigrationService
12044
12200
  # not yet supported.
12045
12201
  # @return [Array<String>]
12046
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
+ #
12047
12211
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationSubnetGroup AWS API Documentation
12048
12212
  #
12049
12213
  class ReplicationSubnetGroup < Struct.new(
@@ -12052,7 +12216,8 @@ module Aws::DatabaseMigrationService
12052
12216
  :vpc_id,
12053
12217
  :subnet_group_status,
12054
12218
  :subnets,
12055
- :supported_network_types)
12219
+ :supported_network_types,
12220
+ :is_read_only)
12056
12221
  SENSITIVE = []
12057
12222
  include Aws::Structure
12058
12223
  end
@@ -13510,6 +13675,11 @@ module Aws::DatabaseMigrationService
13510
13675
  # SQL.
13511
13676
  # @return [Types::ExportSqlDetails]
13512
13677
  #
13678
+ # @!attribute [rw] progress
13679
+ # Provides information about the progress of the schema conversion
13680
+ # operation.
13681
+ # @return [Types::Progress]
13682
+ #
13513
13683
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/SchemaConversionRequest AWS API Documentation
13514
13684
  #
13515
13685
  class SchemaConversionRequest < Struct.new(
@@ -13517,7 +13687,8 @@ module Aws::DatabaseMigrationService
13517
13687
  :request_identifier,
13518
13688
  :migration_project_arn,
13519
13689
  :error,
13520
- :export_sql_details)
13690
+ :export_sql_details,
13691
+ :progress)
13521
13692
  SENSITIVE = []
13522
13693
  include Aws::Structure
13523
13694
  end
@@ -14527,6 +14698,49 @@ module Aws::DatabaseMigrationService
14527
14698
  include Aws::Structure
14528
14699
  end
14529
14700
 
14701
+ # Provides information that defines an SAP ASE data provider.
14702
+ #
14703
+ # @!attribute [rw] server_name
14704
+ # The name of the SAP ASE server.
14705
+ # @return [String]
14706
+ #
14707
+ # @!attribute [rw] port
14708
+ # The port value for the SAP ASE data provider.
14709
+ # @return [Integer]
14710
+ #
14711
+ # @!attribute [rw] database_name
14712
+ # The database name on the SAP ASE data provider.
14713
+ # @return [String]
14714
+ #
14715
+ # @!attribute [rw] ssl_mode
14716
+ # The SSL mode used to connect to the SAP ASE data provider. The
14717
+ # default value is `none`.
14718
+ # @return [String]
14719
+ #
14720
+ # @!attribute [rw] encrypt_password
14721
+ # Specifies whether to encrypt the password when connecting to the
14722
+ # Sybase ASE database. When set to true, the connection password is
14723
+ # encrypted during transmission. Default is true.
14724
+ # @return [Boolean]
14725
+ #
14726
+ # @!attribute [rw] certificate_arn
14727
+ # The Amazon Resource Name (ARN) of the certificate used for SSL
14728
+ # connection.
14729
+ # @return [String]
14730
+ #
14731
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/SybaseAseDataProviderSettings AWS API Documentation
14732
+ #
14733
+ class SybaseAseDataProviderSettings < Struct.new(
14734
+ :server_name,
14735
+ :port,
14736
+ :database_name,
14737
+ :ssl_mode,
14738
+ :encrypt_password,
14739
+ :certificate_arn)
14740
+ SENSITIVE = []
14741
+ include Aws::Structure
14742
+ end
14743
+
14530
14744
  # Provides information that defines a SAP ASE endpoint.
14531
14745
  #
14532
14746
  # @!attribute [rw] database_name
@@ -55,7 +55,7 @@ module Aws::DatabaseMigrationService
55
55
  autoload :EndpointProvider, 'aws-sdk-databasemigrationservice/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-databasemigrationservice/endpoints'
57
57
 
58
- GEM_VERSION = '1.133.0'
58
+ GEM_VERSION = '1.135.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -242,6 +242,14 @@ module Aws
242
242
  s3_path: ::String?,
243
243
  s3_access_role_arn: ::String?
244
244
  }?,
245
+ sybase_ase_settings: {
246
+ server_name: ::String?,
247
+ port: ::Integer?,
248
+ database_name: ::String?,
249
+ ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
250
+ encrypt_password: bool?,
251
+ certificate_arn: ::String?
252
+ }?,
245
253
  microsoft_sql_server_settings: {
246
254
  server_name: ::String?,
247
255
  port: ::Integer?,
@@ -1881,7 +1889,8 @@ module Aws
1881
1889
  value: ::String?,
1882
1890
  resource_arn: ::String?
1883
1891
  },
1884
- ]
1892
+ ],
1893
+ ?kms_key_id: ::String
1885
1894
  ) -> _ImportCertificateResponseSuccess
1886
1895
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportCertificateResponseSuccess
1887
1896
 
@@ -1987,6 +1996,14 @@ module Aws
1987
1996
  s3_path: ::String?,
1988
1997
  s3_access_role_arn: ::String?
1989
1998
  }?,
1999
+ sybase_ase_settings: {
2000
+ server_name: ::String?,
2001
+ port: ::Integer?,
2002
+ database_name: ::String?,
2003
+ ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
2004
+ encrypt_password: bool?,
2005
+ certificate_arn: ::String?
2006
+ }?,
1990
2007
  microsoft_sql_server_settings: {
1991
2008
  server_name: ::String?,
1992
2009
  port: ::Integer?,
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
 
@@ -466,6 +467,7 @@ module Aws::DatabaseMigrationService
466
467
  attr_accessor postgre_sql_settings: Types::PostgreSqlDataProviderSettings
467
468
  attr_accessor my_sql_settings: Types::MySqlDataProviderSettings
468
469
  attr_accessor oracle_settings: Types::OracleDataProviderSettings
470
+ attr_accessor sybase_ase_settings: Types::SybaseAseDataProviderSettings
469
471
  attr_accessor microsoft_sql_server_settings: Types::MicrosoftSqlServerDataProviderSettings
470
472
  attr_accessor doc_db_settings: Types::DocDbDataProviderSettings
471
473
  attr_accessor maria_db_settings: Types::MariaDbDataProviderSettings
@@ -483,6 +485,8 @@ module Aws::DatabaseMigrationService
483
485
  end
484
486
  class OracleSettings < DataProviderSettings
485
487
  end
488
+ class SybaseAseSettings < DataProviderSettings
489
+ end
486
490
  class MicrosoftSqlServerSettings < DataProviderSettings
487
491
  end
488
492
  class DocDbSettings < DataProviderSettings
@@ -1372,6 +1376,7 @@ module Aws::DatabaseMigrationService
1372
1376
  attr_accessor service_access_role_arn: ::String
1373
1377
  attr_accessor external_table_definition: ::String
1374
1378
  attr_accessor external_id: ::String
1379
+ attr_accessor is_read_only: bool
1375
1380
  attr_accessor dynamo_db_settings: Types::DynamoDbSettings
1376
1381
  attr_accessor s3_settings: Types::S3Settings
1377
1382
  attr_accessor dms_transfer_settings: Types::DmsTransferSettings
@@ -1391,6 +1396,7 @@ module Aws::DatabaseMigrationService
1391
1396
  attr_accessor redis_settings: Types::RedisSettings
1392
1397
  attr_accessor gcp_my_sql_settings: Types::GcpMySQLSettings
1393
1398
  attr_accessor timestream_settings: Types::TimestreamSettings
1399
+ attr_accessor lakehouse_settings: Types::LakehouseSettings
1394
1400
  SENSITIVE: []
1395
1401
  end
1396
1402
 
@@ -1584,6 +1590,7 @@ module Aws::DatabaseMigrationService
1584
1590
  attr_accessor certificate_pem: ::String
1585
1591
  attr_accessor certificate_wallet: ::String
1586
1592
  attr_accessor tags: ::Array[Types::Tag]
1593
+ attr_accessor kms_key_id: ::String
1587
1594
  SENSITIVE: [:certificate_pem]
1588
1595
  end
1589
1596
 
@@ -1719,6 +1726,11 @@ module Aws::DatabaseMigrationService
1719
1726
  SENSITIVE: []
1720
1727
  end
1721
1728
 
1729
+ class LakehouseSettings
1730
+ attr_accessor arn: ::String
1731
+ SENSITIVE: []
1732
+ end
1733
+
1722
1734
  class Limitation
1723
1735
  attr_accessor database_id: ::String
1724
1736
  attr_accessor engine_name: ::String
@@ -2250,6 +2262,21 @@ module Aws::DatabaseMigrationService
2250
2262
  SENSITIVE: []
2251
2263
  end
2252
2264
 
2265
+ class ProcessedObject
2266
+ attr_accessor name: ::String
2267
+ attr_accessor type: ::String
2268
+ attr_accessor endpoint_type: ::String
2269
+ SENSITIVE: []
2270
+ end
2271
+
2272
+ class Progress
2273
+ attr_accessor progress_percent: ::Float
2274
+ attr_accessor total_objects: ::Integer
2275
+ attr_accessor progress_step: ::String
2276
+ attr_accessor processed_object: Types::ProcessedObject
2277
+ SENSITIVE: []
2278
+ end
2279
+
2253
2280
  class ProvisionData
2254
2281
  attr_accessor provision_state: ::String
2255
2282
  attr_accessor provisioned_capacity_units: ::Integer
@@ -2453,6 +2480,7 @@ module Aws::DatabaseMigrationService
2453
2480
  attr_accessor replication_update_time: ::Time
2454
2481
  attr_accessor replication_last_stop_time: ::Time
2455
2482
  attr_accessor replication_deprovision_time: ::Time
2483
+ attr_accessor is_read_only: bool
2456
2484
  SENSITIVE: []
2457
2485
  end
2458
2486
 
@@ -2468,6 +2496,7 @@ module Aws::DatabaseMigrationService
2468
2496
  attr_accessor table_mappings: ::String
2469
2497
  attr_accessor replication_config_create_time: ::Time
2470
2498
  attr_accessor replication_config_update_time: ::Time
2499
+ attr_accessor is_read_only: bool
2471
2500
  SENSITIVE: []
2472
2501
  end
2473
2502
 
@@ -2539,6 +2568,7 @@ module Aws::DatabaseMigrationService
2539
2568
  attr_accessor subnet_group_status: ::String
2540
2569
  attr_accessor subnets: ::Array[Types::Subnet]
2541
2570
  attr_accessor supported_network_types: ::Array[::String]
2571
+ attr_accessor is_read_only: bool
2542
2572
  SENSITIVE: []
2543
2573
  end
2544
2574
 
@@ -2744,6 +2774,7 @@ module Aws::DatabaseMigrationService
2744
2774
  attr_accessor migration_project_arn: ::String
2745
2775
  attr_accessor error: Types::ErrorDetails
2746
2776
  attr_accessor export_sql_details: Types::ExportSqlDetails
2777
+ attr_accessor progress: Types::Progress
2747
2778
  SENSITIVE: []
2748
2779
  end
2749
2780
 
@@ -3009,6 +3040,16 @@ module Aws::DatabaseMigrationService
3009
3040
  SENSITIVE: []
3010
3041
  end
3011
3042
 
3043
+ class SybaseAseDataProviderSettings
3044
+ attr_accessor server_name: ::String
3045
+ attr_accessor port: ::Integer
3046
+ attr_accessor database_name: ::String
3047
+ attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
3048
+ attr_accessor encrypt_password: bool
3049
+ attr_accessor certificate_arn: ::String
3050
+ SENSITIVE: []
3051
+ end
3052
+
3012
3053
  class SybaseSettings
3013
3054
  attr_accessor database_name: ::String
3014
3055
  attr_accessor password: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-databasemigrationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.133.0
4
+ version: 1.135.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services