aws-sdk-databasemigrationservice 1.109.0 → 1.111.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.
data/sig/client.rbs CHANGED
@@ -349,7 +349,8 @@ module Aws
349
349
  include_table_alter_operations: bool?,
350
350
  include_control_details: bool?,
351
351
  include_null_and_empty: bool?,
352
- no_hex_prefix: bool?
352
+ no_hex_prefix: bool?,
353
+ use_large_integer_value: bool?
353
354
  },
354
355
  ?kafka_settings: {
355
356
  broker: ::String?,
@@ -371,7 +372,8 @@ module Aws
371
372
  sasl_password: ::String?,
372
373
  no_hex_prefix: bool?,
373
374
  sasl_mechanism: ("scram-sha-512" | "plain")?,
374
- ssl_endpoint_identification_algorithm: ("none" | "https")?
375
+ ssl_endpoint_identification_algorithm: ("none" | "https")?,
376
+ use_large_integer_value: bool?
375
377
  },
376
378
  ?elasticsearch_settings: {
377
379
  service_access_role_arn: ::String,
@@ -446,7 +448,8 @@ module Aws
446
448
  map_jsonb_as_clob: bool?,
447
449
  map_long_varchar_as: ("wstring" | "clob" | "nclob")?,
448
450
  database_mode: ("default" | "babelfish")?,
449
- babelfish_database_name: ::String?
451
+ babelfish_database_name: ::String?,
452
+ disable_unicode_source_filter: bool?
450
453
  },
451
454
  ?my_sql_settings: {
452
455
  after_connect_script: ::String?,
@@ -508,7 +511,8 @@ module Aws
508
511
  secrets_manager_oracle_asm_secret_id: ::String?,
509
512
  trim_space_in_char: bool?,
510
513
  convert_timestamp_with_zone_to_utc: bool?,
511
- open_transaction_window: ::Integer?
514
+ open_transaction_window: ::Integer?,
515
+ authentication_method: ("password" | "kerberos")?
512
516
  },
513
517
  ?sybase_settings: {
514
518
  database_name: ::String?,
@@ -536,7 +540,8 @@ module Aws
536
540
  secrets_manager_secret_id: ::String?,
537
541
  trim_space_in_char: bool?,
538
542
  tlog_access_mode: ("BackupOnly" | "PreferBackup" | "PreferTlog" | "TlogOnly")?,
539
- force_lob_lookup: bool?
543
+ force_lob_lookup: bool?,
544
+ authentication_method: ("password" | "kerberos")?
540
545
  },
541
546
  ?ibm_db_2_settings: {
542
547
  database_name: ::String?,
@@ -768,7 +773,12 @@ module Aws
768
773
  ?publicly_accessible: bool,
769
774
  ?dns_name_servers: ::String,
770
775
  ?resource_identifier: ::String,
771
- ?network_type: ::String
776
+ ?network_type: ::String,
777
+ ?kerberos_authentication_settings: {
778
+ key_cache_secret_id: ::String?,
779
+ key_cache_secret_iam_arn: ::String?,
780
+ krb_5_file_contents: ::String?
781
+ }
772
782
  ) -> _CreateReplicationInstanceResponseSuccess
773
783
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateReplicationInstanceResponseSuccess
774
784
 
@@ -1969,7 +1979,8 @@ module Aws
1969
1979
  include_table_alter_operations: bool?,
1970
1980
  include_control_details: bool?,
1971
1981
  include_null_and_empty: bool?,
1972
- no_hex_prefix: bool?
1982
+ no_hex_prefix: bool?,
1983
+ use_large_integer_value: bool?
1973
1984
  },
1974
1985
  ?kafka_settings: {
1975
1986
  broker: ::String?,
@@ -1991,7 +2002,8 @@ module Aws
1991
2002
  sasl_password: ::String?,
1992
2003
  no_hex_prefix: bool?,
1993
2004
  sasl_mechanism: ("scram-sha-512" | "plain")?,
1994
- ssl_endpoint_identification_algorithm: ("none" | "https")?
2005
+ ssl_endpoint_identification_algorithm: ("none" | "https")?,
2006
+ use_large_integer_value: bool?
1995
2007
  },
1996
2008
  ?elasticsearch_settings: {
1997
2009
  service_access_role_arn: ::String,
@@ -2066,7 +2078,8 @@ module Aws
2066
2078
  map_jsonb_as_clob: bool?,
2067
2079
  map_long_varchar_as: ("wstring" | "clob" | "nclob")?,
2068
2080
  database_mode: ("default" | "babelfish")?,
2069
- babelfish_database_name: ::String?
2081
+ babelfish_database_name: ::String?,
2082
+ disable_unicode_source_filter: bool?
2070
2083
  },
2071
2084
  ?my_sql_settings: {
2072
2085
  after_connect_script: ::String?,
@@ -2128,7 +2141,8 @@ module Aws
2128
2141
  secrets_manager_oracle_asm_secret_id: ::String?,
2129
2142
  trim_space_in_char: bool?,
2130
2143
  convert_timestamp_with_zone_to_utc: bool?,
2131
- open_transaction_window: ::Integer?
2144
+ open_transaction_window: ::Integer?,
2145
+ authentication_method: ("password" | "kerberos")?
2132
2146
  },
2133
2147
  ?sybase_settings: {
2134
2148
  database_name: ::String?,
@@ -2156,7 +2170,8 @@ module Aws
2156
2170
  secrets_manager_secret_id: ::String?,
2157
2171
  trim_space_in_char: bool?,
2158
2172
  tlog_access_mode: ("BackupOnly" | "PreferBackup" | "PreferTlog" | "TlogOnly")?,
2159
- force_lob_lookup: bool?
2173
+ force_lob_lookup: bool?,
2174
+ authentication_method: ("password" | "kerberos")?
2160
2175
  },
