aws-sdk-resiliencehub 1.20.0 → 1.22.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@ module Aws::ResilienceHub
30
30
  # format for this ARN is:
31
31
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
32
32
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
33
- # in the *AWS General Reference* guide.
33
+ # in the *Amazon Web Services General Reference* guide.
34
34
  #
35
35
  #
36
36
  #
@@ -60,7 +60,7 @@ module Aws::ResilienceHub
60
60
  # format for this ARN is:
61
61
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
62
62
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
63
- # in the *AWS General Reference* guide.
63
+ # in the *Amazon Web Services General Reference* guide.
64
64
  #
65
65
  #
66
66
  #
@@ -121,6 +121,10 @@ module Aws::ResilienceHub
121
121
  # Identifier of the alarm recommendation.
122
122
  # @return [String]
123
123
  #
124
+ # @!attribute [rw] recommendation_status
125
+ # Status of the recommended Amazon CloudWatch alarm.
126
+ # @return [String]
127
+ #
124
128
  # @!attribute [rw] reference_id
125
129
  # Reference identifier of the alarm recommendation.
126
130
  # @return [String]
@@ -139,6 +143,7 @@ module Aws::ResilienceHub
139
143
  :name,
140
144
  :prerequisite,
141
145
  :recommendation_id,
146
+ :recommendation_status,
142
147
  :reference_id,
143
148
  :type)
144
149
  SENSITIVE = []
@@ -152,7 +157,7 @@ module Aws::ResilienceHub
152
157
  # format for this ARN is:
153
158
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
154
159
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
155
- # in the *AWS General Reference* guide.
160
+ # in the *Amazon Web Services General Reference* guide.
156
161
  #
157
162
  #
158
163
  #
@@ -168,7 +173,7 @@ module Aws::ResilienceHub
168
173
  # @return [String]
169
174
  #
170
175
  # @!attribute [rw] creation_time
171
- # Timestamp for when the app was created.
176
+ # Date and time when the app was created.
172
177
  # @return [Time]
173
178
  #
174
179
  # @!attribute [rw] description
@@ -187,7 +192,7 @@ module Aws::ResilienceHub
187
192
  # @return [Array<Types::EventSubscription>]
188
193
  #
189
194
  # @!attribute [rw] last_app_compliance_evaluation_time
190
- # Timestamp for the most recent compliance evaluation.
195
+ # Date and time the most recent compliance evaluation.
191
196
  # @return [Time]
192
197
  #
193
198
  # @!attribute [rw] last_drift_evaluation_time
@@ -195,7 +200,7 @@ module Aws::ResilienceHub
195
200
  # @return [Time]
196
201
  #
197
202
  # @!attribute [rw] last_resiliency_score_evaluation_time
198
- # Timestamp for the most recent resiliency score evaluation.
203
+ # Date and time the most recent resiliency score evaluation.
199
204
  # @return [Time]
200
205
  #
201
206
  # @!attribute [rw] name
@@ -213,7 +218,7 @@ module Aws::ResilienceHub
213
218
  # this ARN is:
214
219
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
215
220
  # For more information about ARNs, see [ Amazon Resource Names
216
- # (ARNs)][1] in the *AWS General Reference* guide.
221
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
217
222
  #
218
223
  #
219
224
  #
@@ -224,6 +229,14 @@ module Aws::ResilienceHub
224
229
  # Current resiliency score for the application.
225
230
  # @return [Float]
226
231
  #
232
+ # @!attribute [rw] rpo_in_secs
233
+ # Recovery Point Objective (RPO) in seconds.
234
+ # @return [Integer]
235
+ #
236
+ # @!attribute [rw] rto_in_secs
237
+ # Recovery Time Objective (RTO) in seconds.
238
+ # @return [Integer]
239
+ #
227
240
  # @!attribute [rw] status
228
241
  # Status of the application.
229
242
  # @return [String]
@@ -251,6 +264,8 @@ module Aws::ResilienceHub
251
264
  :permission_model,
252
265
  :policy_arn,
253
266
  :resiliency_score,
267
+ :rpo_in_secs,
268
+ :rto_in_secs,
254
269
  :status,
255
270
  :tags)
256
271
  SENSITIVE = [:tags]
@@ -264,7 +279,7 @@ module Aws::ResilienceHub
264
279
  # format for this ARN is:
265
280
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
266
281
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
267
- # in the *AWS General Reference* guide.
282
+ # in the *Amazon Web Services General Reference* guide.
268
283
  #
269
284
  #
270
285
  #
@@ -280,7 +295,7 @@ module Aws::ResilienceHub
280
295
  # ARN is:
281
296
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
282
297
  # For more information about ARNs, see [ Amazon Resource Names
283
- # (ARNs)][1] in the *AWS General Reference* guide.
298
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
284
299
  #
285
300
  #
286
301
  #
@@ -383,7 +398,7 @@ module Aws::ResilienceHub
383
398
  # format for this ARN is:
384
399
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
385
400
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
386
- # in the *AWS General Reference* guide.
401
+ # in the *Amazon Web Services General Reference* guide.
387
402
  #
388
403
  #
389
404
  #
@@ -399,7 +414,7 @@ module Aws::ResilienceHub
399
414
  # ARN is:
400
415
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
401
416
  # For more information about ARNs, see [ Amazon Resource Names
402
- # (ARNs)][1] in the *AWS General Reference* guide.
417
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
403
418
  #
404
419
  #
405
420
  #
@@ -576,7 +591,7 @@ module Aws::ResilienceHub
576
591
  # @!attribute [rw] source_arn
577
592
  # The Amazon Resource Name (ARN) of the input source. For more
578
593
  # information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
