aws-sdk-route53recoveryreadiness 1.7.0 → 1.10.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: 567283aa69b5470d0cf0dac6858cb5712f70c7281b1b2858edf8d8248b161394
4
- data.tar.gz: 25e758c52b47bbf306beb34640d00a7a2e45c81ef9162dee3749588d080587c3
3
+ metadata.gz: 66c38b50688650146063350b9f45d0879419bf4f584714bd98106913e6cecf40
4
+ data.tar.gz: 195a6fb68a60cd60175daf145f17a56eb2613a4f3e76e274642fdeaa8591090e
5
5
  SHA512:
6
- metadata.gz: cc6cce5a12b927b617586fc86ea40329965e20f84924785de9b9f593731b8b3a872ae1a9cb1edbdbe93ee7516a1884d1612b838f58b91c41b5754f78ccb0753e
7
- data.tar.gz: fd61640c12389d2e309ba7b3f7a9e411ae2fb2c530bcea52b57d49b67b9948a9d2d0d840a21f70afd760b122486c647126d46616c4c520e99e0c966eaf00cd6e
6
+ metadata.gz: e22b6a2be8666b000cb08eeb92d26001e4e370f94b544432272e27dc8778d704f3bc6a17d2fe293519ecfe532090e864fa62e5d8b3a5c8063654119663169afe
7
+ data.tar.gz: a3ec0f378efac9f5a241adc1ea5231da37df419c93842e159b052ffe3896276a1d87c320eee4d9cdc1a2a7cac58ebaa9e5bfa20f60c416e448be2591f4e8b5d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.9.0 (2022-02-03)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.8.0 (2022-01-24)
15
+ ------------------
16
+
17
+ * Feature - Updated documentation for Route53 Recovery Readiness APIs.
18
+
4
19
  1.7.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.10.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::Route53RecoveryReadiness
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -347,14 +351,14 @@ module Aws::Route53RecoveryReadiness
347
351
 
348
352
  # @!group API Operations
349
353
 
350
- # Creates a new Cell.
354
+ # Creates a cell in an account.
351
355
  #
352
356
  # @option params [required, String] :cell_name
353
357
  #
354
358
  # @option params [Array<String>] :cells
355
359
  #
356
360
  # @option params [Hash<String,String>] :tags
357
- # A collection of tags associated with a resource
361
+ # A collection of tags associated with a resource.
358
362
  #
359
363
  # @return [Types::CreateCellResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
360
364
  #
@@ -394,10 +398,13 @@ module Aws::Route53RecoveryReadiness
394
398
  req.send_request(options)
395
399
  end
396
400
 
397
- # Create a new cross account readiness authorization.
401
+ # Creates a cross-account readiness authorization. This lets you
402
+ # authorize another account to work with Route 53 Application Recovery
403
+ # Controller, for example, to check the readiness status of resources in
404
+ # a separate account.
398
405
  #
399
406
  # @option params [required, String] :cross_account_authorization
400
- # A cross-account authorization, e.g. arn:aws:iam::123456789012:root
407
+ # CrossAccountAuthorization
401
408
  #
402
409
  # @return [Types::CreateCrossAccountAuthorizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
403
410
  #
@@ -422,14 +429,18 @@ module Aws::Route53RecoveryReadiness
422
429
  req.send_request(options)
423
430
  end
424
431
 
425
- # Creates a new Readiness Check.
432
+ # Creates a readiness check in an account. A readiness check monitors a
433
+ # resource set in your application, such as a set of Amazon Aurora
434
+ # instances, that Application Recovery Controller is auditing recovery
435
+ # readiness for. The audits run once every minute on every resource
436
+ # that's associated with a readiness check.
426
437
  #
427
438
  # @option params [required, String] :readiness_check_name
428
439
  #
429
440
  # @option params [required, String] :resource_set_name
430
441
  #
431
442
  # @option params [Hash<String,String>] :tags
432
- # A collection of tags associated with a resource
443
+ # A collection of tags associated with a resource.
433
444
  #
434
445
  # @return [Types::CreateReadinessCheckResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
435
446
  #
@@ -465,14 +476,16 @@ module Aws::Route53RecoveryReadiness
465
476
  req.send_request(options)
466
477
  end
467
478
 
468
- # Creates a new Recovery Group.
479
+ # Creates a recovery group in an account. A recovery group corresponds
480
+ # to an application and includes a list of the cells that make up the
481
+ # application.
469
482
  #
470
483
  # @option params [Array<String>] :cells
471
484
  #
472
485
  # @option params [required, String] :recovery_group_name
473
486
  #
474
487
  # @option params [Hash<String,String>] :tags
475
- # A collection of tags associated with a resource
488
+ # A collection of tags associated with a resource.
476
489
  #
477
490
  # @return [Types::CreateRecoveryGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
478
491
  #
@@ -509,7 +522,9 @@ module Aws::Route53RecoveryReadiness
509
522
  req.send_request(options)
510
523
  end
511
524
 
512
- # Creates a new Resource Set.
525
+ # Creates a resource set. A resource set is a set of resources of one
526
+ # type that span multiple cells. You can associate a resource set with a
527
+ # readiness check to monitor the resources for failover readiness.
513
528
  #
514
529
  # @option params [required, String] :resource_set_name
515
530
  #
@@ -518,7 +533,7 @@ module Aws::Route53RecoveryReadiness
518
533
  # @option params [required, Array<Types::Resource>] :resources
519
534
  #
520
535
  # @option params [Hash<String,String>] :tags
521
- # A collection of tags associated with a resource
536
+ # A collection of tags associated with a resource.
522
537
  #
523
538
  # @return [Types::CreateResourceSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
524
539
  #
@@ -589,7 +604,8 @@ module Aws::Route53RecoveryReadiness
589
604
  req.send_request(options)