2161
2176
  ?ibm_db_2_settings: {
2162
2177
  database_name: ::String?,
@@ -2334,7 +2349,12 @@ module Aws
2334
2349
  ?allow_major_version_upgrade: bool,
2335
2350
  ?auto_minor_version_upgrade: bool,
2336
2351
  ?replication_instance_identifier: ::String,
2337
- ?network_type: ::String
2352
+ ?network_type: ::String,
2353
+ ?kerberos_authentication_settings: {
2354
+ key_cache_secret_id: ::String?,
2355
+ key_cache_secret_iam_arn: ::String?,
2356
+ krb_5_file_contents: ::String?
2357
+ }
2338
2358
  ) -> _ModifyReplicationInstanceResponseSuccess
2339
2359
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyReplicationInstanceResponseSuccess
2340
2360
 
data/sig/types.rbs CHANGED
@@ -326,6 +326,7 @@ module Aws::DatabaseMigrationService
326
326
  attr_accessor dns_name_servers: ::String
327
327
  attr_accessor resource_identifier: ::String
328
328
  attr_accessor network_type: ::String
329
+ attr_accessor kerberos_authentication_settings: Types::KerberosAuthenticationSettings
329
330
  SENSITIVE: []
330
331
  end
331
332
 
@@ -1582,9 +1583,17 @@ module Aws::DatabaseMigrationService
1582
1583
  attr_accessor no_hex_prefix: bool
1583
1584
  attr_accessor sasl_mechanism: ("scram-sha-512" | "plain")
1584
1585
  attr_accessor ssl_endpoint_identification_algorithm: ("none" | "https")
1586
+ attr_accessor use_large_integer_value: bool
1585
1587
  SENSITIVE: [:ssl_client_key_password, :sasl_password]
1586
1588
  end
1587
1589
 
1590
+ class KerberosAuthenticationSettings
1591
+ attr_accessor key_cache_secret_id: ::String
1592
+ attr_accessor key_cache_secret_iam_arn: ::String
1593
+ attr_accessor krb_5_file_contents: ::String
1594
+ SENSITIVE: []
1595
+ end
1596
+
1588
1597
  class KinesisSettings
1589
1598
  attr_accessor stream_arn: ::String
1590
1599
  attr_accessor message_format: ("json" | "json-unformatted")
@@ -1596,6 +1605,7 @@ module Aws::DatabaseMigrationService
1596
1605
  attr_accessor include_control_details: bool
1597
1606
  attr_accessor include_null_and_empty: bool
1598
1607
  attr_accessor no_hex_prefix: bool
1608
+ attr_accessor use_large_integer_value: bool
1599
1609
  SENSITIVE: []
1600
1610
  end
1601
1611
 
@@ -1646,6 +1656,7 @@ module Aws::DatabaseMigrationService
1646
1656
  attr_accessor trim_space_in_char: bool
1647
1657
  attr_accessor tlog_access_mode: ("BackupOnly" | "PreferBackup" | "PreferTlog" | "TlogOnly")
1648
1658
  attr_accessor force_lob_lookup: bool
1659
+ attr_accessor authentication_method: ("password" | "kerberos")
1649
1660
  SENSITIVE: [:password]
1650
1661
  end
1651
1662
 
@@ -1838,6 +1849,7 @@ module Aws::DatabaseMigrationService
1838
1849
  attr_accessor auto_minor_version_upgrade: bool
1839
1850
  attr_accessor replication_instance_identifier: ::String
1840
1851
  attr_accessor network_type: ::String
1852
+ attr_accessor kerberos_authentication_settings: Types::KerberosAuthenticationSettings
1841
1853
  SENSITIVE: []
1842
1854
  end
1843
1855
 
@@ -2015,6 +2027,7 @@ module Aws::DatabaseMigrationService
2015
2027
  attr_accessor trim_space_in_char: bool
2016
2028
  attr_accessor convert_timestamp_with_zone_to_utc: bool
2017
2029
  attr_accessor open_transaction_window: ::Integer
2030
+ attr_accessor authentication_method: ("password" | "kerberos")
2018
2031
  SENSITIVE: [:asm_password, :password, :security_db_encryption]
2019
2032
  end
2020
2033
 
@@ -2066,6 +2079,7 @@ module Aws::DatabaseMigrationService
2066
2079
  attr_accessor map_long_varchar_as: ("wstring" | "clob" | "nclob")
2067
2080
  attr_accessor database_mode: ("default" | "babelfish")
2068
2081
  attr_accessor babelfish_database_name: ::String
2082
+ attr_accessor disable_unicode_source_filter: bool
2069
2083
  SENSITIVE: [:password]
2070
2084
  end
2071
2085
 
@@ -2322,6 +2336,7 @@ module Aws::DatabaseMigrationService
2322
2336
  attr_accessor free_until: ::Time
2323
2337
  attr_accessor dns_name_servers: ::String
2324
2338
  attr_accessor network_type: ::String
2339
+ attr_accessor kerberos_authentication_settings: Types::KerberosAuthenticationSettings
2325
2340
  SENSITIVE: []
2326
2341
  end
2327
2342
 
@@ -2402,7 +2417,7 @@ module Aws::DatabaseMigrationService
2402
2417
  attr_accessor assessment_results_file: ::String
2403
2418
  attr_accessor assessment_results: ::String
2404
2419
  attr_accessor s3_object_url: ::String
2405
- SENSITIVE: []
2420
+ SENSITIVE: [:s3_object_url]
2406
2421
  end
2407
2422
 
2408
2423
  class ReplicationTaskAssessmentRun
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-databasemigrationservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.109.0
4
+ version: 1.111.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-21 00:00:00.000000000 Z
11
+ date: 2024-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core