aws-sdk-databasemigrationservice 1.47.0 → 1.48.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a649d091dae322d51ec48fe5bd15df29d96336a0d6bd36b36e2774ac12eb9987
4
- data.tar.gz: 9777f841ae19c345b425204e2e3e1c1b8ef4326ca1be554fb011b2897ec4a39e
3
+ metadata.gz: '0658861065aa90e3209a1bb1864acda5084dc667f85ddd9d557d5e03e6fabf79'
4
+ data.tar.gz: 950a347cd8846c3c3d2d510219169a1313e0514c2e8ae6c6eac2a63c18bb7faa
5
5
  SHA512:
6
- metadata.gz: c621af823302ae915086d30e5c2da902adaa02f8f281c335e0b4c56ed1e37683459b0b7aaaaf1f2762cc816c7e1223d5d7162e52c60d03934affa7b22f17b9e2
7
- data.tar.gz: d15cded33ddbb4b15083acbce32e9ff07a7dd38f177b837f021e17348ac292114b165b751edf4e9cc880496671930caed543e8f3c9e7598e3da616f3b9d69667
6
+ metadata.gz: fcdccca4141393126cacd2f1cb633ae0c043db3e42a17460cc308c4e59f4cdaf7ee7f863994bc358b7ae619224235ccf8b54c4b29e656b49ec89d303a0ce2820
7
+ data.tar.gz: f7b5be667c8c404b92dfe14ceb05d38afe4b6232b05c9d915a5481a45487261f6c4bba264c8fc2d6efc0722995fbcdb74a9cf63df47dc8c22098ec660cd38520
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
49
49
  # @!group service
50
50
  module Aws::DatabaseMigrationService
51
51
 
52
- GEM_VERSION = '1.47.0'
52
+ GEM_VERSION = '1.48.0'
53
53
 
54
54
  end
@@ -854,6 +854,10 @@ module Aws::DatabaseMigrationService
854
854
  # date_partition_enabled: false,
855
855
  # date_partition_sequence: "YYYYMMDD", # accepts YYYYMMDD, YYYYMMDDHH, YYYYMM, MMYYYYDD, DDMMYYYY
856
856
  # date_partition_delimiter: "SLASH", # accepts SLASH, UNDERSCORE, DASH, NONE
857
+ # use_csv_no_sup_value: false,
858
+ # csv_no_sup_value: "String",
859
+ # preserve_transactions: false,
860
+ # cdc_path: "String",
857
861
  # },
858
862
  # dms_transfer_settings: {
859
863
  # service_access_role_arn: "String",
@@ -1087,6 +1091,10 @@ module Aws::DatabaseMigrationService
1087
1091
  # resp.endpoint.s3_settings.date_partition_enabled #=> Boolean
1088
1092
  # resp.endpoint.s3_settings.date_partition_sequence #=> String, one of "YYYYMMDD", "YYYYMMDDHH", "YYYYMM", "MMYYYYDD", "DDMMYYYY"
1089
1093
  # resp.endpoint.s3_settings.date_partition_delimiter #=> String, one of "SLASH", "UNDERSCORE", "DASH", "NONE"
1094
+ # resp.endpoint.s3_settings.use_csv_no_sup_value #=> Boolean
1095
+ # resp.endpoint.s3_settings.csv_no_sup_value #=> String
1096
+ # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
1097
+ # resp.endpoint.s3_settings.cdc_path #=> String
1090
1098
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
1091
1099
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
1092
1100
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -2156,6 +2164,10 @@ module Aws::DatabaseMigrationService
2156
2164
  # resp.endpoint.s3_settings.date_partition_enabled #=> Boolean
2157
2165
  # resp.endpoint.s3_settings.date_partition_sequence #=> String, one of "YYYYMMDD", "YYYYMMDDHH", "YYYYMM", "MMYYYYDD", "DDMMYYYY"
2158
2166
  # resp.endpoint.s3_settings.date_partition_delimiter #=> String, one of "SLASH", "UNDERSCORE", "DASH", "NONE"
