aws-sdk-databasemigrationservice 1.108.0 → 1.109.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
  SHA256:
3
- metadata.gz: 3ba79c0078f7f6f2d20a932930189f3785375dd41a775806b34c3a6d22758491
4
- data.tar.gz: 06a5611d9680e8407464e8c554eac9edf265cdd68b7b50e628d86e56e48e53d4
3
+ metadata.gz: 781ca8dee22e13a1441346c225b8ce08b4c78540315c44619defc2f5f79f44c0
4
+ data.tar.gz: 01eb56290104b1e55cece46b631a5ed0b47649acc8367c69c39f37e8297df8b1
5
5
  SHA512:
6
- metadata.gz: bed80211554d5fc4ac3d51c7eee357617c7187e1774e091e31d45f8e24f4b1ec41bdd9cdb749d216d6ecc16929a886d4ad462ad7a3e9bd6a4e5f93f34fca653b
7
- data.tar.gz: 2298d62abbe821959ef13f474a6323ba384124de177f00e93b541cdf8d6253aa53446f63426678b3c3998092d65c1c6001346aa204393e0e14269b6cb6cb8076
6
+ metadata.gz: d43b4412882e2c4ecc8e8e7be832bc01c46c1e7ad440c2d3c70b6f27324d222cf833b964c84d893db599b19b0b61fa053fbcc2b5aec7834b5ade6fc6e9761544
7
+ data.tar.gz: 85a4cdbe3e6d2519c556ee33f33dc26ae32c9eb49f31b41b5837a0613c148cbc61e718b927d67115a017302665e0b6ec9a1e1c1181970f73549232b2a4661c1b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2024-10-21)
5
+ ------------------
6
+
7
+ * Feature - Added support for tagging in StartReplicationTaskAssessmentRun API and introduced IsLatestTaskAssessmentRun and ResultStatistic fields for enhanced tracking and assessment result statistics.
8
+
4
9
  1.108.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.108.0
1
+ 1.109.0
@@ -665,6 +665,12 @@ module Aws::DatabaseMigrationService
665
665
  # resp.replication_task_assessment_run.result_encryption_mode #=> String
666
666
  # resp.replication_task_assessment_run.result_kms_key_arn #=> String
667
667
  # resp.replication_task_assessment_run.assessment_run_name #=> String
668
+ # resp.replication_task_assessment_run.is_latest_task_assessment_run #=> Boolean
669
+ # resp.replication_task_assessment_run.result_statistic.passed #=> Integer
670
+ # resp.replication_task_assessment_run.result_statistic.failed #=> Integer
671
+ # resp.replication_task_assessment_run.result_statistic.error #=> Integer
672
+ # resp.replication_task_assessment_run.result_statistic.warning #=> Integer
673
+ # resp.replication_task_assessment_run.result_statistic.cancelled #=> Integer
668
674
  #
669
675
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/CancelReplicationTaskAssessmentRun AWS API Documentation
670
676
  #
@@ -777,6 +783,8 @@ module Aws::DatabaseMigrationService
777
783
  # resp.data_migration.data_migration_status #=> String
778
784
  # resp.data_migration.public_ip_addresses #=> Array
779
785
  # resp.data_migration.public_ip_addresses[0] #=> String
786
+ # resp.data_migration.data_migration_cidr_blocks #=> Array
787
+ # resp.data_migration.data_migration_cidr_blocks[0] #=> String
780
788
  # resp.data_migration.last_failure_message #=> String
781
789
  # resp.data_migration.stop_reason #=> String
782
790
  #
@@ -3374,6 +3382,8 @@ module Aws::DatabaseMigrationService
3374
3382
  # resp.data_migration.data_migration_status #=> String
3375
3383
  # resp.data_migration.public_ip_addresses #=> Array
3376
3384
  # resp.data_migration.public_ip_addresses[0] #=> String
3385
+ # resp.data_migration.data_migration_cidr_blocks #=> Array
3386
+ # resp.data_migration.data_migration_cidr_blocks[0] #=> String
3377
3387
  # resp.data_migration.last_failure_message #=> String
