aws-sdk-route53recoveryreadiness 1.7.0 → 1.8.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-route53recoveryreadiness/client.rb +68 -44
- data/lib/aws-sdk-route53recoveryreadiness/types.rb +113 -96
- data/lib/aws-sdk-route53recoveryreadiness.rb +1 -1
- 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: 59027cb0ce970b80ea43af576200e28d5e46211e1593260cc5cee97f26e0962c
|
4
|
+
data.tar.gz: 48cfdc21d902d923e3e54caa37bd8f8d41b8207477e8c4f8f3a9fdd92773c8c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d95ff9f6bb47de8f7ffb0ce6a6371592d7fb899dad20a2ce6ec28fb818020baddfd6f5ee8e4b32f56d0980eac27b3bbcd7c9c3d969443c52c15bb558f94424ee
|
7
|
+
data.tar.gz: bef963c9cf94ddb5aeffec2364c3775c8f2f8b496e63261c7676a7c9ec273247e602c31b10a8b551b22b6555a46a207d6d86714eee18d61bec527a364afe5715
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.8.0
|
@@ -347,14 +347,14 @@ module Aws::Route53RecoveryReadiness
|
|
347
347
|
|
348
348
|
# @!group API Operations
|
349
349
|
|
350
|
-
# Creates a
|
350
|
+
# Creates a cell in an account.
|
351
351
|
#
|
352
352
|
# @option params [required, String] :cell_name
|
353
353
|
#
|
354
354
|
# @option params [Array<String>] :cells
|
355
355
|
#
|
356
356
|
# @option params [Hash<String,String>] :tags
|
357
|
-
# A collection of tags associated with a resource
|
357
|
+
# A collection of tags associated with a resource.
|
358
358
|
#
|
359
359
|
# @return [Types::CreateCellResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
360
360
|
#
|
@@ -394,10 +394,13 @@ module Aws::Route53RecoveryReadiness
|
|
394
394
|
req.send_request(options)
|
395
395
|
end
|
396
396
|
|
397
|
-
#
|
397
|
+
# Creates a cross-account readiness authorization. This lets you
|
398
|
+
# authorize another account to work with Route 53 Application Recovery
|
399
|
+
# Controller, for example, to check the readiness status of resources in
|
400
|
+
# a separate account.
|
398
401
|
#
|
399
402
|
# @option params [required, String] :cross_account_authorization
|
400
|
-
#
|
403
|
+
# CrossAccountAuthorization
|
401
404
|
#
|
402
405
|
# @return [Types::CreateCrossAccountAuthorizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
403
406
|
#
|
@@ -422,14 +425,18 @@ module Aws::Route53RecoveryReadiness
|
|
422
425
|
req.send_request(options)
|
423
426
|
end
|
424
427
|
|
425
|
-
# Creates a
|
428
|
+
# Creates a readiness check in an account. A readiness check monitors a
|
429
|
+
# resource set in your application, such as a set of Amazon Aurora
|
430
|
+
# instances, that Application Recovery Controller is auditing recovery
|
431
|
+
# readiness for. The audits run once every minute on every resource
|
432
|
+
# that's associated with a readiness check.
|
426
433
|
#
|
427
434
|
# @option params [required, String] :readiness_check_name
|
428
435
|
#
|
429
436
|
# @option params [required, String] :resource_set_name
|
430
437
|
#
|
431
438
|
# @option params [Hash<String,String>] :tags
|
432
|
-
# A collection of tags associated with a resource
|
439
|
+
# A collection of tags associated with a resource.
|
433
440
|
#
|
434
441
|
# @return [Types::CreateReadinessCheckResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
435
442
|
#
|
@@ -465,14 +472,16 @@ module Aws::Route53RecoveryReadiness
|
|
465
472
|
req.send_request(options)
|
466
473
|
end
|
467
474
|
|
468
|
-
# Creates a
|
475
|
+
# Creates a recovery group in an account. A recovery group corresponds
|
476
|
+
# to an application and includes a list of the cells that make up the
|
477
|
+
# application.
|
469
478
|
#
|
470
479
|
# @option params [Array<String>] :cells
|
471
480
|
#
|
472
481
|
# @option params [required, String] :recovery_group_name
|
473
482
|
#
|
474
483
|
# @option params [Hash<String,String>] :tags
|
475
|
-
# A collection of tags associated with a resource
|
484
|
+
# A collection of tags associated with a resource.
|
476
485
|
#
|
477
486
|
# @return [Types::CreateRecoveryGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
478
487
|
#
|
@@ -509,7 +518,9 @@ module Aws::Route53RecoveryReadiness
|
|
509
518
|
req.send_request(options)
|
510
519
|
end
|
511
520
|
|
512
|
-
# Creates a
|
521
|
+
# Creates a resource set. A resource set is a set of resources of one
|
522
|
+
# type that span multiple cells. You can associate a resource set with a
|
523
|
+
# readiness check to monitor the resources for failover readiness.
|
513
524
|
#
|
514
525
|
# @option params [required, String] :resource_set_name
|
515
526
|
#
|
@@ -518,7 +529,7 @@ module Aws::Route53RecoveryReadiness
|
|
518
529
|
# @option params [required, Array<Types::Resource>] :resources
|
519
530
|
#
|
520
531
|
# @option params [Hash<String,String>] :tags
|
521
|
-
# A collection of tags associated with a resource
|
532
|
+
# A collection of tags associated with a resource.
|
522
533
|
#
|
523
534
|
# @return [Types::CreateResourceSetResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
524
535
|
#
|
@@ -589,7 +600,8 @@ module Aws::Route53RecoveryReadiness
|
|
589
600
|
req.send_request(options)
|
590
601
|
end
|
591
602
|
|
592
|
-
#
|
603
|
+
# Delete a cell. When successful, the response code is 204, with no
|
604
|
+
# response body.
|
593
605
|
#
|
594
606
|
# @option params [required, String] :cell_name
|
595
607
|
#
|
@@ -610,7 +622,7 @@ module Aws::Route53RecoveryReadiness
|
|
610
622
|
req.send_request(options)
|
611
623
|
end
|
612
624
|
|
613
|
-
#
|
625
|
+
# Deletes cross account readiness authorization.
|
614
626
|
#
|
615
627
|
# @option params [required, String] :cross_account_authorization
|
616
628
|
#
|
@@ -631,7 +643,7 @@ module Aws::Route53RecoveryReadiness
|
|
631
643
|
req.send_request(options)
|
632
644
|
end
|
633
645
|
|
634
|
-
# Deletes
|
646
|
+
# Deletes a readiness check.
|
635
647
|
#
|
636
648
|
# @option params [required, String] :readiness_check_name
|
637
649
|
#
|
@@ -652,7 +664,7 @@ module Aws::Route53RecoveryReadiness
|
|
652
664
|
req.send_request(options)
|
653
665
|
end
|
654
666
|
|
655
|
-
# Deletes
|
667
|
+
# Deletes a recovery group.
|
656
668
|
#
|
657
669
|
# @option params [required, String] :recovery_group_name
|
658
670
|
#
|
@@ -673,7 +685,7 @@ module Aws::Route53RecoveryReadiness
|
|
673
685
|
req.send_request(options)
|
674
686
|
end
|
675
687
|
|
676
|
-
# Deletes
|
688
|
+
# Deletes a resource set.
|
677
689
|
#
|
678
690
|
# @option params [required, String] :resource_set_name
|
679
691
|
#
|
@@ -694,8 +706,8 @@ module Aws::Route53RecoveryReadiness
|
|
694
706
|
req.send_request(options)
|
695
707
|
end
|
696
708
|
|
697
|
-
#
|
698
|
-
#
|
709
|
+
# Gets recommendations about architecture designs for improving
|
710
|
+
# resiliency for an application, based on a recovery group.
|
699
711
|
#
|
700
712
|
# @option params [Integer] :max_results
|
701
713
|
#
|
@@ -733,7 +745,9 @@ module Aws::Route53RecoveryReadiness
|
|
733
745
|
req.send_request(options)
|
734
746
|
end
|
735
747
|
|
736
|
-
#
|
748
|
+
# Gets information about a cell including cell name, cell Amazon
|
749
|
+
# Resource Name (ARN), ARNs of nested cells for this cell, and a list of
|
750
|
+
# those cell ARNs with their associated recovery group ARNs.
|
737
751
|
#
|
738
752
|
# @option params [required, String] :cell_name
|
739
753
|
#
|
@@ -771,7 +785,8 @@ module Aws::Route53RecoveryReadiness
|
|
771
785
|
req.send_request(options)
|
772
786
|
end
|
773
787
|
|
774
|
-
#
|
788
|
+
# Gets readiness for a cell. Aggregates the readiness of all the
|
789
|
+
# resources that are associated with the cell into a single value.
|
775
790
|
#
|
776
791
|
# @option params [required, String] :cell_name
|
777
792
|
#
|
@@ -812,7 +827,7 @@ module Aws::Route53RecoveryReadiness
|
|
812
827
|
req.send_request(options)
|
813
828
|
end
|
814
829
|
|
815
|
-
#
|
830
|
+
# Gets details about a readiness check.
|
816
831
|
#
|
817
832
|
# @option params [required, String] :readiness_check_name
|
818
833
|
#
|
@@ -846,8 +861,10 @@ module Aws::Route53RecoveryReadiness
|
|
846
861
|
req.send_request(options)
|
847
862
|
end
|
848
863
|
|
849
|
-
#
|
850
|
-
#
|
864
|
+
# Gets individual readiness status for a readiness check. To see the
|
865
|
+
# overall readiness status for a recovery group, that considers the
|
866
|
+
# readiness status for all the readiness checks in the recovery group,
|
867
|
+
# use GetRecoveryGroupReadinessSummary.
|
851
868
|
#
|
852
869
|
# @option params [Integer] :max_results
|
853
870
|
#
|
@@ -894,7 +911,10 @@ module Aws::Route53RecoveryReadiness
|
|
894
911
|
req.send_request(options)
|
895
912
|
end
|
896
913
|
|
897
|
-
#
|
914
|
+
# Gets the readiness status for an individual readiness check. To see
|
915
|
+
# the overall readiness status for a recovery group, that considers the
|
916
|
+
# readiness status for all the readiness checks in a recovery group, use
|
917
|
+
# GetRecoveryGroupReadinessSummary.
|
898
918
|
#
|
899
919
|
# @option params [Integer] :max_results
|
900
920
|
#
|
@@ -940,7 +960,8 @@ module Aws::Route53RecoveryReadiness
|
|
940
960
|
req.send_request(options)
|
941
961
|
end
|
942
962
|
|
943
|
-
#
|
963
|
+
# Gets details about a recovery group, including a list of the cells
|
964
|
+
# that are included in it.
|
944
965
|
#
|
945
966
|
# @option params [required, String] :recovery_group_name
|
946
967
|
#
|
@@ -975,7 +996,9 @@ module Aws::Route53RecoveryReadiness
|
|
975
996
|
req.send_request(options)
|
976
997
|
end
|
977
998
|
|
978
|
-
#
|
999
|
+
# Displays a summary of information about a recovery group's readiness
|
1000
|
+
# status. Includes the readiness checks for resources in the recovery
|
1001
|
+
# group and the readiness status of each one.
|
979
1002
|
#
|
980
1003
|
# @option params [Integer] :max_results
|
981
1004
|
#
|
@@ -1016,7 +1039,8 @@ module Aws::Route53RecoveryReadiness
|
|
1016
1039
|
req.send_request(options)
|
1017
1040
|
end
|
1018
1041
|
|
1019
|
-
#
|
1042
|
+
# Displays the details about a resource set, including a list of the
|
1043
|
+
# resources in the set.
|
1020
1044
|
#
|
1021
1045
|
# @option params [required, String] :resource_set_name
|
1022
1046
|
#
|
@@ -1063,7 +1087,7 @@ module Aws::Route53RecoveryReadiness
|
|
1063
1087
|
req.send_request(options)
|
1064
1088
|
end
|
1065
1089
|
|
1066
|
-
#
|
1090
|
+
# Lists the cells for an account.
|
1067
1091
|
#
|
1068
1092
|
# @option params [Integer] :max_results
|
1069
1093
|
#
|
@@ -1105,7 +1129,8 @@ module Aws::Route53RecoveryReadiness
|
|
1105
1129
|
req.send_request(options)
|
1106
1130
|
end
|
1107
1131
|
|
1108
|
-
#
|
1132
|
+
# Lists the cross-account readiness authorizations that are in place for
|
1133
|
+
# an account.
|
1109
1134
|
#
|
1110
1135
|
# @option params [Integer] :max_results
|
1111
1136
|
#
|
@@ -1140,7 +1165,7 @@ module Aws::Route53RecoveryReadiness
|
|
1140
1165
|
req.send_request(options)
|
1141
1166
|
end
|
1142
1167
|
|
1143
|
-
#
|
1168
|
+
# Lists the readiness checks for an account.
|
1144
1169
|
#
|
1145
1170
|
# @option params [Integer] :max_results
|
1146
1171
|
#
|
@@ -1179,7 +1204,7 @@ module Aws::Route53RecoveryReadiness
|
|
1179
1204
|
req.send_request(options)
|
1180
1205
|
end
|
1181
1206
|
|
1182
|
-
#
|
1207
|
+
# Lists the recovery groups in an account.
|
1183
1208
|
#
|
1184
1209
|
# @option params [Integer] :max_results
|
1185
1210
|
#
|
@@ -1219,7 +1244,7 @@ module Aws::Route53RecoveryReadiness
|
|
1219
1244
|
req.send_request(options)
|
1220
1245
|
end
|
1221
1246
|
|
1222
|
-
#
|
1247
|
+
# Lists the resource sets in an account.
|
1223
1248
|
#
|
1224
1249
|
# @option params [Integer] :max_results
|
1225
1250
|
#
|
@@ -1270,8 +1295,8 @@ module Aws::Route53RecoveryReadiness
|
|
1270
1295
|
req.send_request(options)
|
1271
1296
|
end
|
1272
1297
|
|
1273
|
-
#
|
1274
|
-
#
|
1298
|
+
# Lists all readiness rules, or lists the readiness rules for a specific
|
1299
|
+
# resource type.
|
1275
1300
|
#
|
1276
1301
|
# @option params [Integer] :max_results
|
1277
1302
|
#
|
@@ -1311,7 +1336,7 @@ module Aws::Route53RecoveryReadiness
|
|
1311
1336
|
req.send_request(options)
|
1312
1337
|
end
|
1313
1338
|
|
1314
|
-
#
|
1339
|
+
# Lists the tags for a resource.
|
1315
1340
|
#
|
1316
1341
|
# @option params [required, String] :resource_arn
|
1317
1342
|
#
|
@@ -1339,13 +1364,12 @@ module Aws::Route53RecoveryReadiness
|
|
1339
1364
|
req.send_request(options)
|
1340
1365
|
end
|
1341
1366
|
|
1342
|
-
# Adds
|
1343
|
-
# to add.
|
1367
|
+
# Adds a tag to a resource.
|
1344
1368
|
#
|
1345
1369
|
# @option params [required, String] :resource_arn
|
1346
1370
|
#
|
1347
1371
|
# @option params [required, Hash<String,String>] :tags
|
1348
|
-
# A collection of tags associated with a resource
|
1372
|
+
# A collection of tags associated with a resource.
|
1349
1373
|
#
|
1350
1374
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1351
1375
|
#
|
@@ -1367,8 +1391,7 @@ module Aws::Route53RecoveryReadiness
|
|
1367
1391
|
req.send_request(options)
|
1368
1392
|
end
|
1369
1393
|
|
1370
|
-
# Removes
|
1371
|
-
# tags to remove.
|
1394
|
+
# Removes a tag from a resource.
|
1372
1395
|
#
|
1373
1396
|
# @option params [required, String] :resource_arn
|
1374
1397
|
#
|
@@ -1392,7 +1415,8 @@ module Aws::Route53RecoveryReadiness
|
|
1392
1415
|
req.send_request(options)
|
1393
1416
|
end
|
1394
1417
|
|
1395
|
-
# Updates
|
1418
|
+
# Updates a cell to replace the list of nested cells with a new list of
|
1419
|
+
# nested cells.
|
1396
1420
|
#
|
1397
1421
|
# @option params [required, String] :cell_name
|
1398
1422
|
#
|
@@ -1433,7 +1457,7 @@ module Aws::Route53RecoveryReadiness
|
|
1433
1457
|
req.send_request(options)
|
1434
1458
|
end
|
1435
1459
|
|
1436
|
-
# Updates
|
1460
|
+
# Updates a readiness check.
|
1437
1461
|
#
|
1438
1462
|
# @option params [required, String] :readiness_check_name
|
1439
1463
|
#
|
@@ -1470,7 +1494,7 @@ module Aws::Route53RecoveryReadiness
|
|
1470
1494
|
req.send_request(options)
|
1471
1495
|
end
|
1472
1496
|
|
1473
|
-
# Updates
|
1497
|
+
# Updates a recovery group.
|
1474
1498
|
#
|
1475
1499
|
# @option params [required, Array<String>] :cells
|
1476
1500
|
#
|
@@ -1508,7 +1532,7 @@ module Aws::Route53RecoveryReadiness
|
|
1508
1532
|
req.send_request(options)
|
1509
1533
|
end
|
1510
1534
|
|
1511
|
-
# Updates
|
1535
|
+
# Updates a resource set.
|
1512
1536
|
#
|
1513
1537
|
# @option params [required, String] :resource_set_name
|
1514
1538
|
#
|
@@ -1595,7 +1619,7 @@ module Aws::Route53RecoveryReadiness
|
|
1595
1619
|
params: params,
|
1596
1620
|
config: config)
|
1597
1621
|
context[:gem_name] = 'aws-sdk-route53recoveryreadiness'
|
1598
|
-
context[:gem_version] = '1.
|
1622
|
+
context[:gem_version] = '1.8.0'
|
1599
1623
|
Seahorse::Client::Request.new(handlers, context)
|
1600
1624
|
end
|
1601
1625
|
|
@@ -21,26 +21,28 @@ module Aws::Route53RecoveryReadiness
|
|
21
21
|
include Aws::Structure
|
22
22
|
end
|
23
23
|
|
24
|
-
#
|
24
|
+
# Information about a cell.
|
25
25
|
#
|
26
26
|
# @!attribute [rw] cell_arn
|
27
|
-
# The
|
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
|
31
|
+
# The name of the cell.
|
32
32
|
# @return [String]
|
33
33
|
#
|
34
34
|
# @!attribute [rw] cells
|
35
|
-
# A list of
|
35
|
+
# A list of cell ARNs.
|
36
36
|
# @return [Array<String>]
|
37
37
|
#
|
38
38
|
# @!attribute [rw] parent_readiness_scopes
|
39
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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/
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
-
#
|
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
|
-
#
|
1142
|
+
# The description of a readiness rule.
|
1141
1143
|
# @return [String]
|
1142
1144
|
#
|
1143
1145
|
# @!attribute [rw] rule_id
|
1144
|
-
# The
|
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
|
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
|
-
#
|
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
|
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
|
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
|
1295
|
+
# A readiness check.
|
1293
1296
|
#
|
1294
1297
|
# @!attribute [rw] readiness_check_arn
|
1295
|
-
#
|
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
|
1302
|
+
# Name of a readiness check.
|
1300
1303
|
# @return [String]
|
1301
1304
|
#
|
1302
1305
|
# @!attribute [rw] resource_set
|
1303
|
-
# Name of the
|
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
|
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
|
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
|
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
|
-
#
|
1344
|
+
# Recommendations that are provided to make an application more recovery
|
1345
|
+
# resilient.
|
1343
1346
|
#
|
1344
1347
|
# @!attribute [rw] recommendation_text
|
1345
|
-
#
|
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
|
1360
|
+
# A representation of the application, typically containing multiple
|
1361
|
+
# cells.
|
1357
1362
|
#
|
1358
1363
|
# @!attribute [rw] cells
|
1359
|
-
# A list of
|
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
|
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
|
1372
|
+
# The name of the recovery group.
|
1368
1373
|
# @return [String]
|
1369
1374
|
#
|
1370
1375
|
# @!attribute [rw] tags
|
1371
|
-
#
|
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
|
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
|
1413
|
-
#
|
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
|
-
#
|
1422
|
+
# The DNS target resource.
|
1418
1423
|
# @return [Types::DNSTargetResource]
|
1419
1424
|
#
|
1420
1425
|
# @!attribute [rw] readiness_scopes
|
1421
|
-
# A list of
|
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
|
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
|
-
#
|
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
|
1460
|
-
# format
|
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
|
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
|
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
|
1494
|
+
# The name of the resource set.
|
1490
1495
|
# @return [String]
|
1491
1496
|
#
|
1492
1497
|
# @!attribute [rw] resource_set_type
|
1493
|
-
#
|
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
|
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
|
-
#
|
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
|
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
|
1609
|
+
# The Network Load Balancer Resource.
|
1593
1610
|
# @return [Types::NLBResource]
|
1594
1611
|
#
|
1595
1612
|
# @!attribute [rw] r53_resource
|
1596
|
-
# The Route 53 resource
|
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
|
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.
|
4
|
+
version: 1.8.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:
|
11
|
+
date: 2022-01-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|