aws-sdk-databasemigrationservice 1.62.0 → 1.63.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +24 -1
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +1 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +19 -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: 26fd53a4c1b3dabeefd1d3c79e4cc9820e539ac097801319ec977fae23253eb0
|
4
|
+
data.tar.gz: 3633f4e7264efa4e0a7d503ffff4cb350bf0660b4bef595348e4119835ee3320
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aec72f8df10554e10e1dbfe32aed40d68dafb6d50aa70d874a59e7769ac5ebe8d9c9f6b6cef1b694dfa222eb0ef0f26c22856131e571eb6bcd941c3046b3d967
|
7
|
+
data.tar.gz: 8f0488582dba7c891fd275fb5e581f0c591ae1059fa7c82c1ecaeae5df0d849e88ff8c97a5774f06b01bdee87bf3fcd98a61d2be4fa95729c3925937f7edc725
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.63.0 (2021-11-22)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added new S3 endpoint settings to allow to convert the current UTC time into a specified time zone when a date partition folder is created. Using with 'DatePartitionedEnabled'.
|
8
|
+
|
4
9
|
1.62.0 (2021-11-15)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.63.0
|
@@ -890,6 +890,7 @@ module Aws::DatabaseMigrationService
|
|
890
890
|
# ignore_header_rows: 1,
|
891
891
|
# max_file_size: 1,
|
892
892
|
# rfc_4180: false,
|
893
|
+
# date_partition_timezone: "String",
|
893
894
|
# },
|
894
895
|
# dms_transfer_settings: {
|
895
896
|
# service_access_role_arn: "String",
|
@@ -1203,6 +1204,7 @@ module Aws::DatabaseMigrationService
|
|
1203
1204
|
# resp.endpoint.s3_settings.ignore_header_rows #=> Integer
|
1204
1205
|
# resp.endpoint.s3_settings.max_file_size #=> Integer
|
1205
1206
|
# resp.endpoint.s3_settings.rfc_4180 #=> Boolean
|
1207
|
+
# resp.endpoint.s3_settings.date_partition_timezone #=> String
|
1206
1208
|
# resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
|
1207
1209
|
# resp.endpoint.dms_transfer_settings.bucket_name #=> String
|
1208
1210
|
# resp.endpoint.mongo_db_settings.username #=> String
|
@@ -2357,6 +2359,7 @@ module Aws::DatabaseMigrationService
|
|
2357
2359
|
# resp.endpoint.s3_settings.ignore_header_rows #=> Integer
|
2358
2360
|
# resp.endpoint.s3_settings.max_file_size #=> Integer
|
2359
2361
|
# resp.endpoint.s3_settings.rfc_4180 #=> Boolean
|
2362
|
+
# resp.endpoint.s3_settings.date_partition_timezone #=> String
|
2360
2363
|
# resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
|
2361
2364
|
# resp.endpoint.dms_transfer_settings.bucket_name #=> String
|
2362
2365
|
# resp.endpoint.mongo_db_settings.username #=> String
|
@@ -3538,6 +3541,7 @@ module Aws::DatabaseMigrationService
|
|
3538
3541
|
# resp.endpoints[0].s3_settings.ignore_header_rows #=> Integer
|
3539
3542
|
# resp.endpoints[0].s3_settings.max_file_size #=> Integer
|
3540
3543
|
# resp.endpoints[0].s3_settings.rfc_4180 #=> Boolean
|
3544
|
+
# resp.endpoints[0].s3_settings.date_partition_timezone #=> String
|
3541
3545
|
# resp.endpoints[0].dms_transfer_settings.service_access_role_arn #=> String
|
3542
3546
|
# resp.endpoints[0].dms_transfer_settings.bucket_name #=> String
|
3543
3547
|
# resp.endpoints[0].mongo_db_settings.username #=> String
|
@@ -5464,6 +5468,7 @@ module Aws::DatabaseMigrationService
|
|
5464
5468
|
# ignore_header_rows: 1,
|
5465
5469
|
# max_file_size: 1,
|
5466
5470
|
# rfc_4180: false,
|
5471
|
+
# date_partition_timezone: "String",
|
5467
5472
|
# },
|
5468
5473
|
# dms_transfer_settings: {
|
5469
5474
|
# service_access_role_arn: "String",
|
@@ -5777,6 +5782,7 @@ module Aws::DatabaseMigrationService
|
|
5777
5782
|
# resp.endpoint.s3_settings.ignore_header_rows #=> Integer
|
5778
5783
|
# resp.endpoint.s3_settings.max_file_size #=> Integer
|
5779
5784
|
# resp.endpoint.s3_settings.rfc_4180 #=> Boolean
|
5785
|
+
# resp.endpoint.s3_settings.date_partition_timezone #=> String
|
5780
5786
|
# resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
|
5781
5787
|
# resp.endpoint.dms_transfer_settings.bucket_name #=> String
|
5782
5788
|
# resp.endpoint.mongo_db_settings.username #=> String
|
@@ -6976,6 +6982,23 @@ module Aws::DatabaseMigrationService
|
|
6976
6982
|
# Starts the replication task assessment for unsupported data types in
|
6977
6983
|
# the source database.
|
6978
6984
|
#
|
6985
|
+
# You can only use this operation for a task if the following conditions
|
6986
|
+
# are true:
|
6987
|
+
#
|
6988
|
+
# * The task must be in the `stopped` state.
|
6989
|
+
#
|
6990
|
+
# * The task must have successful connections to the source and target.
|
6991
|
+
#
|
6992
|
+
# If either of these conditions are not met, an
|
6993
|
+
# `InvalidResourceStateFault` error will result.
|
6994
|
+
#
|
6995
|
+
# For information about DMS task assessments, see [Creating a task
|
6996
|
+
# assessment report][1] in the *Database Migration Service User Guide*.
|
6997
|
+
#
|
6998
|
+
#
|
6999
|
+
#
|
7000
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html
|
7001
|
+
#
|
6979
7002
|
# @option params [required, String] :replication_task_arn
|
6980
7003
|
# The Amazon Resource Name (ARN) of the replication task.
|
6981
7004
|
#
|
@@ -7300,7 +7323,7 @@ module Aws::DatabaseMigrationService
|
|
7300
7323
|
params: params,
|
7301
7324
|
config: config)
|
7302
7325
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
7303
|
-
context[:gem_version] = '1.
|
7326
|
+
context[:gem_version] = '1.63.0'
|
7304
7327
|
Seahorse::Client::Request.new(handlers, context)
|
7305
7328
|
end
|
7306
7329
|
|
@@ -1428,6 +1428,7 @@ module Aws::DatabaseMigrationService
|
|
1428
1428
|
S3Settings.add_member(:ignore_header_rows, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "IgnoreHeaderRows"))
|
1429
1429
|
S3Settings.add_member(:max_file_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxFileSize"))
|
1430
1430
|
S3Settings.add_member(:rfc_4180, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Rfc4180"))
|
1431
|
+
S3Settings.add_member(:date_partition_timezone, Shapes::ShapeRef.new(shape: String, location_name: "DatePartitionTimezone"))
|
1431
1432
|
S3Settings.struct_class = Types::S3Settings
|
1432
1433
|
|
1433
1434
|
SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
|
@@ -388,6 +388,7 @@ module Aws::DatabaseMigrationService
|
|
388
388
|
# ignore_header_rows: 1,
|
389
389
|
# max_file_size: 1,
|
390
390
|
# rfc_4180: false,
|
391
|
+
# date_partition_timezone: "String",
|
391
392
|
# },
|
392
393
|
# dms_transfer_settings: {
|
393
394
|
# service_access_role_arn: "String",
|
@@ -4891,6 +4892,7 @@ module Aws::DatabaseMigrationService
|
|
4891
4892
|
# ignore_header_rows: 1,
|
4892
4893
|
# max_file_size: 1,
|
4893
4894
|
# rfc_4180: false,
|
4895
|
+
# date_partition_timezone: "String",
|
4894
4896
|
# },
|
4895
4897
|
# dms_transfer_settings: {
|
4896
4898
|
# service_access_role_arn: "String",
|
@@ -8725,6 +8727,7 @@ module Aws::DatabaseMigrationService
|
|
8725
8727
|
# ignore_header_rows: 1,
|
8726
8728
|
# max_file_size: 1,
|
8727
8729
|
# rfc_4180: false,
|
8730
|
+
# date_partition_timezone: "String",
|
8728
8731
|
# }
|
8729
8732
|
#
|
8730
8733
|
# @!attribute [rw] service_access_role_arn
|
@@ -9264,6 +9267,20 @@ module Aws::DatabaseMigrationService
|
|
9264
9267
|
# `y`, and `n`.
|
9265
9268
|
# @return [Boolean]
|
9266
9269
|
#
|
9270
|
+
# @!attribute [rw] date_partition_timezone
|
9271
|
+
# When creating an S3 target endpoint, set `DatePartitionTimezone` to
|
9272
|
+
# convert the current UTC time into a specified time zone. The
|
9273
|
+
# conversion occurs when a date partition folder is created and a CDC
|
9274
|
+
# filename is generated. The time zone format is Area/Location. Use
|
9275
|
+
# this parameter when `DatePartitionedEnabled` is set to `true`, as
|
9276
|
+
# shown in the following example.
|
9277
|
+
#
|
9278
|
+
# `s3-settings='\{"DatePartitionEnabled": true,
|
9279
|
+
# "DatePartitionSequence": "YYYYMMDDHH", "DatePartitionDelimiter":
|
9280
|
+
# "SLASH", "DatePartitionTimezone":"Asia/Seoul", "BucketName":
|
9281
|
+
# "dms-nattarat-test"\}'`
|
9282
|
+
# @return [String]
|
9283
|
+
#
|
9267
9284
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/S3Settings AWS API Documentation
|
9268
9285
|
#
|
9269
9286
|
class S3Settings < Struct.new(
|
@@ -9303,7 +9320,8 @@ module Aws::DatabaseMigrationService
|
|
9303
9320
|
:csv_null_value,
|
9304
9321
|
:ignore_header_rows,
|
9305
9322
|
:max_file_size,
|
9306
|
-
:rfc_4180
|
9323
|
+
:rfc_4180,
|
9324
|
+
:date_partition_timezone)
|
9307
9325
|
SENSITIVE = []
|
9308
9326
|
include Aws::Structure
|
9309
9327
|
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.63.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: 2021-11-
|
11
|
+
date: 2021-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|