aws-sdk-databasemigrationservice 1.123.0 → 1.124.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 +406 -11
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +19 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +152 -16
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- data/sig/client.rbs +50 -16
- data/sig/types.rbs +19 -0
- metadata +1 -1
@@ -638,6 +638,7 @@ module Aws::DatabaseMigrationService
|
|
638
638
|
CreateDataProviderMessage.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
|
639
639
|
CreateDataProviderMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
640
640
|
CreateDataProviderMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
|
641
|
+
CreateDataProviderMessage.add_member(:virtual, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Virtual"))
|
641
642
|
CreateDataProviderMessage.add_member(:settings, Shapes::ShapeRef.new(shape: DataProviderSettings, required: true, location_name: "Settings"))
|
642
643
|
CreateDataProviderMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
643
644
|
CreateDataProviderMessage.struct_class = Types::CreateDataProviderMessage
|
@@ -845,6 +846,7 @@ module Aws::DatabaseMigrationService
|
|
845
846
|
DataProvider.add_member(:data_provider_creation_time, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "DataProviderCreationTime"))
|
846
847
|
DataProvider.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
847
848
|
DataProvider.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
849
|
+
DataProvider.add_member(:virtual, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Virtual"))
|
848
850
|
DataProvider.add_member(:settings, Shapes::ShapeRef.new(shape: DataProviderSettings, location_name: "Settings"))
|
849
851
|
DataProvider.struct_class = Types::DataProvider
|
850
852
|
|
@@ -1640,6 +1642,8 @@ module Aws::DatabaseMigrationService
|
|
1640
1642
|
IbmDb2LuwDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1641
1643
|
IbmDb2LuwDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
|
1642
1644
|
IbmDb2LuwDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
|
1645
|
+
IbmDb2LuwDataProviderSettings.add_member(:s3_path, Shapes::ShapeRef.new(shape: String, location_name: "S3Path"))
|
1646
|
+
IbmDb2LuwDataProviderSettings.add_member(:s3_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "S3AccessRoleArn"))
|
1643
1647
|
IbmDb2LuwDataProviderSettings.struct_class = Types::IbmDb2LuwDataProviderSettings
|
1644
1648
|
|
1645
1649
|
IbmDb2zOsDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
@@ -1647,6 +1651,8 @@ module Aws::DatabaseMigrationService
|
|
1647
1651
|
IbmDb2zOsDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1648
1652
|
IbmDb2zOsDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
|
1649
1653
|
IbmDb2zOsDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
|
1654
|
+
IbmDb2zOsDataProviderSettings.add_member(:s3_path, Shapes::ShapeRef.new(shape: String, location_name: "S3Path"))
|
1655
|
+
IbmDb2zOsDataProviderSettings.add_member(:s3_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "S3AccessRoleArn"))
|
1650
1656
|
IbmDb2zOsDataProviderSettings.struct_class = Types::IbmDb2zOsDataProviderSettings
|
1651
1657
|
|
1652
1658
|
ImportCertificateMessage.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CertificateIdentifier"))
|
@@ -1782,6 +1788,8 @@ module Aws::DatabaseMigrationService
|
|
1782
1788
|
MariaDbDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1783
1789
|
MariaDbDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
|
1784
1790
|
MariaDbDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
|
1791
|
+
MariaDbDataProviderSettings.add_member(:s3_path, Shapes::ShapeRef.new(shape: String, location_name: "S3Path"))
|
1792
|
+
MariaDbDataProviderSettings.add_member(:s3_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "S3AccessRoleArn"))
|
1785
1793
|
MariaDbDataProviderSettings.struct_class = Types::MariaDbDataProviderSettings
|
1786
1794
|
|
1787
1795
|
MicrosoftSQLServerSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
@@ -1809,6 +1817,8 @@ module Aws::DatabaseMigrationService
|
|
1809
1817
|
MicrosoftSqlServerDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1810
1818
|
MicrosoftSqlServerDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
|
1811
1819
|
MicrosoftSqlServerDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
|
1820
|
+
MicrosoftSqlServerDataProviderSettings.add_member(:s3_path, Shapes::ShapeRef.new(shape: String, location_name: "S3Path"))
|
1821
|
+
MicrosoftSqlServerDataProviderSettings.add_member(:s3_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "S3AccessRoleArn"))
|
1812
1822
|
MicrosoftSqlServerDataProviderSettings.struct_class = Types::MicrosoftSqlServerDataProviderSettings
|
1813
1823
|
|
1814
1824
|
MigrationProject.add_member(:migration_project_name, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectName"))
|
@@ -1850,6 +1860,7 @@ module Aws::DatabaseMigrationService
|
|
1850
1860
|
ModifyDataProviderMessage.add_member(:data_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "DataProviderName"))
|
1851
1861
|
ModifyDataProviderMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
1852
1862
|
ModifyDataProviderMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
1863
|
+
ModifyDataProviderMessage.add_member(:virtual, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Virtual"))
|
1853
1864
|
ModifyDataProviderMessage.add_member(:exact_settings, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ExactSettings"))
|
1854
1865
|
ModifyDataProviderMessage.add_member(:settings, Shapes::ShapeRef.new(shape: DataProviderSettings, location_name: "Settings"))
|
1855
1866
|
ModifyDataProviderMessage.struct_class = Types::ModifyDataProviderMessage
|
@@ -2045,6 +2056,8 @@ module Aws::DatabaseMigrationService
|
|
2045
2056
|
MySqlDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
2046
2057
|
MySqlDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
|
2047
2058
|
MySqlDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
|
2059
|
+
MySqlDataProviderSettings.add_member(:s3_path, Shapes::ShapeRef.new(shape: String, location_name: "S3Path"))
|
2060
|
+
MySqlDataProviderSettings.add_member(:s3_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "S3AccessRoleArn"))
|
2048
2061
|
MySqlDataProviderSettings.struct_class = Types::MySqlDataProviderSettings
|
2049
2062
|
|
2050
2063
|
NeptuneSettings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
|
@@ -2066,6 +2079,8 @@ module Aws::DatabaseMigrationService
|
|
2066
2079
|
OracleDataProviderSettings.add_member(:secrets_manager_oracle_asm_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerOracleAsmAccessRoleArn"))
|
2067
2080
|
OracleDataProviderSettings.add_member(:secrets_manager_security_db_encryption_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecurityDbEncryptionSecretId"))
|
2068
2081
|
OracleDataProviderSettings.add_member(:secrets_manager_security_db_encryption_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecurityDbEncryptionAccessRoleArn"))
|
2082
|
+
OracleDataProviderSettings.add_member(:s3_path, Shapes::ShapeRef.new(shape: String, location_name: "S3Path"))
|
2083
|
+
OracleDataProviderSettings.add_member(:s3_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "S3AccessRoleArn"))
|
2069
2084
|
OracleDataProviderSettings.struct_class = Types::OracleDataProviderSettings
|
2070
2085
|
|
2071
2086
|
OracleSettings.add_member(:add_supplemental_logging, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AddSupplementalLogging"))
|
@@ -2173,6 +2188,8 @@ module Aws::DatabaseMigrationService
|
|
2173
2188
|
PostgreSqlDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
2174
2189
|
PostgreSqlDataProviderSettings.add_member(:ssl_mode, Shapes::ShapeRef.new(shape: DmsSslModeValue, location_name: "SslMode"))
|
2175
2190
|
PostgreSqlDataProviderSettings.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
|
2191
|
+
PostgreSqlDataProviderSettings.add_member(:s3_path, Shapes::ShapeRef.new(shape: String, location_name: "S3Path"))
|
2192
|
+
PostgreSqlDataProviderSettings.add_member(:s3_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "S3AccessRoleArn"))
|
2176
2193
|
PostgreSqlDataProviderSettings.struct_class = Types::PostgreSqlDataProviderSettings
|
2177
2194
|
|
2178
2195
|
PremigrationAssessmentStatus.add_member(:premigration_assessment_run_arn, Shapes::ShapeRef.new(shape: String, location_name: "PremigrationAssessmentRunArn"))
|
@@ -2262,6 +2279,8 @@ module Aws::DatabaseMigrationService
|
|
2262
2279
|
RedshiftDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
2263
2280
|
RedshiftDataProviderSettings.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
2264
2281
|
RedshiftDataProviderSettings.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
2282
|
+
RedshiftDataProviderSettings.add_member(:s3_path, Shapes::ShapeRef.new(shape: String, location_name: "S3Path"))
|
2283
|
+
RedshiftDataProviderSettings.add_member(:s3_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "S3AccessRoleArn"))
|
2265
2284
|
RedshiftDataProviderSettings.struct_class = Types::RedshiftDataProviderSettings
|
2266
2285
|
|
2267
2286
|
RedshiftSettings.add_member(:accept_any_date, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AcceptAnyDate"))
|
@@ -687,6 +687,10 @@ module Aws::DatabaseMigrationService
|
|
687
687
|
# Amazon Aurora MySQL-Compatible Edition.
|
688
688
|
# @return [String]
|
689
689
|
#
|
690
|
+
# @!attribute [rw] virtual
|
691
|
+
# Indicates whether the data provider is virtual.
|
692
|
+
# @return [Boolean]
|
693
|
+
#
|
690
694
|
# @!attribute [rw] settings
|
691
695
|
# The settings in JSON format for a data provider.
|
692
696
|
# @return [Types::DataProviderSettings]
|
@@ -701,6 +705,7 @@ module Aws::DatabaseMigrationService
|
|
701
705
|
:data_provider_name,
|
702
706
|
:description,
|
703
707
|
:engine,
|
708
|
+
:virtual,
|
704
709
|
:settings,
|
705
710
|
:tags)
|
706
711
|
SENSITIVE = []
|
@@ -1686,6 +1691,9 @@ module Aws::DatabaseMigrationService
|
|
1686
1691
|
#
|
1687
1692
|
# @!attribute [rw] replication_subnet_group_description
|
1688
1693
|
# The description for the subnet group.
|
1694
|
+
#
|
1695
|
+
# Constraints: This parameter Must not contain non-printable control
|
1696
|
+
# characters.
|
1689
1697
|
# @return [String]
|
1690
1698
|
#
|
1691
1699
|
# @!attribute [rw] subnet_ids
|
@@ -2095,6 +2103,10 @@ module Aws::DatabaseMigrationService
|
|
2095
2103
|
# Amazon Aurora MySQL-Compatible Edition.
|
2096
2104
|
# @return [String]
|
2097
2105
|
#
|
2106
|
+
# @!attribute [rw] virtual
|
2107
|
+
# Indicates whether the data provider is virtual.
|
2108
|
+
# @return [Boolean]
|
2109
|
+
#
|
2098
2110
|
# @!attribute [rw] settings
|
2099
2111
|
# The settings in JSON format for a data provider.
|
2100
2112
|
# @return [Types::DataProviderSettings]
|
@@ -2107,6 +2119,7 @@ module Aws::DatabaseMigrationService
|
|
2107
2119
|
:data_provider_creation_time,
|
2108
2120
|
:description,
|
2109
2121
|
:engine,
|
2122
|
+
:virtual,
|
2110
2123
|
:settings)
|
2111
2124
|
SENSITIVE = []
|
2112
2125
|
include Aws::Structure
|
@@ -3722,7 +3735,18 @@ module Aws::DatabaseMigrationService
|
|
3722
3735
|
# @return [Array<Types::Filter>]
|
3723
3736
|
#
|
3724
3737
|
# @!attribute [rw] max_records
|
3738
|
+
# End of support notice: On May 20, 2026, Amazon Web Services will end
|
3739
|
+
# support for Amazon Web Services DMS Fleet Advisor;. After May 20,
|
3740
|
+
# 2026, you will no longer be able to access the Amazon Web Services
|
3741
|
+
# DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor;
|
3742
|
+
# resources. For more information, see [Amazon Web Services DMS Fleet
|
3743
|
+
# Advisor end of support][1].
|
3744
|
+
#
|
3725
3745
|
# Sets the maximum number of records returned in the response.
|
3746
|
+
#
|
3747
|
+
#
|
3748
|
+
#
|
3749
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/dms_fleet.advisor-end-of-support.html
|
3726
3750
|
# @return [Integer]
|
3727
3751
|
#
|
3728
3752
|
# @!attribute [rw] next_token
|
@@ -6388,6 +6412,16 @@ module Aws::DatabaseMigrationService
|
|
6388
6412
|
# connection.
|
6389
6413
|
# @return [String]
|
6390
6414
|
#
|
6415
|
+
# @!attribute [rw] s3_path
|
6416
|
+
# The path for the Amazon S3 bucket that the application uses for
|
6417
|
+
# accessing the user-defined schema.
|
6418
|
+
# @return [String]
|
6419
|
+
#
|
6420
|
+
# @!attribute [rw] s3_access_role_arn
|
6421
|
+
# The ARN for the role the application uses to access its Amazon S3
|
6422
|
+
# bucket.
|
6423
|
+
# @return [String]
|
6424
|
+
#
|
6391
6425
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/IbmDb2LuwDataProviderSettings AWS API Documentation
|
6392
6426
|
#
|
6393
6427
|
class IbmDb2LuwDataProviderSettings < Struct.new(
|
@@ -6395,7 +6429,9 @@ module Aws::DatabaseMigrationService
|
|
6395
6429
|
:port,
|
6396
6430
|
:database_name,
|
6397
6431
|
:ssl_mode,
|
6398
|
-
:certificate_arn
|
6432
|
+
:certificate_arn,
|
6433
|
+
:s3_path,
|
6434
|
+
:s3_access_role_arn)
|
6399
6435
|
SENSITIVE = []
|
6400
6436
|
include Aws::Structure
|
6401
6437
|
end
|
@@ -6424,6 +6460,16 @@ module Aws::DatabaseMigrationService
|
|
6424
6460
|
# connection.
|
6425
6461
|
# @return [String]
|
6426
6462
|
#
|
6463
|
+
# @!attribute [rw] s3_path
|
6464
|
+
# The path for the Amazon S3 bucket that the application uses for
|
6465
|
+
# accessing the user-defined schema.
|
6466
|
+
# @return [String]
|
6467
|
+
#
|
6468
|
+
# @!attribute [rw] s3_access_role_arn
|
6469
|
+
# The ARN for the role the application uses to access its Amazon S3
|
6470
|
+
# bucket.
|
6471
|
+
# @return [String]
|
6472
|
+
#
|
6427
6473
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/IbmDb2zOsDataProviderSettings AWS API Documentation
|
6428
6474
|
#
|
6429
6475
|
class IbmDb2zOsDataProviderSettings < Struct.new(
|
@@ -6431,7 +6477,9 @@ module Aws::DatabaseMigrationService
|
|
6431
6477
|
:port,
|
6432
6478
|
:database_name,
|
6433
6479
|
:ssl_mode,
|
6434
|
-
:certificate_arn
|
6480
|
+
:certificate_arn,
|
6481
|
+
:s3_path,
|
6482
|
+
:s3_access_role_arn)
|
6435
6483
|
SENSITIVE = []
|
6436
6484
|
include Aws::Structure
|
6437
6485
|
end
|
@@ -7143,13 +7191,25 @@ module Aws::DatabaseMigrationService
|
|
7143
7191
|
# connection.
|
7144
7192
|
# @return [String]
|
7145
7193
|
#
|
7194
|
+
# @!attribute [rw] s3_path
|
7195
|
+
# The path for the Amazon S3 bucket that the application uses for
|
7196
|
+
# accessing the user-defined schema.
|
7197
|
+
# @return [String]
|
7198
|
+
#
|
7199
|
+
# @!attribute [rw] s3_access_role_arn
|
7200
|
+
# The ARN for the role the application uses to access its Amazon S3
|
7201
|
+
# bucket.
|
7202
|
+
# @return [String]
|
7203
|
+
#
|
7146
7204
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MariaDbDataProviderSettings AWS API Documentation
|
7147
7205
|
#
|
7148
7206
|
class MariaDbDataProviderSettings < Struct.new(
|
7149
7207
|
:server_name,
|
7150
7208
|
:port,
|
7151
7209
|
:ssl_mode,
|
7152
|
-
:certificate_arn
|
7210
|
+
:certificate_arn,
|
7211
|
+
:s3_path,
|
7212
|
+
:s3_access_role_arn)
|
7153
7213
|
SENSITIVE = []
|
7154
7214
|
include Aws::Structure
|
7155
7215
|
end
|
@@ -7345,6 +7405,16 @@ module Aws::DatabaseMigrationService
|
|
7345
7405
|
# connection.
|
7346
7406
|
# @return [String]
|
7347
7407
|
#
|
7408
|
+
# @!attribute [rw] s3_path
|
7409
|
+
# The path for the Amazon S3 bucket that the application uses for
|
7410
|
+
# accessing the user-defined schema.
|
7411
|
+
# @return [String]
|
7412
|
+
#
|
7413
|
+
# @!attribute [rw] s3_access_role_arn
|
7414
|
+
# The ARN for the role the application uses to access its Amazon S3
|
7415
|
+
# bucket.
|
7416
|
+
# @return [String]
|
7417
|
+
#
|
7348
7418
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MicrosoftSqlServerDataProviderSettings AWS API Documentation
|
7349
7419
|
#
|
7350
7420
|
class MicrosoftSqlServerDataProviderSettings < Struct.new(
|
@@ -7352,7 +7422,9 @@ module Aws::DatabaseMigrationService
|
|
7352
7422
|
:port,
|
7353
7423
|
:database_name,
|
7354
7424
|
:ssl_mode,
|
7355
|
-
:certificate_arn
|
7425
|
+
:certificate_arn,
|
7426
|
+
:s3_path,
|
7427
|
+
:s3_access_role_arn)
|
7356
7428
|
SENSITIVE = []
|
7357
7429
|
include Aws::Structure
|
7358
7430
|
end
|
@@ -7544,6 +7616,10 @@ module Aws::DatabaseMigrationService
|
|
7544
7616
|
# Amazon Aurora MySQL-Compatible Edition.
|
7545
7617
|
# @return [String]
|
7546
7618
|
#
|
7619
|
+
# @!attribute [rw] virtual
|
7620
|
+
# Indicates whether the data provider is virtual.
|
7621
|
+
# @return [Boolean]
|
7622
|
+
#
|
7547
7623
|
# @!attribute [rw] exact_settings
|
7548
7624
|
# If this attribute is Y, the current call to `ModifyDataProvider`
|
7549
7625
|
# replaces all existing data provider settings with the exact settings
|
@@ -7568,6 +7644,7 @@ module Aws::DatabaseMigrationService
|
|
7568
7644
|
:data_provider_name,
|
7569
7645
|
:description,
|
7570
7646
|
:engine,
|
7647
|
+
:virtual,
|
7571
7648
|
:exact_settings,
|
7572
7649
|
:settings)
|
7573
7650
|
SENSITIVE = []
|
@@ -8932,13 +9009,25 @@ module Aws::DatabaseMigrationService
|
|
8932
9009
|
# connection.
|
8933
9010
|
# @return [String]
|
8934
9011
|
#
|
9012
|
+
# @!attribute [rw] s3_path
|
9013
|
+
# The path for the Amazon S3 bucket that the application uses for
|
9014
|
+
# accessing the user-defined schema.
|
9015
|
+
# @return [String]
|
9016
|
+
#
|
9017
|
+
# @!attribute [rw] s3_access_role_arn
|
9018
|
+
# The ARN for the role the application uses to access its Amazon S3
|
9019
|
+
# bucket.
|
9020
|
+
# @return [String]
|
9021
|
+
#
|
8935
9022
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MySqlDataProviderSettings AWS API Documentation
|
8936
9023
|
#
|
8937
9024
|
class MySqlDataProviderSettings < Struct.new(
|
8938
9025
|
:server_name,
|
8939
9026
|
:port,
|
8940
9027
|
:ssl_mode,
|
8941
|
-
:certificate_arn
|
9028
|
+
:certificate_arn,
|
9029
|
+
:s3_path,
|
9030
|
+
:s3_access_role_arn)
|
8942
9031
|
SENSITIVE = []
|
8943
9032
|
include Aws::Structure
|
8944
9033
|
end
|
@@ -9071,6 +9160,16 @@ module Aws::DatabaseMigrationService
|
|
9071
9160
|
# Secrets Manager that contains the TDE password.
|
9072
9161
|
# @return [String]
|
9073
9162
|
#
|
9163
|
+
# @!attribute [rw] s3_path
|
9164
|
+
# The path for the Amazon S3 bucket that the application uses for
|
9165
|
+
# accessing the user-defined schema.
|
9166
|
+
# @return [String]
|
9167
|
+
#
|
9168
|
+
# @!attribute [rw] s3_access_role_arn
|
9169
|
+
# The ARN for the role the application uses to access its Amazon S3
|
9170
|
+
# bucket.
|
9171
|
+
# @return [String]
|
9172
|
+
#
|
9074
9173
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/OracleDataProviderSettings AWS API Documentation
|
9075
9174
|
#
|
9076
9175
|
class OracleDataProviderSettings < Struct.new(
|
@@ -9083,7 +9182,9 @@ module Aws::DatabaseMigrationService
|
|
9083
9182
|
:secrets_manager_oracle_asm_secret_id,
|
9084
9183
|
:secrets_manager_oracle_asm_access_role_arn,
|
9085
9184
|
:secrets_manager_security_db_encryption_secret_id,
|
9086
|
-
:secrets_manager_security_db_encryption_access_role_arn
|
9185
|
+
:secrets_manager_security_db_encryption_access_role_arn,
|
9186
|
+
:s3_path,
|
9187
|
+
:s3_access_role_arn)
|
9087
9188
|
SENSITIVE = []
|
9088
9189
|
include Aws::Structure
|
9089
9190
|
end
|
@@ -9992,6 +10093,16 @@ module Aws::DatabaseMigrationService
|
|
9992
10093
|
# connection.
|
9993
10094
|
# @return [String]
|
9994
10095
|
#
|
10096
|
+
# @!attribute [rw] s3_path
|
10097
|
+
# The path for the Amazon S3 bucket that the application uses for
|
10098
|
+
# accessing the user-defined schema.
|
10099
|
+
# @return [String]
|
10100
|
+
#
|
10101
|
+
# @!attribute [rw] s3_access_role_arn
|
10102
|
+
# The ARN for the role the application uses to access its Amazon S3
|
10103
|
+
# bucket.
|
10104
|
+
# @return [String]
|
10105
|
+
#
|
9995
10106
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/PostgreSqlDataProviderSettings AWS API Documentation
|
9996
10107
|
#
|
9997
10108
|
class PostgreSqlDataProviderSettings < Struct.new(
|
@@ -9999,7 +10110,9 @@ module Aws::DatabaseMigrationService
|
|
9999
10110
|
:port,
|
10000
10111
|
:database_name,
|
10001
10112
|
:ssl_mode,
|
10002
|
-
:certificate_arn
|
10113
|
+
:certificate_arn,
|
10114
|
+
:s3_path,
|
10115
|
+
:s3_access_role_arn)
|
10003
10116
|
SENSITIVE = []
|
10004
10117
|
include Aws::Structure
|
10005
10118
|
end
|
@@ -10515,12 +10628,24 @@ module Aws::DatabaseMigrationService
|
|
10515
10628
|
# The database name on the Amazon Redshift data provider.
|
10516
10629
|
# @return [String]
|
10517
10630
|
#
|
10631
|
+
# @!attribute [rw] s3_path
|
10632
|
+
# The path for the Amazon S3 bucket that the application uses for
|
10633
|
+
# accessing the user-defined schema.
|
10634
|
+
# @return [String]
|
10635
|
+
#
|
10636
|
+
# @!attribute [rw] s3_access_role_arn
|
10637
|
+
# The ARN for the role the application uses to access its Amazon S3
|
10638
|
+
# bucket.
|
10639
|
+
# @return [String]
|
10640
|
+
#
|
10518
10641
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RedshiftDataProviderSettings AWS API Documentation
|
10519
10642
|
#
|
10520
10643
|
class RedshiftDataProviderSettings < Struct.new(
|
10521
10644
|
:server_name,
|
10522
10645
|
:port,
|
10523
|
-
:database_name
|
10646
|
+
:database_name,
|
10647
|
+
:s3_path,
|
10648
|
+
:s3_access_role_arn)
|
10524
10649
|
SENSITIVE = []
|
10525
10650
|
include Aws::Structure
|
10526
10651
|
end
|
@@ -12928,8 +13053,8 @@ module Aws::DatabaseMigrationService
|
|
12928
13053
|
# convert the current UTC time into a specified time zone. The
|
12929
13054
|
# conversion occurs when a date partition folder is created and a CDC
|
12930
13055
|
# filename is generated. The time zone format is Area/Location. Use
|
12931
|
-
# this parameter when `DatePartitionedEnabled` is set to
|
12932
|
-
# shown in the following example
|
13056
|
+
# this parameter when `DatePartitionedEnabled` is set to true, as
|
13057
|
+
# shown in the following example:
|
12933
13058
|
#
|
12934
13059
|
# `s3-settings='{"DatePartitionEnabled": true,
|
12935
13060
|
# "DatePartitionSequence": "YYYYMMDDHH", "DatePartitionDelimiter":
|
@@ -13765,22 +13890,33 @@ module Aws::DatabaseMigrationService
|
|
13765
13890
|
# @!attribute [rw] start_replication_task_type
|
13766
13891
|
# The type of replication task to start.
|
13767
13892
|
#
|
13768
|
-
#
|
13769
|
-
#
|
13770
|
-
# `
|
13893
|
+
# `start-replication` is the only valid action that can be used for
|
13894
|
+
# the first time a task with the migration type of
|
13895
|
+
# `full-load`full-load, `full-load-and-cdc` or `cdc` is run. Any other
|
13896
|
+
# action used for the first time on a given task, such as
|
13897
|
+
# `resume-processing` and reload-target will result in data errors.
|
13771
13898
|
#
|
13772
13899
|
# You can also use ReloadTables to reload specific tables that failed
|
13773
13900
|
# during migration instead of restarting the task.
|
13774
13901
|
#
|
13775
|
-
#
|
13776
|
-
#
|
13777
|
-
#
|
13902
|
+
# For a `full-load` task, the resume-processing option will reload any
|
13903
|
+
# tables that were partially loaded or not yet loaded during the full
|
13904
|
+
# load phase.
|
13778
13905
|
#
|
13779
13906
|
# For a `full-load-and-cdc` task, DMS migrates table data, and then
|
13780
13907
|
# applies data changes that occur on the source. To load all the
|
13781
13908
|
# tables again, and start capturing source changes, use
|
13782
13909
|
# `reload-target`. Otherwise use `resume-processing`, to replicate the
|
13783
13910
|
# changes from the last stop position.
|
13911
|
+
#
|
13912
|
+
# For a `cdc` only task, to start from a specific position, you must
|
13913
|
+
# use start-replication and also specify the start position. Check the
|
13914
|
+
# source endpoint DMS documentation for any limitations. For example,
|
13915
|
+
# not all sources support starting from a time.
|
13916
|
+
#
|
13917
|
+
# <note markdown="1"> `resume-processing` is only available for previously executed tasks.
|
13918
|
+
#
|
13919
|
+
# </note>
|
13784
13920
|
# @return [String]
|
13785
13921
|
#
|
13786
13922
|
# @!attribute [rw] cdc_start_time
|
data/sig/client.rbs
CHANGED
@@ -179,24 +179,31 @@ module Aws
|
|
179
179
|
?data_provider_name: ::String,
|
180
180
|
?description: ::String,
|
181
181
|
engine: ::String,
|
182
|
+
?virtual: bool,
|
182
183
|
settings: {
|
183
184
|
redshift_settings: {
|
184
185
|
server_name: ::String?,
|
185
186
|
port: ::Integer?,
|
186
|
-
database_name: ::String
|
187
|
+
database_name: ::String?,
|
188
|
+
s3_path: ::String?,
|
189
|
+
s3_access_role_arn: ::String?
|
187
190
|
}?,
|
188
191
|
postgre_sql_settings: {
|
189
192
|
server_name: ::String?,
|
190
193
|
port: ::Integer?,
|
191
194
|
database_name: ::String?,
|
192
195
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
193
|
-
certificate_arn: ::String
|
196
|
+
certificate_arn: ::String?,
|
197
|
+
s3_path: ::String?,
|
198
|
+
s3_access_role_arn: ::String?
|
194
199
|
}?,
|
195
200
|
my_sql_settings: {
|
196
201
|
server_name: ::String?,
|
197
202
|
port: ::Integer?,
|
198
203
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
199
|
-
certificate_arn: ::String
|
204
|
+
certificate_arn: ::String?,
|
205
|
+
s3_path: ::String?,
|
206
|
+
s3_access_role_arn: ::String?
|
200
207
|
}?,
|
201
208
|
oracle_settings: {
|
202
209
|
server_name: ::String?,
|
@@ -208,14 +215,18 @@ module Aws
|
|
208
215
|
secrets_manager_oracle_asm_secret_id: ::String?,
|
209
216
|
secrets_manager_oracle_asm_access_role_arn: ::String?,
|
210
217
|
secrets_manager_security_db_encryption_secret_id: ::String?,
|
211
|
-
secrets_manager_security_db_encryption_access_role_arn: ::String
|
218
|
+
secrets_manager_security_db_encryption_access_role_arn: ::String?,
|
219
|
+
s3_path: ::String?,
|
220
|
+
s3_access_role_arn: ::String?
|
212
221
|
}?,
|
213
222
|
microsoft_sql_server_settings: {
|
214
223
|
server_name: ::String?,
|
215
224
|
port: ::Integer?,
|
216
225
|
database_name: ::String?,
|
217
226
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
218
|
-
certificate_arn: ::String
|
227
|
+
certificate_arn: ::String?,
|
228
|
+
s3_path: ::String?,
|
229
|
+
s3_access_role_arn: ::String?
|
219
230
|
}?,
|
220
231
|
doc_db_settings: {
|
221
232
|
server_name: ::String?,
|
@@ -228,21 +239,27 @@ module Aws
|
|
228
239
|
server_name: ::String?,
|
229
240
|
port: ::Integer?,
|
230
241
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
231
|
-
certificate_arn: ::String
|
242
|
+
certificate_arn: ::String?,
|
243
|
+
s3_path: ::String?,
|
244
|
+
s3_access_role_arn: ::String?
|
232
245
|
}?,
|
233
246
|
ibm_db_2_luw_settings: {
|
234
247
|
server_name: ::String?,
|
235
248
|
port: ::Integer?,
|
236
249
|
database_name: ::String?,
|
237
250
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
238
|
-
certificate_arn: ::String
|
251
|
+
certificate_arn: ::String?,
|
252
|
+
s3_path: ::String?,
|
253
|
+
s3_access_role_arn: ::String?
|
239
254
|
}?,
|
240
255
|
ibm_db_2z_os_settings: {
|
241
256
|
server_name: ::String?,
|
242
257
|
port: ::Integer?,
|
243
258
|
database_name: ::String?,
|
244
259
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
245
|
-
certificate_arn: ::String
|
260
|
+
certificate_arn: ::String?,
|
261
|
+
s3_path: ::String?,
|
262
|
+
s3_access_role_arn: ::String?
|
246
263
|
}?,
|
247
264
|
mongo_db_settings: {
|
248
265
|
server_name: ::String?,
|
@@ -1846,25 +1863,32 @@ module Aws
|
|
1846
1863
|
?data_provider_name: ::String,
|
1847
1864
|
?description: ::String,
|
1848
1865
|
?engine: ::String,
|
1866
|
+
?virtual: bool,
|
1849
1867
|
?exact_settings: bool,
|
1850
1868
|
?settings: {
|
1851
1869
|
redshift_settings: {
|
1852
1870
|
server_name: ::String?,
|
1853
1871
|
port: ::Integer?,
|
1854
|
-
database_name: ::String
|
1872
|
+
database_name: ::String?,
|
1873
|
+
s3_path: ::String?,
|
1874
|
+
s3_access_role_arn: ::String?
|
1855
1875
|
}?,
|
1856
1876
|
postgre_sql_settings: {
|
1857
1877
|
server_name: ::String?,
|
1858
1878
|
port: ::Integer?,
|
1859
1879
|
database_name: ::String?,
|
1860
1880
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
1861
|
-
certificate_arn: ::String
|
1881
|
+
certificate_arn: ::String?,
|
1882
|
+
s3_path: ::String?,
|
1883
|
+
s3_access_role_arn: ::String?
|
1862
1884
|
}?,
|
1863
1885
|
my_sql_settings: {
|
1864
1886
|
server_name: ::String?,
|
1865
1887
|
port: ::Integer?,
|
1866
1888
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
1867
|
-
certificate_arn: ::String
|
1889
|
+
certificate_arn: ::String?,
|
1890
|
+
s3_path: ::String?,
|
1891
|
+
s3_access_role_arn: ::String?
|
1868
1892
|
}?,
|
1869
1893
|
oracle_settings: {
|
1870
1894
|
server_name: ::String?,
|
@@ -1876,14 +1900,18 @@ module Aws
|
|
1876
1900
|
secrets_manager_oracle_asm_secret_id: ::String?,
|
1877
1901
|
secrets_manager_oracle_asm_access_role_arn: ::String?,
|
1878
1902
|
secrets_manager_security_db_encryption_secret_id: ::String?,
|
1879
|
-
secrets_manager_security_db_encryption_access_role_arn: ::String
|
1903
|
+
secrets_manager_security_db_encryption_access_role_arn: ::String?,
|
1904
|
+
s3_path: ::String?,
|
1905
|
+
s3_access_role_arn: ::String?
|
1880
1906
|
}?,
|
1881
1907
|
microsoft_sql_server_settings: {
|
1882
1908
|
server_name: ::String?,
|
1883
1909
|
port: ::Integer?,
|
1884
1910
|
database_name: ::String?,
|
1885
1911
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
1886
|
-
certificate_arn: ::String
|
1912
|
+
certificate_arn: ::String?,
|
1913
|
+
s3_path: ::String?,
|
1914
|
+
s3_access_role_arn: ::String?
|
1887
1915
|
}?,
|
1888
1916
|
doc_db_settings: {
|
1889
1917
|
server_name: ::String?,
|
@@ -1896,21 +1924,27 @@ module Aws
|
|
1896
1924
|
server_name: ::String?,
|
1897
1925
|
port: ::Integer?,
|
1898
1926
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
1899
|
-
certificate_arn: ::String
|
1927
|
+
certificate_arn: ::String?,
|
1928
|
+
s3_path: ::String?,
|
1929
|
+
s3_access_role_arn: ::String?
|
1900
1930
|
}?,
|
1901
1931
|
ibm_db_2_luw_settings: {
|
1902
1932
|
server_name: ::String?,
|
1903
1933
|
port: ::Integer?,
|
1904
1934
|
database_name: ::String?,
|
1905
1935
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
1906
|
-
certificate_arn: ::String
|
1936
|
+
certificate_arn: ::String?,
|
1937
|
+
s3_path: ::String?,
|
1938
|
+
s3_access_role_arn: ::String?
|
1907
1939
|
}?,
|
1908
1940
|
ibm_db_2z_os_settings: {
|
1909
1941
|
server_name: ::String?,
|
1910
1942
|
port: ::Integer?,
|
1911
1943
|
database_name: ::String?,
|
1912
1944
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
1913
|
-
certificate_arn: ::String
|
1945
|
+
certificate_arn: ::String?,
|
1946
|
+
s3_path: ::String?,
|
1947
|
+
s3_access_role_arn: ::String?
|
1914
1948
|
}?,
|
1915
1949
|
mongo_db_settings: {
|
1916
1950
|
server_name: ::String?,
|