aws-sdk-databasemigrationservice 1.120.0 → 1.122.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +60 -19
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +27 -15
- data/lib/aws-sdk-databasemigrationservice/types.rb +83 -4
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- data/sig/client.rbs +12 -4
- data/sig/types.rbs +9 -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: 6e443995bb23af873f9a3c8247b826b488416e7210ef56143e2602b9f28ed66f
|
4
|
+
data.tar.gz: 285456cce8032ed9c2e3cefd0cf75f054da74e4a7742cb6c5a8f6219ce7c163e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50f48d2e19e3122d197a8f806220914d7affbe557004b69e4af55caa096581311c2c2575912fcb3782cfb9c87fb72b5742c7ba1e75ca2cf7cb0158da2ce039ac
|
7
|
+
data.tar.gz: ea3017207f8fdf8fbc49e5d2dac6a53aac78c927bac9b729d233b2e428e82020ca93cd1886eb68563e5533bf4180715711db1dfa3583bc6012577d6b9bb1e68b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.122.0 (2025-05-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Introduces Data Resync feature to describe-table-statistics and IAM database authentication for MariaDB, MySQL, and PostgreSQL.
|
8
|
+
|
9
|
+
1.121.0 (2025-05-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.120.0 (2025-05-01)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.122.0
|
@@ -200,8 +200,7 @@ module Aws::DatabaseMigrationService
|
|
200
200
|
# accepted modes and the configuration defaults that are included.
|
201
201
|
#
|
202
202
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
203
|
-
#
|
204
|
-
# to default service endpoint when available.
|
203
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
205
204
|
#
|
206
205
|
# @option options [Boolean] :disable_request_compression (false)
|
207
206
|
# When set to 'true' the request body will not be compressed
|
@@ -1583,6 +1582,8 @@ module Aws::DatabaseMigrationService
|
|
1583
1582
|
# database_mode: "default", # accepts default, babelfish
|
1584
1583
|
# babelfish_database_name: "String",
|
1585
1584
|
# disable_unicode_source_filter: false,
|
1585
|
+
# service_access_role_arn: "String",
|
1586
|
+
# authentication_method: "password", # accepts password, iam
|
1586
1587
|
# },
|
1587
1588
|
# my_sql_settings: {
|
1588
1589
|
# after_connect_script: "String",
|
@@ -1600,6 +1601,8 @@ module Aws::DatabaseMigrationService
|
|
1600
1601
|
# secrets_manager_access_role_arn: "String",
|
1601
1602
|
# secrets_manager_secret_id: "String",
|
1602
1603
|
# execute_timeout: 1,
|
1604
|
+
# service_access_role_arn: "String",
|
1605
|
+
# authentication_method: "password", # accepts password, iam
|
1603
1606
|
# },
|
1604
1607
|
# oracle_settings: {
|
1605
1608
|
# add_supplemental_logging: false,
|
@@ -1921,6 +1924,8 @@ module Aws::DatabaseMigrationService
|
|
1921
1924
|
# resp.endpoint.postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
1922
1925
|
# resp.endpoint.postgre_sql_settings.babelfish_database_name #=> String
|
1923
1926
|
# resp.endpoint.postgre_sql_settings.disable_unicode_source_filter #=> Boolean
|
1927
|
+
# resp.endpoint.postgre_sql_settings.service_access_role_arn #=> String
|
1928
|
+
# resp.endpoint.postgre_sql_settings.authentication_method #=> String, one of "password", "iam"
|
1924
1929
|
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
1925
1930
|
# resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
1926
1931
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
@@ -1936,6 +1941,8 @@ module Aws::DatabaseMigrationService
|
|
1936
1941
|
# resp.endpoint.my_sql_settings.secrets_manager_access_role_arn #=> String
|
1937
1942
|
# resp.endpoint.my_sql_settings.secrets_manager_secret_id #=> String
|
1938
1943
|
# resp.endpoint.my_sql_settings.execute_timeout #=> Integer
|
1944
|
+
# resp.endpoint.my_sql_settings.service_access_role_arn #=> String
|
1945
|
+
# resp.endpoint.my_sql_settings.authentication_method #=> String, one of "password", "iam"
|
1939
1946
|
# resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
|
1940
1947
|
# resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
|
1941
1948
|
# resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
|
@@ -3821,6 +3828,8 @@ module Aws::DatabaseMigrationService
|
|
3821
3828
|
# resp.endpoint.postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
3822
3829
|
# resp.endpoint.postgre_sql_settings.babelfish_database_name #=> String
|
3823
3830
|
# resp.endpoint.postgre_sql_settings.disable_unicode_source_filter #=> Boolean
|
3831
|
+
# resp.endpoint.postgre_sql_settings.service_access_role_arn #=> String
|
3832
|
+
# resp.endpoint.postgre_sql_settings.authentication_method #=> String, one of "password", "iam"
|
3824
3833
|
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
3825
3834
|
# resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
3826
3835
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
@@ -3836,6 +3845,8 @@ module Aws::DatabaseMigrationService
|
|
3836
3845
|
# resp.endpoint.my_sql_settings.secrets_manager_access_role_arn #=> String
|
3837
3846
|
# resp.endpoint.my_sql_settings.secrets_manager_secret_id #=> String
|
3838
3847
|
# resp.endpoint.my_sql_settings.execute_timeout #=> Integer
|
3848
|
+
# resp.endpoint.my_sql_settings.service_access_role_arn #=> String
|
3849
|
+
# resp.endpoint.my_sql_settings.authentication_method #=> String, one of "password", "iam"
|
3839
3850
|
# resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
|
3840
3851
|
# resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
|
3841
3852
|
# resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
|
@@ -4933,7 +4944,7 @@ module Aws::DatabaseMigrationService
|
|
4933
4944
|
# @example Request syntax with placeholder values
|
4934
4945
|
#
|
4935
4946
|
# resp = client.describe_conversion_configuration({
|
4936
|
-
# migration_project_identifier: "
|
4947
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
4937
4948
|
# })
|
4938
4949
|
#
|
4939
4950
|
# @example Response structure
|
@@ -5598,6 +5609,8 @@ module Aws::DatabaseMigrationService
|
|
5598
5609
|
# resp.endpoints[0].postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
5599
5610
|
# resp.endpoints[0].postgre_sql_settings.babelfish_database_name #=> String
|
5600
5611
|
# resp.endpoints[0].postgre_sql_settings.disable_unicode_source_filter #=> Boolean
|
5612
|
+
# resp.endpoints[0].postgre_sql_settings.service_access_role_arn #=> String
|
5613
|
+
# resp.endpoints[0].postgre_sql_settings.authentication_method #=> String, one of "password", "iam"
|
5601
5614
|
# resp.endpoints[0].my_sql_settings.after_connect_script #=> String
|
5602
5615
|
# resp.endpoints[0].my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
5603
5616
|
# resp.endpoints[0].my_sql_settings.database_name #=> String
|
@@ -5613,6 +5626,8 @@ module Aws::DatabaseMigrationService
|
|
5613
5626
|
# resp.endpoints[0].my_sql_settings.secrets_manager_access_role_arn #=> String
|
5614
5627
|
# resp.endpoints[0].my_sql_settings.secrets_manager_secret_id #=> String
|
5615
5628
|
# resp.endpoints[0].my_sql_settings.execute_timeout #=> Integer
|
5629
|
+
# resp.endpoints[0].my_sql_settings.service_access_role_arn #=> String
|
5630
|
+
# resp.endpoints[0].my_sql_settings.authentication_method #=> String, one of "password", "iam"
|
5616
5631
|
# resp.endpoints[0].oracle_settings.add_supplemental_logging #=> Boolean
|
5617
5632
|
# resp.endpoints[0].oracle_settings.archived_log_dest_id #=> Integer
|
5618
5633
|
# resp.endpoints[0].oracle_settings.additional_archived_log_dest_id #=> Integer
|
@@ -5865,7 +5880,8 @@ module Aws::DatabaseMigrationService
|
|
5865
5880
|
# @option params [Array<Types::Filter>] :filters
|
5866
5881
|
# Filters applied to event subscriptions.
|
5867
5882
|
#
|
5868
|
-
# Valid filter names: event-subscription-arn \|
|
5883
|
+
# Valid filter names: `event-subscription-arn` \|
|
5884
|
+
# `event-subscription-id`
|
5869
5885
|
#
|
5870
5886
|
# @option params [Integer] :max_records
|
5871
5887
|
# The maximum number of records to include in the response. If more
|
@@ -6092,7 +6108,7 @@ module Aws::DatabaseMigrationService
|
|
6092
6108
|
# @example Request syntax with placeholder values
|
6093
6109
|
#
|
6094
6110
|
# resp = client.describe_extension_pack_associations({
|
6095
|
-
# migration_project_identifier: "
|
6111
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
6096
6112
|
# filters: [
|
6097
6113
|
# {
|
6098
6114
|
# name: "String", # required
|
@@ -6616,7 +6632,7 @@ module Aws::DatabaseMigrationService
|
|
6616
6632
|
# @example Request syntax with placeholder values
|
6617
6633
|
#
|
6618
6634
|
# resp = client.describe_metadata_model_assessments({
|
6619
|
-
# migration_project_identifier: "
|
6635
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
6620
6636
|
# filters: [
|
6621
6637
|
# {
|
6622
6638
|
# name: "String", # required
|
@@ -6715,7 +6731,7 @@ module Aws::DatabaseMigrationService
|
|
6715
6731
|
# @example Request syntax with placeholder values
|
6716
6732
|
#
|
6717
6733
|
# resp = client.describe_metadata_model_conversions({
|
6718
|
-
# migration_project_identifier: "
|
6734
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
6719
6735
|
# filters: [
|
6720
6736
|
# {
|
6721
6737
|
# name: "String", # required
|
@@ -6813,7 +6829,7 @@ module Aws::DatabaseMigrationService
|
|
6813
6829
|
# @example Request syntax with placeholder values
|
6814
6830
|
#
|
6815
6831
|
# resp = client.describe_metadata_model_exports_as_script({
|
6816
|
-
# migration_project_identifier: "
|
6832
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
6817
6833
|
# filters: [
|
6818
6834
|
# {
|
6819
6835
|
# name: "String", # required
|
@@ -6911,7 +6927,7 @@ module Aws::DatabaseMigrationService
|
|
6911
6927
|
# @example Request syntax with placeholder values
|
6912
6928
|
#
|
6913
6929
|
# resp = client.describe_metadata_model_exports_to_target({
|
6914
|
-
# migration_project_identifier: "
|
6930
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
6915
6931
|
# filters: [
|
6916
6932
|
# {
|
6917
6933
|
# name: "String", # required
|
@@ -7006,7 +7022,7 @@ module Aws::DatabaseMigrationService
|
|
7006
7022
|
# @example Request syntax with placeholder values
|
7007
7023
|
#
|
7008
7024
|
# resp = client.describe_metadata_model_imports({
|
7009
|
-
# migration_project_identifier: "
|
7025
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
7010
7026
|
# filters: [
|
7011
7027
|
# {
|
7012
7028
|
# name: "String", # required
|
@@ -7320,6 +7336,8 @@ module Aws::DatabaseMigrationService
|
|
7320
7336
|
# Filters applied to the limitations described in the form of key-value
|
7321
7337
|
# pairs.
|
7322
7338
|
#
|
7339
|
+
# Valid filter names: `database-id` \| `engine-name`
|
7340
|
+
#
|
7323
7341
|
# @option params [Integer] :max_records
|
7324
7342
|
# The maximum number of records to include in the response. If more
|
7325
7343
|
# records exist than the specified `MaxRecords` value, Fleet Advisor
|
@@ -7384,6 +7402,8 @@ module Aws::DatabaseMigrationService
|
|
7384
7402
|
# Filters applied to the target engine recommendations described in the
|
7385
7403
|
# form of key-value pairs.
|
7386
7404
|
#
|
7405
|
+
# Valid filter names: `database-id` \| `engine-name`
|
7406
|
+
#
|
7387
7407
|
# @option params [Integer] :max_records
|
7388
7408
|
# The maximum number of records to include in the response. If more
|
7389
7409
|
# records exist than the specified `MaxRecords` value, Fleet Advisor
|
@@ -7931,6 +7951,11 @@ module Aws::DatabaseMigrationService
|
|
7931
7951
|
# resp.replication_table_statistics[0].validation_suspended_records #=> Integer
|
7932
7952
|
# resp.replication_table_statistics[0].validation_state #=> String
|
7933
7953
|
# resp.replication_table_statistics[0].validation_state_details #=> String
|
7954
|
+
# resp.replication_table_statistics[0].resync_state #=> String
|
7955
|
+
# resp.replication_table_statistics[0].resync_rows_attempted #=> Integer
|
7956
|
+
# resp.replication_table_statistics[0].resync_rows_succeeded #=> Integer
|
7957
|
+
# resp.replication_table_statistics[0].resync_rows_failed #=> Integer
|
7958
|
+
# resp.replication_table_statistics[0].resync_progress #=> Float
|
7934
7959
|
#
|
7935
7960
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTableStatistics AWS API Documentation
|
7936
7961
|
#
|
@@ -8292,6 +8317,9 @@ module Aws::DatabaseMigrationService
|
|
8292
8317
|
# @option params [Array<Types::Filter>] :filters
|
8293
8318
|
# Filters applied to the replications.
|
8294
8319
|
#
|
8320
|
+
# Valid filter names: `replication-config-arn` \|
|
8321
|
+
# `replication-config-id`
|
8322
|
+
#
|
8295
8323
|
# @option params [Integer] :max_records
|
8296
8324
|
# The maximum number of records to include in the response. If more
|
8297
8325
|
# records exist than the specified `MaxRecords` value, a pagination
|
@@ -8561,6 +8589,11 @@ module Aws::DatabaseMigrationService
|
|
8561
8589
|
# resp.table_statistics[0].validation_suspended_records #=> Integer
|
8562
8590
|
# resp.table_statistics[0].validation_state #=> String
|
8563
8591
|
# resp.table_statistics[0].validation_state_details #=> String
|
8592
|
+
# resp.table_statistics[0].resync_state #=> String
|
8593
|
+
# resp.table_statistics[0].resync_rows_attempted #=> Integer
|
8594
|
+
# resp.table_statistics[0].resync_rows_succeeded #=> Integer
|
8595
|
+
# resp.table_statistics[0].resync_rows_failed #=> Integer
|
8596
|
+
# resp.table_statistics[0].resync_progress #=> Float
|
8564
8597
|
# resp.marker #=> String
|
8565
8598
|
#
|
8566
8599
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatistics AWS API Documentation
|
@@ -8623,7 +8656,7 @@ module Aws::DatabaseMigrationService
|
|
8623
8656
|
# @example Request syntax with placeholder values
|
8624
8657
|
#
|
8625
8658
|
# resp = client.export_metadata_model_assessment({
|
8626
|
-
# migration_project_identifier: "
|
8659
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
8627
8660
|
# selection_rules: "String", # required
|
8628
8661
|
# file_name: "String",
|
8629
8662
|
# assessment_report_types: ["pdf"], # accepts pdf, csv
|
@@ -8816,7 +8849,7 @@ module Aws::DatabaseMigrationService
|
|
8816
8849
|
# @example Request syntax with placeholder values
|
8817
8850
|
#
|
8818
8851
|
# resp = client.modify_conversion_configuration({
|
8819
|
-
# migration_project_identifier: "
|
8852
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
8820
8853
|
# conversion_configuration: "String", # required
|
8821
8854
|
# })
|
8822
8855
|
#
|
@@ -9677,6 +9710,8 @@ module Aws::DatabaseMigrationService
|
|
9677
9710
|
# database_mode: "default", # accepts default, babelfish
|
9678
9711
|
# babelfish_database_name: "String",
|
9679
9712
|
# disable_unicode_source_filter: false,
|
9713
|
+
# service_access_role_arn: "String",
|
9714
|
+
# authentication_method: "password", # accepts password, iam
|
9680
9715
|
# },
|
9681
9716
|
# my_sql_settings: {
|
9682
9717
|
# after_connect_script: "String",
|
@@ -9694,6 +9729,8 @@ module Aws::DatabaseMigrationService
|
|
9694
9729
|
# secrets_manager_access_role_arn: "String",
|
9695
9730
|
# secrets_manager_secret_id: "String",
|
9696
9731
|
# execute_timeout: 1,
|
9732
|
+
# service_access_role_arn: "String",
|
9733
|
+
# authentication_method: "password", # accepts password, iam
|
9697
9734
|
# },
|
9698
9735
|
# oracle_settings: {
|
9699
9736
|
# add_supplemental_logging: false,
|
@@ -10015,6 +10052,8 @@ module Aws::DatabaseMigrationService
|
|
10015
10052
|
# resp.endpoint.postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
10016
10053
|
# resp.endpoint.postgre_sql_settings.babelfish_database_name #=> String
|
10017
10054
|
# resp.endpoint.postgre_sql_settings.disable_unicode_source_filter #=> Boolean
|
10055
|
+
# resp.endpoint.postgre_sql_settings.service_access_role_arn #=> String
|
10056
|
+
# resp.endpoint.postgre_sql_settings.authentication_method #=> String, one of "password", "iam"
|
10018
10057
|
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
10019
10058
|
# resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
10020
10059
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
@@ -10030,6 +10069,8 @@ module Aws::DatabaseMigrationService
|
|
10030
10069
|
# resp.endpoint.my_sql_settings.secrets_manager_access_role_arn #=> String
|
10031
10070
|
# resp.endpoint.my_sql_settings.secrets_manager_secret_id #=> String
|
10032
10071
|
# resp.endpoint.my_sql_settings.execute_timeout #=> Integer
|
10072
|
+
# resp.endpoint.my_sql_settings.service_access_role_arn #=> String
|
10073
|
+
# resp.endpoint.my_sql_settings.authentication_method #=> String, one of "password", "iam"
|
10033
10074
|
# resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
|
10034
10075
|
# resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
|
10035
10076
|
# resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
|
@@ -11539,7 +11580,7 @@ module Aws::DatabaseMigrationService
|
|
11539
11580
|
# @example Request syntax with placeholder values
|
11540
11581
|
#
|
11541
11582
|
# resp = client.start_extension_pack_association({
|
11542
|
-
# migration_project_identifier: "
|
11583
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
11543
11584
|
# })
|
11544
11585
|
#
|
11545
11586
|
# @example Response structure
|
@@ -11590,7 +11631,7 @@ module Aws::DatabaseMigrationService
|
|
11590
11631
|
# @example Request syntax with placeholder values
|
11591
11632
|
#
|
11592
11633
|
# resp = client.start_metadata_model_assessment({
|
11593
|
-
# migration_project_identifier: "
|
11634
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
11594
11635
|
# selection_rules: "String", # required
|
11595
11636
|
# })
|
11596
11637
|
#
|
@@ -11638,7 +11679,7 @@ module Aws::DatabaseMigrationService
|
|
11638
11679
|
# @example Request syntax with placeholder values
|
11639
11680
|
#
|
11640
11681
|
# resp = client.start_metadata_model_conversion({
|
11641
|
-
# migration_project_identifier: "
|
11682
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
11642
11683
|
# selection_rules: "String", # required
|
11643
11684
|
# })
|
11644
11685
|
#
|
@@ -11694,7 +11735,7 @@ module Aws::DatabaseMigrationService
|
|
11694
11735
|
# @example Request syntax with placeholder values
|
11695
11736
|
#
|
11696
11737
|
# resp = client.start_metadata_model_export_as_script({
|
11697
|
-
# migration_project_identifier: "
|
11738
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
11698
11739
|
# selection_rules: "String", # required
|
11699
11740
|
# origin: "SOURCE", # required, accepts SOURCE, TARGET
|
11700
11741
|
# file_name: "String",
|
@@ -11750,7 +11791,7 @@ module Aws::DatabaseMigrationService
|
|
11750
11791
|
# @example Request syntax with placeholder values
|
11751
11792
|
#
|
11752
11793
|
# resp = client.start_metadata_model_export_to_target({
|
11753
|
-
# migration_project_identifier: "
|
11794
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
11754
11795
|
# selection_rules: "String", # required
|
11755
11796
|
# overwrite_extension_pack: false,
|
11756
11797
|
# })
|
@@ -11811,7 +11852,7 @@ module Aws::DatabaseMigrationService
|
|
11811
11852
|
# @example Request syntax with placeholder values
|
11812
11853
|
#
|
11813
11854
|
# resp = client.start_metadata_model_import({
|
11814
|
-
# migration_project_identifier: "
|
11855
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
11815
11856
|
# selection_rules: "String", # required
|
11816
11857
|
# origin: "SOURCE", # required, accepts SOURCE, TARGET
|
11817
11858
|
# refresh: false,
|
@@ -12757,7 +12798,7 @@ module Aws::DatabaseMigrationService
|
|
12757
12798
|
tracer: tracer
|
12758
12799
|
)
|
12759
12800
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
12760
|
-
context[:gem_version] = '1.
|
12801
|
+
context[:gem_version] = '1.122.0'
|
12761
12802
|
Seahorse::Client::Request.new(handlers, context)
|
12762
12803
|
end
|
12763
12804
|
|
@@ -300,6 +300,7 @@ module Aws::DatabaseMigrationService
|
|
300
300
|
MicrosoftSQLServerSettings = Shapes::StructureShape.new(name: 'MicrosoftSQLServerSettings')
|
301
301
|
MicrosoftSqlServerDataProviderSettings = Shapes::StructureShape.new(name: 'MicrosoftSqlServerDataProviderSettings')
|
302
302
|
MigrationProject = Shapes::StructureShape.new(name: 'MigrationProject')
|
303
|
+
MigrationProjectIdentifier = Shapes::StringShape.new(name: 'MigrationProjectIdentifier')
|
303
304
|
MigrationProjectList = Shapes::ListShape.new(name: 'MigrationProjectList')
|
304
305
|
MigrationTypeValue = Shapes::StringShape.new(name: 'MigrationTypeValue')
|
305
306
|
ModifyConversionConfigurationMessage = Shapes::StructureShape.new(name: 'ModifyConversionConfigurationMessage')
|
@@ -328,6 +329,7 @@ module Aws::DatabaseMigrationService
|
|
328
329
|
MongoDbSettings = Shapes::StructureShape.new(name: 'MongoDbSettings')
|
329
330
|
MoveReplicationTaskMessage = Shapes::StructureShape.new(name: 'MoveReplicationTaskMessage')
|
330
331
|
MoveReplicationTaskResponse = Shapes::StructureShape.new(name: 'MoveReplicationTaskResponse')
|
332
|
+
MySQLAuthenticationMethod = Shapes::StringShape.new(name: 'MySQLAuthenticationMethod')
|
331
333
|
MySQLSettings = Shapes::StructureShape.new(name: 'MySQLSettings')
|
332
334
|
MySqlDataProviderSettings = Shapes::StructureShape.new(name: 'MySqlDataProviderSettings')
|
333
335
|
NeptuneSettings = Shapes::StructureShape.new(name: 'NeptuneSettings')
|
@@ -343,6 +345,7 @@ module Aws::DatabaseMigrationService
|
|
343
345
|
PendingMaintenanceActionDetails = Shapes::ListShape.new(name: 'PendingMaintenanceActionDetails')
|
344
346
|
PendingMaintenanceActions = Shapes::ListShape.new(name: 'PendingMaintenanceActions')
|
345
347
|
PluginNameValue = Shapes::StringShape.new(name: 'PluginNameValue')
|
348
|
+
PostgreSQLAuthenticationMethod = Shapes::StringShape.new(name: 'PostgreSQLAuthenticationMethod')
|
346
349
|
PostgreSQLSettings = Shapes::StructureShape.new(name: 'PostgreSQLSettings')
|
347
350
|
PostgreSqlDataProviderSettings = Shapes::StructureShape.new(name: 'PostgreSqlDataProviderSettings')
|
348
351
|
PremigrationAssessmentStatus = Shapes::StructureShape.new(name: 'PremigrationAssessmentStatus')
|
@@ -1040,7 +1043,7 @@ module Aws::DatabaseMigrationService
|
|
1040
1043
|
DescribeConnectionsResponse.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "Connections"))
|
1041
1044
|
DescribeConnectionsResponse.struct_class = Types::DescribeConnectionsResponse
|
1042
1045
|
|
1043
|
-
DescribeConversionConfigurationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
1046
|
+
DescribeConversionConfigurationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
1044
1047
|
DescribeConversionConfigurationMessage.struct_class = Types::DescribeConversionConfigurationMessage
|
1045
1048
|
|
1046
1049
|
DescribeConversionConfigurationResponse.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: String, location_name: "MigrationProjectIdentifier"))
|
@@ -1134,7 +1137,7 @@ module Aws::DatabaseMigrationService
|
|
1134
1137
|
DescribeEventsResponse.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
|
1135
1138
|
DescribeEventsResponse.struct_class = Types::DescribeEventsResponse
|
1136
1139
|
|
1137
|
-
DescribeExtensionPackAssociationsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
1140
|
+
DescribeExtensionPackAssociationsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
1138
1141
|
DescribeExtensionPackAssociationsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1139
1142
|
DescribeExtensionPackAssociationsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1140
1143
|
DescribeExtensionPackAssociationsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
@@ -1197,7 +1200,7 @@ module Aws::DatabaseMigrationService
|
|
1197
1200
|
DescribeInstanceProfilesResponse.add_member(:instance_profiles, Shapes::ShapeRef.new(shape: InstanceProfileList, location_name: "InstanceProfiles"))
|
1198
1201
|
DescribeInstanceProfilesResponse.struct_class = Types::DescribeInstanceProfilesResponse
|
1199
1202
|
|
1200
|
-
DescribeMetadataModelAssessmentsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
1203
|
+
DescribeMetadataModelAssessmentsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
1201
1204
|
DescribeMetadataModelAssessmentsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1202
1205
|
DescribeMetadataModelAssessmentsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1203
1206
|
DescribeMetadataModelAssessmentsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
@@ -1207,7 +1210,7 @@ module Aws::DatabaseMigrationService
|
|
1207
1210
|
DescribeMetadataModelAssessmentsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
|
1208
1211
|
DescribeMetadataModelAssessmentsResponse.struct_class = Types::DescribeMetadataModelAssessmentsResponse
|
1209
1212
|
|
1210
|
-
DescribeMetadataModelConversionsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
1213
|
+
DescribeMetadataModelConversionsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
1211
1214
|
DescribeMetadataModelConversionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1212
1215
|
DescribeMetadataModelConversionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1213
1216
|
DescribeMetadataModelConversionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
@@ -1217,7 +1220,7 @@ module Aws::DatabaseMigrationService
|
|
1217
1220
|
DescribeMetadataModelConversionsResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
|
1218
1221
|
DescribeMetadataModelConversionsResponse.struct_class = Types::DescribeMetadataModelConversionsResponse
|
1219
1222
|
|
1220
|
-
DescribeMetadataModelExportsAsScriptMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
1223
|
+
DescribeMetadataModelExportsAsScriptMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
1221
1224
|
DescribeMetadataModelExportsAsScriptMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1222
1225
|
DescribeMetadataModelExportsAsScriptMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1223
1226
|
DescribeMetadataModelExportsAsScriptMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
@@ -1227,7 +1230,7 @@ module Aws::DatabaseMigrationService
|
|
1227
1230
|
DescribeMetadataModelExportsAsScriptResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
|
1228
1231
|
DescribeMetadataModelExportsAsScriptResponse.struct_class = Types::DescribeMetadataModelExportsAsScriptResponse
|
1229
1232
|
|
1230
|
-
DescribeMetadataModelExportsToTargetMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
1233
|
+
DescribeMetadataModelExportsToTargetMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
1231
1234
|
DescribeMetadataModelExportsToTargetMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1232
1235
|
DescribeMetadataModelExportsToTargetMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1233
1236
|
DescribeMetadataModelExportsToTargetMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
@@ -1237,7 +1240,7 @@ module Aws::DatabaseMigrationService
|
|
1237
1240
|
DescribeMetadataModelExportsToTargetResponse.add_member(:requests, Shapes::ShapeRef.new(shape: SchemaConversionRequestList, location_name: "Requests"))
|
1238
1241
|
DescribeMetadataModelExportsToTargetResponse.struct_class = Types::DescribeMetadataModelExportsToTargetResponse
|
1239
1242
|
|
1240
|
-
DescribeMetadataModelImportsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
1243
|
+
DescribeMetadataModelImportsMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
1241
1244
|
DescribeMetadataModelImportsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1242
1245
|
DescribeMetadataModelImportsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1243
1246
|
DescribeMetadataModelImportsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
@@ -1554,7 +1557,7 @@ module Aws::DatabaseMigrationService
|
|
1554
1557
|
|
1555
1558
|
ExcludeTestList.member = Shapes::ShapeRef.new(shape: String)
|
1556
1559
|
|
1557
|
-
ExportMetadataModelAssessmentMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
1560
|
+
ExportMetadataModelAssessmentMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
1558
1561
|
ExportMetadataModelAssessmentMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
|
1559
1562
|
ExportMetadataModelAssessmentMessage.add_member(:file_name, Shapes::ShapeRef.new(shape: String, location_name: "FileName"))
|
1560
1563
|
ExportMetadataModelAssessmentMessage.add_member(:assessment_report_types, Shapes::ShapeRef.new(shape: AssessmentReportTypesList, location_name: "AssessmentReportTypes"))
|
@@ -1822,7 +1825,7 @@ module Aws::DatabaseMigrationService
|
|
1822
1825
|
|
1823
1826
|
MigrationProjectList.member = Shapes::ShapeRef.new(shape: MigrationProject)
|
1824
1827
|
|
1825
|
-
ModifyConversionConfigurationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
1828
|
+
ModifyConversionConfigurationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
1826
1829
|
ModifyConversionConfigurationMessage.add_member(:conversion_configuration, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ConversionConfiguration"))
|
1827
1830
|
ModifyConversionConfigurationMessage.struct_class = Types::ModifyConversionConfigurationMessage
|
1828
1831
|
|
@@ -2034,6 +2037,8 @@ module Aws::DatabaseMigrationService
|
|
2034
2037
|
MySQLSettings.add_member(:secrets_manager_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerAccessRoleArn"))
|
2035
2038
|
MySQLSettings.add_member(:secrets_manager_secret_id, Shapes::ShapeRef.new(shape: String, location_name: "SecretsManagerSecretId"))
|
2036
2039
|
MySQLSettings.add_member(:execute_timeout, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ExecuteTimeout"))
|
2040
|
+
MySQLSettings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
|
2041
|
+
MySQLSettings.add_member(:authentication_method, Shapes::ShapeRef.new(shape: MySQLAuthenticationMethod, location_name: "AuthenticationMethod"))
|
2037
2042
|
MySQLSettings.struct_class = Types::MySQLSettings
|
2038
2043
|
|
2039
2044
|
MySqlDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
@@ -2159,6 +2164,8 @@ module Aws::DatabaseMigrationService
|
|
2159
2164
|
PostgreSQLSettings.add_member(:database_mode, Shapes::ShapeRef.new(shape: DatabaseMode, location_name: "DatabaseMode"))
|
2160
2165
|
PostgreSQLSettings.add_member(:babelfish_database_name, Shapes::ShapeRef.new(shape: String, location_name: "BabelfishDatabaseName"))
|
2161
2166
|
PostgreSQLSettings.add_member(:disable_unicode_source_filter, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DisableUnicodeSourceFilter"))
|
2167
|
+
PostgreSQLSettings.add_member(:service_access_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "ServiceAccessRoleArn"))
|
2168
|
+
PostgreSQLSettings.add_member(:authentication_method, Shapes::ShapeRef.new(shape: PostgreSQLAuthenticationMethod, location_name: "AuthenticationMethod"))
|
2162
2169
|
PostgreSQLSettings.struct_class = Types::PostgreSQLSettings
|
2163
2170
|
|
2164
2171
|
PostgreSqlDataProviderSettings.add_member(:server_name, Shapes::ShapeRef.new(shape: String, location_name: "ServerName"))
|
@@ -2657,27 +2664,27 @@ module Aws::DatabaseMigrationService
|
|
2657
2664
|
StartDataMigrationResponse.add_member(:data_migration, Shapes::ShapeRef.new(shape: DataMigration, location_name: "DataMigration"))
|
2658
2665
|
StartDataMigrationResponse.struct_class = Types::StartDataMigrationResponse
|
2659
2666
|
|
2660
|
-
StartExtensionPackAssociationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
2667
|
+
StartExtensionPackAssociationMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
2661
2668
|
StartExtensionPackAssociationMessage.struct_class = Types::StartExtensionPackAssociationMessage
|
2662
2669
|
|
2663
2670
|
StartExtensionPackAssociationResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
|
2664
2671
|
StartExtensionPackAssociationResponse.struct_class = Types::StartExtensionPackAssociationResponse
|
2665
2672
|
|
2666
|
-
StartMetadataModelAssessmentMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
2673
|
+
StartMetadataModelAssessmentMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
2667
2674
|
StartMetadataModelAssessmentMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
|
2668
2675
|
StartMetadataModelAssessmentMessage.struct_class = Types::StartMetadataModelAssessmentMessage
|
2669
2676
|
|
2670
2677
|
StartMetadataModelAssessmentResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
|
2671
2678
|
StartMetadataModelAssessmentResponse.struct_class = Types::StartMetadataModelAssessmentResponse
|
2672
2679
|
|
2673
|
-
StartMetadataModelConversionMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
2680
|
+
StartMetadataModelConversionMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
2674
2681
|
StartMetadataModelConversionMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
|
2675
2682
|
StartMetadataModelConversionMessage.struct_class = Types::StartMetadataModelConversionMessage
|
2676
2683
|
|
2677
2684
|
StartMetadataModelConversionResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
|
2678
2685
|
StartMetadataModelConversionResponse.struct_class = Types::StartMetadataModelConversionResponse
|
2679
2686
|
|
2680
|
-
StartMetadataModelExportAsScriptMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
2687
|
+
StartMetadataModelExportAsScriptMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
2681
2688
|
StartMetadataModelExportAsScriptMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
|
2682
2689
|
StartMetadataModelExportAsScriptMessage.add_member(:origin, Shapes::ShapeRef.new(shape: OriginTypeValue, required: true, location_name: "Origin"))
|
2683
2690
|
StartMetadataModelExportAsScriptMessage.add_member(:file_name, Shapes::ShapeRef.new(shape: String, location_name: "FileName"))
|
@@ -2686,7 +2693,7 @@ module Aws::DatabaseMigrationService
|
|
2686
2693
|
StartMetadataModelExportAsScriptResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
|
2687
2694
|
StartMetadataModelExportAsScriptResponse.struct_class = Types::StartMetadataModelExportAsScriptResponse
|
2688
2695
|
|
2689
|
-
StartMetadataModelExportToTargetMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
2696
|
+
StartMetadataModelExportToTargetMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
2690
2697
|
StartMetadataModelExportToTargetMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
|
2691
2698
|
StartMetadataModelExportToTargetMessage.add_member(:overwrite_extension_pack, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "OverwriteExtensionPack"))
|
2692
2699
|
StartMetadataModelExportToTargetMessage.struct_class = Types::StartMetadataModelExportToTargetMessage
|
@@ -2694,7 +2701,7 @@ module Aws::DatabaseMigrationService
|
|
2694
2701
|
StartMetadataModelExportToTargetResponse.add_member(:request_identifier, Shapes::ShapeRef.new(shape: String, location_name: "RequestIdentifier"))
|
2695
2702
|
StartMetadataModelExportToTargetResponse.struct_class = Types::StartMetadataModelExportToTargetResponse
|
2696
2703
|
|
2697
|
-
StartMetadataModelImportMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape:
|
2704
|
+
StartMetadataModelImportMessage.add_member(:migration_project_identifier, Shapes::ShapeRef.new(shape: MigrationProjectIdentifier, required: true, location_name: "MigrationProjectIdentifier"))
|
2698
2705
|
StartMetadataModelImportMessage.add_member(:selection_rules, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SelectionRules"))
|
2699
2706
|
StartMetadataModelImportMessage.add_member(:origin, Shapes::ShapeRef.new(shape: OriginTypeValue, required: true, location_name: "Origin"))
|
2700
2707
|
StartMetadataModelImportMessage.add_member(:refresh, Shapes::ShapeRef.new(shape: Boolean, location_name: "Refresh"))
|
@@ -2833,6 +2840,11 @@ module Aws::DatabaseMigrationService
|
|
2833
2840
|
TableStatistics.add_member(:validation_suspended_records, Shapes::ShapeRef.new(shape: Long, location_name: "ValidationSuspendedRecords"))
|
2834
2841
|
TableStatistics.add_member(:validation_state, Shapes::ShapeRef.new(shape: String, location_name: "ValidationState"))
|
2835
2842
|
TableStatistics.add_member(:validation_state_details, Shapes::ShapeRef.new(shape: String, location_name: "ValidationStateDetails"))
|
2843
|
+
TableStatistics.add_member(:resync_state, Shapes::ShapeRef.new(shape: String, location_name: "ResyncState"))
|
2844
|
+
TableStatistics.add_member(:resync_rows_attempted, Shapes::ShapeRef.new(shape: LongOptional, location_name: "ResyncRowsAttempted"))
|
2845
|
+
TableStatistics.add_member(:resync_rows_succeeded, Shapes::ShapeRef.new(shape: LongOptional, location_name: "ResyncRowsSucceeded"))
|
2846
|
+
TableStatistics.add_member(:resync_rows_failed, Shapes::ShapeRef.new(shape: LongOptional, location_name: "ResyncRowsFailed"))
|
2847
|
+
TableStatistics.add_member(:resync_progress, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "ResyncProgress"))
|
2836
2848
|
TableStatistics.struct_class = Types::TableStatistics
|
2837
2849
|
|
2838
2850
|
TableStatisticsList.member = Shapes::ShapeRef.new(shape: TableStatistics)
|
@@ -3350,7 +3350,8 @@ module Aws::DatabaseMigrationService
|
|
3350
3350
|
# @!attribute [rw] filters
|
3351
3351
|
# Filters applied to event subscriptions.
|
3352
3352
|
#
|
3353
|
-
# Valid filter names: event-subscription-arn \|
|
3353
|
+
# Valid filter names: `event-subscription-arn` \|
|
3354
|
+
# `event-subscription-id`
|
3354
3355
|
# @return [Array<Types::Filter>]
|
3355
3356
|
#
|
3356
3357
|
# @!attribute [rw] max_records
|
@@ -4379,6 +4380,8 @@ module Aws::DatabaseMigrationService
|
|
4379
4380
|
# @!attribute [rw] filters
|
4380
4381
|
# Filters applied to the limitations described in the form of
|
4381
4382
|
# key-value pairs.
|
4383
|
+
#
|
4384
|
+
# Valid filter names: `database-id` \| `engine-name`
|
4382
4385
|
# @return [Array<Types::Filter>]
|
4383
4386
|
#
|
4384
4387
|
# @!attribute [rw] max_records
|
@@ -4435,6 +4438,8 @@ module Aws::DatabaseMigrationService
|
|
4435
4438
|
# @!attribute [rw] filters
|
4436
4439
|
# Filters applied to the target engine recommendations described in
|
4437
4440
|
# the form of key-value pairs.
|
4441
|
+
#
|
4442
|
+
# Valid filter names: `database-id` \| `engine-name`
|
4438
4443
|
# @return [Array<Types::Filter>]
|
4439
4444
|
#
|
4440
4445
|
# @!attribute [rw] max_records
|
@@ -5003,6 +5008,9 @@ module Aws::DatabaseMigrationService
|
|
5003
5008
|
|
5004
5009
|
# @!attribute [rw] filters
|
5005
5010
|
# Filters applied to the replications.
|
5011
|
+
#
|
5012
|
+
# Valid filter names: `replication-config-arn` \|
|
5013
|
+
# `replication-config-id`
|
5006
5014
|
# @return [Array<Types::Filter>]
|
5007
5015
|
#
|
5008
5016
|
# @!attribute [rw] max_records
|
@@ -8869,6 +8877,17 @@ module Aws::DatabaseMigrationService
|
|
8869
8877
|
# endpoint.
|
8870
8878
|
# @return [Integer]
|
8871
8879
|
#
|
8880
|
+
# @!attribute [rw] service_access_role_arn
|
8881
|
+
# The IAM role you can use to authenticate when connecting to your
|
8882
|
+
# endpoint. Ensure to include `iam:PassRole` and `rds-db:connect`
|
8883
|
+
# actions in permission policy.
|
8884
|
+
# @return [String]
|
8885
|
+
#
|
8886
|
+
# @!attribute [rw] authentication_method
|
8887
|
+
# This attribute allows you to specify the authentication method as
|
8888
|
+
# "iam auth".
|
8889
|
+
# @return [String]
|
8890
|
+
#
|
8872
8891
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/MySQLSettings AWS API Documentation
|
8873
8892
|
#
|
8874
8893
|
class MySQLSettings < Struct.new(
|
@@ -8886,7 +8905,9 @@ module Aws::DatabaseMigrationService
|
|
8886
8905
|
:username,
|
8887
8906
|
:secrets_manager_access_role_arn,
|
8888
8907
|
:secrets_manager_secret_id,
|
8889
|
-
:execute_timeout
|
8908
|
+
:execute_timeout,
|
8909
|
+
:service_access_role_arn,
|
8910
|
+
:authentication_method)
|
8890
8911
|
SENSITIVE = [:password]
|
8891
8912
|
include Aws::Structure
|
8892
8913
|
end
|
@@ -9902,6 +9923,17 @@ module Aws::DatabaseMigrationService
|
|
9902
9923
|
# filter is on a text column in the Source database that is indexed.
|
9903
9924
|
# @return [Boolean]
|
9904
9925
|
#
|
9926
|
+
# @!attribute [rw] service_access_role_arn
|
9927
|
+
# The IAM role arn you can use to authenticate the connection to your
|
9928
|
+
# endpoint. Ensure to include `iam:PassRole` and `rds-db:connect`
|
9929
|
+
# actions in permission policy.
|
9930
|
+
# @return [String]
|
9931
|
+
#
|
9932
|
+
# @!attribute [rw] authentication_method
|
9933
|
+
# This attribute allows you to specify the authentication method as
|
9934
|
+
# "iam auth".
|
9935
|
+
# @return [String]
|
9936
|
+
#
|
9905
9937
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/PostgreSQLSettings AWS API Documentation
|
9906
9938
|
#
|
9907
9939
|
class PostgreSQLSettings < Struct.new(
|
@@ -9929,7 +9961,9 @@ module Aws::DatabaseMigrationService
|
|
9929
9961
|
:map_long_varchar_as,
|
9930
9962
|
:database_mode,
|
9931
9963
|
:babelfish_database_name,
|
9932
|
-
:disable_unicode_source_filter
|
9964
|
+
:disable_unicode_source_filter,
|
9965
|
+
:service_access_role_arn,
|
9966
|
+
:authentication_method)
|
9933
9967
|
SENSITIVE = [:password]
|
9934
9968
|
include Aws::Structure
|
9935
9969
|
end
|
@@ -14198,6 +14232,46 @@ module Aws::DatabaseMigrationService
|
|
14198
14232
|
# Additional details about the state of validation.
|
14199
14233
|
# @return [String]
|
14200
14234
|
#
|
14235
|
+
# @!attribute [rw] resync_state
|
14236
|
+
# Records the current state of table resynchronization in the
|
14237
|
+
# migration task.
|
14238
|
+
#
|
14239
|
+
# This parameter can have the following values:
|
14240
|
+
#
|
14241
|
+
# * Not enabled – Resync is not enabled for the table in the migration
|
14242
|
+
# task.
|
14243
|
+
#
|
14244
|
+
# * Pending – The tables are waiting for resync.
|
14245
|
+
#
|
14246
|
+
# * In progress – Resync in progress for some records in the table.
|
14247
|
+
#
|
14248
|
+
# * No primary key – The table could not be resynced because it has no
|
14249
|
+
# primary key.
|
14250
|
+
#
|
14251
|
+
# * Last resync at: `date/time` – Resync session is finished at time.
|
14252
|
+
# Time provided in UTC format.
|
14253
|
+
# @return [String]
|
14254
|
+
#
|
14255
|
+
# @!attribute [rw] resync_rows_attempted
|
14256
|
+
# Records the total number of mismatched data rows where the system
|
14257
|
+
# attempted to apply fixes in the target database.
|
14258
|
+
# @return [Integer]
|
14259
|
+
#
|
14260
|
+
# @!attribute [rw] resync_rows_succeeded
|
14261
|
+
# Records the total number of mismatched data rows where fixes were
|
14262
|
+
# successfully applied in the target database.
|
14263
|
+
# @return [Integer]
|
14264
|
+
#
|
14265
|
+
# @!attribute [rw] resync_rows_failed
|
14266
|
+
# Records the total number of mismatched data rows where fix attempts
|
14267
|
+
# failed in the target database.
|
14268
|
+
# @return [Integer]
|
14269
|
+
#
|
14270
|
+
# @!attribute [rw] resync_progress
|
14271
|
+
# Calculates the percentage of failed validations that were
|
14272
|
+
# successfully resynced to the system.
|
14273
|
+
# @return [Float]
|
14274
|
+
#
|
14201
14275
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/TableStatistics AWS API Documentation
|
14202
14276
|
#
|
14203
14277
|
class TableStatistics < Struct.new(
|
@@ -14223,7 +14297,12 @@ module Aws::DatabaseMigrationService
|
|
14223
14297
|
:validation_failed_records,
|
14224
14298
|
:validation_suspended_records,
|
14225
14299
|
:validation_state,
|
14226
|
-
:validation_state_details
|
14300
|
+
:validation_state_details,
|
14301
|
+
:resync_state,
|
14302
|
+
:resync_rows_attempted,
|
14303
|
+
:resync_rows_succeeded,
|
14304
|
+
:resync_rows_failed,
|
14305
|
+
:resync_progress)
|
14227
14306
|
SENSITIVE = []
|
14228
14307
|
include Aws::Structure
|
14229
14308
|
end
|
data/sig/client.rbs
CHANGED
@@ -470,7 +470,9 @@ module Aws
|
|
470
470
|
map_long_varchar_as: ("wstring" | "clob" | "nclob")?,
|
471
471
|
database_mode: ("default" | "babelfish")?,
|
472
472
|
babelfish_database_name: ::String?,
|
473
|
-
disable_unicode_source_filter: bool
|
473
|
+
disable_unicode_source_filter: bool?,
|
474
|
+
service_access_role_arn: ::String?,
|
475
|
+
authentication_method: ("password" | "iam")?
|
474
476
|
},
|
475
477
|
?my_sql_settings: {
|
476
478
|
after_connect_script: ::String?,
|
@@ -487,7 +489,9 @@ module Aws
|
|
487
489
|
username: ::String?,
|
488
490
|
secrets_manager_access_role_arn: ::String?,
|
489
491
|
secrets_manager_secret_id: ::String?,
|
490
|
-
execute_timeout: ::Integer
|
492
|
+
execute_timeout: ::Integer?,
|
493
|
+
service_access_role_arn: ::String?,
|
494
|
+
authentication_method: ("password" | "iam")?
|
491
495
|
},
|
492
496
|
?oracle_settings: {
|
493
497
|
add_supplemental_logging: bool?,
|
@@ -2120,7 +2124,9 @@ module Aws
|
|
2120
2124
|
map_long_varchar_as: ("wstring" | "clob" | "nclob")?,
|
2121
2125
|
database_mode: ("default" | "babelfish")?,
|
2122
2126
|
babelfish_database_name: ::String?,
|
2123
|
-
disable_unicode_source_filter: bool
|
2127
|
+
disable_unicode_source_filter: bool?,
|
2128
|
+
service_access_role_arn: ::String?,
|
2129
|
+
authentication_method: ("password" | "iam")?
|
2124
2130
|
},
|
2125
2131
|
?my_sql_settings: {
|
2126
2132
|
after_connect_script: ::String?,
|
@@ -2137,7 +2143,9 @@ module Aws
|
|
2137
2143
|
username: ::String?,
|
2138
2144
|
secrets_manager_access_role_arn: ::String?,
|
2139
2145
|
secrets_manager_secret_id: ::String?,
|
2140
|
-
execute_timeout: ::Integer
|
2146
|
+
execute_timeout: ::Integer?,
|
2147
|
+
service_access_role_arn: ::String?,
|
2148
|
+
authentication_method: ("password" | "iam")?
|
2141
2149
|
},
|
2142
2150
|
?oracle_settings: {
|
2143
2151
|
add_supplemental_logging: bool?,
|
data/sig/types.rbs
CHANGED
@@ -1975,6 +1975,8 @@ module Aws::DatabaseMigrationService
|
|
1975
1975
|
attr_accessor secrets_manager_access_role_arn: ::String
|
1976
1976
|
attr_accessor secrets_manager_secret_id: ::String
|
1977
1977
|
attr_accessor execute_timeout: ::Integer
|
1978
|
+
attr_accessor service_access_role_arn: ::String
|
1979
|
+
attr_accessor authentication_method: ("password" | "iam")
|
1978
1980
|
SENSITIVE: [:password]
|
1979
1981
|
end
|
1980
1982
|
|
@@ -2108,6 +2110,8 @@ module Aws::DatabaseMigrationService
|
|
2108
2110
|
attr_accessor database_mode: ("default" | "babelfish")
|
2109
2111
|
attr_accessor babelfish_database_name: ::String
|
2110
2112
|
attr_accessor disable_unicode_source_filter: bool
|
2113
|
+
attr_accessor service_access_role_arn: ::String
|
2114
|
+
attr_accessor authentication_method: ("password" | "iam")
|
2111
2115
|
SENSITIVE: [:password]
|
2112
2116
|
end
|
2113
2117
|
|
@@ -2909,6 +2913,11 @@ module Aws::DatabaseMigrationService
|
|
2909
2913
|
attr_accessor validation_suspended_records: ::Integer
|
2910
2914
|
attr_accessor validation_state: ::String
|
2911
2915
|
attr_accessor validation_state_details: ::String
|
2916
|
+
attr_accessor resync_state: ::String
|
2917
|
+
attr_accessor resync_rows_attempted: ::Integer
|
2918
|
+
attr_accessor resync_rows_succeeded: ::Integer
|
2919
|
+
attr_accessor resync_rows_failed: ::Integer
|
2920
|
+
attr_accessor resync_progress: ::Float
|
2912
2921
|
SENSITIVE: []
|
2913
2922
|
end
|
2914
2923
|
|