590
605
  end
591
606
 
592
- # Deletes an existing Cell.
607
+ # Delete a cell. When successful, the response code is 204, with no
608
+ # response body.
593
609
  #
594
610
  # @option params [required, String] :cell_name
595
611
  #
@@ -610,7 +626,7 @@ module Aws::Route53RecoveryReadiness
610
626
  req.send_request(options)
611
627
  end
612
628
 
613
- # Delete cross account readiness authorization
629
+ # Deletes cross account readiness authorization.
614
630
  #
615
631
  # @option params [required, String] :cross_account_authorization
616
632
  #
@@ -631,7 +647,7 @@ module Aws::Route53RecoveryReadiness
631
647
  req.send_request(options)
632
648
  end
633
649
 
634
- # Deletes an existing Readiness Check.
650
+ # Deletes a readiness check.
635
651
  #
636
652
  # @option params [required, String] :readiness_check_name
637
653
  #
@@ -652,7 +668,7 @@ module Aws::Route53RecoveryReadiness
652
668
  req.send_request(options)
653
669
  end
654
670
 
655
- # Deletes an existing Recovery Group.
671
+ # Deletes a recovery group.
656
672
  #
657
673
  # @option params [required, String] :recovery_group_name
658
674
  #
@@ -673,7 +689,7 @@ module Aws::Route53RecoveryReadiness
673
689
  req.send_request(options)
674
690
  end
675
691
 
676
- # Deletes an existing Resource Set.
692
+ # Deletes a resource set.
677
693
  #
678
694
  # @option params [required, String] :resource_set_name
679
695
  #
@@ -694,8 +710,8 @@ module Aws::Route53RecoveryReadiness
694
710
  req.send_request(options)
695
711
  end
696
712
 
697
- # Returns a collection of recommendations to improve resilliance and
698
- # readiness check quality for a Recovery Group.
713
+ # Gets recommendations about architecture designs for improving
714
+ # resiliency for an application, based on a recovery group.
699
715
  #
700
716
  # @option params [Integer] :max_results
701
717
  #
@@ -733,7 +749,9 @@ module Aws::Route53RecoveryReadiness
733
749
  req.send_request(options)
734
750
  end
735
751
 
736
- # Returns information about a Cell.
752
+ # Gets information about a cell including cell name, cell Amazon
753
+ # Resource Name (ARN), ARNs of nested cells for this cell, and a list of
754
+ # those cell ARNs with their associated recovery group ARNs.
737
755
  #
738
756
  # @option params [required, String] :cell_name
739
757
  #
@@ -771,7 +789,8 @@ module Aws::Route53RecoveryReadiness
771
789
  req.send_request(options)
772
790
  end
773
791
 
774
- # Returns information about readiness of a Cell.
792
+ # Gets readiness for a cell. Aggregates the readiness of all the
793
+ # resources that are associated with the cell into a single value.
775
794
  #
776
795
  # @option params [required, String] :cell_name
777
796
  #
@@ -812,7 +831,7 @@ module Aws::Route53RecoveryReadiness
812
831
  req.send_request(options)
813
832
  end
814
833
 
815
- # Returns information about a ReadinessCheck.
834
+ # Gets details about a readiness check.
816
835
  #
817
836
  # @option params [required, String] :readiness_check_name
818
837
  #
@@ -846,8 +865,10 @@ module Aws::Route53RecoveryReadiness
846
865
  req.send_request(options)
847
866
  end
848
867
 
849
- # Returns detailed information about the status of an individual
850
- # resource within a Readiness Check's Resource Set.
868
+ # Gets individual readiness status for a readiness check. To see the
869
+ # overall readiness status for a recovery group, that considers the
870
+ # readiness status for all the readiness checks in the recovery group,
871
+ # use GetRecoveryGroupReadinessSummary.
851
872
  #
852
873
  # @option params [Integer] :max_results
853
874
  #
@@ -894,7 +915,10 @@ module Aws::Route53RecoveryReadiness
894
915
  req.send_request(options)
895
916
  end
896
917
 
897
- # Returns information about the status of a Readiness Check.
918
+ # Gets the readiness status for an individual readiness check. To see
919
+ # the overall readiness status for a recovery group, that considers the
920
+ # readiness status for all the readiness checks in a recovery group, use
921
+ # GetRecoveryGroupReadinessSummary.
898
922
  #
899
923
  # @option params [Integer] :max_results
900
924
  #
@@ -940,7 +964,8 @@ module Aws::Route53RecoveryReadiness
940
964
  req.send_request(options)
941
965
  end
942
966
 
943
- # Returns information about a Recovery Group.
967
+ # Gets details about a recovery group, including a list of the cells
968
+ # that are included in it.
944
969
  #
945
970
  # @option params [required, String] :recovery_group_name
946
971
  #
@@ -975,7 +1000,9 @@ module Aws::Route53RecoveryReadiness
975
1000
  req.send_request(options)
976
1001
  end
977
1002
 
978
- # Returns information about a Recovery Group.
1003
+ # Displays a summary of information about a recovery group's readiness
1004
+ # status. Includes the readiness checks for resources in the recovery
1005
+ # group and the readiness status of each one.
979
1006
  #
980
1007
  # @option params [Integer] :max_results
981
1008
  #
@@ -1016,7 +1043,8 @@ module Aws::Route53RecoveryReadiness
1016
1043
  req.send_request(options)
1017
1044
  end
1018
1045
 
1019
- # Returns information about a Resource Set.
1046
+ # Displays the details about a resource set, including a list of the
1047
+ # resources in the set.
1020
1048
  #
1021
1049
  # @option params [required, String] :resource_set_name
1022
1050
  #
@@ -1063,7 +1091,7 @@ module Aws::Route53RecoveryReadiness
1063
1091
  req.send_request(options)
1064
1092
  end
