aws-sdk-databasemigrationservice 1.36.0 → 1.37.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: a20e7c91abfc2274d61381997407736f24a8807d4396dcbe57b5379c1cf831b1
4
- data.tar.gz: ca72e5f4d20240a8a568644952f48f6cf0a84afe769907fc1d6834f8d547158f
3
+ metadata.gz: 11637ed12366ede0b084a95bf015f3679021e5f3186993100f4a6ee328539d52
4
+ data.tar.gz: 56086b4ad65a614d65bae633afe3efbf708300303dfa79aeaf9ed3e82bac8aca
5
5
  SHA512:
6
- metadata.gz: bc33fcbbb834accb0a7e695d5d21c72f0b2219a9bb8838e31d11774f06143d65de2db6e478a77f30aed1ebe2ea1f4024b8e11810ef17a16bcb2c30d8ec9fbccd
7
- data.tar.gz: fe85acf496ae3cdb830fcedf39ec607fff3118f6b8cebed52a16639bf4486a9ebf4051a8bb9fbb765d53079548956c37165224022d9a1f203e6d8d597841cec3
6
+ metadata.gz: df8681d3d4f1b027bcc9285b9b4f504093c7316119a02025802306327c8198b4cadee85715bdf1fc1a2333eba92b60b325be92c7aeaaa4d96f82d2fd773b7a30
7
+ data.tar.gz: 5f5515db0cd42572aa52e1f2afa8d1a39747506617fb5ac70a3064ad1339f9dcdb2e4f95edc4bd151af8a38bf02dd02a5b8fd878c1dd6ca5145258dc1ee5e941
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
48
48
  # @service
49
49
  module Aws::DatabaseMigrationService
50
50
 
51
- GEM_VERSION = '1.36.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
@@ -453,8 +453,8 @@ module Aws::DatabaseMigrationService
453
453
  # `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
454
454
  # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`, `"s3"`,
455
455
  # `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
456
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`, and
457
- # `"sqlserver"`.
456
+ # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
457
+ # `"sqlserver"`, and `"neptune"`.
458
458
  #
459
459
  # @option params [String] :username
460
460
  # The user name to be used to log in to the endpoint database.
@@ -567,7 +567,8 @@ module Aws::DatabaseMigrationService
567
567
  # Settings in JSON format for the target endpoint for Amazon Kinesis
568
568
  # Data Streams. For more information about the available settings, see
569
569
  # [Using Amazon Kinesis Data Streams as a Target for AWS Database
570
- # Migration Service][1] in the *AWS Database Migration User Guide.*
570
+ # Migration Service][1] in the *AWS Database Migration Service User
571
+ # Guide.*
571
572
  #
572
573
  #
573
574
  #
@@ -577,7 +578,7 @@ module Aws::DatabaseMigrationService
577
578
  # Settings in JSON format for the target Apache Kafka endpoint. For more
578
579
  # information about the available settings, see [Using Apache Kafka as a
579
580
  # Target for AWS Database Migration Service][1] in the *AWS Database
580
- # Migration User Guide.*
581
+ # Migration Service User Guide.*
581
582
  #
582
583
  #
583
584
  #
@@ -587,7 +588,7 @@ module Aws::DatabaseMigrationService
587
588
  # Settings in JSON format for the target Elasticsearch endpoint. For
588
589
  # more information about the available settings, see [Extra Connection
589
590
  # Attributes When Using Elasticsearch as a Target for AWS DMS][1] in the
590
- # *AWS Database Migration User Guide.*
591
+ # *AWS Database Migration Service User Guide*.
591
592
  #
592
593
  #
593
594
  #
@@ -595,9 +596,9 @@ module Aws::DatabaseMigrationService
595
596
  #
596
597
  # @option params [Types::NeptuneSettings] :neptune_settings
597
598
  # Settings in JSON format for the target Amazon Neptune endpoint. For
598
- # more information about the available settings, see
599
- # [https://docs.aws.amazon.com/dms/latest/userguide/CHAP\_Target.Neptune.html#CHAP\_Target.Neptune.EndpointSettings][1]
600
- # in the *AWS Database Migration Service User Guide.*
599
+ # more information about the available settings, see [Specifying
600
+ # Endpoint Settings for Amazon Neptune as a Target][1] in the *AWS
601
+ # Database Migration Service User Guide.*
601
602
  #
602
603
  #
603
604
  #
@@ -1016,7 +1017,7 @@ module Aws::DatabaseMigrationService
1016
1017
  #
1017
1018
  # Constraints:
1018
1019
  #
1019
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
1020
+ # * Must contain 1-63 alphanumeric characters or hyphens.
1020
1021
  #
1021
1022
  # * First character must be a letter.
1022
1023
  #
@@ -1029,12 +1030,18 @@ module Aws::DatabaseMigrationService
1029
1030
  # replication instance.
1030
1031
  #
1031
1032
  # @option params [required, String] :replication_instance_class
1032
- # The compute and memory capacity of the replication instance as
1033
- # specified by the replication instance class.
1033
+ # The compute and memory capacity of the replication instance as defined
1034
+ # for the specified replication instance class. For example to specify
1035
+ # the instance class dms.c4.large, set this parameter to
1036
+ # `"dms.c4.large"`.
1037
+ #
1038
+ # For more information on the settings and capacities for the available
1039
+ # replication instance classes, see [ Selecting the right AWS DMS
1040
+ # replication instance for your migration][1].
1034
1041
  #
1035
- # Valid Values: `dms.t2.micro | dms.t2.small | dms.t2.medium |
1036
- # dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge |
1037
- # dms.c4.4xlarge `
1042
+ #
1043
+ #
1044
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
1038
1045
  #
