aws-sdk-resiliencehub 1.11.0 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 AWS Resilience Hub application.
376
- # The format for this ARN is:
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.
@@ -447,10 +447,12 @@ module Aws::ResilienceHub
447
447
 
448
448
  # Creates an Resilience Hub application. An Resilience Hub application
449
449
  # is a collection of Amazon Web Services resources structured to prevent
450
- # and recover Amazon Web Services application disruptions. To describe a
451
- # Resilience Hub application, you provide an application name, resources
452
- # from one or more–up to five–CloudFormation stacks, and an appropriate
453
- # resiliency policy.
450
+ # and recover Amazon Web Services application disruptions. To describe
451
+ # an Resilience Hub application, you provide an application name,
452
+ # resources from one or more CloudFormation stacks, Resource Groups,
453
+ # Terraform state files, AppRegistry applications, and an appropriate
454
+ # resiliency policy. For more information about the number of resources
455
+ # supported per application, see [Service Quotas][1].
454
456
  #
455
457
  # After you create an Resilience Hub application, you publish it so that
456
458
  # you can run a resiliency assessment on it. You can then use
@@ -459,6 +461,10 @@ module Aws::ResilienceHub
459
461
  # until you achieve your goals for recovery time objective (RTO) and
460
462
  # recovery point objective (RPO).
461
463
  #
464
+ #
465
+ #
466
+ # [1]: https://docs.aws.amazon.com/general/latest/gr/resiliencehub.html#limits_resiliencehub
467
+ #
462
468
  # @option params [String] :assessment_schedule
463
469
  # Assessment execution schedule with 'Daily' or 'Disabled' values.
464
470
  #
@@ -547,8 +553,8 @@ module Aws::ResilienceHub
547
553
  # Application Components.
548
554
  #
549
555
  # @option params [required, String] :app_arn
550
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
551
- # The format for this ARN is:
556
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
557
+ # format for this ARN is:
552
558
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
553
559
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
554
560
  # the *AWS General Reference* guide.
@@ -640,8 +646,8 @@ module Aws::ResilienceHub
640
646
  # Currently, there is no supported additional information for resources.
641
647
  #
642
648
  # @option params [required, String] :app_arn
643
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
644
- # The format for this ARN is:
649
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
650
+ # format for this ARN is:
645
651
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
646
652
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
647
653
  # the *AWS General Reference* guide.
@@ -652,7 +658,7 @@ module Aws::ResilienceHub
652
658
  #
653
659
  # @option params [required, Array<String>] :app_components
654
660
  # The list of Application Components that this resource belongs to. If
655
- # an Application Component is not part of the AWS Resilience Hub
661
+ # an Application Component is not part of the Resilience Hub
656
662
  # application, it will be added.
657
663
  #
658
664
  # @option params [String] :aws_account_id
@@ -675,7 +681,7 @@ module Aws::ResilienceHub
675
681
  # @option params [required, String] :physical_resource_id
676
682
  # The physical identifier of the resource.
677
683
  #
678
- # @option params [required, String] :resource_name
684
+ # @option params [String] :resource_name
679
685
  # The name of the resource.
680
686
  #
681
687
  # @option params [required, String] :resource_type
@@ -706,7 +712,7 @@ module Aws::ResilienceHub
706
712
  # terraform_source_name: "String255",
707
713
  # },
708
714
  # physical_resource_id: "String2048", # required
709
- # resource_name: "EntityName", # required
715
+ # resource_name: "EntityName",
710
716
  # resource_type: "String255", # required
711
717
  # })
712
718
  #
@@ -730,12 +736,14 @@ module Aws::ResilienceHub
730
736
  # resp.physical_resource.logical_resource_id.logical_stack_name #=> String
731
737
  # resp.physical_resource.logical_resource_id.resource_group_name #=> String
732
738
  # resp.physical_resource.logical_resource_id.terraform_source_name #=> String
739
+ # resp.physical_resource.parent_resource_name #=> String
733
740
  # resp.physical_resource.physical_resource_id.aws_account_id #=> String
734
741
  # resp.physical_resource.physical_resource_id.aws_region #=> String
735
742
  # resp.physical_resource.physical_resource_id.identifier #=> String
