aws-sdk-resiliencehub 1.9.0 → 1.10.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 +1421 -154
- data/lib/aws-sdk-resiliencehub/client_api.rb +410 -0
- data/lib/aws-sdk-resiliencehub/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-resiliencehub/endpoints.rb +182 -0
- data/lib/aws-sdk-resiliencehub/plugins/endpoints.rb +26 -0
- data/lib/aws-sdk-resiliencehub/types.rb +1775 -340
- data/lib/aws-sdk-resiliencehub.rb +1 -1
- metadata +2 -2
@@ -26,11 +26,11 @@ module Aws::ResilienceHub
|
|
26
26
|
end
|
27
27
|
|
28
28
|
# @!attribute [rw] app_arn
|
29
|
-
# The Amazon Resource Name (ARN) of the
|
30
|
-
# this ARN is:
|
29
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
30
|
+
# application. The format for this ARN is:
|
31
31
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
32
32
|
# For more information about ARNs, see [ Amazon Resource Names
|
33
|
-
# (ARNs)][1] in the *AWS General Reference
|
33
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
34
34
|
#
|
35
35
|
#
|
36
36
|
#
|
@@ -56,11 +56,11 @@ module Aws::ResilienceHub
|
|
56
56
|
end
|
57
57
|
|
58
58
|
# @!attribute [rw] app_arn
|
59
|
-
# The Amazon Resource Name (ARN) of the
|
60
|
-
# this ARN is:
|
59
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
60
|
+
# application. The format for this ARN is:
|
61
61
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
62
62
|
# For more information about ARNs, see [ Amazon Resource Names
|
63
|
-
# (ARNs)][1] in the *AWS General Reference
|
63
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
64
64
|
#
|
65
65
|
#
|
66
66
|
#
|
@@ -93,7 +93,7 @@ module Aws::ResilienceHub
|
|
93
93
|
# Defines a recommendation for a CloudWatch alarm.
|
94
94
|
#
|
95
95
|
# @!attribute [rw] app_component_name
|
96
|
-
# The
|
96
|
+
# The Application Component for the CloudWatch alarm recommendation.
|
97
97
|
# @return [String]
|
98
98
|
#
|
99
99
|
# @!attribute [rw] description
|
@@ -139,14 +139,14 @@ module Aws::ResilienceHub
|
|
139
139
|
include Aws::Structure
|
140
140
|
end
|
141
141
|
|
142
|
-
# Defines
|
142
|
+
# Defines an AWS Resilience Hub application.
|
143
143
|
#
|
144
144
|
# @!attribute [rw] app_arn
|
145
|
-
# The Amazon Resource Name (ARN) of the
|
146
|
-
# this ARN is:
|
145
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
146
|
+
# application. The format for this ARN is:
|
147
147
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
148
148
|
# For more information about ARNs, see [ Amazon Resource Names
|
149
|
-
# (ARNs)][1] in the *AWS General Reference
|
149
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
150
150
|
#
|
151
151
|
#
|
152
152
|
#
|
@@ -186,7 +186,7 @@ module Aws::ResilienceHub
|
|
186
186
|
# for this ARN is:
|
187
187
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:resiliency-policy/`policy-id`.
|
188
188
|
# For more information about ARNs, see [ Amazon Resource Names
|
189
|
-
# (ARNs)][1] in the *AWS General Reference
|
189
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
190
190
|
#
|
191
191
|
#
|
192
192
|
#
|
@@ -229,11 +229,11 @@ 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
|
-
# this ARN is:
|
232
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
233
|
+
# application. The format for this ARN is:
|
234
234
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
235
235
|
# For more information about ARNs, see [ Amazon Resource Names
|
236
|
-
# (ARNs)][1] in the *AWS General Reference
|
236
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
237
237
|
#
|
238
238
|
#
|
239
239
|
#
|
@@ -249,7 +249,7 @@ module Aws::ResilienceHub
|
|
249
249
|
# this ARN is:
|
250
250
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
251
251
|
# For more information about ARNs, see [ Amazon Resource Names
|
252
|
-
# (ARNs)][1] in the *AWS General Reference
|
252
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
253
253
|
#
|
254
254
|
#
|
255
255
|
#
|
@@ -337,11 +337,11 @@ 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
|
-
# this ARN is:
|
340
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
341
|
+
# application. The format for this ARN is:
|
342
342
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
343
343
|
# For more information about ARNs, see [ Amazon Resource Names
|
344
|
-
# (ARNs)][1] in the *AWS General Reference
|
344
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
345
345
|
#
|
346
346
|
#
|
347
347
|
#
|
@@ -357,7 +357,7 @@ module Aws::ResilienceHub
|
|
357
357
|
# this ARN is:
|
358
358
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
359
359
|
# For more information about ARNs, see [ Amazon Resource Names
|
360
|
-
# (ARNs)][1] in the *AWS General Reference
|
360
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
361
361
|
#
|
362
362
|
#
|
363
363
|
#
|
@@ -419,34 +419,55 @@ module Aws::ResilienceHub
|
|
419
419
|
include Aws::Structure
|
420
420
|
end
|
421
421
|
|
422
|
-
# Defines an
|
422
|
+
# Defines an Application Component.
|
423
|
+
#
|
424
|
+
# @!attribute [rw] additional_info
|
425
|
+
# Additional configuration parameters for an AWS Resilience Hub
|
426
|
+
# application.
|
427
|
+
#
|
428
|
+
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
429
|
+
# format) of only one failover region and one associated account.
|
430
|
+
#
|
431
|
+
# Key: `"failover-regions"`
|
432
|
+
#
|
433
|
+
# Value: `"[\{"region":"<REGION>",
|
434
|
+
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
435
|
+
#
|
436
|
+
# </note>
|
437
|
+
# @return [Hash<String,Array<String>>]
|
438
|
+
#
|
439
|
+
# @!attribute [rw] id
|
440
|
+
# Unique identifier of the Application Component.
|
441
|
+
# @return [String]
|
423
442
|
#
|
424
443
|
# @!attribute [rw] name
|
425
|
-
# The name of the
|
444
|
+
# The name of the Application Component.
|
426
445
|
# @return [String]
|
427
446
|
#
|
428
447
|
# @!attribute [rw] type
|
429
|
-
# The type of
|
448
|
+
# The type of Application Component.
|
430
449
|
# @return [String]
|
431
450
|
#
|
432
451
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AppComponent AWS API Documentation
|
433
452
|
#
|
434
453
|
class AppComponent < Struct.new(
|
454
|
+
:additional_info,
|
455
|
+
:id,
|
435
456
|
:name,
|
436
457
|
:type)
|
437
458
|
SENSITIVE = []
|
438
459
|
include Aws::Structure
|
439
460
|
end
|
440
461
|
|
441
|
-
# Defines the compliance of an
|
462
|
+
# Defines the compliance of an Application Component against the
|
442
463
|
# resiliency policy.
|
443
464
|
#
|
444
465
|
# @!attribute [rw] app_component_name
|
445
|
-
# The name of the
|
466
|
+
# The name of the Application Component.
|
446
467
|
# @return [String]
|
447
468
|
#
|
448
469
|
# @!attribute [rw] compliance
|
449
|
-
# The compliance of the
|
470
|
+
# The compliance of the Application Component against the resiliency
|
450
471
|
# policy.
|
451
472
|
# @return [Hash<String,Types::DisruptionCompliance>]
|
452
473
|
#
|
@@ -479,14 +500,54 @@ module Aws::ResilienceHub
|
|
479
500
|
include Aws::Structure
|
480
501
|
end
|
481
502
|
|
503
|
+
# The list of AWS Resilience Hub application input sources.
|
504
|
+
#
|
505
|
+
# @!attribute [rw] import_type
|
506
|
+
# The resource type of the input source.
|
507
|
+
# @return [String]
|
508
|
+
#
|
509
|
+
# @!attribute [rw] resource_count
|
510
|
+
# The number of resources that were imported.
|
511
|
+
# @return [Integer]
|
512
|
+
#
|
513
|
+
# @!attribute [rw] source_arn
|
514
|
+
# The Amazon Resource Name (ARN) of the input source. For more
|
515
|
+
# information about ARNs, see [ Amazon Resource Names (ARNs)][1] in
|
516
|
+
# the *AWS General Reference* guide.
|
517
|
+
#
|
518
|
+
#
|
519
|
+
#
|
520
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
521
|
+
# @return [String]
|
522
|
+
#
|
523
|
+
# @!attribute [rw] source_name
|
524
|
+
# The name of the input source.
|
525
|
+
# @return [String]
|
526
|
+
#
|
527
|
+
# @!attribute [rw] terraform_source
|
528
|
+
# The name of the Terraform s3 state file.
|
529
|
+
# @return [Types::TerraformSource]
|
530
|
+
#
|
531
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/AppInputSource AWS API Documentation
|
532
|
+
#
|
533
|
+
class AppInputSource < Struct.new(
|
534
|
+
:import_type,
|
535
|
+
:resource_count,
|
536
|
+
:source_arn,
|
537
|
+
:source_name,
|
538
|
+
:terraform_source)
|
539
|
+
SENSITIVE = []
|
540
|
+
include Aws::Structure
|
541
|
+
end
|
542
|
+
|
482
543
|
# Defines an application summary.
|
483
544
|
#
|
484
545
|
# @!attribute [rw] app_arn
|
485
|
-
# The Amazon Resource Name (ARN) of the
|
486
|
-
# this ARN is:
|
546
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
547
|
+
# application. The format for this ARN is:
|
487
548
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
488
549
|
# For more information about ARNs, see [ Amazon Resource Names
|
489
|
-
# (ARNs)][1] in the *AWS General Reference
|
550
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
490
551
|
#
|
491
552
|
#
|
492
553
|
#
|
@@ -550,12 +611,12 @@ module Aws::ResilienceHub
|
|
550
611
|
include Aws::Structure
|
551
612
|
end
|
552
613
|
|
553
|
-
# Defines recommendations for
|
554
|
-
# returned as an object. This object contains component
|
555
|
-
# configuration recommendations, and recommendation statuses.
|
614
|
+
# Defines recommendations for an AWS Resilience Hub Application
|
615
|
+
# Component, returned as an object. This object contains component
|
616
|
+
# names, configuration recommendations, and recommendation statuses.
|
556
617
|
#
|
557
618
|
# @!attribute [rw] app_component_name
|
558
|
-
# The name of the
|
619
|
+
# The name of the Application Component.
|
559
620
|
# @return [String]
|
560
621
|
#
|
561
622
|
# @!attribute [rw] config_recommendations
|
@@ -579,7 +640,7 @@ module Aws::ResilienceHub
|
|
579
640
|
# Defines a configuration recommendation.
|
580
641
|
#
|
581
642
|
# @!attribute [rw] app_component_name
|
582
|
-
# The
|
643
|
+
# The name of the Application Component.
|
583
644
|
# @return [String]
|
584
645
|
#
|
585
646
|
# @!attribute [rw] compliance
|
@@ -637,11 +698,11 @@ module Aws::ResilienceHub
|
|
637
698
|
include Aws::Structure
|
638
699
|
end
|
639
700
|
|
640
|
-
#
|
641
|
-
# This generally occurs when the previous write did not
|
642
|
-
# propagate to the host serving the current request. A
|
643
|
-
# appropriate backoff logic) is the recommended response to
|
644
|
-
# exception.
|
701
|
+
# This exception occurs when a conflict with a previous successful write
|
702
|
+
# is detected. This generally occurs when the previous write did not
|
703
|
+
# have time to propagate to the host serving the current request. A
|
704
|
+
# retry (with appropriate backoff logic) is the recommended response to
|
705
|
+
# this exception.
|
645
706
|
#
|
646
707
|
# @!attribute [rw] message
|
647
708
|
# @return [String]
|
@@ -714,7 +775,7 @@ module Aws::ResilienceHub
|
|
714
775
|
# for this ARN is:
|
715
776
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:resiliency-policy/`policy-id`.
|
716
777
|
# For more information about ARNs, see [ Amazon Resource Names
|
717
|
-
# (ARNs)][1] in the *AWS General Reference
|
778
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
718
779
|
#
|
719
780
|
#
|
720
781
|
#
|
@@ -754,12 +815,204 @@ module Aws::ResilienceHub
|
|
754
815
|
include Aws::Structure
|
755
816
|
end
|
756
817
|
|
818
|
+
# @!attribute [rw] additional_info
|
819
|
+
# Currently, there is no supported additional information for
|
820
|
+
# Application Components.
|
821
|
+
# @return [Hash<String,Array<String>>]
|
822
|
+
#
|
823
|
+
# @!attribute [rw] app_arn
|
824
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
825
|
+
# application. The format for this ARN is:
|
826
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
827
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
828
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
829
|
+
#
|
830
|
+
#
|
831
|
+
#
|
832
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
833
|
+
# @return [String]
|
834
|
+
#
|
835
|
+
# @!attribute [rw] client_token
|
836
|
+
# Used for an idempotency token. A client token is a unique,
|
837
|
+
# case-sensitive string of up to 64 ASCII characters. You should not
|
838
|
+
# reuse the same client token for other API requests.
|
839
|
+
#
|
840
|
+
# **A suitable default value is auto-generated.** You should normally
|
841
|
+
# not need to pass this option.
|
842
|
+
# @return [String]
|
843
|
+
#
|
844
|
+
# @!attribute [rw] id
|
845
|
+
# The identifier of the Application Component.
|
846
|
+
# @return [String]
|
847
|
+
#
|
848
|
+
# @!attribute [rw] name
|
849
|
+
# The name of the Application Component.
|
850
|
+
# @return [String]
|
851
|
+
#
|
852
|
+
# @!attribute [rw] type
|
853
|
+
# The type of Application Component. For more information about the
|
854
|
+
# types of Application Component, see [Grouping resources in an
|
855
|
+
# AppComponent][1].
|
856
|
+
#
|
857
|
+
#
|
858
|
+
#
|
859
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
|
860
|
+
# @return [String]
|
861
|
+
#
|
862
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionAppComponentRequest AWS API Documentation
|
863
|
+
#
|
864
|
+
class CreateAppVersionAppComponentRequest < Struct.new(
|
865
|
+
:additional_info,
|
866
|
+
:app_arn,
|
867
|
+
:client_token,
|
868
|
+
:id,
|
869
|
+
:name,
|
870
|
+
:type)
|
871
|
+
SENSITIVE = []
|
872
|
+
include Aws::Structure
|
873
|
+
end
|
874
|
+
|
875
|
+
# @!attribute [rw] app_arn
|
876
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
877
|
+
# application. The format for this ARN is:
|
878
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
879
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
880
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
881
|
+
#
|
882
|
+
#
|
883
|
+
#
|
884
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
885
|
+
# @return [String]
|
886
|
+
#
|
887
|
+
# @!attribute [rw] app_component
|
888
|
+
# Defines an Application Component.
|
889
|
+
# @return [Types::AppComponent]
|
890
|
+
#
|
891
|
+
# @!attribute [rw] app_version
|
892
|
+
# The AWS Resilience Hub application version.
|
893
|
+
# @return [String]
|
894
|
+
#
|
895
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionAppComponentResponse AWS API Documentation
|
896
|
+
#
|
897
|
+
class CreateAppVersionAppComponentResponse < Struct.new(
|
898
|
+
:app_arn,
|
899
|
+
:app_component,
|
900
|
+
:app_version)
|
901
|
+
SENSITIVE = []
|
902
|
+
include Aws::Structure
|
903
|
+
end
|
904
|
+
|
905
|
+
# @!attribute [rw] additional_info
|
906
|
+
# Currently, there is no supported additional information for
|
907
|
+
# resources.
|
908
|
+
# @return [Hash<String,Array<String>>]
|
909
|
+
#
|
910
|
+
# @!attribute [rw] app_arn
|
911
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
912
|
+
# application. The format for this ARN is:
|
913
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
914
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
915
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
916
|
+
#
|
917
|
+
#
|
918
|
+
#
|
919
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
920
|
+
# @return [String]
|
921
|
+
#
|
922
|
+
# @!attribute [rw] app_components
|
923
|
+
# The list of Application Components that this resource belongs to. If
|
924
|
+
# an Application Component is not part of the AWS Resilience Hub
|
925
|
+
# application, it will be added.
|
926
|
+
# @return [Array<String>]
|
927
|
+
#
|
928
|
+
# @!attribute [rw] aws_account_id
|
929
|
+
# The Amazon Web Services account that owns the physical resource.
|
930
|
+
# @return [String]
|
931
|
+
#
|
932
|
+
# @!attribute [rw] aws_region
|
933
|
+
# The Amazon Web Services region that owns the physical resource.
|
934
|
+
# @return [String]
|
935
|
+
#
|
936
|
+
# @!attribute [rw] client_token
|
937
|
+
# Used for an idempotency token. A client token is a unique,
|
938
|
+
# case-sensitive string of up to 64 ASCII characters. You should not
|
939
|
+
# reuse the same client token for other API requests.
|
940
|
+
#
|
941
|
+
# **A suitable default value is auto-generated.** You should normally
|
942
|
+
# not need to pass this option.
|
943
|
+
# @return [String]
|
944
|
+
#
|
945
|
+
# @!attribute [rw] logical_resource_id
|
946
|
+
# The logical identifier of the resource.
|
947
|
+
# @return [Types::LogicalResourceId]
|
948
|
+
#
|
949
|
+
# @!attribute [rw] physical_resource_id
|
950
|
+
# The physical identifier of the resource.
|
951
|
+
# @return [String]
|
952
|
+
#
|
953
|
+
# @!attribute [rw] resource_name
|
954
|
+
# The name of the resource.
|
955
|
+
# @return [String]
|
956
|
+
#
|
957
|
+
# @!attribute [rw] resource_type
|
958
|
+
# The type of resource.
|
959
|
+
# @return [String]
|
960
|
+
#
|
961
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionResourceRequest AWS API Documentation
|
962
|
+
#
|
963
|
+
class CreateAppVersionResourceRequest < Struct.new(
|
964
|
+
:additional_info,
|
965
|
+
:app_arn,
|
966
|
+
:app_components,
|
967
|
+
:aws_account_id,
|
968
|
+
:aws_region,
|
969
|
+
:client_token,
|
970
|
+
:logical_resource_id,
|
971
|
+
:physical_resource_id,
|
972
|
+
:resource_name,
|
973
|
+
:resource_type)
|
974
|
+
SENSITIVE = []
|
975
|
+
include Aws::Structure
|
976
|
+
end
|
977
|
+
|
978
|
+
# @!attribute [rw] app_arn
|
979
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
980
|
+
# application. The format for this ARN is:
|
981
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
982
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
983
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
984
|
+
#
|
985
|
+
#
|
986
|
+
#
|
987
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
988
|
+
# @return [String]
|
989
|
+
#
|
990
|
+
# @!attribute [rw] app_version
|
991
|
+
# The AWS Resilience Hub application version.
|
992
|
+
# @return [String]
|
993
|
+
#
|
994
|
+
# @!attribute [rw] physical_resource
|
995
|
+
# Defines a physical resource. A physical resource is a resource that
|
996
|
+
# exists in your account. It can be identified using an Amazon
|
997
|
+
# Resource Name (ARN) or a Resilience Hub-native identifier.
|
998
|
+
# @return [Types::PhysicalResource]
|
999
|
+
#
|
1000
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/CreateAppVersionResourceResponse AWS API Documentation
|
1001
|
+
#
|
1002
|
+
class CreateAppVersionResourceResponse < Struct.new(
|
1003
|
+
:app_arn,
|
1004
|
+
:app_version,
|
1005
|
+
:physical_resource)
|
1006
|
+
SENSITIVE = []
|
1007
|
+
include Aws::Structure
|
1008
|
+
end
|
1009
|
+
|
757
1010
|
# @!attribute [rw] assessment_arn
|
758
1011
|
# The Amazon Resource Name (ARN) of the assessment. The format for
|
759
1012
|
# this ARN is:
|
760
1013
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
761
1014
|
# For more information about ARNs, see [ Amazon Resource Names
|
762
|
-
# (ARNs)][1] in the *AWS General Reference
|
1015
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
763
1016
|
#
|
764
1017
|
#
|
765
1018
|
#
|
@@ -924,7 +1177,7 @@ module Aws::ResilienceHub
|
|
924
1177
|
# this ARN is:
|
925
1178
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
926
1179
|
# For more information about ARNs, see [ Amazon Resource Names
|
927
|
-
# (ARNs)][1] in the *AWS General Reference
|
1180
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
928
1181
|
#
|
929
1182
|
#
|
930
1183
|
#
|
@@ -954,7 +1207,7 @@ module Aws::ResilienceHub
|
|
954
1207
|
# this ARN is:
|
955
1208
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
956
1209
|
# For more information about ARNs, see [ Amazon Resource Names
|
957
|
-
# (ARNs)][1] in the *AWS General Reference
|
1210
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
958
1211
|
#
|
959
1212
|
#
|
960
1213
|
#
|
@@ -975,11 +1228,11 @@ module Aws::ResilienceHub
|
|
975
1228
|
end
|
976
1229
|
|
977
1230
|
# @!attribute [rw] app_arn
|
978
|
-
# The Amazon Resource Name (ARN) of the
|
979
|
-
# this ARN is:
|
1231
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1232
|
+
# application. The format for this ARN is:
|
980
1233
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
981
1234
|
# For more information about ARNs, see [ Amazon Resource Names
|
982
|
-
# (ARNs)][1] in the *AWS General Reference
|
1235
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
983
1236
|
#
|
984
1237
|
#
|
985
1238
|
#
|
@@ -995,41 +1248,71 @@ module Aws::ResilienceHub
|
|
995
1248
|
# not need to pass this option.
|
996
1249
|
# @return [String]
|
997
1250
|
#
|
998
|
-
# @!attribute [rw]
|
999
|
-
#
|
1000
|
-
# application.
|
1001
|
-
#
|
1251
|
+
# @!attribute [rw] source_arn
|
1252
|
+
# The Amazon Resource Name (ARN) of the imported resource you want to
|
1253
|
+
# remove from the AWS Resilience Hub application. For more information
|
1254
|
+
# about ARNs, see [ Amazon Resource Names (ARNs)][1] in the *AWS
|
1255
|
+
# General Reference* guide.
|
1002
1256
|
#
|
1003
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppRequest AWS API Documentation
|
1004
1257
|
#
|
1005
|
-
|
1258
|
+
#
|
1259
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1260
|
+
# @return [String]
|
1261
|
+
#
|
1262
|
+
# @!attribute [rw] terraform_source
|
1263
|
+
# The imported Terraform s3 state file you want to remove from the AWS
|
1264
|
+
# Resilience Hub application.
|
1265
|
+
# @return [Types::TerraformSource]
|
1266
|
+
#
|
1267
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppInputSourceRequest AWS API Documentation
|
1268
|
+
#
|
1269
|
+
class DeleteAppInputSourceRequest < Struct.new(
|
1006
1270
|
:app_arn,
|
1007
1271
|
:client_token,
|
1008
|
-
:
|
1272
|
+
:source_arn,
|
1273
|
+
:terraform_source)
|
1009
1274
|
SENSITIVE = []
|
1010
1275
|
include Aws::Structure
|
1011
1276
|
end
|
1012
1277
|
|
1013
1278
|
# @!attribute [rw] app_arn
|
1014
|
-
# The Amazon Resource Name (ARN) of the
|
1015
|
-
# this ARN is:
|
1279
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1280
|
+
# application. The format for this ARN is:
|
1016
1281
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1017
1282
|
# For more information about ARNs, see [ Amazon Resource Names
|
1018
|
-
# (ARNs)][1] in the *AWS General Reference
|
1283
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1019
1284
|
#
|
1020
1285
|
#
|
1021
1286
|
#
|
1022
1287
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1023
1288
|
# @return [String]
|
1024
1289
|
#
|
1025
|
-
#
|
1290
|
+
# @!attribute [rw] app_input_source
|
1291
|
+
# The name of the input source from where the application resource is
|
1292
|
+
# imported from.
|
1293
|
+
# @return [Types::AppInputSource]
|
1026
1294
|
#
|
1027
|
-
|
1028
|
-
|
1295
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppInputSourceResponse AWS API Documentation
|
1296
|
+
#
|
1297
|
+
class DeleteAppInputSourceResponse < Struct.new(
|
1298
|
+
:app_arn,
|
1299
|
+
:app_input_source)
|
1029
1300
|
SENSITIVE = []
|
1030
1301
|
include Aws::Structure
|
1031
1302
|
end
|
1032
1303
|
|
1304
|
+
# @!attribute [rw] app_arn
|
1305
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1306
|
+
# application. The format for this ARN is:
|
1307
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1308
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1309
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1310
|
+
#
|
1311
|
+
#
|
1312
|
+
#
|
1313
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1314
|
+
# @return [String]
|
1315
|
+
#
|
1033
1316
|
# @!attribute [rw] client_token
|
1034
1317
|
# Used for an idempotency token. A client token is a unique,
|
1035
1318
|
# case-sensitive string of up to 64 ASCII characters. You should not
|
@@ -1039,36 +1322,53 @@ module Aws::ResilienceHub
|
|
1039
1322
|
# not need to pass this option.
|
1040
1323
|
# @return [String]
|
1041
1324
|
#
|
1042
|
-
# @!attribute [rw]
|
1043
|
-
#
|
1044
|
-
#
|
1325
|
+
# @!attribute [rw] force_delete
|
1326
|
+
# A boolean option to force the deletion of an AWS Resilience Hub
|
1327
|
+
# application.
|
1328
|
+
# @return [Boolean]
|
1045
1329
|
#
|
1046
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/
|
1330
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppRequest AWS API Documentation
|
1047
1331
|
#
|
1048
|
-
class
|
1332
|
+
class DeleteAppRequest < Struct.new(
|
1333
|
+
:app_arn,
|
1049
1334
|
:client_token,
|
1050
|
-
:
|
1335
|
+
:force_delete)
|
1051
1336
|
SENSITIVE = []
|
1052
1337
|
include Aws::Structure
|
1053
1338
|
end
|
1054
1339
|
|
1055
|
-
# @!attribute [rw]
|
1056
|
-
# The Amazon Resource Name (ARN)
|
1057
|
-
#
|
1340
|
+
# @!attribute [rw] app_arn
|
1341
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1342
|
+
# application. The format for this ARN is:
|
1343
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1344
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1345
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1058
1346
|
#
|
1059
|
-
#
|
1060
|
-
#
|
1347
|
+
#
|
1348
|
+
#
|
1349
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1061
1350
|
# @return [String]
|
1062
1351
|
#
|
1063
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/
|
1352
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppResponse AWS API Documentation
|
1064
1353
|
#
|
1065
|
-
class
|
1066
|
-
:
|
1067
|
-
:status)
|
1354
|
+
class DeleteAppResponse < Struct.new(
|
1355
|
+
:app_arn)
|
1068
1356
|
SENSITIVE = []
|
1069
1357
|
include Aws::Structure
|
1070
1358
|
end
|
1071
1359
|
|
1360
|
+
# @!attribute [rw] app_arn
|
1361
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1362
|
+
# application. The format for this ARN is:
|
1363
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1364
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1365
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1366
|
+
#
|
1367
|
+
#
|
1368
|
+
#
|
1369
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1370
|
+
# @return [String]
|
1371
|
+
#
|
1072
1372
|
# @!attribute [rw] client_token
|
1073
1373
|
# Used for an idempotency token. A client token is a unique,
|
1074
1374
|
# case-sensitive string of up to 64 ASCII characters. You should not
|
@@ -1078,33 +1378,212 @@ module Aws::ResilienceHub
|
|
1078
1378
|
# not need to pass this option.
|
1079
1379
|
# @return [String]
|
1080
1380
|
#
|
1081
|
-
# @!attribute [rw]
|
1082
|
-
# The
|
1083
|
-
# for this ARN is:
|
1084
|
-
# arn:`partition`\:resiliencehub:`region`\:`account`\:resiliency-policy/`policy-id`.
|
1085
|
-
# For more information about ARNs, see [ Amazon Resource Names
|
1086
|
-
# (ARNs)][1] in the *AWS General Reference*.
|
1087
|
-
#
|
1088
|
-
#
|
1089
|
-
#
|
1090
|
-
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1381
|
+
# @!attribute [rw] id
|
1382
|
+
# The identifier of the Application Component.
|
1091
1383
|
# @return [String]
|
1092
1384
|
#
|
1093
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/
|
1385
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionAppComponentRequest AWS API Documentation
|
1094
1386
|
#
|
1095
|
-
class
|
1387
|
+
class DeleteAppVersionAppComponentRequest < Struct.new(
|
1388
|
+
:app_arn,
|
1096
1389
|
:client_token,
|
1097
|
-
:
|
1390
|
+
:id)
|
1098
1391
|
SENSITIVE = []
|
1099
1392
|
include Aws::Structure
|
1100
1393
|
end
|
1101
1394
|
|
1102
|
-
# @!attribute [rw]
|
1103
|
-
# The Amazon Resource Name (ARN) of the
|
1104
|
-
# for this ARN is:
|
1395
|
+
# @!attribute [rw] app_arn
|
1396
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1397
|
+
# application. The format for this ARN is:
|
1398
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1399
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1400
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1401
|
+
#
|
1402
|
+
#
|
1403
|
+
#
|
1404
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1405
|
+
# @return [String]
|
1406
|
+
#
|
1407
|
+
# @!attribute [rw] app_component
|
1408
|
+
# Defines an Application Component.
|
1409
|
+
# @return [Types::AppComponent]
|
1410
|
+
#
|
1411
|
+
# @!attribute [rw] app_version
|
1412
|
+
# The AWS Resilience Hub application version.
|
1413
|
+
# @return [String]
|
1414
|
+
#
|
1415
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionAppComponentResponse AWS API Documentation
|
1416
|
+
#
|
1417
|
+
class DeleteAppVersionAppComponentResponse < Struct.new(
|
1418
|
+
:app_arn,
|
1419
|
+
:app_component,
|
1420
|
+
:app_version)
|
1421
|
+
SENSITIVE = []
|
1422
|
+
include Aws::Structure
|
1423
|
+
end
|
1424
|
+
|
1425
|
+
# @!attribute [rw] app_arn
|
1426
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1427
|
+
# application. The format for this ARN is:
|
1428
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1429
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1430
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1431
|
+
#
|
1432
|
+
#
|
1433
|
+
#
|
1434
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1435
|
+
# @return [String]
|
1436
|
+
#
|
1437
|
+
# @!attribute [rw] aws_account_id
|
1438
|
+
# The Amazon Web Services account that owns the physical resource.
|
1439
|
+
# @return [String]
|
1440
|
+
#
|
1441
|
+
# @!attribute [rw] aws_region
|
1442
|
+
# The Amazon Web Services region that owns the physical resource.
|
1443
|
+
# @return [String]
|
1444
|
+
#
|
1445
|
+
# @!attribute [rw] client_token
|
1446
|
+
# Used for an idempotency token. A client token is a unique,
|
1447
|
+
# case-sensitive string of up to 64 ASCII characters. You should not
|
1448
|
+
# reuse the same client token for other API requests.
|
1449
|
+
#
|
1450
|
+
# **A suitable default value is auto-generated.** You should normally
|
1451
|
+
# not need to pass this option.
|
1452
|
+
# @return [String]
|
1453
|
+
#
|
1454
|
+
# @!attribute [rw] logical_resource_id
|
1455
|
+
# The logical identifier of the resource.
|
1456
|
+
# @return [Types::LogicalResourceId]
|
1457
|
+
#
|
1458
|
+
# @!attribute [rw] physical_resource_id
|
1459
|
+
# The physical identifier of the resource.
|
1460
|
+
# @return [String]
|
1461
|
+
#
|
1462
|
+
# @!attribute [rw] resource_name
|
1463
|
+
# The name of the resource.
|
1464
|
+
# @return [String]
|
1465
|
+
#
|
1466
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionResourceRequest AWS API Documentation
|
1467
|
+
#
|
1468
|
+
class DeleteAppVersionResourceRequest < Struct.new(
|
1469
|
+
:app_arn,
|
1470
|
+
:aws_account_id,
|
1471
|
+
:aws_region,
|
1472
|
+
:client_token,
|
1473
|
+
:logical_resource_id,
|
1474
|
+
:physical_resource_id,
|
1475
|
+
:resource_name)
|
1476
|
+
SENSITIVE = []
|
1477
|
+
include Aws::Structure
|
1478
|
+
end
|
1479
|
+
|
1480
|
+
# @!attribute [rw] app_arn
|
1481
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1482
|
+
# application. The format for this ARN is:
|
1483
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1484
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1485
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1486
|
+
#
|
1487
|
+
#
|
1488
|
+
#
|
1489
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1490
|
+
# @return [String]
|
1491
|
+
#
|
1492
|
+
# @!attribute [rw] app_version
|
1493
|
+
# The AWS Resilience Hub application version.
|
1494
|
+
# @return [String]
|
1495
|
+
#
|
1496
|
+
# @!attribute [rw] physical_resource
|
1497
|
+
# Defines a physical resource. A physical resource is a resource that
|
1498
|
+
# exists in your account. It can be identified using an Amazon
|
1499
|
+
# Resource Name (ARN) or a Resilience Hub-native identifier.
|
1500
|
+
# @return [Types::PhysicalResource]
|
1501
|
+
#
|
1502
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteAppVersionResourceResponse AWS API Documentation
|
1503
|
+
#
|
1504
|
+
class DeleteAppVersionResourceResponse < Struct.new(
|
1505
|
+
:app_arn,
|
1506
|
+
:app_version,
|
1507
|
+
:physical_resource)
|
1508
|
+
SENSITIVE = []
|
1509
|
+
include Aws::Structure
|
1510
|
+
end
|
1511
|
+
|
1512
|
+
# @!attribute [rw] client_token
|
1513
|
+
# Used for an idempotency token. A client token is a unique,
|
1514
|
+
# case-sensitive string of up to 64 ASCII characters. You should not
|
1515
|
+
# reuse the same client token for other API requests.
|
1516
|
+
#
|
1517
|
+
# **A suitable default value is auto-generated.** You should normally
|
1518
|
+
# not need to pass this option.
|
1519
|
+
# @return [String]
|
1520
|
+
#
|
1521
|
+
# @!attribute [rw] recommendation_template_arn
|
1522
|
+
# The Amazon Resource Name (ARN) for a recommendation template.
|
1523
|
+
# @return [String]
|
1524
|
+
#
|
1525
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteRecommendationTemplateRequest AWS API Documentation
|
1526
|
+
#
|
1527
|
+
class DeleteRecommendationTemplateRequest < Struct.new(
|
1528
|
+
:client_token,
|
1529
|
+
:recommendation_template_arn)
|
1530
|
+
SENSITIVE = []
|
1531
|
+
include Aws::Structure
|
1532
|
+
end
|
1533
|
+
|
1534
|
+
# @!attribute [rw] recommendation_template_arn
|
1535
|
+
# The Amazon Resource Name (ARN) for a recommendation template.
|
1536
|
+
# @return [String]
|
1537
|
+
#
|
1538
|
+
# @!attribute [rw] status
|
1539
|
+
# The status of the action.
|
1540
|
+
# @return [String]
|
1541
|
+
#
|
1542
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteRecommendationTemplateResponse AWS API Documentation
|
1543
|
+
#
|
1544
|
+
class DeleteRecommendationTemplateResponse < Struct.new(
|
1545
|
+
:recommendation_template_arn,
|
1546
|
+
:status)
|
1547
|
+
SENSITIVE = []
|
1548
|
+
include Aws::Structure
|
1549
|
+
end
|
1550
|
+
|
1551
|
+
# @!attribute [rw] client_token
|
1552
|
+
# Used for an idempotency token. A client token is a unique,
|
1553
|
+
# case-sensitive string of up to 64 ASCII characters. You should not
|
1554
|
+
# reuse the same client token for other API requests.
|
1555
|
+
#
|
1556
|
+
# **A suitable default value is auto-generated.** You should normally
|
1557
|
+
# not need to pass this option.
|
1558
|
+
# @return [String]
|
1559
|
+
#
|
1560
|
+
# @!attribute [rw] policy_arn
|
1561
|
+
# The Amazon Resource Name (ARN) of the resiliency policy. The format
|
1562
|
+
# for this ARN is:
|
1105
1563
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:resiliency-policy/`policy-id`.
|
1106
1564
|
# For more information about ARNs, see [ Amazon Resource Names
|
1107
|
-
# (ARNs)][1] in the *AWS General Reference
|
1565
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1566
|
+
#
|
1567
|
+
#
|
1568
|
+
#
|
1569
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1570
|
+
# @return [String]
|
1571
|
+
#
|
1572
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DeleteResiliencyPolicyRequest AWS API Documentation
|
1573
|
+
#
|
1574
|
+
class DeleteResiliencyPolicyRequest < Struct.new(
|
1575
|
+
:client_token,
|
1576
|
+
:policy_arn)
|
1577
|
+
SENSITIVE = []
|
1578
|
+
include Aws::Structure
|
1579
|
+
end
|
1580
|
+
|
1581
|
+
# @!attribute [rw] policy_arn
|
1582
|
+
# The Amazon Resource Name (ARN) of the resiliency policy. The format
|
1583
|
+
# for this ARN is:
|
1584
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:resiliency-policy/`policy-id`.
|
1585
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1586
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1108
1587
|
#
|
1109
1588
|
#
|
1110
1589
|
#
|
@@ -1124,7 +1603,7 @@ module Aws::ResilienceHub
|
|
1124
1603
|
# this ARN is:
|
1125
1604
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
1126
1605
|
# For more information about ARNs, see [ Amazon Resource Names
|
1127
|
-
# (ARNs)][1] in the *AWS General Reference
|
1606
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1128
1607
|
#
|
1129
1608
|
#
|
1130
1609
|
#
|
@@ -1155,11 +1634,11 @@ module Aws::ResilienceHub
|
|
1155
1634
|
end
|
1156
1635
|
|
1157
1636
|
# @!attribute [rw] app_arn
|
1158
|
-
# The Amazon Resource Name (ARN) of the
|
1159
|
-
# this ARN is:
|
1637
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1638
|
+
# application. The format for this ARN is:
|
1160
1639
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1161
1640
|
# For more information about ARNs, see [ Amazon Resource Names
|
1162
|
-
# (ARNs)][1] in the *AWS General Reference
|
1641
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1163
1642
|
#
|
1164
1643
|
#
|
1165
1644
|
#
|
@@ -1189,11 +1668,178 @@ module Aws::ResilienceHub
|
|
1189
1668
|
end
|
1190
1669
|
|
1191
1670
|
# @!attribute [rw] app_arn
|
1192
|
-
# The Amazon Resource Name (ARN) of the
|
1193
|
-
# this ARN is:
|
1671
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1672
|
+
# application. The format for this ARN is:
|
1194
1673
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1195
1674
|
# For more information about ARNs, see [ Amazon Resource Names
|
1196
|
-
# (ARNs)][1] in the *AWS General Reference
|
1675
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1676
|
+
#
|
1677
|
+
#
|
1678
|
+
#
|
1679
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1680
|
+
# @return [String]
|
1681
|
+
#
|
1682
|
+
# @!attribute [rw] app_version
|
1683
|
+
# The AWS Resilience Hub application version.
|
1684
|
+
# @return [String]
|
1685
|
+
#
|
1686
|
+
# @!attribute [rw] id
|
1687
|
+
# The identifier of the Application Component.
|
1688
|
+
# @return [String]
|
1689
|
+
#
|
1690
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionAppComponentRequest AWS API Documentation
|
1691
|
+
#
|
1692
|
+
class DescribeAppVersionAppComponentRequest < Struct.new(
|
1693
|
+
:app_arn,
|
1694
|
+
:app_version,
|
1695
|
+
:id)
|
1696
|
+
SENSITIVE = []
|
1697
|
+
include Aws::Structure
|
1698
|
+
end
|
1699
|
+
|
1700
|
+
# @!attribute [rw] app_arn
|
1701
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1702
|
+
# application. The format for this ARN is:
|
1703
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1704
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1705
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1706
|
+
#
|
1707
|
+
#
|
1708
|
+
#
|
1709
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1710
|
+
# @return [String]
|
1711
|
+
#
|
1712
|
+
# @!attribute [rw] app_component
|
1713
|
+
# Defines an Application Component.
|
1714
|
+
# @return [Types::AppComponent]
|
1715
|
+
#
|
1716
|
+
# @!attribute [rw] app_version
|
1717
|
+
# The AWS Resilience Hub application version.
|
1718
|
+
# @return [String]
|
1719
|
+
#
|
1720
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionAppComponentResponse AWS API Documentation
|
1721
|
+
#
|
1722
|
+
class DescribeAppVersionAppComponentResponse < Struct.new(
|
1723
|
+
:app_arn,
|
1724
|
+
:app_component,
|
1725
|
+
:app_version)
|
1726
|
+
SENSITIVE = []
|
1727
|
+
include Aws::Structure
|
1728
|
+
end
|
1729
|
+
|
1730
|
+
# @!attribute [rw] app_arn
|
1731
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1732
|
+
# application. The format for this ARN is:
|
1733
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1734
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1735
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1736
|
+
#
|
1737
|
+
#
|
1738
|
+
#
|
1739
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1740
|
+
# @return [String]
|
1741
|
+
#
|
1742
|
+
# @!attribute [rw] app_version
|
1743
|
+
# The AWS Resilience Hub application version.
|
1744
|
+
# @return [String]
|
1745
|
+
#
|
1746
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionRequest AWS API Documentation
|
1747
|
+
#
|
1748
|
+
class DescribeAppVersionRequest < Struct.new(
|
1749
|
+
:app_arn,
|
1750
|
+
:app_version)
|
1751
|
+
SENSITIVE = []
|
1752
|
+
include Aws::Structure
|
1753
|
+
end
|
1754
|
+
|
1755
|
+
# @!attribute [rw] app_arn
|
1756
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1757
|
+
# application. The format for this ARN is:
|
1758
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1759
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1760
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1761
|
+
#
|
1762
|
+
#
|
1763
|
+
#
|
1764
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1765
|
+
# @return [String]
|
1766
|
+
#
|
1767
|
+
# @!attribute [rw] app_version
|
1768
|
+
# The AWS Resilience Hub application version.
|
1769
|
+
# @return [String]
|
1770
|
+
#
|
1771
|
+
# @!attribute [rw] aws_account_id
|
1772
|
+
# The Amazon Web Services account that owns the physical resource.
|
1773
|
+
# @return [String]
|
1774
|
+
#
|
1775
|
+
# @!attribute [rw] aws_region
|
1776
|
+
# The Amazon Web Services region that owns the physical resource.
|
1777
|
+
# @return [String]
|
1778
|
+
#
|
1779
|
+
# @!attribute [rw] logical_resource_id
|
1780
|
+
# The logical identifier of the resource.
|
1781
|
+
# @return [Types::LogicalResourceId]
|
1782
|
+
#
|
1783
|
+
# @!attribute [rw] physical_resource_id
|
1784
|
+
# The physical identifier of the resource.
|
1785
|
+
# @return [String]
|
1786
|
+
#
|
1787
|
+
# @!attribute [rw] resource_name
|
1788
|
+
# The name of the resource.
|
1789
|
+
# @return [String]
|
1790
|
+
#
|
1791
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResourceRequest AWS API Documentation
|
1792
|
+
#
|
1793
|
+
class DescribeAppVersionResourceRequest < Struct.new(
|
1794
|
+
:app_arn,
|
1795
|
+
:app_version,
|
1796
|
+
:aws_account_id,
|
1797
|
+
:aws_region,
|
1798
|
+
:logical_resource_id,
|
1799
|
+
:physical_resource_id,
|
1800
|
+
:resource_name)
|
1801
|
+
SENSITIVE = []
|
1802
|
+
include Aws::Structure
|
1803
|
+
end
|
1804
|
+
|
1805
|
+
# @!attribute [rw] app_arn
|
1806
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1807
|
+
# application. The format for this ARN is:
|
1808
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1809
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1810
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1811
|
+
#
|
1812
|
+
#
|
1813
|
+
#
|
1814
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1815
|
+
# @return [String]
|
1816
|
+
#
|
1817
|
+
# @!attribute [rw] app_version
|
1818
|
+
# The AWS Resilience Hub application version.
|
1819
|
+
# @return [String]
|
1820
|
+
#
|
1821
|
+
# @!attribute [rw] physical_resource
|
1822
|
+
# Defines a physical resource. A physical resource is a resource that
|
1823
|
+
# exists in your account. It can be identified using an Amazon
|
1824
|
+
# Resource Name (ARN) or a Resilience Hub-native identifier.
|
1825
|
+
# @return [Types::PhysicalResource]
|
1826
|
+
#
|
1827
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResourceResponse AWS API Documentation
|
1828
|
+
#
|
1829
|
+
class DescribeAppVersionResourceResponse < Struct.new(
|
1830
|
+
:app_arn,
|
1831
|
+
:app_version,
|
1832
|
+
:physical_resource)
|
1833
|
+
SENSITIVE = []
|
1834
|
+
include Aws::Structure
|
1835
|
+
end
|
1836
|
+
|
1837
|
+
# @!attribute [rw] app_arn
|
1838
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1839
|
+
# application. The format for this ARN is:
|
1840
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1841
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1842
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1197
1843
|
#
|
1198
1844
|
#
|
1199
1845
|
#
|
@@ -1219,11 +1865,11 @@ module Aws::ResilienceHub
|
|
1219
1865
|
end
|
1220
1866
|
|
1221
1867
|
# @!attribute [rw] app_arn
|
1222
|
-
# The Amazon Resource Name (ARN) of the
|
1223
|
-
# this ARN is:
|
1868
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1869
|
+
# application. The format for this ARN is:
|
1224
1870
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1225
1871
|
# For more information about ARNs, see [ Amazon Resource Names
|
1226
|
-
# (ARNs)][1] in the *AWS General Reference
|
1872
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1227
1873
|
#
|
1228
1874
|
#
|
1229
1875
|
#
|
@@ -1258,12 +1904,47 @@ module Aws::ResilienceHub
|
|
1258
1904
|
include Aws::Structure
|
1259
1905
|
end
|
1260
1906
|
|
1907
|
+
# @!attribute [rw] additional_info
|
1908
|
+
# Additional configuration parameters for an AWS Resilience Hub
|
1909
|
+
# application.
|
1910
|
+
#
|
1911
|
+
# <note markdown="1"> Currently, this parameter supports only failover region and account.
|
1912
|
+
#
|
1913
|
+
# </note>
|
1914
|
+
# @return [Hash<String,Array<String>>]
|
1915
|
+
#
|
1261
1916
|
# @!attribute [rw] app_arn
|
1262
|
-
# The Amazon Resource Name (ARN) of the
|
1263
|
-
# this ARN is:
|
1917
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1918
|
+
# application. The format for this ARN is:
|
1264
1919
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1265
1920
|
# For more information about ARNs, see [ Amazon Resource Names
|
1266
|
-
# (ARNs)][1] in the *AWS General Reference
|
1921
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1922
|
+
#
|
1923
|
+
#
|
1924
|
+
#
|
1925
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1926
|
+
# @return [String]
|
1927
|
+
#
|
1928
|
+
# @!attribute [rw] app_version
|
1929
|
+
# The AWS Resilience Hub application version.
|
1930
|
+
# @return [String]
|
1931
|
+
#
|
1932
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/DescribeAppVersionResponse AWS API Documentation
|
1933
|
+
#
|
1934
|
+
class DescribeAppVersionResponse < Struct.new(
|
1935
|
+
:additional_info,
|
1936
|
+
:app_arn,
|
1937
|
+
:app_version)
|
1938
|
+
SENSITIVE = []
|
1939
|
+
include Aws::Structure
|
1940
|
+
end
|
1941
|
+
|
1942
|
+
# @!attribute [rw] app_arn
|
1943
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1944
|
+
# application. The format for this ARN is:
|
1945
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1946
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
1947
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1267
1948
|
#
|
1268
1949
|
#
|
1269
1950
|
#
|
@@ -1284,11 +1965,11 @@ module Aws::ResilienceHub
|
|
1284
1965
|
end
|
1285
1966
|
|
1286
1967
|
# @!attribute [rw] app_arn
|
1287
|
-
# The Amazon Resource Name (ARN) of the
|
1288
|
-
# this ARN is:
|
1968
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
1969
|
+
# application. The format for this ARN is:
|
1289
1970
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1290
1971
|
# For more information about ARNs, see [ Amazon Resource Names
|
1291
|
-
# (ARNs)][1] in the *AWS General Reference
|
1972
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1292
1973
|
#
|
1293
1974
|
#
|
1294
1975
|
#
|
@@ -1296,7 +1977,176 @@ module Aws::ResilienceHub
|
|
1296
1977
|
# @return [String]
|
1297
1978
|
#
|
1298
1979
|
# @!attribute [rw] app_template_body
|
1299
|
-
#
|
1980
|
+
# A JSON string that provides information about your application
|
1981
|
+
# structure. To learn more about the `appTemplateBody` template, see
|
1982
|
+
# the sample template provided in the *Examples* section.
|
1983
|
+
#
|
1984
|
+
# The `appTemplateBody` JSON string has the following structure:
|
1985
|
+
#
|
1986
|
+
# * <b> <code>resources</code> </b>
|
1987
|
+
#
|
1988
|
+
# The list of logical resources that needs to be included in the
|
1989
|
+
# application.
|
1990
|
+
#
|
1991
|
+
# Type: Array
|
1992
|
+
#
|
1993
|
+
# <note markdown="1"> Don't add the resources that you want to exclude.
|
1994
|
+
#
|
1995
|
+
# </note>
|
1996
|
+
#
|
1997
|
+
# Each `resources` array item includes the following fields:
|
1998
|
+
#
|
1999
|
+
# * <i> <code>logicalResourceId</code> </i>
|
2000
|
+
#
|
2001
|
+
# The logical identifier of the resource.
|
2002
|
+
#
|
2003
|
+
# Type: Object
|
2004
|
+
#
|
2005
|
+
# Each `logicalResourceId` object includes the following fields:
|
2006
|
+
#
|
2007
|
+
# * `identifier`
|
2008
|
+
#
|
2009
|
+
# The identifier of the resource.
|
2010
|
+
#
|
2011
|
+
# Type: String
|
2012
|
+
#
|
2013
|
+
# * `logicalStackName`
|
2014
|
+
#
|
2015
|
+
# The name of the CloudFormation stack this resource belongs to.
|
2016
|
+
#
|
2017
|
+
# Type: String
|
2018
|
+
#
|
2019
|
+
# * `resourceGroupName`
|
2020
|
+
#
|
2021
|
+
# The name of the resource group this resource belongs to.
|
2022
|
+
#
|
2023
|
+
# Type: String
|
2024
|
+
#
|
2025
|
+
# * `terraformSourceName`
|
2026
|
+
#
|
2027
|
+
# The name of the Terraform S3 state file this resource belongs
|
2028
|
+
# to.
|
2029
|
+
#
|
2030
|
+
# Type: String
|
2031
|
+
#
|
2032
|
+
# * <i> <code>type</code> </i>
|
2033
|
+
#
|
2034
|
+
# The type of resource.
|
2035
|
+
#
|
2036
|
+
# Type: string
|
2037
|
+
#
|
2038
|
+
# * <i> <code>name</code> </i>
|
2039
|
+
#
|
2040
|
+
# The name of the resource.
|
2041
|
+
#
|
2042
|
+
# Type: String
|
2043
|
+
#
|
2044
|
+
# * <b> <code>appComponents</code> </b>
|
2045
|
+
#
|
2046
|
+
# The list of Application Components that this resource belongs to.
|
2047
|
+
# If an Application Component is not part of the AWS Resilience Hub
|
2048
|
+
# application, it will be added.
|
2049
|
+
#
|
2050
|
+
# Type: Array
|
2051
|
+
#
|
2052
|
+
# Each `appComponents` array item includes the following fields:
|
2053
|
+
#
|
2054
|
+
# * `name`
|
2055
|
+
#
|
2056
|
+
# The name of the Application Component.
|
2057
|
+
#
|
2058
|
+
# Type: String
|
2059
|
+
#
|
2060
|
+
# * `type`
|
2061
|
+
#
|
2062
|
+
# The type of Application Component. For more information about
|
2063
|
+
# the types of Application Component, see [Grouping resources in
|
2064
|
+
# an AppComponent][1].
|
2065
|
+
#
|
2066
|
+
# Type: String
|
2067
|
+
#
|
2068
|
+
# * `resourceNames`
|
2069
|
+
#
|
2070
|
+
# The list of included resources that are assigned to the
|
2071
|
+
# Application Component.
|
2072
|
+
#
|
2073
|
+
# Type: Array of strings
|
2074
|
+
#
|
2075
|
+
# * `additionalInfo`
|
2076
|
+
#
|
2077
|
+
# Additional configuration parameters for an AWS Resilience Hub
|
2078
|
+
# application.
|
2079
|
+
#
|
2080
|
+
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a
|
2081
|
+
# string format) of only one failover region and one associated
|
2082
|
+
# account.
|
2083
|
+
#
|
2084
|
+
# Key: `"failover-regions"`
|
2085
|
+
#
|
2086
|
+
# Value: `"[\{"region":"<REGION>",
|
2087
|
+
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
2088
|
+
#
|
2089
|
+
# </note>
|
2090
|
+
#
|
2091
|
+
# * <b> <code>excludedResources</code> </b>
|
2092
|
+
#
|
2093
|
+
# The list of logical resource identifiers to be excluded from the
|
2094
|
+
# application.
|
2095
|
+
#
|
2096
|
+
# Type: Array
|
2097
|
+
#
|
2098
|
+
# <note markdown="1"> Don't add the resources that you want to include.
|
2099
|
+
#
|
2100
|
+
# </note>
|
2101
|
+
#
|
2102
|
+
# Each `excludedResources` array item includes the following fields:
|
2103
|
+
#
|
2104
|
+
# * <i> <code>logicalResourceIds</code> </i>
|
2105
|
+
#
|
2106
|
+
# The logical identifier of the resource.
|
2107
|
+
#
|
2108
|
+
# Type: Object
|
2109
|
+
#
|
2110
|
+
# <note markdown="1"> You can configure only one of the following fields:
|
2111
|
+
#
|
2112
|
+
# * `logicalStackName`
|
2113
|
+
#
|
2114
|
+
# * `resourceGroupName`
|
2115
|
+
#
|
2116
|
+
# * `terraformSourceName`
|
2117
|
+
#
|
2118
|
+
# </note>
|
2119
|
+
#
|
2120
|
+
# Each `logicalResourceIds` object includes the following fields:
|
2121
|
+
#
|
2122
|
+
# * `identifier`
|
2123
|
+
#
|
2124
|
+
# The identifier of the resource.
|
2125
|
+
#
|
2126
|
+
# Type: String
|
2127
|
+
#
|
2128
|
+
# * `logicalStackName`
|
2129
|
+
#
|
2130
|
+
# The name of the CloudFormation stack this resource belongs to.
|
2131
|
+
#
|
2132
|
+
# Type: String
|
2133
|
+
#
|
2134
|
+
# * `resourceGroupName`
|
2135
|
+
#
|
2136
|
+
# The name of the resource group this resource belongs to.
|
2137
|
+
#
|
2138
|
+
# Type: String
|
2139
|
+
#
|
2140
|
+
# * `terraformSourceName`
|
2141
|
+
#
|
2142
|
+
# The name of the Terraform S3 state file this resource belongs
|
2143
|
+
# to.
|
2144
|
+
#
|
2145
|
+
# Type: String
|
2146
|
+
#
|
2147
|
+
#
|
2148
|
+
#
|
2149
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
|
1300
2150
|
# @return [String]
|
1301
2151
|
#
|
1302
2152
|
# @!attribute [rw] app_version
|
@@ -1314,11 +2164,11 @@ module Aws::ResilienceHub
|
|
1314
2164
|
end
|
1315
2165
|
|
1316
2166
|
# @!attribute [rw] app_arn
|
1317
|
-
# The Amazon Resource Name (ARN) of the
|
1318
|
-
# this ARN is:
|
2167
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2168
|
+
# application. The format for this ARN is:
|
1319
2169
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1320
2170
|
# For more information about ARNs, see [ Amazon Resource Names
|
1321
|
-
# (ARNs)][1] in the *AWS General Reference
|
2171
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1322
2172
|
#
|
1323
2173
|
#
|
1324
2174
|
#
|
@@ -1334,11 +2184,11 @@ module Aws::ResilienceHub
|
|
1334
2184
|
end
|
1335
2185
|
|
1336
2186
|
# @!attribute [rw] app_arn
|
1337
|
-
# The Amazon Resource Name (ARN) of the
|
1338
|
-
# this ARN is:
|
2187
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2188
|
+
# application. The format for this ARN is:
|
1339
2189
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1340
2190
|
# For more information about ARNs, see [ Amazon Resource Names
|
1341
|
-
# (ARNs)][1] in the *AWS General Reference
|
2191
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1342
2192
|
#
|
1343
2193
|
#
|
1344
2194
|
#
|
@@ -1378,7 +2228,7 @@ module Aws::ResilienceHub
|
|
1378
2228
|
# for this ARN is:
|
1379
2229
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:resiliency-policy/`policy-id`.
|
1380
2230
|
# For more information about ARNs, see [ Amazon Resource Names
|
1381
|
-
# (ARNs)][1] in the *AWS General Reference
|
2231
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1382
2232
|
#
|
1383
2233
|
#
|
1384
2234
|
#
|
@@ -1488,17 +2338,22 @@ module Aws::ResilienceHub
|
|
1488
2338
|
end
|
1489
2339
|
|
1490
2340
|
# @!attribute [rw] app_arn
|
1491
|
-
# The Amazon Resource Name (ARN) of the
|
1492
|
-
# this ARN is:
|
2341
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2342
|
+
# application. The format for this ARN is:
|
1493
2343
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1494
2344
|
# For more information about ARNs, see [ Amazon Resource Names
|
1495
|
-
# (ARNs)][1] in the *AWS General Reference
|
2345
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1496
2346
|
#
|
1497
2347
|
#
|
1498
2348
|
#
|
1499
2349
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1500
2350
|
# @return [String]
|
1501
2351
|
#
|
2352
|
+
# @!attribute [rw] import_strategy
|
2353
|
+
# The import strategy you would like to set to import resources into
|
2354
|
+
# AWS Resilience Hub application.
|
2355
|
+
# @return [String]
|
2356
|
+
#
|
1502
2357
|
# @!attribute [rw] source_arns
|
1503
2358
|
# The Amazon Resource Names (ARNs) for the resources that you want to
|
1504
2359
|
# import.
|
@@ -1512,6 +2367,7 @@ module Aws::ResilienceHub
|
|
1512
2367
|
#
|
1513
2368
|
class ImportResourcesToDraftAppVersionRequest < Struct.new(
|
1514
2369
|
:app_arn,
|
2370
|
+
:import_strategy,
|
1515
2371
|
:source_arns,
|
1516
2372
|
:terraform_sources)
|
1517
2373
|
SENSITIVE = []
|
@@ -1519,11 +2375,11 @@ module Aws::ResilienceHub
|
|
1519
2375
|
end
|
1520
2376
|
|
1521
2377
|
# @!attribute [rw] app_arn
|
1522
|
-
# The Amazon Resource Name (ARN) of the
|
1523
|
-
# this ARN is:
|
2378
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2379
|
+
# application. The format for this ARN is:
|
1524
2380
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1525
2381
|
# For more information about ARNs, see [ Amazon Resource Names
|
1526
|
-
# (ARNs)][1] in the *AWS General Reference
|
2382
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1527
2383
|
#
|
1528
2384
|
#
|
1529
2385
|
#
|
@@ -1578,7 +2434,7 @@ module Aws::ResilienceHub
|
|
1578
2434
|
# this ARN is:
|
1579
2435
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
1580
2436
|
# For more information about ARNs, see [ Amazon Resource Names
|
1581
|
-
# (ARNs)][1] in the *AWS General Reference
|
2437
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1582
2438
|
#
|
1583
2439
|
#
|
1584
2440
|
#
|
@@ -1609,7 +2465,7 @@ module Aws::ResilienceHub
|
|
1609
2465
|
|
1610
2466
|
# @!attribute [rw] alarm_recommendations
|
1611
2467
|
# The alarm recommendations for an AWS Resilience Hub application,
|
1612
|
-
# returned as an object. This object includes
|
2468
|
+
# returned as an object. This object includes Application Component
|
1613
2469
|
# names, descriptions, information about whether a recommendation has
|
1614
2470
|
# already been implemented or not, prerequisites, and more.
|
1615
2471
|
# @return [Array<Types::AlarmRecommendation>]
|
@@ -1629,11 +2485,11 @@ module Aws::ResilienceHub
|
|
1629
2485
|
end
|
1630
2486
|
|
1631
2487
|
# @!attribute [rw] app_arn
|
1632
|
-
# The Amazon Resource Name (ARN) of the
|
1633
|
-
# this ARN is:
|
2488
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2489
|
+
# application. The format for this ARN is:
|
1634
2490
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1635
2491
|
# For more information about ARNs, see [ Amazon Resource Names
|
1636
|
-
# (ARNs)][1] in the *AWS General Reference
|
2492
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1637
2493
|
#
|
1638
2494
|
#
|
1639
2495
|
#
|
@@ -1674,59 +2530,171 @@ module Aws::ResilienceHub
|
|
1674
2530
|
# descending **startTime**, set reverseOrder to `true`.
|
1675
2531
|
# @return [Boolean]
|
1676
2532
|
#
|
1677
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppAssessmentsRequest AWS API Documentation
|
2533
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppAssessmentsRequest AWS API Documentation
|
2534
|
+
#
|
2535
|
+
class ListAppAssessmentsRequest < Struct.new(
|
2536
|
+
:app_arn,
|
2537
|
+
:assessment_name,
|
2538
|
+
:assessment_status,
|
2539
|
+
:compliance_status,
|
2540
|
+
:invoker,
|
2541
|
+
:max_results,
|
2542
|
+
:next_token,
|
2543
|
+
:reverse_order)
|
2544
|
+
SENSITIVE = []
|
2545
|
+
include Aws::Structure
|
2546
|
+
end
|
2547
|
+
|
2548
|
+
# @!attribute [rw] assessment_summaries
|
2549
|
+
# The summaries for the specified assessments, returned as an object.
|
2550
|
+
# This object includes application versions, associated Amazon
|
2551
|
+
# Resource Numbers (ARNs), cost, messages, resiliency scores, and
|
2552
|
+
# more.
|
2553
|
+
# @return [Array<Types::AppAssessmentSummary>]
|
2554
|
+
#
|
2555
|
+
# @!attribute [rw] next_token
|
2556
|
+
# The token for the next set of results, or null if there are no more
|
2557
|
+
# results.
|
2558
|
+
# @return [String]
|
2559
|
+
#
|
2560
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppAssessmentsResponse AWS API Documentation
|
2561
|
+
#
|
2562
|
+
class ListAppAssessmentsResponse < Struct.new(
|
2563
|
+
:assessment_summaries,
|
2564
|
+
:next_token)
|
2565
|
+
SENSITIVE = []
|
2566
|
+
include Aws::Structure
|
2567
|
+
end
|
2568
|
+
|
2569
|
+
# @!attribute [rw] assessment_arn
|
2570
|
+
# The Amazon Resource Name (ARN) of the assessment. The format for
|
2571
|
+
# this ARN is:
|
2572
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
2573
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
2574
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2575
|
+
#
|
2576
|
+
#
|
2577
|
+
#
|
2578
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2579
|
+
# @return [String]
|
2580
|
+
#
|
2581
|
+
# @!attribute [rw] max_results
|
2582
|
+
# The maximum number of results to include in the response. If more
|
2583
|
+
# results exist than the specified `MaxResults` value, a token is
|
2584
|
+
# included in the response so that the remaining results can be
|
2585
|
+
# retrieved.
|
2586
|
+
# @return [Integer]
|
2587
|
+
#
|
2588
|
+
# @!attribute [rw] next_token
|
2589
|
+
# Null, or the token from a previous call to get the next set of
|
2590
|
+
# results.
|
2591
|
+
# @return [String]
|
2592
|
+
#
|
2593
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppComponentCompliancesRequest AWS API Documentation
|
2594
|
+
#
|
2595
|
+
class ListAppComponentCompliancesRequest < Struct.new(
|
2596
|
+
:assessment_arn,
|
2597
|
+
:max_results,
|
2598
|
+
:next_token)
|
2599
|
+
SENSITIVE = []
|
2600
|
+
include Aws::Structure
|
2601
|
+
end
|
2602
|
+
|
2603
|
+
# @!attribute [rw] component_compliances
|
2604
|
+
# The compliances for an AWS Resilience Hub Application Component,
|
2605
|
+
# returned as an object. This object contains the names of the
|
2606
|
+
# Application Components, compliances, costs, resiliency scores,
|
2607
|
+
# outage scores, and more.
|
2608
|
+
# @return [Array<Types::AppComponentCompliance>]
|
2609
|
+
#
|
2610
|
+
# @!attribute [rw] next_token
|
2611
|
+
# The token for the next set of results, or null if there are no more
|
2612
|
+
# results.
|
2613
|
+
# @return [String]
|
2614
|
+
#
|
2615
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppComponentCompliancesResponse AWS API Documentation
|
2616
|
+
#
|
2617
|
+
class ListAppComponentCompliancesResponse < Struct.new(
|
2618
|
+
:component_compliances,
|
2619
|
+
:next_token)
|
2620
|
+
SENSITIVE = []
|
2621
|
+
include Aws::Structure
|
2622
|
+
end
|
2623
|
+
|
2624
|
+
# @!attribute [rw] assessment_arn
|
2625
|
+
# The Amazon Resource Name (ARN) of the assessment. The format for
|
2626
|
+
# this ARN is:
|
2627
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
2628
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
2629
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2630
|
+
#
|
2631
|
+
#
|
2632
|
+
#
|
2633
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2634
|
+
# @return [String]
|
2635
|
+
#
|
2636
|
+
# @!attribute [rw] max_results
|
2637
|
+
# The maximum number of results to include in the response. If more
|
2638
|
+
# results exist than the specified `MaxResults` value, a token is
|
2639
|
+
# included in the response so that the remaining results can be
|
2640
|
+
# retrieved.
|
2641
|
+
# @return [Integer]
|
2642
|
+
#
|
2643
|
+
# @!attribute [rw] next_token
|
2644
|
+
# Null, or the token from a previous call to get the next set of
|
2645
|
+
# results.
|
2646
|
+
# @return [String]
|
2647
|
+
#
|
2648
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppComponentRecommendationsRequest AWS API Documentation
|
1678
2649
|
#
|
1679
|
-
class
|
1680
|
-
:
|
1681
|
-
:assessment_name,
|
1682
|
-
:assessment_status,
|
1683
|
-
:compliance_status,
|
1684
|
-
:invoker,
|
2650
|
+
class ListAppComponentRecommendationsRequest < Struct.new(
|
2651
|
+
:assessment_arn,
|
1685
2652
|
:max_results,
|
1686
|
-
:next_token
|
1687
|
-
:reverse_order)
|
2653
|
+
:next_token)
|
1688
2654
|
SENSITIVE = []
|
1689
2655
|
include Aws::Structure
|
1690
2656
|
end
|
1691
2657
|
|
1692
|
-
# @!attribute [rw]
|
1693
|
-
# The
|
1694
|
-
# This object
|
1695
|
-
#
|
1696
|
-
#
|
1697
|
-
# @return [Array<Types::
|
2658
|
+
# @!attribute [rw] component_recommendations
|
2659
|
+
# The recommendations for an AWS Resilience Hub Application Component,
|
2660
|
+
# returned as an object. This object contains the names of the
|
2661
|
+
# Application Components, configuration recommendations, and
|
2662
|
+
# recommendation statuses.
|
2663
|
+
# @return [Array<Types::ComponentRecommendation>]
|
1698
2664
|
#
|
1699
2665
|
# @!attribute [rw] next_token
|
1700
2666
|
# The token for the next set of results, or null if there are no more
|
1701
2667
|
# results.
|
1702
2668
|
# @return [String]
|
1703
2669
|
#
|
1704
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/
|
2670
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppComponentRecommendationsResponse AWS API Documentation
|
1705
2671
|
#
|
1706
|
-
class
|
1707
|
-
:
|
2672
|
+
class ListAppComponentRecommendationsResponse < Struct.new(
|
2673
|
+
:component_recommendations,
|
1708
2674
|
:next_token)
|
1709
2675
|
SENSITIVE = []
|
1710
2676
|
include Aws::Structure
|
1711
2677
|
end
|
1712
2678
|
|
1713
|
-
# @!attribute [rw]
|
1714
|
-
# The Amazon Resource Name (ARN) of the
|
1715
|
-
# this ARN is:
|
1716
|
-
# arn:`partition`\:resiliencehub:`region`\:`account`\:app
|
2679
|
+
# @!attribute [rw] app_arn
|
2680
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2681
|
+
# application. The format for this ARN is:
|
2682
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1717
2683
|
# For more information about ARNs, see [ Amazon Resource Names
|
1718
|
-
# (ARNs)][1] in the *AWS General Reference
|
2684
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1719
2685
|
#
|
1720
2686
|
#
|
1721
2687
|
#
|
1722
2688
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1723
2689
|
# @return [String]
|
1724
2690
|
#
|
2691
|
+
# @!attribute [rw] app_version
|
2692
|
+
# The AWS Resilience Hub application version.
|
2693
|
+
# @return [String]
|
2694
|
+
#
|
1725
2695
|
# @!attribute [rw] max_results
|
1726
|
-
#
|
1727
|
-
#
|
1728
|
-
# included in the response so that the remaining results can be
|
1729
|
-
# retrieved.
|
2696
|
+
# Maximum number of input sources to be displayed per AWS Resilience
|
2697
|
+
# Hub application.
|
1730
2698
|
# @return [Integer]
|
1731
2699
|
#
|
1732
2700
|
# @!attribute [rw] next_token
|
@@ -1734,53 +2702,54 @@ module Aws::ResilienceHub
|
|
1734
2702
|
# results.
|
1735
2703
|
# @return [String]
|
1736
2704
|
#
|
1737
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/
|
2705
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppInputSourcesRequest AWS API Documentation
|
1738
2706
|
#
|
1739
|
-
class
|
1740
|
-
:
|
2707
|
+
class ListAppInputSourcesRequest < Struct.new(
|
2708
|
+
:app_arn,
|
2709
|
+
:app_version,
|
1741
2710
|
:max_results,
|
1742
2711
|
:next_token)
|
1743
2712
|
SENSITIVE = []
|
1744
2713
|
include Aws::Structure
|
1745
2714
|
end
|
1746
2715
|
|
1747
|
-
# @!attribute [rw]
|
1748
|
-
# The
|
1749
|
-
#
|
1750
|
-
# compliances, costs, resiliency scores, outage scores, and more.
|
1751
|
-
# @return [Array<Types::AppComponentCompliance>]
|
2716
|
+
# @!attribute [rw] app_input_sources
|
2717
|
+
# The list of AWS Resilience Hub application input sources.
|
2718
|
+
# @return [Array<Types::AppInputSource>]
|
1752
2719
|
#
|
1753
2720
|
# @!attribute [rw] next_token
|
1754
2721
|
# The token for the next set of results, or null if there are no more
|
1755
2722
|
# results.
|
1756
2723
|
# @return [String]
|
1757
2724
|
#
|
1758
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/
|
2725
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppInputSourcesResponse AWS API Documentation
|
1759
2726
|
#
|
1760
|
-
class
|
1761
|
-
:
|
2727
|
+
class ListAppInputSourcesResponse < Struct.new(
|
2728
|
+
:app_input_sources,
|
1762
2729
|
:next_token)
|
1763
2730
|
SENSITIVE = []
|
1764
2731
|
include Aws::Structure
|
1765
2732
|
end
|
1766
2733
|
|
1767
|
-
# @!attribute [rw]
|
1768
|
-
# The Amazon Resource Name (ARN) of the
|
1769
|
-
# this ARN is:
|
1770
|
-
# arn:`partition`\:resiliencehub:`region`\:`account`\:app
|
2734
|
+
# @!attribute [rw] app_arn
|
2735
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2736
|
+
# application. The format for this ARN is:
|
2737
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1771
2738
|
# For more information about ARNs, see [ Amazon Resource Names
|
1772
|
-
# (ARNs)][1] in the *AWS General Reference
|
2739
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1773
2740
|
#
|
1774
2741
|
#
|
1775
2742
|
#
|
1776
2743
|
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1777
2744
|
# @return [String]
|
1778
2745
|
#
|
2746
|
+
# @!attribute [rw] app_version
|
2747
|
+
# The version of the Application Component.
|
2748
|
+
# @return [String]
|
2749
|
+
#
|
1779
2750
|
# @!attribute [rw] max_results
|
1780
|
-
#
|
1781
|
-
#
|
1782
|
-
# included in the response so that the remaining results can be
|
1783
|
-
# retrieved.
|
2751
|
+
# Maximum number of Application Components to be displayed per AWS
|
2752
|
+
# Resilience Hub application version.
|
1784
2753
|
# @return [Integer]
|
1785
2754
|
#
|
1786
2755
|
# @!attribute [rw] next_token
|
@@ -1788,42 +2757,59 @@ module Aws::ResilienceHub
|
|
1788
2757
|
# results.
|
1789
2758
|
# @return [String]
|
1790
2759
|
#
|
1791
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/
|
2760
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionAppComponentsRequest AWS API Documentation
|
1792
2761
|
#
|
1793
|
-
class
|
1794
|
-
:
|
2762
|
+
class ListAppVersionAppComponentsRequest < Struct.new(
|
2763
|
+
:app_arn,
|
2764
|
+
:app_version,
|
1795
2765
|
:max_results,
|
1796
2766
|
:next_token)
|
1797
2767
|
SENSITIVE = []
|
1798
2768
|
include Aws::Structure
|
1799
2769
|
end
|
1800
2770
|
|
1801
|
-
# @!attribute [rw]
|
1802
|
-
# The
|
1803
|
-
#
|
1804
|
-
#
|
1805
|
-
#
|
2771
|
+
# @!attribute [rw] app_arn
|
2772
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2773
|
+
# application. The format for this ARN is:
|
2774
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
2775
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
2776
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2777
|
+
#
|
2778
|
+
#
|
2779
|
+
#
|
2780
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2781
|
+
# @return [String]
|
2782
|
+
#
|
2783
|
+
# @!attribute [rw] app_components
|
2784
|
+
# Defines an Application Component.
|
2785
|
+
# @return [Array<Types::AppComponent>]
|
2786
|
+
#
|
2787
|
+
# @!attribute [rw] app_version
|
2788
|
+
# The AWS Resilience Hub application version.
|
2789
|
+
# @return [String]
|
1806
2790
|
#
|
1807
2791
|
# @!attribute [rw] next_token
|
1808
2792
|
# The token for the next set of results, or null if there are no more
|
1809
2793
|
# results.
|
1810
2794
|
# @return [String]
|
1811
2795
|
#
|
1812
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/
|
2796
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionAppComponentsResponse AWS API Documentation
|
1813
2797
|
#
|
1814
|
-
class
|
1815
|
-
:
|
2798
|
+
class ListAppVersionAppComponentsResponse < Struct.new(
|
2799
|
+
:app_arn,
|
2800
|
+
:app_components,
|
2801
|
+
:app_version,
|
1816
2802
|
:next_token)
|
1817
2803
|
SENSITIVE = []
|
1818
2804
|
include Aws::Structure
|
1819
2805
|
end
|
1820
2806
|
|
1821
2807
|
# @!attribute [rw] app_arn
|
1822
|
-
# The Amazon Resource Name (ARN) of the
|
1823
|
-
# this ARN is:
|
2808
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2809
|
+
# application. The format for this ARN is:
|
1824
2810
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1825
2811
|
# For more information about ARNs, see [ Amazon Resource Names
|
1826
|
-
# (ARNs)][1] in the *AWS General Reference
|
2812
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1827
2813
|
#
|
1828
2814
|
#
|
1829
2815
|
#
|
@@ -1881,11 +2867,11 @@ module Aws::ResilienceHub
|
|
1881
2867
|
end
|
1882
2868
|
|
1883
2869
|
# @!attribute [rw] app_arn
|
1884
|
-
# The Amazon Resource Name (ARN) of the
|
1885
|
-
# this ARN is:
|
2870
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2871
|
+
# application. The format for this ARN is:
|
1886
2872
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1887
2873
|
# For more information about ARNs, see [ Amazon Resource Names
|
1888
|
-
# (ARNs)][1] in the *AWS General Reference
|
2874
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1889
2875
|
#
|
1890
2876
|
#
|
1891
2877
|
#
|
@@ -1934,7 +2920,7 @@ module Aws::ResilienceHub
|
|
1934
2920
|
# @return [Array<Types::PhysicalResource>]
|
1935
2921
|
#
|
1936
2922
|
# @!attribute [rw] resolution_id
|
1937
|
-
# The
|
2923
|
+
# The ID for a specific resolution.
|
1938
2924
|
# @return [String]
|
1939
2925
|
#
|
1940
2926
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListAppVersionResourcesResponse AWS API Documentation
|
@@ -1948,11 +2934,11 @@ module Aws::ResilienceHub
|
|
1948
2934
|
end
|
1949
2935
|
|
1950
2936
|
# @!attribute [rw] app_arn
|
1951
|
-
# The Amazon Resource Name (ARN) of the
|
1952
|
-
# this ARN is:
|
2937
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2938
|
+
# application. The format for this ARN is:
|
1953
2939
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
1954
2940
|
# For more information about ARNs, see [ Amazon Resource Names
|
1955
|
-
# (ARNs)][1] in the *AWS General Reference
|
2941
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
1956
2942
|
#
|
1957
2943
|
#
|
1958
2944
|
#
|
@@ -2000,11 +2986,11 @@ module Aws::ResilienceHub
|
|
2000
2986
|
end
|
2001
2987
|
|
2002
2988
|
# @!attribute [rw] app_arn
|
2003
|
-
# The Amazon Resource Name (ARN) of the
|
2004
|
-
# this ARN is:
|
2989
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
2990
|
+
# application. The format for this ARN is:
|
2005
2991
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
2006
2992
|
# For more information about ARNs, see [ Amazon Resource Names
|
2007
|
-
# (ARNs)][1] in the *AWS General Reference
|
2993
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2008
2994
|
#
|
2009
2995
|
#
|
2010
2996
|
#
|
@@ -2039,7 +3025,7 @@ module Aws::ResilienceHub
|
|
2039
3025
|
end
|
2040
3026
|
|
2041
3027
|
# @!attribute [rw] app_summaries
|
2042
|
-
# Summaries for the Resilience Hub application.
|
3028
|
+
# Summaries for the AWS Resilience Hub application.
|
2043
3029
|
# @return [Array<Types::AppSummary>]
|
2044
3030
|
#
|
2045
3031
|
# @!attribute [rw] next_token
|
@@ -2061,7 +3047,7 @@ module Aws::ResilienceHub
|
|
2061
3047
|
# this ARN is:
|
2062
3048
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
2063
3049
|
# For more information about ARNs, see [ Amazon Resource Names
|
2064
|
-
# (ARNs)][1] in the *AWS General Reference
|
3050
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2065
3051
|
#
|
2066
3052
|
#
|
2067
3053
|
#
|
@@ -2117,7 +3103,8 @@ module Aws::ResilienceHub
|
|
2117
3103
|
# @return [String]
|
2118
3104
|
#
|
2119
3105
|
# @!attribute [rw] recommendation_templates
|
2120
|
-
# The recommendation templates for the Resilience Hub
|
3106
|
+
# The recommendation templates for the AWS Resilience Hub
|
3107
|
+
# applications.
|
2121
3108
|
# @return [Array<Types::RecommendationTemplate>]
|
2122
3109
|
#
|
2123
3110
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListRecommendationTemplatesResponse AWS API Documentation
|
@@ -2161,7 +3148,7 @@ module Aws::ResilienceHub
|
|
2161
3148
|
# @return [String]
|
2162
3149
|
#
|
2163
3150
|
# @!attribute [rw] resiliency_policies
|
2164
|
-
# The resiliency policies for the Resilience Hub applications.
|
3151
|
+
# The resiliency policies for the AWS Resilience Hub applications.
|
2165
3152
|
# @return [Array<Types::ResiliencyPolicy>]
|
2166
3153
|
#
|
2167
3154
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListResiliencyPoliciesResponse AWS API Documentation
|
@@ -2178,7 +3165,7 @@ module Aws::ResilienceHub
|
|
2178
3165
|
# this ARN is:
|
2179
3166
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
2180
3167
|
# For more information about ARNs, see [ Amazon Resource Names
|
2181
|
-
# (ARNs)][1] in the *AWS General Reference
|
3168
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2182
3169
|
#
|
2183
3170
|
#
|
2184
3171
|
#
|
@@ -2213,7 +3200,7 @@ module Aws::ResilienceHub
|
|
2213
3200
|
# @return [String]
|
2214
3201
|
#
|
2215
3202
|
# @!attribute [rw] sop_recommendations
|
2216
|
-
# The standard operating procedure (SOP) recommendations for the
|
3203
|
+
# The standard operating procedure (SOP) recommendations for the AWS
|
2217
3204
|
# Resilience Hub applications.
|
2218
3205
|
# @return [Array<Types::SopRecommendation>]
|
2219
3206
|
#
|
@@ -2253,7 +3240,7 @@ module Aws::ResilienceHub
|
|
2253
3240
|
# @return [String]
|
2254
3241
|
#
|
2255
3242
|
# @!attribute [rw] resiliency_policies
|
2256
|
-
# The suggested resiliency policies for the Resilience Hub
|
3243
|
+
# The suggested resiliency policies for the AWS Resilience Hub
|
2257
3244
|
# applications.
|
2258
3245
|
# @return [Array<Types::ResiliencyPolicy>]
|
2259
3246
|
#
|
@@ -2267,7 +3254,7 @@ module Aws::ResilienceHub
|
|
2267
3254
|
end
|
2268
3255
|
|
2269
3256
|
# @!attribute [rw] resource_arn
|
2270
|
-
# The Amazon Resource Name (ARN) for a specific resource in your
|
3257
|
+
# The Amazon Resource Name (ARN) for a specific resource in your AWS
|
2271
3258
|
# Resilience Hub application.
|
2272
3259
|
# @return [String]
|
2273
3260
|
#
|
@@ -2298,7 +3285,7 @@ module Aws::ResilienceHub
|
|
2298
3285
|
# this ARN is:
|
2299
3286
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
2300
3287
|
# For more information about ARNs, see [ Amazon Resource Names
|
2301
|
-
# (ARNs)][1] in the *AWS General Reference
|
3288
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2302
3289
|
#
|
2303
3290
|
#
|
2304
3291
|
#
|
@@ -2333,7 +3320,7 @@ module Aws::ResilienceHub
|
|
2333
3320
|
# @return [String]
|
2334
3321
|
#
|
2335
3322
|
# @!attribute [rw] test_recommendations
|
2336
|
-
# The test recommendations for the Resilience Hub application.
|
3323
|
+
# The test recommendations for the AWS Resilience Hub application.
|
2337
3324
|
# @return [Array<Types::TestRecommendation>]
|
2338
3325
|
#
|
2339
3326
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/ListTestRecommendationsResponse AWS API Documentation
|
@@ -2346,11 +3333,11 @@ module Aws::ResilienceHub
|
|
2346
3333
|
end
|
2347
3334
|
|
2348
3335
|
# @!attribute [rw] app_arn
|
2349
|
-
# The Amazon Resource Name (ARN) of the
|
2350
|
-
# this ARN is:
|
3336
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3337
|
+
# application. The format for this ARN is:
|
2351
3338
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
2352
3339
|
# For more information about ARNs, see [ Amazon Resource Names
|
2353
|
-
# (ARNs)][1] in the *AWS General Reference
|
3340
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2354
3341
|
#
|
2355
3342
|
#
|
2356
3343
|
#
|
@@ -2443,12 +3430,31 @@ module Aws::ResilienceHub
|
|
2443
3430
|
|
2444
3431
|
# Defines a physical resource. A physical resource is a resource that
|
2445
3432
|
# exists in your account. It can be identified using an Amazon Resource
|
2446
|
-
# Name (ARN) or
|
3433
|
+
# Name (ARN) or an AWS Resilience Hub-native identifier.
|
3434
|
+
#
|
3435
|
+
# @!attribute [rw] additional_info
|
3436
|
+
# Additional configuration parameters for an AWS Resilience Hub
|
3437
|
+
# application.
|
3438
|
+
#
|
3439
|
+
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
3440
|
+
# format) of only one failover region and one associated account.
|
3441
|
+
#
|
3442
|
+
# Key: `"failover-regions"`
|
3443
|
+
#
|
3444
|
+
# Value: `"[\{"region":"<REGION>",
|
3445
|
+
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
3446
|
+
#
|
3447
|
+
# </note>
|
3448
|
+
# @return [Hash<String,Array<String>>]
|
2447
3449
|
#
|
2448
3450
|
# @!attribute [rw] app_components
|
2449
3451
|
# The application components that belong to this resource.
|
2450
3452
|
# @return [Array<Types::AppComponent>]
|
2451
3453
|
#
|
3454
|
+
# @!attribute [rw] excluded
|
3455
|
+
# Indicates if a resource is included or excluded from the assessment.
|
3456
|
+
# @return [Boolean]
|
3457
|
+
#
|
2452
3458
|
# @!attribute [rw] logical_resource_id
|
2453
3459
|
# The logical identifier of the resource.
|
2454
3460
|
# @return [Types::LogicalResourceId]
|
@@ -2465,115 +3471,287 @@ module Aws::ResilienceHub
|
|
2465
3471
|
# The type of resource.
|
2466
3472
|
# @return [String]
|
2467
3473
|
#
|
2468
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PhysicalResource AWS API Documentation
|
3474
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PhysicalResource AWS API Documentation
|
3475
|
+
#
|
3476
|
+
class PhysicalResource < Struct.new(
|
3477
|
+
:additional_info,
|
3478
|
+
:app_components,
|
3479
|
+
:excluded,
|
3480
|
+
:logical_resource_id,
|
3481
|
+
:physical_resource_id,
|
3482
|
+
:resource_name,
|
3483
|
+
:resource_type)
|
3484
|
+
SENSITIVE = []
|
3485
|
+
include Aws::Structure
|
3486
|
+
end
|
3487
|
+
|
3488
|
+
# Defines a physical resource identifier.
|
3489
|
+
#
|
3490
|
+
# @!attribute [rw] aws_account_id
|
3491
|
+
# The Amazon Web Services account that owns the physical resource.
|
3492
|
+
# @return [String]
|
3493
|
+
#
|
3494
|
+
# @!attribute [rw] aws_region
|
3495
|
+
# The Amazon Web Services Region that the physical resource is located
|
3496
|
+
# in.
|
3497
|
+
# @return [String]
|
3498
|
+
#
|
3499
|
+
# @!attribute [rw] identifier
|
3500
|
+
# The identifier of the physical resource.
|
3501
|
+
# @return [String]
|
3502
|
+
#
|
3503
|
+
# @!attribute [rw] type
|
3504
|
+
# Specifies the type of physical resource identifier.
|
3505
|
+
#
|
3506
|
+
# Arn
|
3507
|
+
#
|
3508
|
+
# : The resource identifier is an Amazon Resource Name (ARN) .
|
3509
|
+
#
|
3510
|
+
# Native
|
3511
|
+
#
|
3512
|
+
# : The resource identifier is an AWS Resilience Hub-native
|
3513
|
+
# identifier.
|
3514
|
+
# @return [String]
|
3515
|
+
#
|
3516
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PhysicalResourceId AWS API Documentation
|
3517
|
+
#
|
3518
|
+
class PhysicalResourceId < Struct.new(
|
3519
|
+
:aws_account_id,
|
3520
|
+
:aws_region,
|
3521
|
+
:identifier,
|
3522
|
+
:type)
|
3523
|
+
SENSITIVE = []
|
3524
|
+
include Aws::Structure
|
3525
|
+
end
|
3526
|
+
|
3527
|
+
# @!attribute [rw] app_arn
|
3528
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3529
|
+
# application. The format for this ARN is:
|
3530
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
3531
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
3532
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
3533
|
+
#
|
3534
|
+
#
|
3535
|
+
#
|
3536
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
3537
|
+
# @return [String]
|
3538
|
+
#
|
3539
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PublishAppVersionRequest AWS API Documentation
|
3540
|
+
#
|
3541
|
+
class PublishAppVersionRequest < Struct.new(
|
3542
|
+
:app_arn)
|
3543
|
+
SENSITIVE = []
|
3544
|
+
include Aws::Structure
|
3545
|
+
end
|
3546
|
+
|
3547
|
+
# @!attribute [rw] app_arn
|
3548
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3549
|
+
# application. The format for this ARN is:
|
3550
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
3551
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
3552
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
3553
|
+
#
|
3554
|
+
#
|
3555
|
+
#
|
3556
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
3557
|
+
# @return [String]
|
3558
|
+
#
|
3559
|
+
# @!attribute [rw] app_version
|
3560
|
+
# The version of the application.
|
3561
|
+
# @return [String]
|
3562
|
+
#
|
3563
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PublishAppVersionResponse AWS API Documentation
|
3564
|
+
#
|
3565
|
+
class PublishAppVersionResponse < Struct.new(
|
3566
|
+
:app_arn,
|
3567
|
+
:app_version)
|
3568
|
+
SENSITIVE = []
|
3569
|
+
include Aws::Structure
|
3570
|
+
end
|
3571
|
+
|
3572
|
+
# @!attribute [rw] app_arn
|
3573
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3574
|
+
# application. The format for this ARN is:
|
3575
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
3576
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
3577
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
3578
|
+
#
|
3579
|
+
#
|
3580
|
+
#
|
3581
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
3582
|
+
# @return [String]
|
3583
|
+
#
|
3584
|
+
# @!attribute [rw] app_template_body
|
3585
|
+
# A JSON string that provides information about your application
|
3586
|
+
# structure. To learn more about the `appTemplateBody` template, see
|
3587
|
+
# the sample template provided in the *Examples* section.
|
3588
|
+
#
|
3589
|
+
# The `appTemplateBody` JSON string has the following structure:
|
3590
|
+
#
|
3591
|
+
# * <b> <code>resources</code> </b>
|
3592
|
+
#
|
3593
|
+
# The list of logical resources that needs to be included in the
|
3594
|
+
# application.
|
3595
|
+
#
|
3596
|
+
# Type: Array
|
3597
|
+
#
|
3598
|
+
# <note markdown="1"> Don't add the resources that you want to exclude.
|
3599
|
+
#
|
3600
|
+
# </note>
|
3601
|
+
#
|
3602
|
+
# Each `resources` array item includes the following fields:
|
3603
|
+
#
|
3604
|
+
# * <i> <code>logicalResourceId</code> </i>
|
3605
|
+
#
|
3606
|
+
# The logical identifier of the resource.
|
3607
|
+
#
|
3608
|
+
# Type: Object
|
3609
|
+
#
|
3610
|
+
# Each `logicalResourceId` object includes the following fields:
|
3611
|
+
#
|
3612
|
+
# * `identifier`
|
3613
|
+
#
|
3614
|
+
# The identifier of the resource.
|
3615
|
+
#
|
3616
|
+
# Type: String
|
3617
|
+
#
|
3618
|
+
# * `logicalStackName`
|
3619
|
+
#
|
3620
|
+
# The name of the CloudFormation stack this resource belongs to.
|
3621
|
+
#
|
3622
|
+
# Type: String
|
3623
|
+
#
|
3624
|
+
# * `resourceGroupName`
|
3625
|
+
#
|
3626
|
+
# The name of the resource group this resource belongs to.
|
3627
|
+
#
|
3628
|
+
# Type: String
|
3629
|
+
#
|
3630
|
+
# * `terraformSourceName`
|
3631
|
+
#
|
3632
|
+
# The name of the Terraform S3 state file this resource belongs
|
3633
|
+
# to.
|
3634
|
+
#
|
3635
|
+
# Type: String
|
3636
|
+
#
|
3637
|
+
# * <i> <code>type</code> </i>
|
3638
|
+
#
|
3639
|
+
# The type of resource.
|
3640
|
+
#
|
3641
|
+
# Type: string
|
3642
|
+
#
|
3643
|
+
# * <i> <code>name</code> </i>
|
3644
|
+
#
|
3645
|
+
# The name of the resource.
|
3646
|
+
#
|
3647
|
+
# Type: String
|
3648
|
+
#
|
3649
|
+
# * <b> <code>appComponents</code> </b>
|
3650
|
+
#
|
3651
|
+
# The list of Application Components that this resource belongs to.
|
3652
|
+
# If an Application Component is not part of the AWS Resilience Hub
|
3653
|
+
# application, it will be added.
|
3654
|
+
#
|
3655
|
+
# Type: Array
|
3656
|
+
#
|
3657
|
+
# Each `appComponents` array item includes the following fields:
|
3658
|
+
#
|
3659
|
+
# * `name`
|
3660
|
+
#
|
3661
|
+
# The name of the Application Component.
|
3662
|
+
#
|
3663
|
+
# Type: String
|
3664
|
+
#
|
3665
|
+
# * `type`
|
3666
|
+
#
|
3667
|
+
# The type of Application Component. For more information about
|
3668
|
+
# the types of Application Component, see [Grouping resources in
|
3669
|
+
# an AppComponent][1].
|
3670
|
+
#
|
3671
|
+
# Type: String
|
3672
|
+
#
|
3673
|
+
# * `resourceNames`
|
3674
|
+
#
|
3675
|
+
# The list of included resources that are assigned to the
|
3676
|
+
# Application Component.
|
3677
|
+
#
|
3678
|
+
# Type: Array of strings
|
3679
|
+
#
|
3680
|
+
# * `additionalInfo`
|
3681
|
+
#
|
3682
|
+
# Additional configuration parameters for an AWS Resilience Hub
|
3683
|
+
# application.
|
3684
|
+
#
|
3685
|
+
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a
|
3686
|
+
# string format) of only one failover region and one associated
|
3687
|
+
# account.
|
3688
|
+
#
|
3689
|
+
# Key: `"failover-regions"`
|
3690
|
+
#
|
3691
|
+
# Value: `"[\{"region":"<REGION>",
|
3692
|
+
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
3693
|
+
#
|
3694
|
+
# </note>
|
3695
|
+
#
|
3696
|
+
# * <b> <code>excludedResources</code> </b>
|
3697
|
+
#
|
3698
|
+
# The list of logical resource identifiers to be excluded from the
|
3699
|
+
# application.
|
3700
|
+
#
|
3701
|
+
# Type: Array
|
2469
3702
|
#
|
2470
|
-
|
2471
|
-
:app_components,
|
2472
|
-
:logical_resource_id,
|
2473
|
-
:physical_resource_id,
|
2474
|
-
:resource_name,
|
2475
|
-
:resource_type)
|
2476
|
-
SENSITIVE = []
|
2477
|
-
include Aws::Structure
|
2478
|
-
end
|
2479
|
-
|
2480
|
-
# Defines a physical resource identifier.
|
3703
|
+
# <note markdown="1"> Don't add the resources that you want to include.
|
2481
3704
|
#
|
2482
|
-
#
|
2483
|
-
# The Amazon Web Services account that owns the physical resource.
|
2484
|
-
# @return [String]
|
3705
|
+
# </note>
|
2485
3706
|
#
|
2486
|
-
#
|
2487
|
-
# The Amazon Web Services Region that the physical resource is located
|
2488
|
-
# in.
|
2489
|
-
# @return [String]
|
3707
|
+
# Each `excludedResources` array item includes the following fields:
|
2490
3708
|
#
|
2491
|
-
#
|
2492
|
-
# The identifier of the physical resource.
|
2493
|
-
# @return [String]
|
3709
|
+
# * <i> <code>logicalResourceIds</code> </i>
|
2494
3710
|
#
|
2495
|
-
#
|
2496
|
-
# Specifies the type of physical resource identifier.
|
3711
|
+
# The logical identifier of the resource.
|
2497
3712
|
#
|
2498
|
-
#
|
3713
|
+
# Type: Object
|
2499
3714
|
#
|
2500
|
-
#
|
3715
|
+
# <note markdown="1"> You can configure only one of the following fields:
|
2501
3716
|
#
|
2502
|
-
#
|
3717
|
+
# * `logicalStackName`
|
2503
3718
|
#
|
2504
|
-
#
|
2505
|
-
# @return [String]
|
3719
|
+
# * `resourceGroupName`
|
2506
3720
|
#
|
2507
|
-
#
|
3721
|
+
# * `terraformSourceName`
|
2508
3722
|
#
|
2509
|
-
|
2510
|
-
:aws_account_id,
|
2511
|
-
:aws_region,
|
2512
|
-
:identifier,
|
2513
|
-
:type)
|
2514
|
-
SENSITIVE = []
|
2515
|
-
include Aws::Structure
|
2516
|
-
end
|
2517
|
-
|
2518
|
-
# @!attribute [rw] app_arn
|
2519
|
-
# The Amazon Resource Name (ARN) of the application. The format for
|
2520
|
-
# this ARN is:
|
2521
|
-
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
2522
|
-
# For more information about ARNs, see [ Amazon Resource Names
|
2523
|
-
# (ARNs)][1] in the *AWS General Reference*.
|
3723
|
+
# </note>
|
2524
3724
|
#
|
3725
|
+
# Each `logicalResourceIds` object includes the following fields:
|
2525
3726
|
#
|
3727
|
+
# * `identifier`
|
2526
3728
|
#
|
2527
|
-
#
|
2528
|
-
# @return [String]
|
3729
|
+
# The identifier of the resource.
|
2529
3730
|
#
|
2530
|
-
#
|
3731
|
+
# Type: String
|
2531
3732
|
#
|
2532
|
-
|
2533
|
-
:app_arn)
|
2534
|
-
SENSITIVE = []
|
2535
|
-
include Aws::Structure
|
2536
|
-
end
|
2537
|
-
|
2538
|
-
# @!attribute [rw] app_arn
|
2539
|
-
# The Amazon Resource Name (ARN) of the application. The format for
|
2540
|
-
# this ARN is:
|
2541
|
-
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
2542
|
-
# For more information about ARNs, see [ Amazon Resource Names
|
2543
|
-
# (ARNs)][1] in the *AWS General Reference*.
|
3733
|
+
# * `logicalStackName`
|
2544
3734
|
#
|
3735
|
+
# The name of the CloudFormation stack this resource belongs to.
|
2545
3736
|
#
|
3737
|
+
# Type: String
|
2546
3738
|
#
|
2547
|
-
#
|
2548
|
-
# @return [String]
|
3739
|
+
# * `resourceGroupName`
|
2549
3740
|
#
|
2550
|
-
#
|
2551
|
-
# The version of the application.
|
2552
|
-
# @return [String]
|
3741
|
+
# The name of the resource group this resource belongs to.
|
2553
3742
|
#
|
2554
|
-
#
|
3743
|
+
# Type: String
|
2555
3744
|
#
|
2556
|
-
|
2557
|
-
:app_arn,
|
2558
|
-
:app_version)
|
2559
|
-
SENSITIVE = []
|
2560
|
-
include Aws::Structure
|
2561
|
-
end
|
2562
|
-
|
2563
|
-
# @!attribute [rw] app_arn
|
2564
|
-
# The Amazon Resource Name (ARN) of the application. The format for
|
2565
|
-
# this ARN is:
|
2566
|
-
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
2567
|
-
# For more information about ARNs, see [ Amazon Resource Names
|
2568
|
-
# (ARNs)][1] in the *AWS General Reference*.
|
3745
|
+
# * `terraformSourceName`
|
2569
3746
|
#
|
3747
|
+
# The name of the Terraform S3 state file this resource belongs
|
3748
|
+
# to.
|
2570
3749
|
#
|
3750
|
+
# Type: String
|
2571
3751
|
#
|
2572
|
-
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
2573
|
-
# @return [String]
|
2574
3752
|
#
|
2575
|
-
#
|
2576
|
-
#
|
3753
|
+
#
|
3754
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
|
2577
3755
|
# @return [String]
|
2578
3756
|
#
|
2579
3757
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PutDraftAppVersionTemplateRequest AWS API Documentation
|
@@ -2586,11 +3764,11 @@ module Aws::ResilienceHub
|
|
2586
3764
|
end
|
2587
3765
|
|
2588
3766
|
# @!attribute [rw] app_arn
|
2589
|
-
# The Amazon Resource Name (ARN) of the
|
2590
|
-
# this ARN is:
|
3767
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3768
|
+
# application. The format for this ARN is:
|
2591
3769
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
2592
3770
|
# For more information about ARNs, see [ Amazon Resource Names
|
2593
|
-
# (ARNs)][1] in the *AWS General Reference
|
3771
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2594
3772
|
#
|
2595
3773
|
#
|
2596
3774
|
#
|
@@ -2682,11 +3860,11 @@ module Aws::ResilienceHub
|
|
2682
3860
|
# CreateRecommendationTemplate action.
|
2683
3861
|
#
|
2684
3862
|
# @!attribute [rw] app_arn
|
2685
|
-
# The Amazon Resource Name (ARN) of the
|
2686
|
-
# this ARN is:
|
3863
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3864
|
+
# application. The format for this ARN is:
|
2687
3865
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
2688
3866
|
# For more information about ARNs, see [ Amazon Resource Names
|
2689
|
-
# (ARNs)][1] in the *AWS General Reference
|
3867
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2690
3868
|
#
|
2691
3869
|
#
|
2692
3870
|
#
|
@@ -2698,7 +3876,7 @@ module Aws::ResilienceHub
|
|
2698
3876
|
# this ARN is:
|
2699
3877
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app-assessment/`app-id`.
|
2700
3878
|
# For more information about ARNs, see [ Amazon Resource Names
|
2701
|
-
# (ARNs)][1] in the *AWS General Reference
|
3879
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2702
3880
|
#
|
2703
3881
|
#
|
2704
3882
|
#
|
@@ -2799,11 +3977,11 @@ module Aws::ResilienceHub
|
|
2799
3977
|
end
|
2800
3978
|
|
2801
3979
|
# @!attribute [rw] app_arn
|
2802
|
-
# The Amazon Resource Name (ARN) of the
|
2803
|
-
# this ARN is:
|
3980
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
3981
|
+
# application. The format for this ARN is:
|
2804
3982
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
2805
3983
|
# For more information about ARNs, see [ Amazon Resource Names
|
2806
|
-
# (ARNs)][1] in the *AWS General Reference
|
3984
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2807
3985
|
#
|
2808
3986
|
#
|
2809
3987
|
#
|
@@ -2811,26 +3989,28 @@ module Aws::ResilienceHub
|
|
2811
3989
|
# @return [String]
|
2812
3990
|
#
|
2813
3991
|
# @!attribute [rw] app_registry_app_names
|
2814
|
-
# The names of the registered applications to remove from the
|
2815
|
-
# mappings.
|
3992
|
+
# The names of the registered applications you want to remove from the
|
3993
|
+
# resource mappings.
|
2816
3994
|
# @return [Array<String>]
|
2817
3995
|
#
|
2818
3996
|
# @!attribute [rw] logical_stack_names
|
2819
|
-
# The names of the CloudFormation stacks to remove from the
|
2820
|
-
# mappings.
|
3997
|
+
# The names of the CloudFormation stacks you want to remove from the
|
3998
|
+
# resource mappings.
|
2821
3999
|
# @return [Array<String>]
|
2822
4000
|
#
|
2823
4001
|
# @!attribute [rw] resource_group_names
|
2824
|
-
# The names of the resource groups to remove from the
|
2825
|
-
# mappings.
|
4002
|
+
# The names of the resource groups you want to remove from the
|
4003
|
+
# resource mappings.
|
2826
4004
|
# @return [Array<String>]
|
2827
4005
|
#
|
2828
4006
|
# @!attribute [rw] resource_names
|
2829
|
-
# The names of the resources to remove from the resource
|
4007
|
+
# The names of the resources you want to remove from the resource
|
4008
|
+
# mappings.
|
2830
4009
|
# @return [Array<String>]
|
2831
4010
|
#
|
2832
4011
|
# @!attribute [rw] terraform_source_names
|
2833
|
-
#
|
4012
|
+
# The names of the Terraform sources you want to remove from the
|
4013
|
+
# resource mappings.
|
2834
4014
|
# @return [Array<String>]
|
2835
4015
|
#
|
2836
4016
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/RemoveDraftAppVersionResourceMappingsRequest AWS API Documentation
|
@@ -2847,11 +4027,11 @@ module Aws::ResilienceHub
|
|
2847
4027
|
end
|
2848
4028
|
|
2849
4029
|
# @!attribute [rw] app_arn
|
2850
|
-
# The Amazon Resource Name (ARN) of the
|
2851
|
-
# this ARN is:
|
4030
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4031
|
+
# application. The format for this ARN is:
|
2852
4032
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
2853
4033
|
# For more information about ARNs, see [ Amazon Resource Names
|
2854
|
-
# (ARNs)][1] in the *AWS General Reference
|
4034
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2855
4035
|
#
|
2856
4036
|
#
|
2857
4037
|
#
|
@@ -2895,7 +4075,7 @@ module Aws::ResilienceHub
|
|
2895
4075
|
# for this ARN is:
|
2896
4076
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:resiliency-policy/`policy-id`.
|
2897
4077
|
# For more information about ARNs, see [ Amazon Resource Names
|
2898
|
-
# (ARNs)][1] in the *AWS General Reference
|
4078
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2899
4079
|
#
|
2900
4080
|
#
|
2901
4081
|
#
|
@@ -2958,11 +4138,11 @@ module Aws::ResilienceHub
|
|
2958
4138
|
end
|
2959
4139
|
|
2960
4140
|
# @!attribute [rw] app_arn
|
2961
|
-
# The Amazon Resource Name (ARN) of the
|
2962
|
-
# this ARN is:
|
4141
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4142
|
+
# application. The format for this ARN is:
|
2963
4143
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
2964
4144
|
# For more information about ARNs, see [ Amazon Resource Names
|
2965
|
-
# (ARNs)][1] in the *AWS General Reference
|
4145
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2966
4146
|
#
|
2967
4147
|
#
|
2968
4148
|
#
|
@@ -2983,11 +4163,11 @@ module Aws::ResilienceHub
|
|
2983
4163
|
end
|
2984
4164
|
|
2985
4165
|
# @!attribute [rw] app_arn
|
2986
|
-
# The Amazon Resource Name (ARN) of the
|
2987
|
-
# this ARN is:
|
4166
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4167
|
+
# application. The format for this ARN is:
|
2988
4168
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
2989
4169
|
# For more information about ARNs, see [ Amazon Resource Names
|
2990
|
-
# (ARNs)][1] in the *AWS General Reference
|
4170
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
2991
4171
|
#
|
2992
4172
|
#
|
2993
4173
|
#
|
@@ -3126,7 +4306,7 @@ module Aws::ResilienceHub
|
|
3126
4306
|
include Aws::Structure
|
3127
4307
|
end
|
3128
4308
|
|
3129
|
-
#
|
4309
|
+
# This exception occurs when the specified resource could not be found.
|
3130
4310
|
#
|
3131
4311
|
# @!attribute [rw] message
|
3132
4312
|
# @return [String]
|
@@ -3168,9 +4348,9 @@ module Aws::ResilienceHub
|
|
3168
4348
|
include Aws::Structure
|
3169
4349
|
end
|
3170
4350
|
|
3171
|
-
#
|
3172
|
-
# remove some of the relevant resources,
|
3173
|
-
# request a service quota increase.
|
4351
|
+
# This exception occurs when you have exceeded your service quota. To
|
4352
|
+
# perform the requested action, remove some of the relevant resources,
|
4353
|
+
# or use Service Quotas to request a service quota increase.
|
3174
4354
|
#
|
3175
4355
|
# @!attribute [rw] message
|
3176
4356
|
# @return [String]
|
@@ -3186,7 +4366,7 @@ module Aws::ResilienceHub
|
|
3186
4366
|
# Defines a standard operating procedure (SOP) recommendation.
|
3187
4367
|
#
|
3188
4368
|
# @!attribute [rw] app_component_name
|
3189
|
-
# The
|
4369
|
+
# The name of the Application Component.
|
3190
4370
|
# @return [String]
|
3191
4371
|
#
|
3192
4372
|
# @!attribute [rw] description
|
@@ -3233,11 +4413,11 @@ module Aws::ResilienceHub
|
|
3233
4413
|
end
|
3234
4414
|
|
3235
4415
|
# @!attribute [rw] app_arn
|
3236
|
-
# The Amazon Resource Name (ARN) of the
|
3237
|
-
# this ARN is:
|
4416
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4417
|
+
# application. The format for this ARN is:
|
3238
4418
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
3239
4419
|
# For more information about ARNs, see [ Amazon Resource Names
|
3240
|
-
# (ARNs)][1] in the *AWS General Reference
|
4420
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
3241
4421
|
#
|
3242
4422
|
#
|
3243
4423
|
#
|
@@ -3330,7 +4510,7 @@ module Aws::ResilienceHub
|
|
3330
4510
|
# Defines a test recommendation.
|
3331
4511
|
#
|
3332
4512
|
# @!attribute [rw] app_component_name
|
3333
|
-
# The name of the
|
4513
|
+
# The name of the Application Component.
|
3334
4514
|
# @return [String]
|
3335
4515
|
#
|
3336
4516
|
# @!attribute [rw] depends_on_alarms
|
@@ -3392,7 +4572,8 @@ module Aws::ResilienceHub
|
|
3392
4572
|
include Aws::Structure
|
3393
4573
|
end
|
3394
4574
|
|
3395
|
-
#
|
4575
|
+
# This exception occurs when you have exceeded the limit on the number
|
4576
|
+
# of requests per second.
|
3396
4577
|
#
|
3397
4578
|
# @!attribute [rw] message
|
3398
4579
|
# @return [String]
|
@@ -3410,7 +4591,7 @@ module Aws::ResilienceHub
|
|
3410
4591
|
include Aws::Structure
|
3411
4592
|
end
|
3412
4593
|
|
3413
|
-
# Defines a resource that is not supported by Resilience Hub.
|
4594
|
+
# Defines a resource that is not supported by AWS Resilience Hub.
|
3414
4595
|
#
|
3415
4596
|
# @!attribute [rw] logical_resource_id
|
3416
4597
|
# The logical resource identifier for the unsupported resource.
|
@@ -3439,7 +4620,7 @@ module Aws::ResilienceHub
|
|
3439
4620
|
# @return [String]
|
3440
4621
|
#
|
3441
4622
|
# @!attribute [rw] tag_keys
|
3442
|
-
# The keys of the tags to remove.
|
4623
|
+
# The keys of the tags you want to remove.
|
3443
4624
|
# @return [Array<String>]
|
3444
4625
|
#
|
3445
4626
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UntagResourceRequest AWS API Documentation
|
@@ -3456,11 +4637,11 @@ module Aws::ResilienceHub
|
|
3456
4637
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
3457
4638
|
|
3458
4639
|
# @!attribute [rw] app_arn
|
3459
|
-
# The Amazon Resource Name (ARN) of the
|
3460
|
-
# this ARN is:
|
4640
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4641
|
+
# application. The format for this ARN is:
|
3461
4642
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
3462
4643
|
# For more information about ARNs, see [ Amazon Resource Names
|
3463
|
-
# (ARNs)][1] in the *AWS General Reference
|
4644
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
3464
4645
|
#
|
3465
4646
|
#
|
3466
4647
|
#
|
@@ -3484,7 +4665,7 @@ module Aws::ResilienceHub
|
|
3484
4665
|
# for this ARN is:
|
3485
4666
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:resiliency-policy/`policy-id`.
|
3486
4667
|
# For more information about ARNs, see [ Amazon Resource Names
|
3487
|
-
# (ARNs)][1] in the *AWS General Reference
|
4668
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
3488
4669
|
#
|
3489
4670
|
#
|
3490
4671
|
#
|
@@ -3517,6 +4698,260 @@ module Aws::ResilienceHub
|
|
3517
4698
|
include Aws::Structure
|
3518
4699
|
end
|
3519
4700
|
|
4701
|
+
# @!attribute [rw] additional_info
|
4702
|
+
# Currently, there is no supported additional information for
|
4703
|
+
# Application Components.
|
4704
|
+
# @return [Hash<String,Array<String>>]
|
4705
|
+
#
|
4706
|
+
# @!attribute [rw] app_arn
|
4707
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4708
|
+
# application. The format for this ARN is:
|
4709
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
4710
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
4711
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
4712
|
+
#
|
4713
|
+
#
|
4714
|
+
#
|
4715
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
4716
|
+
# @return [String]
|
4717
|
+
#
|
4718
|
+
# @!attribute [rw] id
|
4719
|
+
# The identifier of the Application Component.
|
4720
|
+
# @return [String]
|
4721
|
+
#
|
4722
|
+
# @!attribute [rw] name
|
4723
|
+
# The name of the Application Component.
|
4724
|
+
# @return [String]
|
4725
|
+
#
|
4726
|
+
# @!attribute [rw] type
|
4727
|
+
# The type of Application Component. For more information about the
|
4728
|
+
# types of Application Component, see [Grouping resources in an
|
4729
|
+
# AppComponent][1].
|
4730
|
+
#
|
4731
|
+
#
|
4732
|
+
#
|
4733
|
+
# [1]: https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
|
4734
|
+
# @return [String]
|
4735
|
+
#
|
4736
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionAppComponentRequest AWS API Documentation
|
4737
|
+
#
|
4738
|
+
class UpdateAppVersionAppComponentRequest < Struct.new(
|
4739
|
+
:additional_info,
|
4740
|
+
:app_arn,
|
4741
|
+
:id,
|
4742
|
+
:name,
|
4743
|
+
:type)
|
4744
|
+
SENSITIVE = []
|
4745
|
+
include Aws::Structure
|
4746
|
+
end
|
4747
|
+
|
4748
|
+
# @!attribute [rw] app_arn
|
4749
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4750
|
+
# application. The format for this ARN is:
|
4751
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
4752
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
4753
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
4754
|
+
#
|
4755
|
+
#
|
4756
|
+
#
|
4757
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
4758
|
+
# @return [String]
|
4759
|
+
#
|
4760
|
+
# @!attribute [rw] app_component
|
4761
|
+
# Defines an Application Component.
|
4762
|
+
# @return [Types::AppComponent]
|
4763
|
+
#
|
4764
|
+
# @!attribute [rw] app_version
|
4765
|
+
# The AWS Resilience Hub application version.
|
4766
|
+
# @return [String]
|
4767
|
+
#
|
4768
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionAppComponentResponse AWS API Documentation
|
4769
|
+
#
|
4770
|
+
class UpdateAppVersionAppComponentResponse < Struct.new(
|
4771
|
+
:app_arn,
|
4772
|
+
:app_component,
|
4773
|
+
:app_version)
|
4774
|
+
SENSITIVE = []
|
4775
|
+
include Aws::Structure
|
4776
|
+
end
|
4777
|
+
|
4778
|
+
# @!attribute [rw] additional_info
|
4779
|
+
# Additional configuration parameters for an AWS Resilience Hub
|
4780
|
+
# application.
|
4781
|
+
#
|
4782
|
+
# <note markdown="1"> Currently, this parameter accepts a key-value mapping (in a string
|
4783
|
+
# format) of only one failover region and one associated account.
|
4784
|
+
#
|
4785
|
+
# Key: `"failover-regions"`
|
4786
|
+
#
|
4787
|
+
# Value: `"[\{"region":"<REGION>",
|
4788
|
+
# "accounts":[\{"id":"<ACCOUNT_ID>"\}]\}]"`
|
4789
|
+
#
|
4790
|
+
# </note>
|
4791
|
+
# @return [Hash<String,Array<String>>]
|
4792
|
+
#
|
4793
|
+
# @!attribute [rw] app_arn
|
4794
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4795
|
+
# application. The format for this ARN is:
|
4796
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
4797
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
4798
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
4799
|
+
#
|
4800
|
+
#
|
4801
|
+
#
|
4802
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
4803
|
+
# @return [String]
|
4804
|
+
#
|
4805
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionRequest AWS API Documentation
|
4806
|
+
#
|
4807
|
+
class UpdateAppVersionRequest < Struct.new(
|
4808
|
+
:additional_info,
|
4809
|
+
:app_arn)
|
4810
|
+
SENSITIVE = []
|
4811
|
+
include Aws::Structure
|
4812
|
+
end
|
4813
|
+
|
4814
|
+
# @!attribute [rw] additional_info
|
4815
|
+
# Currently, there is no supported additional information for
|
4816
|
+
# resources.
|
4817
|
+
# @return [Hash<String,Array<String>>]
|
4818
|
+
#
|
4819
|
+
# @!attribute [rw] app_arn
|
4820
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4821
|
+
# application. The format for this ARN is:
|
4822
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
4823
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
4824
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
4825
|
+
#
|
4826
|
+
#
|
4827
|
+
#
|
4828
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
4829
|
+
# @return [String]
|
4830
|
+
#
|
4831
|
+
# @!attribute [rw] app_components
|
4832
|
+
# The list of Application Components that this resource belongs to. If
|
4833
|
+
# an Application Component is not part of the AWS Resilience Hub
|
4834
|
+
# application, it will be added.
|
4835
|
+
# @return [Array<String>]
|
4836
|
+
#
|
4837
|
+
# @!attribute [rw] aws_account_id
|
4838
|
+
# The Amazon Web Services account that owns the physical resource.
|
4839
|
+
# @return [String]
|
4840
|
+
#
|
4841
|
+
# @!attribute [rw] aws_region
|
4842
|
+
# The Amazon Web Services region that owns the physical resource.
|
4843
|
+
# @return [String]
|
4844
|
+
#
|
4845
|
+
# @!attribute [rw] excluded
|
4846
|
+
# Indicates if a resource is excluded from an AWS Resilience Hub
|
4847
|
+
# application.
|
4848
|
+
#
|
4849
|
+
# <note markdown="1"> You can exclude only imported resources from an AWS Resilience Hub
|
4850
|
+
# application.
|
4851
|
+
#
|
4852
|
+
# </note>
|
4853
|
+
# @return [Boolean]
|
4854
|
+
#
|
4855
|
+
# @!attribute [rw] logical_resource_id
|
4856
|
+
# The logical identifier of the resource.
|
4857
|
+
# @return [Types::LogicalResourceId]
|
4858
|
+
#
|
4859
|
+
# @!attribute [rw] physical_resource_id
|
4860
|
+
# The physical identifier of the resource.
|
4861
|
+
# @return [String]
|
4862
|
+
#
|
4863
|
+
# @!attribute [rw] resource_name
|
4864
|
+
# The name of the resource.
|
4865
|
+
# @return [String]
|
4866
|
+
#
|
4867
|
+
# @!attribute [rw] resource_type
|
4868
|
+
# The type of resource.
|
4869
|
+
# @return [String]
|
4870
|
+
#
|
4871
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionResourceRequest AWS API Documentation
|
4872
|
+
#
|
4873
|
+
class UpdateAppVersionResourceRequest < Struct.new(
|
4874
|
+
:additional_info,
|
4875
|
+
:app_arn,
|
4876
|
+
:app_components,
|
4877
|
+
:aws_account_id,
|
4878
|
+
:aws_region,
|
4879
|
+
:excluded,
|
4880
|
+
:logical_resource_id,
|
4881
|
+
:physical_resource_id,
|
4882
|
+
:resource_name,
|
4883
|
+
:resource_type)
|
4884
|
+
SENSITIVE = []
|
4885
|
+
include Aws::Structure
|
4886
|
+
end
|
4887
|
+
|
4888
|
+
# @!attribute [rw] app_arn
|
4889
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4890
|
+
# application. The format for this ARN is:
|
4891
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
4892
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
4893
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
4894
|
+
#
|
4895
|
+
#
|
4896
|
+
#
|
4897
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
4898
|
+
# @return [String]
|
4899
|
+
#
|
4900
|
+
# @!attribute [rw] app_version
|
4901
|
+
# The AWS Resilience Hub application version.
|
4902
|
+
# @return [String]
|
4903
|
+
#
|
4904
|
+
# @!attribute [rw] physical_resource
|
4905
|
+
# Defines a physical resource. A physical resource is a resource that
|
4906
|
+
# exists in your account. It can be identified using an Amazon
|
4907
|
+
# Resource Name (ARN) or a Resilience Hub-native identifier.
|
4908
|
+
# @return [Types::PhysicalResource]
|
4909
|
+
#
|
4910
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionResourceResponse AWS API Documentation
|
4911
|
+
#
|
4912
|
+
class UpdateAppVersionResourceResponse < Struct.new(
|
4913
|
+
:app_arn,
|
4914
|
+
:app_version,
|
4915
|
+
:physical_resource)
|
4916
|
+
SENSITIVE = []
|
4917
|
+
include Aws::Structure
|
4918
|
+
end
|
4919
|
+
|
4920
|
+
# @!attribute [rw] additional_info
|
4921
|
+
# Additional configuration parameters for an AWS Resilience Hub
|
4922
|
+
# application.
|
4923
|
+
#
|
4924
|
+
# <note markdown="1"> Currently, this parameter supports only failover region and account.
|
4925
|
+
#
|
4926
|
+
# </note>
|
4927
|
+
# @return [Hash<String,Array<String>>]
|
4928
|
+
#
|
4929
|
+
# @!attribute [rw] app_arn
|
4930
|
+
# The Amazon Resource Name (ARN) of the AWS Resilience Hub
|
4931
|
+
# application. The format for this ARN is:
|
4932
|
+
# arn:`partition`\:resiliencehub:`region`\:`account`\:app/`app-id`.
|
4933
|
+
# For more information about ARNs, see [ Amazon Resource Names
|
4934
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
4935
|
+
#
|
4936
|
+
#
|
4937
|
+
#
|
4938
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
4939
|
+
# @return [String]
|
4940
|
+
#
|
4941
|
+
# @!attribute [rw] app_version
|
4942
|
+
# The AWS Resilience Hub application version.
|
4943
|
+
# @return [String]
|
4944
|
+
#
|
4945
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/UpdateAppVersionResponse AWS API Documentation
|
4946
|
+
#
|
4947
|
+
class UpdateAppVersionResponse < Struct.new(
|
4948
|
+
:additional_info,
|
4949
|
+
:app_arn,
|
4950
|
+
:app_version)
|
4951
|
+
SENSITIVE = []
|
4952
|
+
include Aws::Structure
|
4953
|
+
end
|
4954
|
+
|
3520
4955
|
# @!attribute [rw] data_location_constraint
|
3521
4956
|
# Specifies a high-level geographical location constraint for where
|
3522
4957
|
# your resilience policy data can be stored.
|
@@ -3532,7 +4967,7 @@ module Aws::ResilienceHub
|
|
3532
4967
|
# for this ARN is:
|
3533
4968
|
# arn:`partition`\:resiliencehub:`region`\:`account`\:resiliency-policy/`policy-id`.
|
3534
4969
|
# For more information about ARNs, see [ Amazon Resource Names
|
3535
|
-
# (ARNs)][1] in the *AWS General Reference
|
4970
|
+
# (ARNs)][1] in the *AWS General Reference* guide.
|
3536
4971
|
#
|
3537
4972
|
#
|
3538
4973
|
#
|
@@ -3579,7 +5014,7 @@ module Aws::ResilienceHub
|
|
3579
5014
|
include Aws::Structure
|
3580
5015
|
end
|
3581
5016
|
|
3582
|
-
#
|
5017
|
+
# This exception occurs when a request is not valid.
|
3583
5018
|
#
|
3584
5019
|
# @!attribute [rw] message
|
3585
5020
|
# @return [String]
|