1065
1093
 
1066
- # Returns a collection of Cells.
1094
+ # Lists the cells for an account.
1067
1095
  #
1068
1096
  # @option params [Integer] :max_results
1069
1097
  #
@@ -1105,7 +1133,8 @@ module Aws::Route53RecoveryReadiness
1105
1133
  req.send_request(options)
1106
1134
  end
1107
1135
 
1108
- # Returns a collection of cross account readiness authorizations.
1136
+ # Lists the cross-account readiness authorizations that are in place for
1137
+ # an account.
1109
1138
  #
1110
1139
  # @option params [Integer] :max_results
1111
1140
  #
@@ -1140,7 +1169,7 @@ module Aws::Route53RecoveryReadiness
1140
1169
  req.send_request(options)
1141
1170
  end
1142
1171
 
1143
- # Returns a collection of Readiness Checks.
1172
+ # Lists the readiness checks for an account.
1144
1173
  #
1145
1174
  # @option params [Integer] :max_results
1146
1175
  #
@@ -1179,7 +1208,7 @@ module Aws::Route53RecoveryReadiness
1179
1208
  req.send_request(options)
1180
1209
  end
1181
1210
 
1182
- # Returns a collection of Recovery Groups.
1211
+ # Lists the recovery groups in an account.
1183
1212
  #
1184
1213
  # @option params [Integer] :max_results
1185
1214
  #
@@ -1219,7 +1248,7 @@ module Aws::Route53RecoveryReadiness
1219
1248
  req.send_request(options)
1220
1249
  end
1221
1250
 
1222
- # Returns a collection of Resource Sets.
1251
+ # Lists the resource sets in an account.
1223
1252
  #
1224
1253
  # @option params [Integer] :max_results
1225
1254
  #
@@ -1270,8 +1299,8 @@ module Aws::Route53RecoveryReadiness
1270
1299
  req.send_request(options)
1271
1300
  end
1272
1301
 
1273
- # Returns a collection of rules that are applied as part of Readiness
1274
- # Checks.
1302
+ # Lists all readiness rules, or lists the readiness rules for a specific
1303
+ # resource type.
1275
1304
  #
1276
1305
  # @option params [Integer] :max_results
1277
1306
  #
@@ -1311,7 +1340,7 @@ module Aws::Route53RecoveryReadiness
1311
1340
  req.send_request(options)
1312
1341
  end
1313
1342
 
1314
- # Returns a list of the tags assigned to the specified resource.
1343
+ # Lists the tags for a resource.
1315
1344
  #
1316
1345
  # @option params [required, String] :resource_arn
1317
1346
  #
@@ -1339,13 +1368,12 @@ module Aws::Route53RecoveryReadiness
1339
1368
  req.send_request(options)
1340
1369
  end
1341
1370
 
1342
- # Adds tags to the specified resource. You can specify one or more tags
1343
- # to add.
1371
+ # Adds a tag to a resource.
1344
1372
  #
1345
1373
  # @option params [required, String] :resource_arn
1346
1374
  #
1347
1375
  # @option params [required, Hash<String,String>] :tags
1348
- # A collection of tags associated with a resource
1376
+ # A collection of tags associated with a resource.
1349
1377
  #
1350
1378
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1351
1379
  #
@@ -1367,8 +1395,7 @@ module Aws::Route53RecoveryReadiness
1367
1395
  req.send_request(options)
1368
1396
  end
1369
1397
 
1370
- # Removes tags from the specified resource. You can specify one or more
1371
- # tags to remove.
1398
+ # Removes a tag from a resource.
1372
1399
  #
1373
1400
  # @option params [required, String] :resource_arn
1374
1401
  #
@@ -1392,7 +1419,8 @@ module Aws::Route53RecoveryReadiness
1392
1419
  req.send_request(options)
1393
1420
  end
1394
1421
 
1395
- # Updates an existing Cell.
1422
+ # Updates a cell to replace the list of nested cells with a new list of
1423
+ # nested cells.
1396
1424
  #
1397
1425
  # @option params [required, String] :cell_name
1398
1426
  #
@@ -1433,7 +1461,7 @@ module Aws::Route53RecoveryReadiness
1433
1461
  req.send_request(options)
1434
1462
  end
1435
1463
 
1436
- # Updates an exisiting Readiness Check.
1464
+ # Updates a readiness check.
1437
1465
  #
1438
1466
  # @option params [required, String] :readiness_check_name
1439
1467
  #
@@ -1470,7 +1498,7 @@ module Aws::Route53RecoveryReadiness
1470
1498
  req.send_request(options)
1471
1499
  end
1472
1500
 
1473
- # Updates an existing Recovery Group.
1501
+ # Updates a recovery group.
1474
1502
  #
1475
1503
  # @option params [required, Array<String>] :cells
1476
1504
  #
@@ -1508,7 +1536,7 @@ module Aws::Route53RecoveryReadiness
1508
1536
  req.send_request(options)
1509
1537
  end
1510
1538
 
1511
- # Updates an existing Resource Set.
1539
+ # Updates a resource set.
1512
1540
  #
1513
1541
  # @option params [required, String] :resource_set_name
1514
1542
  #
@@ -1595,7 +1623,7 @@ module Aws::Route53RecoveryReadiness
1595
1623
  params: params,
1596
1624
  config: config)
1597
1625
  context[:gem_name] = 'aws-sdk-route53recoveryreadiness'
1598
- context[:gem_version] = '1.7.0'
1626
+ context[:gem_version] = '1.10.0'
1599
1627
  Seahorse::Client::Request.new(handlers, context)
1600
1628
  end
1601
1629
 
@@ -21,26 +21,28 @@ module Aws::Route53RecoveryReadiness
21
21
  include Aws::Structure
22
22
  end
23
23
 
24
- # A Cell and its properties
24
+ # Information about a cell.
25
25
  #
