aws-sdk-databasemigrationservice 1.29.0 → 1.30.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: de6b5accf2265b2ee063c832c9f5d95bcab59197
4
- data.tar.gz: b8c09f840c8fb3d71b58778a595362446750c91e
3
+ metadata.gz: 4525a0a0391d6504c5b15a61944e2c6cf5c701ac
4
+ data.tar.gz: 218d1fb49ac53acd4d7ee5802fb95024e81bd4dc
5
5
  SHA512:
6
- metadata.gz: ae6c5529e061ade58cff3b7cc5fa32c90c6eba5407ca3fd2c22231e8ae5881042a5b342d8f5d7eaacdb59bc4b29c03aec8de691b7f0688c5d94af0d6f9cfdfb1
7
- data.tar.gz: 50209845ad7821217a2588bd7bbfc075896c1c91433aedc8effa66ee1fe4e8f66aa91a89a69e0a8d3b29bf01d8806b45f831895e628b2d371636e1e8e09b34bd
6
+ metadata.gz: 0c103edc4a22ef73ab34a245fbca6074c059a404d47c062737b025b263e3d5a12377998d14e132478817ab9eeec2646f8b8d3888cd154c0b789b6e3b9e8e8a48
7
+ data.tar.gz: 197d0c646810435fbb15e113c69ade94de00c5633246aef945fd4b31809734b3b02b7d8565d4646bfd64254f734b1f4a077c3a78039e16ce23d8de863a6ce527
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-databasemigrationservice/customizations'
43
43
  # @service
44
44
  module Aws::DatabaseMigrationService
45
45
 
46
- GEM_VERSION = '1.29.0'
46
+ GEM_VERSION = '1.30.0'
47
47
 
48
48
  end
@@ -885,6 +885,17 @@ module Aws::DatabaseMigrationService
885
885
 
886
886
  # Creates the replication instance using the specified parameters.
887
887
  #
888
+ # AWS DMS requires that your account have certain roles with appropriate
889
+ # permissions before you can create a replication instance. For
890
+ # information on the required roles, see [Creating the IAM Roles to Use
891
+ # With the AWS CLI and AWS DMS API][1]. For information on the required
892
+ # permissions, see [IAM Permissions Needed to Use AWS DMS][2].
893
+ #
894
+ #
895
+ #
896
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.APIRole.html
897
+ # [2]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Security.IAMPermissions.html
898
+ #
888
899
  # @option params [required, String] :replication_instance_identifier
889
900
  # The replication instance identifier. This parameter is stored as a
890
901
  # lowercase string.
@@ -1284,6 +1295,19 @@ module Aws::DatabaseMigrationService
1284
1295
  #
1285
1296
  # LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
1286
1297
  #
1298
+ # <note markdown="1"> When you use this task setting with a source PostgreSQL database, a
1299
+ # logical replication slot should already be created and associated with
1300
+ # the source endpoint. You can verify this by setting the `slotName`
1301
+ # extra connection attribute to the name of this logical replication
1302
+ # slot. For more information, see [Extra Connection Attributes When
1303
+ # Using PostgreSQL as a Source for AWS DMS][1].
1304
+ #
1305
+ # </note>
1306
+ #
1307
+ #
1308
+ #
1309
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib
1310
+ #
1287
1311
  # @option params [String] :cdc_stop_position
1288
1312
  # Indicates when you want a change data capture (CDC) operation to stop.
1289
1313
  # The value can be either server time or commit time.
@@ -1384,6 +1408,11 @@ module Aws::DatabaseMigrationService
1384
1408
  # resp.replication_task.replication_task_stats.tables_loading #=> Integer
1385
1409
  # resp.replication_task.replication_task_stats.tables_queued #=> Integer
1386
1410
  # resp.replication_task.replication_task_stats.tables_errored #=> Integer
1411
+ # resp.replication_task.replication_task_stats.fresh_start_date #=> Time
1412
+ # resp.replication_task.replication_task_stats.start_date #=> Time
1413
+ # resp.replication_task.replication_task_stats.stop_date #=> Time
1414
+ # resp.replication_task.replication_task_stats.full_load_start_date #=> Time
1415
+ # resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
1387
1416
  #
1388
1417
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CreateReplicationTask AWS API Documentation
1389
1418
  #
@@ -1913,6 +1942,11 @@ module Aws::DatabaseMigrationService
1913
1942
  # resp.replication_task.replication_task_stats.tables_loading #=> Integer
