aws-sdk-databasemigrationservice 1.110.0 → 1.112.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +119 -4
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +27 -6
- data/lib/aws-sdk-databasemigrationservice/types.rb +165 -30
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- data/sig/client.rbs +34 -12
- data/sig/resource.rbs +2 -0
- data/sig/types.rbs +16 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7053050e69118a95ba3a94549a0ebd14a1bfd04c2fa65ab29fc86282f0461b51
|
4
|
+
data.tar.gz: e4f770e1481a6ad2ba7ddb5a349d6008f5a7a6fc95f5330eec829e8a7822cbd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf4f640d030b9351d3ad71edf10c36739bd1c34af5462ef8bff61aa59495a98e738fd65b12c98d50193d0e91d20b432ebb77eb1e85f995afd5105bae0cdb573c
|
7
|
+
data.tar.gz: 5ebba030b43059ef52662bd3ed6c8781b82faeb19d69623d3186ec9bd744ef48a5180a962af77d214b3992be00e081128198199dc6fee33ddad69b08a4f8bb75
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.112.0 (2025-01-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.111.0 (2024-12-12)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Add parameters to support for kerberos authentication. Add parameter for disabling the Unicode source filter with PostgreSQL settings. Add parameter to use large integer value with Kinesis/Kafka settings.
|
13
|
+
|
4
14
|
1.110.0 (2024-11-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.112.0
|
@@ -257,11 +257,34 @@ module Aws::DatabaseMigrationService
|
|
257
257
|
# Used when loading credentials from the shared credentials file
|
258
258
|
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
259
259
|
#
|
260
|
+
# @option options [String] :request_checksum_calculation ("when_supported")
|
261
|
+
# Determines when a checksum will be calculated for request payloads. Values are:
|
262
|
+
#
|
263
|
+
# * `when_supported` - (default) When set, a checksum will be
|
264
|
+
# calculated for all request payloads of operations modeled with the
|
265
|
+
# `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
|
266
|
+
# `requestAlgorithmMember` is modeled.
|
267
|
+
# * `when_required` - When set, a checksum will only be calculated for
|
268
|
+
# request payloads of operations modeled with the `httpChecksum` trait where
|
269
|
+
# `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
|
270
|
+
# is modeled and supplied.
|
271
|
+
#
|
260
272
|
# @option options [Integer] :request_min_compression_size_bytes (10240)
|
261
273
|
# The minimum size in bytes that triggers compression for request
|
262
274
|
# bodies. The value must be non-negative integer value between 0
|
263
275
|
# and 10485780 bytes inclusive.
|
264
276
|
#
|
277
|
+
# @option options [String] :response_checksum_validation ("when_supported")
|
278
|
+
# Determines when checksum validation will be performed on response payloads. Values are:
|
279
|
+
#
|
280
|
+
# * `when_supported` - (default) When set, checksum validation is performed on all
|
281
|
+
# response payloads of operations modeled with the `httpChecksum` trait where
|
282
|
+
# `responseAlgorithms` is modeled, except when no modeled checksum algorithms
|
283
|
+
# are supported.
|
284
|
+
# * `when_required` - When set, checksum validation is not performed on
|
285
|
+
# response payloads of operations unless the checksum algorithm is supported and
|
286
|
+
# the `requestValidationModeMember` member is set to `ENABLED`.
|
287
|
+
#
|
265
288
|
# @option options [Proc] :retry_backoff
|
266
289
|
# A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
|
267
290
|
# This option is only used in the `legacy` retry mode.
|
@@ -1425,6 +1448,7 @@ module Aws::DatabaseMigrationService
|
|
1425
1448
|
# include_control_details: false,
|
1426
1449
|
# include_null_and_empty: false,
|
1427
1450
|
# no_hex_prefix: false,
|
1451
|
+
# use_large_integer_value: false,
|
1428
1452
|
# },
|
1429
1453
|
# kafka_settings: {
|
1430
1454
|
# broker: "String",
|
@@ -1447,6 +1471,7 @@ module Aws::DatabaseMigrationService
|
|
1447
1471
|
# no_hex_prefix: false,
|
1448
1472
|
# sasl_mechanism: "scram-sha-512", # accepts scram-sha-512, plain
|
1449
1473
|
# ssl_endpoint_identification_algorithm: "none", # accepts none, https
|
1474
|
+
# use_large_integer_value: false,
|
1450
1475
|
# },
|
1451
1476
|
# elasticsearch_settings: {
|
1452
1477
|
# service_access_role_arn: "String", # required
|
@@ -1522,6 +1547,7 @@ module Aws::DatabaseMigrationService
|
|
1522
1547
|
# map_long_varchar_as: "wstring", # accepts wstring, clob, nclob
|
1523
1548
|
# database_mode: "default", # accepts default, babelfish
|
1524
1549
|
# babelfish_database_name: "String",
|
1550
|
+
# disable_unicode_source_filter: false,
|
1525
1551
|
# },
|
1526
1552
|
# my_sql_settings: {
|
1527
1553
|
# after_connect_script: "String",
|
@@ -1584,6 +1610,7 @@ module Aws::DatabaseMigrationService
|
|
1584
1610
|
# trim_space_in_char: false,
|
1585
1611
|
# convert_timestamp_with_zone_to_utc: false,
|
1586
1612
|
# open_transaction_window: 1,
|
1613
|
+
# authentication_method: "password", # accepts password, kerberos
|
1587
1614
|
# },
|
1588
1615
|
# sybase_settings: {
|
1589
1616
|
# database_name: "String",
|
@@ -1612,6 +1639,7 @@ module Aws::DatabaseMigrationService
|
|
1612
1639
|
# trim_space_in_char: false,
|
1613
1640
|
# tlog_access_mode: "BackupOnly", # accepts BackupOnly, PreferBackup, PreferTlog, TlogOnly
|
1614
1641
|
# force_lob_lookup: false,
|
1642
|
+
# authentication_method: "password", # accepts password, kerberos
|
1615
1643
|
# },
|
1616
1644
|
# ibm_db_2_settings: {
|
1617
1645
|
# database_name: "String",
|
@@ -1768,6 +1796,7 @@ module Aws::DatabaseMigrationService
|
|
1768
1796
|
# resp.endpoint.kinesis_settings.include_control_details #=> Boolean
|
1769
1797
|
# resp.endpoint.kinesis_settings.include_null_and_empty #=> Boolean
|
1770
1798
|
# resp.endpoint.kinesis_settings.no_hex_prefix #=> Boolean
|
1799
|
+
# resp.endpoint.kinesis_settings.use_large_integer_value #=> Boolean
|
1771
1800
|
# resp.endpoint.kafka_settings.broker #=> String
|
1772
1801
|
# resp.endpoint.kafka_settings.topic #=> String
|
1773
1802
|
# resp.endpoint.kafka_settings.message_format #=> String, one of "json", "json-unformatted"
|
@@ -1788,6 +1817,7 @@ module Aws::DatabaseMigrationService
|
|
1788
1817
|
# resp.endpoint.kafka_settings.no_hex_prefix #=> Boolean
|
1789
1818
|
# resp.endpoint.kafka_settings.sasl_mechanism #=> String, one of "scram-sha-512", "plain"
|
1790
1819
|
# resp.endpoint.kafka_settings.ssl_endpoint_identification_algorithm #=> String, one of "none", "https"
|
1820
|
+
# resp.endpoint.kafka_settings.use_large_integer_value #=> Boolean
|
1791
1821
|
# resp.endpoint.elasticsearch_settings.service_access_role_arn #=> String
|
1792
1822
|
# resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
|
1793
1823
|
# resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
|
@@ -1855,6 +1885,7 @@ module Aws::DatabaseMigrationService
|
|
1855
1885
|
# resp.endpoint.postgre_sql_settings.map_long_varchar_as #=> String, one of "wstring", "clob", "nclob"
|
1856
1886
|
# resp.endpoint.postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
1857
1887
|
# resp.endpoint.postgre_sql_settings.babelfish_database_name #=> String
|
1888
|
+
# resp.endpoint.postgre_sql_settings.disable_unicode_source_filter #=> Boolean
|
1858
1889
|
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
1859
1890
|
# resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
1860
1891
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
@@ -1914,6 +1945,7 @@ module Aws::DatabaseMigrationService
|
|
1914
1945
|
# resp.endpoint.oracle_settings.trim_space_in_char #=> Boolean
|
1915
1946
|
# resp.endpoint.oracle_settings.convert_timestamp_with_zone_to_utc #=> Boolean
|
1916
1947
|
# resp.endpoint.oracle_settings.open_transaction_window #=> Integer
|
1948
|
+
# resp.endpoint.oracle_settings.authentication_method #=> String, one of "password", "kerberos"
|
1917
1949
|
# resp.endpoint.sybase_settings.database_name #=> String
|
1918
1950
|
# resp.endpoint.sybase_settings.password #=> String
|
1919
1951
|
# resp.endpoint.sybase_settings.port #=> Integer
|
@@ -1938,6 +1970,7 @@ module Aws::DatabaseMigrationService
|
|
1938
1970
|
# resp.endpoint.microsoft_sql_server_settings.trim_space_in_char #=> Boolean
|
1939
1971
|
# resp.endpoint.microsoft_sql_server_settings.tlog_access_mode #=> String, one of "BackupOnly", "PreferBackup", "PreferTlog", "TlogOnly"
|
1940
1972
|
# resp.endpoint.microsoft_sql_server_settings.force_lob_lookup #=> Boolean
|
1973
|
+
# resp.endpoint.microsoft_sql_server_settings.authentication_method #=> String, one of "password", "kerberos"
|
1941
1974
|
# resp.endpoint.ibm_db_2_settings.database_name #=> String
|
1942
1975
|
# resp.endpoint.ibm_db_2_settings.password #=> String
|
1943
1976
|
# resp.endpoint.ibm_db_2_settings.port #=> Integer
|
@@ -2737,6 +2770,10 @@ module Aws::DatabaseMigrationService
|
|
2737
2770
|
# as IPv4 only or Dual-stack that supports both IPv4 and IPv6
|
2738
2771
|
# addressing. IPv6 only is not yet supported.
|
2739
2772
|
#
|
2773
|
+
# @option params [Types::KerberosAuthenticationSettings] :kerberos_authentication_settings
|
2774
|
+
# Specifies the ID of the secret that stores the key cache file required
|
2775
|
+
# for kerberos authentication, when creating a replication instance.
|
2776
|
+
#
|
2740
2777
|
# @return [Types::CreateReplicationInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2741
2778
|
#
|
2742
2779
|
# * {Types::CreateReplicationInstanceResponse#replication_instance #replication_instance} => Types::ReplicationInstance
|
@@ -2827,7 +2864,7 @@ module Aws::DatabaseMigrationService
|
|
2827
2864
|
# resp = client.create_replication_instance({
|
2828
2865
|
# replication_instance_identifier: "String", # required
|
2829
2866
|
# allocated_storage: 1,
|
2830
|
-
# replication_instance_class: "
|
2867
|
+
# replication_instance_class: "ReplicationInstanceClass", # required
|
2831
2868
|
# vpc_security_group_ids: ["String"],
|
2832
2869
|
# availability_zone: "String",
|
2833
2870
|
# replication_subnet_group_identifier: "String",
|
@@ -2847,6 +2884,11 @@ module Aws::DatabaseMigrationService
|
|
2847
2884
|
# dns_name_servers: "String",
|
2848
2885
|
# resource_identifier: "String",
|
2849
2886
|
# network_type: "String",
|
2887
|
+
# kerberos_authentication_settings: {
|
2888
|
+
# key_cache_secret_id: "String",
|
2889
|
+
# key_cache_secret_iam_arn: "String",
|
2890
|
+
# krb_5_file_contents: "String",
|
2891
|
+
# },
|
2850
2892
|
# })
|
2851
2893
|
#
|
2852
2894
|
# @example Response structure
|
@@ -2894,6 +2936,9 @@ module Aws::DatabaseMigrationService
|
|
2894
2936
|
# resp.replication_instance.free_until #=> Time
|
2895
2937
|
# resp.replication_instance.dns_name_servers #=> String
|
2896
2938
|
# resp.replication_instance.network_type #=> String
|
2939
|
+
# resp.replication_instance.kerberos_authentication_settings.key_cache_secret_id #=> String
|
2940
|
+
# resp.replication_instance.kerberos_authentication_settings.key_cache_secret_iam_arn #=> String
|
2941
|
+
# resp.replication_instance.kerberos_authentication_settings.krb_5_file_contents #=> String
|
2897
2942
|
#
|
2898
2943
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstance AWS API Documentation
|
2899
2944
|
#
|
@@ -3639,6 +3684,7 @@ module Aws::DatabaseMigrationService
|
|
3639
3684
|
# resp.endpoint.kinesis_settings.include_control_details #=> Boolean
|
3640
3685
|
# resp.endpoint.kinesis_settings.include_null_and_empty #=> Boolean
|
3641
3686
|
# resp.endpoint.kinesis_settings.no_hex_prefix #=> Boolean
|
3687
|
+
# resp.endpoint.kinesis_settings.use_large_integer_value #=> Boolean
|
3642
3688
|
# resp.endpoint.kafka_settings.broker #=> String
|
3643
3689
|
# resp.endpoint.kafka_settings.topic #=> String
|
3644
3690
|
# resp.endpoint.kafka_settings.message_format #=> String, one of "json", "json-unformatted"
|
@@ -3659,6 +3705,7 @@ module Aws::DatabaseMigrationService
|
|
3659
3705
|
# resp.endpoint.kafka_settings.no_hex_prefix #=> Boolean
|
3660
3706
|
# resp.endpoint.kafka_settings.sasl_mechanism #=> String, one of "scram-sha-512", "plain"
|
3661
3707
|
# resp.endpoint.kafka_settings.ssl_endpoint_identification_algorithm #=> String, one of "none", "https"
|
3708
|
+
# resp.endpoint.kafka_settings.use_large_integer_value #=> Boolean
|
3662
3709
|
# resp.endpoint.elasticsearch_settings.service_access_role_arn #=> String
|
3663
3710
|
# resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
|
3664
3711
|
# resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
|
@@ -3726,6 +3773,7 @@ module Aws::DatabaseMigrationService
|
|
3726
3773
|
# resp.endpoint.postgre_sql_settings.map_long_varchar_as #=> String, one of "wstring", "clob", "nclob"
|
3727
3774
|
# resp.endpoint.postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
3728
3775
|
# resp.endpoint.postgre_sql_settings.babelfish_database_name #=> String
|
3776
|
+
# resp.endpoint.postgre_sql_settings.disable_unicode_source_filter #=> Boolean
|
3729
3777
|
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
3730
3778
|
# resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
3731
3779
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
@@ -3785,6 +3833,7 @@ module Aws::DatabaseMigrationService
|
|
3785
3833
|
# resp.endpoint.oracle_settings.trim_space_in_char #=> Boolean
|
3786
3834
|
# resp.endpoint.oracle_settings.convert_timestamp_with_zone_to_utc #=> Boolean
|
3787
3835
|
# resp.endpoint.oracle_settings.open_transaction_window #=> Integer
|
3836
|
+
# resp.endpoint.oracle_settings.authentication_method #=> String, one of "password", "kerberos"
|
3788
3837
|
# resp.endpoint.sybase_settings.database_name #=> String
|
3789
3838
|
# resp.endpoint.sybase_settings.password #=> String
|
3790
3839
|
# resp.endpoint.sybase_settings.port #=> Integer
|
@@ -3809,6 +3858,7 @@ module Aws::DatabaseMigrationService
|
|
3809
3858
|
# resp.endpoint.microsoft_sql_server_settings.trim_space_in_char #=> Boolean
|
3810
3859
|
# resp.endpoint.microsoft_sql_server_settings.tlog_access_mode #=> String, one of "BackupOnly", "PreferBackup", "PreferTlog", "TlogOnly"
|
3811
3860
|
# resp.endpoint.microsoft_sql_server_settings.force_lob_lookup #=> Boolean
|
3861
|
+
# resp.endpoint.microsoft_sql_server_settings.authentication_method #=> String, one of "password", "kerberos"
|
3812
3862
|
# resp.endpoint.ibm_db_2_settings.database_name #=> String
|
3813
3863
|
# resp.endpoint.ibm_db_2_settings.password #=> String
|
3814
3864
|
# resp.endpoint.ibm_db_2_settings.port #=> Integer
|
@@ -4276,6 +4326,9 @@ module Aws::DatabaseMigrationService
|
|
4276
4326
|
# resp.replication_instance.free_until #=> Time
|
4277
4327
|
# resp.replication_instance.dns_name_servers #=> String
|
4278
4328
|
# resp.replication_instance.network_type #=> String
|
4329
|
+
# resp.replication_instance.kerberos_authentication_settings.key_cache_secret_id #=> String
|
4330
|
+
# resp.replication_instance.kerberos_authentication_settings.key_cache_secret_iam_arn #=> String
|
4331
|
+
# resp.replication_instance.kerberos_authentication_settings.krb_5_file_contents #=> String
|
4279
4332
|
#
|
4280
4333
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationInstance AWS API Documentation
|
4281
4334
|
#
|
@@ -4946,7 +4999,8 @@ module Aws::DatabaseMigrationService
|
|
4946
4999
|
# Filters applied to the data providers described in the form of
|
4947
5000
|
# key-value pairs.
|
4948
5001
|
#
|
4949
|
-
# Valid filter names: data-provider-identifier
|
5002
|
+
# Valid filter names and values: data-provider-identifier, data provider
|
5003
|
+
# arn or name
|
4950
5004
|
#
|
4951
5005
|
# @option params [Integer] :max_records
|
4952
5006
|
# The maximum number of records to include in the response. If more
|
@@ -5389,6 +5443,7 @@ module Aws::DatabaseMigrationService
|
|
5389
5443
|
# resp.endpoints[0].kinesis_settings.include_control_details #=> Boolean
|
5390
5444
|
# resp.endpoints[0].kinesis_settings.include_null_and_empty #=> Boolean
|
5391
5445
|
# resp.endpoints[0].kinesis_settings.no_hex_prefix #=> Boolean
|
5446
|
+
# resp.endpoints[0].kinesis_settings.use_large_integer_value #=> Boolean
|
5392
5447
|
# resp.endpoints[0].kafka_settings.broker #=> String
|
5393
5448
|
# resp.endpoints[0].kafka_settings.topic #=> String
|
5394
5449
|
# resp.endpoints[0].kafka_settings.message_format #=> String, one of "json", "json-unformatted"
|
@@ -5409,6 +5464,7 @@ module Aws::DatabaseMigrationService
|
|
5409
5464
|
# resp.endpoints[0].kafka_settings.no_hex_prefix #=> Boolean
|
5410
5465
|
# resp.endpoints[0].kafka_settings.sasl_mechanism #=> String, one of "scram-sha-512", "plain"
|
5411
5466
|
# resp.endpoints[0].kafka_settings.ssl_endpoint_identification_algorithm #=> String, one of "none", "https"
|
5467
|
+
# resp.endpoints[0].kafka_settings.use_large_integer_value #=> Boolean
|
5412
5468
|
# resp.endpoints[0].elasticsearch_settings.service_access_role_arn #=> String
|
5413
5469
|
# resp.endpoints[0].elasticsearch_settings.endpoint_uri #=> String
|
5414
5470
|
# resp.endpoints[0].elasticsearch_settings.full_load_error_percentage #=> Integer
|
@@ -5476,6 +5532,7 @@ module Aws::DatabaseMigrationService
|
|
5476
5532
|
# resp.endpoints[0].postgre_sql_settings.map_long_varchar_as #=> String, one of "wstring", "clob", "nclob"
|
5477
5533
|
# resp.endpoints[0].postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
5478
5534
|
# resp.endpoints[0].postgre_sql_settings.babelfish_database_name #=> String
|
5535
|
+
# resp.endpoints[0].postgre_sql_settings.disable_unicode_source_filter #=> Boolean
|
5479
5536
|
# resp.endpoints[0].my_sql_settings.after_connect_script #=> String
|
5480
5537
|
# resp.endpoints[0].my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
5481
5538
|
# resp.endpoints[0].my_sql_settings.database_name #=> String
|
@@ -5535,6 +5592,7 @@ module Aws::DatabaseMigrationService
|
|
5535
5592
|
# resp.endpoints[0].oracle_settings.trim_space_in_char #=> Boolean
|
5536
5593
|
# resp.endpoints[0].oracle_settings.convert_timestamp_with_zone_to_utc #=> Boolean
|
5537
5594
|
# resp.endpoints[0].oracle_settings.open_transaction_window #=> Integer
|
5595
|
+
# resp.endpoints[0].oracle_settings.authentication_method #=> String, one of "password", "kerberos"
|
5538
5596
|
# resp.endpoints[0].sybase_settings.database_name #=> String
|
5539
5597
|
# resp.endpoints[0].sybase_settings.password #=> String
|
5540
5598
|
# resp.endpoints[0].sybase_settings.port #=> Integer
|
@@ -5559,6 +5617,7 @@ module Aws::DatabaseMigrationService
|
|
5559
5617
|
# resp.endpoints[0].microsoft_sql_server_settings.trim_space_in_char #=> Boolean
|
5560
5618
|
# resp.endpoints[0].microsoft_sql_server_settings.tlog_access_mode #=> String, one of "BackupOnly", "PreferBackup", "PreferTlog", "TlogOnly"
|
5561
5619
|
# resp.endpoints[0].microsoft_sql_server_settings.force_lob_lookup #=> Boolean
|
5620
|
+
# resp.endpoints[0].microsoft_sql_server_settings.authentication_method #=> String, one of "password", "kerberos"
|
5562
5621
|
# resp.endpoints[0].ibm_db_2_settings.database_name #=> String
|
5563
5622
|
# resp.endpoints[0].ibm_db_2_settings.password #=> String
|
5564
5623
|
# resp.endpoints[0].ibm_db_2_settings.port #=> Integer
|
@@ -6359,6 +6418,9 @@ module Aws::DatabaseMigrationService
|
|
6359
6418
|
# Filters applied to the instance profiles described in the form of
|
6360
6419
|
# key-value pairs.
|
6361
6420
|
#
|
6421
|
+
# Valid filter names and values: instance-profile-identifier, instance
|
6422
|
+
# profile arn or name
|
6423
|
+
#
|
6362
6424
|
# @option params [Integer] :max_records
|
6363
6425
|
# The maximum number of records to include in the response. If more
|
6364
6426
|
# records exist than the specified `MaxRecords` value, DMS includes a
|
@@ -6917,6 +6979,14 @@ module Aws::DatabaseMigrationService
|
|
6917
6979
|
# Filters applied to the migration projects described in the form of
|
6918
6980
|
# key-value pairs.
|
6919
6981
|
#
|
6982
|
+
# Valid filter names and values:
|
6983
|
+
#
|
6984
|
+
# * instance-profile-identifier, instance profile arn or name
|
6985
|
+
#
|
6986
|
+
# * data-provider-identifier, data provider arn or name
|
6987
|
+
#
|
6988
|
+
# * migration-project-identifier, migration project arn or name
|
6989
|
+
#
|
6920
6990
|
# @option params [Integer] :max_records
|
6921
6991
|
# The maximum number of records to include in the response. If more
|
6922
6992
|
# records exist than the specified `MaxRecords` value, DMS includes a
|
@@ -7613,6 +7683,9 @@ module Aws::DatabaseMigrationService
|
|
7613
7683
|
# resp.replication_instances[0].free_until #=> Time
|
7614
7684
|
# resp.replication_instances[0].dns_name_servers #=> String
|
7615
7685
|
# resp.replication_instances[0].network_type #=> String
|
7686
|
+
# resp.replication_instances[0].kerberos_authentication_settings.key_cache_secret_id #=> String
|
7687
|
+
# resp.replication_instances[0].kerberos_authentication_settings.key_cache_secret_iam_arn #=> String
|
7688
|
+
# resp.replication_instances[0].kerberos_authentication_settings.krb_5_file_contents #=> String
|
7616
7689
|
#
|
7617
7690
|
#
|
7618
7691
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -9384,6 +9457,7 @@ module Aws::DatabaseMigrationService
|
|
9384
9457
|
# include_control_details: false,
|
9385
9458
|
# include_null_and_empty: false,
|
9386
9459
|
# no_hex_prefix: false,
|
9460
|
+
# use_large_integer_value: false,
|
9387
9461
|
# },
|
9388
9462
|
# kafka_settings: {
|
9389
9463
|
# broker: "String",
|
@@ -9406,6 +9480,7 @@ module Aws::DatabaseMigrationService
|
|
9406
9480
|
# no_hex_prefix: false,
|
9407
9481
|
# sasl_mechanism: "scram-sha-512", # accepts scram-sha-512, plain
|
9408
9482
|
# ssl_endpoint_identification_algorithm: "none", # accepts none, https
|
9483
|
+
# use_large_integer_value: false,
|
9409
9484
|
# },
|
9410
9485
|
# elasticsearch_settings: {
|
9411
9486
|
# service_access_role_arn: "String", # required
|
@@ -9481,6 +9556,7 @@ module Aws::DatabaseMigrationService
|
|
9481
9556
|
# map_long_varchar_as: "wstring", # accepts wstring, clob, nclob
|
9482
9557
|
# database_mode: "default", # accepts default, babelfish
|
9483
9558
|
# babelfish_database_name: "String",
|
9559
|
+
# disable_unicode_source_filter: false,
|
9484
9560
|
# },
|
9485
9561
|
# my_sql_settings: {
|
9486
9562
|
# after_connect_script: "String",
|
@@ -9543,6 +9619,7 @@ module Aws::DatabaseMigrationService
|
|
9543
9619
|
# trim_space_in_char: false,
|
9544
9620
|
# convert_timestamp_with_zone_to_utc: false,
|
9545
9621
|
# open_transaction_window: 1,
|
9622
|
+
# authentication_method: "password", # accepts password, kerberos
|
9546
9623
|
# },
|
9547
9624
|
# sybase_settings: {
|
9548
9625
|
# database_name: "String",
|
@@ -9571,6 +9648,7 @@ module Aws::DatabaseMigrationService
|
|
9571
9648
|
# trim_space_in_char: false,
|
9572
9649
|
# tlog_access_mode: "BackupOnly", # accepts BackupOnly, PreferBackup, PreferTlog, TlogOnly
|
9573
9650
|
# force_lob_lookup: false,
|
9651
|
+
# authentication_method: "password", # accepts password, kerberos
|
9574
9652
|
# },
|
9575
9653
|
# ibm_db_2_settings: {
|
9576
9654
|
# database_name: "String",
|
@@ -9727,6 +9805,7 @@ module Aws::DatabaseMigrationService
|
|
9727
9805
|
# resp.endpoint.kinesis_settings.include_control_details #=> Boolean
|
9728
9806
|
# resp.endpoint.kinesis_settings.include_null_and_empty #=> Boolean
|
9729
9807
|
# resp.endpoint.kinesis_settings.no_hex_prefix #=> Boolean
|
9808
|
+
# resp.endpoint.kinesis_settings.use_large_integer_value #=> Boolean
|
9730
9809
|
# resp.endpoint.kafka_settings.broker #=> String
|
9731
9810
|
# resp.endpoint.kafka_settings.topic #=> String
|
9732
9811
|
# resp.endpoint.kafka_settings.message_format #=> String, one of "json", "json-unformatted"
|
@@ -9747,6 +9826,7 @@ module Aws::DatabaseMigrationService
|
|
9747
9826
|
# resp.endpoint.kafka_settings.no_hex_prefix #=> Boolean
|
9748
9827
|
# resp.endpoint.kafka_settings.sasl_mechanism #=> String, one of "scram-sha-512", "plain"
|
9749
9828
|
# resp.endpoint.kafka_settings.ssl_endpoint_identification_algorithm #=> String, one of "none", "https"
|
9829
|
+
# resp.endpoint.kafka_settings.use_large_integer_value #=> Boolean
|
9750
9830
|
# resp.endpoint.elasticsearch_settings.service_access_role_arn #=> String
|
9751
9831
|
# resp.endpoint.elasticsearch_settings.endpoint_uri #=> String
|
9752
9832
|
# resp.endpoint.elasticsearch_settings.full_load_error_percentage #=> Integer
|
@@ -9814,6 +9894,7 @@ module Aws::DatabaseMigrationService
|
|
9814
9894
|
# resp.endpoint.postgre_sql_settings.map_long_varchar_as #=> String, one of "wstring", "clob", "nclob"
|
9815
9895
|
# resp.endpoint.postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
9816
9896
|
# resp.endpoint.postgre_sql_settings.babelfish_database_name #=> String
|
9897
|
+
# resp.endpoint.postgre_sql_settings.disable_unicode_source_filter #=> Boolean
|
9817
9898
|
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
9818
9899
|
# resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
9819
9900
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
@@ -9873,6 +9954,7 @@ module Aws::DatabaseMigrationService
|
|
9873
9954
|
# resp.endpoint.oracle_settings.trim_space_in_char #=> Boolean
|
9874
9955
|
# resp.endpoint.oracle_settings.convert_timestamp_with_zone_to_utc #=> Boolean
|
9875
9956
|
# resp.endpoint.oracle_settings.open_transaction_window #=> Integer
|
9957
|
+
# resp.endpoint.oracle_settings.authentication_method #=> String, one of "password", "kerberos"
|
9876
9958
|
# resp.endpoint.sybase_settings.database_name #=> String
|
9877
9959
|
# resp.endpoint.sybase_settings.password #=> String
|
9878
9960
|
# resp.endpoint.sybase_settings.port #=> Integer
|
@@ -9897,6 +9979,7 @@ module Aws::DatabaseMigrationService
|
|
9897
9979
|
# resp.endpoint.microsoft_sql_server_settings.trim_space_in_char #=> Boolean
|
9898
9980
|
# resp.endpoint.microsoft_sql_server_settings.tlog_access_mode #=> String, one of "BackupOnly", "PreferBackup", "PreferTlog", "TlogOnly"
|
9899
9981
|
# resp.endpoint.microsoft_sql_server_settings.force_lob_lookup #=> Boolean
|
9982
|
+
# resp.endpoint.microsoft_sql_server_settings.authentication_method #=> String, one of "password", "kerberos"
|
9900
9983
|
# resp.endpoint.ibm_db_2_settings.database_name #=> String
|
9901
9984
|
# resp.endpoint.ibm_db_2_settings.password #=> String
|
9902
9985
|
# resp.endpoint.ibm_db_2_settings.port #=> Integer
|
@@ -10479,6 +10562,10 @@ module Aws::DatabaseMigrationService
|
|
10479
10562
|
# as IPv4 only or Dual-stack that supports both IPv4 and IPv6
|
10480
10563
|
# addressing. IPv6 only is not yet supported.
|
10481
10564
|
#
|
10565
|
+
# @option params [Types::KerberosAuthenticationSettings] :kerberos_authentication_settings
|
10566
|
+
# Specifies the ID of the secret that stores the key cache file required
|
10567
|
+
# for kerberos authentication, when modifying a replication instance.
|
10568
|
+
#
|
10482
10569
|
# @return [Types::ModifyReplicationInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10483
10570
|
#
|
10484
10571
|
# * {Types::ModifyReplicationInstanceResponse#replication_instance #replication_instance} => Types::ReplicationInstance
|
@@ -10564,7 +10651,7 @@ module Aws::DatabaseMigrationService
|
|
10564
10651
|
# replication_instance_arn: "String", # required
|
10565
10652
|
# allocated_storage: 1,
|
10566
10653
|
# apply_immediately: false,
|
10567
|
-
# replication_instance_class: "
|
10654
|
+
# replication_instance_class: "ReplicationInstanceClass",
|
10568
10655
|
# vpc_security_group_ids: ["String"],
|
10569
10656
|
# preferred_maintenance_window: "String",
|
10570
10657
|
# multi_az: false,
|
@@ -10573,6 +10660,11 @@ module Aws::DatabaseMigrationService
|
|
10573
10660
|
# auto_minor_version_upgrade: false,
|
10574
10661
|
# replication_instance_identifier: "String",
|
10575
10662
|
# network_type: "String",
|
10663
|
+
# kerberos_authentication_settings: {
|
10664
|
+
# key_cache_secret_id: "String",
|
10665
|
+
# key_cache_secret_iam_arn: "String",
|
10666
|
+
# krb_5_file_contents: "String",
|
10667
|
+
# },
|
10576
10668
|
# })
|
10577
10669
|
#
|
10578
10670
|
# @example Response structure
|
@@ -10620,6 +10712,9 @@ module Aws::DatabaseMigrationService
|
|
10620
10712
|
# resp.replication_instance.free_until #=> Time
|
10621
10713
|
# resp.replication_instance.dns_name_servers #=> String
|
10622
10714
|
# resp.replication_instance.network_type #=> String
|
10715
|
+
# resp.replication_instance.kerberos_authentication_settings.key_cache_secret_id #=> String
|
10716
|
+
# resp.replication_instance.kerberos_authentication_settings.key_cache_secret_iam_arn #=> String
|
10717
|
+
# resp.replication_instance.kerberos_authentication_settings.krb_5_file_contents #=> String
|
10623
10718
|
#
|
10624
10719
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationInstance AWS API Documentation
|
10625
10720
|
#
|
@@ -10987,6 +11082,9 @@ module Aws::DatabaseMigrationService
|
|
10987
11082
|
# resp.replication_instance.free_until #=> Time
|
10988
11083
|
# resp.replication_instance.dns_name_servers #=> String
|
10989
11084
|
# resp.replication_instance.network_type #=> String
|
11085
|
+
# resp.replication_instance.kerberos_authentication_settings.key_cache_secret_id #=> String
|
11086
|
+
# resp.replication_instance.kerberos_authentication_settings.key_cache_secret_iam_arn #=> String
|
11087
|
+
# resp.replication_instance.kerberos_authentication_settings.krb_5_file_contents #=> String
|
10990
11088
|
#
|
10991
11089
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RebootReplicationInstance AWS API Documentation
|
10992
11090
|
#
|
@@ -11669,6 +11767,23 @@ module Aws::DatabaseMigrationService
|
|
11669
11767
|
# @option params [required, String] :start_replication_type
|
11670
11768
|
# The replication type.
|
11671
11769
|
#
|
11770
|
+
# When the replication type is `full-load` or `full-load-and-cdc`, the
|
11771
|
+
# only valid value for the first run of the replication is
|
11772
|
+
# `start-replication`. This option will start the replication.
|
11773
|
+
#
|
11774
|
+
# You can also use ReloadTables to reload specific tables that failed
|
11775
|
+
# during replication instead of restarting the replication.
|
11776
|
+
#
|
11777
|
+
# The `resume-processing` option isn't applicable for a full-load
|
11778
|
+
# replication, because you can't resume partially loaded tables during
|
11779
|
+
# the full load phase.
|
11780
|
+
#
|
11781
|
+
# For a `full-load-and-cdc` replication, DMS migrates table data, and
|
11782
|
+
# then applies data changes that occur on the source. To load all the
|
11783
|
+
# tables again, and start capturing source changes, use `reload-target`.
|
11784
|
+
# Otherwise use `resume-processing`, to replicate the changes from the
|
11785
|
+
# last stop position.
|
11786
|
+
#
|
11672
11787
|
# @option params [Time,DateTime,Date,Integer,String] :cdc_start_time
|
11673
11788
|
# Indicates the start time for a change data capture (CDC) operation.
|
11674
11789
|
# Use either `CdcStartTime` or `CdcStartPosition` to specify when you
|
@@ -12445,7 +12560,7 @@ module Aws::DatabaseMigrationService
|
|
12445
12560
|
tracer: tracer
|
12446
12561
|
)
|
12447
12562
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
12448
|
-
context[:gem_version] = '1.
|
12563
|
+
context[:gem_version] = '1.112.0'
|
12449
12564
|
Seahorse::Client::Request.new(handlers, context)
|
12450
12565
|
end
|
12451
12566
|
|