1039
1046
  # @option params [Array<String>] :vpc_security_group_ids
1040
1047
  # Specifies the VPC security group to be used with the replication
@@ -1098,7 +1105,12 @@ module Aws::DatabaseMigrationService
1098
1105
  # default value is `true`.
1099
1106
  #
1100
1107
  # @option params [String] :dns_name_servers
1101
- # A list of DNS name servers supported for the replication instance.
1108
+ # A list of custom DNS name servers supported for the replication
1109
+ # instance to access your on-premise source or target database. This
1110
+ # list overrides the default name servers supported by the replication
1111
+ # instance. You can specify a comma-separated list of internet addresses
1112
+ # for up to four on-premise DNS name servers. For example:
1113
+ # `"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"`
1102
1114
  #
1103
1115
  # @return [Types::CreateReplicationInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1104
1116
  #
@@ -1350,7 +1362,7 @@ module Aws::DatabaseMigrationService
1350
1362
  #
1351
1363
  # Constraints:
1352
1364
  #
1353
- # * Must contain from 1 to 255 alphanumeric characters or hyphens.
1365
+ # * Must contain 1-255 alphanumeric characters or hyphens.
1354
1366
  #
1355
1367
  # * First character must be a letter.
1356
1368
  #
@@ -1374,7 +1386,7 @@ module Aws::DatabaseMigrationService
1374
1386
  # @option params [required, String] :table_mappings
1375
1387
  # The table mappings for the task, in JSON format. For more information,
1376
1388
  # see [Using Table Mapping to Specify Task Settings][1] in the *AWS
1377
- # Database Migration User Guide.*
1389
+ # Database Migration Service User Guide.*
1378
1390
  #
1379
1391
  #
1380
1392
  #
@@ -1441,7 +1453,7 @@ module Aws::DatabaseMigrationService
1441
1453
  # Supplemental information that the task requires to migrate the data
1442
1454
  # for certain source and target endpoints. For more information, see
1443
1455
  # [Specifying Supplemental Data for Task Settings][1] in the *AWS
1444
- # Database Migration User Guide.*
1456
+ # Database Migration Service User Guide.*
1445
1457
  #
1446
1458
  #
1447
1459
  #
@@ -3812,8 +3824,8 @@ module Aws::DatabaseMigrationService
3812
3824
  # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
3813
3825
  # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`, `"s3"`,
3814
3826
  # `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
3815
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`, and
3816
- # `"sqlserver"`.
3827
+ # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
3828
+ # `"sqlserver"`, and `"neptune"`.
3817
3829
  #
3818
3830
  # @option params [String] :username
3819
3831
  # The user name to be used to login to the endpoint database.
@@ -3907,7 +3919,8 @@ module Aws::DatabaseMigrationService
3907
3919
  # Settings in JSON format for the target endpoint for Amazon Kinesis
3908
3920
  # Data Streams. For more information about the available settings, see
3909
3921
  # [Using Amazon Kinesis Data Streams as a Target for AWS Database
3910
- # Migration Service][1] in the *AWS Database Migration User Guide.*
3922
+ # Migration Service][1] in the *AWS Database Migration Service User
3923
+ # Guide.*
3911
3924
  #
3912
3925
  #
3913
3926
  #
@@ -3917,7 +3930,7 @@ module Aws::DatabaseMigrationService
3917
3930
  # Settings in JSON format for the target Apache Kafka endpoint. For more
3918
3931
  # information about the available settings, see [Using Apache Kafka as a
3919
3932
  # Target for AWS Database Migration Service][1] in the *AWS Database
3920
- # Migration User Guide.*
3933
+ # Migration Service User Guide.*
3921
3934
  #
3922
3935
  #
3923
3936
  #
@@ -3927,7 +3940,7 @@ module Aws::DatabaseMigrationService
3927
3940
  # Settings in JSON format for the target Elasticsearch endpoint. For
3928
3941
  # more information about the available settings, see [Extra Connection
3929
3942
  # Attributes When Using Elasticsearch as a Target for AWS DMS][1] in the
3930
- # *AWS Database Migration User Guide.*
3943
+ # *AWS Database Migration Service User Guide.*
3931
3944
  #
3932
3945
  #
3933
3946
  #
@@ -3935,9 +3948,9 @@ module Aws::DatabaseMigrationService
3935
3948
  #
3936
3949
  # @option params [Types::NeptuneSettings] :neptune_settings
3937
3950
  # Settings in JSON format for the target Amazon Neptune endpoint. For
3938
- # more information about the available settings, see
3939
- # [https://docs.aws.amazon.com/dms/latest/userguide/CHAP\_Target.Neptune.html#CHAP\_Target.Neptune.EndpointSettings][1]
3940
- # in the *AWS Database Migration Service User Guide.*
3951
+ # more information about the available settings, see [Specifying
3952
+ # Endpoint Settings for Amazon Neptune as a Target][1] in the *AWS
3953
+ # Database Migration Service User Guide.*
3941
3954
  #
3942
3955
  #
3943
3956
  #
@@ -4286,11 +4299,18 @@ module Aws::DatabaseMigrationService
4286
4299
  # the next maintenance window.
4287
4300
  #
4288
4301
  # @option params [String] :replication_instance_class
4289
- # The compute and memory capacity of the replication instance.
4302
+ # The compute and memory capacity of the replication instance as defined
4303
+ # for the specified replication instance class. For example to specify
4304
+ # the instance class dms.c4.large, set this parameter to
4305
+ # `"dms.c4.large"`.
4306
+ #
4307
+ # For more information on the settings and capacities for the available
4308
+ # replication instance classes, see [ Selecting the right AWS DMS
4309
+ # replication instance for your migration][1].
4310
+ #
4311
+ #
4290
4312
  #
4291
- # Valid Values: `dms.t2.micro | dms.t2.small | dms.t2.medium |
4292
- # dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge |
4293
- # dms.c4.4xlarge `
4313
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
4294
4314
  #