579
- # the *AWS General Reference* guide.
594
+ # the *Amazon Web Services General Reference* guide.
580
595
  #
581
596
  #
582
597
  #
@@ -611,7 +626,7 @@ module Aws::ResilienceHub
611
626
  # format for this ARN is:
612
627
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
613
628
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
614
- # in the *AWS General Reference* guide.
629
+ # in the *Amazon Web Services General Reference* guide.
615
630
  #
616
631
  #
617
632
  #
@@ -627,7 +642,7 @@ module Aws::ResilienceHub
627
642
  # @return [String]
628
643
  #
629
644
  # @!attribute [rw] creation_time
630
- # The timestamp for when the app was created.
645
+ # Date and time when the app was created.
631
646
  # @return [Time]
632
647
  #
633
648
  # @!attribute [rw] description
@@ -639,6 +654,10 @@ module Aws::ResilienceHub
639
654
  # running an assessment for your application.
640
655
  # @return [String]
641
656
  #
657
+ # @!attribute [rw] last_app_compliance_evaluation_time
658
+ # Date and time of the most recent compliance evaluation.
659
+ # @return [Time]
660
+ #
642
661
  # @!attribute [rw] name
643
662
  # The name of the application.
644
663
  # @return [String]
@@ -647,6 +666,14 @@ module Aws::ResilienceHub
647
666
  # The current resiliency score for the application.
648
667
  # @return [Float]
649
668
  #
669
+ # @!attribute [rw] rpo_in_secs
670
+ # Recovery Point Objective (RPO) in seconds.
671
+ # @return [Integer]
672
+ #
673
+ # @!attribute [rw] rto_in_secs
674
+ # Recovery Time Objective (RTO) in seconds.
675
+ # @return [Integer]
676
+ #
650
677
  # @!attribute [rw] status
651
678
  # Status of the application.
652
679
  # @return [String]
@@ -660,8 +687,11 @@ module Aws::ResilienceHub
660
687
  :creation_time,
661
688
  :description,
662
689
  :drift_status,
690
+ :last_app_compliance_evaluation_time,
663
691
  :name,
664
692
  :resiliency_score,
693
+ :rpo_in_secs,
694
+ :rto_in_secs,
665
695
  :status)
666
696
  SENSITIVE = []
667
697
  include Aws::Structure
@@ -728,7 +758,7 @@ module Aws::ResilienceHub
728
758
  # format for this ARN is:
729
759
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
730
760
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
731
- # in the *AWS General Reference* guide.
761
+ # in the *Amazon Web Services General Reference* guide.
732
762
  #
733
763
  #
734
764
  #
@@ -754,7 +784,7 @@ module Aws::ResilienceHub
754
784
  # format for this ARN is:
755
785
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
756
786
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
757
- # in the *AWS General Reference* guide.
787
+ # in the *Amazon Web Services General Reference* guide.
758
788
  #
759
789
  #
760
790
  #
@@ -1069,7 +1099,7 @@ module Aws::ResilienceHub
1069
1099
  # this ARN is:
1070
1100
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
1071
1101
  # For more information about ARNs, see [ Amazon Resource Names
1072
- # (ARNs)][1] in the *AWS General Reference* guide.
1102
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
1073
1103
  #
1074
1104
  #
1075
1105
  #
@@ -1121,7 +1151,7 @@ module Aws::ResilienceHub
1121
1151
  # format for this ARN is:
1122
1152
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1123
1153
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1124
- # in the *AWS General Reference* guide.
1154
+ # in the *Amazon Web Services General Reference* guide.
1125
1155
  #
1126
1156
  #
1127
1157
  #
@@ -1173,7 +1203,7 @@ module Aws::ResilienceHub
1173
1203
  # format for this ARN is:
1174
1204
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1175
1205
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1176
- # in the *AWS General Reference* guide.
1206
+ # in the *Amazon Web Services General Reference* guide.
1177
1207
  #
1178
1208
  #
1179
1209
  #
@@ -1208,7 +1238,7 @@ module Aws::ResilienceHub
1208
1238
  # format for this ARN is:
1209
1239
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1210
1240
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1211
- # in the *AWS General Reference* guide.
1241
+ # in the *Amazon Web Services General Reference* guide.
1212
1242
  #
1213
1243
  #
1214
1244
  #
@@ -1276,7 +1306,7 @@ module Aws::ResilienceHub
1276
1306
  # format for this ARN is:
1277
1307
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1278
1308
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1279
- # in the *AWS General Reference* guide.
1309
+ # in the *Amazon Web Services General Reference* guide.
1280
1310
  #
1281
1311
  #
1282
1312
  #
@@ -1308,7 +1338,7 @@ module Aws::ResilienceHub
1308
1338
  # ARN is:
1309
1339
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
1310
1340
  # For more information about ARNs, see [ Amazon Resource Names
1311
- # (ARNs)][1] in the *AWS General Reference* guide.
1341
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
1312
1342
  #
1313
1343
  #
1314
1344
  #
@@ -1473,7 +1503,7 @@ module Aws::ResilienceHub
1473
1503
  # ARN is:
1474
1504
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
1475
1505
  # For more information about ARNs, see [ Amazon Resource Names
1476
- # (ARNs)][1] in the *AWS General Reference* guide.
1506
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
1477
1507
  #
1478
1508
  #
1479
1509
  #
@@ -1503,7 +1533,7 @@ module Aws::ResilienceHub
1503
1533
  # ARN is:
1504
1534
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
1505
1535
  # For more information about ARNs, see [ Amazon Resource Names
1506
- # (ARNs)][1] in the *AWS General Reference* guide.
1536
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
1507
1537
  #
1508
1538
  #
1509
1539
  #
@@ -1528,7 +1558,7 @@ module Aws::ResilienceHub
1528
1558
  # format for this ARN is:
1529
1559
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1530
1560
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1531
- # in the *AWS General Reference* guide.
1561
+ # in the *Amazon Web Services General Reference* guide.
1532
1562
  #
1533
1563
  #
1534
1564
  #
@@ -1552,8 +1582,8 @@ module Aws::ResilienceHub
1552
1582
  # @!attribute [rw] source_arn
1553
1583
  # The Amazon Resource Name (ARN) of the imported resource you want to
1554
1584
  # remove from the Resilience Hub application. For more information
1555
- # about ARNs, see [ Amazon Resource Names (ARNs)][1] in the *AWS
1556
- # General Reference* guide.
1585
+ # about ARNs, see [ Amazon Resource Names (ARNs)][1] in the *Amazon
1586
+ # Web Services General Reference* guide.
1557
1587
  #
1558
1588
  #
1559
1589
  #
@@ -1582,7 +1612,7 @@ module Aws::ResilienceHub
1582
1612
  # format for this ARN is:
1583
1613
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1584
1614
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1585
- # in the *AWS General Reference* guide.
1615
+ # in the *Amazon Web Services General Reference* guide.
1586
1616
  #
1587
1617
  #
1588
1618
  #
@@ -1608,7 +1638,7 @@ module Aws::ResilienceHub
1608
1638
  # format for this ARN is:
1609
1639
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1610
1640
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1611
- # in the *AWS General Reference* guide.
1641
+ # in the *Amazon Web Services General Reference* guide.
1612
1642
  #
1613
1643
  #
1614
1644
  #
@@ -1644,7 +1674,7 @@ module Aws::ResilienceHub
1644
1674
  # format for this ARN is:
1645
1675
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1646
1676
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1647
- # in the *AWS General Reference* guide.
1677
+ # in the *Amazon Web Services General Reference* guide.
1648
1678
  #
1649
1679
  #
1650
1680
  #
@@ -1664,7 +1694,7 @@ module Aws::ResilienceHub
1664
1694
  # format for this ARN is:
1665
1695
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1666
1696
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1667
- # in the *AWS General Reference* guide.
1697
+ # in the *Amazon Web Services General Reference* guide.
1668
1698
  #
1669
1699
  #
1670
1700
  #
@@ -1699,7 +1729,7 @@ module Aws::ResilienceHub
1699
1729
  # format for this ARN is:
1700
1730
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1701
1731
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1702
- # in the *AWS General Reference* guide.
1732
+ # in the *Amazon Web Services General Reference* guide.
1703
1733
  #
1704
1734
  #
1705
1735
  #
@@ -1729,7 +1759,7 @@ module Aws::ResilienceHub
1729
1759
  # format for this ARN is:
1730
1760
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1731
1761
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1732
- # in the *AWS General Reference* guide.
1762
+ # in the *Amazon Web Services General Reference* guide.
1733
1763
  #
1734
1764
  #
1735
1765
  #
@@ -1784,7 +1814,7 @@ module Aws::ResilienceHub
1784
1814
  # format for this ARN is:
1785
1815
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1786
1816
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1787
- # in the *AWS General Reference* guide.
1817
+ # in the *Amazon Web Services General Reference* guide.
1788
1818
  #
1789
1819
  #
1790
1820
  #
@@ -1864,7 +1894,7 @@ module Aws::ResilienceHub
1864
1894
  # this ARN is:
1865
1895
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
1866
1896
  # For more information about ARNs, see [ Amazon Resource Names
1867
- # (ARNs)][1] in the *AWS General Reference* guide.
1897
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
1868
1898
  #
1869
1899
  #
1870
1900
  #
@@ -1885,7 +1915,7 @@ module Aws::ResilienceHub
1885
1915
  # this ARN is:
1886
1916
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
1887
1917
  # For more information about ARNs, see [ Amazon Resource Names
1888
- # (ARNs)][1] in the *AWS General Reference* guide.
1918
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
1889
1919
  #
1890
1920
  #
1891
1921
  #
@@ -1905,7 +1935,7 @@ module Aws::ResilienceHub
1905
1935
  # ARN is:
1906
1936
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
1907
1937
  # For more information about ARNs, see [ Amazon Resource Names
1908
- # (ARNs)][1] in the *AWS General Reference* guide.
1938
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
1909
1939
  #
1910
1940
  #
1911
1941
  #
@@ -1940,7 +1970,7 @@ module Aws::ResilienceHub
1940
1970
  # format for this ARN is:
1941
1971
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1942
1972
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1943
- # in the *AWS General Reference* guide.
1973
+ # in the *Amazon Web Services General Reference* guide.
1944
1974
  #
1945
1975
  #
1946
1976
  #
@@ -1974,7 +2004,7 @@ module Aws::ResilienceHub
1974
2004
  # format for this ARN is:
1975
2005
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1976
2006
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
1977
- # in the *AWS General Reference* guide.
2007
+ # in the *Amazon Web Services General Reference* guide.
1978
2008
  #
1979
2009
  #
1980
2010
  #
@@ -2004,7 +2034,7 @@ module Aws::ResilienceHub
2004
2034
  # format for this ARN is:
2005
2035
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2006
2036
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2007
- # in the *AWS General Reference* guide.
2037
+ # in the *Amazon Web Services General Reference* guide.
2008
2038
  #
2009
2039
  #
2010
2040
  #
@@ -2034,7 +2064,7 @@ module Aws::ResilienceHub
2034
2064
  # format for this ARN is:
2035
2065
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2036
2066
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2037
- # in the *AWS General Reference* guide.
2067
+ # in the *Amazon Web Services General Reference* guide.
2038
2068
  #
2039
2069
  #
2040
2070
  #