736
743
  # resp.physical_resource.physical_resource_id.type #=> String, one of "Arn", "Native"
737
744
  # resp.physical_resource.resource_name #=> String
738
745
  # resp.physical_resource.resource_type #=> String
746
+ # resp.physical_resource.source_type #=> String, one of "AppTemplate", "Discovered"
739
747
  #
740
748
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionResource AWS API Documentation
741
749
  #
@@ -944,8 +952,8 @@ module Aws::ResilienceHub
944
952
  # that can't be undone.
945
953
  #
946
954
  # @option params [required, String] :app_arn
947
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
948
- # The format for this ARN is:
955
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
956
+ # format for this ARN is:
949
957
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
950
958
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
951
959
  # the *AWS General Reference* guide.
@@ -1043,8 +1051,8 @@ module Aws::ResilienceHub
1043
1051
  # Resilience Hub application.
1044
1052
  #
1045
1053
  # @option params [required, String] :app_arn
1046
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
1047
- # The format for this ARN is:
1054
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
1055
+ # format for this ARN is:
1048
1056
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1049
1057
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1050
1058
  # the *AWS General Reference* guide.
@@ -1132,8 +1140,8 @@ module Aws::ResilienceHub
1132
1140
  # </note>
1133
1141
  #
1134
1142
  # @option params [required, String] :app_arn
1135
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
1136
- # The format for this ARN is:
1143
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
1144
+ # format for this ARN is:
1137
1145
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1138
1146
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1139
1147
  # the *AWS General Reference* guide.
@@ -1203,8 +1211,8 @@ module Aws::ResilienceHub
1203
1211
  # </note>
1204
1212
  #
1205
1213
  # @option params [required, String] :app_arn
1206
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
1207
- # The format for this ARN is:
1214
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
1215
+ # format for this ARN is:
1208
1216
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1209
1217
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1210
1218
  # the *AWS General Reference* guide.
@@ -1280,12 +1288,14 @@ module Aws::ResilienceHub
1280
1288
  # resp.physical_resource.logical_resource_id.logical_stack_name #=> String
1281
1289
  # resp.physical_resource.logical_resource_id.resource_group_name #=> String
1282
1290
  # resp.physical_resource.logical_resource_id.terraform_source_name #=> String
1291
+ # resp.physical_resource.parent_resource_name #=> String
1283
1292
  # resp.physical_resource.physical_resource_id.aws_account_id #=> String
1284
1293
  # resp.physical_resource.physical_resource_id.aws_region #=> String
1285
1294
  # resp.physical_resource.physical_resource_id.identifier #=> String
1286
1295
  # resp.physical_resource.physical_resource_id.type #=> String, one of "Arn", "Native"
1287
1296
  # resp.physical_resource.resource_name #=> String
1288
1297
  # resp.physical_resource.resource_type #=> String
1298
+ # resp.physical_resource.source_type #=> String, one of "AppTemplate", "Discovered"
1289
1299
  #
1290
1300
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionResource AWS API Documentation
1291
1301
  #
@@ -1385,8 +1395,8 @@ module Aws::ResilienceHub
1385
1395
  # Describes an Resilience Hub application.
1386
1396
  #
1387
1397
  # @option params [required, String] :app_arn
1388
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
1389
- # The format for this ARN is:
1398
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
1399
+ # format for this ARN is:
1390
1400
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1391
1401
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1392
1402
  # the *AWS General Reference* guide.
@@ -1514,8 +1524,8 @@ module Aws::ResilienceHub
1514
1524
  # Describes the Resilience Hub application version.
1515
1525
  #
1516
1526
  # @option params [required, String] :app_arn
1517
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
1518
- # The format for this ARN is:
1527
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
1528
+ # format for this ARN is:
1519
1529
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1520
1530
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1521
1531
  # the *AWS General Reference* guide.
@@ -1525,7 +1535,7 @@ module Aws::ResilienceHub
1525
1535
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
1526
1536
  #
1527
1537
  # @option params [required, String] :app_version
1528
- # The AWS Resilience Hub application version.
1538
+ # The Resilience Hub application version.
1529
1539
  #
1530
1540
  # @return [Types::DescribeAppVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1531
1541
  #
