aws-sdk-databasemigrationservice 1.57.0 → 1.61.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: ee13fbfa9d6aa88ae0d215900f1aa3380f8e6b6602a817ed9300e9bd1ffd8ebe
4
- data.tar.gz: 81a03857705b5e80901465cb8a42055301855071532a17d548fa396300f21407
3
+ metadata.gz: 167524f40dbae8a4390a9273f4b4f37263771b7616d8f011a48d490e3d85ccdf
4
+ data.tar.gz: 6ffd912e5587ce9236371f6a0d9f64ae1a7d2f7f7ec66f49af884abfbfb26402
5
5
  SHA512:
6
- metadata.gz: 3b618e3f814736bb127f8d8e3db6b7f0830eb9209de5a7f0aa70c859d026f1e65d710faa60b9a885f9365971368d631bd37cd524cb25d7385c6473ee413aba90
7
- data.tar.gz: 87401d9c3a2c5e51b68c3240f71ed4ba5658659905c4b76356868bd9fd851b7d57d1f6e35f7ced1a6982500b65ad3e8c45419e265af9f0a4fb498fd5c69eecb9
6
+ metadata.gz: 62237e0ee0629620fe4ab092611e256c05cd3725e9b05432b6d4a44b4aebde80425ef2107d726030bc4307dc17639debe2ba72c574003d0f3e98b811d18d90a4
7
+ data.tar.gz: ad67d017151748e2812c5cb3e7f5338922f3116266bd21db204cbfa1208b0d813f58301936db2fb56dccc6b325d80af4e1b7de9e52f2b7c33d08cd5ddaf76ada
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.61.0 (2021-11-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.60.0 (2021-10-18)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.59.0 (2021-09-17)
15
+ ------------------
16
+
17
+ * Feature - Optional flag force-planned-failover added to reboot-replication-instance API call. This flag can be used to test a planned failover scenario used during some maintenance operations.
18
+
19
+ 1.58.0 (2021-09-01)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.57.0 (2021-08-23)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.61.0
@@ -285,6 +285,15 @@ module Aws::DatabaseMigrationService
285
285
  # ** Please note ** When response stubbing is enabled, no HTTP
286
286
  # requests are made, and retries are disabled.
287
287
  #
288
+ # @option options [Boolean] :use_dualstack_endpoint
289
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
290
+ # will be used if available.
291
+ #
292
+ # @option options [Boolean] :use_fips_endpoint
293
+ # When set to `true`, fips compatible endpoints will be used if available.
294
+ # When a `fips` region is used, the region is normalized and this config
295
+ # is set to `true`.
296
+ #
288
297
  # @option options [Boolean] :validate_params (true)
289
298
  # When `true`, request parameters are validated before
290
299
  # sending the request.
@@ -412,6 +421,8 @@ module Aws::DatabaseMigrationService
412
421
  # @option params [required, String] :apply_action
413
422
  # The pending maintenance action to apply to this resource.
414
423
  #
424
+ # Valid values: `os-upgrade`, `system-update`, `db-upgrade`
425
+ #
415
426
  # @option params [required, String] :opt_in_type
416
427
  # A value that specifies the type of opt-in request, or undoes an opt-in
417
428
  # request. You can't undo an opt-in request of type `immediate`.
@@ -613,8 +624,9 @@ module Aws::DatabaseMigrationService
613
624
  #
614
625
  # Possible settings include the following:
615
626
  #
616
- # * `ServiceAccessRoleArn` - The IAM role that has permission to access
617
- # the Amazon S3 bucket. The role must allow the `iam:PassRole` action.
627
+ # * `ServiceAccessRoleArn` - The Amazon Resource Name (ARN) used by the
628
+ # service access IAM role. The role must allow the `iam:PassRole`
629
+ # action.
618
630
  #
619
631
  # * `BucketName` - The name of the S3 bucket to use.
620
632
  #
@@ -1791,6 +1803,10 @@ module Aws::DatabaseMigrationService
1791
1803
  # Creates a replication subnet group given a list of the subnet IDs in a
1792
1804
  # VPC.
1793
1805
  #
1806
+ # The VPC needs to have at least one subnet in at least two availability
1807
+ # zones in the Amazon Web Services Region, otherwise the service will
1808
+ # throw a `ReplicationSubnetGroupDoesNotCoverEnoughAZs` exception.
1809
+ #
1794
1810
  # @option params [required, String] :replication_subnet_group_identifier
1795
1811
  # The name for the replication subnet group. This value is stored as a
1796
1812
  # lowercase string.
@@ -5116,9 +5132,9 @@ module Aws::DatabaseMigrationService
5116
5132
  #
5117
5133
  # Attributes include the following:
5118
5134
  #
5119
- # * serviceAccessRoleArn - The Identity and Access Management (IAM) role
5120
- # that has permission to access the Amazon S3 bucket. The role must
5121
- # allow the `iam:PassRole` action.
5135
+ # * serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the
5136
+ # service access IAM role. The role must allow the `iam:PassRole`
5137
+ # action.
5122
5138
  #
5123
5139
  # * BucketName - The name of the S3 bucket to use.
5124
5140
  #
@@ -6473,8 +6489,16 @@ module Aws::DatabaseMigrationService
6473
6489
  #
6474
6490
  # @option params [Boolean] :force_failover
6475
6491
  # If this parameter is `true`, the reboot is conducted through a
6476
- # Multi-AZ failover. (If the instance isn't configured for Multi-AZ,
6477
- # then you can't specify `true`.)
6492
+ # Multi-AZ failover. If the instance isn't configured for Multi-AZ,
6493
+ # then you can't specify `true`. ( `--force-planned-failover` and
6494
+ # `--force-failover` can't both be set to `true`.)
6495
+ #
6496
+ # @option params [Boolean] :force_planned_failover
6497
+ # If this parameter is `true`, the reboot is conducted through a planned
6498
+ # Multi-AZ failover where resources are released and cleaned up prior to
6499
+ # conducting the failover. If the instance isn''t configured for
6500
+ # Multi-AZ, then you can't specify `true`. ( `--force-planned-failover`
6501
+ # and `--force-failover` can't both be set to `true`.)
6478
6502
  #
6479
6503
  # @return [Types::RebootReplicationInstanceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6480
6504
  #
@@ -6485,6 +6509,7 @@ module Aws::DatabaseMigrationService
6485
6509
  # resp = client.reboot_replication_instance({
6486
6510
  # replication_instance_arn: "String", # required
6487
6511
  # force_failover: false,
6512
+ # force_planned_failover: false,
6488
6513
  # })
6489
6514
  #
6490
6515
  # @example Response structure
@@ -6595,6 +6620,10 @@ module Aws::DatabaseMigrationService
6595
6620
 
6596
6621
  # Reloads the target database table with the source data.
6597
6622
  #
6623
+ # You can only use this operation with a task in the `RUNNING` state,
6624
+ # otherwise the service will throw an `InvalidResourceStateFault`
6625
+ # exception.
6626
+ #
6598
6627
  # @option params [required, String] :replication_task_arn
6599
6628
  # The Amazon Resource Name (ARN) of the replication task.
6600
6629
  #
@@ -7158,7 +7187,7 @@ module Aws::DatabaseMigrationService
7158
7187
  params: params,
7159
7188
  config: config)
