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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 78ee7f817c79d3ed08d36f7dee5d0911d6ea0da5076acaee1bda2b89d8de538e
4
- data.tar.gz: 0d6bb401f46c9582956ef56416402714a5cfdad5e8a34ed6a7bb538ecb481c1c
3
+ metadata.gz: acdba811cdd7522ebf93d35854e139a1df162923aacd9515d7eb6bad02d6ee98
4
+ data.tar.gz: a3ea3f5bb9e8fbbfb964fb7f7f8152ef14c99c8dcfcb5b905a679df832460c0c
5
5
  SHA512:
6
- metadata.gz: c4396071a56ababaeae598eb675167d20cdf7b83d9ed24f590e3aa865c782d5cf4370bfbd9c707ddbb506a8af11be8fb8595ec320d9cb2329993a79eebed0e15
7
- data.tar.gz: 1210c5a080ec8c3cfb72c45c790e1eb2b54130ba5b1d3fc987cf81032ece3615473e9ffef1e5e8c938a5a7266bbfc278b4969640b121b4132cf6c19ad9771660
6
+ metadata.gz: c7038b270efc1191803b1127d868f77f5bdabb3e36271dcafa72c8cbd55924e994969b4914b2fd74310e081048db66b45019b391a35e997d7c1c47cffa87829d
7
+ data.tar.gz: 7395998d1e643690d3a8fee656b906cf97ac6ecb68ed2f4596f1b4f1d466ceb157a5e63802a5f7660b17764d2406e8978340d12ed8ff149bbebbf2fef8566ce2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.0 (2023-11-08)
5
+ ------------------
6
+
7
+ * Feature - AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications.
8
+
9
+ 1.21.0 (2023-10-30)
10
+ ------------------
11
+
12
+ * Feature - Introduced the ability to filter applications by their last assessment date and time and have included metrics for the application's estimated workload Recovery Time Objective (RTO) and estimated workload Recovery Point Objective (RPO).
13
+
4
14
  1.20.0 (2023-09-27)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.22.0
@@ -388,15 +388,24 @@ module Aws::ResilienceHub
388
388
 
389
389
  # @!group API Operations
390
390
 
391
- # Adds the resource mapping for the draft application version. You can
392
- # also update an existing resource mapping to a new physical resource.
391
+ # Adds the source of resource-maps to the draft version of an
392
+ # application. During assessment, Resilience Hub will use these
393
+ # resource-maps to resolve the latest physical ID for each resource in
394
+ # the application template. For more information about different types
395
+ # of resources suported by Resilience Hub and how to add them in your
396
+ # application, see [Step 2: How is your application managed?][1] in the
397
+ # Resilience Hub User Guide.
398
+ #
399
+ #
400
+ #
401
+ # [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/how-app-manage.html
393
402
  #
394
403
  # @option params [required, String] :app_arn
395
404
  # Amazon Resource Name (ARN) of the Resilience Hub application. The
396
405
  # format for this ARN is:
397
406
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
398
407
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
399
- # the *AWS General Reference* guide.
408
+ # the *Amazon Web Services General Reference* guide.
400
409
  #
401
410
  #
402
411
  #
@@ -473,7 +482,7 @@ module Aws::ResilienceHub
473
482
  # format for this ARN is:
474
483
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
475
484
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
476
- # the *AWS General Reference* guide.
485
+ # the *Amazon Web Services General Reference* guide.
477
486
  #
478
487
  #
479
488
  #
@@ -586,7 +595,7 @@ module Aws::ResilienceHub
586
595
  # this ARN is:
587
596
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
588
597
  # For more information about ARNs, see [ Amazon Resource Names
589
- # (ARNs)][1] in the *AWS General Reference* guide.
598
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
590
599
  #
591
600
  #
592
601
  #
@@ -647,6 +656,8 @@ module Aws::ResilienceHub
647
656
  # resp.app.permission_model.type #=> String, one of "LegacyIAMUser", "RoleBased"
648
657
  # resp.app.policy_arn #=> String
649
658
  # resp.app.resiliency_score #=> Float