4295
4315
  # @option params [Array<String>] :vpc_security_group_ids
4296
4316
  # Specifies the VPC security group to be used with the replication
@@ -4575,7 +4595,7 @@ module Aws::DatabaseMigrationService
4575
4595
  #
4576
4596
  # Constraints:
4577
4597
  #
4578
- # * Must contain from 1 to 255 alphanumeric characters or hyphens.
4598
+ # * Must contain 1-255 alphanumeric characters or hyphens.
4579
4599
  #
4580
4600
  # * First character must be a letter.
4581
4601
  #
@@ -4644,7 +4664,7 @@ module Aws::DatabaseMigrationService
4644
4664
  # Supplemental information that the task requires to migrate the data
4645
4665
  # for certain source and target endpoints. For more information, see
4646
4666
  # [Specifying Supplemental Data for Task Settings][1] in the *AWS
4647
- # Database Migration User Guide.*
4667
+ # Database Migration Service User Guide.*
4648
4668
  #
4649
4669
  #
4650
4670
  #
@@ -5271,7 +5291,7 @@ module Aws::DatabaseMigrationService
5271
5291
  params: params,
5272
5292
  config: config)
5273
5293
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
5274
- context[:gem_version] = '1.36.0'
5294
+ context[:gem_version] = '1.37.0'
5275
5295
  Seahorse::Client::Request.new(handlers, context)
5276
5296
  end
5277
5297
 
@@ -146,7 +146,7 @@ module Aws::DatabaseMigrationService
146
146
  include Aws::Structure
147
147
  end
148
148
 
149
- # The name of the Availability Zone for use during database migration.
149
+ # The name of an Availability Zone for use during database migration.
150
150
  #
151
151
  # @!attribute [rw] name
152
152
  # The name of the Availability Zone.
@@ -237,7 +237,16 @@ module Aws::DatabaseMigrationService
237
237
  # @return [String]
238
238
  #
239
239
  # @!attribute [rw] status
240
- # The connection status.
240
+ # The connection status. This parameter can return one of the
241
+ # following values:
242
+ #
243
+ # * `"successful"`
244
+ #
245
+ # * `"testing"`
246
+ #
247
+ # * `"failed"`
248
+ #
249
+ # * `"deleting"`
241
250
  # @return [String]
242
251
  #
243
252
  # @!attribute [rw] last_failure_message
@@ -409,8 +418,8 @@ module Aws::DatabaseMigrationService
409
418
  # `EndpointType` value, include `"mysql"`, `"oracle"`, `"postgres"`,
410
419
  # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
411
420
  # `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
412
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`, and
413
- # `"sqlserver"`.
421
+ # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
422
+ # `"sqlserver"`, and `"neptune"`.
414
423
  # @return [String]
415
424
  #
416
425
  # @!attribute [rw] username
@@ -541,7 +550,8 @@ module Aws::DatabaseMigrationService
541
550
  # Settings in JSON format for the target endpoint for Amazon Kinesis
542
551
  # Data Streams. For more information about the available settings, see
543
552
  # [Using Amazon Kinesis Data Streams as a Target for AWS Database
544
- # Migration Service][1] in the *AWS Database Migration User Guide.*
553
+ # Migration Service][1] in the *AWS Database Migration Service User
554
+ # Guide.*
545
555
  #
546
556
  #
547
557
  #
@@ -552,7 +562,7 @@ module Aws::DatabaseMigrationService
552
562
  # Settings in JSON format for the target Apache Kafka endpoint. For
553
563
  # more information about the available settings, see [Using Apache
554
564
  # Kafka as a Target for AWS Database Migration Service][1] in the *AWS
555
- # Database Migration User Guide.*
565
+ # Database Migration Service User Guide.*
556
566
  #
557
567
  #
558
568
  #
@@ -563,7 +573,7 @@ module Aws::DatabaseMigrationService
563
573
  # Settings in JSON format for the target Elasticsearch endpoint. For
564
574
  # more information about the available settings, see [Extra Connection
565
575
  # Attributes When Using Elasticsearch as a Target for AWS DMS][1] in
566
- # the *AWS Database Migration User Guide.*
576
+ # the *AWS Database Migration Service User Guide*.
567
577
  #
568
578
  #
569
579
  #
@@ -572,9 +582,9 @@ module Aws::DatabaseMigrationService
572
582
  #
573
583
  # @!attribute [rw] neptune_settings
574
584
  # Settings in JSON format for the target Amazon Neptune endpoint. For
575
- # more information about the available settings, see
576
- # [https://docs.aws.amazon.com/dms/latest/userguide/CHAP\_Target.Neptune.html#CHAP\_Target.Neptune.EndpointSettings][1]
577
- # in the *AWS Database Migration Service User Guide.*
585
+ # more information about the available settings, see [Specifying
586
+ # Endpoint Settings for Amazon Neptune as a Target][1] in the *AWS
587
+ # Database Migration Service User Guide.*
578
588
  #
579
589
  #
580
590
  #
@@ -755,7 +765,7 @@ module Aws::DatabaseMigrationService
755
765
  #
756
766
  # Constraints:
757
767
  #
758
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
768
+ # * Must contain 1-63 alphanumeric characters or hyphens.
759
769
  #
760
770
  # * First character must be a letter.
761
771
  #
@@ -771,11 +781,17 @@ module Aws::DatabaseMigrationService
771
781
  #
772
782
  # @!attribute [rw] replication_instance_class
773
783
  # The compute and memory capacity of the replication instance as
774
- # specified by the replication instance class.
784
+ # defined for the specified replication instance class. For example to
785
+ # specify the instance class dms.c4.large, set this parameter to
786
+ # `"dms.c4.large"`.
787
+ #
788
+ # For more information on the settings and capacities for the
789
+ # available replication instance classes, see [ Selecting the right
790
+ # AWS DMS replication instance for your migration][1].
775
791
  #
776
- # Valid Values: `dms.t2.micro | dms.t2.small | dms.t2.medium |
777
- # dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge |
778
- # dms.c4.4xlarge `
792
+ #
793
+ #
794
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
779
795
  # @return [String]