3378
3388
  # resp.data_migration.stop_reason #=> String
3379
3389
  #
@@ -4428,6 +4438,12 @@ module Aws::DatabaseMigrationService
4428
4438
  # resp.replication_task_assessment_run.result_encryption_mode #=> String
4429
4439
  # resp.replication_task_assessment_run.result_kms_key_arn #=> String
4430
4440
  # resp.replication_task_assessment_run.assessment_run_name #=> String
4441
+ # resp.replication_task_assessment_run.is_latest_task_assessment_run #=> Boolean
4442
+ # resp.replication_task_assessment_run.result_statistic.passed #=> Integer
4443
+ # resp.replication_task_assessment_run.result_statistic.failed #=> Integer
4444
+ # resp.replication_task_assessment_run.result_statistic.error #=> Integer
4445
+ # resp.replication_task_assessment_run.result_statistic.warning #=> Integer
4446
+ # resp.replication_task_assessment_run.result_statistic.cancelled #=> Integer
4431
4447
  #
4432
4448
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DeleteReplicationTaskAssessmentRun AWS API Documentation
4433
4449
  #
@@ -4908,6 +4924,8 @@ module Aws::DatabaseMigrationService
4908
4924
  # resp.data_migrations[0].data_migration_status #=> String
4909
4925
  # resp.data_migrations[0].public_ip_addresses #=> Array
4910
4926
  # resp.data_migrations[0].public_ip_addresses[0] #=> String
4927
+ # resp.data_migrations[0].data_migration_cidr_blocks #=> Array
4928
+ # resp.data_migrations[0].data_migration_cidr_blocks[0] #=> String
4911
4929
  # resp.data_migrations[0].last_failure_message #=> String
4912
4930
  # resp.data_migrations[0].stop_reason #=> String
4913
4931
  # resp.marker #=> String
@@ -7922,6 +7940,12 @@ module Aws::DatabaseMigrationService
7922
7940
  # resp.replication_task_assessment_runs[0].result_encryption_mode #=> String
7923
7941
  # resp.replication_task_assessment_runs[0].result_kms_key_arn #=> String
7924
7942
  # resp.replication_task_assessment_runs[0].assessment_run_name #=> String
7943
+ # resp.replication_task_assessment_runs[0].is_latest_task_assessment_run #=> Boolean
7944
+ # resp.replication_task_assessment_runs[0].result_statistic.passed #=> Integer
7945
+ # resp.replication_task_assessment_runs[0].result_statistic.failed #=> Integer
7946
+ # resp.replication_task_assessment_runs[0].result_statistic.error #=> Integer
7947
+ # resp.replication_task_assessment_runs[0].result_statistic.warning #=> Integer
7948
+ # resp.replication_task_assessment_runs[0].result_statistic.cancelled #=> Integer
7925
7949
  #
7926
7950
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeReplicationTaskAssessmentRuns AWS API Documentation
7927
7951
  #
@@ -8734,6 +8758,8 @@ module Aws::DatabaseMigrationService
8734
8758
  # resp.data_migration.data_migration_status #=> String
8735
8759
  # resp.data_migration.public_ip_addresses #=> Array
8736
8760
  # resp.data_migration.public_ip_addresses[0] #=> String
8761
+ # resp.data_migration.data_migration_cidr_blocks #=> Array
8762
+ # resp.data_migration.data_migration_cidr_blocks[0] #=> String
8737
8763
  # resp.data_migration.last_failure_message #=> String
8738
8764
  # resp.data_migration.stop_reason #=> String
8739
8765
  #
@@ -11250,6 +11276,8 @@ module Aws::DatabaseMigrationService
11250
11276
  # resp.data_migration.data_migration_status #=> String
11251
11277
  # resp.data_migration.public_ip_addresses #=> Array
11252
11278
  # resp.data_migration.public_ip_addresses[0] #=> String