@@ -1560,8 +1570,8 @@ module Aws::ResilienceHub
1560
1570
  # Describes an Application Component in the Resilience Hub application.
1561
1571
  #
1562
1572
  # @option params [required, String] :app_arn
1563
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
1564
- # The format for this ARN is:
1573
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
1574
+ # format for this ARN is:
1565
1575
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1566
1576
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1567
1577
  # the *AWS General Reference* guide.
@@ -1571,7 +1581,7 @@ module Aws::ResilienceHub
1571
1581
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
1572
1582
  #
1573
1583
  # @option params [required, String] :app_version
1574
- # The AWS Resilience Hub application version.
1584
+ # The Resilience Hub application version.
1575
1585
  #
1576
1586
  # @option params [required, String] :id
1577
1587
  # The identifier of the Application Component.
@@ -1625,8 +1635,8 @@ module Aws::ResilienceHub
1625
1635
  # </note>
1626
1636
  #
1627
1637
  # @option params [required, String] :app_arn
1628
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
1629
- # The format for this ARN is:
1638
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
1639
+ # format for this ARN is:
1630
1640
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1631
1641
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1632
1642
  # the *AWS General Reference* guide.
@@ -1636,7 +1646,7 @@ module Aws::ResilienceHub
1636
1646
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
1637
1647
  #
1638
1648
  # @option params [required, String] :app_version
1639
- # The AWS Resilience Hub application version.
1649
+ # The Resilience Hub application version.
1640
1650
  #
1641
1651
  # @option params [String] :aws_account_id
1642
1652
  # The Amazon Web Services account that owns the physical resource.
@@ -1697,12 +1707,14 @@ module Aws::ResilienceHub
1697
1707
  # resp.physical_resource.logical_resource_id.logical_stack_name #=> String
1698
1708
  # resp.physical_resource.logical_resource_id.resource_group_name #=> String
1699
1709
  # resp.physical_resource.logical_resource_id.terraform_source_name #=> String
1710
+ # resp.physical_resource.parent_resource_name #=> String
1700
1711
  # resp.physical_resource.physical_resource_id.aws_account_id #=> String
1701
1712
  # resp.physical_resource.physical_resource_id.aws_region #=> String
1702
1713
  # resp.physical_resource.physical_resource_id.identifier #=> String
1703
1714
  # resp.physical_resource.physical_resource_id.type #=> String, one of "Arn", "Native"
1704
1715
  # resp.physical_resource.resource_name #=> String
1705
1716
  # resp.physical_resource.resource_type #=> String
1717
+ # resp.physical_resource.source_type #=> String, one of "AppTemplate", "Discovered"
1706
1718
  #
1707
1719
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResource AWS API Documentation
1708
1720
  #
@@ -1718,8 +1730,8 @@ module Aws::ResilienceHub
1718
1730
  # current resolution status is returned.
1719
1731
  #
1720
1732
  # @option params [required, String] :app_arn
1721
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
1722
- # The format for this ARN is:
1733
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
1734
+ # format for this ARN is:
1723
1735
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1724
1736
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1725
1737
  # the *AWS General Reference* guide.
@@ -1770,8 +1782,8 @@ module Aws::ResilienceHub
1770
1782
  # Describes details about an Resilience Hub application.
1771
1783
  #
1772
1784
  # @option params [required, String] :app_arn
1773
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
1774
- # The format for this ARN is:
1785
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
1786
+ # format for this ARN is:
1775
1787
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1776
1788
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1777
1789
  # the *AWS General Reference* guide.
@@ -1822,8 +1834,8 @@ module Aws::ResilienceHub
1822
1834
  # </note>
1823
1835
  #
1824
1836
  # @option params [required, String] :app_arn
1825
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
1826
- # The format for this ARN is:
1837
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
1838
+ # format for this ARN is:
1827
1839
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1828
1840
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1829
1841
  # the *AWS General Reference* guide.
@@ -1923,8 +1935,8 @@ module Aws::ResilienceHub
1923
1935
  # [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html
1924
1936
  #
1925
1937
  # @option params [required, String] :app_arn
1926
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
1927
- # The format for this ARN is:
1938
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
1939
+ # format for this ARN is:
1928
1940
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
1929
1941
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
1930
1942
  # the *AWS General Reference* guide.