26
26
  # @!attribute [rw] cell_arn
27
- # The arn for the Cell
27
+ # The Amazon Resource Name (ARN) for the cell.
28
28
  # @return [String]
29
29
  #
30
30
  # @!attribute [rw] cell_name
31
- # The name of the Cell
31
+ # The name of the cell.
32
32
  # @return [String]
33
33
  #
34
34
  # @!attribute [rw] cells
35
- # A list of Cell arns
35
+ # A list of cell ARNs.
36
36
  # @return [Array<String>]
37
37
  #
38
38
  # @!attribute [rw] parent_readiness_scopes
39
- # A list of Cell ARNs and/or RecoveryGroup ARNs
39
+ # The readiness scope for the cell, which can be a cell Amazon
40
+ # Resource Name (ARN) or a recovery group ARN. This is a list but
41
+ # currently can have only one element.
40
42
  # @return [Array<String>]
41
43
  #
42
44
  # @!attribute [rw] tags
43
- # A collection of tags associated with a resource
45
+ # Tags on the resources.
44
46
  # @return [Hash<String,String>]
45
47
  #
46
48
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CellOutput AWS API Documentation
@@ -84,7 +86,7 @@ module Aws::Route53RecoveryReadiness
84
86
  # @return [Array<String>]
85
87
  #
86
88
  # @!attribute [rw] tags
87
- # A collection of tags associated with a resource
89
+ # A collection of tags associated with a resource.
88
90
  # @return [Hash<String,String>]
89
91
  #
90
92
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CreateCellRequest AWS API Documentation
@@ -110,7 +112,7 @@ module Aws::Route53RecoveryReadiness
110
112
  # @return [Array<String>]
111
113
  #
112
114
  # @!attribute [rw] tags
113
- # A collection of tags associated with a resource
115
+ # A collection of tags associated with a resource.
114
116
  # @return [Hash<String,String>]
115
117
  #
116
118
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CreateCellResponse AWS API Documentation
@@ -133,7 +135,7 @@ module Aws::Route53RecoveryReadiness
133
135
  # }
134
136
  #
135
137
  # @!attribute [rw] cross_account_authorization
136
- # A cross-account authorization, e.g. arn:aws:iam::123456789012:root
138
+ # CrossAccountAuthorization
137
139
  # @return [String]
138
140
  #
139
141
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CreateCrossAccountAuthorizationRequest AWS API Documentation
@@ -145,7 +147,7 @@ module Aws::Route53RecoveryReadiness
145
147
  end
146
148
 
147
149
  # @!attribute [rw] cross_account_authorization
148
- # A cross-account authorization, e.g. arn:aws:iam::123456789012:root
150
+ # CrossAccountAuthorization
149
151
  # @return [String]
150
152
  #
151
153
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CreateCrossAccountAuthorizationResponse AWS API Documentation
@@ -174,7 +176,7 @@ module Aws::Route53RecoveryReadiness
174
176
  # @return [String]
175
177
  #
176
178
  # @!attribute [rw] tags
177
- # A collection of tags associated with a resource
179
+ # A collection of tags associated with a resource.
178
180
  # @return [Hash<String,String>]
179
181
  #
180
182
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CreateReadinessCheckRequest AWS API Documentation
@@ -197,7 +199,7 @@ module Aws::Route53RecoveryReadiness
197
199
  # @return [String]
198
200
  #
199
201
  # @!attribute [rw] tags
200
- # A collection of tags associated with a resource
202
+ # A collection of tags associated with a resource.
201
203
  # @return [Hash<String,String>]
202
204
  #
203
205
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CreateReadinessCheckResponse AWS API Documentation
@@ -229,7 +231,7 @@ module Aws::Route53RecoveryReadiness
229
231
  # @return [String]
230
232
  #
231
233
  # @!attribute [rw] tags
232
- # A collection of tags associated with a resource
234
+ # A collection of tags associated with a resource.
233
235
  # @return [Hash<String,String>]
234
236
  #
235
237
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CreateRecoveryGroupRequest AWS API Documentation
@@ -252,7 +254,7 @@ module Aws::Route53RecoveryReadiness
252
254
  # @return [String]
253
255
  #
254
256
  # @!attribute [rw] tags
255
- # A collection of tags associated with a resource
257
+ # A collection of tags associated with a resource.
256
258
  # @return [Hash<String,String>]
257
259
  #
258
260
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CreateRecoveryGroupResponse AWS API Documentation
@@ -309,7 +311,7 @@ module Aws::Route53RecoveryReadiness
309
311
  # @return [Array<Types::Resource>]
310
312
  #
311
313
  # @!attribute [rw] tags
312
- # A collection of tags associated with a resource
314
+ # A collection of tags associated with a resource.
313
315
  # @return [Hash<String,String>]
314
316
  #
315
317
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CreateResourceSetRequest AWS API Documentation
@@ -336,7 +338,7 @@ module Aws::Route53RecoveryReadiness
336
338
  # @return [Array<Types::Resource>]
337
339
  #
338
340
  # @!attribute [rw] tags
339
- # A collection of tags associated with a resource
341
+ # A collection of tags associated with a resource.
340
342
  # @return [Hash<String,String>]
341
343
  #
342
344
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/CreateResourceSetResponse AWS API Documentation
@@ -351,7 +353,8 @@ module Aws::Route53RecoveryReadiness
351
353
  include Aws::Structure
352
354
  end
353
355
 
354
- # A component for DNS/Routing Control Readiness Checks
356
+ # A component for DNS/routing control readiness checks and architecture
357
+ # checks.
355
358
  #
356
359
  # @note When making an API call, you may pass DNSTargetResource
357
360
  # data as a hash:
@@ -373,24 +376,26 @@ module Aws::Route53RecoveryReadiness
373
376
  # }