11279
+ # resp.data_migration.data_migration_cidr_blocks #=> Array
11280
+ # resp.data_migration.data_migration_cidr_blocks[0] #=> String
11253
11281
  # resp.data_migration.last_failure_message #=> String
11254
11282
  # resp.data_migration.stop_reason #=> String
11255
11283
  #
@@ -12031,6 +12059,10 @@ module Aws::DatabaseMigrationService
12031
12059
  #
12032
12060
  # </note>
12033
12061
  #
12062
+ # @option params [Array<Types::Tag>] :tags
12063
+ # One or more tags to be assigned to the premigration assessment run
12064
+ # that you want to start.
12065
+ #
12034
12066
  # @return [Types::StartReplicationTaskAssessmentRunResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
12035
12067
  #
12036
12068
  # * {Types::StartReplicationTaskAssessmentRunResponse#replication_task_assessment_run #replication_task_assessment_run} => Types::ReplicationTaskAssessmentRun
@@ -12047,6 +12079,13 @@ module Aws::DatabaseMigrationService
12047
12079
  # assessment_run_name: "String", # required
12048
12080
  # include_only: ["String"],
12049
12081
  # exclude: ["String"],
12082
+ # tags: [
12083
+ # {
12084
+ # key: "String",
12085
+ # value: "String",
12086
+ # resource_arn: "String",
12087
+ # },
12088
+ # ],
12050
12089
  # })
12051
12090
  #
12052
12091
  # @example Response structure
@@ -12064,6 +12103,12 @@ module Aws::DatabaseMigrationService
12064
12103
  # resp.replication_task_assessment_run.result_encryption_mode #=> String
12065
12104
  # resp.replication_task_assessment_run.result_kms_key_arn #=> String
12066
12105
  # resp.replication_task_assessment_run.assessment_run_name #=> String
12106
+ # resp.replication_task_assessment_run.is_latest_task_assessment_run #=> Boolean
12107
+ # resp.replication_task_assessment_run.result_statistic.passed #=> Integer
12108
+ # resp.replication_task_assessment_run.result_statistic.failed #=> Integer
12109
+ # resp.replication_task_assessment_run.result_statistic.error #=> Integer
12110
+ # resp.replication_task_assessment_run.result_statistic.warning #=> Integer
12111
+ # resp.replication_task_assessment_run.result_statistic.cancelled #=> Integer
12067
12112
  #
12068
12113
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessmentRun AWS API Documentation
12069
12114
  #
@@ -12119,6 +12164,8 @@ module Aws::DatabaseMigrationService
12119
12164
  # resp.data_migration.data_migration_status #=> String
12120
12165
  # resp.data_migration.public_ip_addresses #=> Array
12121
12166
  # resp.data_migration.public_ip_addresses[0] #=> String
12167
+ # resp.data_migration.data_migration_cidr_blocks #=> Array
12168
+ # resp.data_migration.data_migration_cidr_blocks[0] #=> String
12122
12169
  # resp.data_migration.last_failure_message #=> String
12123
12170
  # resp.data_migration.stop_reason #=> String
12124
12171
  #
@@ -12398,7 +12445,7 @@ module Aws::DatabaseMigrationService
12398
12445
  tracer: tracer
12399
12446
  )
12400
12447
  context[:gem_name] = 'aws-sdk-databasemigrationservice'
12401
- context[:gem_version] = '1.108.0'
12448
+ context[:gem_version] = '1.109.0'
12402
12449
  Seahorse::Client::Request.new(handlers, context)
12403
12450
  end
12404
12451
 
@@ -77,6 +77,7 @@ module Aws::DatabaseMigrationService
77
77
  CreateReplicationTaskResponse = Shapes::StructureShape.new(name: 'CreateReplicationTaskResponse')
78
78
  DataFormatValue = Shapes::StringShape.new(name: 'DataFormatValue')
79
79
  DataMigration = Shapes::StructureShape.new(name: 'DataMigration')