1914
1943
  # resp.replication_task.replication_task_stats.tables_queued #=> Integer
1915
1944
  # resp.replication_task.replication_task_stats.tables_errored #=> Integer
1945
+ # resp.replication_task.replication_task_stats.fresh_start_date #=> Time
1946
+ # resp.replication_task.replication_task_stats.start_date #=> Time
1947
+ # resp.replication_task.replication_task_stats.stop_date #=> Time
1948
+ # resp.replication_task.replication_task_stats.full_load_start_date #=> Time
1949
+ # resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
1916
1950
  #
1917
1951
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTask AWS API Documentation
1918
1952
  #
@@ -3233,6 +3267,11 @@ module Aws::DatabaseMigrationService
3233
3267
  # resp.replication_tasks[0].replication_task_stats.tables_loading #=> Integer
3234
3268
  # resp.replication_tasks[0].replication_task_stats.tables_queued #=> Integer
3235
3269
  # resp.replication_tasks[0].replication_task_stats.tables_errored #=> Integer
3270
+ # resp.replication_tasks[0].replication_task_stats.fresh_start_date #=> Time
3271
+ # resp.replication_tasks[0].replication_task_stats.start_date #=> Time
3272
+ # resp.replication_tasks[0].replication_task_stats.stop_date #=> Time
3273
+ # resp.replication_tasks[0].replication_task_stats.full_load_start_date #=> Time
3274
+ # resp.replication_tasks[0].replication_task_stats.full_load_finish_date #=> Time
3236
3275
  #
3237
3276
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTasks AWS API Documentation
3238
3277
  #
@@ -4294,6 +4333,19 @@ module Aws::DatabaseMigrationService
4294
4333
  #
4295
4334
  # LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
4296
4335
  #
4336
+ # <note markdown="1"> When you use this task setting with a source PostgreSQL database, a
4337
+ # logical replication slot should already be created and associated with
4338
+ # the source endpoint. You can verify this by setting the `slotName`
4339
+ # extra connection attribute to the name of this logical replication
4340
+ # slot. For more information, see [Extra Connection Attributes When
4341
+ # Using PostgreSQL as a Source for AWS DMS][1].
4342
+ #
4343
+ # </note>
4344
+ #
4345
+ #
4346
+ #
4347
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib
4348
+ #
4297
4349
  # @option params [String] :cdc_stop_position
4298
4350
  # Indicates when you want a change data capture (CDC) operation to stop.
4299
4351
  # The value can be either server time or commit time.
@@ -4345,6 +4397,11 @@ module Aws::DatabaseMigrationService
4345
4397
  # resp.replication_task.replication_task_stats.tables_loading #=> Integer
4346
4398
  # resp.replication_task.replication_task_stats.tables_queued #=> Integer
4347
4399
  # resp.replication_task.replication_task_stats.tables_errored #=> Integer
4400
+ # resp.replication_task.replication_task_stats.fresh_start_date #=> Time
4401
+ # resp.replication_task.replication_task_stats.start_date #=> Time
4402
+ # resp.replication_task.replication_task_stats.stop_date #=> Time
4403
+ # resp.replication_task.replication_task_stats.full_load_start_date #=> Time
4404
+ # resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
4348
4405
  #
4349
4406
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ModifyReplicationTask AWS API Documentation
4350
4407
  #
@@ -4610,6 +4667,19 @@ module Aws::DatabaseMigrationService
4610
4667
  #
4611
4668
  # LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
4612
4669
  #
4670
+ # <note markdown="1"> When you use this task setting with a source PostgreSQL database, a
4671
+ # logical replication slot should already be created and associated with
4672
+ # the source endpoint. You can verify this by setting the `slotName`
4673
+ # extra connection attribute to the name of this logical replication
4674
+ # slot. For more information, see [Extra Connection Attributes When
4675
+ # Using PostgreSQL as a Source for AWS DMS][1].
4676
+ #
4677
+ # </note>
4678
+ #
4679
+ #
4680
+ #
4681
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib
4682
+ #
4613
4683
  # @option params [String] :cdc_stop_position
4614
4684
  # Indicates when you want a change data capture (CDC) operation to stop.
4615
4685
  # The value can be either server time or commit time.
@@ -4685,6 +4755,11 @@ module Aws::DatabaseMigrationService
4685
4755
  # resp.replication_task.replication_task_stats.tables_loading #=> Integer