374
377
  #
375
378
  # @!attribute [rw] domain_name
376
- # The DNS Name that acts as ingress point to a portion of application
379
+ # The domain name that acts as an ingress point to a portion of the
380
+ # customer application.
377
381
  # @return [String]
378
382
  #
379
383
  # @!attribute [rw] hosted_zone_arn
380
- # The Hosted Zone ARN that contains the DNS record with the provided
381
- # name of target resource.
384
+ # The hosted zone Amazon Resource Name (ARN) that contains the DNS
385
+ # record with the provided name of the target resource.
382
386
  # @return [String]
383
387
  #
384
388
  # @!attribute [rw] record_set_id
385
- # The R53 Set Id to uniquely identify a record given a Name and a Type
389
+ # The Route 53 record set ID that uniquely identifies a DNS record,
390
+ # given a name and a type.
386
391
  # @return [String]
387
392
  #
388
393
  # @!attribute [rw] record_type
389
- # The Type of DNS Record of target resource
394
+ # The type of DNS record of the target resource.
390
395
  # @return [String]
391
396
  #
392
397
  # @!attribute [rw] target_resource
393
- # The target resource the R53 record points to
398
+ # The target resource of the DNS target resource.
394
399
  # @return [Types::TargetResource]
395
400
  #
396
401
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/DNSTargetResource AWS API Documentation
@@ -528,8 +533,8 @@ module Aws::Route53RecoveryReadiness
528
533
  end
529
534
 
530
535
  # @!attribute [rw] last_audit_timestamp
531
- # The time a Recovery Group was last assessed for recommendations in
532
- # UTC ISO-8601 format
536
+ # The time that a recovery group was last assessed for
537
+ # recommendations, in UTC ISO-8601 format.
533
538
  # @return [Time]
534
539
  #
535
540
  # @!attribute [rw] next_token
@@ -580,8 +585,7 @@ module Aws::Route53RecoveryReadiness
580
585
  # @return [String]
581
586
  #
582
587
  # @!attribute [rw] readiness
583
- # The readiness of an entire ReadinessCheck or an individual resource
584
- # ARN.
588
+ # The readiness status.
585
589
  # @return [String]
586
590
  #
587
591
  # @!attribute [rw] readiness_checks
@@ -628,7 +632,7 @@ module Aws::Route53RecoveryReadiness
628
632
  # @return [Array<String>]
629
633
  #
630
634
  # @!attribute [rw] tags
631
- # A collection of tags associated with a resource
635
+ # A collection of tags associated with a resource.
632
636
  # @return [Hash<String,String>]
633
637
  #
634
638
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/GetCellResponse AWS API Documentation
@@ -698,8 +702,7 @@ module Aws::Route53RecoveryReadiness
698
702
  # @return [String]
699
703
  #
700
704
  # @!attribute [rw] readiness
701
- # The readiness of an entire ReadinessCheck or an individual resource
702
- # ARN.
705
+ # The readiness status.
703
706
  # @return [String]
704
707
  #
705
708
  # @!attribute [rw] rules
@@ -725,7 +728,7 @@ module Aws::Route53RecoveryReadiness
725
728
  # @return [String]
726
729
  #
727
730
  # @!attribute [rw] tags
728
- # A collection of tags associated with a resource
731
+ # A collection of tags associated with a resource.
729
732
  # @return [Hash<String,String>]
730
733
  #
731
734
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/GetReadinessCheckResponse AWS API Documentation
@@ -774,8 +777,7 @@ module Aws::Route53RecoveryReadiness
774
777
  # @return [String]
775
778
  #
776
779
  # @!attribute [rw] readiness
777
- # The readiness of an entire ReadinessCheck or an individual resource
778
- # ARN.
780
+ # The readiness status.
779
781
  # @return [String]
780
782
  #
781
783
  # @!attribute [rw] resources
@@ -824,8 +826,7 @@ module Aws::Route53RecoveryReadiness
824
826
  # @return [String]
825
827
  #
826
828
  # @!attribute [rw] readiness
827
- # The readiness of an entire ReadinessCheck or an individual resource
828
- # ARN.
829
+ # The readiness status.
829
830
  # @return [String]
830
831
  #
831
832
  # @!attribute [rw] readiness_checks
@@ -869,7 +870,7 @@ module Aws::Route53RecoveryReadiness
869
870
  # @return [String]
870
871
  #
871
872
  # @!attribute [rw] tags
872
- # A collection of tags associated with a resource
873
+ # A collection of tags associated with a resource.
873
874
  # @return [Hash<String,String>]
874
875
  #
875
876
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/GetRecoveryGroupResponse AWS API Documentation
@@ -914,7 +915,7 @@ module Aws::Route53RecoveryReadiness
914
915
  # @return [Array<Types::Resource>]
915
916
  #
916
917
  # @!attribute [rw] tags
917
- # A collection of tags associated with a resource
918
+ # A collection of tags associated with a resource.
918
919
  # @return [Hash<String,String>]
919
920
  #
920
921
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/GetResourceSetResponse AWS API Documentation
@@ -1130,18 +1131,19 @@ module Aws::Route53RecoveryReadiness
1130
1131
  include Aws::Structure
1131
1132
  end
1132
1133
 
1133
- # A collection of rules used in a readiness check
1134
+ # Readiness rule information, including the resource type, rule ID, and
1135
+ # rule description.
1134
1136
  #
1135
1137
  # @!attribute [rw] resource_type
1136
- # The resource type the rule applies to.
1138
+ # The resource type that the readiness rule applies to.
1137
1139
  # @return [String]
1138
1140
  #
1139
1141
  # @!attribute [rw] rule_description
1140
- # A description of the rule
1142
+ # The description of a readiness rule.
1141
1143
  # @return [String]
1142
1144
  #
1143
1145
  # @!attribute [rw] rule_id