659
+ # resp.app.rpo_in_secs #=> Integer
660
+ # resp.app.rto_in_secs #=> Integer
650
661
  # resp.app.status #=> String, one of "Active", "Deleting"
651
662
  # resp.app.tags #=> Hash
652
663
  # resp.app.tags["TagKey"] #=> String
@@ -677,7 +688,7 @@ module Aws::ResilienceHub
677
688
  # format for this ARN is:
678
689
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
679
690
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
680
- # the *AWS General Reference* guide.
691
+ # the *Amazon Web Services General Reference* guide.
681
692
  #
682
693
  #
683
694
  #
@@ -769,7 +780,7 @@ module Aws::ResilienceHub
769
780
  # format for this ARN is:
770
781
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
771
782
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
772
- # the *AWS General Reference* guide.
783
+ # the *Amazon Web Services General Reference* guide.
773
784
  #
774
785
  #
775
786
  #
@@ -881,7 +892,7 @@ module Aws::ResilienceHub
881
892
  # is:
882
893
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
883
894
  # For more information about ARNs, see [ Amazon Resource Names
884
- # (ARNs)][1] in the *AWS General Reference* guide.
895
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
885
896
  #
886
897
  #
887
898
  #
@@ -988,6 +999,16 @@ module Aws::ResilienceHub
988
999
 
989
1000
  # Creates a resiliency policy for an application.
990
1001
  #
1002
+ # <note markdown="1"> Resilience Hub allows you to provide a value of zero for `rtoInSecs`
1003
+ # and `rpoInSecs` of your resiliency policy. But, while assessing your
1004
+ # application, the lowest possible assessment result is near zero.
1005
+ # Hence, if you provide value zero for `rtoInSecs` and `rpoInSecs`, the
1006
+ # estimated workload RTO and estimated workload RPO result will be near
1007
+ # zero and the **Compliance status** for your application will be set to
1008
+ # **Policy breached**.
1009
+ #
1010
+ # </note>
1011
+ #
991
1012
  # @option params [String] :client_token
992
1013
  # Used for an idempotency token. A client token is a unique,
993
1014
  # case-sensitive string of up to 64 ASCII characters. You should not
@@ -1073,7 +1094,7 @@ module Aws::ResilienceHub
1073
1094
  # format for this ARN is:
1074
1095
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1075
1096
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1076
- # the *AWS General Reference* guide.
1097
+ # the *Amazon Web Services General Reference* guide.
1077
1098
  #
1078
1099
  #
1079
1100
  #
@@ -1124,7 +1145,7 @@ module Aws::ResilienceHub
1124
1145
  # is:
1125
1146
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
1126
1147
  # For more information about ARNs, see [ Amazon Resource Names
1127
- # (ARNs)][1] in the *AWS General Reference* guide.
1148
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
1128
1149
  #
1129
1150
  #
1130
1151
  #
@@ -1172,7 +1193,7 @@ module Aws::ResilienceHub
1172
1193
  # format for this ARN is:
1173
1194
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1174
1195
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1175
- # the *AWS General Reference* guide.
1196
+ # the *Amazon Web Services General Reference* guide.
1176
1197
  #
1177
1198
  #
1178
1199
  #
@@ -1193,8 +1214,8 @@ module Aws::ResilienceHub
1193
1214
  # @option params [String] :source_arn
1194
1215
  # The Amazon Resource Name (ARN) of the imported resource you want to
1195
1216
  # remove from the Resilience Hub application. For more information about
1196
- # ARNs, see [ Amazon Resource Names (ARNs)][1] in the *AWS General
1197
- # Reference* guide.
1217
+ # ARNs, see [ Amazon Resource Names (ARNs)][1] in the *Amazon Web
1218
+ # Services General Reference* guide.
1198
1219
  #
1199
1220
  #
1200
1221
  #
@@ -1261,7 +1282,7 @@ module Aws::ResilienceHub
1261
1282
  # format for this ARN is:
1262
1283
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1263
1284
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1264
- # the *AWS General Reference* guide.
1285
+ # the *Amazon Web Services General Reference* guide.
1265
1286
  #
1266
1287
  #
1267
1288
  #
@@ -1332,7 +1353,7 @@ module Aws::ResilienceHub
1332
1353
  # format for this ARN is:
1333
1354
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1334
1355
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1335
- # the *AWS General Reference* guide.
1356
+ # the *Amazon Web Services General Reference* guide.
1336
1357
  #
1337
1358
  #
1338
1359
  #
@@ -1479,7 +1500,7 @@ module Aws::ResilienceHub
1479
1500
  # this ARN is:
1480
1501
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
1481
1502
  # For more information about ARNs, see [ Amazon Resource Names
1482
- # (ARNs)][1] in the *AWS General Reference* guide.
1503
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
1483
1504
  #
1484
1505
  #
1485
1506
  #
@@ -1516,7 +1537,7 @@ module Aws::ResilienceHub
1516
1537
  # format for this ARN is:
1517
1538
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1518
1539
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1519
- # the *AWS General Reference* guide.
1540
+ # the *Amazon Web Services General Reference* guide.
1520
1541
  #
1521
1542
  #
1522
1543
  #
@@ -1554,6 +1575,8 @@ module Aws::ResilienceHub
1554
1575
  # resp.app.permission_model.type #=> String, one of "LegacyIAMUser", "RoleBased"
1555
1576
  # resp.app.policy_arn #=> String
1556
1577
  # resp.app.resiliency_score #=> Float
1578
+ # resp.app.rpo_in_secs #=> Integer
1579
+ # resp.app.rto_in_secs #=> Integer
1557
1580
  # resp.app.status #=> String, one of "Active", "Deleting"
1558
1581
  # resp.app.tags #=> Hash
1559
1582
  # resp.app.tags["TagKey"] #=> String
@@ -1574,7 +1597,7 @@ module Aws::ResilienceHub
1574
1597
  # is:
1575
1598
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
1576
1599
  # For more information about ARNs, see [ Amazon Resource Names
1577
- # (ARNs)][1] in the *AWS General Reference* guide.
1600
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
1578
1601
  #
1579
1602
  #
1580
1603
  #
@@ -1628,6 +1651,11 @@ module Aws::ResilienceHub
1628
1651
  # resp.assessment.policy.tags #=> Hash
1629
1652
  # resp.assessment.policy.tags["TagKey"] #=> String
1630
1653
  # resp.assessment.policy.tier #=> String, one of "MissionCritical", "Critical", "Important", "CoreServices", "NonCritical", "NotApplicable"
1654
+ # resp.assessment.resiliency_score.component_score #=> Hash
1655
+ # resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].excluded_count #=> Integer
1656
+ # resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].outstanding_count #=> Integer
1657
+ # resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].possible_score #=> Float
1658
+ # resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].score #=> Float
1631
1659
  # resp.assessment.resiliency_score.disruption_score #=> Hash
1632
1660
  # resp.assessment.resiliency_score.disruption_score["DisruptionType"] #=> Float
1633
1661
  # resp.assessment.resiliency_score.score #=> Float
@@ -1657,7 +1685,7 @@ module Aws::ResilienceHub
1657
1685
  # format for this ARN is:
1658
1686
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1659
1687
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1660
- # the *AWS General Reference* guide.
1688
+ # the *Amazon Web Services General Reference* guide.
1661
1689
  #
1662
1690
  #
1663
1691
  #
@@ -1703,7 +1731,7 @@ module Aws::ResilienceHub
1703
1731
  # format for this ARN is:
1704
1732
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1705
1733
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1706
- # the *AWS General Reference* guide.
1734
+ # the *Amazon Web Services General Reference* guide.
1707
1735
  #
1708
1736
  #
1709
1737
  #
@@ -1768,7 +1796,7 @@ module Aws::ResilienceHub
1768
1796
  # format for this ARN is:
1769
1797
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1770
1798
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1771
- # the *AWS General Reference* guide.
1799
+ # the *Amazon Web Services General Reference* guide.
1772
1800
  #
