aws-sdk-databasemigrationservice 1.118.0 → 1.119.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-databasemigrationservice/client.rb +11 -4
- data/lib/aws-sdk-databasemigrationservice/client_api.rb +1 -0
- data/lib/aws-sdk-databasemigrationservice/types.rb +14 -6
- data/lib/aws-sdk-databasemigrationservice.rb +1 -1
- 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: 6bef0620cfa24957e3fad77da700ecbf736b413c67d139d730253216f1e4864d
|
4
|
+
data.tar.gz: 29b5d37c59179c9744c41ec55a5c00f95666611ea8ccdf2d44ef786329d3571f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a48f4f4d948d560af7d430da1907c00f518c18c8b1879592ee96ed5813acb6249919fc0af8b0439b050d2006310f3e564be755dce57b326fd336776e606be7d5
|
7
|
+
data.tar.gz: 230bf2135efc846933351b48eb3aa3b85634abab9ef79e74ab82827997f06b2e05c18e6683be741442b1a11b6f2b7d7ec0ab00b59bbca516211bb31824f4974f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.119.0
|
@@ -694,6 +694,7 @@ module Aws::DatabaseMigrationService
|
|
694
694
|
# resp.replication_task_assessment_run.result_statistic.error #=> Integer
|
695
695
|
# resp.replication_task_assessment_run.result_statistic.warning #=> Integer
|
696
696
|
# resp.replication_task_assessment_run.result_statistic.cancelled #=> Integer
|
697
|
+
# resp.replication_task_assessment_run.result_statistic.skipped #=> Integer
|
697
698
|
#
|
698
699
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CancelReplicationTaskAssessmentRun AWS API Documentation
|
699
700
|
#
|
@@ -4543,6 +4544,7 @@ module Aws::DatabaseMigrationService
|
|
4543
4544
|
# resp.replication_task_assessment_run.result_statistic.error #=> Integer
|
4544
4545
|
# resp.replication_task_assessment_run.result_statistic.warning #=> Integer
|
4545
4546
|
# resp.replication_task_assessment_run.result_statistic.cancelled #=> Integer
|
4547
|
+
# resp.replication_task_assessment_run.result_statistic.skipped #=> Integer
|
4546
4548
|
#
|
4547
4549
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTaskAssessmentRun AWS API Documentation
|
4548
4550
|
#
|
@@ -8083,6 +8085,7 @@ module Aws::DatabaseMigrationService
|
|
8083
8085
|
# resp.replication_task_assessment_runs[0].result_statistic.error #=> Integer
|
8084
8086
|
# resp.replication_task_assessment_runs[0].result_statistic.warning #=> Integer
|
8085
8087
|
# resp.replication_task_assessment_runs[0].result_statistic.cancelled #=> Integer
|
8088
|
+
# resp.replication_task_assessment_runs[0].result_statistic.skipped #=> Integer
|
8086
8089
|
#
|
8087
8090
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentRuns AWS API Documentation
|
8088
8091
|
#
|
@@ -8353,6 +8356,7 @@ module Aws::DatabaseMigrationService
|
|
8353
8356
|
# resp.replications[0].premigration_assessment_statuses[0].result_statistic.error #=> Integer
|
8354
8357
|
# resp.replications[0].premigration_assessment_statuses[0].result_statistic.warning #=> Integer
|
8355
8358
|
# resp.replications[0].premigration_assessment_statuses[0].result_statistic.cancelled #=> Integer
|
8359
|
+
# resp.replications[0].premigration_assessment_statuses[0].result_statistic.skipped #=> Integer
|
8356
8360
|
# resp.replications[0].stop_reason #=> String
|
8357
8361
|
# resp.replications[0].failure_messages #=> Array
|
8358
8362
|
# resp.replications[0].failure_messages[0] #=> String
|
@@ -11906,13 +11910,13 @@ module Aws::DatabaseMigrationService
|
|
11906
11910
|
# User-defined settings for the premigration assessment. The possible
|
11907
11911
|
# values are:
|
11908
11912
|
#
|
11909
|
-
# * `
|
11910
|
-
#
|
11913
|
+
# * `ResultLocationFolder`: The folder within an Amazon S3 bucket where
|
11914
|
+
# you want DMS to store the results of this assessment run.
|
11911
11915
|
#
|
11912
11916
|
# * `ResultEncryptionMode`: The supported values are `SSE_KMS` and
|
11913
11917
|
# `SSE_S3`. If these values are not provided, then the files are not
|
11914
11918
|
# encrypted at rest. For more information, see [Creating Amazon Web
|
11915
|
-
# Services KMS keys to encrypt Amazon
|
11919
|
+
# Services KMS keys to encrypt Amazon S3 target objects][1].
|
11916
11920
|
#
|
11917
11921
|
# * `ResultKmsKeyArn`: The ARN of a customer KMS encryption key that you
|
11918
11922
|
# specify when you set `ResultEncryptionMode` to `SSE_KMS`.
|
@@ -12001,6 +12005,7 @@ module Aws::DatabaseMigrationService
|
|
12001
12005
|
# resp.replication.premigration_assessment_statuses[0].result_statistic.error #=> Integer
|
12002
12006
|
# resp.replication.premigration_assessment_statuses[0].result_statistic.warning #=> Integer
|
12003
12007
|
# resp.replication.premigration_assessment_statuses[0].result_statistic.cancelled #=> Integer
|
12008
|
+
# resp.replication.premigration_assessment_statuses[0].result_statistic.skipped #=> Integer
|
12004
12009
|
# resp.replication.stop_reason #=> String
|
12005
12010
|
# resp.replication.failure_messages #=> Array
|
12006
12011
|
# resp.replication.failure_messages[0] #=> String
|
@@ -12395,6 +12400,7 @@ module Aws::DatabaseMigrationService
|
|
12395
12400
|
# resp.replication_task_assessment_run.result_statistic.error #=> Integer
|
12396
12401
|
# resp.replication_task_assessment_run.result_statistic.warning #=> Integer
|
12397
12402
|
# resp.replication_task_assessment_run.result_statistic.cancelled #=> Integer
|
12403
|
+
# resp.replication_task_assessment_run.result_statistic.skipped #=> Integer
|
12398
12404
|
#
|
12399
12405
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessmentRun AWS API Documentation
|
12400
12406
|
#
|
@@ -12514,6 +12520,7 @@ module Aws::DatabaseMigrationService
|
|
12514
12520
|
# resp.replication.premigration_assessment_statuses[0].result_statistic.error #=> Integer
|
12515
12521
|
# resp.replication.premigration_assessment_statuses[0].result_statistic.warning #=> Integer
|
12516
12522
|
# resp.replication.premigration_assessment_statuses[0].result_statistic.cancelled #=> Integer
|
12523
|
+
# resp.replication.premigration_assessment_statuses[0].result_statistic.skipped #=> Integer
|
12517
12524
|
# resp.replication.stop_reason #=> String
|
12518
12525
|
# resp.replication.failure_messages #=> Array
|
12519
12526
|
# resp.replication.failure_messages[0] #=> String
|
@@ -12750,7 +12757,7 @@ module Aws::DatabaseMigrationService
|
|
12750
12757
|
tracer: tracer
|
12751
12758
|
)
|
12752
12759
|
context[:gem_name] = 'aws-sdk-databasemigrationservice'
|
12753
|
-
context[:gem_version] = '1.
|
12760
|
+
context[:gem_version] = '1.119.0'
|
12754
12761
|
Seahorse::Client::Request.new(handlers, context)
|
12755
12762
|
end
|
12756
12763
|
|
@@ -2502,6 +2502,7 @@ module Aws::DatabaseMigrationService
|
|
2502
2502
|
ReplicationTaskAssessmentRunResultStatistic.add_member(:error, Shapes::ShapeRef.new(shape: Integer, location_name: "Error"))
|
2503
2503
|
ReplicationTaskAssessmentRunResultStatistic.add_member(:warning, Shapes::ShapeRef.new(shape: Integer, location_name: "Warning"))
|
2504
2504
|
ReplicationTaskAssessmentRunResultStatistic.add_member(:cancelled, Shapes::ShapeRef.new(shape: Integer, location_name: "Cancelled"))
|
2505
|
+
ReplicationTaskAssessmentRunResultStatistic.add_member(:skipped, Shapes::ShapeRef.new(shape: Integer, location_name: "Skipped"))
|
2505
2506
|
ReplicationTaskAssessmentRunResultStatistic.struct_class = Types::ReplicationTaskAssessmentRunResultStatistic
|
2506
2507
|
|
2507
2508
|
ReplicationTaskIndividualAssessment.add_member(:replication_task_individual_assessment_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskIndividualAssessmentArn"))
|
@@ -11960,7 +11960,8 @@ module Aws::DatabaseMigrationService
|
|
11960
11960
|
# not yet being provisioned for individual assessments.
|
11961
11961
|
#
|
11962
11962
|
# * `"warning"` – At least one individual assessment completed with a
|
11963
|
-
# `warning` status
|
11963
|
+
# `warning` status or all individual assessments were skipped
|
11964
|
+
# (completed with a `skipped` status).
|
11964
11965
|
# @return [String]
|
11965
11966
|
#
|
11966
11967
|
# @!attribute [rw] replication_task_assessment_run_creation_date
|
@@ -12087,6 +12088,11 @@ module Aws::DatabaseMigrationService
|
|
12087
12088
|
# assessment run.
|
12088
12089
|
# @return [Integer]
|
12089
12090
|
#
|
12091
|
+
# @!attribute [rw] skipped
|
12092
|
+
# The number of individual assessments that were skipped during the
|
12093
|
+
# assessment run.
|
12094
|
+
# @return [Integer]
|
12095
|
+
#
|
12090
12096
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTaskAssessmentRunResultStatistic AWS API Documentation
|
12091
12097
|
#
|
12092
12098
|
class ReplicationTaskAssessmentRunResultStatistic < Struct.new(
|
@@ -12094,7 +12100,8 @@ module Aws::DatabaseMigrationService
|
|
12094
12100
|
:failed,
|
12095
12101
|
:error,
|
12096
12102
|
:warning,
|
12097
|
-
:cancelled
|
12103
|
+
:cancelled,
|
12104
|
+
:skipped)
|
12098
12105
|
SENSITIVE = []
|
12099
12106
|
include Aws::Structure
|
12100
12107
|
end
|
@@ -12130,6 +12137,8 @@ module Aws::DatabaseMigrationService
|
|
12130
12137
|
#
|
12131
12138
|
# * `"pending"`
|
12132
12139
|
#
|
12140
|
+
# * `"skipped"`
|
12141
|
+
#
|
12133
12142
|
# * `"running"`
|
12134
12143
|
# @return [String]
|
12135
12144
|
#
|
@@ -13501,14 +13510,13 @@ module Aws::DatabaseMigrationService
|
|
13501
13510
|
# User-defined settings for the premigration assessment. The possible
|
13502
13511
|
# values are:
|
13503
13512
|
#
|
13504
|
-
# * `
|
13505
|
-
#
|
13506
|
-
# run.
|
13513
|
+
# * `ResultLocationFolder`: The folder within an Amazon S3 bucket
|
13514
|
+
# where you want DMS to store the results of this assessment run.
|
13507
13515
|
#
|
13508
13516
|
# * `ResultEncryptionMode`: The supported values are `SSE_KMS` and
|
13509
13517
|
# `SSE_S3`. If these values are not provided, then the files are not
|
13510
13518
|
# encrypted at rest. For more information, see [Creating Amazon Web
|
13511
|
-
# Services KMS keys to encrypt Amazon
|
13519
|
+
# Services KMS keys to encrypt Amazon S3 target objects][1].
|
13512
13520
|
#
|
13513
13521
|
# * `ResultKmsKeyArn`: The ARN of a customer KMS encryption key that
|
13514
13522
|
# you specify when you set `ResultEncryptionMode` to `SSE_KMS`.
|
data/sig/types.rbs
CHANGED
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.119.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-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|