aws-sdk-databasemigrationservice 1.111.0 → 1.119.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 +40 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +259 -39
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +52 -0
- data/lib/aws-sdk-databasemigrationservice/endpoint_provider.rb +16 -20
- data/lib/aws-sdk-databasemigrationservice/types.rb +316 -28
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- data/sig/client.rbs +42 -0
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +51 -0
- metadata +4 -4
@@ -84,7 +84,8 @@ module Aws::DatabaseMigrationService
|
|
84
84
|
# @!attribute [rw] apply_action
|
85
85
|
# The pending maintenance action to apply to this resource.
|
86
86
|
#
|
87
|
-
# Valid values: `os-upgrade`, `system-update`, `db-upgrade
|
87
|
+
# Valid values: `os-upgrade`, `system-update`, `db-upgrade`,
|
88
|
+
# `os-patch`
|
88
89
|
# @return [String]
|
89
90
|
#
|
90
91
|
# @!attribute [rw] opt_in_type
|
@@ -623,6 +624,10 @@ module Aws::DatabaseMigrationService
|
|
623
624
|
# Specifies information about the source data provider.
|
624
625
|
# @return [Array<Types::SourceDataSetting>]
|
625
626
|
#
|
627
|
+
# @!attribute [rw] target_data_settings
|
628
|
+
# Specifies information about the target data provider.
|
629
|
+
# @return [Array<Types::TargetDataSetting>]
|
630
|
+
#
|
626
631
|
# @!attribute [rw] number_of_jobs
|
627
632
|
# The number of parallel jobs that trigger parallel threads to unload
|
628
633
|
# the tables from the source, and then load them to the target.
|
@@ -646,6 +651,7 @@ module Aws::DatabaseMigrationService
|
|
646
651
|
:service_access_role_arn,
|
647
652
|
:enable_cloudwatch_logs,
|
648
653
|
:source_data_settings,
|
654
|
+
:target_data_settings,
|
649
655
|
:number_of_jobs,
|
650
656
|
:tags,
|
651
657
|
:selection_rules)
|
@@ -676,9 +682,9 @@ module Aws::DatabaseMigrationService
|
|
676
682
|
# @!attribute [rw] engine
|
677
683
|
# The type of database engine for the data provider. Valid values
|
678
684
|
# include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
|
679
|
-
# `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
|
680
|
-
# `docdb`. A value of `"aurora"` represents
|
681
|
-
# MySQL-Compatible Edition.
|
685
|
+
# `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
|
686
|
+
# `db2`, `db2-zos` and `docdb`. A value of `"aurora"` represents
|
687
|
+
# Amazon Aurora MySQL-Compatible Edition.
|
682
688
|
# @return [String]
|
683
689
|
#
|
684
690
|
# @!attribute [rw] settings
|
@@ -1628,9 +1634,8 @@ module Aws::DatabaseMigrationService
|
|
1628
1634
|
# @return [String]
|
1629
1635
|
#
|
1630
1636
|
# @!attribute [rw] kerberos_authentication_settings
|
1631
|
-
# Specifies the
|
1632
|
-
#
|
1633
|
-
# instance.
|
1637
|
+
# Specifies the settings required for kerberos authentication when
|
1638
|
+
# creating the replication instance.
|
1634
1639
|
# @return [Types::KerberosAuthenticationSettings]
|
1635
1640
|
#
|
1636
1641
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstanceMessage AWS API Documentation
|
@@ -1922,6 +1927,11 @@ module Aws::DatabaseMigrationService
|
|
1922
1927
|
# provider.
|
1923
1928
|
# @return [Array<Types::SourceDataSetting>]
|
1924
1929
|
#
|
1930
|
+
# @!attribute [rw] target_data_settings
|
1931
|
+
# Specifies information about the data migration's target data
|
1932
|
+
# provider.
|
1933
|
+
# @return [Array<Types::TargetDataSetting>]
|
1934
|
+
#
|
1925
1935
|
# @!attribute [rw] data_migration_statistics
|
1926
1936
|
# Provides information about the data migration's run, including
|
1927
1937
|
# start and stop time, latency, and data migration progress.
|
@@ -1961,6 +1971,7 @@ module Aws::DatabaseMigrationService
|
|
1961
1971
|
:data_migration_type,
|
1962
1972
|
:data_migration_settings,
|
1963
1973
|
:source_data_settings,
|
1974
|
+
:target_data_settings,
|
1964
1975
|
:data_migration_statistics,
|
1965
1976
|
:data_migration_status,
|
1966
1977
|
:public_ip_addresses,
|
@@ -2079,9 +2090,9 @@ module Aws::DatabaseMigrationService
|
|
2079
2090
|
# @!attribute [rw] engine
|
2080
2091
|
# The type of database engine for the data provider. Valid values
|
2081
2092
|
# include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
|
2082
|
-
# `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
|
2083
|
-
# `docdb`. A value of `"aurora"` represents
|
2084
|
-
# MySQL-Compatible Edition.
|
2093
|
+
# `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
|
2094
|
+
# `db2`, `db2-zos` and `docdb`. A value of `"aurora"` represents
|
2095
|
+
# Amazon Aurora MySQL-Compatible Edition.
|
2085
2096
|
# @return [String]
|
2086
2097
|
#
|
2087
2098
|
# @!attribute [rw] settings
|
@@ -2193,6 +2204,14 @@ module Aws::DatabaseMigrationService
|
|
2193
2204
|
# Provides information that defines a MariaDB data provider.
|
2194
2205
|
# @return [Types::MariaDbDataProviderSettings]
|
2195
2206
|
#
|
2207
|
+
# @!attribute [rw] ibm_db_2_luw_settings
|
2208
|
+
# Provides information that defines an IBM DB2 LUW data provider.
|
2209
|
+
# @return [Types::IbmDb2LuwDataProviderSettings]
|
2210
|
+
#
|
2211
|
+
# @!attribute [rw] ibm_db_2z_os_settings
|
2212
|
+
# Provides information that defines an IBM DB2 for z/OS data provider.
|
2213
|
+
# @return [Types::IbmDb2zOsDataProviderSettings]
|
2214
|
+
#
|
2196
2215
|
# @!attribute [rw] mongo_db_settings
|
2197
2216
|
# Provides information that defines a MongoDB data provider.
|
2198
2217
|
# @return [Types::MongoDbDataProviderSettings]
|
@@ -2207,6 +2226,8 @@ module Aws::DatabaseMigrationService
|
|
2207
2226
|
:microsoft_sql_server_settings,
|
2208
2227
|
:doc_db_settings,
|
2209
2228
|
:maria_db_settings,
|
2229
|
+
:ibm_db_2_luw_settings,
|
2230
|
+
:ibm_db_2z_os_settings,
|
2210
2231
|
:mongo_db_settings,
|
2211
2232
|
:unknown)
|
2212
2233
|
SENSITIVE = []
|
@@ -2220,6 +2241,8 @@ module Aws::DatabaseMigrationService
|
|
2220
2241
|
class MicrosoftSqlServerSettings < DataProviderSettings; end
|
2221
2242
|
class DocDbSettings < DataProviderSettings; end
|
2222
2243
|
class MariaDbSettings < DataProviderSettings; end
|
2244
|
+
class IbmDb2LuwSettings < DataProviderSettings; end
|
2245
|
+
class IbmDb2zOsSettings < DataProviderSettings; end
|
2223
2246
|
class MongoDbSettings < DataProviderSettings; end
|
2224
2247
|
class Unknown < DataProviderSettings; end
|
2225
2248
|
end
|
@@ -2762,6 +2785,11 @@ module Aws::DatabaseMigrationService
|
|
2762
2785
|
# list of individual assessments.
|
2763
2786
|
# @return [String]
|
2764
2787
|
#
|
2788
|
+
# @!attribute [rw] replication_config_arn
|
2789
|
+
# Amazon Resource Name (ARN) of a serverless replication on which you
|
2790
|
+
# want to base the default list of individual assessments.
|
2791
|
+
# @return [String]
|
2792
|
+
#
|
2765
2793
|
# @!attribute [rw] source_engine_name
|
2766
2794
|
# Name of a database engine that the specified replication instance
|
2767
2795
|
# supports as a source.
|
@@ -2795,6 +2823,7 @@ module Aws::DatabaseMigrationService
|
|
2795
2823
|
class DescribeApplicableIndividualAssessmentsMessage < Struct.new(
|
2796
2824
|
:replication_task_arn,
|
2797
2825
|
:replication_instance_arn,
|
2826
|
+
:replication_config_arn,
|
2798
2827
|
:source_engine_name,
|
2799
2828
|
:target_engine_name,
|
2800
2829
|
:migration_type,
|
@@ -6327,6 +6356,78 @@ module Aws::DatabaseMigrationService
|
|
6327
6356
|
include Aws::Structure
|
6328
6357
|
end
|
6329
6358
|
|
6359
|
+
# Provides information about an IBM DB2 LUW data provider.
|
6360
|
+
#
|
6361
|
+
# @!attribute [rw] server_name
|
6362
|
+
# The name of the DB2 LUW server.
|
6363
|
+
# @return [String]
|
6364
|
+
#
|
6365
|
+
# @!attribute [rw] port
|
6366
|
+
# The port value for the DB2 LUW data provider.
|
6367
|
+
# @return [Integer]
|
6368
|
+
#
|
6369
|
+
# @!attribute [rw] database_name
|
6370
|
+
# The database name on the DB2 LUW data provider.
|
6371
|
+
# @return [String]
|
6372
|
+
#
|
6373
|
+
# @!attribute [rw] ssl_mode
|
6374
|
+
# The SSL mode used to connect to the DB2 LUW data provider. The
|
6375
|
+
# default value is `none`. Valid Values: `none` and `verify-ca`.
|
6376
|
+
# @return [String]
|
6377
|
+
#
|
6378
|
+
# @!attribute [rw] certificate_arn
|
6379
|
+
# The Amazon Resource Name (ARN) of the certificate used for SSL
|
6380
|
+
# connection.
|
6381
|
+
# @return [String]
|
6382
|
+
#
|
6383
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/IbmDb2LuwDataProviderSettings AWS API Documentation
|
6384
|
+
#
|
6385
|
+
class IbmDb2LuwDataProviderSettings < Struct.new(
|
6386
|
+
:server_name,
|
6387
|
+
:port,
|
6388
|
+
:database_name,
|
6389
|
+
:ssl_mode,
|
6390
|
+
:certificate_arn)
|
6391
|
+
SENSITIVE = []
|
6392
|
+
include Aws::Structure
|
6393
|
+
end
|
6394
|
+
|
6395
|
+
# Provides information about an IBM DB2 for z/OS data provider.
|
6396
|
+
#
|
6397
|
+
# @!attribute [rw] server_name
|
6398
|
+
# The name of the DB2 for z/OS server.
|
6399
|
+
# @return [String]
|
6400
|
+
#
|
6401
|
+
# @!attribute [rw] port
|
6402
|
+
# The port value for the DB2 for z/OS data provider.
|
6403
|
+
# @return [Integer]
|
6404
|
+
#
|
6405
|
+
# @!attribute [rw] database_name
|
6406
|
+
# The database name on the DB2 for z/OS data provider.
|
6407
|
+
# @return [String]
|
6408
|
+
#
|
6409
|
+
# @!attribute [rw] ssl_mode
|
6410
|
+
# The SSL mode used to connect to the DB2 for z/OS data provider. The
|
6411
|
+
# default value is `none`. Valid Values: `none` and `verify-ca`.
|
6412
|
+
# @return [String]
|
6413
|
+
#
|
6414
|
+
# @!attribute [rw] certificate_arn
|
6415
|
+
# The Amazon Resource Name (ARN) of the certificate used for SSL
|
6416
|
+
# connection.
|
6417
|
+
# @return [String]
|
6418
|
+
#
|
6419
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/IbmDb2zOsDataProviderSettings AWS API Documentation
|
6420
|
+
#
|
6421
|
+
class IbmDb2zOsDataProviderSettings < Struct.new(
|
6422
|
+
:server_name,
|
6423
|
+
:port,
|
6424
|
+
:database_name,
|
6425
|
+
:ssl_mode,
|
6426
|
+
:certificate_arn)
|
6427
|
+
SENSITIVE = []
|
6428
|
+
include Aws::Structure
|
6429
|
+
end
|
6430
|
+
|
6330
6431
|
# @!attribute [rw] certificate_identifier
|
6331
6432
|
# A customer-assigned name for the certificate. Identifiers must begin
|
6332
6433
|
# with a letter and must contain only ASCII letters, digits, and
|
@@ -6801,22 +6902,23 @@ module Aws::DatabaseMigrationService
|
|
6801
6902
|
include Aws::Structure
|
6802
6903
|
end
|
6803
6904
|
|
6804
|
-
# Specifies
|
6905
|
+
# Specifies the settings required for kerberos authentication when
|
6906
|
+
# creating the replication instance.
|
6805
6907
|
#
|
6806
6908
|
# @!attribute [rw] key_cache_secret_id
|
6807
|
-
# Specifies the
|
6808
|
-
#
|
6909
|
+
# Specifies the ID of the secret that stores the key cache file
|
6910
|
+
# required for kerberos authentication.
|
6809
6911
|
# @return [String]
|
6810
6912
|
#
|
6811
6913
|
# @!attribute [rw] key_cache_secret_iam_arn
|
6812
6914
|
# Specifies the Amazon Resource Name (ARN) of the IAM role that grants
|
6813
6915
|
# Amazon Web Services DMS access to the secret containing key cache
|
6814
|
-
# file for the
|
6916
|
+
# file for the kerberos authentication.
|
6815
6917
|
# @return [String]
|
6816
6918
|
#
|
6817
6919
|
# @!attribute [rw] krb_5_file_contents
|
6818
|
-
# Specifies the
|
6819
|
-
#
|
6920
|
+
# Specifies the contents of krb5 configuration file required for
|
6921
|
+
# kerberos authentication.
|
6820
6922
|
# @return [String]
|
6821
6923
|
#
|
6822
6924
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/KerberosAuthenticationSettings AWS API Documentation
|
@@ -7181,7 +7283,8 @@ module Aws::DatabaseMigrationService
|
|
7181
7283
|
# @return [Boolean]
|
7182
7284
|
#
|
7183
7285
|
# @!attribute [rw] authentication_method
|
7184
|
-
# Specifies
|
7286
|
+
# Specifies the authentication method to be used with Microsoft SQL
|
7287
|
+
# Server.
|
7185
7288
|
# @return [String]
|
7186
7289
|
#
|
7187
7290
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MicrosoftSQLServerSettings AWS API Documentation
|
@@ -7368,6 +7471,11 @@ module Aws::DatabaseMigrationService
|
|
7368
7471
|
# migration.
|
7369
7472
|
# @return [Array<Types::SourceDataSetting>]
|
7370
7473
|
#
|
7474
|
+
# @!attribute [rw] target_data_settings
|
7475
|
+
# The new information about the target data provider for the data
|
7476
|
+
# migration.
|
7477
|
+
# @return [Array<Types::TargetDataSetting>]
|
7478
|
+
#
|
7371
7479
|
# @!attribute [rw] number_of_jobs
|
7372
7480
|
# The number of parallel jobs that trigger parallel threads to unload
|
7373
7481
|
# the tables from the source, and then load them to the target.
|
@@ -7387,6 +7495,7 @@ module Aws::DatabaseMigrationService
|
|
7387
7495
|
:service_access_role_arn,
|
7388
7496
|
:data_migration_type,
|
7389
7497
|
:source_data_settings,
|
7498
|
+
:target_data_settings,
|
7390
7499
|
:number_of_jobs,
|
7391
7500
|
:selection_rules)
|
7392
7501
|
SENSITIVE = [:selection_rules]
|
@@ -7422,9 +7531,9 @@ module Aws::DatabaseMigrationService
|
|
7422
7531
|
# @!attribute [rw] engine
|
7423
7532
|
# The type of database engine for the data provider. Valid values
|
7424
7533
|
# include `"aurora"`, `"aurora-postgresql"`, `"mysql"`, `"oracle"`,
|
7425
|
-
# `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
|
7426
|
-
# `docdb`. A value of `"aurora"` represents
|
7427
|
-
# MySQL-Compatible Edition.
|
7534
|
+
# `"postgres"`, `"sqlserver"`, `redshift`, `mariadb`, `mongodb`,
|
7535
|
+
# `db2`, `db2-zos` and `docdb`. A value of `"aurora"` represents
|
7536
|
+
# Amazon Aurora MySQL-Compatible Edition.
|
7428
7537
|
# @return [String]
|
7429
7538
|
#
|
7430
7539
|
# @!attribute [rw] exact_settings
|
@@ -8193,9 +8302,8 @@ module Aws::DatabaseMigrationService
|
|
8193
8302
|
# @return [String]
|
8194
8303
|
#
|
8195
8304
|
# @!attribute [rw] kerberos_authentication_settings
|
8196
|
-
# Specifies the
|
8197
|
-
#
|
8198
|
-
# instance.
|
8305
|
+
# Specifies the settings required for kerberos authentication when
|
8306
|
+
# modifying a replication instance.
|
8199
8307
|
# @return [Types::KerberosAuthenticationSettings]
|
8200
8308
|
#
|
8201
8309
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstanceMessage AWS API Documentation
|
@@ -9387,7 +9495,7 @@ module Aws::DatabaseMigrationService
|
|
9387
9495
|
# @return [Integer]
|
9388
9496
|
#
|
9389
9497
|
# @!attribute [rw] authentication_method
|
9390
|
-
# Specifies
|
9498
|
+
# Specifies the authentication method to be used with Oracle.
|
9391
9499
|
# @return [String]
|
9392
9500
|
#
|
9393
9501
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/OracleSettings AWS API Documentation
|
@@ -9862,6 +9970,117 @@ module Aws::DatabaseMigrationService
|
|
9862
9970
|
include Aws::Structure
|
9863
9971
|
end
|
9864
9972
|
|
9973
|
+
# The results returned in `describe-replications` to display the results
|
9974
|
+
# of the premigration assessment from the replication configuration.
|
9975
|
+
#
|
9976
|
+
# @!attribute [rw] premigration_assessment_run_arn
|
9977
|
+
# The Amazon Resource Name (ARN) of this assessment run.
|
9978
|
+
# @return [String]
|
9979
|
+
#
|
9980
|
+
# @!attribute [rw] fail_on_assessment_failure
|
9981
|
+
# A configurable setting you can set to `true` (the defualt setting)
|
9982
|
+
# or `false`. Use this setting to to stop the replication from
|
9983
|
+
# starting automatically if the assessment fails. This can help you
|
9984
|
+
# evaluate the issue that is preventing the replication from running
|
9985
|
+
# successfully.
|
9986
|
+
# @return [Boolean]
|
9987
|
+
#
|
9988
|
+
# @!attribute [rw] status
|
9989
|
+
# This describes the assessment run status. The status can be one of
|
9990
|
+
# the following values:
|
9991
|
+
#
|
9992
|
+
# * `cancelling`: The assessment run was canceled.
|
9993
|
+
#
|
9994
|
+
# * `deleting`: The assessment run was deleted.
|
9995
|
+
#
|
9996
|
+
# * `failed`: At least one individual assessment completed with a
|
9997
|
+
# failed status.
|
9998
|
+
#
|
9999
|
+
# * `error-provisioning`: An internal error occurred while resources
|
10000
|
+
# were provisioned (during the `provisioning` status).
|
10001
|
+
#
|
10002
|
+
# * `error-executing` An internal error occurred while individual
|
10003
|
+
# assessments ran (during the `running` status).
|
10004
|
+
#
|
10005
|
+
# * `invalid state`: The assessment run is in an unknown state.
|
10006
|
+
#
|
10007
|
+
# * `passed`: All individual assessments have completed and none have
|
10008
|
+
# a failed status.
|
10009
|
+
#
|
10010
|
+
# * `provisioning`: The resources required to run individual
|
10011
|
+
# assessments are being provisioned.
|
10012
|
+
#
|
10013
|
+
# * `running`: Individual assessments are being run.
|
10014
|
+
#
|
10015
|
+
# * `starting`: The assessment run is starting, but resources are not
|
10016
|
+
# yet being provisioned for individual assessments.
|
10017
|
+
#
|
10018
|
+
# * `warning`: At least one individual assessment completed with a
|
10019
|
+
# warning status.
|
10020
|
+
# @return [String]
|
10021
|
+
#
|
10022
|
+
# @!attribute [rw] premigration_assessment_run_creation_date
|
10023
|
+
# The date which the assessment run was created.
|
10024
|
+
# @return [Time]
|
10025
|
+
#
|
10026
|
+
# @!attribute [rw] assessment_progress
|
10027
|
+
# The progress values reported by the `AssessmentProgress` response
|
10028
|
+
# element.
|
10029
|
+
# @return [Types::ReplicationTaskAssessmentRunProgress]
|
10030
|
+
#
|
10031
|
+
# @!attribute [rw] last_failure_message
|
10032
|
+
# The last message generated by an individual assessment failure.
|
10033
|
+
# @return [String]
|
10034
|
+
#
|
10035
|
+
# @!attribute [rw] result_location_bucket
|
10036
|
+
# The Amazon S3 bucket that Database Migration Service Serverless
|
10037
|
+
# created to store the results of this assessment run.
|
10038
|
+
# @return [String]
|
10039
|
+
#
|
10040
|
+
# @!attribute [rw] result_location_folder
|
10041
|
+
# The folder within an Amazon S3 bucket where you want Database
|
10042
|
+
# Migration Service to store the results of this assessment run.
|
10043
|
+
# @return [String]
|
10044
|
+
#
|
10045
|
+
# @!attribute [rw] result_encryption_mode
|
10046
|
+
# The supported values are `SSE_KMS` and `SSE_S3`. If these values are
|
10047
|
+
# not provided, then the files are not encrypted at rest. For more
|
10048
|
+
# information, see [Creating Amazon Web Services KMS keys to encrypt
|
10049
|
+
# Amazon S3 target objects][1].
|
10050
|
+
#
|
10051
|
+
#
|
10052
|
+
#
|
10053
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.KMSKeys
|
10054
|
+
# @return [String]
|
10055
|
+
#
|
10056
|
+
# @!attribute [rw] result_kms_key_arn
|
10057
|
+
# The ARN of a custom KMS encryption key that you specify when you set
|
10058
|
+
# `ResultEncryptionMode` to `SSE_KMS`.
|
10059
|
+
# @return [String]
|
10060
|
+
#
|
10061
|
+
# @!attribute [rw] result_statistic
|
10062
|
+
# The object containing the result statistics for a completed
|
10063
|
+
# assessment run.
|
10064
|
+
# @return [Types::ReplicationTaskAssessmentRunResultStatistic]
|
10065
|
+
#
|
10066
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/PremigrationAssessmentStatus AWS API Documentation
|
10067
|
+
#
|
10068
|
+
class PremigrationAssessmentStatus < Struct.new(
|
10069
|
+
:premigration_assessment_run_arn,
|
10070
|
+
:fail_on_assessment_failure,
|
10071
|
+
:status,
|
10072
|
+
:premigration_assessment_run_creation_date,
|
10073
|
+
:assessment_progress,
|
10074
|
+
:last_failure_message,
|
10075
|
+
:result_location_bucket,
|
10076
|
+
:result_location_folder,
|
10077
|
+
:result_encryption_mode,
|
10078
|
+
:result_kms_key_arn,
|
10079
|
+
:result_statistic)
|
10080
|
+
SENSITIVE = []
|
10081
|
+
include Aws::Structure
|
10082
|
+
end
|
10083
|
+
|
9865
10084
|
# Information about provisioning resources for an DMS serverless
|
9866
10085
|
# replication.
|
9867
10086
|
#
|
@@ -10769,6 +10988,11 @@ module Aws::DatabaseMigrationService
|
|
10769
10988
|
# replication.
|
10770
10989
|
# @return [Types::ProvisionData]
|
10771
10990
|
#
|
10991
|
+
# @!attribute [rw] premigration_assessment_statuses
|
10992
|
+
# The status output of premigration assessment in
|
10993
|
+
# describe-replications.
|
10994
|
+
# @return [Array<Types::PremigrationAssessmentStatus>]
|
10995
|
+
#
|
10772
10996
|
# @!attribute [rw] stop_reason
|
10773
10997
|
# The reason the replication task was stopped. This response parameter
|
10774
10998
|
# can return one of the following values:
|
@@ -10873,6 +11097,7 @@ module Aws::DatabaseMigrationService
|
|
10873
11097
|
:replication_type,
|
10874
11098
|
:status,
|
10875
11099
|
:provision_data,
|
11100
|
+
:premigration_assessment_statuses,
|
10876
11101
|
:stop_reason,
|
10877
11102
|
:failure_messages,
|
10878
11103
|
:replication_stats,
|
@@ -11140,8 +11365,8 @@ module Aws::DatabaseMigrationService
|
|
11140
11365
|
# @return [String]
|
11141
11366
|
#
|
11142
11367
|
# @!attribute [rw] kerberos_authentication_settings
|
11143
|
-
# Specifies the
|
11144
|
-
#
|
11368
|
+
# Specifies the settings required for kerberos authentication when
|
11369
|
+
# replicating an instance.
|
11145
11370
|
# @return [Types::KerberosAuthenticationSettings]
|
11146
11371
|
#
|
11147
11372
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationInstance AWS API Documentation
|
@@ -11735,7 +11960,8 @@ module Aws::DatabaseMigrationService
|
|
11735
11960
|
# not yet being provisioned for individual assessments.
|
11736
11961
|
#
|
11737
11962
|
# * `"warning"` – At least one individual assessment completed with a
|
11738
|
-
# `warning` status
|
11963
|
+
# `warning` status or all individual assessments were skipped
|
11964
|
+
# (completed with a `skipped` status).
|
11739
11965
|
# @return [String]
|
11740
11966
|
#
|
11741
11967
|
# @!attribute [rw] replication_task_assessment_run_creation_date
|
@@ -11862,6 +12088,11 @@ module Aws::DatabaseMigrationService
|
|
11862
12088
|
# assessment run.
|
11863
12089
|
# @return [Integer]
|
11864
12090
|
#
|
12091
|
+
# @!attribute [rw] skipped
|
12092
|
+
# The number of individual assessments that were skipped during the
|
12093
|
+
# assessment run.
|
12094
|
+
# @return [Integer]
|
12095
|
+
#
|
11865
12096
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTaskAssessmentRunResultStatistic AWS API Documentation
|
11866
12097
|
#
|
11867
12098
|
class ReplicationTaskAssessmentRunResultStatistic < Struct.new(
|
@@ -11869,7 +12100,8 @@ module Aws::DatabaseMigrationService
|
|
11869
12100
|
:failed,
|
11870
12101
|
:error,
|
11871
12102
|
:warning,
|
11872
|
-
:cancelled
|
12103
|
+
:cancelled,
|
12104
|
+
:skipped)
|
11873
12105
|
SENSITIVE = []
|
11874
12106
|
include Aws::Structure
|
11875
12107
|
end
|
@@ -11905,6 +12137,8 @@ module Aws::DatabaseMigrationService
|
|
11905
12137
|
#
|
11906
12138
|
# * `"pending"`
|
11907
12139
|
#
|
12140
|
+
# * `"skipped"`
|
12141
|
+
#
|
11908
12142
|
# * `"running"`
|
11909
12143
|
# @return [String]
|
11910
12144
|
#
|
@@ -13272,6 +13506,42 @@ module Aws::DatabaseMigrationService
|
|
13272
13506
|
# changes from the last stop position.
|
13273
13507
|
# @return [String]
|
13274
13508
|
#
|
13509
|
+
# @!attribute [rw] premigration_assessment_settings
|
13510
|
+
# User-defined settings for the premigration assessment. The possible
|
13511
|
+
# values are:
|
13512
|
+
#
|
13513
|
+
# * `ResultLocationFolder`: The folder within an Amazon S3 bucket
|
13514
|
+
# where you want DMS to store the results of this assessment run.
|
13515
|
+
#
|
13516
|
+
# * `ResultEncryptionMode`: The supported values are `SSE_KMS` and
|
13517
|
+
# `SSE_S3`. If these values are not provided, then the files are not
|
13518
|
+
# encrypted at rest. For more information, see [Creating Amazon Web
|
13519
|
+
# Services KMS keys to encrypt Amazon S3 target objects][1].
|
13520
|
+
#
|
13521
|
+
# * `ResultKmsKeyArn`: The ARN of a customer KMS encryption key that
|
13522
|
+
# you specify when you set `ResultEncryptionMode` to `SSE_KMS`.
|
13523
|
+
#
|
13524
|
+
# * `IncludeOnly`: A space-separated list of names for specific
|
13525
|
+
# individual assessments that you want to include. These names come
|
13526
|
+
# from the default list of individual assessments that Database
|
13527
|
+
# Migration Service supports for the associated migration.
|
13528
|
+
#
|
13529
|
+
# * `Exclude`: A space-separated list of names for specific individual
|
13530
|
+
# assessments that you want to exclude. These names come from the
|
13531
|
+
# default list of individual assessments that Database Migration
|
13532
|
+
# Service supports for the associated migration.
|
13533
|
+
#
|
13534
|
+
# * `FailOnAssessmentFailure`: A configurable setting you can set to
|
13535
|
+
# `true` (the default setting) or `false`. Use this setting to to
|
13536
|
+
# stop the replication from starting automatically if the assessment
|
13537
|
+
# fails. This can help you evaluate the issue that is preventing the
|
13538
|
+
# replication from running successfully.
|
13539
|
+
#
|
13540
|
+
#
|
13541
|
+
#
|
13542
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.KMSKeys
|
13543
|
+
# @return [String]
|
13544
|
+
#
|
13275
13545
|
# @!attribute [rw] cdc_start_time
|
13276
13546
|
# Indicates the start time for a change data capture (CDC) operation.
|
13277
13547
|
# Use either `CdcStartTime` or `CdcStartPosition` to specify when you
|
@@ -13298,6 +13568,7 @@ module Aws::DatabaseMigrationService
|
|
13298
13568
|
class StartReplicationMessage < Struct.new(
|
13299
13569
|
:replication_config_arn,
|
13300
13570
|
:start_replication_type,
|
13571
|
+
:premigration_assessment_settings,
|
13301
13572
|
:cdc_start_time,
|
13302
13573
|
:cdc_start_position,
|
13303
13574
|
:cdc_stop_position)
|
@@ -14018,6 +14289,23 @@ module Aws::DatabaseMigrationService
|
|
14018
14289
|
include Aws::Structure
|
14019
14290
|
end
|
14020
14291
|
|
14292
|
+
# Defines settings for a target data provider for a data migration.
|
14293
|
+
#
|
14294
|
+
# @!attribute [rw] table_preparation_mode
|
14295
|
+
# This setting determines how DMS handles the target tables before
|
14296
|
+
# starting a data migration, either by leaving them untouched,
|
14297
|
+
# dropping and recreating them, or truncating the existing data in the
|
14298
|
+
# target tables.
|
14299
|
+
# @return [String]
|
14300
|
+
#
|
14301
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TargetDataSetting AWS API Documentation
|
14302
|
+
#
|
14303
|
+
class TargetDataSetting < Struct.new(
|
14304
|
+
:table_preparation_mode)
|
14305
|
+
SENSITIVE = []
|
14306
|
+
include Aws::Structure
|
14307
|
+
end
|
14308
|
+
|
14021
14309
|
# @!attribute [rw] replication_instance_arn
|
14022
14310
|
# The Amazon Resource Name (ARN) of the replication instance.
|
14023
14311
|
# @return [String]
|
data/sig/client.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|
@@ -151,6 +153,11 @@ module Aws
|
|
151
153
|
slot_name: ::String?
|
152
154
|
},
|
153
155
|
],
|
156
|
+
?target_data_settings: Array[
|
157
|
+
{
|
158
|
+
table_preparation_mode: ("do-nothing" | "truncate" | "drop-tables-on-target")?
|
159
|
+
},
|
160
|
+
],
|
154
161
|
?number_of_jobs: ::Integer,
|
155
162
|
?tags: Array[
|
156
163
|
{
|
@@ -223,6 +230,20 @@ module Aws
|
|
223
230
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
224
231
|
certificate_arn: ::String?
|
225
232
|
}?,
|
233
|
+
ibm_db_2_luw_settings: {
|
234
|
+
server_name: ::String?,
|
235
|
+
port: ::Integer?,
|
236
|
+
database_name: ::String?,
|
237
|
+
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
238
|
+
certificate_arn: ::String?
|
239
|
+
}?,
|
240
|
+
ibm_db_2z_os_settings: {
|
241
|
+
server_name: ::String?,
|
242
|
+
port: ::Integer?,
|
243
|
+
database_name: ::String?,
|
244
|
+
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
245
|
+
certificate_arn: ::String?
|
246
|
+
}?,
|
226
247
|
mongo_db_settings: {
|
227
248
|
server_name: ::String?,
|
228
249
|
port: ::Integer?,
|
@@ -994,6 +1015,7 @@ module Aws
|
|
994
1015
|
def describe_applicable_individual_assessments: (
|
995
1016
|
?replication_task_arn: ::String,
|
996
1017
|
?replication_instance_arn: ::String,
|
1018
|
+
?replication_config_arn: ::String,
|
997
1019
|
?source_engine_name: ::String,
|
998
1020
|
?target_engine_name: ::String,
|
999
1021
|
?migration_type: ("full-load" | "cdc" | "full-load-and-cdc"),
|
@@ -1800,6 +1822,11 @@ module Aws
|
|
1800
1822
|
slot_name: ::String?
|
1801
1823
|
},
|
1802
1824
|
],
|
1825
|
+
?target_data_settings: Array[
|
1826
|
+
{
|
1827
|
+
table_preparation_mode: ("do-nothing" | "truncate" | "drop-tables-on-target")?
|
1828
|
+
},
|
1829
|
+
],
|
1803
1830
|
?number_of_jobs: ::Integer,
|
1804
1831
|
?selection_rules: ::String
|
1805
1832
|
) -> _ModifyDataMigrationResponseSuccess
|
@@ -1867,6 +1894,20 @@ module Aws
|
|
1867
1894
|
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
1868
1895
|
certificate_arn: ::String?
|
1869
1896
|
}?,
|
1897
|
+
ibm_db_2_luw_settings: {
|
1898
|
+
server_name: ::String?,
|
1899
|
+
port: ::Integer?,
|
1900
|
+
database_name: ::String?,
|
1901
|
+
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
1902
|
+
certificate_arn: ::String?
|
1903
|
+
}?,
|
1904
|
+
ibm_db_2z_os_settings: {
|
1905
|
+
server_name: ::String?,
|
1906
|
+
port: ::Integer?,
|
1907
|
+
database_name: ::String?,
|
1908
|
+
ssl_mode: ("none" | "require" | "verify-ca" | "verify-full")?,
|
1909
|
+
certificate_arn: ::String?
|
1910
|
+
}?,
|
1870
1911
|
mongo_db_settings: {
|
1871
1912
|
server_name: ::String?,
|
1872
1913
|
port: ::Integer?,
|
@@ -2574,6 +2615,7 @@ module Aws
|
|
2574
2615
|
def start_replication: (
|
2575
2616
|
replication_config_arn: ::String,
|
2576
2617
|
start_replication_type: ::String,
|
2618
|
+
?premigration_assessment_settings: ::String,
|
2577
2619
|
?cdc_start_time: ::Time,
|
2578
2620
|
?cdc_start_position: ::String,
|
2579
2621
|
?cdc_stop_position: ::String
|
data/sig/resource.rbs
CHANGED
@@ -39,7 +39,9 @@ module Aws
|
|
39
39
|
?logger: untyped,
|
40
40
|
?max_attempts: Integer,
|
41
41
|
?profile: String,
|
42
|
+
?request_checksum_calculation: String,
|
42
43
|
?request_min_compression_size_bytes: Integer,
|
44
|
+
?response_checksum_validation: String,
|
43
45
|
?retry_backoff: Proc,
|
44
46
|
?retry_base_delay: Float,
|
45
47
|
?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
|