1773
1801
  #
1774
1802
  #
@@ -1863,7 +1891,7 @@ module Aws::ResilienceHub
1863
1891
  # format for this ARN is:
1864
1892
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1865
1893
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1866
- # the *AWS General Reference* guide.
1894
+ # the *Amazon Web Services General Reference* guide.
1867
1895
  #
1868
1896
  #
1869
1897
  #
@@ -1915,7 +1943,7 @@ module Aws::ResilienceHub
1915
1943
  # format for this ARN is:
1916
1944
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1917
1945
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1918
- # the *AWS General Reference* guide.
1946
+ # the *Amazon Web Services General Reference* guide.
1919
1947
  #
1920
1948
  #
1921
1949
  #
@@ -1967,7 +1995,7 @@ module Aws::ResilienceHub
1967
1995
  # format for this ARN is:
1968
1996
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1969
1997
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1970
- # the *AWS General Reference* guide.
1998
+ # the *Amazon Web Services General Reference* guide.
1971
1999
  #
1972
2000
  #
1973
2001
  #
@@ -2014,7 +2042,7 @@ module Aws::ResilienceHub
2014
2042
  # this ARN is:
2015
2043
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
2016
2044
  # For more information about ARNs, see [ Amazon Resource Names
2017
- # (ARNs)][1] in the *AWS General Reference* guide.
2045
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
2018
2046
  #
2019
2047
  #
2020
2048
  #
@@ -2068,7 +2096,7 @@ module Aws::ResilienceHub
2068
2096
  # format for this ARN is:
2069
2097
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2070
2098
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2071
- # the *AWS General Reference* guide.
2099
+ # the *Amazon Web Services General Reference* guide.
2072
2100
  #
2073
2101
  #
2074
2102
  #
@@ -2146,7 +2174,7 @@ module Aws::ResilienceHub
2146
2174
  # is:
2147
2175
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
2148
2176
  # For more information about ARNs, see [ Amazon Resource Names
2149
- # (ARNs)][1] in the *AWS General Reference* guide.
2177
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
2150
2178
  #
2151
2179
  #
2152
2180
  #
@@ -2193,6 +2221,7 @@ module Aws::ResilienceHub
2193
2221
  # resp.alarm_recommendations[0].name #=> String
2194
2222
  # resp.alarm_recommendations[0].prerequisite #=> String
2195
2223
  # resp.alarm_recommendations[0].recommendation_id #=> String
2224
+ # resp.alarm_recommendations[0].recommendation_status #=> String, one of "Implemented", "Inactive", "NotImplemented", "Excluded"
2196
2225
  # resp.alarm_recommendations[0].reference_id #=> String
2197
2226
  # resp.alarm_recommendations[0].type #=> String, one of "Metric", "Composite", "Canary", "Logs", "Event"
2198
2227
  # resp.next_token #=> String
@@ -2214,7 +2243,7 @@ module Aws::ResilienceHub
2214
2243
  # is:
2215
2244
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
2216
2245
  # For more information about ARNs, see [ Amazon Resource Names
2217
- # (ARNs)][1] in the *AWS General Reference* guide.
2246
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
2218
2247
  #
2219
2248
  #
2220
2249
  #
@@ -2295,7 +2324,7 @@ module Aws::ResilienceHub
2295
2324
  # format for this ARN is:
2296
2325
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2297
2326
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2298
- # the *AWS General Reference* guide.
2327
+ # the *Amazon Web Services General Reference* guide.
2299
2328
  #
2300
2329
  #
2301
2330
  #
@@ -2384,7 +2413,7 @@ module Aws::ResilienceHub
2384
2413
  # is:
2385
2414
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
2386
2415
  # For more information about ARNs, see [ Amazon Resource Names
2387
- # (ARNs)][1] in the *AWS General Reference* guide.
2416
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
2388
2417
  #
2389
2418
  #
2390
2419
  #
@@ -2433,6 +2462,11 @@ module Aws::ResilienceHub
2433
2462
  # resp.component_compliances[0].cost.currency #=> String