1144
- # The Rule's ID.
1146
+ # The ID for the readiness rule.
1145
1147
  # @return [String]
1146
1148
  #
1147
1149
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/ListRulesOutput AWS API Documentation
@@ -1216,7 +1218,7 @@ module Aws::Route53RecoveryReadiness
1216
1218
  end
1217
1219
 
1218
1220
  # @!attribute [rw] tags
1219
- # A collection of tags associated with a resource
1221
+ # A collection of tags associated with a resource.
1220
1222
  # @return [Hash<String,String>]
1221
1223
  #
1222
1224
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/ListTagsForResourcesResponse AWS API Documentation
@@ -1227,10 +1229,10 @@ module Aws::Route53RecoveryReadiness
1227
1229
  include Aws::Structure
1228
1230
  end
1229
1231
 
1230
- # Information relating to readiness check status
1232
+ # Information relating to readiness check status.
1231
1233
  #
1232
1234
  # @!attribute [rw] message_text
1233
- # The text of a readiness check message
1235
+ # The text of a readiness check message.
1234
1236
  # @return [String]
1235
1237
  #
1236
1238
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/Message AWS API Documentation
@@ -1241,7 +1243,8 @@ module Aws::Route53RecoveryReadiness
1241
1243
  include Aws::Structure
1242
1244
  end
1243
1245
 
1244
- # The NLB resource a DNS Target Resource points to
1246
+ # The Network Load Balancer resource that a DNS target resource points
1247
+ # to.
1245
1248
  #
1246
1249
  # @note When making an API call, you may pass NLBResource
1247
1250
  # data as a hash:
@@ -1251,7 +1254,7 @@ module Aws::Route53RecoveryReadiness
1251
1254
  # }
1252
1255
  #
1253
1256
  # @!attribute [rw] arn
1254
- # An NLB resource arn
1257
+ # The Network Load Balancer resource Amazon Resource Name (ARN).
1255
1258
  # @return [String]
1256
1259
  #
1257
1260
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/NLBResource AWS API Documentation
@@ -1262,7 +1265,7 @@ module Aws::Route53RecoveryReadiness
1262
1265
  include Aws::Structure
1263
1266
  end
1264
1267
 
1265
- # The Route 53 resource a DNS Target Resource record points to
1268
+ # The Route 53 resource that a DNS target resource record points to.
1266
1269
  #
1267
1270
  # @note When making an API call, you may pass R53ResourceRecord
1268
1271
  # data as a hash:
@@ -1273,11 +1276,11 @@ module Aws::Route53RecoveryReadiness
1273
1276
  # }
1274
1277
  #
1275
1278
  # @!attribute [rw] domain_name
1276
- # The DNS target name
1279
+ # The DNS target domain name.
1277
1280
  # @return [String]
1278
1281
  #
1279
1282
  # @!attribute [rw] record_set_id
1280
- # The Resource Record set id
1283
+ # The Route 53 Resource Record Set ID.
1281
1284
  # @return [String]
1282
1285
  #
1283
1286
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/R53ResourceRecord AWS API Documentation
@@ -1289,22 +1292,22 @@ module Aws::Route53RecoveryReadiness
1289
1292
  include Aws::Structure
1290
1293
  end
1291
1294
 
1292
- # A resource used for checking the readiness of a Resource Set
1295
+ # A readiness check.
1293
1296
  #
1294
1297
  # @!attribute [rw] readiness_check_arn
1295
- # Arn associated with ReadinessCheck
1298
+ # The Amazon Resource Name (ARN) associated with a readiness check.
1296
1299
  # @return [String]
1297
1300
  #
1298
1301
  # @!attribute [rw] readiness_check_name
1299
- # Name for a ReadinessCheck
1302
+ # Name of a readiness check.
1300
1303
  # @return [String]
1301
1304
  #
1302
1305
  # @!attribute [rw] resource_set
1303
- # Name of the ResourceSet to be checked
1306
+ # Name of the resource set to be checked.
1304
1307
  # @return [String]
1305
1308
  #
1306
1309
  # @!attribute [rw] tags
1307
- # A collection of tags associated with a resource
1310
+ # A collection of tags associated with a resource.
1308
1311
  # @return [Hash<String,String>]
1309
1312
  #
1310
1313
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/ReadinessCheckOutput AWS API Documentation
@@ -1318,16 +1321,15 @@ module Aws::Route53RecoveryReadiness
1318
1321
  include Aws::Structure
1319
1322
  end
1320
1323
 
1321
- # Summary of ReadinessCheck status, paginated in
1322
- # GetRecoveryGroupReadinessSummary and GetCellReadinessSummary
1324
+ # Summary of all readiness check statuses in a recovery group, paginated
1325
+ # in GetRecoveryGroupReadinessSummary and GetCellReadinessSummary.
1323
1326
  #
1324
1327
  # @!attribute [rw] readiness
1325
- # The readiness of this ReadinessCheck
1328
+ # The readiness status of this readiness check.
1326
1329
  # @return [String]
1327
1330
  #
1328
1331
  # @!attribute [rw] readiness_check_name
1329
- # The name of a ReadinessCheck which is part of the given
1330
- # RecoveryGroup or Cell
1332
+ # The name of a readiness check.
1331
1333
  # @return [String]
1332
1334
  #
1333
1335
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/ReadinessCheckSummary AWS API Documentation
@@ -1339,10 +1341,12 @@ module Aws::Route53RecoveryReadiness
1339
1341
  include Aws::Structure
1340
1342
  end
1341
1343
 
1342
- # Guidance for improving Recovery Group resilliancy
1344
+ # Recommendations that are provided to make an application more recovery
1345
+ # resilient.
1343
1346
  #
1344
1347
  # @!attribute [rw] recommendation_text