2167
+ # resp.endpoint.s3_settings.use_csv_no_sup_value #=> Boolean
2168
+ # resp.endpoint.s3_settings.csv_no_sup_value #=> String
2169
+ # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
2170
+ # resp.endpoint.s3_settings.cdc_path #=> String
2159
2171
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
2160
2172
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
2161
2173
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -3204,6 +3216,10 @@ module Aws::DatabaseMigrationService
3204
3216
  # resp.endpoints[0].s3_settings.date_partition_enabled #=> Boolean
3205
3217
  # resp.endpoints[0].s3_settings.date_partition_sequence #=> String, one of "YYYYMMDD", "YYYYMMDDHH", "YYYYMM", "MMYYYYDD", "DDMMYYYY"
3206
3218
  # resp.endpoints[0].s3_settings.date_partition_delimiter #=> String, one of "SLASH", "UNDERSCORE", "DASH", "NONE"
3219
+ # resp.endpoints[0].s3_settings.use_csv_no_sup_value #=> Boolean
3220
+ # resp.endpoints[0].s3_settings.csv_no_sup_value #=> String
3221
+ # resp.endpoints[0].s3_settings.preserve_transactions #=> Boolean
3222
+ # resp.endpoints[0].s3_settings.cdc_path #=> String
3207
3223
  # resp.endpoints[0].dms_transfer_settings.service_access_role_arn #=> String
3208
3224
  # resp.endpoints[0].dms_transfer_settings.bucket_name #=> String
3209
3225
  # resp.endpoints[0].mongo_db_settings.username #=> String
@@ -4997,6 +5013,10 @@ module Aws::DatabaseMigrationService
4997
5013
  # date_partition_enabled: false,
4998
5014
  # date_partition_sequence: "YYYYMMDD", # accepts YYYYMMDD, YYYYMMDDHH, YYYYMM, MMYYYYDD, DDMMYYYY
4999
5015
  # date_partition_delimiter: "SLASH", # accepts SLASH, UNDERSCORE, DASH, NONE
5016
+ # use_csv_no_sup_value: false,
5017
+ # csv_no_sup_value: "String",
5018
+ # preserve_transactions: false,
5019
+ # cdc_path: "String",
5000
5020
  # },
5001
5021
  # dms_transfer_settings: {
5002
5022
  # service_access_role_arn: "String",
@@ -5229,6 +5249,10 @@ module Aws::DatabaseMigrationService
5229
5249
  # resp.endpoint.s3_settings.date_partition_enabled #=> Boolean
5230
5250
  # resp.endpoint.s3_settings.date_partition_sequence #=> String, one of "YYYYMMDD", "YYYYMMDDHH", "YYYYMM", "MMYYYYDD", "DDMMYYYY"
5231
5251
  # resp.endpoint.s3_settings.date_partition_delimiter #=> String, one of "SLASH", "UNDERSCORE", "DASH", "NONE"
5252
+ # resp.endpoint.s3_settings.use_csv_no_sup_value #=> Boolean
5253
+ # resp.endpoint.s3_settings.csv_no_sup_value #=> String
5254
+ # resp.endpoint.s3_settings.preserve_transactions #=> Boolean
5255
+ # resp.endpoint.s3_settings.cdc_path #=> String
5232
5256
  # resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
5233
5257
  # resp.endpoint.dms_transfer_settings.bucket_name #=> String
5234
5258
  # resp.endpoint.mongo_db_settings.username #=> String
@@ -6665,7 +6689,7 @@ module Aws::DatabaseMigrationService
6665
6689
  params: params,
6666
6690
  config: config)
6667
6691
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
6668
- context[:gem_version] = '1.47.0'
6692
+ context[:gem_version] = '1.48.0'
6669
6693
  Seahorse::Client::Request.new(handlers, context)
6670
6694
  end
6671
6695
 