@@ -2059,7 +2089,7 @@ module Aws::ResilienceHub
2059
2089
  # format for this ARN is:
2060
2090
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2061
2091
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2062
- # in the *AWS General Reference* guide.
2092
+ # in the *Amazon Web Services General Reference* guide.
2063
2093
  #
2064
2094
  #
2065
2095
  #
@@ -2109,7 +2139,7 @@ module Aws::ResilienceHub
2109
2139
  # format for this ARN is:
2110
2140
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2111
2141
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2112
- # in the *AWS General Reference* guide.
2142
+ # in the *Amazon Web Services General Reference* guide.
2113
2143
  #
2114
2144
  #
2115
2145
  #
@@ -2141,7 +2171,7 @@ module Aws::ResilienceHub
2141
2171
  # format for this ARN is:
2142
2172
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2143
2173
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2144
- # in the *AWS General Reference* guide.
2174
+ # in the *Amazon Web Services General Reference* guide.
2145
2175
  #
2146
2176
  #
2147
2177
  #
@@ -2171,7 +2201,7 @@ module Aws::ResilienceHub
2171
2201
  # format for this ARN is:
2172
2202
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2173
2203
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2174
- # in the *AWS General Reference* guide.
2204
+ # in the *Amazon Web Services General Reference* guide.
2175
2205
  #
2176
2206
  #
2177
2207
  #
@@ -2226,7 +2256,7 @@ module Aws::ResilienceHub
2226
2256
  # format for this ARN is:
2227
2257
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2228
2258
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2229
- # in the *AWS General Reference* guide.
2259
+ # in the *Amazon Web Services General Reference* guide.
2230
2260
  #
2231
2261
  #
2232
2262
  #
@@ -2252,7 +2282,7 @@ module Aws::ResilienceHub
2252
2282
  # format for this ARN is:
2253
2283
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2254
2284
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2255
- # in the *AWS General Reference* guide.
2285
+ # in the *Amazon Web Services General Reference* guide.
2256
2286
  #
2257
2287
  #
2258
2288
  #
@@ -2277,7 +2307,7 @@ module Aws::ResilienceHub
2277
2307
  # format for this ARN is:
2278
2308
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2279
2309
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2280
- # in the *AWS General Reference* guide.
2310
+ # in the *Amazon Web Services General Reference* guide.
2281
2311
  #
2282
2312
  #
2283
2313
  #
@@ -2544,7 +2574,7 @@ module Aws::ResilienceHub
2544
2574
  # format for this ARN is:
2545
2575
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2546
2576
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2547
- # in the *AWS General Reference* guide.
2577
+ # in the *Amazon Web Services General Reference* guide.
2548
2578
  #
2549
2579
  #
2550
2580
  #
@@ -2564,7 +2594,7 @@ module Aws::ResilienceHub
2564
2594
  # format for this ARN is:
2565
2595
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2566
2596
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2567
- # in the *AWS General Reference* guide.
2597
+ # in the *Amazon Web Services General Reference* guide.
2568
2598
  #
2569
2599
  #
2570
2600
  #
@@ -2584,7 +2614,7 @@ module Aws::ResilienceHub
2584
2614
  # @return [String]
2585
2615
  #
2586
2616
  # @!attribute [rw] status_change_time
2587
- # The timestamp for when the status last changed.
2617
+ # The time when the status last changed.
2588
2618
  # @return [Time]
2589
2619
  #
2590
2620
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeDraftAppVersionResourcesImportStatusResponse AWS API Documentation
@@ -2604,7 +2634,7 @@ module Aws::ResilienceHub
2604
2634
  # this ARN is:
2605
2635
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
2606
2636
  # For more information about ARNs, see [ Amazon Resource Names
2607
- # (ARNs)][1] in the *AWS General Reference* guide.
2637
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
2608
2638
  #
2609
2639
  #
2610
2640
  #
@@ -2701,7 +2731,7 @@ module Aws::ResilienceHub
2701
2731
  # cluster. The format for this ARN is:
2702
2732
  # arn:`aws`:eks:`region`:`account-id`:cluster/`cluster-name`. For more
2703
2733
  # information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2704
- # the *AWS General Reference* guide.
2734
+ # the *Amazon Web Services General Reference* guide.
2705
2735
  #
2706
2736
  #
2707
2737
  #
@@ -2730,7 +2760,7 @@ module Aws::ResilienceHub
2730
2760
  # cluster. The format for this ARN is:
2731
2761
  # arn:`aws`:eks:`region`:`account-id`:cluster/`cluster-name`. For more
2732
2762
  # information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2733
- # the *AWS General Reference* guide.
2763
+ # the *Amazon Web Services General Reference* guide.
2734
2764
  #
2735
2765
  #
2736
2766
  #
@@ -2769,9 +2799,9 @@ module Aws::ResilienceHub
2769
2799
  # @!attribute [rw] sns_topic_arn
2770
2800
  # Amazon Resource Name (ARN) of the Amazon Simple Notification Service
2771
2801
  # topic. The format for this ARN is:
2772
- # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2773
- # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2774
- # in the *AWS General Reference* guide.
2802
+ # `arn:partition:sns:region:account:topic-name`. For more information
2803
+ # about ARNs, see [ Amazon Resource Names (ARNs)][1] in the *Amazon
2804
+ # Web Services General Reference* guide.
2775
2805
  #
2776
2806
  #
2777
2807
  #
@@ -2791,11 +2821,11 @@ module Aws::ResilienceHub
2791
2821
  # Defines a failure policy.
2792
2822
  #
2793
2823
  # @!attribute [rw] rpo_in_secs
2794
- # The Recovery Point Objective (RPO), in seconds.
2824
+ # Recovery Point Objective (RPO) in seconds.
2795
2825
  # @return [Integer]