1345
- # Guidance text for recommendation
1348
+ # Text of the recommendations that are provided to make an application
1349
+ # more recovery resilient.
1346
1350
  # @return [String]
1347
1351
  #
1348
1352
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/Recommendation AWS API Documentation
@@ -1353,22 +1357,23 @@ module Aws::Route53RecoveryReadiness
1353
1357
  include Aws::Structure
1354
1358
  end
1355
1359
 
1356
- # A Recovery Group generally containing multiple Cells
1360
+ # A representation of the application, typically containing multiple
1361
+ # cells.
1357
1362
  #
1358
1363
  # @!attribute [rw] cells
1359
- # A list of Cell arns
1364
+ # A list of a cell's Amazon Resource Names (ARNs).
1360
1365
  # @return [Array<String>]
1361
1366
  #
1362
1367
  # @!attribute [rw] recovery_group_arn
1363
- # The arn for the RecoveryGroup
1368
+ # The Amazon Resource Name (ARN) for the recovery group.
1364
1369
  # @return [String]
1365
1370
  #
1366
1371
  # @!attribute [rw] recovery_group_name
1367
- # The name of the RecoveryGroup
1372
+ # The name of the recovery group.
1368
1373
  # @return [String]
1369
1374
  #
1370
1375
  # @!attribute [rw] tags
1371
- # A collection of tags associated with a resource
1376
+ # The tags associated with the recovery group.
1372
1377
  # @return [Hash<String,String>]
1373
1378
  #
1374
1379
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/RecoveryGroupOutput AWS API Documentation
@@ -1382,7 +1387,7 @@ module Aws::Route53RecoveryReadiness
1382
1387
  include Aws::Structure
1383
1388
  end
1384
1389
 
1385
- # The resource element of a ResourceSet
1390
+ # The resource element of a resource set.
1386
1391
  #
1387
1392
  # @note When making an API call, you may pass Resource
1388
1393
  # data as a hash:
@@ -1409,22 +1414,21 @@ module Aws::Route53RecoveryReadiness
1409
1414
  # }
1410
1415
  #
1411
1416
  # @!attribute [rw] component_id
1412
- # The component id of the resource, generated by the service when
1413
- # dnsTargetResource is used
1417
+ # The component identifier of the resource, generated when DNS target
1418
+ # resource is used.
1414
1419
  # @return [String]
1415
1420
  #
1416
1421
  # @!attribute [rw] dns_target_resource
1417
- # A component for DNS/Routing Control Readiness Checks
1422
+ # The DNS target resource.
1418
1423
  # @return [Types::DNSTargetResource]
1419
1424
  #
1420
1425
  # @!attribute [rw] readiness_scopes
1421
- # A list of RecoveryGroup ARNs and/or Cell ARNs that this resource is
1422
- # contained within.
1426
+ # A list of recovery group Amazon Resource Names (ARNs) and cell ARNs
1427
+ # that this resource is contained within.
1423
1428
  # @return [Array<String>]
1424
1429
  #
1425
1430
  # @!attribute [rw] resource_arn
1426
- # The ARN of the AWS resource, can be skipped if dnsTargetResource is
1427
- # used
1431
+ # The Amazon Resource Name (ARN) of the Amazon Web Services resource.
1428
1432
  # @return [String]
1429
1433
  #
1430
1434
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/Resource AWS API Documentation
@@ -1449,23 +1453,24 @@ module Aws::Route53RecoveryReadiness
1449
1453
  include Aws::Structure
1450
1454
  end
1451
1455
 
1452
- # Result with status for an individual resource.
1456
+ # The result of a successful Resource request, with status for an
1457
+ # individual resource.
1453
1458
  #
1454
1459
  # @!attribute [rw] component_id
1455
- # The component id of the resource
1460
+ # The component id of the resource.
1456
1461
  # @return [String]
1457
1462
  #
1458
1463
  # @!attribute [rw] last_checked_timestamp
1459
- # The time the resource was last checked for readiness, in ISO-8601
1460
- # format, UTC.
1464
+ # The time (UTC) that the resource was last checked for readiness, in
1465
+ # ISO-8601 format.
1461
1466
  # @return [Time]
1462
1467
  #
1463
1468
  # @!attribute [rw] readiness
1464
- # The readiness of the resource.
1469
+ # The readiness of a resource.
1465
1470
  # @return [String]
1466
1471
  #
1467
1472
  # @!attribute [rw] resource_arn
1468
- # The ARN of the resource
1473
+ # The Amazon Resource Name (ARN) of the resource.
1469
1474
  # @return [String]
1470
1475
  #
1471
1476
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/ResourceResult AWS API Documentation
@@ -1479,26 +1484,37 @@ module Aws::Route53RecoveryReadiness
1479
1484
  include Aws::Structure
1480
1485
  end
1481
1486
 
1482
- # A collection of resources of the same type
1487
+ # A collection of resources of the same type.
1483
1488
  #
1484
1489
  # @!attribute [rw] resource_set_arn
1485
- # The arn for the ResourceSet
1490
+ # The Amazon Resource Name (ARN) for the resource set.
1486
1491
  # @return [String]
1487
1492
  #
1488
1493
  # @!attribute [rw] resource_set_name
1489
- # The name of the ResourceSet
1494
+ # The name of the resource set.
1490
1495
  # @return [String]
1491
1496
  #
1492
1497
  # @!attribute [rw] resource_set_type