@@ -1298,6 +1298,10 @@ module Aws::DatabaseMigrationService
1298
1298
  S3Settings.add_member(:date_partition_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DatePartitionEnabled"))
1299
1299
  S3Settings.add_member(:date_partition_sequence, Shapes::ShapeRef.new(shape: DatePartitionSequenceValue, location_name: "DatePartitionSequence"))
1300
1300
  S3Settings.add_member(:date_partition_delimiter, Shapes::ShapeRef.new(shape: DatePartitionDelimiterValue, location_name: "DatePartitionDelimiter"))
1301
+ S3Settings.add_member(:use_csv_no_sup_value, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "UseCsvNoSupValue"))
1302
+ S3Settings.add_member(:csv_no_sup_value, Shapes::ShapeRef.new(shape: String, location_name: "CsvNoSupValue"))
1303
+ S3Settings.add_member(:preserve_transactions, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PreserveTransactions"))
1304
+ S3Settings.add_member(:cdc_path, Shapes::ShapeRef.new(shape: String, location_name: "CdcPath"))
1301
1305
  S3Settings.struct_class = Types::S3Settings
1302
1306
 
1303
1307
  SNSInvalidTopicFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -371,6 +371,10 @@ module Aws::DatabaseMigrationService
371
371
  # date_partition_enabled: false,
372
372
  # date_partition_sequence: "YYYYMMDD", # accepts YYYYMMDD, YYYYMMDDHH, YYYYMM, MMYYYYDD, DDMMYYYY
373
373
  # date_partition_delimiter: "SLASH", # accepts SLASH, UNDERSCORE, DASH, NONE
374
+ # use_csv_no_sup_value: false,
375
+ # csv_no_sup_value: "String",
376
+ # preserve_transactions: false,
377
+ # cdc_path: "String",
374
378
  # },
375
379
  # dms_transfer_settings: {
376
380
  # service_access_role_arn: "String",
@@ -4300,6 +4304,10 @@ module Aws::DatabaseMigrationService
4300
4304
  # date_partition_enabled: false,
4301
4305
  # date_partition_sequence: "YYYYMMDD", # accepts YYYYMMDD, YYYYMMDDHH, YYYYMM, MMYYYYDD, DDMMYYYY
4302
4306
  # date_partition_delimiter: "SLASH", # accepts SLASH, UNDERSCORE, DASH, NONE
4307
+ # use_csv_no_sup_value: false,
4308
+ # csv_no_sup_value: "String",
4309
+ # preserve_transactions: false,
4310
+ # cdc_path: "String",
4303
4311
  # },
4304
4312
  # dms_transfer_settings: {
4305
4313
  # service_access_role_arn: "String",
@@ -7546,6 +7554,10 @@ module Aws::DatabaseMigrationService
7546
7554
  # date_partition_enabled: false,
7547
7555
  # date_partition_sequence: "YYYYMMDD", # accepts YYYYMMDD, YYYYMMDDHH, YYYYMM, MMYYYYDD, DDMMYYYY
7548
7556
  # date_partition_delimiter: "SLASH", # accepts SLASH, UNDERSCORE, DASH, NONE
7557
+ # use_csv_no_sup_value: false,
7558
+ # csv_no_sup_value: "String",
7559
+ # preserve_transactions: false,
7560
+ # cdc_path: "String",
7549
7561
  # }
7550
7562
  #
7551
7563
  # @!attribute [rw] service_access_role_arn
@@ -7889,6 +7901,78 @@ module Aws::DatabaseMigrationService
7889
7901
  # `DatePartitionedEnabled` is set to `true`.
7890
7902
  # @return [String]
7891
7903
  #
7904
+ # @!attribute [rw] use_csv_no_sup_value
7905
+ # This setting applies if the S3 output files during a change data
7906
+ # capture (CDC) load are written in .csv format. If set to `true` for
7907
+ # columns not included in the supplemental log, AWS DMS uses the value
7908
+ # specified by [ `CsvNoSupValue`
7909
+ # ](dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CsvNoSupValue).
7910
+ # If not set or set to `false`, AWS DMS uses the null value for these
7911
+ # columns.
7912
+ #
7913
+ # <note markdown="1"> This setting is supported in AWS DMS versions 3.4.1 and later.
7914
+ #
7915
+ # </note>
7916
+ # @return [Boolean]
7917
+ #
7918
+ # @!attribute [rw] csv_no_sup_value
7919
+ # This setting only applies if your Amazon S3 output files during a
7920
+ # change data capture (CDC) load are written in .csv format. If [
7921
+ # `UseCsvNoSupValue`
7922
+ # ](dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-UseCsvNoSupValue)
7923
+ # is set to true, specify a string value that you want AWS DMS to use
7924
+ # for all columns not included in the supplemental log. If you do not
7925
+ # specify a string value, AWS DMS uses the null value for these
7926
+ # columns regardless of the `UseCsvNoSupValue` setting.
7927
+ #
7928
+ # <note markdown="1"> This setting is supported in AWS DMS versions 3.4.1 and later.
7929
+ #
7930
+ # </note>
7931
+ # @return [String]
7932
+ #
7933
+ # @!attribute [rw] preserve_transactions
7934
+ # If set to `true`, AWS DMS saves the transaction order for a change
7935
+ # data capture (CDC) load on the Amazon S3 target specified by [
7936
+ # `CdcPath`
7937
+ # ](dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-CdcPath).
7938
+ #
7939
+ # <note markdown="1"> This setting is supported in AWS DMS versions 3.4.2 and later.
7940
+ #
7941
+ # </note>
7942
+ # @return [Boolean]
7943
+ #
7944
+ # @!attribute [rw] cdc_path
7945
+ # Specifies the folder path of CDC files. For an S3 source, this
7946
+ # setting is required if a task captures change data; otherwise, it's
7947
+ # optional. If `CdcPath` is set, AWS DMS reads CDC files from this
7948
+ # path and replicates the data changes to the target endpoint. For an
7949
+ # S3 target, if `CdcPath`is set, it is the folder path where data
7950
+ # changes are replicated. If you set [ `PreserveTransactions`
7951
+ # ](dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-PreserveTransactions)
7952
+ # to `true`, AWS DMS verifies that you have set this parameter to a
7953
+ # folder path on your S3 target where AWS DMS can save the transaction
7954
+ # order for the CDC load. AWS DMS creates this CDC folder path in
7955
+ # either your S3 target working directory or the S3 target location
7956
+ # specified by [ `BucketFolder`
7957
+ # ](dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketFolder)
7958
+ # and [ `BucketName`
7959
+ # ](dms/latest/APIReference/API_S3Settings.html#DMS-Type-S3Settings-BucketName).
7960
+ #
7961
+ # For example, if you specify `CdcPath` as `MyChangedData`, and you
7962
+ # specify `BucketName` as `MyTargetBucket` but do not specify
7963
+ # `BucketFolder`, AWS DMS creates the CDC folder path following:
7964
+ # `MyTargetBucket/MyChangedData`.
7965
+ #
7966
+ # If you specify the same `CdcPath`, and you specify `BucketName` as
7967
+ # `MyTargetBucket` and `BucketFolder` as `MyTargetData`, AWS DMS
7968
+ # creates the CDC folder path following:
7969
+ # `MyTargetBucket/MyTargetData/MyChangedData`.
7970
+ #
7971
+ # <note markdown="1"> This setting is supported in AWS DMS versions 3.4.2 and later.
7972
+ #
7973
+ # </note>
7974
+ # @return [String]
7975
+ #
7892
7976
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/S3Settings AWS API Documentation
7893
7977
  #
7894
7978
  class S3Settings < Struct.new(
@@ -7915,7 +7999,11 @@ module Aws::DatabaseMigrationService
7915
7999
  :cdc_inserts_and_updates,
7916
8000
  :date_partition_enabled,
7917
8001
  :date_partition_sequence,
7918
- :date_partition_delimiter)
8002
+ :date_partition_delimiter,
8003
+ :use_csv_no_sup_value,
8004
+ :csv_no_sup_value,
8005
+ :preserve_transactions,
8006
+ :cdc_path)
7919
8007
  SENSITIVE = []
7920
8008
  include Aws::Structure
7921
8009
  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.47.0
4
+ version: 1.48.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: 2020-11-16 00:00:00.000000000 Z
11
+ date: 2020-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core