2796
2826
  #
2797
2827
  # @!attribute [rw] rto_in_secs
2798
- # The Recovery Time Objective (RTO), in seconds.
2828
+ # Recovery Time Objective (RTO) in seconds.
2799
2829
  # @return [Integer]
2800
2830
  #
2801
2831
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/FailurePolicy AWS API Documentation
@@ -2812,7 +2842,7 @@ module Aws::ResilienceHub
2812
2842
  # format for this ARN is:
2813
2843
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2814
2844
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2815
- # in the *AWS General Reference* guide.
2845
+ # in the *Amazon Web Services General Reference* guide.
2816
2846
  #
2817
2847
  #
2818
2848
  #
@@ -2854,7 +2884,7 @@ module Aws::ResilienceHub
2854
2884
  # format for this ARN is:
2855
2885
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2856
2886
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
2857
- # in the *AWS General Reference* guide.
2887
+ # in the *Amazon Web Services General Reference* guide.
2858
2888
  #
2859
2889
  #
2860
2890
  #
@@ -2915,7 +2945,7 @@ module Aws::ResilienceHub
2915
2945
  # ARN is:
2916
2946
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
2917
2947
  # For more information about ARNs, see [ Amazon Resource Names
2918
- # (ARNs)][1] in the *AWS General Reference* guide.
2948
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
2919
2949
  #
2920
2950
  #
2921
2951
  #
@@ -2970,7 +3000,7 @@ module Aws::ResilienceHub
2970
3000
  # ARN is:
2971
3001
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
2972
3002
  # For more information about ARNs, see [ Amazon Resource Names
2973
- # (ARNs)][1] in the *AWS General Reference* guide.
3003
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
2974
3004
  #
2975
3005
  #
2976
3006
  #
@@ -3021,7 +3051,7 @@ module Aws::ResilienceHub
3021
3051
  # format for this ARN is:
3022
3052
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3023
3053
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
3024
- # in the *AWS General Reference* guide.
3054
+ # in the *Amazon Web Services General Reference* guide.
3025
3055
  #
3026
3056
  #
3027
3057
  #
@@ -3103,7 +3133,7 @@ module Aws::ResilienceHub
3103
3133
  # ARN is:
3104
3134
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
3105
3135
  # For more information about ARNs, see [ Amazon Resource Names
3106
- # (ARNs)][1] in the *AWS General Reference* guide.
3136
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
3107
3137
  #
3108
3138
  #
3109
3139
  #
@@ -3158,7 +3188,7 @@ module Aws::ResilienceHub
3158
3188
  # ARN is:
3159
3189
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
3160
3190
  # For more information about ARNs, see [ Amazon Resource Names
3161
- # (ARNs)][1] in the *AWS General Reference* guide.
3191
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
3162
3192
  #
3163
3193
  #
3164
3194
  #
@@ -3213,7 +3243,7 @@ module Aws::ResilienceHub
3213
3243
  # format for this ARN is:
3214
3244
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3215
3245
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
3216
- # in the *AWS General Reference* guide.
3246
+ # in the *Amazon Web Services General Reference* guide.
3217
3247
  #
3218
3248
  #
3219
3249
  #
@@ -3268,7 +3298,7 @@ module Aws::ResilienceHub
3268
3298
  # format for this ARN is:
3269
3299
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3270
3300
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
3271
- # in the *AWS General Reference* guide.
3301
+ # in the *Amazon Web Services General Reference* guide.
3272
3302
  #
3273
3303
  #
3274
3304
  #
@@ -3305,7 +3335,7 @@ module Aws::ResilienceHub
3305
3335
  # format for this ARN is:
3306
3336
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3307
3337
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
3308
- # in the *AWS General Reference* guide.
3338
+ # in the *Amazon Web Services General Reference* guide.
3309
3339
  #
3310
3340
  #
3311
3341
  #
@@ -3341,7 +3371,7 @@ module Aws::ResilienceHub
3341
3371
  # format for this ARN is:
3342
3372
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3343
3373
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
3344
- # in the *AWS General Reference* guide.
3374
+ # in the *Amazon Web Services General Reference* guide.
3345
3375
  #
3346
3376
  #
3347
3377
  #
@@ -3403,7 +3433,7 @@ module Aws::ResilienceHub
3403
3433
  # format for this ARN is:
3404
3434
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3405
3435
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
3406
- # in the *AWS General Reference* guide.
3436
+ # in the *Amazon Web Services General Reference* guide.
3407
3437
  #
3408
3438
  #
3409
3439
  #
@@ -3470,7 +3500,7 @@ module Aws::ResilienceHub
3470
3500
  # format for this ARN is:
3471
3501
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3472
3502
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
3473
- # in the *AWS General Reference* guide.
3503
+ # in the *Amazon Web Services General Reference* guide.
3474
3504
  #
3475
3505
  #
3476
3506
  #
@@ -3532,13 +3562,18 @@ module Aws::ResilienceHub
3532
3562
  # format for this ARN is:
3533
3563
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3534
3564
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
3535
- # in the *AWS General Reference* guide.
3565
+ # in the *Amazon Web Services General Reference* guide.
3536
3566
  #
3537
3567
  #
3538
3568
  #
3539
3569
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
3540
3570
  # @return [String]
3541
3571
  #
3572
+ # @!attribute [rw] from_last_assessment_time
3573
+ # Indicates the lower limit of the range that is used to filter
3574
+ # applications based on their last assessment times.
3575
+ # @return [Time]
3576
+ #
3542
3577
  # @!attribute [rw] max_results
3543
3578
  # Maximum number of results to include in the response. If more
