aws-sdk-resiliencehub 1.11.0 → 1.13.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resiliencehub/client.rb +146 -91
- data/lib/aws-sdk-resiliencehub/client_api.rb +4 -1
- data/lib/aws-sdk-resiliencehub/types.rb +277 -171
- data/lib/aws-sdk-resiliencehub.rb +1 -1
- metadata +2 -2
@@ -26,8 +26,8 @@ module Aws::ResilienceHub
|
|
26
26
|
end
|
27
27
|
|
28
28
|
# @!attribute [rw] app_arn
|
29
|
-
# The Amazon Resource Name (ARN) of the
|
30
|
-
#
|
29
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
30
|
+
# The 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
33
|
# in the *AWS General Reference* guide.
|
@@ -56,8 +56,8 @@ module Aws::ResilienceHub
|
|
56
56
|
end
|
57
57
|
|
58
58
|
# @!attribute [rw] app_arn
|
59
|
-
# The Amazon Resource Name (ARN) of the
|
60
|
-
#
|
59
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
60
|
+
# The 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
63
|
# in the *AWS General Reference* guide.
|
@@ -142,8 +142,8 @@ module Aws::ResilienceHub
|
|
142
142
|
# Defines an Resilience Hub application.
|
143
143
|
#
|
144
144
|
# @!attribute [rw] app_arn
|
145
|
-
# The Amazon Resource Name (ARN) of the
|
146
|
-
#
|
145
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
146
|
+
# The format for this ARN is:
|
147
147
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
148
148
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
149
149
|
# in the *AWS General Reference* guide.
|
@@ -229,8 +229,8 @@ module Aws::ResilienceHub
|
|
229
229
|
# Defines an application assessment.
|
230
230
|
#
|
231
231
|
# @!attribute [rw] app_arn
|
232
|
-
# The Amazon Resource Name (ARN) of the
|
233
|
-
#
|
232
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
233
|
+
# The format for this ARN is:
|
234
234
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
235
235
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
236
236
|
# in the *AWS General Reference* guide.
|
@@ -337,8 +337,8 @@ module Aws::ResilienceHub
|
|
337
337
|
# Defines an application assessment summary.
|
338
338
|
#
|
339
339
|
# @!attribute [rw] app_arn
|
340
|
-
# The Amazon Resource Name (ARN) of the
|
341
|
-
#
|
340
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
341
|
+
# The format for this ARN is:
|
342
342
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
343
343
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
344
344
|
# in the *AWS General Reference* guide.
|
@@ -422,8 +422,10 @@ module Aws::ResilienceHub
|
|
422
422
|
# Defines an Application Component.
|
423
423
|
#
|
424
424
|
# @!attribute [rw] additional_info
|
425
|
-
# Additional configuration parameters for an
|
426
|
-
# application.
|
425
|
+
# Additional configuration parameters for an Resilience Hub
|
426
|
+
# application. If you want to implement `additionalInfo` through the
|
427
|
+
# Resilience Hub console rather than using an API call, see [Configure
|
428
|
+
# the application configuration parameters][1].
|
427
429
|
#
|
428
430
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
429
431
|
# format) of only one failover region and one associated account.
|
@@ -434,6 +436,10 @@ module Aws::ResilienceHub
|
|
434
436
|
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
435
437
|
#
|
436
438
|
# </note>
|
439
|
+
#
|
440
|
+
#
|
441
|
+
#
|
442
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
437
443
|
# @return [Hash<String,Array<String>>]
|
438
444
|
#
|
439
445
|
# @!attribute [rw] id
|
@@ -548,8 +554,8 @@ module Aws::ResilienceHub
|
|
548
554
|
# Defines an application summary.
|
549
555
|
#
|
550
556
|
# @!attribute [rw] app_arn
|
551
|
-
# The Amazon Resource Name (ARN) of the
|
552
|
-
#
|
557
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
558
|
+
# The format for this ARN is:
|
553
559
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
554
560
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
555
561
|
# in the *AWS General Reference* guide.
|
@@ -826,8 +832,8 @@ module Aws::ResilienceHub
|
|
826
832
|
# @return [Hash<String,Array<String>>]
|
827
833
|
#
|
828
834
|
# @!attribute [rw] app_arn
|
829
|
-
# The Amazon Resource Name (ARN) of the
|
830
|
-
#
|
835
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
836
|
+
# The format for this ARN is:
|
831
837
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
832
838
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
833
839
|
# in the *AWS General Reference* guide.
|
@@ -878,8 +884,8 @@ module Aws::ResilienceHub
|
|
878
884
|
end
|
879
885
|
|
880
886
|
# @!attribute [rw] app_arn
|
881
|
-
# The Amazon Resource Name (ARN) of the
|
882
|
-
#
|
887
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
888
|
+
# The format for this ARN is:
|
883
889
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
884
890
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
885
891
|
# in the *AWS General Reference* guide.
|
@@ -894,7 +900,7 @@ module Aws::ResilienceHub
|
|
894
900
|
# @return [Types::AppComponent]
|
895
901
|
#
|
896
902
|
# @!attribute [rw] app_version
|
897
|
-
# The
|
903
|
+
# The Resilience Hub application version.
|
898
904
|
# @return [String]
|
899
905
|
#
|
900
906
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionAppComponentResponse AWS API Documentation
|
@@ -913,8 +919,8 @@ module Aws::ResilienceHub
|
|
913
919
|
# @return [Hash<String,Array<String>>]
|
914
920
|
#
|
915
921
|
# @!attribute [rw] app_arn
|
916
|
-
# The Amazon Resource Name (ARN) of the
|
917
|
-
#
|
922
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
923
|
+
# The format for this ARN is:
|
918
924
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
919
925
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
920
926
|
# in the *AWS General Reference* guide.
|
@@ -926,7 +932,7 @@ module Aws::ResilienceHub
|
|
926
932
|
#
|
927
933
|
# @!attribute [rw] app_components
|
928
934
|
# The list of Application Components that this resource belongs to. If
|
929
|
-
# an Application Component is not part of the
|
935
|
+
# an Application Component is not part of the Resilience Hub
|
930
936
|
# application, it will be added.
|
931
937
|
# @return [Array<String>]
|
932
938
|
#
|
@@ -981,8 +987,8 @@ module Aws::ResilienceHub
|
|
981
987
|
end
|
982
988
|
|
983
989
|
# @!attribute [rw] app_arn
|
984
|
-
# The Amazon Resource Name (ARN) of the
|
985
|
-
#
|
990
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
991
|
+
# The format for this ARN is:
|
986
992
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
987
993
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
988
994
|
# in the *AWS General Reference* guide.
|
@@ -993,7 +999,7 @@ module Aws::ResilienceHub
|
|
993
999
|
# @return [String]
|
994
1000
|
#
|
995
1001
|
# @!attribute [rw] app_version
|
996
|
-
# The
|
1002
|
+
# The Resilience Hub application version.
|
997
1003
|
# @return [String]
|
998
1004
|
#
|
999
1005
|
# @!attribute [rw] physical_resource
|
@@ -1233,8 +1239,8 @@ module Aws::ResilienceHub
|
|
1233
1239
|
end
|
1234
1240
|
|
1235
1241
|
# @!attribute [rw] app_arn
|
1236
|
-
# The Amazon Resource Name (ARN) of the
|
1237
|
-
#
|
1242
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1243
|
+
# The format for this ARN is:
|
1238
1244
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1239
1245
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1240
1246
|
# in the *AWS General Reference* guide.
|
@@ -1287,8 +1293,8 @@ module Aws::ResilienceHub
|
|
1287
1293
|
end
|
1288
1294
|
|
1289
1295
|
# @!attribute [rw] app_arn
|
1290
|
-
# The Amazon Resource Name (ARN) of the
|
1291
|
-
#
|
1296
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1297
|
+
# The format for this ARN is:
|
1292
1298
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1293
1299
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1294
1300
|
# in the *AWS General Reference* guide.
|
@@ -1313,8 +1319,8 @@ module Aws::ResilienceHub
|
|
1313
1319
|
end
|
1314
1320
|
|
1315
1321
|
# @!attribute [rw] app_arn
|
1316
|
-
# The Amazon Resource Name (ARN) of the
|
1317
|
-
#
|
1322
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1323
|
+
# The format for this ARN is:
|
1318
1324
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1319
1325
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1320
1326
|
# in the *AWS General Reference* guide.
|
@@ -1349,8 +1355,8 @@ module Aws::ResilienceHub
|
|
1349
1355
|
end
|
1350
1356
|
|
1351
1357
|
# @!attribute [rw] app_arn
|
1352
|
-
# The Amazon Resource Name (ARN) of the
|
1353
|
-
#
|
1358
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1359
|
+
# The format for this ARN is:
|
1354
1360
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1355
1361
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1356
1362
|
# in the *AWS General Reference* guide.
|
@@ -1369,8 +1375,8 @@ module Aws::ResilienceHub
|
|
1369
1375
|
end
|
1370
1376
|
|
1371
1377
|
# @!attribute [rw] app_arn
|
1372
|
-
# The Amazon Resource Name (ARN) of the
|
1373
|
-
#
|
1378
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1379
|
+
# The format for this ARN is:
|
1374
1380
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1375
1381
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1376
1382
|
# in the *AWS General Reference* guide.
|
@@ -1404,8 +1410,8 @@ module Aws::ResilienceHub
|
|
1404
1410
|
end
|
1405
1411
|
|
1406
1412
|
# @!attribute [rw] app_arn
|
1407
|
-
# The Amazon Resource Name (ARN) of the
|
1408
|
-
#
|
1413
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1414
|
+
# The format for this ARN is:
|
1409
1415
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1410
1416
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1411
1417
|
# in the *AWS General Reference* guide.
|
@@ -1420,7 +1426,7 @@ module Aws::ResilienceHub
|
|
1420
1426
|
# @return [Types::AppComponent]
|
1421
1427
|
#
|
1422
1428
|
# @!attribute [rw] app_version
|
1423
|
-
# The
|
1429
|
+
# The Resilience Hub application version.
|
1424
1430
|
# @return [String]
|
1425
1431
|
#
|
1426
1432
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionAppComponentResponse AWS API Documentation
|
@@ -1434,8 +1440,8 @@ module Aws::ResilienceHub
|
|
1434
1440
|
end
|
1435
1441
|
|
1436
1442
|
# @!attribute [rw] app_arn
|
1437
|
-
# The Amazon Resource Name (ARN) of the
|
1438
|
-
#
|
1443
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1444
|
+
# The format for this ARN is:
|
1439
1445
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1440
1446
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1441
1447
|
# in the *AWS General Reference* guide.
|
@@ -1489,8 +1495,8 @@ module Aws::ResilienceHub
|
|
1489
1495
|
end
|
1490
1496
|
|
1491
1497
|
# @!attribute [rw] app_arn
|
1492
|
-
# The Amazon Resource Name (ARN) of the
|
1493
|
-
#
|
1498
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1499
|
+
# The format for this ARN is:
|
1494
1500
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1495
1501
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1496
1502
|
# in the *AWS General Reference* guide.
|
@@ -1501,7 +1507,7 @@ module Aws::ResilienceHub
|
|
1501
1507
|
# @return [String]
|
1502
1508
|
#
|
1503
1509
|
# @!attribute [rw] app_version
|
1504
|
-
# The
|
1510
|
+
# The Resilience Hub application version.
|
1505
1511
|
# @return [String]
|
1506
1512
|
#
|
1507
1513
|
# @!attribute [rw] physical_resource
|
@@ -1645,8 +1651,8 @@ module Aws::ResilienceHub
|
|
1645
1651
|
end
|
1646
1652
|
|
1647
1653
|
# @!attribute [rw] app_arn
|
1648
|
-
# The Amazon Resource Name (ARN) of the
|
1649
|
-
#
|
1654
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1655
|
+
# The format for this ARN is:
|
1650
1656
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1651
1657
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1652
1658
|
# in the *AWS General Reference* guide.
|
@@ -1679,8 +1685,8 @@ module Aws::ResilienceHub
|
|
1679
1685
|
end
|
1680
1686
|
|
1681
1687
|
# @!attribute [rw] app_arn
|
1682
|
-
# The Amazon Resource Name (ARN) of the
|
1683
|
-
#
|
1688
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1689
|
+
# The format for this ARN is:
|
1684
1690
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1685
1691
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1686
1692
|
# in the *AWS General Reference* guide.
|
@@ -1691,7 +1697,7 @@ module Aws::ResilienceHub
|
|
1691
1697
|
# @return [String]
|
1692
1698
|
#
|
1693
1699
|
# @!attribute [rw] app_version
|
1694
|
-
# The
|
1700
|
+
# The Resilience Hub application version.
|
1695
1701
|
# @return [String]
|
1696
1702
|
#
|
1697
1703
|
# @!attribute [rw] id
|
@@ -1709,8 +1715,8 @@ module Aws::ResilienceHub
|
|
1709
1715
|
end
|
1710
1716
|
|
1711
1717
|
# @!attribute [rw] app_arn
|
1712
|
-
# The Amazon Resource Name (ARN) of the
|
1713
|
-
#
|
1718
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1719
|
+
# The format for this ARN is:
|
1714
1720
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1715
1721
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1716
1722
|
# in the *AWS General Reference* guide.
|
@@ -1725,7 +1731,7 @@ module Aws::ResilienceHub
|
|
1725
1731
|
# @return [Types::AppComponent]
|
1726
1732
|
#
|
1727
1733
|
# @!attribute [rw] app_version
|
1728
|
-
# The
|
1734
|
+
# The Resilience Hub application version.
|
1729
1735
|
# @return [String]
|
1730
1736
|
#
|
1731
1737
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionAppComponentResponse AWS API Documentation
|
@@ -1739,8 +1745,8 @@ module Aws::ResilienceHub
|
|
1739
1745
|
end
|
1740
1746
|
|
1741
1747
|
# @!attribute [rw] app_arn
|
1742
|
-
# The Amazon Resource Name (ARN) of the
|
1743
|
-
#
|
1748
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1749
|
+
# The format for this ARN is:
|
1744
1750
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1745
1751
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1746
1752
|
# in the *AWS General Reference* guide.
|
@@ -1751,7 +1757,7 @@ module Aws::ResilienceHub
|
|
1751
1757
|
# @return [String]
|
1752
1758
|
#
|
1753
1759
|
# @!attribute [rw] app_version
|
1754
|
-
# The
|
1760
|
+
# The Resilience Hub application version.
|
1755
1761
|
# @return [String]
|
1756
1762
|
#
|
1757
1763
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionRequest AWS API Documentation
|
@@ -1764,8 +1770,8 @@ module Aws::ResilienceHub
|
|
1764
1770
|
end
|
1765
1771
|
|
1766
1772
|
# @!attribute [rw] app_arn
|
1767
|
-
# The Amazon Resource Name (ARN) of the
|
1768
|
-
#
|
1773
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1774
|
+
# The format for this ARN is:
|
1769
1775
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1770
1776
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1771
1777
|
# in the *AWS General Reference* guide.
|
@@ -1776,7 +1782,7 @@ module Aws::ResilienceHub
|
|
1776
1782
|
# @return [String]
|
1777
1783
|
#
|
1778
1784
|
# @!attribute [rw] app_version
|
1779
|
-
# The
|
1785
|
+
# The Resilience Hub application version.
|
1780
1786
|
# @return [String]
|
1781
1787
|
#
|
1782
1788
|
# @!attribute [rw] aws_account_id
|
@@ -1814,8 +1820,8 @@ module Aws::ResilienceHub
|
|
1814
1820
|
end
|
1815
1821
|
|
1816
1822
|
# @!attribute [rw] app_arn
|
1817
|
-
# The Amazon Resource Name (ARN) of the
|
1818
|
-
#
|
1823
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1824
|
+
# The format for this ARN is:
|
1819
1825
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1820
1826
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1821
1827
|
# in the *AWS General Reference* guide.
|
@@ -1826,7 +1832,7 @@ module Aws::ResilienceHub
|
|
1826
1832
|
# @return [String]
|
1827
1833
|
#
|
1828
1834
|
# @!attribute [rw] app_version
|
1829
|
-
# The
|
1835
|
+
# The Resilience Hub application version.
|
1830
1836
|
# @return [String]
|
1831
1837
|
#
|
1832
1838
|
# @!attribute [rw] physical_resource
|
@@ -1846,8 +1852,8 @@ module Aws::ResilienceHub
|
|
1846
1852
|
end
|
1847
1853
|
|
1848
1854
|
# @!attribute [rw] app_arn
|
1849
|
-
# The Amazon Resource Name (ARN) of the
|
1850
|
-
#
|
1855
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1856
|
+
# The format for this ARN is:
|
1851
1857
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1852
1858
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1853
1859
|
# in the *AWS General Reference* guide.
|
@@ -1876,8 +1882,8 @@ module Aws::ResilienceHub
|
|
1876
1882
|
end
|
1877
1883
|
|
1878
1884
|
# @!attribute [rw] app_arn
|
1879
|
-
# The Amazon Resource Name (ARN) of the
|
1880
|
-
#
|
1885
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1886
|
+
# The format for this ARN is:
|
1881
1887
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1882
1888
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1883
1889
|
# in the *AWS General Reference* guide.
|
@@ -1916,17 +1922,23 @@ module Aws::ResilienceHub
|
|
1916
1922
|
end
|
1917
1923
|
|
1918
1924
|
# @!attribute [rw] additional_info
|
1919
|
-
# Additional configuration parameters for an
|
1920
|
-
# application.
|
1925
|
+
# Additional configuration parameters for an Resilience Hub
|
1926
|
+
# application. If you want to implement `additionalInfo` through the
|
1927
|
+
# Resilience Hub console rather than using an API call, see [Configure
|
1928
|
+
# the application configuration parameters][1].
|
1921
1929
|
#
|
1922
1930
|
# <note markdown="1"> Currently, this parameter supports only failover region and account.
|
1923
1931
|
#
|
1924
1932
|
# </note>
|
1933
|
+
#
|
1934
|
+
#
|
1935
|
+
#
|
1936
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
1925
1937
|
# @return [Hash<String,Array<String>>]
|
1926
1938
|
#
|
1927
1939
|
# @!attribute [rw] app_arn
|
1928
|
-
# The Amazon Resource Name (ARN) of the
|
1929
|
-
#
|
1940
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1941
|
+
# The format for this ARN is:
|
1930
1942
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1931
1943
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1932
1944
|
# in the *AWS General Reference* guide.
|
@@ -1937,7 +1949,7 @@ module Aws::ResilienceHub
|
|
1937
1949
|
# @return [String]
|
1938
1950
|
#
|
1939
1951
|
# @!attribute [rw] app_version
|
1940
|
-
# The
|
1952
|
+
# The Resilience Hub application version.
|
1941
1953
|
# @return [String]
|
1942
1954
|
#
|
1943
1955
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResponse AWS API Documentation
|
@@ -1951,8 +1963,8 @@ module Aws::ResilienceHub
|
|
1951
1963
|
end
|
1952
1964
|
|
1953
1965
|
# @!attribute [rw] app_arn
|
1954
|
-
# The Amazon Resource Name (ARN) of the
|
1955
|
-
#
|
1966
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1967
|
+
# The format for this ARN is:
|
1956
1968
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1957
1969
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1958
1970
|
# in the *AWS General Reference* guide.
|
@@ -1976,8 +1988,8 @@ module Aws::ResilienceHub
|
|
1976
1988
|
end
|
1977
1989
|
|
1978
1990
|
# @!attribute [rw] app_arn
|
1979
|
-
# The Amazon Resource Name (ARN) of the
|
1980
|
-
#
|
1991
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
1992
|
+
# The format for this ARN is:
|
1981
1993
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1982
1994
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
1983
1995
|
# in the *AWS General Reference* guide.
|
@@ -1996,7 +2008,7 @@ module Aws::ResilienceHub
|
|
1996
2008
|
#
|
1997
2009
|
# * <b> <code>resources</code> </b>
|
1998
2010
|
#
|
1999
|
-
# The list of logical resources that
|
2011
|
+
# The list of logical resources that must be included in the
|
2000
2012
|
# Resilience Hub application.
|
2001
2013
|
#
|
2002
2014
|
# Type: Array
|
@@ -2040,6 +2052,18 @@ module Aws::ResilienceHub
|
|
2040
2052
|
#
|
2041
2053
|
# Type: String
|
2042
2054
|
#
|
2055
|
+
# * `eksSourceName`
|
2056
|
+
#
|
2057
|
+
# The name of the Amazon Elastic Kubernetes Service cluster and
|
2058
|
+
# namespace this resource belongs to.
|
2059
|
+
#
|
2060
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
2061
|
+
# format.
|
2062
|
+
#
|
2063
|
+
# </note>
|
2064
|
+
#
|
2065
|
+
# Type: String
|
2066
|
+
#
|
2043
2067
|
# * <i> <code>type</code> </i>
|
2044
2068
|
#
|
2045
2069
|
# The type of resource.
|
@@ -2054,8 +2078,10 @@ module Aws::ResilienceHub
|
|
2054
2078
|
#
|
2055
2079
|
# * `additionalInfo`
|
2056
2080
|
#
|
2057
|
-
# Additional configuration parameters for an
|
2058
|
-
# application.
|
2081
|
+
# Additional configuration parameters for an Resilience Hub
|
2082
|
+
# application. If you want to implement `additionalInfo` through
|
2083
|
+
# the Resilience Hub console rather than using an API call, see
|
2084
|
+
# [Configure the application configuration parameters][1].
|
2059
2085
|
#
|
2060
2086
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a
|
2061
2087
|
# string format) of only one failover region and one associated
|
@@ -2071,7 +2097,7 @@ module Aws::ResilienceHub
|
|
2071
2097
|
# * <b> <code>appComponents</code> </b>
|
2072
2098
|
#
|
2073
2099
|
# The list of Application Components that this resource belongs to.
|
2074
|
-
# If an Application Component is not part of the
|
2100
|
+
# If an Application Component is not part of the Resilience Hub
|
2075
2101
|
# application, it will be added.
|
2076
2102
|
#
|
2077
2103
|
# Type: Array
|
@@ -2088,7 +2114,7 @@ module Aws::ResilienceHub
|
|
2088
2114
|
#
|
2089
2115
|
# The type of Application Component. For more information about
|
2090
2116
|
# the types of Application Component, see [Grouping resources in
|
2091
|
-
# an AppComponent][
|
2117
|
+
# an AppComponent][2].
|
2092
2118
|
#
|
2093
2119
|
# Type: String
|
2094
2120
|
#
|
@@ -2101,8 +2127,10 @@ module Aws::ResilienceHub
|
|
2101
2127
|
#
|
2102
2128
|
# * `additionalInfo`
|
2103
2129
|
#
|
2104
|
-
# Additional configuration parameters for an
|
2105
|
-
# application.
|
2130
|
+
# Additional configuration parameters for an Resilience Hub
|
2131
|
+
# application. If you want to implement `additionalInfo` through
|
2132
|
+
# the Resilience Hub console rather than using an API call, see
|
2133
|
+
# [Configure the application configuration parameters][1].
|
2106
2134
|
#
|
2107
2135
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a
|
2108
2136
|
# string format) of only one failover region and one associated
|
@@ -2142,6 +2170,8 @@ module Aws::ResilienceHub
|
|
2142
2170
|
#
|
2143
2171
|
# * `terraformSourceName`
|
2144
2172
|
#
|
2173
|
+
# * `eksSourceName`
|
2174
|
+
#
|
2145
2175
|
# </note>
|
2146
2176
|
#
|
2147
2177
|
# Each `logicalResourceIds` object includes the following fields:
|
@@ -2171,14 +2201,28 @@ module Aws::ResilienceHub
|
|
2171
2201
|
#
|
2172
2202
|
# Type: String
|
2173
2203
|
#
|
2204
|
+
# * `eksSourceName`
|
2205
|
+
#
|
2206
|
+
# The name of the Amazon Elastic Kubernetes Service cluster and
|
2207
|
+
# namespace this resource belongs to.
|
2208
|
+
#
|
2209
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
2210
|
+
# format.
|
2211
|
+
#
|
2212
|
+
# </note>
|
2213
|
+
#
|
2214
|
+
# Type: String
|
2215
|
+
#
|
2174
2216
|
# * <b> <code>version</code> </b>
|
2175
2217
|
#
|
2176
|
-
# The
|
2218
|
+
# The Resilience Hub application version.
|
2177
2219
|
#
|
2178
2220
|
# * `additionalInfo`
|
2179
2221
|
#
|
2180
|
-
# Additional configuration parameters for an
|
2181
|
-
# application.
|
2222
|
+
# Additional configuration parameters for an Resilience Hub
|
2223
|
+
# application. If you want to implement `additionalInfo` through the
|
2224
|
+
# Resilience Hub console rather than using an API call, see
|
2225
|
+
# [Configure the application configuration parameters][1].
|
2182
2226
|
#
|
2183
2227
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
2184
2228
|
# format) of only one failover region and one associated account.
|
@@ -2192,7 +2236,8 @@ module Aws::ResilienceHub
|
|
2192
2236
|
#
|
2193
2237
|
#
|
2194
2238
|
#
|
2195
|
-
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/
|
2239
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
2240
|
+
# [2]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
|
2196
2241
|
# @return [String]
|
2197
2242
|
#
|
2198
2243
|
# @!attribute [rw] app_version
|
@@ -2210,8 +2255,8 @@ module Aws::ResilienceHub
|
|
2210
2255
|
end
|
2211
2256
|
|
2212
2257
|
# @!attribute [rw] app_arn
|
2213
|
-
# The Amazon Resource Name (ARN) of the
|
2214
|
-
#
|
2258
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2259
|
+
# The format for this ARN is:
|
2215
2260
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2216
2261
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2217
2262
|
# in the *AWS General Reference* guide.
|
@@ -2230,8 +2275,8 @@ module Aws::ResilienceHub
|
|
2230
2275
|
end
|
2231
2276
|
|
2232
2277
|
# @!attribute [rw] app_arn
|
2233
|
-
# The Amazon Resource Name (ARN) of the
|
2234
|
-
#
|
2278
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2279
|
+
# The format for this ARN is:
|
2235
2280
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2236
2281
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2237
2282
|
# in the *AWS General Reference* guide.
|
@@ -2441,8 +2486,8 @@ module Aws::ResilienceHub
|
|
2441
2486
|
end
|
2442
2487
|
|
2443
2488
|
# @!attribute [rw] app_arn
|
2444
|
-
# The Amazon Resource Name (ARN) of the
|
2445
|
-
#
|
2489
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2490
|
+
# The format for this ARN is:
|
2446
2491
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2447
2492
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2448
2493
|
# in the *AWS General Reference* guide.
|
@@ -2483,8 +2528,8 @@ module Aws::ResilienceHub
|
|
2483
2528
|
end
|
2484
2529
|
|
2485
2530
|
# @!attribute [rw] app_arn
|
2486
|
-
# The Amazon Resource Name (ARN) of the
|
2487
|
-
#
|
2531
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2532
|
+
# The format for this ARN is:
|
2488
2533
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2489
2534
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2490
2535
|
# in the *AWS General Reference* guide.
|
@@ -2599,8 +2644,8 @@ module Aws::ResilienceHub
|
|
2599
2644
|
end
|
2600
2645
|
|
2601
2646
|
# @!attribute [rw] app_arn
|
2602
|
-
# The Amazon Resource Name (ARN) of the
|
2603
|
-
#
|
2647
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2648
|
+
# The format for this ARN is:
|
2604
2649
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2605
2650
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2606
2651
|
# in the *AWS General Reference* guide.
|
@@ -2791,8 +2836,8 @@ module Aws::ResilienceHub
|
|
2791
2836
|
end
|
2792
2837
|
|
2793
2838
|
# @!attribute [rw] app_arn
|
2794
|
-
# The Amazon Resource Name (ARN) of the
|
2795
|
-
#
|
2839
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2840
|
+
# The format for this ARN is:
|
2796
2841
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2797
2842
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2798
2843
|
# in the *AWS General Reference* guide.
|
@@ -2803,7 +2848,7 @@ module Aws::ResilienceHub
|
|
2803
2848
|
# @return [String]
|
2804
2849
|
#
|
2805
2850
|
# @!attribute [rw] app_version
|
2806
|
-
# The
|
2851
|
+
# The Resilience Hub application version.
|
2807
2852
|
# @return [String]
|
2808
2853
|
#
|
2809
2854
|
# @!attribute [rw] max_results
|
@@ -2846,8 +2891,8 @@ module Aws::ResilienceHub
|
|
2846
2891
|
end
|
2847
2892
|
|
2848
2893
|
# @!attribute [rw] app_arn
|
2849
|
-
# The Amazon Resource Name (ARN) of the
|
2850
|
-
#
|
2894
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2895
|
+
# The format for this ARN is:
|
2851
2896
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2852
2897
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2853
2898
|
# in the *AWS General Reference* guide.
|
@@ -2862,7 +2907,7 @@ module Aws::ResilienceHub
|
|
2862
2907
|
# @return [String]
|
2863
2908
|
#
|
2864
2909
|
# @!attribute [rw] max_results
|
2865
|
-
# Maximum number of Application Components to be displayed per
|
2910
|
+
# Maximum number of Application Components to be displayed per
|
2866
2911
|
# Resilience Hub application version.
|
2867
2912
|
# @return [Integer]
|
2868
2913
|
#
|
@@ -2883,8 +2928,8 @@ module Aws::ResilienceHub
|
|
2883
2928
|
end
|
2884
2929
|
|
2885
2930
|
# @!attribute [rw] app_arn
|
2886
|
-
# The Amazon Resource Name (ARN) of the
|
2887
|
-
#
|
2931
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2932
|
+
# The format for this ARN is:
|
2888
2933
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2889
2934
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2890
2935
|
# in the *AWS General Reference* guide.
|
@@ -2899,7 +2944,7 @@ module Aws::ResilienceHub
|
|
2899
2944
|
# @return [Array<Types::AppComponent>]
|
2900
2945
|
#
|
2901
2946
|
# @!attribute [rw] app_version
|
2902
|
-
# The
|
2947
|
+
# The Resilience Hub application version.
|
2903
2948
|
# @return [String]
|
2904
2949
|
#
|
2905
2950
|
# @!attribute [rw] next_token
|
@@ -2919,8 +2964,8 @@ module Aws::ResilienceHub
|
|
2919
2964
|
end
|
2920
2965
|
|
2921
2966
|
# @!attribute [rw] app_arn
|
2922
|
-
# The Amazon Resource Name (ARN) of the
|
2923
|
-
#
|
2967
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
2968
|
+
# The format for this ARN is:
|
2924
2969
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2925
2970
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2926
2971
|
# in the *AWS General Reference* guide.
|
@@ -2981,8 +3026,8 @@ module Aws::ResilienceHub
|
|
2981
3026
|
end
|
2982
3027
|
|
2983
3028
|
# @!attribute [rw] app_arn
|
2984
|
-
# The Amazon Resource Name (ARN) of the
|
2985
|
-
#
|
3029
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3030
|
+
# The format for this ARN is:
|
2986
3031
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2987
3032
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
2988
3033
|
# in the *AWS General Reference* guide.
|
@@ -3048,8 +3093,8 @@ module Aws::ResilienceHub
|
|
3048
3093
|
end
|
3049
3094
|
|
3050
3095
|
# @!attribute [rw] app_arn
|
3051
|
-
# The Amazon Resource Name (ARN) of the
|
3052
|
-
#
|
3096
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3097
|
+
# The format for this ARN is:
|
3053
3098
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3054
3099
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3055
3100
|
# in the *AWS General Reference* guide.
|
@@ -3100,8 +3145,8 @@ module Aws::ResilienceHub
|
|
3100
3145
|
end
|
3101
3146
|
|
3102
3147
|
# @!attribute [rw] app_arn
|
3103
|
-
# The Amazon Resource Name (ARN) of the
|
3104
|
-
#
|
3148
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3149
|
+
# The format for this ARN is:
|
3105
3150
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3106
3151
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3107
3152
|
# in the *AWS General Reference* guide.
|
@@ -3446,8 +3491,8 @@ module Aws::ResilienceHub
|
|
3446
3491
|
end
|
3447
3492
|
|
3448
3493
|
# @!attribute [rw] app_arn
|
3449
|
-
# The Amazon Resource Name (ARN) of the
|
3450
|
-
#
|
3494
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3495
|
+
# The format for this ARN is:
|
3451
3496
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3452
3497
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3453
3498
|
# in the *AWS General Reference* guide.
|
@@ -3556,8 +3601,10 @@ module Aws::ResilienceHub
|
|
3556
3601
|
# Name (ARN) or an Resilience Hub-native identifier.
|
3557
3602
|
#
|
3558
3603
|
# @!attribute [rw] additional_info
|
3559
|
-
# Additional configuration parameters for an
|
3560
|
-
# application.
|
3604
|
+
# Additional configuration parameters for an Resilience Hub
|
3605
|
+
# application. If you want to implement `additionalInfo` through the
|
3606
|
+
# Resilience Hub console rather than using an API call, see [Configure
|
3607
|
+
# the application configuration parameters][1].
|
3561
3608
|
#
|
3562
3609
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
3563
3610
|
# format) of only one failover region and one associated account.
|
@@ -3568,6 +3615,10 @@ module Aws::ResilienceHub
|
|
3568
3615
|
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
3569
3616
|
#
|
3570
3617
|
# </note>
|
3618
|
+
#
|
3619
|
+
#
|
3620
|
+
#
|
3621
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
3571
3622
|
# @return [Hash<String,Array<String>>]
|
3572
3623
|
#
|
3573
3624
|
# @!attribute [rw] app_components
|
@@ -3582,6 +3633,10 @@ module Aws::ResilienceHub
|
|
3582
3633
|
# The logical identifier of the resource.
|
3583
3634
|
# @return [Types::LogicalResourceId]
|
3584
3635
|
#
|
3636
|
+
# @!attribute [rw] parent_resource_name
|
3637
|
+
# The name of the parent resource.
|
3638
|
+
# @return [String]
|
3639
|
+
#
|
3585
3640
|
# @!attribute [rw] physical_resource_id
|
3586
3641
|
# The physical identifier of the resource.
|
3587
3642
|
# @return [Types::PhysicalResourceId]
|
@@ -3594,6 +3649,10 @@ module Aws::ResilienceHub
|
|
3594
3649
|
# The type of resource.
|
3595
3650
|
# @return [String]
|
3596
3651
|
#
|
3652
|
+
# @!attribute [rw] source_type
|
3653
|
+
# The type of input source.
|
3654
|
+
# @return [String]
|
3655
|
+
#
|
3597
3656
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PhysicalResource AWS API Documentation
|
3598
3657
|
#
|
3599
3658
|
class PhysicalResource < Struct.new(
|
@@ -3601,9 +3660,11 @@ module Aws::ResilienceHub
|
|
3601
3660
|
:app_components,
|
3602
3661
|
:excluded,
|
3603
3662
|
:logical_resource_id,
|
3663
|
+
:parent_resource_name,
|
3604
3664
|
:physical_resource_id,
|
3605
3665
|
:resource_name,
|
3606
|
-
:resource_type
|
3666
|
+
:resource_type,
|
3667
|
+
:source_type)
|
3607
3668
|
SENSITIVE = []
|
3608
3669
|
include Aws::Structure
|
3609
3670
|
end
|
@@ -3647,8 +3708,8 @@ module Aws::ResilienceHub
|
|
3647
3708
|
end
|
3648
3709
|
|
3649
3710
|
# @!attribute [rw] app_arn
|
3650
|
-
# The Amazon Resource Name (ARN) of the
|
3651
|
-
#
|
3711
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3712
|
+
# The format for this ARN is:
|
3652
3713
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3653
3714
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3654
3715
|
# in the *AWS General Reference* guide.
|
@@ -3667,8 +3728,8 @@ module Aws::ResilienceHub
|
|
3667
3728
|
end
|
3668
3729
|
|
3669
3730
|
# @!attribute [rw] app_arn
|
3670
|
-
# The Amazon Resource Name (ARN) of the
|
3671
|
-
#
|
3731
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3732
|
+
# The format for this ARN is:
|
3672
3733
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3673
3734
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3674
3735
|
# in the *AWS General Reference* guide.
|
@@ -3692,8 +3753,8 @@ module Aws::ResilienceHub
|
|
3692
3753
|
end
|
3693
3754
|
|
3694
3755
|
# @!attribute [rw] app_arn
|
3695
|
-
# The Amazon Resource Name (ARN) of the
|
3696
|
-
#
|
3756
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
3757
|
+
# The format for this ARN is:
|
3697
3758
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3698
3759
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3699
3760
|
# in the *AWS General Reference* guide.
|
@@ -3712,7 +3773,7 @@ module Aws::ResilienceHub
|
|
3712
3773
|
#
|
3713
3774
|
# * <b> <code>resources</code> </b>
|
3714
3775
|
#
|
3715
|
-
# The list of logical resources that
|
3776
|
+
# The list of logical resources that must be included in the
|
3716
3777
|
# Resilience Hub application.
|
3717
3778
|
#
|
3718
3779
|
# Type: Array
|
@@ -3756,6 +3817,18 @@ module Aws::ResilienceHub
|
|
3756
3817
|
#
|
3757
3818
|
# Type: String
|
3758
3819
|
#
|
3820
|
+
# * `eksSourceName`
|
3821
|
+
#
|
3822
|
+
# The name of the Amazon Elastic Kubernetes Service cluster and
|
3823
|
+
# namespace this resource belongs to.
|
3824
|
+
#
|
3825
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
3826
|
+
# format.
|
3827
|
+
#
|
3828
|
+
# </note>
|
3829
|
+
#
|
3830
|
+
# Type: String
|
3831
|
+
#
|
3759
3832
|
# * <i> <code>type</code> </i>
|
3760
3833
|
#
|
3761
3834
|
# The type of resource.
|
@@ -3770,8 +3843,10 @@ module Aws::ResilienceHub
|
|
3770
3843
|
#
|
3771
3844
|
# * `additionalInfo`
|
3772
3845
|
#
|
3773
|
-
# Additional configuration parameters for an
|
3774
|
-
# application.
|
3846
|
+
# Additional configuration parameters for an Resilience Hub
|
3847
|
+
# application. If you want to implement `additionalInfo` through
|
3848
|
+
# the Resilience Hub console rather than using an API call, see
|
3849
|
+
# [Configure the application configuration parameters][1].
|
3775
3850
|
#
|
3776
3851
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a
|
3777
3852
|
# string format) of only one failover region and one associated
|
@@ -3787,7 +3862,7 @@ module Aws::ResilienceHub
|
|
3787
3862
|
# * <b> <code>appComponents</code> </b>
|
3788
3863
|
#
|
3789
3864
|
# The list of Application Components that this resource belongs to.
|
3790
|
-
# If an Application Component is not part of the
|
3865
|
+
# If an Application Component is not part of the Resilience Hub
|
3791
3866
|
# application, it will be added.
|
3792
3867
|
#
|
3793
3868
|
# Type: Array
|
@@ -3804,7 +3879,7 @@ module Aws::ResilienceHub
|
|
3804
3879
|
#
|
3805
3880
|
# The type of Application Component. For more information about
|
3806
3881
|
# the types of Application Component, see [Grouping resources in
|
3807
|
-
# an AppComponent][
|
3882
|
+
# an AppComponent][2].
|
3808
3883
|
#
|
3809
3884
|
# Type: String
|
3810
3885
|
#
|
@@ -3817,8 +3892,10 @@ module Aws::ResilienceHub
|
|
3817
3892
|
#
|
3818
3893
|
# * `additionalInfo`
|
3819
3894
|
#
|
3820
|
-
# Additional configuration parameters for an
|
3821
|
-
# application.
|
3895
|
+
# Additional configuration parameters for an Resilience Hub
|
3896
|
+
# application. If you want to implement `additionalInfo` through
|
3897
|
+
# the Resilience Hub console rather than using an API call, see
|
3898
|
+
# [Configure the application configuration parameters][1].
|
3822
3899
|
#
|
3823
3900
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a
|
3824
3901
|
# string format) of only one failover region and one associated
|
@@ -3858,6 +3935,8 @@ module Aws::ResilienceHub
|
|
3858
3935
|
#
|
3859
3936
|
# * `terraformSourceName`
|
3860
3937
|
#
|
3938
|
+
# * `eksSourceName`
|
3939
|
+
#
|
3861
3940
|
# </note>
|
3862
3941
|
#
|
3863
3942
|
# Each `logicalResourceIds` object includes the following fields:
|
@@ -3887,14 +3966,28 @@ module Aws::ResilienceHub
|
|
3887
3966
|
#
|
3888
3967
|
# Type: String
|
3889
3968
|
#
|
3969
|
+
# * `eksSourceName`
|
3970
|
+
#
|
3971
|
+
# The name of the Amazon Elastic Kubernetes Service cluster and
|
3972
|
+
# namespace this resource belongs to.
|
3973
|
+
#
|
3974
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
3975
|
+
# format.
|
3976
|
+
#
|
3977
|
+
# </note>
|
3978
|
+
#
|
3979
|
+
# Type: String
|
3980
|
+
#
|
3890
3981
|
# * <b> <code>version</code> </b>
|
3891
3982
|
#
|
3892
|
-
# The
|
3983
|
+
# The Resilience Hub application version.
|
3893
3984
|
#
|
3894
3985
|
# * `additionalInfo`
|
3895
3986
|
#
|
3896
|
-
# Additional configuration parameters for an
|
3897
|
-
# application.
|
3987
|
+
# Additional configuration parameters for an Resilience Hub
|
3988
|
+
# application. If you want to implement `additionalInfo` through the
|
3989
|
+
# Resilience Hub console rather than using an API call, see
|
3990
|
+
# [Configure the application configuration parameters][1].
|
3898
3991
|
#
|
3899
3992
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
3900
3993
|
# format) of only one failover region and one associated account.
|
@@ -3908,7 +4001,8 @@ module Aws::ResilienceHub
|
|
3908
4001
|
#
|
3909
4002
|
#
|
3910
4003
|
#
|
3911
|
-
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/
|
4004
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
4005
|
+
# [2]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
|
3912
4006
|
# @return [String]
|
3913
4007
|
#
|
3914
4008
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PutDraftAppVersionTemplateRequest AWS API Documentation
|
@@ -3921,8 +4015,8 @@ module Aws::ResilienceHub
|
|
3921
4015
|
end
|
3922
4016
|
|
3923
4017
|
# @!attribute [rw] app_arn
|
3924
|
-
# The Amazon Resource Name (ARN) of the
|
3925
|
-
#
|
4018
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4019
|
+
# The format for this ARN is:
|
3926
4020
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3927
4021
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
3928
4022
|
# in the *AWS General Reference* guide.
|
@@ -4017,8 +4111,8 @@ module Aws::ResilienceHub
|
|
4017
4111
|
# CreateRecommendationTemplate action.
|
4018
4112
|
#
|
4019
4113
|
# @!attribute [rw] app_arn
|
4020
|
-
# The Amazon Resource Name (ARN) of the
|
4021
|
-
#
|
4114
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4115
|
+
# The format for this ARN is:
|
4022
4116
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4023
4117
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4024
4118
|
# in the *AWS General Reference* guide.
|
@@ -4134,8 +4228,8 @@ module Aws::ResilienceHub
|
|
4134
4228
|
end
|
4135
4229
|
|
4136
4230
|
# @!attribute [rw] app_arn
|
4137
|
-
# The Amazon Resource Name (ARN) of the
|
4138
|
-
#
|
4231
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4232
|
+
# The format for this ARN is:
|
4139
4233
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4140
4234
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4141
4235
|
# in the *AWS General Reference* guide.
|
@@ -4194,8 +4288,8 @@ module Aws::ResilienceHub
|
|
4194
4288
|
end
|
4195
4289
|
|
4196
4290
|
# @!attribute [rw] app_arn
|
4197
|
-
# The Amazon Resource Name (ARN) of the
|
4198
|
-
#
|
4291
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4292
|
+
# The format for this ARN is:
|
4199
4293
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4200
4294
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4201
4295
|
# in the *AWS General Reference* guide.
|
@@ -4305,8 +4399,8 @@ module Aws::ResilienceHub
|
|
4305
4399
|
end
|
4306
4400
|
|
4307
4401
|
# @!attribute [rw] app_arn
|
4308
|
-
# The Amazon Resource Name (ARN) of the
|
4309
|
-
#
|
4402
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4403
|
+
# The format for this ARN is:
|
4310
4404
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4311
4405
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4312
4406
|
# in the *AWS General Reference* guide.
|
@@ -4330,8 +4424,8 @@ module Aws::ResilienceHub
|
|
4330
4424
|
end
|
4331
4425
|
|
4332
4426
|
# @!attribute [rw] app_arn
|
4333
|
-
# The Amazon Resource Name (ARN) of the
|
4334
|
-
#
|
4427
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4428
|
+
# The format for this ARN is:
|
4335
4429
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4336
4430
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4337
4431
|
# in the *AWS General Reference* guide.
|
@@ -4448,7 +4542,7 @@ module Aws::ResilienceHub
|
|
4448
4542
|
#
|
4449
4543
|
# ResourceGroup
|
4450
4544
|
#
|
4451
|
-
# : The resource is mapped to
|
4545
|
+
# : The resource is mapped to Resource Groups. The name of the
|
4452
4546
|
# resource group is contained in the `resourceGroupName` property.
|
4453
4547
|
# @return [String]
|
4454
4548
|
#
|
@@ -4590,8 +4684,8 @@ module Aws::ResilienceHub
|
|
4590
4684
|
end
|
4591
4685
|
|
4592
4686
|
# @!attribute [rw] app_arn
|
4593
|
-
# The Amazon Resource Name (ARN) of the
|
4594
|
-
#
|
4687
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4688
|
+
# The format for this ARN is:
|
4595
4689
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4596
4690
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4597
4691
|
# in the *AWS General Reference* guide.
|
@@ -4783,7 +4877,7 @@ module Aws::ResilienceHub
|
|
4783
4877
|
# @return [String]
|
4784
4878
|
#
|
4785
4879
|
# @!attribute [rw] unsupported_resource_status
|
4786
|
-
# The status of unsupported resource.
|
4880
|
+
# The status of the unsupported resource.
|
4787
4881
|
# @return [String]
|
4788
4882
|
#
|
4789
4883
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UnsupportedResource AWS API Documentation
|
@@ -4819,8 +4913,8 @@ module Aws::ResilienceHub
|
|
4819
4913
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
4820
4914
|
|
4821
4915
|
# @!attribute [rw] app_arn
|
4822
|
-
# The Amazon Resource Name (ARN) of the
|
4823
|
-
#
|
4916
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4917
|
+
# The format for this ARN is:
|
4824
4918
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4825
4919
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4826
4920
|
# in the *AWS General Reference* guide.
|
@@ -4886,8 +4980,8 @@ module Aws::ResilienceHub
|
|
4886
4980
|
# @return [Hash<String,Array<String>>]
|
4887
4981
|
#
|
4888
4982
|
# @!attribute [rw] app_arn
|
4889
|
-
# The Amazon Resource Name (ARN) of the
|
4890
|
-
#
|
4983
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
4984
|
+
# The format for this ARN is:
|
4891
4985
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4892
4986
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4893
4987
|
# in the *AWS General Reference* guide.
|
@@ -4928,8 +5022,8 @@ module Aws::ResilienceHub
|
|
4928
5022
|
end
|
4929
5023
|
|
4930
5024
|
# @!attribute [rw] app_arn
|
4931
|
-
# The Amazon Resource Name (ARN) of the
|
4932
|
-
#
|
5025
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
5026
|
+
# The format for this ARN is:
|
4933
5027
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4934
5028
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4935
5029
|
# in the *AWS General Reference* guide.
|
@@ -4944,7 +5038,7 @@ module Aws::ResilienceHub
|
|
4944
5038
|
# @return [Types::AppComponent]
|
4945
5039
|
#
|
4946
5040
|
# @!attribute [rw] app_version
|
4947
|
-
# The
|
5041
|
+
# The Resilience Hub application version.
|
4948
5042
|
# @return [String]
|
4949
5043
|
#
|
4950
5044
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionAppComponentResponse AWS API Documentation
|
@@ -4958,8 +5052,10 @@ module Aws::ResilienceHub
|
|
4958
5052
|
end
|
4959
5053
|
|
4960
5054
|
# @!attribute [rw] additional_info
|
4961
|
-
# Additional configuration parameters for an
|
4962
|
-
# application.
|
5055
|
+
# Additional configuration parameters for an Resilience Hub
|
5056
|
+
# application. If you want to implement `additionalInfo` through the
|
5057
|
+
# Resilience Hub console rather than using an API call, see [Configure
|
5058
|
+
# the application configuration parameters][1].
|
4963
5059
|
#
|
4964
5060
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
4965
5061
|
# format) of only one failover region and one associated account.
|
@@ -4970,11 +5066,15 @@ module Aws::ResilienceHub
|
|
4970
5066
|
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
4971
5067
|
#
|
4972
5068
|
# </note>
|
5069
|
+
#
|
5070
|
+
#
|
5071
|
+
#
|
5072
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
4973
5073
|
# @return [Hash<String,Array<String>>]
|
4974
5074
|
#
|
4975
5075
|
# @!attribute [rw] app_arn
|
4976
|
-
# The Amazon Resource Name (ARN) of the
|
4977
|
-
#
|
5076
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
5077
|
+
# The format for this ARN is:
|
4978
5078
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
4979
5079
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
4980
5080
|
# in the *AWS General Reference* guide.
|
@@ -4999,8 +5099,8 @@ module Aws::ResilienceHub
|
|
4999
5099
|
# @return [Hash<String,Array<String>>]
|
5000
5100
|
#
|
5001
5101
|
# @!attribute [rw] app_arn
|
5002
|
-
# The Amazon Resource Name (ARN) of the
|
5003
|
-
#
|
5102
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
5103
|
+
# The format for this ARN is:
|
5004
5104
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5005
5105
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5006
5106
|
# in the *AWS General Reference* guide.
|
@@ -5012,7 +5112,7 @@ module Aws::ResilienceHub
|
|
5012
5112
|
#
|
5013
5113
|
# @!attribute [rw] app_components
|
5014
5114
|
# The list of Application Components that this resource belongs to. If
|
5015
|
-
# an Application Component is not part of the
|
5115
|
+
# an Application Component is not part of the Resilience Hub
|
5016
5116
|
# application, it will be added.
|
5017
5117
|
# @return [Array<String>]
|
5018
5118
|
#
|
@@ -5068,8 +5168,8 @@ module Aws::ResilienceHub
|
|
5068
5168
|
end
|
5069
5169
|
|
5070
5170
|
# @!attribute [rw] app_arn
|
5071
|
-
# The Amazon Resource Name (ARN) of the
|
5072
|
-
#
|
5171
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
5172
|
+
# The format for this ARN is:
|
5073
5173
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5074
5174
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5075
5175
|
# in the *AWS General Reference* guide.
|
@@ -5080,7 +5180,7 @@ module Aws::ResilienceHub
|
|
5080
5180
|
# @return [String]
|
5081
5181
|
#
|
5082
5182
|
# @!attribute [rw] app_version
|
5083
|
-
# The
|
5183
|
+
# The Resilience Hub application version.
|
5084
5184
|
# @return [String]
|
5085
5185
|
#
|
5086
5186
|
# @!attribute [rw] physical_resource
|
@@ -5100,17 +5200,23 @@ module Aws::ResilienceHub
|
|
5100
5200
|
end
|
5101
5201
|
|
5102
5202
|
# @!attribute [rw] additional_info
|
5103
|
-
# Additional configuration parameters for an
|
5104
|
-
# application.
|
5203
|
+
# Additional configuration parameters for an Resilience Hub
|
5204
|
+
# application. If you want to implement `additionalInfo` through the
|
5205
|
+
# Resilience Hub console rather than using an API call, see [Configure
|
5206
|
+
# the application configuration parameters][1].
|
5105
5207
|
#
|
5106
5208
|
# <note markdown="1"> Currently, this parameter supports only failover region and account.
|
5107
5209
|
#
|
5108
5210
|
# </note>
|
5211
|
+
#
|
5212
|
+
#
|
5213
|
+
#
|
5214
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
5109
5215
|
# @return [Hash<String,Array<String>>]
|
5110
5216
|
#
|
5111
5217
|
# @!attribute [rw] app_arn
|
5112
|
-
# The Amazon Resource Name (ARN) of the
|
5113
|
-
#
|
5218
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application.
|
5219
|
+
# The format for this ARN is:
|
5114
5220
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
5115
5221
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1]
|
5116
5222
|
# in the *AWS General Reference* guide.
|
@@ -5121,7 +5227,7 @@ module Aws::ResilienceHub
|
|
5121
5227
|
# @return [String]
|
5122
5228
|
#
|
5123
5229
|
# @!attribute [rw] app_version
|
5124
|
-
# The
|
5230
|
+
# The Resilience Hub application version.
|
5125
5231
|
# @return [String]
|
5126
5232
|
#
|
5127
5233
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionResponse AWS API Documentation
|