7160
7189
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
7161
- context[:gem_version] = '1.57.0'
7190
+ context[:gem_version] = '1.61.0'
7162
7191
  Seahorse::Client::Request.new(handlers, context)
7163
7192
  end
7164
7193
 
@@ -1144,6 +1144,7 @@ module Aws::DatabaseMigrationService
1144
1144
 
1145
1145
  RebootReplicationInstanceMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReplicationInstanceArn"))
1146
1146
  RebootReplicationInstanceMessage.add_member(:force_failover, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceFailover"))
1147
+ RebootReplicationInstanceMessage.add_member(:force_planned_failover, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForcePlannedFailover"))
1147
1148
  RebootReplicationInstanceMessage.struct_class = Types::RebootReplicationInstanceMessage
1148
1149
 
1149
1150
  RebootReplicationInstanceResponse.add_member(:replication_instance, Shapes::ShapeRef.new(shape: ReplicationInstance, location_name: "ReplicationInstance"))
@@ -106,6 +106,8 @@ module Aws::DatabaseMigrationService
106
106
  #
107
107
  # @!attribute [rw] apply_action
108
108
  # The pending maintenance action to apply to this resource.
109
+ #
110
+ # Valid values: `os-upgrade`, `system-update`, `db-upgrade`
109
111
  # @return [String]
110
112
  #
111
113
  # @!attribute [rw] opt_in_type
@@ -741,8 +743,8 @@ module Aws::DatabaseMigrationService
741
743
  #
742
744
  # Possible settings include the following:
743
745
  #
744
- # * `ServiceAccessRoleArn` - The IAM role that has permission to
745
- # access the Amazon S3 bucket. The role must allow the
746
+ # * `ServiceAccessRoleArn` - The Amazon Resource Name (ARN) used by
747
+ # the service access IAM role. The role must allow the
746
748
  # `iam:PassRole` action.
747
749
  #
748
750
  # * `BucketName` - The name of the S3 bucket to use.
@@ -3195,10 +3197,8 @@ module Aws::DatabaseMigrationService
3195
3197
  # }
3196
3198
  #
3197
3199
  # @!attribute [rw] service_access_role_arn
3198
- # The IAM role that has permission to access the Amazon S3 bucket.
3199
- # When specified as part of request syntax, such as for the
3200
- # `CreateEndpoint` and `ModifyEndpoint` actions, the role must allow
3201
- # the `iam:PassRole` action.
3200
+ # The Amazon Resource Name (ARN) used by the service access IAM role.
3201
+ # The role must allow the `iam:PassRole` action.
3202
3202
  # @return [String]
3203
3203
  #
3204
3204
  # @!attribute [rw] bucket_name
@@ -3523,8 +3523,8 @@ module Aws::DatabaseMigrationService
3523
3523
  #
3524
3524
  # Possible settings include the following:
3525
3525
  #
3526
- # * `ServiceAccessRoleArn` - The IAM role that has permission to
3527
- # access the Amazon S3 bucket. The role must allow the
3526
+ # * `ServiceAccessRoleArn` - - The Amazon Resource Name (ARN) used by
3527
+ # the service access IAM role. The role must allow the
3528
3528
  # `iam:PassRole` action.
3529
3529
  #
3530
3530
  # * `BucketName` - The name of the S3 bucket to use.
@@ -5049,9 +5049,9 @@ module Aws::DatabaseMigrationService
5049
5049
  #
5050
5050
  # Attributes include the following:
5051
5051
  #
5052
- # * serviceAccessRoleArn - The Identity and Access Management (IAM)
5053
- # role that has permission to access the Amazon S3 bucket. The role
5054
- # must allow the `iam:PassRole` action.
5052
+ # * serviceAccessRoleArn - The Amazon Resource Name (ARN) used by the
5053
+ # service access IAM role. The role must allow the `iam:PassRole`
5054
+ # action.
5055
5055
  #
5056
5056
  # * BucketName - The name of the S3 bucket to use.
5057
5057
  #
@@ -6926,6 +6926,7 @@ module Aws::DatabaseMigrationService
6926
6926
  # {
6927
6927
  # replication_instance_arn: "String", # required
6928
6928
  # force_failover: false,
6929
+ # force_planned_failover: false,
6929
6930
  # }
6930
6931
  #
6931
6932
  # @!attribute [rw] replication_instance_arn
@@ -6934,15 +6935,26 @@ module Aws::DatabaseMigrationService
6934
6935
  #
6935
6936
  # @!attribute [rw] force_failover
6936
6937
  # If this parameter is `true`, the reboot is conducted through a
6937
- # Multi-AZ failover. (If the instance isn't configured for Multi-AZ,
6938
- # then you can't specify `true`.)
6938
+ # Multi-AZ failover. If the instance isn't configured for Multi-AZ,
6939
+ # then you can't specify `true`. ( `--force-planned-failover` and
6940
+ # `--force-failover` can't both be set to `true`.)
6941
+ # @return [Boolean]
6942
+ #
6943
+ # @!attribute [rw] force_planned_failover
6944
+ # If this parameter is `true`, the reboot is conducted through a
6945
+ # planned Multi-AZ failover where resources are released and cleaned
6946
+ # up prior to conducting the failover. If the instance isn''t
6947
+ # configured for Multi-AZ, then you can't specify `true`. (
6948
+ # `--force-planned-failover` and `--force-failover` can't both be set
6949
+ # to `true`.)
6939
6950
  # @return [Boolean]
6940
6951
  #
6941
6952
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/RebootReplicationInstanceMessage AWS API Documentation
6942
6953
  #
6943
6954
  class RebootReplicationInstanceMessage < Struct.new(
6944
6955
  :replication_instance_arn,
6945
- :force_failover)
6956
+ :force_failover,
6957
+ :force_planned_failover)
6946
6958
  SENSITIVE = []
6947
6959
  include Aws::Structure
6948
6960
  end
@@ -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.57.0'
52
+ GEM_VERSION = '1.61.0'
53
53
 
54
54
  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.57.0
4
+ version: 1.61.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-23 00:00:00.000000000 Z
11
+ date: 2021-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.119.0
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.119.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -77,7 +77,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
77
77
  requirements:
78
78
  - - ">="
79
79
  - !ruby/object:Gem::Version
80
- version: '0'
80
+ version: '2.3'
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  requirements:
83
83
  - - ">="