4686
4756
  # resp.replication_task.replication_task_stats.tables_queued #=> Integer
4687
4757
  # resp.replication_task.replication_task_stats.tables_errored #=> Integer
4758
+ # resp.replication_task.replication_task_stats.fresh_start_date #=> Time
4759
+ # resp.replication_task.replication_task_stats.start_date #=> Time
4760
+ # resp.replication_task.replication_task_stats.stop_date #=> Time
4761
+ # resp.replication_task.replication_task_stats.full_load_start_date #=> Time
4762
+ # resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
4688
4763
  #
4689
4764
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTask AWS API Documentation
4690
4765
  #
@@ -4735,6 +4810,11 @@ module Aws::DatabaseMigrationService
4735
4810
  # resp.replication_task.replication_task_stats.tables_loading #=> Integer
4736
4811
  # resp.replication_task.replication_task_stats.tables_queued #=> Integer
4737
4812
  # resp.replication_task.replication_task_stats.tables_errored #=> Integer
4813
+ # resp.replication_task.replication_task_stats.fresh_start_date #=> Time
4814
+ # resp.replication_task.replication_task_stats.start_date #=> Time
4815
+ # resp.replication_task.replication_task_stats.stop_date #=> Time
4816
+ # resp.replication_task.replication_task_stats.full_load_start_date #=> Time
4817
+ # resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
4738
4818
  #
4739
4819
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessment AWS API Documentation
4740
4820
  #
@@ -4809,6 +4889,11 @@ module Aws::DatabaseMigrationService
4809
4889
  # resp.replication_task.replication_task_stats.tables_loading #=> Integer
4810
4890
  # resp.replication_task.replication_task_stats.tables_queued #=> Integer
4811
4891
  # resp.replication_task.replication_task_stats.tables_errored #=> Integer
4892
+ # resp.replication_task.replication_task_stats.fresh_start_date #=> Time
4893
+ # resp.replication_task.replication_task_stats.start_date #=> Time
4894
+ # resp.replication_task.replication_task_stats.stop_date #=> Time
4895
+ # resp.replication_task.replication_task_stats.full_load_start_date #=> Time
4896
+ # resp.replication_task.replication_task_stats.full_load_finish_date #=> Time
4812
4897
  #
4813
4898
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StopReplicationTask AWS API Documentation
4814
4899
  #
@@ -4887,7 +4972,7 @@ module Aws::DatabaseMigrationService
4887
4972
  params: params,
4888
4973
  config: config)
4889
4974
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
4890
- context[:gem_version] = '1.29.0'
4975
+ context[:gem_version] = '1.30.0'
4891
4976
  Seahorse::Client::Request.new(handlers, context)
4892
4977
  end
4893
4978
 
@@ -962,6 +962,11 @@ module Aws::DatabaseMigrationService
962
962
  ReplicationTaskStats.add_member(:tables_loading, Shapes::ShapeRef.new(shape: Integer, location_name: "TablesLoading"))
963
963
  ReplicationTaskStats.add_member(:tables_queued, Shapes::ShapeRef.new(shape: Integer, location_name: "TablesQueued"))
964
964
  ReplicationTaskStats.add_member(:tables_errored, Shapes::ShapeRef.new(shape: Integer, location_name: "TablesErrored"))
965
+ ReplicationTaskStats.add_member(:fresh_start_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "FreshStartDate"))
966
+ ReplicationTaskStats.add_member(:start_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "StartDate"))
967
+ ReplicationTaskStats.add_member(:stop_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "StopDate"))
968
+ ReplicationTaskStats.add_member(:full_load_start_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "FullLoadStartDate"))
969
+ ReplicationTaskStats.add_member(:full_load_finish_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "FullLoadFinishDate"))
965
970
  ReplicationTaskStats.struct_class = Types::ReplicationTaskStats
966
971
 
967
972
  ResourceAlreadyExistsFault.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "message"))
@@ -972,6 +972,19 @@ module Aws::DatabaseMigrationService
972
972
  # "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"
973
973
  #
974
974
  # LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
975
+ #
976
+ # <note markdown="1"> When you use this task setting with a source PostgreSQL database, a
977
+ # logical replication slot should already be created and associated
978
+ # with the source endpoint. You can verify this by setting the
979
+ # `slotName` extra connection attribute to the name of this logical
980
+ # replication slot. For more information, see [Extra Connection
981
+ # Attributes When Using PostgreSQL as a Source for AWS DMS][1].
982
+ #
983
+ # </note>
984
+ #
985
+ #
986
+ #
987
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib
975
988
  # @return [String]