80
+ DataMigrationCidrBlock = Shapes::ListShape.new(name: 'DataMigrationCidrBlock')
80
81
  DataMigrationSettings = Shapes::StructureShape.new(name: 'DataMigrationSettings')
81
82
  DataMigrationStatistics = Shapes::StructureShape.new(name: 'DataMigrationStatistics')
82
83
  DataMigrations = Shapes::ListShape.new(name: 'DataMigrations')
@@ -391,6 +392,7 @@ module Aws::DatabaseMigrationService
391
392
  ReplicationTaskAssessmentRun = Shapes::StructureShape.new(name: 'ReplicationTaskAssessmentRun')
392
393
  ReplicationTaskAssessmentRunList = Shapes::ListShape.new(name: 'ReplicationTaskAssessmentRunList')
393
394
  ReplicationTaskAssessmentRunProgress = Shapes::StructureShape.new(name: 'ReplicationTaskAssessmentRunProgress')
395
+ ReplicationTaskAssessmentRunResultStatistic = Shapes::StructureShape.new(name: 'ReplicationTaskAssessmentRunResultStatistic')
394
396
  ReplicationTaskIndividualAssessment = Shapes::StructureShape.new(name: 'ReplicationTaskIndividualAssessment')
395
397
  ReplicationTaskIndividualAssessmentList = Shapes::ListShape.new(name: 'ReplicationTaskIndividualAssessmentList')
396
398
  ReplicationTaskList = Shapes::ListShape.new(name: 'ReplicationTaskList')
@@ -796,10 +798,13 @@ module Aws::DatabaseMigrationService
796
798
  DataMigration.add_member(:data_migration_statistics, Shapes::ShapeRef.new(shape: DataMigrationStatistics, location_name: "DataMigrationStatistics"))
797
799
  DataMigration.add_member(:data_migration_status, Shapes::ShapeRef.new(shape: String, location_name: "DataMigrationStatus"))
798
800
  DataMigration.add_member(:public_ip_addresses, Shapes::ShapeRef.new(shape: PublicIpAddressList, location_name: "PublicIpAddresses"))
801
+ DataMigration.add_member(:data_migration_cidr_blocks, Shapes::ShapeRef.new(shape: DataMigrationCidrBlock, location_name: "DataMigrationCidrBlocks"))
799
802
  DataMigration.add_member(:last_failure_message, Shapes::ShapeRef.new(shape: String, location_name: "LastFailureMessage"))
800
803
  DataMigration.add_member(:stop_reason, Shapes::ShapeRef.new(shape: String, location_name: "StopReason"))
801
804
  DataMigration.struct_class = Types::DataMigration
802
805
 