@@ -2066,8 +2078,8 @@ module Aws::ResilienceHub
2066
2078
  # request parameters to refine the results for the response object.
2067
2079
  #
2068
2080
  # @option params [String] :app_arn
2069
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
2070
- # The format for this ARN is:
2081
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
2082
+ # format for this ARN is:
2071
2083
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2072
2084
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2073
2085
  # the *AWS General Reference* guide.
@@ -2316,8 +2328,8 @@ module Aws::ResilienceHub
2316
2328
  # [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html
2317
2329
  #
2318
2330
  # @option params [required, String] :app_arn
2319
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
2320
- # The format for this ARN is:
2331
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
2332
+ # format for this ARN is:
2321
2333
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2322
2334
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2323
2335
  # the *AWS General Reference* guide.
@@ -2327,7 +2339,7 @@ module Aws::ResilienceHub
2327
2339
  # [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
2328
2340
  #
2329
2341
  # @option params [required, String] :app_version
2330
- # The AWS Resilience Hub application version.
2342
+ # The Resilience Hub application version.
2331
2343
  #
2332
2344
  # @option params [Integer] :max_results
2333
2345
  # Maximum number of input sources to be displayed per Resilience Hub
@@ -2378,8 +2390,8 @@ module Aws::ResilienceHub
2378
2390
  # application.
2379
2391
  #
2380
2392
  # @option params [required, String] :app_arn
2381
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
2382
- # The format for this ARN is:
2393
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
2394
+ # format for this ARN is:
2383
2395
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2384
2396
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2385
2397
  # the *AWS General Reference* guide.
@@ -2392,7 +2404,7 @@ module Aws::ResilienceHub
2392
2404
  # The version of the Application Component.
2393
2405
  #
2394
2406
  # @option params [Integer] :max_results
2395
- # Maximum number of Application Components to be displayed per AWS
2407
+ # Maximum number of Application Components to be displayed per
2396
2408
  # Resilience Hub application version.
2397
2409
  #
2398
2410
  # @option params [String] :next_token
@@ -2444,8 +2456,8 @@ module Aws::ResilienceHub
2444
2456
  # stacks, resource-groups, or an application registry app.
2445
2457
  #
2446
2458
  # @option params [required, String] :app_arn
2447
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
2448
- # The format for this ARN is:
2459
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
2460
+ # format for this ARN is:
2449
2461
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2450
2462
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2451
2463
  # the *AWS General Reference* guide.
@@ -2511,8 +2523,8 @@ module Aws::ResilienceHub
2511
2523
  # Lists all the resources in an Resilience Hub application.
2512
2524
  #
2513
2525
  # @option params [required, String] :app_arn
2514
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
2515
- # The format for this ARN is:
2526
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
2527
+ # format for this ARN is:
2516
2528
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2517
2529
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2518
2530
  # the *AWS General Reference* guide.
@@ -2575,12 +2587,14 @@ module Aws::ResilienceHub
2575
2587
  # resp.physical_resources[0].logical_resource_id.logical_stack_name #=> String
2576
2588
  # resp.physical_resources[0].logical_resource_id.resource_group_name #=> String
2577
2589
  # resp.physical_resources[0].logical_resource_id.terraform_source_name #=> String
2590
+ # resp.physical_resources[0].parent_resource_name #=> String
2578
2591
  # resp.physical_resources[0].physical_resource_id.aws_account_id #=> String
2579
2592
  # resp.physical_resources[0].physical_resource_id.aws_region #=> String
2580
2593
  # resp.physical_resources[0].physical_resource_id.identifier #=> String
2581
2594
  # resp.physical_resources[0].physical_resource_id.type #=> String, one of "Arn", "Native"
2582
2595
  # resp.physical_resources[0].resource_name #=> String
2583
2596
  # resp.physical_resources[0].resource_type #=> String
2597
+ # resp.physical_resources[0].source_type #=> String, one of "AppTemplate", "Discovered"
2584
2598
  # resp.resolution_id #=> String
2585
2599
  #
2586
2600
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionResources AWS API Documentation
@@ -2595,8 +2609,8 @@ module Aws::ResilienceHub
2595
2609
  # Lists the different versions for the Resilience Hub applications.
