aws-sdk-databasemigrationservice 1.116.0 → 1.118.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +34 -29
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +1 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +6 -0
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/types.rbs +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 845227b480c6f8c9dc19422acf45e6931b79400bb7c8496f177a02876d07ad7c
|
4
|
+
data.tar.gz: 68ff795cb30caa2e6b1892ddd46d006b4ee78e5b43ebb9ab21aee03b7028b2b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 59623d9e6b43c0b39bee81d1661e949fc89d52e885ee0f26018a6d10976376e22ea0a7dd828c781aeb67445abcfb1799fe88b1e4f822e333675236e483da7ddf
|
7
|
+
data.tar.gz: fc806b451a6953fa779898f8df6c096a2b0382147bc24322ffb02cbbc3f40ae925da4b1574f7a54f6ef199bafc31a7c438a27d35ddcbc021b43a1e8f6078ce61
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.118.0 (2025-02-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.117.0 (2025-02-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API.
|
13
|
+
|
4
14
|
1.116.0 (2025-02-14)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.118.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::DatabaseMigrationService
|
40
40
|
# An API client for DatabaseMigrationService. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -4648,6 +4648,10 @@ module Aws::DatabaseMigrationService
|
|
4648
4648
|
# ARN of a replication instance on which you want to base the default
|
4649
4649
|
# list of individual assessments.
|
4650
4650
|
#
|
4651
|
+
# @option params [String] :replication_config_arn
|
4652
|
+
# Amazon Resource Name (ARN) of a serverless replication on which you
|
4653
|
+
# want to base the default list of individual assessments.
|
4654
|
+
#
|
4651
4655
|
# @option params [String] :source_engine_name
|
4652
4656
|
# Name of a database engine that the specified replication instance
|
4653
4657
|
# supports as a source.
|
@@ -4683,6 +4687,7 @@ module Aws::DatabaseMigrationService
|
|
4683
4687
|
# resp = client.describe_applicable_individual_assessments({
|
4684
4688
|
# replication_task_arn: "String",
|
4685
4689
|
# replication_instance_arn: "String",
|
4690
|
+
# replication_config_arn: "String",
|
4686
4691
|
# source_engine_name: "String",
|
4687
4692
|
# target_engine_name: "String",
|
4688
4693
|
# migration_type: "full-load", # accepts full-load, cdc, full-load-and-cdc
|
@@ -12745,7 +12750,7 @@ module Aws::DatabaseMigrationService
|
|
12745
12750
|
tracer: tracer
|
12746
12751
|
)
|
12747
12752
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
12748
|
-
context[:gem_version] = '1.
|
12753
|
+
context[:gem_version] = '1.118.0'
|
12749
12754
|
Seahorse::Client::Request.new(handlers, context)
|
12750
12755
|
end
|
12751
12756
|
|
@@ -1010,6 +1010,7 @@ module Aws::DatabaseMigrationService
|
|
1010
1010
|
|
1011
1011
|
DescribeApplicableIndividualAssessmentsMessage.add_member(:replication_task_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskArn"))
|
1012
1012
|
DescribeApplicableIndividualAssessmentsMessage.add_member(:replication_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationInstanceArn"))
|
1013
|
+
DescribeApplicableIndividualAssessmentsMessage.add_member(:replication_config_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationConfigArn"))
|
1013
1014
|
DescribeApplicableIndividualAssessmentsMessage.add_member(:source_engine_name, Shapes::ShapeRef.new(shape: String, location_name: "SourceEngineName"))
|
1014
1015
|
DescribeApplicableIndividualAssessmentsMessage.add_member(:target_engine_name, Shapes::ShapeRef.new(shape: String, location_name: "TargetEngineName"))
|
1015
1016
|
DescribeApplicableIndividualAssessmentsMessage.add_member(:migration_type, Shapes::ShapeRef.new(shape: MigrationTypeValue, location_name: "MigrationType"))
|
@@ -2785,6 +2785,11 @@ module Aws::DatabaseMigrationService
|
|
2785
2785
|
# list of individual assessments.
|
2786
2786
|
# @return [String]
|
2787
2787
|
#
|
2788
|
+
# @!attribute [rw] replication_config_arn
|
2789
|
+
# Amazon Resource Name (ARN) of a serverless replication on which you
|
2790
|
+
# want to base the default list of individual assessments.
|
2791
|
+
# @return [String]
|
2792
|
+
#
|
2788
2793
|
# @!attribute [rw] source_engine_name
|
2789
2794
|
# Name of a database engine that the specified replication instance
|
2790
2795
|
# supports as a source.
|
@@ -2818,6 +2823,7 @@ module Aws::DatabaseMigrationService
|
|
2818
2823
|
class DescribeApplicableIndividualAssessmentsMessage < Struct.new(
|
2819
2824
|
:replication_task_arn,
|
2820
2825
|
:replication_instance_arn,
|
2826
|
+
:replication_config_arn,
|
2821
2827
|
:source_engine_name,
|
2822
2828
|
:target_engine_name,
|
2823
2829
|
:migration_type,
|
data/sig/client.rbs
CHANGED
@@ -1015,6 +1015,7 @@ module Aws
|
|
1015
1015
|
def describe_applicable_individual_assessments: (
|
1016
1016
|
?replication_task_arn: ::String,
|
1017
1017
|
?replication_instance_arn: ::String,
|
1018
|
+
?replication_config_arn: ::String,
|
1018
1019
|
?source_engine_name: ::String,
|
1019
1020
|
?target_engine_name: ::String,
|
1020
1021
|
?migration_type: ("full-load" | "cdc" | "full-load-and-cdc"),
|
data/sig/types.rbs
CHANGED
@@ -666,6 +666,7 @@ module Aws::DatabaseMigrationService
|
|
666
666
|
class DescribeApplicableIndividualAssessmentsMessage
|
667
667
|
attr_accessor replication_task_arn: ::String
|
668
668
|
attr_accessor replication_instance_arn: ::String
|
669
|
+
attr_accessor replication_config_arn: ::String
|
669
670
|
attr_accessor source_engine_name: ::String
|
670
671
|
attr_accessor target_engine_name: ::String
|
671
672
|
attr_accessor migration_type: ("full-load" | "cdc" | "full-load-and-cdc")
|
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.
|
4
|
+
version: 1.118.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: 2025-02-
|
11
|
+
date: 2025-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|