aws-sdk-databasemigrationservice 1.25.0 → 1.26.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9f5e448f65b09816c74a1a3dd40dbf4d7abaf90
|
4
|
+
data.tar.gz: da62e8d26bdd37fe0b61732fc409ec663579e94f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c56e9eae4acc9b64aad0fae755c094934eccdce1726e328bbfcb924f7a9d1849c852cccf8e0a3761d7d31404f4e4998eb00574ee200450435f9190b0bd79fe64
|
7
|
+
data.tar.gz: 0cfe27f33c36cd0f739caf945521f3257c0e6c1cf6f3dc8446c4bbf857bd5792317e5bef4732a72c64f50b494413f80c5fdaaceb6ebb35d1fd73161c0c3e0e3f
|
@@ -271,12 +271,14 @@ module Aws::DatabaseMigrationService
|
|
271
271
|
# for DMS.
|
272
272
|
#
|
273
273
|
# @option params [required, String] :resource_arn
|
274
|
-
#
|
275
|
-
#
|
276
|
-
#
|
274
|
+
# Identifies the AWS DMS resource to which tags should be added. The
|
275
|
+
# value for this parameter is an Amazon Resource Name (ARN).
|
276
|
+
#
|
277
|
+
# For AWS DMS, you can tag a replication instance, an endpoint, or a
|
278
|
+
# replication task.
|
277
279
|
#
|
278
280
|
# @option params [required, Array<Types::Tag>] :tags
|
279
|
-
#
|
281
|
+
# One or more tags to be assigned to the resource.
|
280
282
|
#
|
281
283
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
282
284
|
#
|
@@ -334,7 +336,7 @@ module Aws::DatabaseMigrationService
|
|
334
336
|
#
|
335
337
|
# @option params [required, String] :opt_in_type
|
336
338
|
# A value that specifies the type of opt-in request, or undoes an opt-in
|
337
|
-
# request.
|
339
|
+
# request. You can't undo an opt-in request of type `immediate`.
|
338
340
|
#
|
339
341
|
# Valid values:
|
340
342
|
#
|
@@ -386,11 +388,11 @@ module Aws::DatabaseMigrationService
|
|
386
388
|
# not end with a hyphen or contain two consecutive hyphens.
|
387
389
|
#
|
388
390
|
# @option params [required, String] :endpoint_type
|
389
|
-
# The type of endpoint.
|
391
|
+
# The type of endpoint. Valid values are `source` and `target`.
|
390
392
|
#
|
391
393
|
# @option params [required, String] :engine_name
|
392
394
|
# The type of engine for the endpoint. Valid values, depending on the
|
393
|
-
# `
|
395
|
+
# `EndpointType` value, include `mysql`, `oracle`, `postgres`,
|
394
396
|
# `mariadb`, `aurora`, `aurora-postgresql`, `redshift`, `s3`, `db2`,
|
395
397
|
# `azuredb`, `sybase`, `dynamodb`, `mongodb`, and `sqlserver`.
|
396
398
|
#
|
@@ -410,25 +412,37 @@ module Aws::DatabaseMigrationService
|
|
410
412
|
# The name of the endpoint database.
|
411
413
|
#
|
412
414
|
# @option params [String] :extra_connection_attributes
|
413
|
-
# Additional attributes associated with the connection.
|
415
|
+
# Additional attributes associated with the connection. Each attribute
|
416
|
+
# is specified as a name-value pair associated by an equal sign (=).
|
417
|
+
# Multiple attributes are separated by a semicolon (;) with no
|
418
|
+
# additional white space. For information on the attributes available
|
419
|
+
# for connecting your source or target endpoint, see [Working with AWS
|
420
|
+
# DMS Endpoints][1] in the *AWS Database Migration Service User Guide.*
|
421
|
+
#
|
422
|
+
#
|
423
|
+
#
|
424
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Endpoints.html
|
414
425
|
#
|
415
426
|
# @option params [String] :kms_key_id
|
416
|
-
#
|
417
|
-
# parameters
|
418
|
-
#
|
419
|
-
#
|
420
|
-
#
|
427
|
+
# An AWS KMS key identifier that is used to encrypt the connection
|
428
|
+
# parameters for the endpoint.
|
429
|
+
#
|
430
|
+
# If you don't specify a value for the `KmsKeyId` parameter, then AWS
|
431
|
+
# DMS uses your default encryption key.
|
432
|
+
#
|
433
|
+
# AWS KMS creates the default encryption key for your AWS account. Your
|
434
|
+
# AWS account has a different default encryption key for each AWS
|
435
|
+
# Region.
|
421
436
|
#
|
422
437
|
# @option params [Array<Types::Tag>] :tags
|
423
|
-
#
|
438
|
+
# One or more tags to be assigned to the endpoint.
|
424
439
|
#
|
425
440
|
# @option params [String] :certificate_arn
|
426
441
|
# The Amazon Resource Name (ARN) for the certificate.
|
427
442
|
#
|
428
443
|
# @option params [String] :ssl_mode
|
429
444
|
# The Secure Sockets Layer (SSL) mode to use for the SSL connection. The
|
430
|
-
#
|
431
|
-
# `verify-full`. The default value is `none`.
|
445
|
+
# default is `none`
|
432
446
|
#
|
433
447
|
# @option params [String] :service_access_role_arn
|
434
448
|
# The Amazon Resource Name (ARN) for the service access role that you
|
@@ -600,7 +614,9 @@ module Aws::DatabaseMigrationService
|
|
600
614
|
# data_page_size: 1,
|
601
615
|
# parquet_version: "parquet-1-0", # accepts parquet-1-0, parquet-2-0
|
602
616
|
# enable_statistics: false,
|
617
|
+
# include_op_for_full_load: false,
|
603
618
|
# cdc_inserts_only: false,
|
619
|
+
# timestamp_column_name: "String",
|
604
620
|
# },
|
605
621
|
# dms_transfer_settings: {
|
606
622
|
# service_access_role_arn: "String",
|
@@ -696,7 +712,9 @@ module Aws::DatabaseMigrationService
|
|
696
712
|
# resp.endpoint.s3_settings.data_page_size #=> Integer
|
697
713
|
# resp.endpoint.s3_settings.parquet_version #=> String, one of "parquet-1-0", "parquet-2-0"
|
698
714
|
# resp.endpoint.s3_settings.enable_statistics #=> Boolean
|
715
|
+
# resp.endpoint.s3_settings.include_op_for_full_load #=> Boolean
|
699
716
|
# resp.endpoint.s3_settings.cdc_inserts_only #=> Boolean
|
717
|
+
# resp.endpoint.s3_settings.timestamp_column_name #=> String
|
700
718
|
# resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
|
701
719
|
# resp.endpoint.dms_transfer_settings.bucket_name #=> String
|
702
720
|
# resp.endpoint.mongo_db_settings.username #=> String
|
@@ -777,9 +795,8 @@ module Aws::DatabaseMigrationService
|
|
777
795
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html
|
778
796
|
#
|
779
797
|
# @option params [required, String] :subscription_name
|
780
|
-
# The name of the AWS DMS event notification subscription.
|
781
|
-
#
|
782
|
-
# Constraints: The name must be less than 255 characters.
|
798
|
+
# The name of the AWS DMS event notification subscription. This name
|
799
|
+
# must be less than 255 characters.
|
783
800
|
#
|
784
801
|
# @option params [required, String] :sns_topic_arn
|
785
802
|
# The Amazon Resource Name (ARN) of the Amazon SNS topic created for
|
@@ -792,32 +809,33 @@ module Aws::DatabaseMigrationService
|
|
792
809
|
# instance, you set this parameter to `replication-instance`. If this
|
793
810
|
# value is not specified, all events are returned.
|
794
811
|
#
|
795
|
-
# Valid values: replication-instance \|
|
812
|
+
# Valid values: `replication-instance` \| `replication-task`
|
796
813
|
#
|
797
814
|
# @option params [Array<String>] :event_categories
|
798
815
|
# A list of event categories for a source type that you want to
|
799
|
-
# subscribe to.
|
800
|
-
#
|
801
|
-
# [Working with Events and Notifications][1] in the *AWS Database
|
802
|
-
# Migration Service User Guide.*
|
816
|
+
# subscribe to. For more information, see [Working with Events and
|
817
|
+
# Notifications][1] in the *AWS Database Migration Service User Guide.*
|
803
818
|
#
|
804
819
|
#
|
805
820
|
#
|
806
821
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html
|
807
822
|
#
|
808
823
|
# @option params [Array<String>] :source_ids
|
809
|
-
#
|
810
|
-
#
|
811
|
-
#
|
812
|
-
#
|
813
|
-
#
|
824
|
+
# A list of identifiers for which AWS DMS provides notification events.
|
825
|
+
#
|
826
|
+
# If you don't specify a value, notifications are provided for all
|
827
|
+
# sources.
|
828
|
+
#
|
829
|
+
# If you specify multiple values, they must be of the same type. For
|
830
|
+
# example, if you specify a database instance ID, then all of the other
|
831
|
+
# values must be database instance IDs.
|
814
832
|
#
|
815
833
|
# @option params [Boolean] :enabled
|
816
834
|
# A Boolean value; set to `true` to activate the subscription, or set to
|
817
835
|
# `false` to create the subscription but not activate it.
|
818
836
|
#
|
819
837
|
# @option params [Array<Types::Tag>] :tags
|
820
|
-
#
|
838
|
+
# One or more tags to be assigned to the event subscription.
|
821
839
|
#
|
822
840
|
# @return [Types::CreateEventSubscriptionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
823
841
|
#
|
@@ -897,13 +915,9 @@ module Aws::DatabaseMigrationService
|
|
897
915
|
# replication instance.
|
898
916
|
#
|
899
917
|
# @option params [String] :availability_zone
|
900
|
-
# The
|
901
|
-
# created
|
902
|
-
#
|
903
|
-
# Default: A random, system-chosen Availability Zone in the endpoint's
|
904
|
-
# region.
|
905
|
-
#
|
906
|
-
# Example: `us-east-1d`
|
918
|
+
# The AWS Availability Zone where the replication instance will be
|
919
|
+
# created. The default value is a random, system-chosen Availability
|
920
|
+
# Zone in the endpoint's AWS Region, for example: `us-east-1d`
|
907
921
|
#
|
908
922
|
# @option params [String] :replication_subnet_group_identifier
|
909
923
|
# A subnet group to associate with the replication instance.
|
@@ -915,35 +929,40 @@ module Aws::DatabaseMigrationService
|
|
915
929
|
# Format: `ddd:hh24:mi-ddd:hh24:mi`
|
916
930
|
#
|
917
931
|
# Default: A 30-minute window selected at random from an 8-hour block of
|
918
|
-
# time per
|
932
|
+
# time per AWS Region, occurring on a random day of the week.
|
919
933
|
#
|
920
934
|
# Valid Days: Mon, Tue, Wed, Thu, Fri, Sat, Sun
|
921
935
|
#
|
922
936
|
# Constraints: Minimum 30-minute window.
|
923
937
|
#
|
924
938
|
# @option params [Boolean] :multi_az
|
925
|
-
# Specifies
|
926
|
-
# cannot set the `AvailabilityZone` parameter if the Multi-AZ
|
927
|
-
# is set to `true`.
|
939
|
+
# Specifies whether the replication instance is a Multi-AZ deployment.
|
940
|
+
# You cannot set the `AvailabilityZone` parameter if the Multi-AZ
|
941
|
+
# parameter is set to `true`.
|
928
942
|
#
|
929
943
|
# @option params [String] :engine_version
|
930
944
|
# The engine version number of the replication instance.
|
931
945
|
#
|
932
946
|
# @option params [Boolean] :auto_minor_version_upgrade
|
933
|
-
# Indicates
|
934
|
-
# the replication instance during the maintenance window.
|
947
|
+
# Indicates whether minor engine upgrades will be applied automatically
|
948
|
+
# to the replication instance during the maintenance window. This
|
949
|
+
# parameter defaults to `true`.
|
935
950
|
#
|
936
951
|
# Default: `true`
|
937
952
|
#
|
938
953
|
# @option params [Array<Types::Tag>] :tags
|
939
|
-
#
|
954
|
+
# One or more tags to be assigned to the replication instance.
|
940
955
|
#
|
941
956
|
# @option params [String] :kms_key_id
|
942
|
-
#
|
943
|
-
# replication instance.
|
944
|
-
#
|
945
|
-
#
|
946
|
-
#
|
957
|
+
# An AWS KMS key identifier that is used to encrypt the data on the
|
958
|
+
# replication instance.
|
959
|
+
#
|
960
|
+
# If you don't specify a value for the `KmsKeyId` parameter, then AWS
|
961
|
+
# DMS uses your default encryption key.
|
962
|
+
#
|
963
|
+
# AWS KMS creates the default encryption key for your AWS account. Your
|
964
|
+
# AWS account has a different default encryption key for each AWS
|
965
|
+
# Region.
|
947
966
|
#
|
948
967
|
# @option params [Boolean] :publicly_accessible
|
949
968
|
# Specifies the accessibility options for the replication instance. A
|
@@ -1128,10 +1147,10 @@ module Aws::DatabaseMigrationService
|
|
1128
1147
|
# The description for the subnet group.
|
1129
1148
|
#
|
1130
1149
|
# @option params [required, Array<String>] :subnet_ids
|
1131
|
-
#
|
1150
|
+
# One or more subnet IDs to be assigned to the subnet group.
|
1132
1151
|
#
|
1133
1152
|
# @option params [Array<Types::Tag>] :tags
|
1134
|
-
#
|
1153
|
+
# One or more tags to be assigned to the subnet group.
|
1135
1154
|
#
|
1136
1155
|
# @return [Types::CreateReplicationSubnetGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1137
1156
|
#
|
@@ -1200,7 +1219,7 @@ module Aws::DatabaseMigrationService
|
|
1200
1219
|
# Creates a replication task using the specified parameters.
|
1201
1220
|
#
|
1202
1221
|
# @option params [required, String] :replication_task_identifier
|
1203
|
-
#
|
1222
|
+
# An identifier for the replication task.
|
1204
1223
|
#
|
1205
1224
|
# Constraints:
|
1206
1225
|
#
|
@@ -1211,32 +1230,31 @@ module Aws::DatabaseMigrationService
|
|
1211
1230
|
# * Cannot end with a hyphen or contain two consecutive hyphens.
|
1212
1231
|
#
|
1213
1232
|
# @option params [required, String] :source_endpoint_arn
|
1214
|
-
#
|
1233
|
+
# An Amazon Resource Name (ARN) that uniquely identifies the source
|
1215
1234
|
# endpoint.
|
1216
1235
|
#
|
1217
1236
|
# @option params [required, String] :target_endpoint_arn
|
1218
|
-
#
|
1237
|
+
# An Amazon Resource Name (ARN) that uniquely identifies the target
|
1219
1238
|
# endpoint.
|
1220
1239
|
#
|
1221
1240
|
# @option params [required, String] :replication_instance_arn
|
1222
|
-
# The Amazon Resource Name (ARN) of
|
1241
|
+
# The Amazon Resource Name (ARN) of a replication instance.
|
1223
1242
|
#
|
1224
1243
|
# @option params [required, String] :migration_type
|
1225
|
-
# The migration type.
|
1244
|
+
# The migration type. Valid values: `full-load` \| `cdc` \|
|
1245
|
+
# `full-load-and-cdc`
|
1226
1246
|
#
|
1227
1247
|
# @option params [required, String] :table_mappings
|
1228
|
-
#
|
1229
|
-
#
|
1230
|
-
# When working with the DMS API, provide the JSON as the parameter
|
1231
|
-
# value.
|
1248
|
+
# The table mappings for the task, in JSON format. For more information,
|
1249
|
+
# see [Table Mapping][1] in the *AWS Database Migration User Guide.*
|
1232
1250
|
#
|
1233
|
-
#
|
1251
|
+
#
|
1252
|
+
#
|
1253
|
+
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.html
|
1234
1254
|
#
|
1235
1255
|
# @option params [String] :replication_task_settings
|
1236
|
-
#
|
1237
|
-
#
|
1238
|
-
# Migration Service Tasks][1] in the *AWS Database Migration User
|
1239
|
-
# Guide.*
|
1256
|
+
# Overall settings for the task, in JSON format. For more information,
|
1257
|
+
# see [Task Settings][1] in the *AWS Database Migration User Guide.*
|
1240
1258
|
#
|
1241
1259
|
#
|
1242
1260
|
#
|
@@ -1275,7 +1293,7 @@ module Aws::DatabaseMigrationService
|
|
1275
1293
|
# 3018-02-09T12:12:12 “
|
1276
1294
|
#
|
1277
1295
|
# @option params [Array<Types::Tag>] :tags
|
1278
|
-
#
|
1296
|
+
# One or more tags to be assigned to the replication task.
|
1279
1297
|
#
|
1280
1298
|
# @return [Types::CreateReplicationTaskResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1281
1299
|
#
|
@@ -1508,7 +1526,9 @@ module Aws::DatabaseMigrationService
|
|
1508
1526
|
# resp.endpoint.s3_settings.data_page_size #=> Integer
|
1509
1527
|
# resp.endpoint.s3_settings.parquet_version #=> String, one of "parquet-1-0", "parquet-2-0"
|
1510
1528
|
# resp.endpoint.s3_settings.enable_statistics #=> Boolean
|
1529
|
+
# resp.endpoint.s3_settings.include_op_for_full_load #=> Boolean
|
1511
1530
|
# resp.endpoint.s3_settings.cdc_inserts_only #=> Boolean
|
1531
|
+
# resp.endpoint.s3_settings.timestamp_column_name #=> String
|
1512
1532
|
# resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
|
1513
1533
|
# resp.endpoint.dms_transfer_settings.bucket_name #=> String
|
1514
1534
|
# resp.endpoint.mongo_db_settings.username #=> String
|
@@ -1846,17 +1866,21 @@ module Aws::DatabaseMigrationService
|
|
1846
1866
|
req.send_request(options)
|
1847
1867
|
end
|
1848
1868
|
|
1849
|
-
# Lists all of the AWS DMS attributes for a customer account.
|
1850
|
-
# attributes include AWS DMS quotas for the account
|
1851
|
-
#
|
1852
|
-
#
|
1853
|
-
#
|
1869
|
+
# Lists all of the AWS DMS attributes for a customer account. These
|
1870
|
+
# attributes include AWS DMS quotas for the account and a unique account
|
1871
|
+
# identifier in a particular DMS region. DMS quotas include a list of
|
1872
|
+
# resource quotas supported by the account, such as the number of
|
1873
|
+
# replication instances allowed. The description for each resource
|
1874
|
+
# quota, includes the quota name, current usage toward that quota, and
|
1875
|
+
# the quota's maximum value. DMS uses the unique account identifier to
|
1876
|
+
# name each artifact used by DMS in the given region.
|
1854
1877
|
#
|
1855
1878
|
# This command does not take any parameters.
|
1856
1879
|
#
|
1857
1880
|
# @return [Types::DescribeAccountAttributesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1858
1881
|
#
|
1859
1882
|
# * {Types::DescribeAccountAttributesResponse#account_quotas #account_quotas} => Array<Types::AccountQuota>
|
1883
|
+
# * {Types::DescribeAccountAttributesResponse#unique_account_identifier #unique_account_identifier} => String
|
1860
1884
|
#
|
1861
1885
|
#
|
1862
1886
|
# @example Example: Describe acount attributes
|
@@ -1895,6 +1919,7 @@ module Aws::DatabaseMigrationService
|
|
1895
1919
|
# resp.account_quotas[0].account_quota_name #=> String
|
1896
1920
|
# resp.account_quotas[0].used #=> Integer
|
1897
1921
|
# resp.account_quotas[0].max #=> Integer
|
1922
|
+
# resp.unique_account_identifier #=> String
|
1898
1923
|
#
|
1899
1924
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeAccountAttributes AWS API Documentation
|
1900
1925
|
#
|
@@ -1922,7 +1947,7 @@ module Aws::DatabaseMigrationService
|
|
1922
1947
|
# @option params [String] :marker
|
1923
1948
|
# An optional pagination token provided by a previous request. If this
|
1924
1949
|
# parameter is specified, the response includes only records beyond the
|
1925
|
-
# marker, up to the
|
1950
|
+
# marker, up to the vlue specified by `MaxRecords`.
|
1926
1951
|
#
|
1927
1952
|
# @return [Types::DescribeCertificatesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1928
1953
|
#
|
@@ -2278,7 +2303,9 @@ module Aws::DatabaseMigrationService
|
|
2278
2303
|
# resp.endpoints[0].s3_settings.data_page_size #=> Integer
|
2279
2304
|
# resp.endpoints[0].s3_settings.parquet_version #=> String, one of "parquet-1-0", "parquet-2-0"
|
2280
2305
|
# resp.endpoints[0].s3_settings.enable_statistics #=> Boolean
|
2306
|
+
# resp.endpoints[0].s3_settings.include_op_for_full_load #=> Boolean
|
2281
2307
|
# resp.endpoints[0].s3_settings.cdc_inserts_only #=> Boolean
|
2308
|
+
# resp.endpoints[0].s3_settings.timestamp_column_name #=> String
|
2282
2309
|
# resp.endpoints[0].dms_transfer_settings.service_access_role_arn #=> String
|
2283
2310
|
# resp.endpoints[0].dms_transfer_settings.bucket_name #=> String
|
2284
2311
|
# resp.endpoints[0].mongo_db_settings.username #=> String
|
@@ -2347,7 +2374,7 @@ module Aws::DatabaseMigrationService
|
|
2347
2374
|
# @option params [String] :source_type
|
2348
2375
|
# The type of AWS DMS resource that generates events.
|
2349
2376
|
#
|
2350
|
-
# Valid values: replication-instance \|
|
2377
|
+
# Valid values: replication-instance \| replication-task
|
2351
2378
|
#
|
2352
2379
|
# @option params [Array<Types::Filter>] :filters
|
2353
2380
|
# Filters applied to the action.
|
@@ -2467,14 +2494,12 @@ module Aws::DatabaseMigrationService
|
|
2467
2494
|
# [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html
|
2468
2495
|
#
|
2469
2496
|
# @option params [String] :source_identifier
|
2470
|
-
# The identifier of
|
2471
|
-
# letter and must contain only ASCII letters, digits, and hyphens. It
|
2472
|
-
# cannot end with a hyphen or contain two consecutive hyphens.
|
2497
|
+
# The identifier of an event source.
|
2473
2498
|
#
|
2474
2499
|
# @option params [String] :source_type
|
2475
2500
|
# The type of AWS DMS resource that generates events.
|
2476
2501
|
#
|
2477
|
-
# Valid values: replication-instance \|
|
2502
|
+
# Valid values: replication-instance \| replication-task
|
2478
2503
|
#
|
2479
2504
|
# @option params [Time,DateTime,Date,Integer,String] :start_time
|
2480
2505
|
# The start time for the events to be listed.
|
@@ -2486,8 +2511,7 @@ module Aws::DatabaseMigrationService
|
|
2486
2511
|
# The duration of the events to be listed.
|
2487
2512
|
#
|
2488
2513
|
# @option params [Array<String>] :event_categories
|
2489
|
-
# A list of event categories for
|
2490
|
-
# subscribe to.
|
2514
|
+
# A list of event categories for the source type that you've chosen.
|
2491
2515
|
#
|
2492
2516
|
# @option params [Array<Types::Filter>] :filters
|
2493
2517
|
# Filters applied to the action.
|
@@ -2610,6 +2634,7 @@ module Aws::DatabaseMigrationService
|
|
2610
2634
|
# resp.orderable_replication_instances[0].included_allocated_storage #=> Integer
|
2611
2635
|
# resp.orderable_replication_instances[0].availability_zones #=> Array
|
2612
2636
|
# resp.orderable_replication_instances[0].availability_zones[0] #=> String
|
2637
|
+
# resp.orderable_replication_instances[0].release_status #=> String, one of "beta"
|
2613
2638
|
# resp.marker #=> String
|
2614
2639
|
#
|
2615
2640
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeOrderableReplicationInstances AWS API Documentation
|
@@ -2624,7 +2649,7 @@ module Aws::DatabaseMigrationService
|
|
2624
2649
|
# For internal use only
|
2625
2650
|
#
|
2626
2651
|
# @option params [String] :replication_instance_arn
|
2627
|
-
# The ARN of the replication instance.
|
2652
|
+
# The Amazon Resource Name (ARN) of the replication instance.
|
2628
2653
|
#
|
2629
2654
|
# @option params [Array<Types::Filter>] :filters
|
2630
2655
|
#
|
@@ -3075,9 +3100,9 @@ module Aws::DatabaseMigrationService
|
|
3075
3100
|
# marker, up to the value specified by `MaxRecords`.
|
3076
3101
|
#
|
3077
3102
|
# @option params [Boolean] :without_settings
|
3078
|
-
#
|
3079
|
-
# reduce overhead when
|
3080
|
-
#
|
3103
|
+
# An option to set to avoid returning information about settings. Use
|
3104
|
+
# this to reduce overhead when setting information is too large. To use
|
3105
|
+
# this option, choose `true`; otherwise, choose `false` (the default).
|
3081
3106
|
#
|
3082
3107
|
# @return [Types::DescribeReplicationTasksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3083
3108
|
#
|
@@ -3334,14 +3359,15 @@ module Aws::DatabaseMigrationService
|
|
3334
3359
|
# Uploads the specified certificate.
|
3335
3360
|
#
|
3336
3361
|
# @option params [required, String] :certificate_identifier
|
3337
|
-
#
|
3338
|
-
#
|
3362
|
+
# A customer-assigned name for the certificate. Identifiers must begin
|
3363
|
+
# with a letter; must contain only ASCII letters, digits, and hyphens;
|
3364
|
+
# and must not end with a hyphen or contain two consecutive hyphens.
|
3339
3365
|
#
|
3340
3366
|
# @option params [String] :certificate_pem
|
3341
|
-
# The contents of
|
3367
|
+
# The contents of a `.pem` file, which contains an X.509 certificate.
|
3342
3368
|
#
|
3343
3369
|
# @option params [String, IO] :certificate_wallet
|
3344
|
-
# The location of
|
3370
|
+
# The location of an imported Oracle Wallet certificate for use with
|
3345
3371
|
# SSL.
|
3346
3372
|
#
|
3347
3373
|
# @option params [Array<Types::Tag>] :tags
|
@@ -3461,13 +3487,13 @@ module Aws::DatabaseMigrationService
|
|
3461
3487
|
# not end with a hyphen or contain two consecutive hyphens.
|
3462
3488
|
#
|
3463
3489
|
# @option params [String] :endpoint_type
|
3464
|
-
# The type of endpoint.
|
3490
|
+
# The type of endpoint. Valid values are `source` and `target`.
|
3465
3491
|
#
|
3466
3492
|
# @option params [String] :engine_name
|
3467
3493
|
# The type of engine for the endpoint. Valid values, depending on the
|
3468
|
-
#
|
3469
|
-
# aurora-postgresql, redshift, s3, db2, azuredb, sybase,
|
3470
|
-
#
|
3494
|
+
# EndpointType, include mysql, oracle, postgres, mariadb, aurora,
|
3495
|
+
# aurora-postgresql, redshift, s3, db2, azuredb, sybase, dynamodb,
|
3496
|
+
# mongodb, and sqlserver.
|
3471
3497
|
#
|
3472
3498
|
# @option params [String] :username
|
3473
3499
|
# The user name to be used to login to the endpoint database.
|
@@ -3493,12 +3519,8 @@ module Aws::DatabaseMigrationService
|
|
3493
3519
|
# connection.
|
3494
3520
|
#
|
3495
3521
|
# @option params [String] :ssl_mode
|
3496
|
-
# The SSL mode to
|
3497
|
-
#
|
3498
|
-
# SSL mode can be one of four values: none, require, verify-ca,
|
3499
|
-
# verify-full.
|
3500
|
-
#
|
3501
|
-
# The default value is none.
|
3522
|
+
# The SSL mode used to connect to the endpoint. The default value is
|
3523
|
+
# `none`.
|
3502
3524
|
#
|
3503
3525
|
# @option params [String] :service_access_role_arn
|
3504
3526
|
# The Amazon Resource Name (ARN) for the service access role you want to
|
@@ -3650,7 +3672,9 @@ module Aws::DatabaseMigrationService
|
|
3650
3672
|
# data_page_size: 1,
|
3651
3673
|
# parquet_version: "parquet-1-0", # accepts parquet-1-0, parquet-2-0
|
3652
3674
|
# enable_statistics: false,
|
3675
|
+
# include_op_for_full_load: false,
|
3653
3676
|
# cdc_inserts_only: false,
|
3677
|
+
# timestamp_column_name: "String",
|
3654
3678
|
# },
|
3655
3679
|
# dms_transfer_settings: {
|
3656
3680
|
# service_access_role_arn: "String",
|
@@ -3746,7 +3770,9 @@ module Aws::DatabaseMigrationService
|
|
3746
3770
|
# resp.endpoint.s3_settings.data_page_size #=> Integer
|
3747
3771
|
# resp.endpoint.s3_settings.parquet_version #=> String, one of "parquet-1-0", "parquet-2-0"
|
3748
3772
|
# resp.endpoint.s3_settings.enable_statistics #=> Boolean
|
3773
|
+
# resp.endpoint.s3_settings.include_op_for_full_load #=> Boolean
|
3749
3774
|
# resp.endpoint.s3_settings.cdc_inserts_only #=> Boolean
|
3775
|
+
# resp.endpoint.s3_settings.timestamp_column_name #=> String
|
3750
3776
|
# resp.endpoint.dms_transfer_settings.service_access_role_arn #=> String
|
3751
3777
|
# resp.endpoint.dms_transfer_settings.bucket_name #=> String
|
3752
3778
|
# resp.endpoint.mongo_db_settings.username #=> String
|
@@ -3818,7 +3844,7 @@ module Aws::DatabaseMigrationService
|
|
3818
3844
|
# The type of AWS DMS resource that generates the events you want to
|
3819
3845
|
# subscribe to.
|
3820
3846
|
#
|
3821
|
-
# Valid values: replication-instance \|
|
3847
|
+
# Valid values: replication-instance \| replication-task
|
3822
3848
|
#
|
3823
3849
|
# @option params [Array<String>] :event_categories
|
3824
3850
|
# A list of event categories for a source type that you want to
|
@@ -3912,21 +3938,21 @@ module Aws::DatabaseMigrationService
|
|
3912
3938
|
# Constraints: Must be at least 30 minutes
|
3913
3939
|
#
|
3914
3940
|
# @option params [Boolean] :multi_az
|
3915
|
-
# Specifies
|
3916
|
-
# cannot set the `AvailabilityZone` parameter if the Multi-AZ
|
3917
|
-
# is set to `true`.
|
3941
|
+
# Specifies whether the replication instance is a Multi-AZ deployment.
|
3942
|
+
# You cannot set the `AvailabilityZone` parameter if the Multi-AZ
|
3943
|
+
# parameter is set to `true`.
|
3918
3944
|
#
|
3919
3945
|
# @option params [String] :engine_version
|
3920
3946
|
# The engine version number of the replication instance.
|
3921
3947
|
#
|
3922
3948
|
# @option params [Boolean] :allow_major_version_upgrade
|
3923
3949
|
# Indicates that major version upgrades are allowed. Changing this
|
3924
|
-
# parameter does not result in an outage and the change is
|
3950
|
+
# parameter does not result in an outage, and the change is
|
3925
3951
|
# asynchronously applied as soon as possible.
|
3926
3952
|
#
|
3927
|
-
#
|
3928
|
-
#
|
3929
|
-
#
|
3953
|
+
# This parameter must be set to `true` when specifying a value for the
|
3954
|
+
# `EngineVersion` parameter that is a different major version than the
|
3955
|
+
# replication instance's current version.
|
3930
3956
|
#
|
3931
3957
|
# @option params [Boolean] :auto_minor_version_upgrade
|
3932
3958
|
# Indicates that minor version upgrades will be applied automatically to
|
@@ -4091,7 +4117,7 @@ module Aws::DatabaseMigrationService
|
|
4091
4117
|
# The name of the replication instance subnet group.
|
4092
4118
|
#
|
4093
4119
|
# @option params [String] :replication_subnet_group_description
|
4094
|
-
#
|
4120
|
+
# A description for the replication instance subnet group.
|
4095
4121
|
#
|
4096
4122
|
# @option params [required, Array<String>] :subnet_ids
|
4097
4123
|
# A list of subnet IDs.
|
@@ -4173,17 +4199,14 @@ module Aws::DatabaseMigrationService
|
|
4173
4199
|
# * Cannot end with a hyphen or contain two consecutive hyphens.
|
4174
4200
|
#
|
4175
4201
|
# @option params [String] :migration_type
|
4176
|
-
# The migration type.
|
4177
|
-
#
|
4178
|
-
# Valid values: full-load \| cdc \| full-load-and-cdc
|
4202
|
+
# The migration type. Valid values: `full-load` \| `cdc` \|
|
4203
|
+
# `full-load-and-cdc`
|
4179
4204
|
#
|
4180
4205
|
# @option params [String] :table_mappings
|
4181
4206
|
# When using the AWS CLI or boto3, provide the path of the JSON file
|
4182
|
-
# that contains the table mappings. Precede the path with
|
4207
|
+
# that contains the table mappings. Precede the path with `file://`.
|
4183
4208
|
# When working with the DMS API, provide the JSON as the parameter
|
4184
|
-
# value.
|
4185
|
-
#
|
4186
|
-
# For example, --table-mappings file://mappingfile.json
|
4209
|
+
# value, for example: `--table-mappings file://mappingfile.json`
|
4187
4210
|
#
|
4188
4211
|
# @option params [String] :replication_task_settings
|
4189
4212
|
# JSON file that contains settings for the task, such as target metadata
|
@@ -4451,8 +4474,8 @@ module Aws::DatabaseMigrationService
|
|
4451
4474
|
# Removes metadata tags from a DMS resource.
|
4452
4475
|
#
|
4453
4476
|
# @option params [required, String] :resource_arn
|
4454
|
-
#
|
4455
|
-
#
|
4477
|
+
# An AWS DMS resource from which you want to remove tag(s). The value
|
4478
|
+
# for this parameter is an Amazon Resource Name (ARN).
|
4456
4479
|
#
|
4457
4480
|
# @option params [required, Array<String>] :tag_keys
|
4458
4481
|
# The tag key (name) of the tag to be removed.
|
@@ -4804,7 +4827,7 @@ module Aws::DatabaseMigrationService
|
|
4804
4827
|
params: params,
|
4805
4828
|
config: config)
|
4806
4829
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
4807
|
-
context[:gem_version] = '1.
|
4830
|
+
context[:gem_version] = '1.26.0'
|
4808
4831
|
Seahorse::Client::Request.new(handlers, context)
|
4809
4832
|
end
|
4810
4833
|
|