aws-sdk-resiliencehub 1.11.0 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-resiliencehub/client.rb +125 -86
- data/lib/aws-sdk-resiliencehub/types.rb +266 -170
- data/lib/aws-sdk-resiliencehub.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 616bcb07f4a7ef60b94894a5319ff75352e852efbd6555d5b2250ef71cb41002
|
4
|
+
data.tar.gz: d9a4243de737a3e76c936a6daf734533a66f162ef7bc00c8dcf1c36e77706148
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1eb0740c6c49d320133be9dbf67cecba825c96a28c80cf6e9428bcbe5621950097fd71d3a04d29219bdb2aca06621c7989e65b5c6dbc41849f2496f6f869de4
|
7
|
+
data.tar.gz: 21e50cb14a08df5dce6a0bc95197c08d009798af0bbc3a30e00de2d0d37d7df366b618804b44fd71620c5e2fffb918b159dd08ab9e917861b80e46dc510869c1
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.12.0
|
@@ -372,8 +372,8 @@ module Aws::ResilienceHub
|
|
372
372
|
# also update an existing resource mapping to a new physical resource.
|
373
373
|
#
|
374
374
|
# @option params [required, String] :app_arn
|
375
|
-
# The Amazon Resource Name (ARN) of the
|
376
|
-
#
|
375
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
376
|
+
# format for this ARN is:
|
377
377
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
378
378
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
379
379
|
# the *AWS General Reference* guide.
|
@@ -449,7 +449,7 @@ module Aws::ResilienceHub
|
|
449
449
|
# is a collection of Amazon Web Services resources structured to prevent
|
450
450
|
# and recover Amazon Web Services application disruptions. To describe a
|
451
451
|
# Resilience Hub application, you provide an application name, resources
|
452
|
-
# from one or more–up to
|
452
|
+
# from one or more–up to 20–CloudFormation stacks, and an appropriate
|
453
453
|
# resiliency policy.
|
454
454
|
#
|
455
455
|
# After you create an Resilience Hub application, you publish it so that
|
@@ -547,8 +547,8 @@ module Aws::ResilienceHub
|
|
547
547
|
# Application Components.
|
548
548
|
#
|
549
549
|
# @option params [required, String] :app_arn
|
550
|
-
# The Amazon Resource Name (ARN) of the
|
551
|
-
#
|
550
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
551
|
+
# format for this ARN is:
|
552
552
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
553
553
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
554
554
|
# the *AWS General Reference* guide.
|
@@ -640,8 +640,8 @@ module Aws::ResilienceHub
|
|
640
640
|
# Currently, there is no supported additional information for resources.
|
641
641
|
#
|
642
642
|
# @option params [required, String] :app_arn
|
643
|
-
# The Amazon Resource Name (ARN) of the
|
644
|
-
#
|
643
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
644
|
+
# format for this ARN is:
|
645
645
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
646
646
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
647
647
|
# the *AWS General Reference* guide.
|
@@ -652,7 +652,7 @@ module Aws::ResilienceHub
|
|
652
652
|
#
|
653
653
|
# @option params [required, Array<String>] :app_components
|
654
654
|
# The list of Application Components that this resource belongs to. If
|
655
|
-
# an Application Component is not part of the
|
655
|
+
# an Application Component is not part of the Resilience Hub
|
656
656
|
# application, it will be added.
|
657
657
|
#
|
658
658
|
# @option params [String] :aws_account_id
|
@@ -944,8 +944,8 @@ module Aws::ResilienceHub
|
|
944
944
|
# that can't be undone.
|
945
945
|
#
|
946
946
|
# @option params [required, String] :app_arn
|
947
|
-
# The Amazon Resource Name (ARN) of the
|
948
|
-
#
|
947
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
948
|
+
# format for this ARN is:
|
949
949
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
950
950
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
951
951
|
# the *AWS General Reference* guide.
|
@@ -1043,8 +1043,8 @@ module Aws::ResilienceHub
|
|
1043
1043
|
# Resilience Hub application.
|
1044
1044
|
#
|
1045
1045
|
# @option params [required, String] :app_arn
|
1046
|
-
# The Amazon Resource Name (ARN) of the
|
1047
|
-
#
|
1046
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1047
|
+
# format for this ARN is:
|
1048
1048
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1049
1049
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
1050
1050
|
# the *AWS General Reference* guide.
|
@@ -1132,8 +1132,8 @@ module Aws::ResilienceHub
|
|
1132
1132
|
# </note>
|
1133
1133
|
#
|
1134
1134
|
# @option params [required, String] :app_arn
|
1135
|
-
# The Amazon Resource Name (ARN) of the
|
1136
|
-
#
|
1135
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1136
|
+
# format for this ARN is:
|
1137
1137
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1138
1138
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
1139
1139
|
# the *AWS General Reference* guide.
|
@@ -1203,8 +1203,8 @@ module Aws::ResilienceHub
|
|
1203
1203
|
# </note>
|
1204
1204
|
#
|
1205
1205
|
# @option params [required, String] :app_arn
|
1206
|
-
# The Amazon Resource Name (ARN) of the
|
1207
|
-
#
|
1206
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1207
|
+
# format for this ARN is:
|
1208
1208
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1209
1209
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
1210
1210
|
# the *AWS General Reference* guide.
|
@@ -1385,8 +1385,8 @@ module Aws::ResilienceHub
|
|
1385
1385
|
# Describes an Resilience Hub application.
|
1386
1386
|
#
|
1387
1387
|
# @option params [required, String] :app_arn
|
1388
|
-
# The Amazon Resource Name (ARN) of the
|
1389
|
-
#
|
1388
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1389
|
+
# format for this ARN is:
|
1390
1390
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1391
1391
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
1392
1392
|
# the *AWS General Reference* guide.
|
@@ -1514,8 +1514,8 @@ module Aws::ResilienceHub
|
|
1514
1514
|
# Describes the Resilience Hub application version.
|
1515
1515
|
#
|
1516
1516
|
# @option params [required, String] :app_arn
|
1517
|
-
# The Amazon Resource Name (ARN) of the
|
1518
|
-
#
|
1517
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1518
|
+
# format for this ARN is:
|
1519
1519
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1520
1520
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
1521
1521
|
# the *AWS General Reference* guide.
|
@@ -1525,7 +1525,7 @@ module Aws::ResilienceHub
|
|
1525
1525
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1526
1526
|
#
|
1527
1527
|
# @option params [required, String] :app_version
|
1528
|
-
# The
|
1528
|
+
# The Resilience Hub application version.
|
1529
1529
|
#
|
1530
1530
|
# @return [Types::DescribeAppVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1531
1531
|
#
|
@@ -1560,8 +1560,8 @@ module Aws::ResilienceHub
|
|
1560
1560
|
# Describes an Application Component in the Resilience Hub application.
|
1561
1561
|
#
|
1562
1562
|
# @option params [required, String] :app_arn
|
1563
|
-
# The Amazon Resource Name (ARN) of the
|
1564
|
-
#
|
1563
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1564
|
+
# format for this ARN is:
|
1565
1565
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1566
1566
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
1567
1567
|
# the *AWS General Reference* guide.
|
@@ -1571,7 +1571,7 @@ module Aws::ResilienceHub
|
|
1571
1571
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1572
1572
|
#
|
1573
1573
|
# @option params [required, String] :app_version
|
1574
|
-
# The
|
1574
|
+
# The Resilience Hub application version.
|
1575
1575
|
#
|
1576
1576
|
# @option params [required, String] :id
|
1577
1577
|
# The identifier of the Application Component.
|
@@ -1625,8 +1625,8 @@ module Aws::ResilienceHub
|
|
1625
1625
|
# </note>
|
1626
1626
|
#
|
1627
1627
|
# @option params [required, String] :app_arn
|
1628
|
-
# The Amazon Resource Name (ARN) of the
|
1629
|
-
#
|
1628
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1629
|
+
# format for this ARN is:
|
1630
1630
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1631
1631
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
1632
1632
|
# the *AWS General Reference* guide.
|
@@ -1636,7 +1636,7 @@ module Aws::ResilienceHub
|
|
1636
1636
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1637
1637
|
#
|
1638
1638
|
# @option params [required, String] :app_version
|
1639
|
-
# The
|
1639
|
+
# The Resilience Hub application version.
|
1640
1640
|
#
|
1641
1641
|
# @option params [String] :aws_account_id
|
1642
1642
|
# The Amazon Web Services account that owns the physical resource.
|
@@ -1718,8 +1718,8 @@ module Aws::ResilienceHub
|
|
1718
1718
|
# current resolution status is returned.
|
1719
1719
|
#
|
1720
1720
|
# @option params [required, String] :app_arn
|
1721
|
-
# The Amazon Resource Name (ARN) of the
|
1722
|
-
#
|
1721
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1722
|
+
# format for this ARN is:
|
1723
1723
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1724
1724
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
1725
1725
|
# the *AWS General Reference* guide.
|
@@ -1770,8 +1770,8 @@ module Aws::ResilienceHub
|
|
1770
1770
|
# Describes details about an Resilience Hub application.
|
1771
1771
|
#
|
1772
1772
|
# @option params [required, String] :app_arn
|
1773
|
-
# The Amazon Resource Name (ARN) of the
|
1774
|
-
#
|
1773
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1774
|
+
# format for this ARN is:
|
1775
1775
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1776
1776
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
1777
1777
|
# the *AWS General Reference* guide.
|
@@ -1822,8 +1822,8 @@ module Aws::ResilienceHub
|
|
1822
1822
|
# </note>
|
1823
1823
|
#
|
1824
1824
|
# @option params [required, String] :app_arn
|
1825
|
-
# The Amazon Resource Name (ARN) of the
|
1826
|
-
#
|
1825
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1826
|
+
# format for this ARN is:
|
1827
1827
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1828
1828
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
1829
1829
|
# the *AWS General Reference* guide.
|
@@ -1923,8 +1923,8 @@ module Aws::ResilienceHub
|
|
1923
1923
|
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html
|
1924
1924
|
#
|
1925
1925
|
# @option params [required, String] :app_arn
|
1926
|
-
# The Amazon Resource Name (ARN) of the
|
1927
|
-
#
|
1926
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
1927
|
+
# format for this ARN is:
|
1928
1928
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
1929
1929
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
1930
1930
|
# the *AWS General Reference* guide.
|
@@ -2066,8 +2066,8 @@ module Aws::ResilienceHub
|
|
2066
2066
|
# request parameters to refine the results for the response object.
|
2067
2067
|
#
|
2068
2068
|
# @option params [String] :app_arn
|
2069
|
-
# The Amazon Resource Name (ARN) of the
|
2070
|
-
#
|
2069
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2070
|
+
# format for this ARN is:
|
2071
2071
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2072
2072
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2073
2073
|
# the *AWS General Reference* guide.
|
@@ -2316,8 +2316,8 @@ module Aws::ResilienceHub
|
|
2316
2316
|
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html
|
2317
2317
|
#
|
2318
2318
|
# @option params [required, String] :app_arn
|
2319
|
-
# The Amazon Resource Name (ARN) of the
|
2320
|
-
#
|
2319
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2320
|
+
# format for this ARN is:
|
2321
2321
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2322
2322
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2323
2323
|
# the *AWS General Reference* guide.
|
@@ -2327,7 +2327,7 @@ module Aws::ResilienceHub
|
|
2327
2327
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2328
2328
|
#
|
2329
2329
|
# @option params [required, String] :app_version
|
2330
|
-
# The
|
2330
|
+
# The Resilience Hub application version.
|
2331
2331
|
#
|
2332
2332
|
# @option params [Integer] :max_results
|
2333
2333
|
# Maximum number of input sources to be displayed per Resilience Hub
|
@@ -2378,8 +2378,8 @@ module Aws::ResilienceHub
|
|
2378
2378
|
# application.
|
2379
2379
|
#
|
2380
2380
|
# @option params [required, String] :app_arn
|
2381
|
-
# The Amazon Resource Name (ARN) of the
|
2382
|
-
#
|
2381
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2382
|
+
# format for this ARN is:
|
2383
2383
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2384
2384
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2385
2385
|
# the *AWS General Reference* guide.
|
@@ -2392,7 +2392,7 @@ module Aws::ResilienceHub
|
|
2392
2392
|
# The version of the Application Component.
|
2393
2393
|
#
|
2394
2394
|
# @option params [Integer] :max_results
|
2395
|
-
# Maximum number of Application Components to be displayed per
|
2395
|
+
# Maximum number of Application Components to be displayed per
|
2396
2396
|
# Resilience Hub application version.
|
2397
2397
|
#
|
2398
2398
|
# @option params [String] :next_token
|
@@ -2444,8 +2444,8 @@ module Aws::ResilienceHub
|
|
2444
2444
|
# stacks, resource-groups, or an application registry app.
|
2445
2445
|
#
|
2446
2446
|
# @option params [required, String] :app_arn
|
2447
|
-
# The Amazon Resource Name (ARN) of the
|
2448
|
-
#
|
2447
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2448
|
+
# format for this ARN is:
|
2449
2449
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2450
2450
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2451
2451
|
# the *AWS General Reference* guide.
|
@@ -2511,8 +2511,8 @@ module Aws::ResilienceHub
|
|
2511
2511
|
# Lists all the resources in an Resilience Hub application.
|
2512
2512
|
#
|
2513
2513
|
# @option params [required, String] :app_arn
|
2514
|
-
# The Amazon Resource Name (ARN) of the
|
2515
|
-
#
|
2514
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2515
|
+
# format for this ARN is:
|
2516
2516
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2517
2517
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2518
2518
|
# the *AWS General Reference* guide.
|
@@ -2595,8 +2595,8 @@ module Aws::ResilienceHub
|
|
2595
2595
|
# Lists the different versions for the Resilience Hub applications.
|
2596
2596
|
#
|
2597
2597
|
# @option params [required, String] :app_arn
|
2598
|
-
# The Amazon Resource Name (ARN) of the
|
2599
|
-
#
|
2598
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2599
|
+
# format for this ARN is:
|
2600
2600
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2601
2601
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2602
2602
|
# the *AWS General Reference* guide.
|
@@ -2657,8 +2657,8 @@ module Aws::ResilienceHub
|
|
2657
2657
|
# </note>
|
2658
2658
|
#
|
2659
2659
|
# @option params [String] :app_arn
|
2660
|
-
# The Amazon Resource Name (ARN) of the
|
2661
|
-
#
|
2660
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
2661
|
+
# format for this ARN is:
|
2662
2662
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
2663
2663
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
2664
2664
|
# the *AWS General Reference* guide.
|
@@ -3084,8 +3084,8 @@ module Aws::ResilienceHub
|
|
3084
3084
|
# Hub.
|
3085
3085
|
#
|
3086
3086
|
# @option params [required, String] :app_arn
|
3087
|
-
# The Amazon Resource Name (ARN) of the
|
3088
|
-
#
|
3087
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3088
|
+
# format for this ARN is:
|
3089
3089
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3090
3090
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
3091
3091
|
# the *AWS General Reference* guide.
|
@@ -3157,8 +3157,8 @@ module Aws::ResilienceHub
|
|
3157
3157
|
# Publishes a new version of a specific Resilience Hub application.
|
3158
3158
|
#
|
3159
3159
|
# @option params [required, String] :app_arn
|
3160
|
-
# The Amazon Resource Name (ARN) of the
|
3161
|
-
#
|
3160
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3161
|
+
# format for this ARN is:
|
3162
3162
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3163
3163
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
3164
3164
|
# the *AWS General Reference* guide.
|
@@ -3196,8 +3196,8 @@ module Aws::ResilienceHub
|
|
3196
3196
|
# draft version.
|
3197
3197
|
#
|
3198
3198
|
# @option params [required, String] :app_arn
|
3199
|
-
# The Amazon Resource Name (ARN) of the
|
3200
|
-
#
|
3199
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3200
|
+
# format for this ARN is:
|
3201
3201
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3202
3202
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
3203
3203
|
# the *AWS General Reference* guide.
|
@@ -3215,7 +3215,7 @@ module Aws::ResilienceHub
|
|
3215
3215
|
#
|
3216
3216
|
# * <b> <code>resources</code> </b>
|
3217
3217
|
#
|
3218
|
-
# The list of logical resources that
|
3218
|
+
# The list of logical resources that must be included in the
|
3219
3219
|
# Resilience Hub application.
|
3220
3220
|
#
|
3221
3221
|
# Type: Array
|
@@ -3259,6 +3259,18 @@ module Aws::ResilienceHub
|
|
3259
3259
|
#
|
3260
3260
|
# Type: String
|
3261
3261
|
#
|
3262
|
+
# * `eksSourceName`
|
3263
|
+
#
|
3264
|
+
# The name of the Amazon Elastic Kubernetes Service cluster and
|
3265
|
+
# namespace this resource belongs to.
|
3266
|
+
#
|
3267
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
3268
|
+
# format.
|
3269
|
+
#
|
3270
|
+
# </note>
|
3271
|
+
#
|
3272
|
+
# Type: String
|
3273
|
+
#
|
3262
3274
|
# * <i> <code>type</code> </i>
|
3263
3275
|
#
|
3264
3276
|
# The type of resource.
|
@@ -3273,8 +3285,10 @@ module Aws::ResilienceHub
|
|
3273
3285
|
#
|
3274
3286
|
# * `additionalInfo`
|
3275
3287
|
#
|
3276
|
-
# Additional configuration parameters for an
|
3277
|
-
# application.
|
3288
|
+
# Additional configuration parameters for an Resilience Hub
|
3289
|
+
# application. If you want to implement `additionalInfo` through the
|
3290
|
+
# Resilience Hub console rather than using an API call, see
|
3291
|
+
# [Configure the application configuration parameters][1].
|
3278
3292
|
#
|
3279
3293
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
3280
3294
|
# format) of only one failover region and one associated account.
|
@@ -3289,7 +3303,7 @@ module Aws::ResilienceHub
|
|
3289
3303
|
# * <b> <code>appComponents</code> </b>
|
3290
3304
|
#
|
3291
3305
|
# The list of Application Components that this resource belongs to. If
|
3292
|
-
# an Application Component is not part of the
|
3306
|
+
# an Application Component is not part of the Resilience Hub
|
3293
3307
|
# application, it will be added.
|
3294
3308
|
#
|
3295
3309
|
# Type: Array
|
@@ -3306,7 +3320,7 @@ module Aws::ResilienceHub
|
|
3306
3320
|
#
|
3307
3321
|
# The type of Application Component. For more information about the
|
3308
3322
|
# types of Application Component, see [Grouping resources in an
|
3309
|
-
# AppComponent][
|
3323
|
+
# AppComponent][2].
|
3310
3324
|
#
|
3311
3325
|
# Type: String
|
3312
3326
|
#
|
@@ -3319,8 +3333,10 @@ module Aws::ResilienceHub
|
|
3319
3333
|
#
|
3320
3334
|
# * `additionalInfo`
|
3321
3335
|
#
|
3322
|
-
# Additional configuration parameters for an
|
3323
|
-
# application.
|
3336
|
+
# Additional configuration parameters for an Resilience Hub
|
3337
|
+
# application. If you want to implement `additionalInfo` through the
|
3338
|
+
# Resilience Hub console rather than using an API call, see
|
3339
|
+
# [Configure the application configuration parameters][1].
|
3324
3340
|
#
|
3325
3341
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
3326
3342
|
# format) of only one failover region and one associated account.
|
@@ -3359,6 +3375,8 @@ module Aws::ResilienceHub
|
|
3359
3375
|
#
|
3360
3376
|
# * `terraformSourceName`
|
3361
3377
|
#
|
3378
|
+
# * `eksSourceName`
|
3379
|
+
#
|
3362
3380
|
# </note>
|
3363
3381
|
#
|
3364
3382
|
# Each `logicalResourceIds` object includes the following fields:
|
@@ -3388,14 +3406,28 @@ module Aws::ResilienceHub
|
|
3388
3406
|
#
|
3389
3407
|
# Type: String
|
3390
3408
|
#
|
3409
|
+
# * `eksSourceName`
|
3410
|
+
#
|
3411
|
+
# The name of the Amazon Elastic Kubernetes Service cluster and
|
3412
|
+
# namespace this resource belongs to.
|
3413
|
+
#
|
3414
|
+
# <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
|
3415
|
+
# format.
|
3416
|
+
#
|
3417
|
+
# </note>
|
3418
|
+
#
|
3419
|
+
# Type: String
|
3420
|
+
#
|
3391
3421
|
# * <b> <code>version</code> </b>
|
3392
3422
|
#
|
3393
|
-
# The
|
3423
|
+
# The Resilience Hub application version.
|
3394
3424
|
#
|
3395
3425
|
# * `additionalInfo`
|
3396
3426
|
#
|
3397
|
-
# Additional configuration parameters for an
|
3398
|
-
# application.
|
3427
|
+
# Additional configuration parameters for an Resilience Hub
|
3428
|
+
# application. If you want to implement `additionalInfo` through the
|
3429
|
+
# Resilience Hub console rather than using an API call, see [Configure
|
3430
|
+
# the application configuration parameters][1].
|
3399
3431
|
#
|
3400
3432
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
3401
3433
|
# format) of only one failover region and one associated account.
|
@@ -3409,7 +3441,8 @@ module Aws::ResilienceHub
|
|
3409
3441
|
#
|
3410
3442
|
#
|
3411
3443
|
#
|
3412
|
-
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/
|
3444
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
3445
|
+
# [2]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
|
3413
3446
|
#
|
3414
3447
|
# @return [Types::PutDraftAppVersionTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3415
3448
|
#
|
@@ -3440,8 +3473,8 @@ module Aws::ResilienceHub
|
|
3440
3473
|
# Removes resource mappings from a draft application version.
|
3441
3474
|
#
|
3442
3475
|
# @option params [required, String] :app_arn
|
3443
|
-
# The Amazon Resource Name (ARN) of the
|
3444
|
-
#
|
3476
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3477
|
+
# format for this ARN is:
|
3445
3478
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3446
3479
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
3447
3480
|
# the *AWS General Reference* guide.
|
@@ -3512,8 +3545,8 @@ module Aws::ResilienceHub
|
|
3512
3545
|
# Resolves the resources for an application version.
|
3513
3546
|
#
|
3514
3547
|
# @option params [required, String] :app_arn
|
3515
|
-
# The Amazon Resource Name (ARN) of the
|
3516
|
-
#
|
3548
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3549
|
+
# format for this ARN is:
|
3517
3550
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3518
3551
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
3519
3552
|
# the *AWS General Reference* guide.
|
@@ -3558,8 +3591,8 @@ module Aws::ResilienceHub
|
|
3558
3591
|
# Creates a new application assessment for an application.
|
3559
3592
|
#
|
3560
3593
|
# @option params [required, String] :app_arn
|
3561
|
-
# The Amazon Resource Name (ARN) of the
|
3562
|
-
#
|
3594
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3595
|
+
# format for this ARN is:
|
3563
3596
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3564
3597
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
3565
3598
|
# the *AWS General Reference* guide.
|
@@ -3719,8 +3752,8 @@ module Aws::ResilienceHub
|
|
3719
3752
|
# Updates an application.
|
3720
3753
|
#
|
3721
3754
|
# @option params [required, String] :app_arn
|
3722
|
-
# The Amazon Resource Name (ARN) of the
|
3723
|
-
#
|
3755
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3756
|
+
# format for this ARN is:
|
3724
3757
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3725
3758
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
3726
3759
|
# the *AWS General Reference* guide.
|
@@ -3797,8 +3830,10 @@ module Aws::ResilienceHub
|
|
3797
3830
|
# </note>
|
3798
3831
|
#
|
3799
3832
|
# @option params [Hash<String,Array>] :additional_info
|
3800
|
-
# Additional configuration parameters for an
|
3801
|
-
#
|
3833
|
+
# Additional configuration parameters for an Resilience Hub application.
|
3834
|
+
# If you want to implement `additionalInfo` through the Resilience Hub
|
3835
|
+
# console rather than using an API call, see [Configure the application
|
3836
|
+
# configuration parameters][1].
|
3802
3837
|
#
|
3803
3838
|
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
3804
3839
|
# format) of only one failover region and one associated account.
|
@@ -3810,9 +3845,13 @@ module Aws::ResilienceHub
|
|
3810
3845
|
#
|
3811
3846
|
# </note>
|
3812
3847
|
#
|
3848
|
+
#
|
3849
|
+
#
|
3850
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
|
3851
|
+
#
|
3813
3852
|
# @option params [required, String] :app_arn
|
3814
|
-
# The Amazon Resource Name (ARN) of the
|
3815
|
-
#
|
3853
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3854
|
+
# format for this ARN is:
|
3816
3855
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3817
3856
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
3818
3857
|
# the *AWS General Reference* guide.
|
@@ -3867,8 +3906,8 @@ module Aws::ResilienceHub
|
|
3867
3906
|
# Application Components.
|
3868
3907
|
#
|
3869
3908
|
# @option params [required, String] :app_arn
|
3870
|
-
# The Amazon Resource Name (ARN) of the
|
3871
|
-
#
|
3909
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3910
|
+
# format for this ARN is:
|
3872
3911
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3873
3912
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
3874
3913
|
# the *AWS General Reference* guide.
|
@@ -3948,8 +3987,8 @@ module Aws::ResilienceHub
|
|
3948
3987
|
# Currently, there is no supported additional information for resources.
|
3949
3988
|
#
|
3950
3989
|
# @option params [required, String] :app_arn
|
3951
|
-
# The Amazon Resource Name (ARN) of the
|
3952
|
-
#
|
3990
|
+
# The Amazon Resource Name (ARN) of the Resilience Hub application. The
|
3991
|
+
# format for this ARN is:
|
3953
3992
|
# arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
|
3954
3993
|
# more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
3955
3994
|
# the *AWS General Reference* guide.
|
@@ -3960,7 +3999,7 @@ module Aws::ResilienceHub
|
|
3960
3999
|
#
|
3961
4000
|
# @option params [Array<String>] :app_components
|
3962
4001
|
# The list of Application Components that this resource belongs to. If
|
3963
|
-
# an Application Component is not part of the
|
4002
|
+
# an Application Component is not part of the Resilience Hub
|
3964
4003
|
# application, it will be added.
|
3965
4004
|
#
|
3966
4005
|
# @option params [String] :aws_account_id
|
@@ -4143,7 +4182,7 @@ module Aws::ResilienceHub
|
|
4143
4182
|
params: params,
|
4144
4183
|
config: config)
|
4145
4184
|
context[:gem_name] = 'aws-sdk-resiliencehub'
|
4146
|
-
context[:gem_version] = '1.
|
4185
|
+
context[:gem_version] = '1.12.0'
|
4147
4186
|
Seahorse::Client::Request.new(handlers, context)
|
4148
4187
|
end
|
4149
4188
|
|