1493
- # AWS Resource Type of the resources in the ResourceSet
1498
+ # The resource type of the resources in the resource set. Enter one of
1499
+ # the following values for resource type:
1500
+ #
1501
+ # AWS::ApiGateway::Stage, AWS::ApiGatewayV2::Stage,
1502
+ # AWS::AutoScaling::AutoScalingGroup, AWS::CloudWatch::Alarm,
1503
+ # AWS::EC2::CustomerGateway, AWS::DynamoDB::Table, AWS::EC2::Volume,
1504
+ # AWS::ElasticLoadBalancing::LoadBalancer,
1505
+ # AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::Lambda::Function,
1506
+ # AWS::MSK::Cluster, AWS::RDS::DBCluster, AWS::Route53::HealthCheck,
1507
+ # AWS::SQS::Queue, AWS::SNS::Topic, AWS::SNS::Subscription,
1508
+ # AWS::EC2::VPC, AWS::EC2::VPNConnection, AWS::EC2::VPNGateway,
1509
+ # AWS::Route53RecoveryReadiness::DNSTargetResource
1494
1510
  # @return [String]
1495
1511
  #
1496
1512
  # @!attribute [rw] resources
1497
- # A list of Resource objects
1513
+ # A list of resource objects.
1498
1514
  # @return [Array<Types::Resource>]
1499
1515
  #
1500
1516
  # @!attribute [rw] tags
1501
- # A collection of tags associated with a resource
1517
+ # A collection of tags associated with a resource.
1502
1518
  # @return [Hash<String,String>]
1503
1519
  #
1504
1520
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/ResourceSetOutput AWS API Documentation
@@ -1513,7 +1529,8 @@ module Aws::Route53RecoveryReadiness
1513
1529
  include Aws::Structure
1514
1530
  end
1515
1531
 
1516
- # Result with status for an individual rule..
1532
+ # The result of a successful Rule request, with status for an individual
1533
+ # rule.
1517
1534
  #
1518
1535
  # @!attribute [rw] last_checked_timestamp
1519
1536
  # The time the resource was last checked for readiness, in ISO-8601
@@ -1521,7 +1538,7 @@ module Aws::Route53RecoveryReadiness
1521
1538
  # @return [Time]
1522
1539
  #
1523
1540
  # @!attribute [rw] messages
1524
- # Details about the resource's readiness
1541
+ # Details about the resource's readiness.
1525
1542
  # @return [Array<Types::Message>]
1526
1543
  #
1527
1544
  # @!attribute [rw] readiness
@@ -1557,7 +1574,7 @@ module Aws::Route53RecoveryReadiness
1557
1574
  # @return [String]
1558
1575
  #
1559
1576
  # @!attribute [rw] tags
1560
- # A collection of tags associated with a resource
1577
+ # A collection of tags associated with a resource.
1561
1578
  # @return [Hash<String,String>]
1562
1579
  #
1563
1580
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/TagResourceRequest AWS API Documentation
@@ -1573,7 +1590,7 @@ module Aws::Route53RecoveryReadiness
1573
1590
  #
1574
1591
  class TagResourceResponse < Aws::EmptyStructure; end
1575
1592
 
1576
- # The target resource the R53 record points to
1593
+ # The target resource that the Route 53 record points to.
1577
1594
  #
1578
1595
  # @note When making an API call, you may pass TargetResource
1579
1596
  # data as a hash:
@@ -1589,11 +1606,11 @@ module Aws::Route53RecoveryReadiness
1589
1606
  # }
1590
1607
  #
1591
1608
  # @!attribute [rw] nlb_resource
1592
- # The NLB resource a DNS Target Resource points to
1609
+ # The Network Load Balancer Resource.
1593
1610
  # @return [Types::NLBResource]
1594
1611
  #
1595
1612
  # @!attribute [rw] r53_resource
1596
- # The Route 53 resource a DNS Target Resource record points to
1613
+ # The Route 53 resource.
1597
1614
  # @return [Types::R53ResourceRecord]
1598
1615
  #
1599
1616
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/TargetResource AWS API Documentation
@@ -1675,7 +1692,7 @@ module Aws::Route53RecoveryReadiness
1675
1692
  # @return [Array<String>]
1676
1693
  #
1677
1694
  # @!attribute [rw] tags
1678
- # A collection of tags associated with a resource
1695
+ # A collection of tags associated with a resource.
1679
1696
  # @return [Hash<String,String>]
1680
1697
  #
1681
1698
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/UpdateCellResponse AWS API Documentation
@@ -1723,7 +1740,7 @@ module Aws::Route53RecoveryReadiness
1723
1740
  # @return [String]
1724
1741
  #
1725
1742
  # @!attribute [rw] tags
1726
- # A collection of tags associated with a resource
1743
+ # A collection of tags associated with a resource.
1727
1744
  # @return [Hash<String,String>]
1728
1745
  #
1729
1746
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/UpdateReadinessCheckResponse AWS API Documentation
@@ -1770,7 +1787,7 @@ module Aws::Route53RecoveryReadiness
1770
1787
  # @return [String]
1771
1788
  #
1772
1789
  # @!attribute [rw] tags
1773
- # A collection of tags associated with a resource
1790
+ # A collection of tags associated with a resource.
1774
1791
  # @return [Hash<String,String>]
1775
1792
  #
1776
1793
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/UpdateRecoveryGroupResponse AWS API Documentation
@@ -1846,7 +1863,7 @@ module Aws::Route53RecoveryReadiness
1846
1863
  # @return [Array<Types::Resource>]
1847
1864
  #
1848
1865
  # @!attribute [rw] tags
1849
- # A collection of tags associated with a resource
1866
+ # A collection of tags associated with a resource.
1850
1867
  # @return [Hash<String,String>]
1851
1868
  #
1852
1869
  # @see http://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/UpdateResourceSetResponse AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-route53recoveryreadiness/customizations'
48
48
  # @!group service
49
49
  module Aws::Route53RecoveryReadiness
50
50
 
51
- GEM_VERSION = '1.7.0'
51
+ GEM_VERSION = '1.10.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53recoveryreadiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.10.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-12-21 00:00:00.000000000 Z
11
+ date: 2022-02-24 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.125.0
22
+ version: 3.127.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.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement