aws-sdk-databasemigrationservice 1.83.0 → 1.84.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 +13 -1
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +3 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +14 -1
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a715e2cf86b16c32bbeb1e991b2f574028e5fcd7efe8f0d9af6c6394694c4d29
|
|
4
|
+
data.tar.gz: 33f9b801b814bed5c65ee1745a423d3e1a4fddf8395fa68f960f32f239a2cb66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 32d3da45b53aa5cfb7eacb0745ca5830e39e7142b5d6d8252fc5c87466fe32237b974b55cc19611f069bab5d5ab57b993457f22dd7c2f9844a1f55d5caaf35af
|
|
7
|
+
data.tar.gz: 85d3a267baac91192989a2b3f6cd2ac6b97be135b9ea1ae640d2894ee87454a37d2adf7418c5bda56937aaaed43512a0caece094f53df375bef77cec7977f817
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.84.0
|
|
@@ -1132,6 +1132,8 @@ module Aws::DatabaseMigrationService
|
|
|
1132
1132
|
# map_boolean_as_boolean: false,
|
|
1133
1133
|
# map_jsonb_as_clob: false,
|
|
1134
1134
|
# map_long_varchar_as: "wstring", # accepts wstring, clob, nclob
|
|
1135
|
+
# database_mode: "default", # accepts default, babelfish
|
|
1136
|
+
# babelfish_database_name: "String",
|
|
1135
1137
|
# },
|
|
1136
1138
|
# my_sql_settings: {
|
|
1137
1139
|
# after_connect_script: "String",
|
|
@@ -1458,6 +1460,8 @@ module Aws::DatabaseMigrationService
|
|
|
1458
1460
|
# resp.endpoint.postgre_sql_settings.map_boolean_as_boolean #=> Boolean
|
|
1459
1461
|
# resp.endpoint.postgre_sql_settings.map_jsonb_as_clob #=> Boolean
|
|
1460
1462
|
# resp.endpoint.postgre_sql_settings.map_long_varchar_as #=> String, one of "wstring", "clob", "nclob"
|
|
1463
|
+
# resp.endpoint.postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
|
1464
|
+
# resp.endpoint.postgre_sql_settings.babelfish_database_name #=> String
|
|
1461
1465
|
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
|
1462
1466
|
# resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
|
1463
1467
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
|
@@ -2879,6 +2883,8 @@ module Aws::DatabaseMigrationService
|
|
|
2879
2883
|
# resp.endpoint.postgre_sql_settings.map_boolean_as_boolean #=> Boolean
|
|
2880
2884
|
# resp.endpoint.postgre_sql_settings.map_jsonb_as_clob #=> Boolean
|
|
2881
2885
|
# resp.endpoint.postgre_sql_settings.map_long_varchar_as #=> String, one of "wstring", "clob", "nclob"
|
|
2886
|
+
# resp.endpoint.postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
|
2887
|
+
# resp.endpoint.postgre_sql_settings.babelfish_database_name #=> String
|
|
2882
2888
|
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
|
2883
2889
|
# resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
|
2884
2890
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
|
@@ -4195,6 +4201,8 @@ module Aws::DatabaseMigrationService
|
|
|
4195
4201
|
# resp.endpoints[0].postgre_sql_settings.map_boolean_as_boolean #=> Boolean
|
|
4196
4202
|
# resp.endpoints[0].postgre_sql_settings.map_jsonb_as_clob #=> Boolean
|
|
4197
4203
|
# resp.endpoints[0].postgre_sql_settings.map_long_varchar_as #=> String, one of "wstring", "clob", "nclob"
|
|
4204
|
+
# resp.endpoints[0].postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
|
4205
|
+
# resp.endpoints[0].postgre_sql_settings.babelfish_database_name #=> String
|
|
4198
4206
|
# resp.endpoints[0].my_sql_settings.after_connect_script #=> String
|
|
4199
4207
|
# resp.endpoints[0].my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
|
4200
4208
|
# resp.endpoints[0].my_sql_settings.database_name #=> String
|
|
@@ -6914,6 +6922,8 @@ module Aws::DatabaseMigrationService
|
|
|
6914
6922
|
# map_boolean_as_boolean: false,
|
|
6915
6923
|
# map_jsonb_as_clob: false,
|
|
6916
6924
|
# map_long_varchar_as: "wstring", # accepts wstring, clob, nclob
|
|
6925
|
+
# database_mode: "default", # accepts default, babelfish
|
|
6926
|
+
# babelfish_database_name: "String",
|
|
6917
6927
|
# },
|
|
6918
6928
|
# my_sql_settings: {
|
|
6919
6929
|
# after_connect_script: "String",
|
|
@@ -7240,6 +7250,8 @@ module Aws::DatabaseMigrationService
|
|
|
7240
7250
|
# resp.endpoint.postgre_sql_settings.map_boolean_as_boolean #=> Boolean
|
|
7241
7251
|
# resp.endpoint.postgre_sql_settings.map_jsonb_as_clob #=> Boolean
|
|
7242
7252
|
# resp.endpoint.postgre_sql_settings.map_long_varchar_as #=> String, one of "wstring", "clob", "nclob"
|
|
7253
|
+
# resp.endpoint.postgre_sql_settings.database_mode #=> String, one of "default", "babelfish"
|
|
7254
|
+
# resp.endpoint.postgre_sql_settings.babelfish_database_name #=> String
|
|
7243
7255
|
# resp.endpoint.my_sql_settings.after_connect_script #=> String
|
|
7244
7256
|
# resp.endpoint.my_sql_settings.clean_source_metadata_on_mismatch #=> Boolean
|
|
7245
7257
|
# resp.endpoint.my_sql_settings.database_name #=> String
|
|
@@ -9149,7 +9161,7 @@ module Aws::DatabaseMigrationService
|
|
|
9149
9161
|
params: params,
|
|
9150
9162
|
config: config)
|
|
9151
9163
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
|
9152
|
-
context[:gem_version] = '1.
|
|
9164
|
+
context[:gem_version] = '1.84.0'
|
|
9153
9165
|
Seahorse::Client::Request.new(handlers, context)
|
|
9154
9166
|
end
|
|
9155
9167
|
|
|
@@ -66,6 +66,7 @@ module Aws::DatabaseMigrationService
|
|
|
66
66
|
DataFormatValue = Shapes::StringShape.new(name: 'DataFormatValue')
|
|
67
67
|
DatabaseInstanceSoftwareDetailsResponse = Shapes::StructureShape.new(name: 'DatabaseInstanceSoftwareDetailsResponse')
|
|
68
68
|
DatabaseList = Shapes::ListShape.new(name: 'DatabaseList')
|
|
69
|
+
DatabaseMode = Shapes::StringShape.new(name: 'DatabaseMode')
|
|
69
70
|
DatabaseResponse = Shapes::StructureShape.new(name: 'DatabaseResponse')
|
|
70
71
|
DatabaseShortInfoResponse = Shapes::StructureShape.new(name: 'DatabaseShortInfoResponse')
|
|
71
72
|
DatePartitionDelimiterValue = Shapes::StringShape.new(name: 'DatePartitionDelimiterValue')
|
|
@@ -1541,6 +1542,8 @@ module Aws::DatabaseMigrationService
|
|
|
1541
1542
|
PostgreSQLSettings.add_member(:map_boolean_as_boolean, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MapBooleanAsBoolean"))
|
|
1542
1543
|
PostgreSQLSettings.add_member(:map_jsonb_as_clob, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MapJsonbAsClob"))
|
|
1543
1544
|
PostgreSQLSettings.add_member(:map_long_varchar_as, Shapes::ShapeRef.new(shape: LongVarcharMappingType, location_name: "MapLongVarcharAs"))
|
|
1545
|
+
PostgreSQLSettings.add_member(:database_mode, Shapes::ShapeRef.new(shape: DatabaseMode, location_name: "DatabaseMode"))
|
|
1546
|
+
PostgreSQLSettings.add_member(:babelfish_database_name, Shapes::ShapeRef.new(shape: String, location_name: "BabelfishDatabaseName"))
|
|
1544
1547
|
PostgreSQLSettings.struct_class = Types::PostgreSQLSettings
|
|
1545
1548
|
|
|
1546
1549
|
ProvisionData.add_member(:provision_state, Shapes::ShapeRef.new(shape: String, location_name: "ProvisionState"))
|
|
@@ -7318,6 +7318,17 @@ module Aws::DatabaseMigrationService
|
|
|
7318
7318
|
# When true, DMS migrates LONG values as VARCHAR.
|
|
7319
7319
|
# @return [String]
|
|
7320
7320
|
#
|
|
7321
|
+
# @!attribute [rw] database_mode
|
|
7322
|
+
# Specifies whether to use default or custom replication behavior for
|
|
7323
|
+
# PostgreSQL-compatible endpoints. You can use this setting to specify
|
|
7324
|
+
# replication behavior for endpoints that require additional
|
|
7325
|
+
# configuration, such as Babelfish endpoints.
|
|
7326
|
+
# @return [String]
|
|
7327
|
+
#
|
|
7328
|
+
# @!attribute [rw] babelfish_database_name
|
|
7329
|
+
# The Babelfish for Aurora PostgreSQL database name for the endpoint.
|
|
7330
|
+
# @return [String]
|
|
7331
|
+
#
|
|
7321
7332
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/PostgreSQLSettings AWS API Documentation
|
|
7322
7333
|
#
|
|
7323
7334
|
class PostgreSQLSettings < Struct.new(
|
|
@@ -7342,7 +7353,9 @@ module Aws::DatabaseMigrationService
|
|
|
7342
7353
|
:trim_space_in_char,
|
|
7343
7354
|
:map_boolean_as_boolean,
|
|
7344
7355
|
:map_jsonb_as_clob,
|
|
7345
|
-
:map_long_varchar_as
|
|
7356
|
+
:map_long_varchar_as,
|
|
7357
|
+
:database_mode,
|
|
7358
|
+
:babelfish_database_name)
|
|
7346
7359
|
SENSITIVE = [:password]
|
|
7347
7360
|
include Aws::Structure
|
|
7348
7361
|
end
|
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.
|
|
4
|
+
version: 1.84.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: 2023-07-
|
|
11
|
+
date: 2023-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|