780
796
  #
781
797
  # @!attribute [rw] vpc_security_group_ids
@@ -850,7 +866,12 @@ module Aws::DatabaseMigrationService
850
866
  # @return [Boolean]
851
867
  #
852
868
  # @!attribute [rw] dns_name_servers
853
- # A list of DNS name servers supported for the replication instance.
869
+ # A list of custom DNS name servers supported for the replication
870
+ # instance to access your on-premise source or target database. This
871
+ # list overrides the default name servers supported by the replication
872
+ # instance. You can specify a comma-separated list of internet
873
+ # addresses for up to four on-premise DNS name servers. For example:
874
+ # `"1.1.1.1,2.2.2.2,3.3.3.3,4.4.4.4"`
854
875
  # @return [String]
855
876
  #
856
877
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationInstanceMessage AWS API Documentation
@@ -974,7 +995,7 @@ module Aws::DatabaseMigrationService
974
995
  #
975
996
  # Constraints:
976
997
  #
977
- # * Must contain from 1 to 255 alphanumeric characters or hyphens.
998
+ # * Must contain 1-255 alphanumeric characters or hyphens.
978
999
  #
979
1000
  # * First character must be a letter.
980
1001
  #
@@ -1003,7 +1024,7 @@ module Aws::DatabaseMigrationService
1003
1024
  # @!attribute [rw] table_mappings
1004
1025
  # The table mappings for the task, in JSON format. For more
1005
1026
  # information, see [Using Table Mapping to Specify Task Settings][1]
1006
- # in the *AWS Database Migration User Guide.*
1027
+ # in the *AWS Database Migration Service User Guide.*
1007
1028
  #
1008
1029
  #
1009
1030
  #
@@ -1077,7 +1098,7 @@ module Aws::DatabaseMigrationService
1077
1098
  # Supplemental information that the task requires to migrate the data
1078
1099
  # for certain source and target endpoints. For more information, see
1079
1100
  # [Specifying Supplemental Data for Task Settings][1] in the *AWS
1080
- # Database Migration User Guide.*
1101
+ # Database Migration Service User Guide.*
1081
1102
  #
1082
1103
  #
1083
1104
  #
@@ -2601,8 +2622,8 @@ module Aws::DatabaseMigrationService
2601
2622
  # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
2602
2623
  # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
2603
2624
  # `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
2604
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`, and
2605
- # `"sqlserver"`.
2625
+ # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
2626
+ # `"sqlserver"`, and `"neptune"`.
2606
2627
  # @return [String]
2607
2628
  #
2608
2629
  # @!attribute [rw] engine_display_name
@@ -2730,8 +2751,8 @@ module Aws::DatabaseMigrationService
2730
2751
  # @return [Types::ElasticsearchSettings]
2731
2752
  #
2732
2753
  # @!attribute [rw] neptune_settings
2733
- # The settings for the MongoDB source endpoint. For more information,
2734
- # see the `NeptuneSettings` structure.
2754
+ # The settings for the Amazon Neptune target endpoint. For more
2755
+ # information, see the `NeptuneSettings` structure.
2735
2756
  # @return [Types::NeptuneSettings]
2736
2757
  #
2737
2758
  # @!attribute [rw] redshift_settings
@@ -2864,7 +2885,7 @@ module Aws::DatabaseMigrationService
2864
2885
  # @return [String]
2865
2886
  #
2866
2887
  # @!attribute [rw] subscription_creation_time
2867
- # The time the RDS event notification subscription was created.
2888
+ # The time the AWS DMS event notification subscription was created.
2868
2889
  # @return [String]
2869
2890
  #
2870
2891
  # @!attribute [rw] source_type
@@ -3416,8 +3437,8 @@ module Aws::DatabaseMigrationService
3416
3437
  # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
3417
3438
  # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
3418
3439
  # `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