2434
2463
  # resp.component_compliances[0].cost.frequency #=> String, one of "Hourly", "Daily", "Monthly", "Yearly"
2435
2464
  # resp.component_compliances[0].message #=> String
2465
+ # resp.component_compliances[0].resiliency_score.component_score #=> Hash
2466
+ # resp.component_compliances[0].resiliency_score.component_score["ResiliencyScoreType"].excluded_count #=> Integer
2467
+ # resp.component_compliances[0].resiliency_score.component_score["ResiliencyScoreType"].outstanding_count #=> Integer
2468
+ # resp.component_compliances[0].resiliency_score.component_score["ResiliencyScoreType"].possible_score #=> Float
2469
+ # resp.component_compliances[0].resiliency_score.component_score["ResiliencyScoreType"].score #=> Float
2436
2470
  # resp.component_compliances[0].resiliency_score.disruption_score #=> Hash
2437
2471
  # resp.component_compliances[0].resiliency_score.disruption_score["DisruptionType"] #=> Float
2438
2472
  # resp.component_compliances[0].resiliency_score.score #=> Float
@@ -2455,7 +2489,7 @@ module Aws::ResilienceHub
2455
2489
  # is:
2456
2490
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
2457
2491
  # For more information about ARNs, see [ Amazon Resource Names
2458
- # (ARNs)][1] in the *AWS General Reference* guide.
2492
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
2459
2493
  #
2460
2494
  #
2461
2495
  #
@@ -2544,7 +2578,7 @@ module Aws::ResilienceHub
2544
2578
  # format for this ARN is:
2545
2579
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2546
2580
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2547
- # the *AWS General Reference* guide.
2581
+ # the *Amazon Web Services General Reference* guide.
2548
2582
  #
2549
2583
  #
2550
2584
  #
@@ -2606,7 +2640,7 @@ module Aws::ResilienceHub
2606
2640
  # format for this ARN is:
2607
2641
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2608
2642
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2609
- # the *AWS General Reference* guide.
2643
+ # the *Amazon Web Services General Reference* guide.
2610
2644
  #
2611
2645
  #
2612
2646
  #
@@ -2672,7 +2706,7 @@ module Aws::ResilienceHub
2672
2706
  # format for this ARN is:
2673
2707
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2674
2708
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2675
- # the *AWS General Reference* guide.
2709
+ # the *Amazon Web Services General Reference* guide.
2676
2710
  #
2677
2711
  #
2678
2712
  #
@@ -2738,7 +2772,7 @@ module Aws::ResilienceHub
2738
2772
  # format for this ARN is:
2739
2773
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2740
2774
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2741
- # the *AWS General Reference* guide.
2775
+ # the *Amazon Web Services General Reference* guide.
2742
2776
  #
2743
2777
  #
2744
2778
  #
@@ -2823,7 +2857,7 @@ module Aws::ResilienceHub
2823
2857
  # format for this ARN is:
2824
2858
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2825
2859
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2826
- # the *AWS General Reference* guide.
2860
+ # the *Amazon Web Services General Reference* guide.
2827
2861
  #
2828
2862
  #
2829
2863
  #
@@ -2895,12 +2929,16 @@ module Aws::ResilienceHub
2895
2929
  # format for this ARN is:
2896
2930
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2897
2931
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2898
- # the *AWS General Reference* guide.
2932
+ # the *Amazon Web Services General Reference* guide.
2899
2933
  #
2900
2934
  #
2901
2935
  #
2902
2936
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
2903
2937
  #
2938
+ # @option params [Time,DateTime,Date,Integer,String] :from_last_assessment_time
2939
+ # Indicates the lower limit of the range that is used to filter
2940
+ # applications based on their last assessment times.
2941
+ #
2904
2942
  # @option params [Integer] :max_results
2905
2943
  # Maximum number of results to include in the response. If more results
2906
2944
  # exist than the specified `MaxResults` value, a token is included in
@@ -2913,6 +2951,16 @@ module Aws::ResilienceHub
2913
2951
  # Null, or the token from a previous call to get the next set of
