aws-sdk-databasemigrationservice 1.133.0 → 1.134.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 +99 -5
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +25 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +138 -7
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- data/sig/client.rbs +16 -0
- data/sig/types.rbs +29 -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: 46fa4f0e10457d3e0643955e719df810760a8040c39ccb8ff9a0bc29cc2bbc02
|
|
4
|
+
data.tar.gz: 4fa80393bb94a9dc4de56675c54ad3ab0803c6f44eea6bf4a5b3cd2da976b59f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 988035198ebf590b091ec704e929501776712ddd2409fce9325b7e9ccf3d44cc6a7c9033c8817b28121aae7255342290742b2c360ee89365b90c143fe2d282a4
|
|
7
|
+
data.tar.gz: 2f0f170d85eab58f16804bdc4a3ceb5e9d19f1f507dd1ab4d7292457933003e2fe5bc9058a34f46d2e463b8be785764d4dcc7c38875e8b6f08e4a2e2fc55ce3e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.134.0 (2025-11-17)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* 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.
|
|
8
|
+
|
|
4
9
|
1.133.0 (2025-11-12)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.134.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 `
|
|
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
|
|
@@ -3746,6 +3772,12 @@ module Aws::DatabaseMigrationService
|
|
|
3746
3772
|
# resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
|
|
3747
3773
|
# resp.data_provider.settings.oracle_settings.s3_path #=> String
|
|
3748
3774
|
# resp.data_provider.settings.oracle_settings.s3_access_role_arn #=> String
|
|
3775
|
+
# resp.data_provider.settings.sybase_ase_settings.server_name #=> String
|
|
3776
|
+
# resp.data_provider.settings.sybase_ase_settings.port #=> Integer
|
|
3777
|
+
# resp.data_provider.settings.sybase_ase_settings.database_name #=> String
|
|
3778
|
+
# resp.data_provider.settings.sybase_ase_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
|
|
3779
|
+
# resp.data_provider.settings.sybase_ase_settings.encrypt_password #=> Boolean
|
|
3780
|
+
# resp.data_provider.settings.sybase_ase_settings.certificate_arn #=> String
|
|
3749
3781
|
# resp.data_provider.settings.microsoft_sql_server_settings.server_name #=> String
|
|
3750
3782
|
# resp.data_provider.settings.microsoft_sql_server_settings.port #=> Integer
|
|
3751
3783
|
# resp.data_provider.settings.microsoft_sql_server_settings.database_name #=> String
|
|
@@ -5421,6 +5453,12 @@ module Aws::DatabaseMigrationService
|
|
|
5421
5453
|
# resp.data_providers[0].settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
|
|
5422
5454
|
# resp.data_providers[0].settings.oracle_settings.s3_path #=> String
|
|
5423
5455
|
# resp.data_providers[0].settings.oracle_settings.s3_access_role_arn #=> String
|
|
5456
|
+
# resp.data_providers[0].settings.sybase_ase_settings.server_name #=> String
|
|
5457
|
+
# resp.data_providers[0].settings.sybase_ase_settings.port #=> Integer
|
|
5458
|
+
# resp.data_providers[0].settings.sybase_ase_settings.database_name #=> String
|
|
5459
|
+
# resp.data_providers[0].settings.sybase_ase_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
|
|
5460
|
+
# resp.data_providers[0].settings.sybase_ase_settings.encrypt_password #=> Boolean
|
|
5461
|
+
# resp.data_providers[0].settings.sybase_ase_settings.certificate_arn #=> String
|
|
5424
5462
|
# resp.data_providers[0].settings.microsoft_sql_server_settings.server_name #=> String
|
|
5425
5463
|
# resp.data_providers[0].settings.microsoft_sql_server_settings.port #=> Integer
|
|
5426
5464
|
# resp.data_providers[0].settings.microsoft_sql_server_settings.database_name #=> String
|
|
@@ -6385,6 +6423,12 @@ module Aws::DatabaseMigrationService
|
|
|
6385
6423
|
# resp.requests[0].error.default_error_details.message #=> String
|
|
6386
6424
|
# resp.requests[0].export_sql_details.s3_object_key #=> String
|
|
6387
6425
|
# resp.requests[0].export_sql_details.object_url #=> String
|
|
6426
|
+
# resp.requests[0].progress.progress_percent #=> Float
|
|
6427
|
+
# resp.requests[0].progress.total_objects #=> Integer
|
|
6428
|
+
# resp.requests[0].progress.progress_step #=> String
|
|
6429
|
+
# resp.requests[0].progress.processed_object.name #=> String
|
|
6430
|
+
# resp.requests[0].progress.processed_object.type #=> String
|
|
6431
|
+
# resp.requests[0].progress.processed_object.endpoint_type #=> String
|
|
6388
6432
|
#
|
|
6389
6433
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeExtensionPackAssociations AWS API Documentation
|
|
6390
6434
|
#
|
|
@@ -7061,6 +7105,12 @@ module Aws::DatabaseMigrationService
|
|
|
7061
7105
|
# resp.requests[0].error.default_error_details.message #=> String
|
|
7062
7106
|
# resp.requests[0].export_sql_details.s3_object_key #=> String
|
|
7063
7107
|
# resp.requests[0].export_sql_details.object_url #=> String
|
|
7108
|
+
# resp.requests[0].progress.progress_percent #=> Float
|
|
7109
|
+
# resp.requests[0].progress.total_objects #=> Integer
|
|
7110
|
+
# resp.requests[0].progress.progress_step #=> String
|
|
7111
|
+
# resp.requests[0].progress.processed_object.name #=> String
|
|
7112
|
+
# resp.requests[0].progress.processed_object.type #=> String
|
|
7113
|
+
# resp.requests[0].progress.processed_object.endpoint_type #=> String
|
|
7064
7114
|
#
|
|
7065
7115
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelAssessments AWS API Documentation
|
|
7066
7116
|
#
|
|
@@ -7225,6 +7275,12 @@ module Aws::DatabaseMigrationService
|
|
|
7225
7275
|
# resp.requests[0].error.default_error_details.message #=> String
|
|
7226
7276
|
# resp.requests[0].export_sql_details.s3_object_key #=> String
|
|
7227
7277
|
# resp.requests[0].export_sql_details.object_url #=> String
|
|
7278
|
+
# resp.requests[0].progress.progress_percent #=> Float
|
|
7279
|
+
# resp.requests[0].progress.total_objects #=> Integer
|
|
7280
|
+
# resp.requests[0].progress.progress_step #=> String
|
|
7281
|
+
# resp.requests[0].progress.processed_object.name #=> String
|
|
7282
|
+
# resp.requests[0].progress.processed_object.type #=> String
|
|
7283
|
+
# resp.requests[0].progress.processed_object.endpoint_type #=> String
|
|
7228
7284
|
#
|
|
7229
7285
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelConversions AWS API Documentation
|
|
7230
7286
|
#
|
|
@@ -7289,6 +7345,12 @@ module Aws::DatabaseMigrationService
|
|
|
7289
7345
|
# resp.requests[0].error.default_error_details.message #=> String
|
|
7290
7346
|
# resp.requests[0].export_sql_details.s3_object_key #=> String
|
|
7291
7347
|
# resp.requests[0].export_sql_details.object_url #=> String
|
|
7348
|
+
# resp.requests[0].progress.progress_percent #=> Float
|
|
7349
|
+
# resp.requests[0].progress.total_objects #=> Integer
|
|
7350
|
+
# resp.requests[0].progress.progress_step #=> String
|
|
7351
|
+
# resp.requests[0].progress.processed_object.name #=> String
|
|
7352
|
+
# resp.requests[0].progress.processed_object.type #=> String
|
|
7353
|
+
# resp.requests[0].progress.processed_object.endpoint_type #=> String
|
|
7292
7354
|
#
|
|
7293
7355
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelCreations AWS API Documentation
|
|
7294
7356
|
#
|
|
@@ -7387,6 +7449,12 @@ module Aws::DatabaseMigrationService
|
|
|
7387
7449
|
# resp.requests[0].error.default_error_details.message #=> String
|
|
7388
7450
|
# resp.requests[0].export_sql_details.s3_object_key #=> String
|
|
7389
7451
|
# resp.requests[0].export_sql_details.object_url #=> String
|
|
7452
|
+
# resp.requests[0].progress.progress_percent #=> Float
|
|
7453
|
+
# resp.requests[0].progress.total_objects #=> Integer
|
|
7454
|
+
# resp.requests[0].progress.progress_step #=> String
|
|
7455
|
+
# resp.requests[0].progress.processed_object.name #=> String
|
|
7456
|
+
# resp.requests[0].progress.processed_object.type #=> String
|
|
7457
|
+
# resp.requests[0].progress.processed_object.endpoint_type #=> String
|
|
7390
7458
|
#
|
|
7391
7459
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelExportsAsScript AWS API Documentation
|
|
7392
7460
|
#
|
|
@@ -7485,6 +7553,12 @@ module Aws::DatabaseMigrationService
|
|
|
7485
7553
|
# resp.requests[0].error.default_error_details.message #=> String
|
|
7486
7554
|
# resp.requests[0].export_sql_details.s3_object_key #=> String
|
|
7487
7555
|
# resp.requests[0].export_sql_details.object_url #=> String
|
|
7556
|
+
# resp.requests[0].progress.progress_percent #=> Float
|
|
7557
|
+
# resp.requests[0].progress.total_objects #=> Integer
|
|
7558
|
+
# resp.requests[0].progress.progress_step #=> String
|
|
7559
|
+
# resp.requests[0].progress.processed_object.name #=> String
|
|
7560
|
+
# resp.requests[0].progress.processed_object.type #=> String
|
|
7561
|
+
# resp.requests[0].progress.processed_object.endpoint_type #=> String
|
|
7488
7562
|
#
|
|
7489
7563
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelExportsToTarget AWS API Documentation
|
|
7490
7564
|
#
|
|
@@ -7580,6 +7654,12 @@ module Aws::DatabaseMigrationService
|
|
|
7580
7654
|
# resp.requests[0].error.default_error_details.message #=> String
|
|
7581
7655
|
# resp.requests[0].export_sql_details.s3_object_key #=> String
|
|
7582
7656
|
# resp.requests[0].export_sql_details.object_url #=> String
|
|
7657
|
+
# resp.requests[0].progress.progress_percent #=> Float
|
|
7658
|
+
# resp.requests[0].progress.total_objects #=> Integer
|
|
7659
|
+
# resp.requests[0].progress.progress_step #=> String
|
|
7660
|
+
# resp.requests[0].progress.processed_object.name #=> String
|
|
7661
|
+
# resp.requests[0].progress.processed_object.type #=> String
|
|
7662
|
+
# resp.requests[0].progress.processed_object.endpoint_type #=> String
|
|
7583
7663
|
#
|
|
7584
7664
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeMetadataModelImports AWS API Documentation
|
|
7585
7665
|
#
|
|
@@ -9591,8 +9671,8 @@ module Aws::DatabaseMigrationService
|
|
|
9591
9671
|
# The type of database engine for the data provider. Valid values
|
|
9592
9672
|
# include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
|
|
9593
9673
|
# `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`, `db2`,
|
|
9594
|
-
# `db2-zos` and `
|
|
9595
|
-
# MySQL-Compatible Edition.
|
|
9674
|
+
# `db2-zos`, `docdb`, and `sybase`. A value of `"aurora"` represents
|
|
9675
|
+
# Amazon Aurora MySQL-Compatible Edition.
|
|
9596
9676
|
#
|
|
9597
9677
|
# @option params [Boolean] :virtual
|
|
9598
9678
|
# Indicates whether the data provider is virtual.
|
|
@@ -9702,6 +9782,14 @@ module Aws::DatabaseMigrationService
|
|
|
9702
9782
|
# s3_path: "String",
|
|
9703
9783
|
# s3_access_role_arn: "String",
|
|
9704
9784
|
# },
|
|
9785
|
+
# sybase_ase_settings: {
|
|
9786
|
+
# server_name: "String",
|
|
9787
|
+
# port: 1,
|
|
9788
|
+
# database_name: "String",
|
|
9789
|
+
# ssl_mode: "none", # accepts none, require, verify-ca, verify-full
|
|
9790
|
+
# encrypt_password: false,
|
|
9791
|
+
# certificate_arn: "String",
|
|
9792
|
+
# },
|
|
9705
9793
|
# microsoft_sql_server_settings: {
|
|
9706
9794
|
# server_name: "String",
|
|
9707
9795
|
# port: 1,
|
|
@@ -9795,6 +9883,12 @@ module Aws::DatabaseMigrationService
|
|
|
9795
9883
|
# resp.data_provider.settings.oracle_settings.secrets_manager_security_db_encryption_access_role_arn #=> String
|
|
9796
9884
|
# resp.data_provider.settings.oracle_settings.s3_path #=> String
|
|
9797
9885
|
# resp.data_provider.settings.oracle_settings.s3_access_role_arn #=> String
|
|
9886
|
+
# resp.data_provider.settings.sybase_ase_settings.server_name #=> String
|
|
9887
|
+
# resp.data_provider.settings.sybase_ase_settings.port #=> Integer
|
|
9888
|
+
# resp.data_provider.settings.sybase_ase_settings.database_name #=> String
|
|
9889
|
+
# resp.data_provider.settings.sybase_ase_settings.ssl_mode #=> String, one of "none", "require", "verify-ca", "verify-full"
|
|
9890
|
+
# resp.data_provider.settings.sybase_ase_settings.encrypt_password #=> Boolean
|
|
9891
|
+
# resp.data_provider.settings.sybase_ase_settings.certificate_arn #=> String
|
|
9798
9892
|
# resp.data_provider.settings.microsoft_sql_server_settings.server_name #=> String
|
|
9799
9893
|
# resp.data_provider.settings.microsoft_sql_server_settings.port #=> Integer
|
|
9800
9894
|
# resp.data_provider.settings.microsoft_sql_server_settings.database_name #=> String
|
|
@@ -13543,7 +13637,7 @@ module Aws::DatabaseMigrationService
|
|
|
13543
13637
|
tracer: tracer
|
|
13544
13638
|
)
|
|
13545
13639
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
|
13546
|
-
context[:gem_version] = '1.
|
|
13640
|
+
context[:gem_version] = '1.134.0'
|
|
13547
13641
|
Seahorse::Client::Request.new(handlers, context)
|
|
13548
13642
|
end
|
|
13549
13643
|
|
|
@@ -365,6 +365,8 @@ module Aws::DatabaseMigrationService
|
|
|
365
365
|
PostgreSqlDataProviderSettings = Shapes::StructureShape.new(name: 'PostgreSqlDataProviderSettings')
|
|
366
366
|
PremigrationAssessmentStatus = Shapes::StructureShape.new(name: 'PremigrationAssessmentStatus')
|
|
367
367
|
PremigrationAssessmentStatusList = Shapes::ListShape.new(name: 'PremigrationAssessmentStatusList')
|
|
368
|
+
ProcessedObject = Shapes::StructureShape.new(name: 'ProcessedObject')
|
|
369
|
+
Progress = Shapes::StructureShape.new(name: 'Progress')
|
|
368
370
|
ProvisionData = Shapes::StructureShape.new(name: 'ProvisionData')
|
|
369
371
|
PublicIpAddressList = Shapes::ListShape.new(name: 'PublicIpAddressList')
|
|
370
372
|
RdsConfiguration = Shapes::StructureShape.new(name: 'RdsConfiguration')
|
|
@@ -493,6 +495,7 @@ module Aws::DatabaseMigrationService
|
|
|
493
495
|
SubnetList = Shapes::ListShape.new(name: 'SubnetList')
|
|
494
496
|
SupportedEndpointType = Shapes::StructureShape.new(name: 'SupportedEndpointType')
|
|
495
497
|
SupportedEndpointTypeList = Shapes::ListShape.new(name: 'SupportedEndpointTypeList')
|
|
498
|
+
SybaseAseDataProviderSettings = Shapes::StructureShape.new(name: 'SybaseAseDataProviderSettings')
|
|
496
499
|
SybaseSettings = Shapes::StructureShape.new(name: 'SybaseSettings')
|
|
497
500
|
TStamp = Shapes::TimestampShape.new(name: 'TStamp')
|
|
498
501
|
TableListToReload = Shapes::ListShape.new(name: 'TableListToReload')
|
|
@@ -903,6 +906,7 @@ module Aws::DatabaseMigrationService
|
|
|
903
906
|
DataProviderSettings.add_member(:postgre_sql_settings, Shapes::ShapeRef.new(shape: PostgreSqlDataProviderSettings, location_name: "PostgreSqlSettings"))
|
|
904
907
|
DataProviderSettings.add_member(:my_sql_settings, Shapes::ShapeRef.new(shape: MySqlDataProviderSettings, location_name: "MySqlSettings"))
|
|
905
908
|
DataProviderSettings.add_member(:oracle_settings, Shapes::ShapeRef.new(shape: OracleDataProviderSettings, location_name: "OracleSettings"))
|
|
909
|
+
DataProviderSettings.add_member(:sybase_ase_settings, Shapes::ShapeRef.new(shape: SybaseAseDataProviderSettings, location_name: "SybaseAseSettings"))
|
|
906
910
|
DataProviderSettings.add_member(:microsoft_sql_server_settings, Shapes::ShapeRef.new(shape: MicrosoftSqlServerDataProviderSettings, location_name: "MicrosoftSqlServerSettings"))
|
|
907
911
|
DataProviderSettings.add_member(:doc_db_settings, Shapes::ShapeRef.new(shape: DocDbDataProviderSettings, location_name: "DocDbSettings"))
|
|
908
912
|
DataProviderSettings.add_member(:maria_db_settings, Shapes::ShapeRef.new(shape: MariaDbDataProviderSettings, location_name: "MariaDbSettings"))
|
|
@@ -914,6 +918,7 @@ module Aws::DatabaseMigrationService
|
|
|
914
918
|
DataProviderSettings.add_member_subclass(:postgre_sql_settings, Types::DataProviderSettings::PostgreSqlSettings)
|
|
915
919
|
DataProviderSettings.add_member_subclass(:my_sql_settings, Types::DataProviderSettings::MySqlSettings)
|
|
916
920
|
DataProviderSettings.add_member_subclass(:oracle_settings, Types::DataProviderSettings::OracleSettings)
|
|
921
|
+
DataProviderSettings.add_member_subclass(:sybase_ase_settings, Types::DataProviderSettings::SybaseAseSettings)
|
|
917
922
|
DataProviderSettings.add_member_subclass(:microsoft_sql_server_settings, Types::DataProviderSettings::MicrosoftSqlServerSettings)
|
|
918
923
|
DataProviderSettings.add_member_subclass(:doc_db_settings, Types::DataProviderSettings::DocDbSettings)
|
|
919
924
|
DataProviderSettings.add_member_subclass(:maria_db_settings, Types::DataProviderSettings::MariaDbSettings)
|
|
@@ -2290,6 +2295,17 @@ module Aws::DatabaseMigrationService
|
|
|
2290
2295
|
|
|
2291
2296
|
PremigrationAssessmentStatusList.member = Shapes::ShapeRef.new(shape: PremigrationAssessmentStatus)
|
|
2292
2297
|
|
|
2298
|
+
ProcessedObject.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
|
2299
|
+
ProcessedObject.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
|
2300
|
+
ProcessedObject.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: String, location_name: "EndpointType"))
|
|
2301
|
+
ProcessedObject.struct_class = Types::ProcessedObject
|
|
2302
|
+
|
|
2303
|
+
Progress.add_member(:progress_percent, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "ProgressPercent"))
|
|
2304
|
+
Progress.add_member(:total_objects, Shapes::ShapeRef.new(shape: Long, location_name: "TotalObjects"))
|
|
2305
|
+
Progress.add_member(:progress_step, Shapes::ShapeRef.new(shape: String, location_name: "ProgressStep"))
|
|
2306
|
+
Progress.add_member(:processed_object, Shapes::ShapeRef.new(shape: ProcessedObject, location_name: "ProcessedObject"))
|
|
2307
|
+
Progress.struct_class = Types::Progress
|
|
2308
|
+
|
|
2293
2309
|
ProvisionData.add_member(:provision_state, Shapes::ShapeRef.new(shape: String, location_name: "ProvisionState"))
|
|
2294
2310
|
ProvisionData.add_member(:provisioned_capacity_units, Shapes::ShapeRef.new(shape: Integer, location_name: "ProvisionedCapacityUnits"))
|
|
2295
2311
|
ProvisionData.add_member(:date_provisioned, Shapes::ShapeRef.new(shape: TStamp, location_name: "DateProvisioned"))
|
|
@@ -2720,6 +2736,7 @@ module Aws::DatabaseMigrationService
|
|
|
2720
2736
|
SchemaConversionRequest.add_member(:migration_project_arn, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectArn"))
|
|
2721
2737
|
SchemaConversionRequest.add_member(:error, Shapes::ShapeRef.new(shape: ErrorDetails, location_name: "Error"))
|
|
2722
2738
|
SchemaConversionRequest.add_member(:export_sql_details, Shapes::ShapeRef.new(shape: ExportSqlDetails, location_name: "ExportSqlDetails"))
|
|
2739
|
+
SchemaConversionRequest.add_member(:progress, Shapes::ShapeRef.new(shape: Progress, location_name: "Progress"))
|
|
2723
2740
|
SchemaConversionRequest.struct_class = Types::SchemaConversionRequest
|
|
2724
2741
|
|
|
2725
2742
|
SchemaConversionRequestList.member = Shapes::ShapeRef.new(shape: SchemaConversionRequest)
|
|
@@ -2920,6 +2937,14 @@ module Aws::DatabaseMigrationService
|
|
|
2920
2937
|
|
|
2921
2938
|
SupportedEndpointTypeList.member = Shapes::ShapeRef.new(shape: SupportedEndpointType)
|
|
2922
2939
|
|
|
2940
|
+
SybaseAseDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
|
2941
|
+
SybaseAseDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
|
2942
|
+
SybaseAseDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
|
2943
|
+
SybaseAseDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
|
|
2944
|
+
SybaseAseDataProviderSettings.add_member(:encrypt_password, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EncryptPassword"))
|
|
2945
|
+
SybaseAseDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
|
|
2946
|
+
SybaseAseDataProviderSettings.struct_class = Types::SybaseAseDataProviderSettings
|
|
2947
|
+
|
|
2923
2948
|
SybaseSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
|
2924
2949
|
SybaseSettings.add_member(:password, Shapes::ShapeRef.new(shape: SecretString, location_name: "Password"))
|
|
2925
2950
|
SybaseSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
|
@@ -744,8 +744,8 @@ module Aws::DatabaseMigrationService
|
|
|
744
744
|
# The type of database engine for the data provider. Valid values
|
|
745
745
|
# include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
|
|
746
746
|
# `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
|
|
747
|
-
# `db2`, `db2-zos` and `
|
|
748
|
-
# Amazon Aurora MySQL-Compatible Edition.
|
|
747
|
+
# `db2`, `db2-zos`, `docdb`, and `sybase`. A value of `"aurora"`
|
|
748
|
+
# represents Amazon Aurora MySQL-Compatible Edition.
|
|
749
749
|
# @return [String]
|
|
750
750
|
#
|
|
751
751
|
# @!attribute [rw] virtual
|
|
@@ -2157,8 +2157,8 @@ module Aws::DatabaseMigrationService
|
|
|
2157
2157
|
# The type of database engine for the data provider. Valid values
|
|
2158
2158
|
# include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
|
|
2159
2159
|
# `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
|
|
2160
|
-
# `db2`, `db2-zos` and `
|
|
2161
|
-
# Amazon Aurora MySQL-Compatible Edition.
|
|
2160
|
+
# `db2`, `db2-zos`, `docdb`, and `sybase`. A value of `"aurora"`
|
|
2161
|
+
# represents Amazon Aurora MySQL-Compatible Edition.
|
|
2162
2162
|
# @return [String]
|
|
2163
2163
|
#
|
|
2164
2164
|
# @!attribute [rw] virtual
|
|
@@ -2262,6 +2262,10 @@ module Aws::DatabaseMigrationService
|
|
|
2262
2262
|
# Provides information that defines an Oracle data provider.
|
|
2263
2263
|
# @return [Types::OracleDataProviderSettings]
|
|
2264
2264
|
#
|
|
2265
|
+
# @!attribute [rw] sybase_ase_settings
|
|
2266
|
+
# Provides information that defines an SAP ASE data provider.
|
|
2267
|
+
# @return [Types::SybaseAseDataProviderSettings]
|
|
2268
|
+
#
|
|
2265
2269
|
# @!attribute [rw] microsoft_sql_server_settings
|
|
2266
2270
|
# Provides information that defines a Microsoft SQL Server data
|
|
2267
2271
|
# provider.
|
|
@@ -2294,6 +2298,7 @@ module Aws::DatabaseMigrationService
|
|
|
2294
2298
|
:postgre_sql_settings,
|
|
2295
2299
|
:my_sql_settings,
|
|
2296
2300
|
:oracle_settings,
|
|
2301
|
+
:sybase_ase_settings,
|
|
2297
2302
|
:microsoft_sql_server_settings,
|
|
2298
2303
|
:doc_db_settings,
|
|
2299
2304
|
:maria_db_settings,
|
|
@@ -2309,6 +2314,7 @@ module Aws::DatabaseMigrationService
|
|
|
2309
2314
|
class PostgreSqlSettings < DataProviderSettings; end
|
|
2310
2315
|
class MySqlSettings < DataProviderSettings; end
|
|
2311
2316
|
class OracleSettings < DataProviderSettings; end
|
|
2317
|
+
class SybaseAseSettings < DataProviderSettings; end
|
|
2312
2318
|
class MicrosoftSqlServerSettings < DataProviderSettings; end
|
|
2313
2319
|
class DocDbSettings < DataProviderSettings; end
|
|
2314
2320
|
class MariaDbSettings < DataProviderSettings; end
|
|
@@ -7924,8 +7930,8 @@ module Aws::DatabaseMigrationService
|
|
|
7924
7930
|
# The type of database engine for the data provider. Valid values
|
|
7925
7931
|
# include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
|
|
7926
7932
|
# `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
|
|
7927
|
-
# `db2`, `db2-zos` and `
|
|
7928
|
-
# Amazon Aurora MySQL-Compatible Edition.
|
|
7933
|
+
# `db2`, `db2-zos`, `docdb`, and `sybase`. A value of `"aurora"`
|
|
7934
|
+
# represents Amazon Aurora MySQL-Compatible Edition.
|
|
7929
7935
|
# @return [String]
|
|
7930
7936
|
#
|
|
7931
7937
|
# @!attribute [rw] virtual
|
|
@@ -10537,6 +10543,82 @@ module Aws::DatabaseMigrationService
|
|
|
10537
10543
|
include Aws::Structure
|
|
10538
10544
|
end
|
|
10539
10545
|
|
|
10546
|
+
# The database object that the schema conversion operation currently
|
|
10547
|
+
# uses.
|
|
10548
|
+
#
|
|
10549
|
+
# @!attribute [rw] name
|
|
10550
|
+
# The name of the database object.
|
|
10551
|
+
# @return [String]
|
|
10552
|
+
#
|
|
10553
|
+
# @!attribute [rw] type
|
|
10554
|
+
# The type of the database object. For example, a table, view,
|
|
10555
|
+
# procedure, and so on.
|
|
10556
|
+
# @return [String]
|
|
10557
|
+
#
|
|
10558
|
+
# @!attribute [rw] endpoint_type
|
|
10559
|
+
# The type of the data provider. This parameter can store one of the
|
|
10560
|
+
# following values: `"SOURCE"` or `"TARGET"`.
|
|
10561
|
+
# @return [String]
|
|
10562
|
+
#
|
|
10563
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ProcessedObject AWS API Documentation
|
|
10564
|
+
#
|
|
10565
|
+
class ProcessedObject < Struct.new(
|
|
10566
|
+
:name,
|
|
10567
|
+
:type,
|
|
10568
|
+
:endpoint_type)
|
|
10569
|
+
SENSITIVE = []
|
|
10570
|
+
include Aws::Structure
|
|
10571
|
+
end
|
|
10572
|
+
|
|
10573
|
+
# Provides information about the progress of the schema conversion
|
|
10574
|
+
# operation.
|
|
10575
|
+
#
|
|
10576
|
+
# @!attribute [rw] progress_percent
|
|
10577
|
+
# The percent complete for the current step of the schema conversion
|
|
10578
|
+
# operation.
|
|
10579
|
+
# @return [Float]
|
|
10580
|
+
#
|
|
10581
|
+
# @!attribute [rw] total_objects
|
|
10582
|
+
# The number of objects in this schema conversion operation.
|
|
10583
|
+
# @return [Integer]
|
|
10584
|
+
#
|
|
10585
|
+
# @!attribute [rw] progress_step
|
|
10586
|
+
# The step of the schema conversion operation. This parameter can
|
|
10587
|
+
# store one of the following values:
|
|
10588
|
+
#
|
|
10589
|
+
# * `IN_PROGRESS` – The operation is running.
|
|
10590
|
+
#
|
|
10591
|
+
# * `LOADING_METADATA` – Loads metadata from the source database.
|
|
10592
|
+
#
|
|
10593
|
+
# * `COUNTING_OBJECTS` – Determines the number of objects involved in
|
|
10594
|
+
# the operation.
|
|
10595
|
+
#
|
|
10596
|
+
# * `ANALYZING` – Analyzes the source database objects.
|
|
10597
|
+
#
|
|
10598
|
+
# * `CONVERTING` – Converts the source database objects to a format
|
|
10599
|
+
# compatible with the target database.
|
|
10600
|
+
#
|
|
10601
|
+
# * `APPLYING` – Applies the converted code to the target database.
|
|
10602
|
+
#
|
|
10603
|
+
# * `FINISHED` – The operation completed successfully.
|
|
10604
|
+
# @return [String]
|
|
10605
|
+
#
|
|
10606
|
+
# @!attribute [rw] processed_object
|
|
10607
|
+
# The name of the database object that the schema conversion operation
|
|
10608
|
+
# currently uses.
|
|
10609
|
+
# @return [Types::ProcessedObject]
|
|
10610
|
+
#
|
|
10611
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/Progress AWS API Documentation
|
|
10612
|
+
#
|
|
10613
|
+
class Progress < Struct.new(
|
|
10614
|
+
:progress_percent,
|
|
10615
|
+
:total_objects,
|
|
10616
|
+
:progress_step,
|
|
10617
|
+
:processed_object)
|
|
10618
|
+
SENSITIVE = []
|
|
10619
|
+
include Aws::Structure
|
|
10620
|
+
end
|
|
10621
|
+
|
|
10540
10622
|
# Information about provisioning resources for an DMS serverless
|
|
10541
10623
|
# replication.
|
|
10542
10624
|
#
|
|
@@ -13510,6 +13592,11 @@ module Aws::DatabaseMigrationService
|
|
|
13510
13592
|
# SQL.
|
|
13511
13593
|
# @return [Types::ExportSqlDetails]
|
|
13512
13594
|
#
|
|
13595
|
+
# @!attribute [rw] progress
|
|
13596
|
+
# Provides information about the progress of the schema conversion
|
|
13597
|
+
# operation.
|
|
13598
|
+
# @return [Types::Progress]
|
|
13599
|
+
#
|
|
13513
13600
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/SchemaConversionRequest AWS API Documentation
|
|
13514
13601
|
#
|
|
13515
13602
|
class SchemaConversionRequest < Struct.new(
|
|
@@ -13517,7 +13604,8 @@ module Aws::DatabaseMigrationService
|
|
|
13517
13604
|
:request_identifier,
|
|
13518
13605
|
:migration_project_arn,
|
|
13519
13606
|
:error,
|
|
13520
|
-
:export_sql_details
|
|
13607
|
+
:export_sql_details,
|
|
13608
|
+
:progress)
|
|
13521
13609
|
SENSITIVE = []
|
|
13522
13610
|
include Aws::Structure
|
|
13523
13611
|
end
|
|
@@ -14527,6 +14615,49 @@ module Aws::DatabaseMigrationService
|
|
|
14527
14615
|
include Aws::Structure
|
|
14528
14616
|
end
|
|
14529
14617
|
|
|
14618
|
+
# Provides information that defines an SAP ASE data provider.
|
|
14619
|
+
#
|
|
14620
|
+
# @!attribute [rw] server_name
|
|
14621
|
+
# The name of the SAP ASE server.
|
|
14622
|
+
# @return [String]
|
|
14623
|
+
#
|
|
14624
|
+
# @!attribute [rw] port
|
|
14625
|
+
# The port value for the SAP ASE data provider.
|
|
14626
|
+
# @return [Integer]
|
|
14627
|
+
#
|
|
14628
|
+
# @!attribute [rw] database_name
|
|
14629
|
+
# The database name on the SAP ASE data provider.
|
|
14630
|
+
# @return [String]
|
|
14631
|
+
#
|
|
14632
|
+
# @!attribute [rw] ssl_mode
|
|
14633
|
+
# The SSL mode used to connect to the SAP ASE data provider. The
|
|
14634
|
+
# default value is `none`.
|
|
14635
|
+
# @return [String]
|
|
14636
|
+
#
|
|
14637
|
+
# @!attribute [rw] encrypt_password
|
|
14638
|
+
# Specifies whether to encrypt the password when connecting to the
|
|
14639
|
+
# Sybase ASE database. When set to true, the connection password is
|
|
14640
|
+
# encrypted during transmission. Default is true.
|
|
14641
|
+
# @return [Boolean]
|
|
14642
|
+
#
|
|
14643
|
+
# @!attribute [rw] certificate_arn
|
|
14644
|
+
# The Amazon Resource Name (ARN) of the certificate used for SSL
|
|
14645
|
+
# connection.
|
|
14646
|
+
# @return [String]
|
|
14647
|
+
#
|
|
14648
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/SybaseAseDataProviderSettings AWS API Documentation
|
|
14649
|
+
#
|
|
14650
|
+
class SybaseAseDataProviderSettings < Struct.new(
|
|
14651
|
+
:server_name,
|
|
14652
|
+
:port,
|
|
14653
|
+
:database_name,
|
|
14654
|
+
:ssl_mode,
|
|
14655
|
+
:encrypt_password,
|
|
14656
|
+
:certificate_arn)
|
|
14657
|
+
SENSITIVE = []
|
|
14658
|
+
include Aws::Structure
|
|
14659
|
+
end
|
|
14660
|
+
|
|
14530
14661
|
# Provides information that defines a SAP ASE endpoint.
|
|
14531
14662
|
#
|
|
14532
14663
|
# @!attribute [rw] database_name
|
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?,
|
|
@@ -1987,6 +1995,14 @@ module Aws
|
|
|
1987
1995
|
s3_path: ::String?,
|
|
1988
1996
|
s3_access_role_arn: ::String?
|
|
1989
1997
|
}?,
|
|
1998
|
+
sybase_ase_settings: {
|
|
1999
|
+
server_name: ::String?,
|
|
2000
|
+
port: ::Integer?,
|
|
2001
|
+
database_name: ::String?,
|
|
2002
|
+
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
|
2003
|
+
encrypt_password: bool?,
|
|
2004
|
+
certificate_arn: ::String?
|
|
2005
|
+
}?,
|
|
1990
2006
|
microsoft_sql_server_settings: {
|
|
1991
2007
|
server_name: ::String?,
|
|
1992
2008
|
port: ::Integer?,
|
data/sig/types.rbs
CHANGED
|
@@ -466,6 +466,7 @@ module Aws::DatabaseMigrationService
|
|
|
466
466
|
attr_accessor postgre_sql_settings: Types::PostgreSqlDataProviderSettings
|
|
467
467
|
attr_accessor my_sql_settings: Types::MySqlDataProviderSettings
|
|
468
468
|
attr_accessor oracle_settings: Types::OracleDataProviderSettings
|
|
469
|
+
attr_accessor sybase_ase_settings: Types::SybaseAseDataProviderSettings
|
|
469
470
|
attr_accessor microsoft_sql_server_settings: Types::MicrosoftSqlServerDataProviderSettings
|
|
470
471
|
attr_accessor doc_db_settings: Types::DocDbDataProviderSettings
|
|
471
472
|
attr_accessor maria_db_settings: Types::MariaDbDataProviderSettings
|
|
@@ -483,6 +484,8 @@ module Aws::DatabaseMigrationService
|
|
|
483
484
|
end
|
|
484
485
|
class OracleSettings < DataProviderSettings
|
|
485
486
|
end
|
|
487
|
+
class SybaseAseSettings < DataProviderSettings
|
|
488
|
+
end
|
|
486
489
|
class MicrosoftSqlServerSettings < DataProviderSettings
|
|
487
490
|
end
|
|
488
491
|
class DocDbSettings < DataProviderSettings
|
|
@@ -2250,6 +2253,21 @@ module Aws::DatabaseMigrationService
|
|
|
2250
2253
|
SENSITIVE: []
|
|
2251
2254
|
end
|
|
2252
2255
|
|
|
2256
|
+
class ProcessedObject
|
|
2257
|
+
attr_accessor name: ::String
|
|
2258
|
+
attr_accessor type: ::String
|
|
2259
|
+
attr_accessor endpoint_type: ::String
|
|
2260
|
+
SENSITIVE: []
|
|
2261
|
+
end
|
|
2262
|
+
|
|
2263
|
+
class Progress
|
|
2264
|
+
attr_accessor progress_percent: ::Float
|
|
2265
|
+
attr_accessor total_objects: ::Integer
|
|
2266
|
+
attr_accessor progress_step: ::String
|
|
2267
|
+
attr_accessor processed_object: Types::ProcessedObject
|
|
2268
|
+
SENSITIVE: []
|
|
2269
|
+
end
|
|
2270
|
+
|
|
2253
2271
|
class ProvisionData
|
|
2254
2272
|
attr_accessor provision_state: ::String
|
|
2255
2273
|
attr_accessor provisioned_capacity_units: ::Integer
|
|
@@ -2744,6 +2762,7 @@ module Aws::DatabaseMigrationService
|
|
|
2744
2762
|
attr_accessor migration_project_arn: ::String
|
|
2745
2763
|
attr_accessor error: Types::ErrorDetails
|
|
2746
2764
|
attr_accessor export_sql_details: Types::ExportSqlDetails
|
|
2765
|
+
attr_accessor progress: Types::Progress
|
|
2747
2766
|
SENSITIVE: []
|
|
2748
2767
|
end
|
|
2749
2768
|
|
|
@@ -3009,6 +3028,16 @@ module Aws::DatabaseMigrationService
|
|
|
3009
3028
|
SENSITIVE: []
|
|
3010
3029
|
end
|
|
3011
3030
|
|
|
3031
|
+
class SybaseAseDataProviderSettings
|
|
3032
|
+
attr_accessor server_name: ::String
|
|
3033
|
+
attr_accessor port: ::Integer
|
|
3034
|
+
attr_accessor database_name: ::String
|
|
3035
|
+
attr_accessor ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")
|
|
3036
|
+
attr_accessor encrypt_password: bool
|
|
3037
|
+
attr_accessor certificate_arn: ::String
|
|
3038
|
+
SENSITIVE: []
|
|
3039
|
+
end
|
|
3040
|
+
|
|
3012
3041
|
class SybaseSettings
|
|
3013
3042
|
attr_accessor database_name: ::String
|
|
3014
3043
|
attr_accessor password: ::String
|