3419
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`, and
3420
- # `"sqlserver"`.
3440
+ # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
3441
+ # `"sqlserver"`, and `"neptune"`.
3421
3442
  # @return [String]
3422
3443
  #
3423
3444
  # @!attribute [rw] username
@@ -3526,7 +3547,8 @@ module Aws::DatabaseMigrationService
3526
3547
  # Settings in JSON format for the target endpoint for Amazon Kinesis
3527
3548
  # Data Streams. For more information about the available settings, see
3528
3549
  # [Using Amazon Kinesis Data Streams as a Target for AWS Database
3529
- # Migration Service][1] in the *AWS Database Migration User Guide.*
3550
+ # Migration Service][1] in the *AWS Database Migration Service User
3551
+ # Guide.*
3530
3552
  #
3531
3553
  #
3532
3554
  #
@@ -3537,7 +3559,7 @@ module Aws::DatabaseMigrationService
3537
3559
  # Settings in JSON format for the target Apache Kafka endpoint. For
3538
3560
  # more information about the available settings, see [Using Apache
3539
3561
  # Kafka as a Target for AWS Database Migration Service][1] in the *AWS
3540
- # Database Migration User Guide.*
3562
+ # Database Migration Service User Guide.*
3541
3563
  #
3542
3564
  #
3543
3565
  #
@@ -3548,7 +3570,7 @@ module Aws::DatabaseMigrationService
3548
3570
  # Settings in JSON format for the target Elasticsearch endpoint. For
3549
3571
  # more information about the available settings, see [Extra Connection
3550
3572
  # Attributes When Using Elasticsearch as a Target for AWS DMS][1] in
3551
- # the *AWS Database Migration User Guide.*
3573
+ # the *AWS Database Migration Service User Guide.*
3552
3574
  #
3553
3575
  #
3554
3576
  #
@@ -3557,9 +3579,9 @@ module Aws::DatabaseMigrationService
3557
3579
  #
3558
3580
  # @!attribute [rw] neptune_settings
3559
3581
  # Settings in JSON format for the target Amazon Neptune endpoint. For
3560
- # more information about the available settings, see
3561
- # [https://docs.aws.amazon.com/dms/latest/userguide/CHAP\_Target.Neptune.html#CHAP\_Target.Neptune.EndpointSettings][1]
3562
- # in the *AWS Database Migration Service User Guide.*
3582
+ # more information about the available settings, see [Specifying
3583
+ # Endpoint Settings for Amazon Neptune as a Target][1] in the *AWS
3584
+ # Database Migration Service User Guide.*
3563
3585
  #
3564
3586
  #
3565
3587
  #
@@ -3707,11 +3729,18 @@ module Aws::DatabaseMigrationService
3707
3729
  # @return [Boolean]
3708
3730
  #
3709
3731
  # @!attribute [rw] replication_instance_class
3710
- # The compute and memory capacity of the replication instance.
3732
+ # The compute and memory capacity of the replication instance as
3733
+ # defined for the specified replication instance class. For example to
3734
+ # specify the instance class dms.c4.large, set this parameter to
3735
+ # `"dms.c4.large"`.
3736
+ #
3737
+ # For more information on the settings and capacities for the
3738
+ # available replication instance classes, see [ Selecting the right
3739
+ # AWS DMS replication instance for your migration][1].
3740
+ #
3741
+ #
3711
3742
  #
3712
- # Valid Values: `dms.t2.micro | dms.t2.small | dms.t2.medium |
3713
- # dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge |
3714
- # dms.c4.4xlarge `
3743
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
3715
3744
  # @return [String]
3716
3745
  #
3717
3746
  # @!attribute [rw] vpc_security_group_ids
@@ -3877,7 +3906,7 @@ module Aws::DatabaseMigrationService
3877
3906
  #
3878
3907
  # Constraints:
3879
3908
  #
3880
- # * Must contain from 1 to 255 alphanumeric characters or hyphens.
3909
+ # * Must contain 1-255 alphanumeric characters or hyphens.
3881
3910
  #
3882
3911
  # * First character must be a letter.
3883
3912
  #
@@ -3954,7 +3983,7 @@ module Aws::DatabaseMigrationService
3954
3983
  # Supplemental information that the task requires to migrate the data
3955
3984
  # for certain source and target endpoints. For more information, see
3956
3985
  # [Specifying Supplemental Data for Task Settings][1] in the *AWS
3957
- # Database Migration User Guide.*
3986
+ # Database Migration Service User Guide.*
3958
3987
  #
3959
3988
  #
3960
3989
  #
@@ -4034,52 +4063,47 @@ module Aws::DatabaseMigrationService
4034
4063
  # The authentication type you use to access the MongoDB source
4035
4064
  # endpoint.
4036
4065
  #
4037
- # Valid values: NO, PASSWORD
4038
- #
4039
- # When NO is selected, user name and password parameters are not used
4040
- # and can be empty.
4066
+ # When when set to `"no"`, user name and password parameters are not
4067
+ # used and can be empty.
4041
4068
  # @return [String]
4042
4069
  #
4043
4070
  # @!attribute [rw] auth_mechanism
4044
4071
  # The authentication mechanism you use to access the MongoDB source
4045
4072
  # endpoint.
4046
4073
  #
4047
- # Valid values: DEFAULT, MONGODB\_CR, SCRAM\_SHA\_1
4048
- #
4049
- # DEFAULT For MongoDB version 2.x, use MONGODB\_CR. For MongoDB
4050
- # version 3.x, use SCRAM\_SHA\_1. This setting isn't used when
4051
- # authType=No.
4074
+ # For the default value, in MongoDB version 2.x, `"default"` is
4075
+ # `"mongodb_cr"`. For MongoDB version 3.x or later, `"default"` is
4076
+ # `"scram_sha_1"`. This setting isn't used when `AuthType` is set to
4077
+ # `"no"`.
4052
4078
  # @return [String]