806
+ DataMigrationCidrBlock.member = Shapes::ShapeRef.new(shape: String)
807
+
803
808
  DataMigrationSettings.add_member(:number_of_jobs, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NumberOfJobs"))
804
809
  DataMigrationSettings.add_member(:cloudwatch_logs_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CloudwatchLogsEnabled"))
805
810
  DataMigrationSettings.add_member(:selection_rules, Shapes::ShapeRef.new(shape: SecretString, location_name: "SelectionRules"))
@@ -2420,6 +2425,8 @@ module Aws::DatabaseMigrationService
2420
2425
  ReplicationTaskAssessmentRun.add_member(:result_encryption_mode, Shapes::ShapeRef.new(shape: String, location_name: "ResultEncryptionMode"))
2421
2426
  ReplicationTaskAssessmentRun.add_member(:result_kms_key_arn, Shapes::ShapeRef.new(shape: String, location_name: "ResultKmsKeyArn"))
2422
2427
  ReplicationTaskAssessmentRun.add_member(:assessment_run_name, Shapes::ShapeRef.new(shape: String, location_name: "AssessmentRunName"))
2428
+ ReplicationTaskAssessmentRun.add_member(:is_latest_task_assessment_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsLatestTaskAssessmentRun"))
2429
+ ReplicationTaskAssessmentRun.add_member(:result_statistic, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRunResultStatistic, location_name: "ResultStatistic"))
2423
2430
  ReplicationTaskAssessmentRun.struct_class = Types::ReplicationTaskAssessmentRun
2424
2431
 
2425
2432
  ReplicationTaskAssessmentRunList.member = Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRun)
@@ -2428,6 +2435,13 @@ module Aws::DatabaseMigrationService
2428
2435
  ReplicationTaskAssessmentRunProgress.add_member(:individual_assessment_completed_count, Shapes::ShapeRef.new(shape: Integer, location_name: "IndividualAssessmentCompletedCount"))
2429
2436
  ReplicationTaskAssessmentRunProgress.struct_class = Types::ReplicationTaskAssessmentRunProgress
2430
2437
 
2438
+ ReplicationTaskAssessmentRunResultStatistic.add_member(:passed, Shapes::ShapeRef.new(shape: Integer, location_name: "Passed"))
2439
+ ReplicationTaskAssessmentRunResultStatistic.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, location_name: "Failed"))
2440
+ ReplicationTaskAssessmentRunResultStatistic.add_member(:error, Shapes::ShapeRef.new(shape: Integer, location_name: "Error"))
2441
+ ReplicationTaskAssessmentRunResultStatistic.add_member(:warning, Shapes::ShapeRef.new(shape: Integer, location_name: "Warning"))
2442
+ ReplicationTaskAssessmentRunResultStatistic.add_member(:cancelled, Shapes::ShapeRef.new(shape: Integer, location_name: "Cancelled"))
2443
+ ReplicationTaskAssessmentRunResultStatistic.struct_class = Types::ReplicationTaskAssessmentRunResultStatistic
2444
+
2431
2445
  ReplicationTaskIndividualAssessment.add_member(:replication_task_individual_assessment_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskIndividualAssessmentArn"))
2432
2446
  ReplicationTaskIndividualAssessment.add_member(:replication_task_assessment_run_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationTaskAssessmentRunArn"))
2433
2447
  ReplicationTaskIndividualAssessment.add_member(:individual_assessment_name, Shapes::ShapeRef.new(shape: String, location_name: "IndividualAssessmentName"))
@@ -2661,6 +2675,7 @@ module Aws::DatabaseMigrationService
2661
2675
  StartReplicationTaskAssessmentRunMessage.add_member(:assessment_run_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AssessmentRunName"))
2662
2676
  StartReplicationTaskAssessmentRunMessage.add_member(:include_only, Shapes::ShapeRef.new(shape: IncludeTestList, location_name: "IncludeOnly"))
2663
2677
  StartReplicationTaskAssessmentRunMessage.add_member(:exclude, Shapes::ShapeRef.new(shape: ExcludeTestList, location_name: "Exclude"))
2678
+ StartReplicationTaskAssessmentRunMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
2664
2679
  StartReplicationTaskAssessmentRunMessage.struct_class = Types::StartReplicationTaskAssessmentRunMessage
2665
2680
 
2666
2681
  StartReplicationTaskAssessmentRunResponse.add_member(:replication_task_assessment_run, Shapes::ShapeRef.new(shape: ReplicationTaskAssessmentRun, location_name: "ReplicationTaskAssessmentRun"))
@@ -1928,6 +1928,10 @@ module Aws::DatabaseMigrationService
1928
1928
  # The IP addresses of the endpoints for the data migration.
1929
1929
  # @return [Array<String>]
1930
1930
  #
1931
+ # @!attribute [rw] data_migration_cidr_blocks
1932
+ # The CIDR blocks of the endpoints for the data migration.
1933
+ # @return [Array<String>]
1934
+ #
1931
1935
  # @!attribute [rw] last_failure_message
1932
1936
  # Information about the data migration's most recent error or
1933
1937
  # failure.
@@ -1953,6 +1957,7 @@ module Aws::DatabaseMigrationService
1953
1957
  :data_migration_statistics,
1954
1958
  :data_migration_status,
1955
1959
  :public_ip_addresses,
1960
+ :data_migration_cidr_blocks,
1956
1961
  :last_failure_message,
1957
1962
  :stop_reason)
1958
1963
  SENSITIVE = [:public_ip_addresses]
@@ -11658,6 +11663,17 @@ module Aws::DatabaseMigrationService
11658
11663
  # Unique name of the assessment run.
11659
11664
  # @return [String]
11660
11665
  #
11666
+ # @!attribute [rw] is_latest_task_assessment_run
11667
+ # Indicates that the following PreflightAssessmentRun is the latest
11668
+ # for the ReplicationTask. The status is either true or false.
11669
+ # @return [Boolean]
11670
+ #
11671
+ # @!attribute [rw] result_statistic
11672
+ # Result statistics for a completed assessment run, showing aggregated
11673
+ # statistics of IndividualAssessments for how many assessments were
11674
+ # passed, failed, or encountered issues such as errors or warnings.
11675
+ # @return [Types::ReplicationTaskAssessmentRunResultStatistic]
11676
+ #
11661
11677
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTaskAssessmentRun AWS API Documentation
11662
11678
  #
11663
11679
  class ReplicationTaskAssessmentRun < Struct.new(
@@ -11672,7 +11688,9 @@ module Aws::DatabaseMigrationService
11672
11688
  :result_location_folder,
11673
11689
  :result_encryption_mode,
11674
11690
  :result_kms_key_arn,
11675
- :assessment_run_name)
11691
+ :assessment_run_name,
11692
+ :is_latest_task_assessment_run,
11693
+ :result_statistic)
11676
11694
  SENSITIVE = []
11677
11695
  include Aws::Structure
11678
11696
  end
@@ -11698,6 +11716,46 @@ module Aws::DatabaseMigrationService
11698
11716
  include Aws::Structure
11699
11717
  end
11700
11718
 
11719
+ # The object containing the result statistics for a completed assessment
11720
+ # run.
11721
+ #
11722
+ # @!attribute [rw] passed
11723
+ # The number of individual assessments that successfully passed all
11724
+ # checks in the assessment run.
11725
+ # @return [Integer]
11726
+ #
11727
+ # @!attribute [rw] failed
11728
+ # The number of individual assessments that failed to meet the
11729
+ # criteria defined in the assessment run.
11730
+ # @return [Integer]
11731
+ #
11732
+ # @!attribute [rw] error
11733
+ # The number of individual assessments that encountered a critical
11734
+ # error and could not complete properly.
11735
+ # @return [Integer]
11736
+ #
11737
+ # @!attribute [rw] warning
11738
+ # Indicates that the recent completed AssessmentRun triggered a
11739
+ # warning.
11740
+ # @return [Integer]
11741
+ #
11742
+ # @!attribute [rw] cancelled
11743
+ # The number of individual assessments that were cancelled during the
11744
+ # assessment run.
11745
+ # @return [Integer]
11746
+ #
11747
+ # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/ReplicationTaskAssessmentRunResultStatistic AWS API Documentation
11748
+ #
11749
+ class ReplicationTaskAssessmentRunResultStatistic < Struct.new(
11750
+ :passed,
11751
+ :failed,
11752
+ :error,
11753
+ :warning,
11754
+ :cancelled)
11755
+ SENSITIVE = []
11756
+ include Aws::Structure
11757
+ end
11758
+
11701
11759
  # Provides information that describes an individual assessment from a
11702
11760
  # premigration assessment run.
11703
11761
  #
@@ -13226,6 +13284,11 @@ module Aws::DatabaseMigrationService
13226
13284
  # </note>
13227
13285
  # @return [Array<String>]
13228
13286
  #
13287
+ # @!attribute [rw] tags
13288
+ # One or more tags to be assigned to the premigration assessment run
13289
+ # that you want to start.
13290
+ # @return [Array<Types::Tag>]
13291
+ #
13229
13292
  # @see http://docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/StartReplicationTaskAssessmentRunMessage AWS API Documentation
13230
13293
  #
13231
13294
  class StartReplicationTaskAssessmentRunMessage < Struct.new(
@@ -13237,7 +13300,8 @@ module Aws::DatabaseMigrationService
13237
13300
  :result_kms_key_arn,
13238
13301
  :assessment_run_name,
13239
13302
  :include_only,
13240
- :exclude)
13303
+ :exclude,
13304
+ :tags)
13241
13305
  SENSITIVE = []