2914
2952
  # results.
2915
2953
  #
2954
+ # @option params [Boolean] :reverse_order
2955
+ # The application list is sorted based on the values of
2956
+ # `lastAppComplianceEvaluationTime` field. By default, application list
2957
+ # is sorted in ascending order. To sort the appliation list in
2958
+ # descending order, set this field to `True`.
2959
+ #
2960
+ # @option params [Time,DateTime,Date,Integer,String] :to_last_assessment_time
2961
+ # Indicates the upper limit of the range that is used to filter the
2962
+ # applications based on their last assessment times.
2963
+ #
2916
2964
  # @return [Types::ListAppsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2917
2965
  #
2918
2966
  # * {Types::ListAppsResponse#app_summaries #app_summaries} => Array&lt;Types::AppSummary&gt;
@@ -2924,9 +2972,12 @@ module Aws::ResilienceHub
2924
2972
  #
2925
2973
  # resp = client.list_apps({
2926
2974
  # app_arn: "Arn",
2975
+ # from_last_assessment_time: Time.now,
2927
2976
  # max_results: 1,
2928
2977
  # name: "EntityName",
2929
2978
  # next_token: "NextToken",
2979
+ # reverse_order: false,
2980
+ # to_last_assessment_time: Time.now,
2930
2981
  # })
2931
2982
  #
2932
2983
  # @example Response structure
@@ -2938,8 +2989,11 @@ module Aws::ResilienceHub
2938
2989
  # resp.app_summaries[0].creation_time #=> Time
2939
2990
  # resp.app_summaries[0].description #=> String
2940
2991
  # resp.app_summaries[0].drift_status #=> String, one of "NotChecked", "NotDetected", "Detected"
2992
+ # resp.app_summaries[0].last_app_compliance_evaluation_time #=> Time
2941
2993
  # resp.app_summaries[0].name #=> String
2942
2994
  # resp.app_summaries[0].resiliency_score #=> Float
2995
+ # resp.app_summaries[0].rpo_in_secs #=> Integer
2996
+ # resp.app_summaries[0].rto_in_secs #=> Integer
2943
2997
  # resp.app_summaries[0].status #=> String, one of "Active", "Deleting"
2944
2998
  # resp.next_token #=> String
2945
2999
  #
@@ -2960,7 +3014,7 @@ module Aws::ResilienceHub
2960
3014
  # is:
2961
3015
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
2962
3016
  # For more information about ARNs, see [ Amazon Resource Names
2963
- # (ARNs)][1] in the *AWS General Reference* guide.
3017
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
2964
3018
  #
2965
3019
  #
2966
3020
  #
@@ -3102,7 +3156,7 @@ module Aws::ResilienceHub
3102
3156
  # is:
3103
3157
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
3104
3158
  # For more information about ARNs, see [ Amazon Resource Names
3105
- # (ARNs)][1] in the *AWS General Reference* guide.
3159
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
3106
3160
  #
3107
3161
  #
3108
3162
  #
@@ -3148,6 +3202,7 @@ module Aws::ResilienceHub
3148
3202
  # resp.sop_recommendations[0].name #=> String
3149
3203
  # resp.sop_recommendations[0].prerequisite #=> String
3150
3204
  # resp.sop_recommendations[0].recommendation_id #=> String
3205
+ # resp.sop_recommendations[0].recommendation_status #=> String, one of "Implemented", "Inactive", "NotImplemented", "Excluded"
3151
3206
  # resp.sop_recommendations[0].reference_id #=> String
3152
3207
  # resp.sop_recommendations[0].service_type #=> String, one of "SSM"
3153
3208
  #
@@ -3249,7 +3304,7 @@ module Aws::ResilienceHub
3249
3304
  # is:
3250
3305
  # arn:`partition`:resiliencehub:`region`:`account`:app-assessment/`app-id`.
3251
3306
  # For more information about ARNs, see [ Amazon Resource Names
3252
- # (ARNs)][1] in the *AWS General Reference* guide.
3307
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
3253
3308
  #