4053
4079
  #
4054
4080
  # @!attribute [rw] nesting_level
4055
4081
  # Specifies either document or table mode.
4056
4082
  #
4057
- # Valid values: NONE, ONE
4058
- #
4059
- # Default value is NONE. Specify NONE to use document mode. Specify
4060
- # ONE to use table mode.
4083
+ # Default value is `"none"`. Specify `"none"` to use document mode.
4084
+ # Specify `"one"` to use table mode.
4061
4085
  # @return [String]
4062
4086
  #
4063
4087
  # @!attribute [rw] extract_doc_id
4064
4088
  # Specifies the document ID. Use this setting when `NestingLevel` is
4065
- # set to NONE.
4089
+ # set to `"none"`.
4066
4090
  #
4067
- # Default value is false.
4091
+ # Default value is `"false"`.
4068
4092
  # @return [String]
4069
4093
  #
4070
4094
  # @!attribute [rw] docs_to_investigate
4071
4095
  # Indicates the number of documents to preview to determine the
4072
4096
  # document organization. Use this setting when `NestingLevel` is set
4073
- # to ONE.
4097
+ # to `"one"`.
4074
4098
  #
4075
- # Must be a positive value greater than 0. Default value is 1000.
4099
+ # Must be a positive value greater than `0`. Default value is `1000`.
4076
4100
  # @return [String]
4077
4101
  #
4078
4102
  # @!attribute [rw] auth_source
4079
- # The MongoDB database name. This setting isn't used when
4080
- # `authType=NO`.
4103
+ # The MongoDB database name. This setting isn't used when `AuthType`
4104
+ # is set to `"no"`.
4081
4105
  #
4082
- # The default is admin.
4106
+ # The default is `"admin"`.
4083
4107
  # @return [String]
4084
4108
  #
4085
4109
  # @!attribute [rw] kms_key_id
@@ -4126,10 +4150,10 @@ module Aws::DatabaseMigrationService
4126
4150
  # }
4127
4151
  #
4128
4152
  # @!attribute [rw] service_access_role_arn
4129
- # The ARN of the service role you have created for the Neptune target
4130
- # endpoint. For more information, see
4131
- # [https://docs.aws.amazon.com/dms/latest/userguide/CHAP\_Target.Neptune.html#CHAP\_Target.Neptune.ServiceRole][1]
4132
- # in the *AWS Database Migration Service User Guide.*
4153
+ # The Amazon Resource Name (ARN) of the service role that you created
4154
+ # for the Neptune target endpoint. For more information, see [Creating
4155
+ # an IAM Service Role for Accessing Amazon Neptune as a Target][1] in
4156
+ # the <i>AWS Database Migration Service User Guide. </i>
4133
4157
  #
4134
4158
  #
4135
4159
  #
@@ -4137,15 +4161,15 @@ module Aws::DatabaseMigrationService
4137
4161
  # @return [String]
4138
4162
  #
4139
4163
  # @!attribute [rw] s3_bucket_name
4140
- # The name of the S3 bucket for AWS DMS to temporarily store migrated
4141
- # graph data in CSV files before bulk-loading it to the Neptune target
4142
- # database. AWS DMS maps the SQL source data to graph data before
4143
- # storing it in these CSV files.
4164
+ # The name of the Amazon S3 bucket where AWS DMS can temporarily store
4165
+ # migrated graph data in .csv files before bulk-loading it to the
4166
+ # Neptune target database. AWS DMS maps the SQL source data to graph
4167
+ # data before storing it in these .csv files.
4144
4168
  # @return [String]
4145
4169
  #
4146
4170
  # @!attribute [rw] s3_bucket_folder
4147
- # A folder path where you where you want AWS DMS to store migrated
4148
- # graph data in the S3 bucket specified by `S3BucketName`
4171
+ # A folder path where you want AWS DMS to store migrated graph data in
4172
+ # the S3 bucket specified by `S3BucketName`
4149
4173
  # @return [String]
4150
4174
  #
4151
4175
  # @!attribute [rw] error_retry_duration
@@ -4155,23 +4179,24 @@ module Aws::DatabaseMigrationService
4155
4179
  # @return [Integer]
4156
4180
  #
4157
4181
  # @!attribute [rw] max_file_size
4158
- # The maximum size in KB of migrated graph data stored in a CSV file
4159
- # before AWS DMS bulk-loads the data to the Neptune target database.
4160
- # The default is 1048576 KB. If successful, AWS DMS clears the bucket,
4161
- # ready to store the next batch of migrated graph data.
4182
+ # The maximum size in kilobytes of migrated graph data stored in a
4183
+ # .csv file before AWS DMS bulk-loads the data to the Neptune target
4184
+ # database. The default is 1,048,576 KB. If the bulk load is
4185
+ # successful, AWS DMS clears the bucket, ready to store the next batch
4186
+ # of migrated graph data.
4162
4187
  # @return [Integer]
4163
4188
  #
4164
4189
  # @!attribute [rw] max_retry_count
4165
- # The number of times for AWS DMS to retry a bulk-load of migrated
4190
+ # The number of times for AWS DMS to retry a bulk load of migrated
4166
4191
  # graph data to the Neptune target database before raising an error.
4167
4192
  # The default is 5.
4168
4193
  # @return [Integer]
4169
4194
  #
4170
4195
  # @!attribute [rw] iam_auth_enabled
