aws-sdk-databasemigrationservice 1.116.0 → 1.117.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +6 -1
- 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: c09549af1b37c96cb7d05b86a682aa2ee832cc6e3aa4f12ed6dde2ee8f3aa883
|
4
|
+
data.tar.gz: '081fda1e90628e2afb969ad3cfb0d19b8cce4879857c856f91d35fad23655182'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07fc61f23ee6414835f887cbd634e33a95bdd51d9401a34bf72428a9c49032d0466e2a30c6e063cb5fa633f5ca8b93f35d2a261fdd539eca81c040e116b34923
|
7
|
+
data.tar.gz: b34e3fbc07b6501654aa71693b4d48478eb857312031e1ca4c20cb27c36aa4b7210252db4bc83d84efd7cd5fca3f9201b88a3820913166535f0a2d280099d10a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.117.0
|
@@ -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.117.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.117.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-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|