2596
2610
  #
2597
2611
  # @option params [required, String] :app_arn
2598
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
2599
- # The format for this ARN is:
2612
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
2613
+ # format for this ARN is:
2600
2614
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2601
2615
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2602
2616
  # the *AWS General Reference* guide.
@@ -2657,8 +2671,8 @@ module Aws::ResilienceHub
2657
2671
  # </note>
2658
2672
  #
2659
2673
  # @option params [String] :app_arn
2660
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
2661
- # The format for this ARN is:
2674
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
2675
+ # format for this ARN is:
2662
2676
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
2663
2677
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
2664
2678
  # the *AWS General Reference* guide.
@@ -3084,8 +3098,8 @@ module Aws::ResilienceHub
3084
3098
  # Hub.
3085
3099
  #
3086
3100
  # @option params [required, String] :app_arn
3087
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
3088
- # The format for this ARN is:
3101
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
3102
+ # format for this ARN is:
3089
3103
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3090
3104
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3091
3105
  # the *AWS General Reference* guide.
@@ -3157,8 +3171,8 @@ module Aws::ResilienceHub
3157
3171
  # Publishes a new version of a specific Resilience Hub application.
3158
3172
  #
3159
3173
  # @option params [required, String] :app_arn
3160
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
3161
- # The format for this ARN is:
3174
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
3175
+ # format for this ARN is:
3162
3176
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3163
3177
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3164
3178
  # the *AWS General Reference* guide.
@@ -3196,8 +3210,8 @@ module Aws::ResilienceHub
3196
3210
  # draft version.
3197
3211
  #
3198
3212
  # @option params [required, String] :app_arn
3199
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
3200
- # The format for this ARN is:
3213
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
3214
+ # format for this ARN is:
3201
3215
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3202
3216
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3203
3217
  # the *AWS General Reference* guide.
@@ -3215,7 +3229,7 @@ module Aws::ResilienceHub
3215
3229
  #
3216
3230
  # * <b> <code>resources</code> </b>
3217
3231
  #
3218
- # The list of logical resources that needs to be included in the
3232
+ # The list of logical resources that must be included in the
3219
3233
  # Resilience Hub application.
3220
3234
  #
3221
3235
  # Type: Array
@@ -3259,6 +3273,18 @@ module Aws::ResilienceHub
3259
3273
  #
3260
3274
  # Type: String
3261
3275
  #
3276
+ # * `eksSourceName`
3277
+ #
3278
+ # The name of the Amazon Elastic Kubernetes Service cluster and
3279
+ # namespace this resource belongs to.
3280
+ #
3281
+ # <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
3282
+ # format.
3283
+ #
3284
+ # </note>
3285
+ #
3286
+ # Type: String
3287
+ #
3262
3288
  # * <i> <code>type</code> </i>
3263
3289
  #
3264
3290
  # The type of resource.
@@ -3273,8 +3299,10 @@ module Aws::ResilienceHub
3273
3299
  #
3274
3300
  # * `additionalInfo`
3275
3301
  #
3276
- # Additional configuration parameters for an AWS Resilience Hub
3277
- # application.
3302
+ # Additional configuration parameters for an Resilience Hub
3303
+ # application. If you want to implement `additionalInfo` through the
3304
+ # Resilience Hub console rather than using an API call, see
3305
+ # [Configure the application configuration parameters][1].
3278
3306
  #
3279
3307
  # <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
3280
3308
  # format) of only one failover region and one associated account.
@@ -3289,7 +3317,7 @@ module Aws::ResilienceHub
3289
3317
  # * <b> <code>appComponents</code> </b>
3290
3318
  #
3291
3319
  # The list of Application Components that this resource belongs to. If
3292
- # an Application Component is not part of the AWS Resilience Hub
3320
+ # an Application Component is not part of the Resilience Hub
3293
3321
  # application, it will be added.
3294
3322
  #
3295
3323
  # Type: Array
@@ -3306,7 +3334,7 @@ module Aws::ResilienceHub
3306
3334
  #
3307
3335
  # The type of Application Component. For more information about the
3308
3336
  # types of Application Component, see [Grouping resources in an
3309
- # AppComponent][1].
3337
+ # AppComponent][2].
3310
3338
  #