4171
- # If you want IAM authorization enabled for this endpoint, set this
4172
- # parameter to `true` and attach the appropriate role policy document
4173
- # to your service role specified by `ServiceAccessRoleArn`. The
4174
- # default is `false`.
4196
+ # If you want AWS Identity and Access Management (IAM) authorization
4197
+ # enabled for this endpoint, set this parameter to `true`. Then attach
4198
+ # the appropriate IAM policy document to your service role specified
4199
+ # by `ServiceAccessRoleArn`. The default is `false`.
4175
4200
  # @return [Boolean]
4176
4201
  #
4177
4202
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/NeptuneSettings AWS API Documentation
@@ -4198,11 +4223,18 @@ module Aws::DatabaseMigrationService
4198
4223
  # @return [String]
4199
4224
  #
4200
4225
  # @!attribute [rw] replication_instance_class
4201
- # The compute and memory capacity of the replication instance.
4226
+ # The compute and memory capacity of the replication instance as
4227
+ # defined for the specified replication instance class. For example to
4228
+ # specify the instance class dms.c4.large, set this parameter to
4229
+ # `"dms.c4.large"`.
4230
+ #
4231
+ # For more information on the settings and capacities for the
4232
+ # available replication instance classes, see [ Selecting the right
4233
+ # AWS DMS replication instance for your migration][1].
4202
4234
  #
4203
- # Valid Values: `dms.t2.micro | dms.t2.small | dms.t2.medium |
4204
- # dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge |
4205
- # dms.c4.4xlarge `
4235
+ #
4236
+ #
4237
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
4206
4238
  # @return [String]
4207
4239
  #
4208
4240
  # @!attribute [rw] storage_type
@@ -4744,7 +4776,7 @@ module Aws::DatabaseMigrationService
4744
4776
  #
4745
4777
  # Constraints:
4746
4778
  #
4747
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
4779
+ # * Must contain 1-63 alphanumeric characters or hyphens.
4748
4780
  #
4749
4781
  # * First character must be a letter.
4750
4782
  #
@@ -4754,15 +4786,47 @@ module Aws::DatabaseMigrationService
4754
4786
  # @return [String]
4755
4787
  #
4756
4788
  # @!attribute [rw] replication_instance_class
4757
- # The compute and memory capacity of the replication instance.
4789
+ # The compute and memory capacity of the replication instance as
4790
+ # defined for the specified replication instance class.
4758
4791
  #
4759
- # Valid Values: `dms.t2.micro | dms.t2.small | dms.t2.medium |
4760
- # dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge |
4761
- # dms.c4.4xlarge `
4792
+ # For more information on the settings and capacities for the
4793
+ # available replication instance classes, see [ Selecting the right
4794
+ # AWS DMS replication instance for your migration][1].
4795
+ #
4796
+ #
4797
+ #
4798
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
4762
4799
  # @return [String]
4763
4800
  #
4764
4801
  # @!attribute [rw] replication_instance_status
4765
- # The status of the replication instance.
4802
+ # The status of the replication instance. The possible return values
4803
+ # include:
4804
+ #
4805
+ # * `"available"`
4806
+ #
4807
+ # * `"creating"`
4808
+ #
4809
+ # * `"deleted"`
4810
+ #
4811
+ # * `"deleting"`
4812
+ #
4813
+ # * `"failed"`
4814
+ #
4815
+ # * `"modifying"`
4816
+ #
4817
+ # * `"upgrading"`
4818
+ #
4819
+ # * `"rebooting"`
4820
+ #
4821
+ # * `"resetting-master-credentials"`
4822
+ #
4823
+ # * `"storage-full"`
4824
+ #
4825
+ # * `"incompatible-credentials"`
4826
+ #
4827
+ # * `"incompatible-network"`
4828
+ #
4829
+ # * `"maintenance"`
4766
4830
  # @return [String]
4767
4831
  #
4768
4832
  # @!attribute [rw] allocated_storage
@@ -4859,7 +4923,8 @@ module Aws::DatabaseMigrationService
4859
4923
  # @return [Time]
4860
4924
  #
4861
4925
  # @!attribute [rw] dns_name_servers
4862
- # The DNS name servers for the replication instance.
4926
+ # The DNS name servers supported for the replication instance to
4927
+ # access your on-premise source or target database.
4863
4928
  # @return [String]
4864
4929
  #
4865
4930
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationInstance AWS API Documentation
@@ -4921,11 +4986,16 @@ module Aws::DatabaseMigrationService
4921
4986
  # `ReplicationInstance` user-defined data type.
4922
4987
  #
4923
4988
  # @!attribute [rw] replication_instance_class
4924
- # The compute and memory capacity of the replication instance.
4989
+ # The compute and memory capacity of the replication instance as
4990
+ # defined for the specified replication instance class.
4991
+ #
4992
+ # For more information on the settings and capacities for the
4993
+ # available replication instance classes, see [ Selecting the right
4994
+ # AWS DMS replication instance for your migration][1].
4925
4995
  #
4926
- # Valid Values: `dms.t2.micro | dms.t2.small | dms.t2.medium |
4927
- # dms.t2.large | dms.c4.large | dms.c4.xlarge | dms.c4.2xlarge |
4928
- # dms.c4.4xlarge `
4996
+ #
4997
+ #
4998
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth
4929
4999
  # @return [String]
4930
5000
  #
4931
5001
  # @!attribute [rw] allocated_storage