3254
3309
  #
3255
3310
  #
@@ -3298,6 +3353,7 @@ module Aws::ResilienceHub
3298
3353
  # resp.test_recommendations[0].name #=> String
3299
3354
  # resp.test_recommendations[0].prerequisite #=> String
3300
3355
  # resp.test_recommendations[0].recommendation_id #=> String
3356
+ # resp.test_recommendations[0].recommendation_status #=> String, one of "Implemented", "Inactive", "NotImplemented", "Excluded"
3301
3357
  # resp.test_recommendations[0].reference_id #=> String
3302
3358
  # resp.test_recommendations[0].risk #=> String, one of "Small", "Medium", "High"
3303
3359
  # resp.test_recommendations[0].type #=> String, one of "Software", "Hardware", "AZ", "Region"
@@ -3321,7 +3377,7 @@ module Aws::ResilienceHub
3321
3377
  # format for this ARN is:
3322
3378
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3323
3379
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3324
- # the *AWS General Reference* guide.
3380
+ # the *Amazon Web Services General Reference* guide.
3325
3381
  #
3326
3382
  #
3327
3383
  #
@@ -3393,7 +3449,7 @@ module Aws::ResilienceHub
3393
3449
  # format for this ARN is:
3394
3450
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3395
3451
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3396
- # the *AWS General Reference* guide.
3452
+ # the *Amazon Web Services General Reference* guide.
3397
3453
  #
3398
3454
  #
3399
3455
  #
@@ -3440,7 +3496,7 @@ module Aws::ResilienceHub
3440
3496
  # format for this ARN is:
3441
3497
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3442
3498
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3443
- # the *AWS General Reference* guide.
3499
+ # the *Amazon Web Services General Reference* guide.
3444
3500
  #
3445
3501
  #
3446
3502
  #
@@ -3717,7 +3773,7 @@ module Aws::ResilienceHub
3717
3773
  # format for this ARN is:
3718
3774
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3719
3775
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3720
- # the *AWS General Reference* guide.
3776
+ # the *Amazon Web Services General Reference* guide.
3721
3777
  #
3722
3778
  #
3723
3779
  #
@@ -3789,7 +3845,7 @@ module Aws::ResilienceHub
3789
3845
  # format for this ARN is:
3790
3846
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3791
3847
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3792
- # the *AWS General Reference* guide.
3848
+ # the *Amazon Web Services General Reference* guide.
3793
3849
  #
3794
3850
  #
3795
3851
  #
@@ -3835,7 +3891,7 @@ module Aws::ResilienceHub
3835
3891
  # format for this ARN is:
3836
3892
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3837
3893
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3838
- # the *AWS General Reference* guide.
3894
+ # the *Amazon Web Services General Reference* guide.
3839
3895
  #
3840
3896
  #
3841
3897
  #
@@ -3913,6 +3969,11 @@ module Aws::ResilienceHub
3913
3969
  # resp.assessment.policy.tags #=> Hash
3914
3970
  # resp.assessment.policy.tags["TagKey"] #=> String
3915
3971
  # resp.assessment.policy.tier #=> String, one of "MissionCritical", "Critical", "Important", "CoreServices", "NonCritical", "NotApplicable"
3972
+ # resp.assessment.resiliency_score.component_score #=> Hash
3973
+ # resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].excluded_count #=> Integer
3974
+ # resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].outstanding_count #=> Integer
3975
+ # resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].possible_score #=> Float
3976
+ # resp.assessment.resiliency_score.component_score["ResiliencyScoreType"].score #=> Float
3916
3977
  # resp.assessment.resiliency_score.disruption_score #=> Hash
3917
3978
  # resp.assessment.resiliency_score.disruption_score["DisruptionType"] #=> Float
3918
3979
  # resp.assessment.resiliency_score.score #=> Float
@@ -3997,7 +4058,7 @@ module Aws::ResilienceHub
3997
4058
  # format for this ARN is:
3998
4059
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3999
4060
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
4000
- # the *AWS General Reference* guide.
4061
+ # the *Amazon Web Services General Reference* guide.
4001
4062
  #