3311
3339
  # Type: String
3312
3340
  #
@@ -3319,8 +3347,10 @@ module Aws::ResilienceHub
3319
3347
  #
3320
3348
  # * `additionalInfo`
3321
3349
  #
3322
- # Additional configuration parameters for an AWS Resilience Hub
3323
- # application.
3350
+ # Additional configuration parameters for an Resilience Hub
3351
+ # application. If you want to implement `additionalInfo` through the
3352
+ # Resilience Hub console rather than using an API call, see
3353
+ # [Configure the application configuration parameters][1].
3324
3354
  #
3325
3355
  # <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
3326
3356
  # format) of only one failover region and one associated account.
@@ -3359,6 +3389,8 @@ module Aws::ResilienceHub
3359
3389
  #
3360
3390
  # * `terraformSourceName`
3361
3391
  #
3392
+ # * `eksSourceName`
3393
+ #
3362
3394
  # </note>
3363
3395
  #
3364
3396
  # Each `logicalResourceIds` object includes the following fields:
@@ -3388,14 +3420,28 @@ module Aws::ResilienceHub
3388
3420
  #
3389
3421
  # Type: String
3390
3422
  #
3423
+ # * `eksSourceName`
3424
+ #
3425
+ # The name of the Amazon Elastic Kubernetes Service cluster and
3426
+ # namespace this resource belongs to.
3427
+ #
3428
+ # <note markdown="1"> This parameter accepts values in "eks-cluster/namespace"
3429
+ # format.
3430
+ #
3431
+ # </note>
3432
+ #
3433
+ # Type: String
3434
+ #
3391
3435
  # * <b> <code>version</code> </b>
3392
3436
  #
3393
- # The AWS Resilience Hub application version.
3437
+ # The Resilience Hub application version.
3394
3438
  #
3395
3439
  # * `additionalInfo`
3396
3440
  #
3397
- # Additional configuration parameters for an AWS Resilience Hub
3398
- # application.
3441
+ # Additional configuration parameters for an Resilience Hub
3442
+ # application. If you want to implement `additionalInfo` through the
3443
+ # Resilience Hub console rather than using an API call, see [Configure
3444
+ # the application configuration parameters][1].
3399
3445
  #
3400
3446
  # <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
3401
3447
  # format) of only one failover region and one associated account.
@@ -3409,7 +3455,8 @@ module Aws::ResilienceHub
3409
3455
  #
3410
3456
  #
3411
3457
  #
3412
- # [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
3458
+ # [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
3459
+ # [2]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
3413
3460
  #
3414
3461
  # @return [Types::PutDraftAppVersionTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3415
3462
  #
@@ -3440,8 +3487,8 @@ module Aws::ResilienceHub
3440
3487
  # Removes resource mappings from a draft application version.
3441
3488
  #
3442
3489
  # @option params [required, String] :app_arn
3443
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
3444
- # The format for this ARN is:
3490
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
3491
+ # format for this ARN is:
3445
3492
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3446
3493
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3447
3494
  # the *AWS General Reference* guide.
@@ -3512,8 +3559,8 @@ module Aws::ResilienceHub
3512
3559
  # Resolves the resources for an application version.
3513
3560
  #
3514
3561
  # @option params [required, String] :app_arn
3515
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
3516
- # The format for this ARN is:
3562
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
3563
+ # format for this ARN is:
3517
3564
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3518
3565
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3519
3566
  # the *AWS General Reference* guide.
@@ -3558,8 +3605,8 @@ module Aws::ResilienceHub
3558
3605
  # Creates a new application assessment for an application.
3559
3606
  #
3560
3607
  # @option params [required, String] :app_arn
3561
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
3562
- # The format for this ARN is:
3608
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
3609
+ # format for this ARN is:
3563
3610
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3564
3611
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3565
3612
  # the *AWS General Reference* guide.
@@ -3719,8 +3766,8 @@ module Aws::ResilienceHub
3719
3766
  # Updates an application.
3720
3767
  #
3721
3768
  # @option params [required, String] :app_arn
3722
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
3723
- # The format for this ARN is:
3769
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
3770
+ # format for this ARN is:
3724
3771
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3725
3772
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3726
3773
  # the *AWS General Reference* guide.