3544
3579
  # results exist than the specified `MaxResults` value, a token is
@@ -3555,13 +3590,28 @@ module Aws::ResilienceHub
3555
3590
  # results.
3556
3591
  # @return [String]
3557
3592
  #
3593
+ # @!attribute [rw] reverse_order
3594
+ # The application list is sorted based on the values of
3595
+ # `lastAppComplianceEvaluationTime` field. By default, application
3596
+ # list is sorted in ascending order. To sort the appliation list in
3597
+ # descending order, set this field to `True`.
3598
+ # @return [Boolean]
3599
+ #
3600
+ # @!attribute [rw] to_last_assessment_time
3601
+ # Indicates the upper limit of the range that is used to filter the
3602
+ # applications based on their last assessment times.
3603
+ # @return [Time]
3604
+ #
3558
3605
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppsRequest AWS API Documentation
3559
3606
  #
3560
3607
  class ListAppsRequest < Struct.new(
3561
3608
  :app_arn,
3609
+ :from_last_assessment_time,
3562
3610
  :max_results,
3563
3611
  :name,
3564
- :next_token)
3612
+ :next_token,
3613
+ :reverse_order,
3614
+ :to_last_assessment_time)
3565
3615
  SENSITIVE = []
3566
3616
  include Aws::Structure
3567
3617
  end
@@ -3589,7 +3639,7 @@ module Aws::ResilienceHub
3589
3639
  # ARN is:
3590
3640
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
3591
3641
  # For more information about ARNs, see [ Amazon Resource Names
3592
- # (ARNs)][1] in the *AWS General Reference* guide.
3642
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
3593
3643
  #
3594
3644
  #
3595
3645
  #
@@ -3706,7 +3756,7 @@ module Aws::ResilienceHub
3706
3756
  # ARN is:
3707
3757
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
3708
3758
  # For more information about ARNs, see [ Amazon Resource Names
3709
- # (ARNs)][1] in the *AWS General Reference* guide.
3759
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
3710
3760
  #
3711
3761
  #
3712
3762
  #
@@ -3826,7 +3876,7 @@ module Aws::ResilienceHub
3826
3876
  # ARN is:
3827
3877
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
3828
3878
  # For more information about ARNs, see [ Amazon Resource Names
3829
- # (ARNs)][1] in the *AWS General Reference* guide.
3879
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
3830
3880
  #
3831
3881
  #
3832
3882
  #
@@ -3878,7 +3928,7 @@ module Aws::ResilienceHub
3878
3928
  # format for this ARN is:
3879
3929
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3880
3930
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
3881
- # in the *AWS General Reference* guide.
3931
+ # in the *Amazon Web Services General Reference* guide.
3882
3932
  #
3883
3933
  #
3884
3934
  #
@@ -4004,8 +4054,11 @@ module Aws::ResilienceHub
4004
4054
  # Principle to obtain a read-only access to your application resources
4005
4055
  # while running an assessment.
4006
4056
  #
4007
- # <note markdown="1"> You must have `iam:passRole` permission for this role while creating
4008
- # or updating the application.
4057
+ # <note markdown="1"> * You must have `iam:passRole` permission for this role while
4058
+ # creating or updating the application.
4059
+ #
4060
+ # * Currently, `invokerRoleName` accepts only `[A-Za-z0-9_+=,.@-]`
4061
+ # characters.
4009
4062
  #
4010
4063
  # </note>
4011
4064
  # @return [String]
@@ -4192,7 +4245,7 @@ module Aws::ResilienceHub
4192
4245
  # format for this ARN is:
4193
4246
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
4194
4247
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
4195
- # in the *AWS General Reference* guide.
4248
+ # in the *Amazon Web Services General Reference* guide.
4196
4249
  #
4197
4250
  #
4198
4251
  #
@@ -4217,7 +4270,7 @@ module Aws::ResilienceHub
4217
4270
  # format for this ARN is:
4218
4271
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
4219
4272
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
4220
- # in the *AWS General Reference* guide.
4273
+ # in the *Amazon Web Services General Reference* guide.
4221
4274
  #
4222
4275
  #
4223
4276
  #
@@ -4252,7 +4305,7 @@ module Aws::ResilienceHub
4252
4305
  # format for this ARN is:
4253
4306
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
4254
4307
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
4255
- # in the *AWS General Reference* guide.
4308
+ # in the *Amazon Web Services General Reference* guide.
4256
4309
  #
4257
4310
  #
4258
4311
  #
@@ -4514,7 +4567,7 @@ module Aws::ResilienceHub
4514
4567
  # format for this ARN is:
4515
4568
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
4516
4569
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
4517
- # in the *AWS General Reference* guide.
4570
+ # in the *Amazon Web Services General Reference* guide.
4518
4571
  #
4519
4572
  #
4520
4573
  #
@@ -4620,7 +4673,7 @@ module Aws::ResilienceHub
4620
4673
  # format for this ARN is:
4621
4674
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
4622
4675
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
4623
- # in the *AWS General Reference* guide.
4676
+ # in the *Amazon Web Services General Reference* guide.
4624
4677
  #
4625
4678
  #
4626
4679
  #
@@ -4632,7 +4685,7 @@ module Aws::ResilienceHub
4632
4685
  # ARN is:
4633
4686
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
4634
4687
  # For more information about ARNs, see [ Amazon Resource Names
4635
- # (ARNs)][1] in the *AWS General Reference* guide.
4688
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
4636
4689
  #
4637
4690
  #
4638
4691
  #
@@ -4737,7 +4790,7 @@ module Aws::ResilienceHub
4737
4790
  # format for this ARN is:
4738
4791
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
4739
4792
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
4740
- # in the *AWS General Reference* guide.
4793
+ # in the *Amazon Web Services General Reference* guide.
4741
4794
  #