976
989
  #
977
990
  # @!attribute [rw] cdc_stop_position
@@ -3556,6 +3569,19 @@ module Aws::DatabaseMigrationService
3556
3569
  # "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"
3557
3570
  #
3558
3571
  # LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
3572
+ #
3573
+ # <note markdown="1"> When you use this task setting with a source PostgreSQL database, a
3574
+ # logical replication slot should already be created and associated
3575
+ # with the source endpoint. You can verify this by setting the
3576
+ # `slotName` extra connection attribute to the name of this logical
3577
+ # replication slot. For more information, see [Extra Connection
3578
+ # Attributes When Using PostgreSQL as a Source for AWS DMS][1].
3579
+ #
3580
+ # </note>
3581
+ #
3582
+ #
3583
+ #
3584
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib
3559
3585
  # @return [String]
3560
3586
  #
3561
3587
  # @!attribute [rw] cdc_stop_position
@@ -4681,6 +4707,33 @@ module Aws::DatabaseMigrationService
4681
4707
  # The number of errors that have occurred during this task.
4682
4708
  # @return [Integer]
4683
4709
  #
4710
+ # @!attribute [rw] fresh_start_date
4711
+ # The date the replication task was started either with a fresh start
4712
+ # or a target reload.
4713
+ # @return [Time]
4714
+ #
4715
+ # @!attribute [rw] start_date
4716
+ # The date the replication task was started either with a fresh start
4717
+ # or a resume. For more information, see
4718
+ # [StartReplicationTaskType][1].
4719
+ #
4720
+ #
4721
+ #
4722
+ # [1]: https://docs.aws.amazon.com/dms/latest/APIReference/API_StartReplicationTask.html#DMS-StartReplicationTask-request-StartReplicationTaskType
4723
+ # @return [Time]
4724
+ #
4725
+ # @!attribute [rw] stop_date
4726
+ # The date the replication task was stopped.
4727
+ # @return [Time]
4728
+ #
4729
+ # @!attribute [rw] full_load_start_date
4730
+ # The date the the replication task full load was started.
4731
+ # @return [Time]
4732
+ #
4733
+ # @!attribute [rw] full_load_finish_date
4734
+ # The date the replication task full load was completed.
4735
+ # @return [Time]
4736
+ #
4684
4737
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTaskStats AWS API Documentation
4685
4738
  #
4686
4739
  class ReplicationTaskStats < Struct.new(
@@ -4689,7 +4742,12 @@ module Aws::DatabaseMigrationService
4689
4742
  :tables_loaded,
4690
4743
  :tables_loading,
4691
4744
  :tables_queued,
4692
- :tables_errored)
4745
+ :tables_errored,
4746
+ :fresh_start_date,
4747
+ :start_date,
4748
+ :stop_date,
4749
+ :full_load_start_date,
4750
+ :full_load_finish_date)
4693
4751
  include Aws::Structure
4694
4752
  end
4695
4753
 
@@ -5174,6 +5232,19 @@ module Aws::DatabaseMigrationService
5174
5232
  # "checkpoint:V1#27#mysql-bin-changelog.157832:1975:-1:2002:677883278264080:mysql-bin-changelog.157832:1876#0#0#*#0#93"
5175
5233
  #
5176
5234
  # LSN Example: --cdc-start-position “mysql-bin-changelog.000024:373”
5235
+ #
5236
+ # <note markdown="1"> When you use this task setting with a source PostgreSQL database, a
5237
+ # logical replication slot should already be created and associated
5238
+ # with the source endpoint. You can verify this by setting the
5239
+ # `slotName` extra connection attribute to the name of this logical
5240
+ # replication slot. For more information, see [Extra Connection
5241
+ # Attributes When Using PostgreSQL as a Source for AWS DMS][1].
5242
+ #
5243
+ # </note>
5244
+ #
5245
+ #
5246
+ #
5247
+ # [1]: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Source.PostgreSQL.html#CHAP_Source.PostgreSQL.ConnectionAttrib
5177
5248
  # @return [String]
5178
5249
  #
5179
5250
  # @!attribute [rw] cdc_stop_position
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.29.0
4
+ version: 1.30.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: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2019-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core