4002
4063
  #
4003
4064
  #
@@ -4027,7 +4088,7 @@ module Aws::ResilienceHub
4027
4088
  # this ARN is:
4028
4089
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
4029
4090
  # For more information about ARNs, see [ Amazon Resource Names
4030
- # (ARNs)][1] in the *AWS General Reference* guide.
4091
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
4031
4092
  #
4032
4093
  #
4033
4094
  #
@@ -4081,6 +4142,8 @@ module Aws::ResilienceHub
4081
4142
  # resp.app.permission_model.type #=> String, one of "LegacyIAMUser", "RoleBased"
4082
4143
  # resp.app.policy_arn #=> String
4083
4144
  # resp.app.resiliency_score #=> Float
4145
+ # resp.app.rpo_in_secs #=> Integer
4146
+ # resp.app.rto_in_secs #=> Integer
4084
4147
  # resp.app.status #=> String, one of "Active", "Deleting"
4085
4148
  # resp.app.tags #=> Hash
4086
4149
  # resp.app.tags["TagKey"] #=> String
@@ -4127,7 +4190,7 @@ module Aws::ResilienceHub
4127
4190
  # format for this ARN is:
4128
4191
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
4129
4192
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
4130
- # the *AWS General Reference* guide.
4193
+ # the *Amazon Web Services General Reference* guide.
4131
4194
  #
4132
4195
  #
4133
4196
  #
@@ -4183,7 +4246,7 @@ module Aws::ResilienceHub
4183
4246
  # format for this ARN is:
4184
4247
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
4185
4248
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
4186
- # the *AWS General Reference* guide.
4249
+ # the *Amazon Web Services General Reference* guide.
4187
4250
  #
4188
4251
  #
4189
4252
  #
@@ -4263,7 +4326,7 @@ module Aws::ResilienceHub
4263
4326
  # format for this ARN is:
4264
4327
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
4265
4328
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
4266
- # the *AWS General Reference* guide.
4329
+ # the *Amazon Web Services General Reference* guide.
4267
4330
  #
4268
4331
  #
4269
4332
  #
@@ -4370,6 +4433,16 @@ module Aws::ResilienceHub
4370
4433
 
4371
4434
  # Updates a resiliency policy.
4372
4435
  #
4436
+ # <note markdown="1"> Resilience Hub allows you to provide a value of zero for `rtoInSecs`
4437
+ # and `rpoInSecs` of your resiliency policy. But, while assessing your
4438
+ # application, the lowest possible assessment result is near zero.
4439
+ # Hence, if you provide value zero for `rtoInSecs` and `rpoInSecs`, the
4440
+ # estimated workload RTO and estimated workload RPO result will be near
4441
+ # zero and the **Compliance status** for your application will be set to
4442
+ # **Policy breached**.
4443
+ #
4444
+ # </note>
4445
+ #
4373
4446
  # @option params [String] :data_location_constraint
4374
4447
  # Specifies a high-level geographical location constraint for where your
4375
4448
  # resilience policy data can be stored.
@@ -4383,7 +4456,7 @@ module Aws::ResilienceHub
4383
4456
  # this ARN is:
4384
4457
  # arn:`partition`:resiliencehub:`region`:`account`:resiliency-policy/`policy-id`.
4385
4458
  # For more information about ARNs, see [ Amazon Resource Names
4386
- # (ARNs)][1] in the *AWS General Reference* guide.
4459
+ # (ARNs)][1] in the *Amazon Web Services General Reference* guide.
4387
4460
  #
4388
4461
  #
4389
4462
  #
@@ -4456,7 +4529,7 @@ module Aws::ResilienceHub
4456
4529
  params: params,
4457
4530
  config: config)
4458
4531
  context[:gem_name] = 'aws-sdk-resiliencehub'
4459
- context[:gem_version] = '1.20.0'
4532
+ context[:gem_version] = '1.22.0'
4460
4533
  Seahorse::Client::Request.new(handlers, context)
4461
4534
  end
4462
4535