aws-sdk-databasemigrationservice 1.121.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +59 -17
- 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,11 @@
|
|
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
|
+
|
4
9
|
1.121.0 (2025-05-12)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.122.0
|
@@ -1582,6 +1582,8 @@ module Aws::DatabaseMigrationService
|
|
1582
1582
|
# database_mode: "default", # accepts default, babelfish
|
1583
1583
|
# babelfish_database_name: "String",
|
1584
1584
|
# disable_unicode_source_filter: false,
|
1585
|
+
# service_access_role_arn: "String",
|
1586
|
+
# authentication_method: "password", # accepts password, iam
|
1585
1587
|
# },
|
1586
1588
|
# my_sql_settings: {
|
1587
1589
|
# after_connect_script: "String",
|
@@ -1599,6 +1601,8 @@ module Aws::DatabaseMigrationService
|
|
1599
1601
|
# secrets_manager_access_role_arn: "String",
|
1600
1602
|
# secrets_manager_secret_id: "String",
|
1601
1603
|
# execute_timeout: 1,
|
1604
|
+
# service_access_role_arn: "String",
|
1605
|
+
# authentication_method: "password", # accepts password, iam
|
1602
1606
|
# },
|
1603
1607
|
# oracle_settings: {
|
1604
1608
|
# add_supplemental_logging: false,
|
@@ -1920,6 +1924,8 @@ module Aws::DatabaseMigrationService
|
|
1920
1924
|
# resp.endpoint.postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
1921
1925
|
# resp.endpoint.postgre_sql_settings.babelfish_database_name #=> String
|
1922
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"
|
1923
1929
|
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
1924
1930
|
# resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
1925
1931
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
@@ -1935,6 +1941,8 @@ module Aws::DatabaseMigrationService
|
|
1935
1941
|
# resp.endpoint.my_sql_settings.secrets_manager_access_role_arn #=> String
|
1936
1942
|
# resp.endpoint.my_sql_settings.secrets_manager_secret_id #=> String
|
1937
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"
|
1938
1946
|
# resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
|
1939
1947
|
# resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
|
1940
1948
|
# resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
|
@@ -3820,6 +3828,8 @@ module Aws::DatabaseMigrationService
|
|
3820
3828
|
# resp.endpoint.postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
3821
3829
|
# resp.endpoint.postgre_sql_settings.babelfish_database_name #=> String
|
3822
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"
|
3823
3833
|
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
3824
3834
|
# resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
3825
3835
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
@@ -3835,6 +3845,8 @@ module Aws::DatabaseMigrationService
|
|
3835
3845
|
# resp.endpoint.my_sql_settings.secrets_manager_access_role_arn #=> String
|
3836
3846
|
# resp.endpoint.my_sql_settings.secrets_manager_secret_id #=> String
|
3837
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"
|
3838
3850
|
# resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
|
3839
3851
|
# resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
|
3840
3852
|
# resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
|
@@ -4932,7 +4944,7 @@ module Aws::DatabaseMigrationService
|
|
4932
4944
|
# @example Request syntax with placeholder values
|
4933
4945
|
#
|
4934
4946
|
# resp = client.describe_conversion_configuration({
|
4935
|
-
# migration_project_identifier: "
|
4947
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
4936
4948
|
# })
|
4937
4949
|
#
|
4938
4950
|
# @example Response structure
|
@@ -5597,6 +5609,8 @@ module Aws::DatabaseMigrationService
|
|
5597
5609
|
# resp.endpoints[0].postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
5598
5610
|
# resp.endpoints[0].postgre_sql_settings.babelfish_database_name #=> String
|
5599
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"
|
5600
5614
|
# resp.endpoints[0].my_sql_settings.after_connect_script #=> String
|
5601
5615
|
# resp.endpoints[0].my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
5602
5616
|
# resp.endpoints[0].my_sql_settings.database_name #=> String
|
@@ -5612,6 +5626,8 @@ module Aws::DatabaseMigrationService
|
|
5612
5626
|
# resp.endpoints[0].my_sql_settings.secrets_manager_access_role_arn #=> String
|
5613
5627
|
# resp.endpoints[0].my_sql_settings.secrets_manager_secret_id #=> String
|
5614
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"
|
5615
5631
|
# resp.endpoints[0].oracle_settings.add_supplemental_logging #=> Boolean
|
5616
5632
|
# resp.endpoints[0].oracle_settings.archived_log_dest_id #=> Integer
|
5617
5633
|
# resp.endpoints[0].oracle_settings.additional_archived_log_dest_id #=> Integer
|
@@ -5864,7 +5880,8 @@ module Aws::DatabaseMigrationService
|
|
5864
5880
|
# @option params [Array<Types::Filter>] :filters
|
5865
5881
|
# Filters applied to event subscriptions.
|
5866
5882
|
#
|
5867
|
-
# Valid filter names: event-subscription-arn \|
|
5883
|
+
# Valid filter names: `event-subscription-arn` \|
|
5884
|
+
# `event-subscription-id`
|
5868
5885
|
#
|
5869
5886
|
# @option params [Integer] :max_records
|
5870
5887
|
# The maximum number of records to include in the response. If more
|
@@ -6091,7 +6108,7 @@ module Aws::DatabaseMigrationService
|
|
6091
6108
|
# @example Request syntax with placeholder values
|
6092
6109
|
#
|
6093
6110
|
# resp = client.describe_extension_pack_associations({
|
6094
|
-
# migration_project_identifier: "
|
6111
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
6095
6112
|
# filters: [
|
6096
6113
|
# {
|
6097
6114
|
# name: "String", # required
|
@@ -6615,7 +6632,7 @@ module Aws::DatabaseMigrationService
|
|
6615
6632
|
# @example Request syntax with placeholder values
|
6616
6633
|
#
|
6617
6634
|
# resp = client.describe_metadata_model_assessments({
|
6618
|
-
# migration_project_identifier: "
|
6635
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
6619
6636
|
# filters: [
|
6620
6637
|
# {
|
6621
6638
|
# name: "String", # required
|
@@ -6714,7 +6731,7 @@ module Aws::DatabaseMigrationService
|
|
6714
6731
|
# @example Request syntax with placeholder values
|
6715
6732
|
#
|
6716
6733
|
# resp = client.describe_metadata_model_conversions({
|
6717
|
-
# migration_project_identifier: "
|
6734
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
6718
6735
|
# filters: [
|
6719
6736
|
# {
|
6720
6737
|
# name: "String", # required
|
@@ -6812,7 +6829,7 @@ module Aws::DatabaseMigrationService
|
|
6812
6829
|
# @example Request syntax with placeholder values
|
6813
6830
|
#
|
6814
6831
|
# resp = client.describe_metadata_model_exports_as_script({
|
6815
|
-
# migration_project_identifier: "
|
6832
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
6816
6833
|
# filters: [
|
6817
6834
|
# {
|
6818
6835
|
# name: "String", # required
|
@@ -6910,7 +6927,7 @@ module Aws::DatabaseMigrationService
|
|
6910
6927
|
# @example Request syntax with placeholder values
|
6911
6928
|
#
|
6912
6929
|
# resp = client.describe_metadata_model_exports_to_target({
|
6913
|
-
# migration_project_identifier: "
|
6930
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
6914
6931
|
# filters: [
|
6915
6932
|
# {
|
6916
6933
|
# name: "String", # required
|
@@ -7005,7 +7022,7 @@ module Aws::DatabaseMigrationService
|
|
7005
7022
|
# @example Request syntax with placeholder values
|
7006
7023
|
#
|
7007
7024
|
# resp = client.describe_metadata_model_imports({
|
7008
|
-
# migration_project_identifier: "
|
7025
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
7009
7026
|
# filters: [
|
7010
7027
|
# {
|
7011
7028
|
# name: "String", # required
|
@@ -7319,6 +7336,8 @@ module Aws::DatabaseMigrationService
|
|
7319
7336
|
# Filters applied to the limitations described in the form of key-value
|
7320
7337
|
# pairs.
|
7321
7338
|
#
|
7339
|
+
# Valid filter names: `database-id` \| `engine-name`
|
7340
|
+
#
|
7322
7341
|
# @option params [Integer] :max_records
|
7323
7342
|
# The maximum number of records to include in the response. If more
|
7324
7343
|
# records exist than the specified `MaxRecords` value, Fleet Advisor
|
@@ -7383,6 +7402,8 @@ module Aws::DatabaseMigrationService
|
|
7383
7402
|
# Filters applied to the target engine recommendations described in the
|
7384
7403
|
# form of key-value pairs.
|
7385
7404
|
#
|
7405
|
+
# Valid filter names: `database-id` \| `engine-name`
|
7406
|
+
#
|
7386
7407
|
# @option params [Integer] :max_records
|
7387
7408
|
# The maximum number of records to include in the response. If more
|
7388
7409
|
# records exist than the specified `MaxRecords` value, Fleet Advisor
|
@@ -7930,6 +7951,11 @@ module Aws::DatabaseMigrationService
|
|
7930
7951
|
# resp.replication_table_statistics[0].validation_suspended_records #=> Integer
|
7931
7952
|
# resp.replication_table_statistics[0].validation_state #=> String
|
7932
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
|
7933
7959
|
#
|
7934
7960
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTableStatistics AWS API Documentation
|
7935
7961
|
#
|
@@ -8291,6 +8317,9 @@ module Aws::DatabaseMigrationService
|
|
8291
8317
|
# @option params [Array<Types::Filter>] :filters
|
8292
8318
|
# Filters applied to the replications.
|
8293
8319
|
#
|
8320
|
+
# Valid filter names: `replication-config-arn` \|
|
8321
|
+
# `replication-config-id`
|
8322
|
+
#
|
8294
8323
|
# @option params [Integer] :max_records
|
8295
8324
|
# The maximum number of records to include in the response. If more
|
8296
8325
|
# records exist than the specified `MaxRecords` value, a pagination
|
@@ -8560,6 +8589,11 @@ module Aws::DatabaseMigrationService
|
|
8560
8589
|
# resp.table_statistics[0].validation_suspended_records #=> Integer
|
8561
8590
|
# resp.table_statistics[0].validation_state #=> String
|
8562
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
|
8563
8597
|
# resp.marker #=> String
|
8564
8598
|
#
|
8565
8599
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeTableStatistics AWS API Documentation
|
@@ -8622,7 +8656,7 @@ module Aws::DatabaseMigrationService
|
|
8622
8656
|
# @example Request syntax with placeholder values
|
8623
8657
|
#
|
8624
8658
|
# resp = client.export_metadata_model_assessment({
|
8625
|
-
# migration_project_identifier: "
|
8659
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
8626
8660
|
# selection_rules: "String", # required
|
8627
8661
|
# file_name: "String",
|
8628
8662
|
# assessment_report_types: ["pdf"], # accepts pdf, csv
|
@@ -8815,7 +8849,7 @@ module Aws::DatabaseMigrationService
|
|
8815
8849
|
# @example Request syntax with placeholder values
|
8816
8850
|
#
|
8817
8851
|
# resp = client.modify_conversion_configuration({
|
8818
|
-
# migration_project_identifier: "
|
8852
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
8819
8853
|
# conversion_configuration: "String", # required
|
8820
8854
|
# })
|
8821
8855
|
#
|
@@ -9676,6 +9710,8 @@ module Aws::DatabaseMigrationService
|
|
9676
9710
|
# database_mode: "default", # accepts default, babelfish
|
9677
9711
|
# babelfish_database_name: "String",
|
9678
9712
|
# disable_unicode_source_filter: false,
|
9713
|
+
# service_access_role_arn: "String",
|
9714
|
+
# authentication_method: "password", # accepts password, iam
|
9679
9715
|
# },
|
9680
9716
|
# my_sql_settings: {
|
9681
9717
|
# after_connect_script: "String",
|
@@ -9693,6 +9729,8 @@ module Aws::DatabaseMigrationService
|
|
9693
9729
|
# secrets_manager_access_role_arn: "String",
|
9694
9730
|
# secrets_manager_secret_id: "String",
|
9695
9731
|
# execute_timeout: 1,
|
9732
|
+
# service_access_role_arn: "String",
|
9733
|
+
# authentication_method: "password", # accepts password, iam
|
9696
9734
|
# },
|
9697
9735
|
# oracle_settings: {
|
9698
9736
|
# add_supplemental_logging: false,
|
@@ -10014,6 +10052,8 @@ module Aws::DatabaseMigrationService
|
|
10014
10052
|
# resp.endpoint.postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
10015
10053
|
# resp.endpoint.postgre_sql_settings.babelfish_database_name #=> String
|
10016
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"
|
10017
10057
|
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
10018
10058
|
# resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
10019
10059
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
@@ -10029,6 +10069,8 @@ module Aws::DatabaseMigrationService
|
|
10029
10069
|
# resp.endpoint.my_sql_settings.secrets_manager_access_role_arn #=> String
|
10030
10070
|
# resp.endpoint.my_sql_settings.secrets_manager_secret_id #=> String
|
10031
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"
|
10032
10074
|
# resp.endpoint.oracle_settings.add_supplemental_logging #=> Boolean
|
10033
10075
|
# resp.endpoint.oracle_settings.archived_log_dest_id #=> Integer
|
10034
10076
|
# resp.endpoint.oracle_settings.additional_archived_log_dest_id #=> Integer
|
@@ -11538,7 +11580,7 @@ module Aws::DatabaseMigrationService
|
|
11538
11580
|
# @example Request syntax with placeholder values
|
11539
11581
|
#
|
11540
11582
|
# resp = client.start_extension_pack_association({
|
11541
|
-
# migration_project_identifier: "
|
11583
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
11542
11584
|
# })
|
11543
11585
|
#
|
11544
11586
|
# @example Response structure
|
@@ -11589,7 +11631,7 @@ module Aws::DatabaseMigrationService
|
|
11589
11631
|
# @example Request syntax with placeholder values
|
11590
11632
|
#
|
11591
11633
|
# resp = client.start_metadata_model_assessment({
|
11592
|
-
# migration_project_identifier: "
|
11634
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
11593
11635
|
# selection_rules: "String", # required
|
11594
11636
|
# })
|
11595
11637
|
#
|
@@ -11637,7 +11679,7 @@ module Aws::DatabaseMigrationService
|
|
11637
11679
|
# @example Request syntax with placeholder values
|
11638
11680
|
#
|
11639
11681
|
# resp = client.start_metadata_model_conversion({
|
11640
|
-
# migration_project_identifier: "
|
11682
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
11641
11683
|
# selection_rules: "String", # required
|
11642
11684
|
# })
|
11643
11685
|
#
|
@@ -11693,7 +11735,7 @@ module Aws::DatabaseMigrationService
|
|
11693
11735
|
# @example Request syntax with placeholder values
|
11694
11736
|
#
|
11695
11737
|
# resp = client.start_metadata_model_export_as_script({
|
11696
|
-
# migration_project_identifier: "
|
11738
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
11697
11739
|
# selection_rules: "String", # required
|
11698
11740
|
# origin: "SOURCE", # required, accepts SOURCE, TARGET
|
11699
11741
|
# file_name: "String",
|
@@ -11749,7 +11791,7 @@ module Aws::DatabaseMigrationService
|
|
11749
11791
|
# @example Request syntax with placeholder values
|
11750
11792
|
#
|
11751
11793
|
# resp = client.start_metadata_model_export_to_target({
|
11752
|
-
# migration_project_identifier: "
|
11794
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
11753
11795
|
# selection_rules: "String", # required
|
11754
11796
|
# overwrite_extension_pack: false,
|
11755
11797
|
# })
|
@@ -11810,7 +11852,7 @@ module Aws::DatabaseMigrationService
|
|
11810
11852
|
# @example Request syntax with placeholder values
|
11811
11853
|
#
|
11812
11854
|
# resp = client.start_metadata_model_import({
|
11813
|
-
# migration_project_identifier: "
|
11855
|
+
# migration_project_identifier: "MigrationProjectIdentifier", # required
|
11814
11856
|
# selection_rules: "String", # required
|
11815
11857
|
# origin: "SOURCE", # required, accepts SOURCE, TARGET
|
11816
11858
|
# refresh: false,
|
@@ -12756,7 +12798,7 @@ module Aws::DatabaseMigrationService
|
|
12756
12798
|
tracer: tracer
|
12757
12799
|
)
|
12758
12800
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
12759
|
-
context[:gem_version] = '1.
|
12801
|
+
context[:gem_version] = '1.122.0'
|
12760
12802
|
Seahorse::Client::Request.new(handlers, context)
|
12761
12803
|
end
|
12762
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
|
|