13242
13306
  include Aws::Structure
13243
13307
  end
@@ -55,7 +55,7 @@ module Aws::DatabaseMigrationService
55
55
  autoload :EndpointProvider, 'aws-sdk-databasemigrationservice/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-databasemigrationservice/endpoints'
57
57
 
58
- GEM_VERSION = '1.108.0'
58
+ GEM_VERSION = '1.109.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -2598,7 +2598,14 @@ module Aws
2598
2598
  ?result_kms_key_arn: ::String,
2599
2599
  assessment_run_name: ::String,
2600
2600
  ?include_only: Array[::String],
2601
- ?exclude: Array[::String]
2601
+ ?exclude: Array[::String],
2602
+ ?tags: Array[
2603
+ {
2604
+ key: ::String?,
2605
+ value: ::String?,
2606
+ resource_arn: ::String?
2607
+ },
2608
+ ]
2602
2609
  ) -> _StartReplicationTaskAssessmentRunResponseSuccess
2603
2610
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartReplicationTaskAssessmentRunResponseSuccess
2604
2611
 
data/sig/types.rbs CHANGED
@@ -383,6 +383,7 @@ module Aws::DatabaseMigrationService
383
383
  attr_accessor data_migration_statistics: Types::DataMigrationStatistics
384
384
  attr_accessor data_migration_status: ::String