@@ -5011,7 +5081,7 @@ module Aws::DatabaseMigrationService
5011
5081
  #
5012
5082
  # Constraints:
5013
5083
  #
5014
- # * Must contain from 1 to 255 alphanumeric characters or hyphens.
5084
+ # * Must contain 1-255 alphanumeric characters or hyphens.
5015
5085
  #
5016
5086
  # * First character must be a letter.
5017
5087
  #
@@ -5054,7 +5124,21 @@ module Aws::DatabaseMigrationService
5054
5124
  # @return [String]
5055
5125
  #
5056
5126
  # @!attribute [rw] stop_reason
5057
- # The reason the replication task was stopped.
5127
+ # The reason the replication task was stopped. This response parameter
5128
+ # can return one of the following values:
5129
+ #
5130
+ # * `"STOP_REASON_FULL_LOAD_COMPLETED"` – Full-load migration
5131
+ # completed.
5132
+ #
5133
+ # * `"STOP_REASON_CACHED_CHANGES_APPLIED"` – Change data capture (CDC)
5134
+ # load completed.
5135
+ #
5136
+ # * `"STOP_REASON_CACHED_CHANGES_NOT_APPLIED"` – In a full-load and
5137
+ # CDC migration, the full-load stopped as specified before starting
5138
+ # the CDC migration.
5139
+ #
5140
+ # * `"STOP_REASON_SERVER_TIME"` – The migration stopped at the
5141
+ # specified server time.
5058
5142
  # @return [String]
5059
5143
  #
5060
5144
  # @!attribute [rw] replication_task_creation_date
@@ -5112,7 +5196,7 @@ module Aws::DatabaseMigrationService
5112
5196
  # Supplemental information that the task requires to migrate the data
5113
5197
  # for certain source and target endpoints. For more information, see
5114
5198
  # [Specifying Supplemental Data for Task Settings][1] in the *AWS
5115
- # Database Migration User Guide.*
5199
+ # Database Migration Service User Guide.*
5116
5200
  #
5117
5201
  #
5118
5202
  #
@@ -5938,8 +6022,8 @@ module Aws::DatabaseMigrationService
5938
6022
  # EndpointType, include `"mysql"`, `"oracle"`, `"postgres"`,
5939
6023
  # `"mariadb"`, `"aurora"`, `"aurora-postgresql"`, `"redshift"`,
5940
6024
  # `"s3"`, `"db2"`, `"azuredb"`, `"sybase"`, `"dynamodb"`, `"mongodb"`,
5941
- # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`, and
5942
- # `"sqlserver"`.
6025
+ # `"kinesis"`, `"kafka"`, `"elasticsearch"`, `"documentdb"`,
6026
+ # `"sqlserver"`, and `"neptune"`.
5943
6027
  # @return [String]
5944
6028
  #
5945
6029
  # @!attribute [rw] supports_cdc
@@ -6159,20 +6243,20 @@ module Aws::DatabaseMigrationService
6159
6243
  # }
6160
6244
  #
6161
6245
  # @!attribute [rw] key
6162
- # A key is the required name of the tag. The string value can be from
6163
- # 1 to 128 Unicode characters in length and can't be prefixed with
6164
- # "aws:" or "dms:". The string can only contain only the set of
6165
- # Unicode letters, digits, white-space, '\_', '.', '/', '=',
6166
- # '+', '-' (Java regex:
6246
+ # A key is the required name of the tag. The string value can be 1-128
6247
+ # Unicode characters in length and can't be prefixed with "aws:" or
6248
+ # "dms:". The string can only contain only the set of Unicode
6249
+ # letters, digits, white-space, '\_', '.', '/', '=', '+',
6250
+ # '-' (Java regular expressions:
6167
6251
  # "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
6168
6252
  # @return [String]
6169
6253
  #
6170
6254
  # @!attribute [rw] value
6171
6255
  # A value is the optional value of the tag. The string value can be
6172
- # from 1 to 256 Unicode characters in length and can't be prefixed
6173
- # with "aws:" or "dms:". The string can only contain only the set
6174
- # of Unicode letters, digits, white-space, '\_', '.', '/',
6175
- # '=', '+', '-' (Java regex:
6256
+ # 1-256 Unicode characters in length and can't be prefixed with
6257
+ # "aws:" or "dms:". The string can only contain only the set of
6258
+ # Unicode letters, digits, white-space, '\_', '.', '/', '=',
6259
+ # '+', '-' (Java regular expressions:
6176
6260
  # "^(\[\\\\p\\\{L\\}\\\\p\\\{Z\\}\\\\p\\\{N\\}\_.:/=+\\\\-\]*)$").
6177
6261
  # @return [String]
6178
6262
  #
@@ -6236,11 +6320,11 @@ module Aws::DatabaseMigrationService
6236
6320
  include Aws::Structure
6237
6321
  end
6238
6322
 
6239
- # Describes status of a security group associated with the virtual
6240
- # private cloud hosting your replication and DB instances.
6323
+ # Describes the status of a security group associated with the virtual
6324
+ # private cloud (VPC) hosting your replication and DB instances.
6241
6325
  #
6242
6326
  # @!attribute [rw] vpc_security_group_id
6243
- # The VPC security group Id.
6327
+ # The VPC security group ID.
6244
6328
  # @return [String]
6245
6329
  #
6246
6330
  # @!attribute [rw] status
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.36.0
4
+ version: 1.37.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-06-23 00:00:00.000000000 Z
11
+ date: 2020-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core