4742
4795
  #
4743
4796
  #
@@ -4797,7 +4850,7 @@ module Aws::ResilienceHub
4797
4850
  # format for this ARN is:
4798
4851
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
4799
4852
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
4800
- # in the *AWS General Reference* guide.
4853
+ # in the *Amazon Web Services General Reference* guide.
4801
4854
  #
4802
4855
  #
4803
4856
  #
@@ -4819,8 +4872,18 @@ module Aws::ResilienceHub
4819
4872
 
4820
4873
  # Defines a resiliency policy.
4821
4874
  #
4875
+ # <note markdown="1"> Resilience Hub allows you to provide a value of zero for `rtoInSecs`
4876
+ # and `rpoInSecs` of your resiliency policy. But, while assessing your
4877
+ # application, the lowest possible assessment result is near zero.
4878
+ # Hence, if you provide value zero for `rtoInSecs` and `rpoInSecs`, the
4879
+ # estimated workload RTO and estimated workload RPO result will be near
4880
+ # zero and the **Compliance status** for your application will be set to
4881
+ # **Policy breached**.
4882
+ #
4883
+ # </note>
4884
+ #
4822
4885
  # @!attribute [rw] creation_time
4823
- # The timestamp for when the resiliency policy was created.
4886
+ # Date and time when the resiliency policy was created.
4824
4887
  # @return [Time]
4825
4888
  #
4826
4889
  # @!attribute [rw] data_location_constraint
@@ -4841,7 +4904,7 @@ module Aws::ResilienceHub
4841
4904
  # this ARN is:
4842
4905
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
4843
4906
  # For more information about ARNs, see [ Amazon Resource Names
4844
- # (ARNs)][1] in the *AWS General Reference* guide.
4907
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
4845
4908
  #
4846
4909
  #
4847
4910
  #
@@ -4886,6 +4949,15 @@ module Aws::ResilienceHub
4886
4949
  # The overall resiliency score, returned as an object that includes the
4887
4950
  # disruption score and outage score.
4888
4951
  #
4952
+ # @!attribute [rw] component_score
4953
+ # The score generated by Resilience Hub for the scoring component
4954
+ # after running an assessment.
4955
+ #
4956
+ # For example, if the `score` is 25 points, it indicates the overall
4957
+ # score of your application generated by Resilience Hub after running
4958
+ # an assessment.
4959
+ # @return [Hash<String,Types::ScoringComponentResiliencyScore>]
4960
+ #
4889
4961
  # @!attribute [rw] disruption_score
4890
4962
  # The disruption score for a valid key.
4891
4963
  # @return [Hash<String,Float>]
@@ -4897,6 +4969,7 @@ module Aws::ResilienceHub
4897
4969
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ResiliencyScore AWS API Documentation
4898
4970
  #
4899
4971
  class ResiliencyScore < Struct.new(
4972
+ :component_score,
4900
4973
  :disruption_score,
4901
4974
  :score)
4902
4975
  SENSITIVE = []
@@ -4908,7 +4981,7 @@ module Aws::ResilienceHub
4908
4981
  # format for this ARN is:
4909
4982
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
4910
4983
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
4911
- # in the *AWS General Reference* guide.
4984
+ # in the *Amazon Web Services General Reference* guide.
4912
4985
  #
4913
4986
  #
4914
4987
  #
@@ -4933,7 +5006,7 @@ module Aws::ResilienceHub
4933
5006
  # format for this ARN is:
4934
5007
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
4935
5008
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
4936
- # in the *AWS General Reference* guide.
5009
+ # in the *Amazon Web Services General Reference* guide.
4937
5010
  #
4938
5011
  #
4939
5012
  #
@@ -5124,6 +5197,57 @@ module Aws::ResilienceHub
5124
5197
  include Aws::Structure
5125
5198
  end
5126
5199
 
5200
+ # Resiliency score of each scoring component. For more information about
5201
+ # scoring component, see [Calculating resiliency score][1].
5202
+ #
5203
+ #
5204
+ #
5205
+ # [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/calculate-score.html
5206
+ #
5207
+ # @!attribute [rw] excluded_count
5208
+ # Number of recommendations that were excluded from the assessment.
5209
+ #
5210
+ # For example, if the `Excluded count` for Resilience Hub recommended
5211
+ # Amazon CloudWatch alarms is 7, it indicates that 7 Amazon CloudWatch
5212
+ # alarms are excluded from the assessment.
5213
+ # @return [Integer]
5214
+ #
5215
+ # @!attribute [rw] outstanding_count
5216
+ # Number of issues that must be resolved to obtain the maximum
5217
+ # possible score for the scoring component. For SOPs, alarms, and FIS
5218
+ # experiments, these are the number of recommendations that must be
5219
+ # implemented. For compliance, it is the number of Application
5220
+ # Components that has breached the resiliency policy.
5221
+ #
5222
+ # For example, if the `Outstanding count` for Resilience Hub
5223
+ # recommended Amazon CloudWatch alarms is 5, it indicates that 5
5224
+ # Amazon CloudWatch alarms must be fixed to achieve the maximum
5225
+ # possible score.
5226
+ # @return [Integer]
5227
+ #
5228
+ # @!attribute [rw] possible_score
5229
+ # Maximum possible score that can be obtained for the scoring
5230
+ # component. If the `Possible score` is 20 points, it indicates the
5231
+ # maximum possible score you can achieve for your application when you
5232
+ # run a new assessment after implementing all the Resilience Hub
5233
+ # recommendations.
5234
+ # @return [Float]
5235
+ #
5236
+ # @!attribute [rw] score
5237
+ # Resiliency score of your application.
5238
+ # @return [Float]
5239
+ #
5240
+ # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ScoringComponentResiliencyScore AWS API Documentation
5241
+ #
5242
+ class ScoringComponentResiliencyScore < Struct.new(
5243
+ :excluded_count,
5244
+ :outstanding_count,
5245
+ :possible_score,
5246
+ :score)
5247
+ SENSITIVE = []
5248
+ include Aws::Structure
5249
+ end
5250
+
5127
5251
  # This exception occurs when you have exceeded your service quota. To