@@ -3797,8 +3844,10 @@ module Aws::ResilienceHub
3797
3844
  # </note>
3798
3845
  #
3799
3846
  # @option params [Hash<String,Array>] :additional_info
3800
- # Additional configuration parameters for an AWS Resilience Hub
3801
- # application.
3847
+ # Additional configuration parameters for an Resilience Hub application.
3848
+ # If you want to implement `additionalInfo` through the Resilience Hub
3849
+ # console rather than using an API call, see [Configure the application
3850
+ # configuration parameters][1].
3802
3851
  #
3803
3852
  # <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
3804
3853
  # format) of only one failover region and one associated account.
@@ -3810,9 +3859,13 @@ module Aws::ResilienceHub
3810
3859
  #
3811
3860
  # </note>
3812
3861
  #
3862
+ #
3863
+ #
3864
+ # [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html
3865
+ #
3813
3866
  # @option params [required, String] :app_arn
3814
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
3815
- # The format for this ARN is:
3867
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
3868
+ # format for this ARN is:
3816
3869
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3817
3870
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3818
3871
  # the *AWS General Reference* guide.
@@ -3867,8 +3920,8 @@ module Aws::ResilienceHub
3867
3920
  # Application Components.
3868
3921
  #
3869
3922
  # @option params [required, String] :app_arn
3870
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
3871
- # The format for this ARN is:
3923
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
3924
+ # format for this ARN is:
3872
3925
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3873
3926
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3874
3927
  # the *AWS General Reference* guide.
@@ -3948,8 +4001,8 @@ module Aws::ResilienceHub
3948
4001
  # Currently, there is no supported additional information for resources.
3949
4002
  #
3950
4003
  # @option params [required, String] :app_arn
3951
- # The Amazon Resource Name (ARN) of the AWS Resilience Hub application.
3952
- # The format for this ARN is:
4004
+ # The Amazon Resource Name (ARN) of the Resilience Hub application. The
4005
+ # format for this ARN is:
3953
4006
  # arn:`partition`:resiliencehub:`region`:`account`:app/`app-id`. For
3954
4007
  # more information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
3955
4008
  # the *AWS General Reference* guide.
@@ -3960,7 +4013,7 @@ module Aws::ResilienceHub
3960
4013
  #
3961
4014
  # @option params [Array<String>] :app_components
3962
4015
  # The list of Application Components that this resource belongs to. If
3963
- # an Application Component is not part of the AWS Resilience Hub
4016
+ # an Application Component is not part of the Resilience Hub
3964
4017
  # application, it will be added.
3965
4018
  #
3966
4019
  # @option params [String] :aws_account_id
@@ -4039,12 +4092,14 @@ module Aws::ResilienceHub
4039
4092
  # resp.physical_resource.logical_resource_id.logical_stack_name #=> String
4040
4093
  # resp.physical_resource.logical_resource_id.resource_group_name #=> String
4041
4094
  # resp.physical_resource.logical_resource_id.terraform_source_name #=> String
4095
+ # resp.physical_resource.parent_resource_name #=> String
4042
4096
  # resp.physical_resource.physical_resource_id.aws_account_id #=> String
4043
4097
  # resp.physical_resource.physical_resource_id.aws_region #=> String
4044
4098
  # resp.physical_resource.physical_resource_id.identifier #=> String
4045
4099
  # resp.physical_resource.physical_resource_id.type #=> String, one of "Arn", "Native"
4046
4100
  # resp.physical_resource.resource_name #=> String
4047
4101
  # resp.physical_resource.resource_type #=> String
4102
+ # resp.physical_resource.source_type #=> String, one of "AppTemplate", "Discovered"
4048
4103
  #
4049
4104
  # @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionResource AWS API Documentation
4050
4105
  #
@@ -4143,7 +4198,7 @@ module Aws::ResilienceHub
4143
4198
  params: params,
4144
4199
  config: config)
4145
4200
  context[:gem_name] = 'aws-sdk-resiliencehub'
4146
- context[:gem_version] = '1.11.0'
4201
+ context[:gem_version] = '1.13.0'
4147
4202
  Seahorse::Client::Request.new(handlers, context)
4148
4203
  end
4149
4204