385
385
  attr_accessor public_ip_addresses: ::Array[::String]
386
+ attr_accessor data_migration_cidr_blocks: ::Array[::String]
386
387
  attr_accessor last_failure_message: ::String
387
388
  attr_accessor stop_reason: ::String
388
389
  SENSITIVE: [:public_ip_addresses]
@@ -2417,6 +2418,8 @@ module Aws::DatabaseMigrationService
2417
2418
  attr_accessor result_encryption_mode: ::String
2418
2419
  attr_accessor result_kms_key_arn: ::String
2419
2420
  attr_accessor assessment_run_name: ::String
2421
+ attr_accessor is_latest_task_assessment_run: bool
2422
+ attr_accessor result_statistic: Types::ReplicationTaskAssessmentRunResultStatistic
2420
2423
  SENSITIVE: []
2421
2424
  end
2422
2425
 
@@ -2426,6 +2429,15 @@ module Aws::DatabaseMigrationService
2426
2429
  SENSITIVE: []
2427
2430
  end
2428
2431
 
2432
+ class ReplicationTaskAssessmentRunResultStatistic
2433
+ attr_accessor passed: ::Integer
2434
+ attr_accessor failed: ::Integer
2435
+ attr_accessor error: ::Integer
2436
+ attr_accessor warning: ::Integer
2437
+ attr_accessor cancelled: ::Integer
2438
+ SENSITIVE: []
2439
+ end
2440
+
2429
2441
  class ReplicationTaskIndividualAssessment
2430
2442
  attr_accessor replication_task_individual_assessment_arn: ::String
2431
2443
  attr_accessor replication_task_assessment_run_arn: ::String
@@ -2722,6 +2734,7 @@ module Aws::DatabaseMigrationService
2722
2734
  attr_accessor assessment_run_name: ::String
2723
2735
  attr_accessor include_only: ::Array[::String]
2724
2736
  attr_accessor exclude: ::Array[::String]
2737
+ attr_accessor tags: ::Array[Types::Tag]
2725
2738
  SENSITIVE: []
2726
2739
  end
2727
2740
 
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.108.0
4
+ version: 1.109.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core