5128
5252
  # perform the requested action, remove some of the relevant resources,
5129
5253
  # or use Service Quotas to request a service quota increase.
@@ -5165,6 +5289,10 @@ module Aws::ResilienceHub
5165
5289
  # Identifier for the SOP recommendation.
5166
5290
  # @return [String]
5167
5291
  #
5292
+ # @!attribute [rw] recommendation_status
5293
+ # Status of the recommended standard operating procedure.
5294
+ # @return [String]
5295
+ #
5168
5296
  # @!attribute [rw] reference_id
5169
5297
  # Reference identifier for the SOP recommendation.
5170
5298
  # @return [String]
@@ -5182,6 +5310,7 @@ module Aws::ResilienceHub
5182
5310
  :name,
5183
5311
  :prerequisite,
5184
5312
  :recommendation_id,
5313
+ :recommendation_status,
5185
5314
  :reference_id,
5186
5315
  :service_type)
5187
5316
  SENSITIVE = []
@@ -5193,7 +5322,7 @@ module Aws::ResilienceHub
5193
5322
  # format for this ARN is:
5194
5323
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
5195
5324
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
5196
- # in the *AWS General Reference* guide.
5325
+ # in the *Amazon Web Services General Reference* guide.
5197
5326
  #
5198
5327
  #
5199
5328
  #
@@ -5318,6 +5447,10 @@ module Aws::ResilienceHub
5318
5447
  # Identifier for the test recommendation.
5319
5448
  # @return [String]
5320
5449
  #
5450
+ # @!attribute [rw] recommendation_status
5451
+ # Status of the recommended test.
5452
+ # @return [String]
5453
+ #
5321
5454
  # @!attribute [rw] reference_id
5322
5455
  # Reference identifier for the test recommendation.
5323
5456
  # @return [String]
@@ -5341,6 +5474,7 @@ module Aws::ResilienceHub
5341
5474
  :name,
5342
5475
  :prerequisite,
5343
5476
  :recommendation_id,
5477
+ :recommendation_status,
5344
5478
  :reference_id,
5345
5479
  :risk,
5346
5480
  :type)
@@ -5422,7 +5556,7 @@ module Aws::ResilienceHub
5422
5556
  # format for this ARN is:
5423
5557
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
5424
5558
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
5425
- # in the *AWS General Reference* guide.
5559
+ # in the *Amazon Web Services General Reference* guide.
5426
5560
  #
5427
5561
  #
5428
5562
  #
@@ -5458,7 +5592,7 @@ module Aws::ResilienceHub
5458
5592
  # this ARN is:
5459
5593
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
5460
5594
  # For more information about ARNs, see [ Amazon Resource Names
5461
- # (ARNs)][1] in the *AWS General Reference* guide.
5595
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
5462
5596
  #
5463
5597
  #
5464
5598
  #
@@ -5503,7 +5637,7 @@ module Aws::ResilienceHub
5503
5637
  # format for this ARN is:
5504
5638
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
5505
5639
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
5506
- # in the *AWS General Reference* guide.
5640
+ # in the *Amazon Web Services General Reference* guide.
5507
5641
  #
5508
5642
  #
5509
5643
  #
@@ -5545,7 +5679,7 @@ module Aws::ResilienceHub
5545
5679
  # format for this ARN is:
5546
5680
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
5547
5681
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
5548
- # in the *AWS General Reference* guide.
5682
+ # in the *Amazon Web Services General Reference* guide.
5549
5683
  #
5550
5684
  #
5551
5685
  #
@@ -5596,7 +5730,7 @@ module Aws::ResilienceHub
5596
5730
  # format for this ARN is:
5597
5731
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
5598
5732
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
5599
- # in the *AWS General Reference* guide.
5733
+ # in the *Amazon Web Services General Reference* guide.
5600
5734
  #
5601
5735
  #
5602
5736
  #
@@ -5622,7 +5756,7 @@ module Aws::ResilienceHub
5622
5756
  # format for this ARN is:
5623
5757
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
5624
5758
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
5625
- # in the *AWS General Reference* guide.
5759
+ # in the *Amazon Web Services General Reference* guide.
5626
5760
  #
5627
5761
  #
5628
5762
  #
@@ -5691,7 +5825,7 @@ module Aws::ResilienceHub
5691
5825
  # format for this ARN is:
5692
5826
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
5693
5827
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
5694
- # in the *AWS General Reference* guide.
5828
+ # in the *Amazon Web Services General Reference* guide.
5695
5829
  #
5696
5830
  #
5697
5831
  #
@@ -5738,7 +5872,7 @@ module Aws::ResilienceHub
5738
5872
  # format for this ARN is:
5739
5873
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
5740
5874
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
5741
- # in the *AWS General Reference* guide.
5875
+ # in the *Amazon Web Services General Reference* guide.
5742
5876
  #
5743
5877
  #
5744
5878
  #
@@ -5841,7 +5975,7 @@ module Aws::ResilienceHub
5841
5975
  # this ARN is:
5842
5976
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
5843
5977
  # For more information about ARNs, see [ Amazon Resource Names
5844
- # (ARNs)][1] in the *AWS General Reference* guide.
5978
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
5845
5979
  #
5846
5980
  #
5847
5981
  #