@aws-sdk/client-resiliencehub 3.379.1 → 3.382.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,10 +48,12 @@ export type PhysicalIdentifierType = (typeof PhysicalIdentifierType)[keyof typeo
48
48
  */
49
49
  export interface PhysicalResourceId {
50
50
  /**
51
+ * @public
51
52
  * <p>The identifier of the physical resource.</p>
52
53
  */
53
54
  identifier: string | undefined;
54
55
  /**
56
+ * @public
55
57
  * <p>Specifies the type of physical resource identifier.</p>
56
58
  * <dl>
57
59
  * <dt>Arn</dt>
@@ -66,10 +68,12 @@ export interface PhysicalResourceId {
66
68
  */
67
69
  type: PhysicalIdentifierType | string | undefined;
68
70
  /**
71
+ * @public
69
72
  * <p>The Amazon Web Services Region that the physical resource is located in.</p>
70
73
  */
71
74
  awsRegion?: string;
72
75
  /**
76
+ * @public
73
77
  * <p>The Amazon Web Services account that owns the physical resource.</p>
74
78
  */
75
79
  awsAccountId?: string;
@@ -80,22 +84,27 @@ export interface PhysicalResourceId {
80
84
  */
81
85
  export interface ResourceMapping {
82
86
  /**
87
+ * @public
83
88
  * <p>The name of the resource this resource is mapped to.</p>
84
89
  */
85
90
  resourceName?: string;
86
91
  /**
92
+ * @public
87
93
  * <p>The name of the CloudFormation stack this resource is mapped to.</p>
88
94
  */
89
95
  logicalStackName?: string;
90
96
  /**
97
+ * @public
91
98
  * <p>The name of the application this resource is mapped to.</p>
92
99
  */
93
100
  appRegistryAppName?: string;
94
101
  /**
102
+ * @public
95
103
  * <p>The name of the resource group this resource is mapped to.</p>
96
104
  */
97
105
  resourceGroupName?: string;
98
106
  /**
107
+ * @public
99
108
  * <p>Specifies the type of resource mapping.</p>
100
109
  * <dl>
101
110
  * <dt>AppRegistryApp</dt>
@@ -122,16 +131,19 @@ export interface ResourceMapping {
122
131
  */
123
132
  mappingType: ResourceMappingType | string | undefined;
124
133
  /**
134
+ * @public
125
135
  * <p>The identifier of this resource.</p>
126
136
  */
127
137
  physicalResourceId: PhysicalResourceId | undefined;
128
138
  /**
139
+ * @public
129
140
  * <p>
130
141
  * The short name of the Terraform source.
131
142
  * </p>
132
143
  */
133
144
  terraformSourceName?: string;
134
145
  /**
146
+ * @public
135
147
  * <p>The name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p>
136
148
  * <note>
137
149
  * <p>This parameter accepts values in "eks-cluster/namespace" format.</p>
@@ -144,6 +156,7 @@ export interface ResourceMapping {
144
156
  */
145
157
  export interface AddDraftAppVersionResourceMappingsRequest {
146
158
  /**
159
+ * @public
147
160
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
148
161
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
149
162
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -152,6 +165,7 @@ export interface AddDraftAppVersionResourceMappingsRequest {
152
165
  */
153
166
  appArn: string | undefined;
154
167
  /**
168
+ * @public
155
169
  * <p>Mappings used to map logical resources from the template to physical resources. You can
156
170
  * use the mapping type <code>CFN_STACK</code> if the application template uses
157
171
  * a logical stack name. Or you can map individual resources by using the mapping type
@@ -165,6 +179,7 @@ export interface AddDraftAppVersionResourceMappingsRequest {
165
179
  */
166
180
  export interface AddDraftAppVersionResourceMappingsResponse {
167
181
  /**
182
+ * @public
168
183
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
169
184
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
170
185
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -173,10 +188,12 @@ export interface AddDraftAppVersionResourceMappingsResponse {
173
188
  */
174
189
  appArn: string | undefined;
175
190
  /**
191
+ * @public
176
192
  * <p>The version of the application.</p>
177
193
  */
178
194
  appVersion: string | undefined;
179
195
  /**
196
+ * @public
180
197
  * <p>Mappings used to map logical resources from the template to physical resources. You can
181
198
  * use the mapping type <code>CFN_STACK</code> if the application template uses
182
199
  * a logical stack name. Or you can map individual resources by using the mapping type
@@ -196,10 +213,12 @@ export declare class ConflictException extends __BaseException {
196
213
  readonly name: "ConflictException";
197
214
  readonly $fault: "client";
198
215
  /**
216
+ * @public
199
217
  * <p>The identifier of the resource that the exception applies to.</p>
200
218
  */
201
219
  resourceId?: string;
202
220
  /**
221
+ * @public
203
222
  * <p>The type of the resource that the exception applies to.</p>
204
223
  */
205
224
  resourceType?: string;
@@ -229,10 +248,12 @@ export declare class ResourceNotFoundException extends __BaseException {
229
248
  readonly name: "ResourceNotFoundException";
230
249
  readonly $fault: "client";
231
250
  /**
251
+ * @public
232
252
  * <p>The identifier of the resource that the exception applies to.</p>
233
253
  */
234
254
  resourceId?: string;
235
255
  /**
256
+ * @public
236
257
  * <p>The type of the resource that the exception applies to.</p>
237
258
  */
238
259
  resourceType?: string;
@@ -249,6 +270,7 @@ export declare class ThrottlingException extends __BaseException {
249
270
  readonly name: "ThrottlingException";
250
271
  readonly $fault: "client";
251
272
  /**
273
+ * @public
252
274
  * <p>The number of seconds to wait before retrying the operation.</p>
253
275
  */
254
276
  retryAfterSeconds?: number;
@@ -275,18 +297,22 @@ export declare class ValidationException extends __BaseException {
275
297
  */
276
298
  export interface RecommendationItem {
277
299
  /**
300
+ * @public
278
301
  * <p>The resource identifier.</p>
279
302
  */
280
303
  resourceId?: string;
281
304
  /**
305
+ * @public
282
306
  * <p>The target account identifier.</p>
283
307
  */
284
308
  targetAccountId?: string;
285
309
  /**
310
+ * @public
286
311
  * <p>The target region.</p>
287
312
  */
288
313
  targetRegion?: string;
289
314
  /**
315
+ * @public
290
316
  * <p>Specifies if the recommendation has already been implemented.</p>
291
317
  */
292
318
  alreadyImplemented?: boolean;
@@ -312,34 +338,42 @@ export type AlarmType = (typeof AlarmType)[keyof typeof AlarmType];
312
338
  */
313
339
  export interface AlarmRecommendation {
314
340
  /**
341
+ * @public
315
342
  * <p>The identifier of the alarm recommendation.</p>
316
343
  */
317
344
  recommendationId: string | undefined;
318
345
  /**
346
+ * @public
319
347
  * <p>The reference identifier of the alarm recommendation.</p>
320
348
  */
321
349
  referenceId: string | undefined;
322
350
  /**
351
+ * @public
323
352
  * <p>The name of the alarm recommendation.</p>
324
353
  */
325
354
  name: string | undefined;
326
355
  /**
356
+ * @public
327
357
  * <p>The description of the recommendation.</p>
328
358
  */
329
359
  description?: string;
330
360
  /**
361
+ * @public
331
362
  * <p>The type of alarm recommendation.</p>
332
363
  */
333
364
  type: AlarmType | string | undefined;
334
365
  /**
366
+ * @public
335
367
  * <p>The Application Component for the CloudWatch alarm recommendation.</p>
336
368
  */
337
369
  appComponentName?: string;
338
370
  /**
371
+ * @public
339
372
  * <p>The list of CloudWatch alarm recommendations.</p>
340
373
  */
341
374
  items?: RecommendationItem[];
342
375
  /**
376
+ * @public
343
377
  * <p>The prerequisite for the alarm recommendation.</p>
344
378
  */
345
379
  prerequisite?: string;
@@ -388,6 +422,7 @@ export type AppStatusType = (typeof AppStatusType)[keyof typeof AppStatusType];
388
422
  */
389
423
  export interface App {
390
424
  /**
425
+ * @public
391
426
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
392
427
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
393
428
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -396,14 +431,17 @@ export interface App {
396
431
  */
397
432
  appArn: string | undefined;
398
433
  /**
434
+ * @public
399
435
  * <p>The name for the application.</p>
400
436
  */
401
437
  name: string | undefined;
402
438
  /**
439
+ * @public
403
440
  * <p>The optional description for an app.</p>
404
441
  */
405
442
  description?: string;
406
443
  /**
444
+ * @public
407
445
  * <p>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
408
446
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
409
447
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -412,35 +450,43 @@ export interface App {
412
450
  */
413
451
  policyArn?: string;
414
452
  /**
453
+ * @public
415
454
  * <p>The timestamp for when the app was created.</p>
416
455
  */
417
456
  creationTime: Date | undefined;
418
457
  /**
458
+ * @public
419
459
  * <p>The status of the application.</p>
420
460
  */
421
461
  status?: AppStatusType | string;
422
462
  /**
463
+ * @public
423
464
  * <p>The current status of compliance for the resiliency policy.</p>
424
465
  */
425
466
  complianceStatus?: AppComplianceStatusType | string;
426
467
  /**
468
+ * @public
427
469
  * <p>The timestamp for the most recent compliance evaluation.</p>
428
470
  */
429
471
  lastAppComplianceEvaluationTime?: Date;
430
472
  /**
473
+ * @public
431
474
  * <p>The current resiliency score for the application.</p>
432
475
  */
433
476
  resiliencyScore?: number;
434
477
  /**
478
+ * @public
435
479
  * <p>The timestamp for the most recent resiliency score evaluation.</p>
436
480
  */
437
481
  lastResiliencyScoreEvaluationTime?: Date;
438
482
  /**
483
+ * @public
439
484
  * <p>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.
440
485
  * Each tag consists of a key/value pair.</p>
441
486
  */
442
487
  tags?: Record<string, string>;
443
488
  /**
489
+ * @public
444
490
  * <p>
445
491
  * Assessment execution schedule with 'Daily' or 'Disabled' values.
446
492
  * </p>
@@ -493,42 +539,52 @@ export type ComplianceStatus = (typeof ComplianceStatus)[keyof typeof Compliance
493
539
  */
494
540
  export interface DisruptionCompliance {
495
541
  /**
542
+ * @public
496
543
  * <p>The Recovery Time Objective (RTO) that is achievable, in seconds</p>
497
544
  */
498
545
  achievableRtoInSecs?: number;
499
546
  /**
547
+ * @public
500
548
  * <p>The current RTO, in seconds.</p>
501
549
  */
502
550
  currentRtoInSecs?: number;
503
551
  /**
552
+ * @public
504
553
  * <p>The RTO reference identifier.</p>
505
554
  */
506
555
  rtoReferenceId?: string;
507
556
  /**
557
+ * @public
508
558
  * <p>The RTO description.</p>
509
559
  */
510
560
  rtoDescription?: string;
511
561
  /**
562
+ * @public
512
563
  * <p>The current RPO, in seconds.</p>
513
564
  */
514
565
  currentRpoInSecs?: number;
515
566
  /**
567
+ * @public
516
568
  * <p>The RPO reference identifier.</p>
517
569
  */
518
570
  rpoReferenceId?: string;
519
571
  /**
572
+ * @public
520
573
  * <p>The RPO description.</p>
521
574
  */
522
575
  rpoDescription?: string;
523
576
  /**
577
+ * @public
524
578
  * <p>The current status of compliance for the resiliency policy.</p>
525
579
  */
526
580
  complianceStatus: ComplianceStatus | string | undefined;
527
581
  /**
582
+ * @public
528
583
  * <p>The Recovery Point Objective (RPO) that is achievable, in seconds.</p>
529
584
  */
530
585
  achievableRpoInSecs?: number;
531
586
  /**
587
+ * @public
532
588
  * <p>The disruption compliance message.</p>
533
589
  */
534
590
  message?: string;
@@ -553,14 +609,17 @@ export type CostFrequency = (typeof CostFrequency)[keyof typeof CostFrequency];
553
609
  */
554
610
  export interface Cost {
555
611
  /**
612
+ * @public
556
613
  * <p>The cost amount.</p>
557
614
  */
558
615
  amount: number | undefined;
559
616
  /**
617
+ * @public
560
618
  * <p>The cost currency, for example <code>USD</code>.</p>
561
619
  */
562
620
  currency: string | undefined;
563
621
  /**
622
+ * @public
564
623
  * <p>The cost frequency.</p>
565
624
  */
566
625
  frequency: CostFrequency | string | undefined;
@@ -610,10 +669,12 @@ export type EstimatedCostTier = (typeof EstimatedCostTier)[keyof typeof Estimate
610
669
  */
611
670
  export interface FailurePolicy {
612
671
  /**
672
+ * @public
613
673
  * <p>The Recovery Time Objective (RTO), in seconds.</p>
614
674
  */
615
675
  rtoInSecs: number | undefined;
616
676
  /**
677
+ * @public
617
678
  * <p>The Recovery Point Objective (RPO), in seconds.</p>
618
679
  */
619
680
  rpoInSecs: number | undefined;
@@ -639,6 +700,7 @@ export type ResiliencyPolicyTier = (typeof ResiliencyPolicyTier)[keyof typeof Re
639
700
  */
640
701
  export interface ResiliencyPolicy {
641
702
  /**
703
+ * @public
642
704
  * <p>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
643
705
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
644
706
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -647,36 +709,44 @@ export interface ResiliencyPolicy {
647
709
  */
648
710
  policyArn?: string;
649
711
  /**
712
+ * @public
650
713
  * <p>The name of the policy</p>
651
714
  */
652
715
  policyName?: string;
653
716
  /**
717
+ * @public
654
718
  * <p>The description for the policy.</p>
655
719
  */
656
720
  policyDescription?: string;
657
721
  /**
722
+ * @public
658
723
  * <p>Specifies a high-level geographical location constraint for where your resilience policy
659
724
  * data can be stored.</p>
660
725
  */
661
726
  dataLocationConstraint?: DataLocationConstraint | string;
662
727
  /**
728
+ * @public
663
729
  * <p>The tier for this resiliency policy, ranging from the highest severity
664
730
  * (<code>MissionCritical</code>) to lowest (<code>NonCritical</code>).</p>
665
731
  */
666
732
  tier?: ResiliencyPolicyTier | string;
667
733
  /**
734
+ * @public
668
735
  * <p>Specifies the estimated cost tier of the resiliency policy.</p>
669
736
  */
670
737
  estimatedCostTier?: EstimatedCostTier | string;
671
738
  /**
739
+ * @public
672
740
  * <p>The resiliency policy.</p>
673
741
  */
674
742
  policy?: Record<string, FailurePolicy>;
675
743
  /**
744
+ * @public
676
745
  * <p>The timestamp for when the resiliency policy was created.</p>
677
746
  */
678
747
  creationTime?: Date;
679
748
  /**
749
+ * @public
680
750
  * <p>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.
681
751
  * Each tag consists of a key/value pair.</p>
682
752
  */
@@ -689,10 +759,12 @@ export interface ResiliencyPolicy {
689
759
  */
690
760
  export interface ResiliencyScore {
691
761
  /**
762
+ * @public
692
763
  * <p>The outage score for a valid key.</p>
693
764
  */
694
765
  score: number | undefined;
695
766
  /**
767
+ * @public
696
768
  * <p>The disruption score for a valid key.</p>
697
769
  */
698
770
  disruptionScore: Record<string, number> | undefined;
@@ -705,18 +777,21 @@ export interface ResiliencyScore {
705
777
  */
706
778
  export interface ResourceError {
707
779
  /**
780
+ * @public
708
781
  * <p>
709
782
  * This is the identifier of the resource.
710
783
  * </p>
711
784
  */
712
785
  logicalResourceId?: string;
713
786
  /**
787
+ * @public
714
788
  * <p>
715
789
  * This is the identifier of the physical resource.
716
790
  * </p>
717
791
  */
718
792
  physicalResourceId?: string;
719
793
  /**
794
+ * @public
720
795
  * <p>
721
796
  * This is the error message.
722
797
  * </p>
@@ -731,12 +806,14 @@ export interface ResourceError {
731
806
  */
732
807
  export interface ResourceErrorsDetails {
733
808
  /**
809
+ * @public
734
810
  * <p>
735
811
  * A list of errors retrieving an application's resources.
736
812
  * </p>
737
813
  */
738
814
  resourceErrors?: ResourceError[];
739
815
  /**
816
+ * @public
740
817
  * <p>
741
818
  * This indicates if there are more errors not listed in the resourceErrors list.
742
819
  * </p>
@@ -749,6 +826,7 @@ export interface ResourceErrorsDetails {
749
826
  */
750
827
  export interface AppAssessment {
751
828
  /**
829
+ * @public
752
830
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
753
831
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
754
832
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -757,50 +835,62 @@ export interface AppAssessment {
757
835
  */
758
836
  appArn?: string;
759
837
  /**
838
+ * @public
760
839
  * <p>The version of the application.</p>
761
840
  */
762
841
  appVersion?: string;
763
842
  /**
843
+ * @public
764
844
  * <p>The entity that invoked the assessment.</p>
765
845
  */
766
846
  invoker: AssessmentInvoker | string | undefined;
767
847
  /**
848
+ * @public
768
849
  * <p>The cost for the application.</p>
769
850
  */
770
851
  cost?: Cost;
771
852
  /**
853
+ * @public
772
854
  * <p>The current resiliency score for the application.</p>
773
855
  */
774
856
  resiliencyScore?: ResiliencyScore;
775
857
  /**
858
+ * @public
776
859
  * <p>The application compliance against the resiliency policy.</p>
777
860
  */
778
861
  compliance?: Record<string, DisruptionCompliance>;
779
862
  /**
863
+ * @public
780
864
  * <p>The current status of the compliance for the resiliency policy.</p>
781
865
  */
782
866
  complianceStatus?: ComplianceStatus | string;
783
867
  /**
868
+ * @public
784
869
  * <p>The current status of the assessment for the resiliency policy.</p>
785
870
  */
786
871
  assessmentStatus: AssessmentStatus | string | undefined;
787
872
  /**
873
+ * @public
788
874
  * <p>The starting time for the action.</p>
789
875
  */
790
876
  startTime?: Date;
791
877
  /**
878
+ * @public
792
879
  * <p>The end time for the action.</p>
793
880
  */
794
881
  endTime?: Date;
795
882
  /**
883
+ * @public
796
884
  * <p>Error or warning message from the assessment execution</p>
797
885
  */
798
886
  message?: string;
799
887
  /**
888
+ * @public
800
889
  * <p>The name of the assessment.</p>
801
890
  */
802
891
  assessmentName?: string;
803
892
  /**
893
+ * @public
804
894
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
805
895
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
806
896
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -809,15 +899,18 @@ export interface AppAssessment {
809
899
  */
810
900
  assessmentArn: string | undefined;
811
901
  /**
902
+ * @public
812
903
  * <p>The resiliency policy.</p>
813
904
  */
814
905
  policy?: ResiliencyPolicy;
815
906
  /**
907
+ * @public
816
908
  * <p>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.
817
909
  * Each tag consists of a key/value pair.</p>
818
910
  */
819
911
  tags?: Record<string, string>;
820
912
  /**
913
+ * @public
821
914
  * <p>
822
915
  * A resource error object containing a list of errors retrieving an application's resources.
823
916
  * </p>
@@ -830,6 +923,7 @@ export interface AppAssessment {
830
923
  */
831
924
  export interface AppAssessmentSummary {
832
925
  /**
926
+ * @public
833
927
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
834
928
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
835
929
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -838,34 +932,42 @@ export interface AppAssessmentSummary {
838
932
  */
839
933
  appArn?: string;
840
934
  /**
935
+ * @public
841
936
  * <p>The version of the application.</p>
842
937
  */
843
938
  appVersion?: string;
844
939
  /**
940
+ * @public
845
941
  * <p>The current status of the assessment for the resiliency policy.</p>
846
942
  */
847
943
  assessmentStatus: AssessmentStatus | string | undefined;
848
944
  /**
945
+ * @public
849
946
  * <p>The entity that invoked the assessment.</p>
850
947
  */
851
948
  invoker?: AssessmentInvoker | string;
852
949
  /**
950
+ * @public
853
951
  * <p>The starting time for the action.</p>
854
952
  */
855
953
  startTime?: Date;
856
954
  /**
955
+ * @public
857
956
  * <p>The end time for the action.</p>
858
957
  */
859
958
  endTime?: Date;
860
959
  /**
960
+ * @public
861
961
  * <p>The message from the assessment run.</p>
862
962
  */
863
963
  message?: string;
864
964
  /**
965
+ * @public
865
966
  * <p>The name of the assessment.</p>
866
967
  */
867
968
  assessmentName?: string;
868
969
  /**
970
+ * @public
869
971
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
870
972
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
871
973
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -874,14 +976,17 @@ export interface AppAssessmentSummary {
874
976
  */
875
977
  assessmentArn: string | undefined;
876
978
  /**
979
+ * @public
877
980
  * <p>The current status of compliance for the resiliency policy.</p>
878
981
  */
879
982
  complianceStatus?: ComplianceStatus | string;
880
983
  /**
984
+ * @public
881
985
  * <p>The cost for the application.</p>
882
986
  */
883
987
  cost?: Cost;
884
988
  /**
989
+ * @public
885
990
  * <p>The current resiliency score for the application.</p>
886
991
  */
887
992
  resiliencyScore?: number;
@@ -892,18 +997,22 @@ export interface AppAssessmentSummary {
892
997
  */
893
998
  export interface AppComponent {
894
999
  /**
1000
+ * @public
895
1001
  * <p>The name of the Application Component.</p>
896
1002
  */
897
1003
  name: string | undefined;
898
1004
  /**
1005
+ * @public
899
1006
  * <p>The type of Application Component.</p>
900
1007
  */
901
1008
  type: string | undefined;
902
1009
  /**
1010
+ * @public
903
1011
  * <p>Unique identifier of the Application Component.</p>
904
1012
  */
905
1013
  id?: string;
906
1014
  /**
1015
+ * @public
907
1016
  * <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html">Configure the application configuration parameters</a>.</p>
908
1017
  * <note>
909
1018
  * <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p>
@@ -921,26 +1030,32 @@ export interface AppComponent {
921
1030
  */
922
1031
  export interface AppComponentCompliance {
923
1032
  /**
1033
+ * @public
924
1034
  * <p>The cost for the application.</p>
925
1035
  */
926
1036
  cost?: Cost;
927
1037
  /**
1038
+ * @public
928
1039
  * <p>The name of the Application Component.</p>
929
1040
  */
930
1041
  appComponentName?: string;
931
1042
  /**
1043
+ * @public
932
1044
  * <p>The compliance of the Application Component against the resiliency policy.</p>
933
1045
  */
934
1046
  compliance?: Record<string, DisruptionCompliance>;
935
1047
  /**
1048
+ * @public
936
1049
  * <p>The compliance message.</p>
937
1050
  */
938
1051
  message?: string;
939
1052
  /**
1053
+ * @public
940
1054
  * <p>The status of the action.</p>
941
1055
  */
942
1056
  status?: ComplianceStatus | string;
943
1057
  /**
1058
+ * @public
944
1059
  * <p>The current resiliency score for the application.</p>
945
1060
  */
946
1061
  resiliencyScore?: ResiliencyScore;
@@ -951,6 +1066,7 @@ export interface AppComponentCompliance {
951
1066
  */
952
1067
  export interface EksSourceClusterNamespace {
953
1068
  /**
1069
+ * @public
954
1070
  * <p>The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is:
955
1071
  * arn:<code>aws</code>:eks:<code>region</code>:<code>account-id</code>:cluster/<code>cluster-name</code>. For more information about ARNs,
956
1072
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -959,6 +1075,7 @@ export interface EksSourceClusterNamespace {
959
1075
  */
960
1076
  eksClusterArn: string | undefined;
961
1077
  /**
1078
+ * @public
962
1079
  * <p>Name of the namespace that is located on your Amazon Elastic Kubernetes Service cluster.</p>
963
1080
  */
964
1081
  namespace: string | undefined;
@@ -971,6 +1088,7 @@ export interface EksSourceClusterNamespace {
971
1088
  */
972
1089
  export interface TerraformSource {
973
1090
  /**
1091
+ * @public
974
1092
  * <p>
975
1093
  * The URL of the Terraform s3 state file you need to import.
976
1094
  * </p>
@@ -983,14 +1101,17 @@ export interface TerraformSource {
983
1101
  */
984
1102
  export interface AppInputSource {
985
1103
  /**
1104
+ * @public
986
1105
  * <p>The name of the input source.</p>
987
1106
  */
988
1107
  sourceName?: string;
989
1108
  /**
1109
+ * @public
990
1110
  * <p>The resource type of the input source.</p>
991
1111
  */
992
1112
  importType: ResourceMappingType | string | undefined;
993
1113
  /**
1114
+ * @public
994
1115
  * <p>The Amazon Resource Name (ARN) of the input source. For more information about ARNs,
995
1116
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
996
1117
  * Amazon Resource Names (ARNs)</a> in the
@@ -998,14 +1119,17 @@ export interface AppInputSource {
998
1119
  */
999
1120
  sourceArn?: string;
1000
1121
  /**
1122
+ * @public
1001
1123
  * <p>The name of the Terraform s3 state file.</p>
1002
1124
  */
1003
1125
  terraformSource?: TerraformSource;
1004
1126
  /**
1127
+ * @public
1005
1128
  * <p>The number of resources.</p>
1006
1129
  */
1007
1130
  resourceCount?: number;
1008
1131
  /**
1132
+ * @public
1009
1133
  * <p>The namespace on your Amazon Elastic Kubernetes Service cluster.</p>
1010
1134
  */
1011
1135
  eksSourceClusterNamespace?: EksSourceClusterNamespace;
@@ -1016,6 +1140,7 @@ export interface AppInputSource {
1016
1140
  */
1017
1141
  export interface AppSummary {
1018
1142
  /**
1143
+ * @public
1019
1144
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1020
1145
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1021
1146
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1024,32 +1149,39 @@ export interface AppSummary {
1024
1149
  */
1025
1150
  appArn: string | undefined;
1026
1151
  /**
1152
+ * @public
1027
1153
  * <p>The name of the application.</p>
1028
1154
  */
1029
1155
  name: string | undefined;
1030
1156
  /**
1157
+ * @public
1031
1158
  * <p>The optional description for an app.</p>
1032
1159
  */
1033
1160
  description?: string;
1034
1161
  /**
1162
+ * @public
1035
1163
  * <p>The timestamp for when the app was created.</p>
1036
1164
  */
1037
1165
  creationTime: Date | undefined;
1038
1166
  /**
1167
+ * @public
1039
1168
  * <p>The current status of compliance for the resiliency policy.</p>
1040
1169
  */
1041
1170
  complianceStatus?: AppComplianceStatusType | string;
1042
1171
  /**
1172
+ * @public
1043
1173
  * <p>The current resiliency score for the application.</p>
1044
1174
  */
1045
1175
  resiliencyScore?: number;
1046
1176
  /**
1177
+ * @public
1047
1178
  * <p>
1048
1179
  * Assessment execution schedule with 'Daily' or 'Disabled' values.
1049
1180
  * </p>
1050
1181
  */
1051
1182
  assessmentSchedule?: AppAssessmentScheduleType | string;
1052
1183
  /**
1184
+ * @public
1053
1185
  * <p>The status of the application.</p>
1054
1186
  */
1055
1187
  status?: AppStatusType | string;
@@ -1060,6 +1192,7 @@ export interface AppSummary {
1060
1192
  */
1061
1193
  export interface AppVersionSummary {
1062
1194
  /**
1195
+ * @public
1063
1196
  * <p>The version of the application.</p>
1064
1197
  */
1065
1198
  appVersion: string | undefined;
@@ -1069,14 +1202,17 @@ export interface AppVersionSummary {
1069
1202
  */
1070
1203
  export interface CreateAppRequest {
1071
1204
  /**
1205
+ * @public
1072
1206
  * <p>The name for the application.</p>
1073
1207
  */
1074
1208
  name: string | undefined;
1075
1209
  /**
1210
+ * @public
1076
1211
  * <p>The optional description for an app.</p>
1077
1212
  */
1078
1213
  description?: string;
1079
1214
  /**
1215
+ * @public
1080
1216
  * <p>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
1081
1217
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
1082
1218
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1085,16 +1221,19 @@ export interface CreateAppRequest {
1085
1221
  */
1086
1222
  policyArn?: string;
1087
1223
  /**
1224
+ * @public
1088
1225
  * <p>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.
1089
1226
  * Each tag consists of a key/value pair.</p>
1090
1227
  */
1091
1228
  tags?: Record<string, string>;
1092
1229
  /**
1230
+ * @public
1093
1231
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
1094
1232
  * You should not reuse the same client token for other API requests.</p>
1095
1233
  */
1096
1234
  clientToken?: string;
1097
1235
  /**
1236
+ * @public
1098
1237
  * <p>
1099
1238
  * Assessment execution schedule with 'Daily' or 'Disabled' values.
1100
1239
  * </p>
@@ -1106,6 +1245,7 @@ export interface CreateAppRequest {
1106
1245
  */
1107
1246
  export interface CreateAppResponse {
1108
1247
  /**
1248
+ * @public
1109
1249
  * <p>The created application returned as an object with details including compliance status,
1110
1250
  * creation time, description, resiliency score, and more.</p>
1111
1251
  */
@@ -1129,6 +1269,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
1129
1269
  */
1130
1270
  export interface CreateAppVersionAppComponentRequest {
1131
1271
  /**
1272
+ * @public
1132
1273
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1133
1274
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1134
1275
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1137,22 +1278,27 @@ export interface CreateAppVersionAppComponentRequest {
1137
1278
  */
1138
1279
  appArn: string | undefined;
1139
1280
  /**
1281
+ * @public
1140
1282
  * <p>The identifier of the Application Component.</p>
1141
1283
  */
1142
1284
  id?: string;
1143
1285
  /**
1286
+ * @public
1144
1287
  * <p>The name of the Application Component.</p>
1145
1288
  */
1146
1289
  name: string | undefined;
1147
1290
  /**
1291
+ * @public
1148
1292
  * <p>The type of Application Component. For more information about the types of Application Component, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html">Grouping resources in an AppComponent</a>.</p>
1149
1293
  */
1150
1294
  type: string | undefined;
1151
1295
  /**
1296
+ * @public
1152
1297
  * <p>Currently, there is no supported additional information for Application Components.</p>
1153
1298
  */
1154
1299
  additionalInfo?: Record<string, string[]>;
1155
1300
  /**
1301
+ * @public
1156
1302
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
1157
1303
  * You should not reuse the same client token for other API requests.</p>
1158
1304
  */
@@ -1163,6 +1309,7 @@ export interface CreateAppVersionAppComponentRequest {
1163
1309
  */
1164
1310
  export interface CreateAppVersionAppComponentResponse {
1165
1311
  /**
1312
+ * @public
1166
1313
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1167
1314
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1168
1315
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1171,10 +1318,12 @@ export interface CreateAppVersionAppComponentResponse {
1171
1318
  */
1172
1319
  appArn: string | undefined;
1173
1320
  /**
1321
+ * @public
1174
1322
  * <p>The Resilience Hub application version.</p>
1175
1323
  */
1176
1324
  appVersion: string | undefined;
1177
1325
  /**
1326
+ * @public
1178
1327
  * <p>The list of Application Components that belong to this resource.</p>
1179
1328
  */
1180
1329
  appComponent?: AppComponent;
@@ -1185,24 +1334,29 @@ export interface CreateAppVersionAppComponentResponse {
1185
1334
  */
1186
1335
  export interface LogicalResourceId {
1187
1336
  /**
1337
+ * @public
1188
1338
  * <p>The identifier of the resource.</p>
1189
1339
  */
1190
1340
  identifier: string | undefined;
1191
1341
  /**
1342
+ * @public
1192
1343
  * <p>The name of the CloudFormation stack this resource belongs to.</p>
1193
1344
  */
1194
1345
  logicalStackName?: string;
1195
1346
  /**
1347
+ * @public
1196
1348
  * <p>The name of the resource group that this resource belongs to.</p>
1197
1349
  */
1198
1350
  resourceGroupName?: string;
1199
1351
  /**
1352
+ * @public
1200
1353
  * <p>
1201
1354
  * The name of the Terraform S3 state file this resource belongs to.
1202
1355
  * </p>
1203
1356
  */
1204
1357
  terraformSourceName?: string;
1205
1358
  /**
1359
+ * @public
1206
1360
  * <p>The name of the Amazon Elastic Kubernetes Service cluster and namespace this resource belongs to.</p>
1207
1361
  * <note>
1208
1362
  * <p>This parameter accepts values in "eks-cluster/namespace" format.</p>
@@ -1215,6 +1369,7 @@ export interface LogicalResourceId {
1215
1369
  */
1216
1370
  export interface CreateAppVersionResourceRequest {
1217
1371
  /**
1372
+ * @public
1218
1373
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1219
1374
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1220
1375
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1223,38 +1378,47 @@ export interface CreateAppVersionResourceRequest {
1223
1378
  */
1224
1379
  appArn: string | undefined;
1225
1380
  /**
1381
+ * @public
1226
1382
  * <p>The name of the resource.</p>
1227
1383
  */
1228
1384
  resourceName?: string;
1229
1385
  /**
1386
+ * @public
1230
1387
  * <p>The logical identifier of the resource.</p>
1231
1388
  */
1232
1389
  logicalResourceId: LogicalResourceId | undefined;
1233
1390
  /**
1391
+ * @public
1234
1392
  * <p>The physical identifier of the resource.</p>
1235
1393
  */
1236
1394
  physicalResourceId: string | undefined;
1237
1395
  /**
1396
+ * @public
1238
1397
  * <p>The Amazon Web Services region that owns the physical resource.</p>
1239
1398
  */
1240
1399
  awsRegion?: string;
1241
1400
  /**
1401
+ * @public
1242
1402
  * <p>The Amazon Web Services account that owns the physical resource.</p>
1243
1403
  */
1244
1404
  awsAccountId?: string;
1245
1405
  /**
1406
+ * @public
1246
1407
  * <p>The type of resource.</p>
1247
1408
  */
1248
1409
  resourceType: string | undefined;
1249
1410
  /**
1411
+ * @public
1250
1412
  * <p>The list of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.</p>
1251
1413
  */
1252
1414
  appComponents: string[] | undefined;
1253
1415
  /**
1416
+ * @public
1254
1417
  * <p>Currently, there is no supported additional information for resources.</p>
1255
1418
  */
1256
1419
  additionalInfo?: Record<string, string[]>;
1257
1420
  /**
1421
+ * @public
1258
1422
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
1259
1423
  * You should not reuse the same client token for other API requests.</p>
1260
1424
  */
@@ -1280,26 +1444,32 @@ export type ResourceSourceType = (typeof ResourceSourceType)[keyof typeof Resour
1280
1444
  */
1281
1445
  export interface PhysicalResource {
1282
1446
  /**
1447
+ * @public
1283
1448
  * <p>The name of the resource.</p>
1284
1449
  */
1285
1450
  resourceName?: string;
1286
1451
  /**
1452
+ * @public
1287
1453
  * <p>The logical identifier of the resource.</p>
1288
1454
  */
1289
1455
  logicalResourceId: LogicalResourceId | undefined;
1290
1456
  /**
1457
+ * @public
1291
1458
  * <p>The physical identifier of the resource.</p>
1292
1459
  */
1293
1460
  physicalResourceId: PhysicalResourceId | undefined;
1294
1461
  /**
1462
+ * @public
1295
1463
  * <p>The type of resource.</p>
1296
1464
  */
1297
1465
  resourceType: string | undefined;
1298
1466
  /**
1467
+ * @public
1299
1468
  * <p>The application components that belong to this resource.</p>
1300
1469
  */
1301
1470
  appComponents?: AppComponent[];
1302
1471
  /**
1472
+ * @public
1303
1473
  * <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html">Configure the application configuration parameters</a>.</p>
1304
1474
  * <note>
1305
1475
  * <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p>
@@ -1311,14 +1481,17 @@ export interface PhysicalResource {
1311
1481
  */
1312
1482
  additionalInfo?: Record<string, string[]>;
1313
1483
  /**
1484
+ * @public
1314
1485
  * <p>Indicates if a resource is included or excluded from the assessment.</p>
1315
1486
  */
1316
1487
  excluded?: boolean;
1317
1488
  /**
1489
+ * @public
1318
1490
  * <p>The type of input source.</p>
1319
1491
  */
1320
1492
  sourceType?: ResourceSourceType | string;
1321
1493
  /**
1494
+ * @public
1322
1495
  * <p>The name of the parent resource.</p>
1323
1496
  */
1324
1497
  parentResourceName?: string;
@@ -1328,6 +1501,7 @@ export interface PhysicalResource {
1328
1501
  */
1329
1502
  export interface CreateAppVersionResourceResponse {
1330
1503
  /**
1504
+ * @public
1331
1505
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1332
1506
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1333
1507
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1336,10 +1510,12 @@ export interface CreateAppVersionResourceResponse {
1336
1510
  */
1337
1511
  appArn: string | undefined;
1338
1512
  /**
1513
+ * @public
1339
1514
  * <p>The Resilience Hub application version.</p>
1340
1515
  */
1341
1516
  appVersion: string | undefined;
1342
1517
  /**
1518
+ * @public
1343
1519
  * <p>Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.</p>
1344
1520
  */
1345
1521
  physicalResource?: PhysicalResource;
@@ -1374,10 +1550,12 @@ export type RenderRecommendationType = (typeof RenderRecommendationType)[keyof t
1374
1550
  */
1375
1551
  export interface CreateRecommendationTemplateRequest {
1376
1552
  /**
1553
+ * @public
1377
1554
  * <p>Identifiers for the recommendations used to create a recommendation template.</p>
1378
1555
  */
1379
1556
  recommendationIds?: string[];
1380
1557
  /**
1558
+ * @public
1381
1559
  * <p>The format for the recommendation template.</p>
1382
1560
  * <dl>
1383
1561
  * <dt>CfnJson</dt>
@@ -1392,6 +1570,7 @@ export interface CreateRecommendationTemplateRequest {
1392
1570
  */
1393
1571
  format?: TemplateFormat | string;
1394
1572
  /**
1573
+ * @public
1395
1574
  * <p>An array of strings that specify the recommendation template type or types.</p>
1396
1575
  * <dl>
1397
1576
  * <dt>Alarm</dt>
@@ -1410,6 +1589,7 @@ export interface CreateRecommendationTemplateRequest {
1410
1589
  */
1411
1590
  recommendationTypes?: (RenderRecommendationType | string)[];
1412
1591
  /**
1592
+ * @public
1413
1593
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
1414
1594
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
1415
1595
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1418,20 +1598,24 @@ export interface CreateRecommendationTemplateRequest {
1418
1598
  */
1419
1599
  assessmentArn: string | undefined;
1420
1600
  /**
1601
+ * @public
1421
1602
  * <p>The name for the recommendation template.</p>
1422
1603
  */
1423
1604
  name: string | undefined;
1424
1605
  /**
1606
+ * @public
1425
1607
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
1426
1608
  * You should not reuse the same client token for other API requests.</p>
1427
1609
  */
1428
1610
  clientToken?: string;
1429
1611
  /**
1612
+ * @public
1430
1613
  * <p>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.
1431
1614
  * Each tag consists of a key/value pair.</p>
1432
1615
  */
1433
1616
  tags?: Record<string, string>;
1434
1617
  /**
1618
+ * @public
1435
1619
  * <p>The name of the Amazon S3 bucket that will contain the recommendation template.</p>
1436
1620
  */
1437
1621
  bucketName?: string;
@@ -1456,10 +1640,12 @@ export type RecommendationTemplateStatus = (typeof RecommendationTemplateStatus)
1456
1640
  */
1457
1641
  export interface S3Location {
1458
1642
  /**
1643
+ * @public
1459
1644
  * <p>The name of the Amazon S3 bucket.</p>
1460
1645
  */
1461
1646
  bucket?: string;
1462
1647
  /**
1648
+ * @public
1463
1649
  * <p>The prefix for the Amazon S3 bucket.</p>
1464
1650
  */
1465
1651
  prefix?: string;
@@ -1470,10 +1656,12 @@ export interface S3Location {
1470
1656
  */
1471
1657
  export interface RecommendationTemplate {
1472
1658
  /**
1659
+ * @public
1473
1660
  * <p>The file location of the template.</p>
1474
1661
  */
1475
1662
  templatesLocation?: S3Location;
1476
1663
  /**
1664
+ * @public
1477
1665
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
1478
1666
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
1479
1667
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1482,6 +1670,7 @@ export interface RecommendationTemplate {
1482
1670
  */
1483
1671
  assessmentArn: string | undefined;
1484
1672
  /**
1673
+ * @public
1485
1674
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1486
1675
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1487
1676
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1490,10 +1679,12 @@ export interface RecommendationTemplate {
1490
1679
  */
1491
1680
  appArn?: string;
1492
1681
  /**
1682
+ * @public
1493
1683
  * <p>Identifiers for the recommendations used in the recommendation template.</p>
1494
1684
  */
1495
1685
  recommendationIds?: string[];
1496
1686
  /**
1687
+ * @public
1497
1688
  * <p>An array of strings that specify the recommendation template type or types.</p>
1498
1689
  * <dl>
1499
1690
  * <dt>Alarm</dt>
@@ -1512,6 +1703,7 @@ export interface RecommendationTemplate {
1512
1703
  */
1513
1704
  recommendationTypes: (RenderRecommendationType | string)[] | undefined;
1514
1705
  /**
1706
+ * @public
1515
1707
  * <p>The format of the recommendation template.</p>
1516
1708
  * <dl>
1517
1709
  * <dt>CfnJson</dt>
@@ -1526,35 +1718,43 @@ export interface RecommendationTemplate {
1526
1718
  */
1527
1719
  format: TemplateFormat | string | undefined;
1528
1720
  /**
1721
+ * @public
1529
1722
  * <p>The Amazon Resource Name (ARN) for the recommendation template.</p>
1530
1723
  */
1531
1724
  recommendationTemplateArn: string | undefined;
1532
1725
  /**
1726
+ * @public
1533
1727
  * <p>The message for the recommendation template.</p>
1534
1728
  */
1535
1729
  message?: string;
1536
1730
  /**
1731
+ * @public
1537
1732
  * <p>The status of the action.</p>
1538
1733
  */
1539
1734
  status: RecommendationTemplateStatus | string | undefined;
1540
1735
  /**
1736
+ * @public
1541
1737
  * <p>The name for the recommendation template.</p>
1542
1738
  */
1543
1739
  name: string | undefined;
1544
1740
  /**
1741
+ * @public
1545
1742
  * <p>The start time for the action.</p>
1546
1743
  */
1547
1744
  startTime?: Date;
1548
1745
  /**
1746
+ * @public
1549
1747
  * <p>The end time for the action.</p>
1550
1748
  */
1551
1749
  endTime?: Date;
1552
1750
  /**
1751
+ * @public
1553
1752
  * <p>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.
1554
1753
  * Each tag consists of a key/value pair.</p>
1555
1754
  */
1556
1755
  tags?: Record<string, string>;
1557
1756
  /**
1757
+ * @public
1558
1758
  * <p>Indicates if replacements are needed.</p>
1559
1759
  */
1560
1760
  needsReplacements?: boolean;
@@ -1564,6 +1764,7 @@ export interface RecommendationTemplate {
1564
1764
  */
1565
1765
  export interface CreateRecommendationTemplateResponse {
1566
1766
  /**
1767
+ * @public
1567
1768
  * <p>The newly created recommendation template, returned as an object. This object includes the
1568
1769
  * template's name, format, status, tags, Amazon S3 bucket location, and more.</p>
1569
1770
  */
@@ -1574,34 +1775,41 @@ export interface CreateRecommendationTemplateResponse {
1574
1775
  */
1575
1776
  export interface CreateResiliencyPolicyRequest {
1576
1777
  /**
1778
+ * @public
1577
1779
  * <p>The name of the policy</p>
1578
1780
  */
1579
1781
  policyName: string | undefined;
1580
1782
  /**
1783
+ * @public
1581
1784
  * <p>The description for the policy.</p>
1582
1785
  */
1583
1786
  policyDescription?: string;
1584
1787
  /**
1788
+ * @public
1585
1789
  * <p>Specifies a high-level geographical location constraint for where your resilience policy
1586
1790
  * data can be stored.</p>
1587
1791
  */
1588
1792
  dataLocationConstraint?: DataLocationConstraint | string;
1589
1793
  /**
1794
+ * @public
1590
1795
  * <p>The tier for this resiliency policy, ranging from the highest severity
1591
1796
  * (<code>MissionCritical</code>) to lowest (<code>NonCritical</code>).</p>
1592
1797
  */
1593
1798
  tier: ResiliencyPolicyTier | string | undefined;
1594
1799
  /**
1800
+ * @public
1595
1801
  * <p>The type of resiliency policy to be created, including the recovery time objective (RTO)
1596
1802
  * and recovery point objective (RPO) in seconds.</p>
1597
1803
  */
1598
1804
  policy: Record<string, FailurePolicy> | undefined;
1599
1805
  /**
1806
+ * @public
1600
1807
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
1601
1808
  * You should not reuse the same client token for other API requests.</p>
1602
1809
  */
1603
1810
  clientToken?: string;
1604
1811
  /**
1812
+ * @public
1605
1813
  * <p>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.
1606
1814
  * Each tag consists of a key/value pair.</p>
1607
1815
  */
@@ -1612,6 +1820,7 @@ export interface CreateResiliencyPolicyRequest {
1612
1820
  */
1613
1821
  export interface CreateResiliencyPolicyResponse {
1614
1822
  /**
1823
+ * @public
1615
1824
  * <p>The type of resiliency policy that was created, including the recovery time objective
1616
1825
  * (RTO) and recovery point objective (RPO) in seconds.</p>
1617
1826
  */
@@ -1622,6 +1831,7 @@ export interface CreateResiliencyPolicyResponse {
1622
1831
  */
1623
1832
  export interface DeleteAppRequest {
1624
1833
  /**
1834
+ * @public
1625
1835
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1626
1836
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1627
1837
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1630,10 +1840,12 @@ export interface DeleteAppRequest {
1630
1840
  */
1631
1841
  appArn: string | undefined;
1632
1842
  /**
1843
+ * @public
1633
1844
  * <p>A boolean option to force the deletion of an Resilience Hub application. </p>
1634
1845
  */
1635
1846
  forceDelete?: boolean;
1636
1847
  /**
1848
+ * @public
1637
1849
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
1638
1850
  * You should not reuse the same client token for other API requests.</p>
1639
1851
  */
@@ -1644,6 +1856,7 @@ export interface DeleteAppRequest {
1644
1856
  */
1645
1857
  export interface DeleteAppResponse {
1646
1858
  /**
1859
+ * @public
1647
1860
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1648
1861
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1649
1862
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1657,6 +1870,7 @@ export interface DeleteAppResponse {
1657
1870
  */
1658
1871
  export interface DeleteAppAssessmentRequest {
1659
1872
  /**
1873
+ * @public
1660
1874
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
1661
1875
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
1662
1876
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1665,6 +1879,7 @@ export interface DeleteAppAssessmentRequest {
1665
1879
  */
1666
1880
  assessmentArn: string | undefined;
1667
1881
  /**
1882
+ * @public
1668
1883
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
1669
1884
  * You should not reuse the same client token for other API requests.</p>
1670
1885
  */
@@ -1675,6 +1890,7 @@ export interface DeleteAppAssessmentRequest {
1675
1890
  */
1676
1891
  export interface DeleteAppAssessmentResponse {
1677
1892
  /**
1893
+ * @public
1678
1894
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
1679
1895
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
1680
1896
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1683,6 +1899,7 @@ export interface DeleteAppAssessmentResponse {
1683
1899
  */
1684
1900
  assessmentArn: string | undefined;
1685
1901
  /**
1902
+ * @public
1686
1903
  * <p>The current status of the assessment for the resiliency policy.</p>
1687
1904
  */
1688
1905
  assessmentStatus: AssessmentStatus | string | undefined;
@@ -1692,6 +1909,7 @@ export interface DeleteAppAssessmentResponse {
1692
1909
  */
1693
1910
  export interface DeleteAppInputSourceRequest {
1694
1911
  /**
1912
+ * @public
1695
1913
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1696
1914
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1697
1915
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1700,6 +1918,7 @@ export interface DeleteAppInputSourceRequest {
1700
1918
  */
1701
1919
  appArn: string | undefined;
1702
1920
  /**
1921
+ * @public
1703
1922
  * <p>The Amazon Resource Name (ARN) of the imported resource you want to remove from the
1704
1923
  * Resilience Hub application. For more information about ARNs,
1705
1924
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1708,15 +1927,18 @@ export interface DeleteAppInputSourceRequest {
1708
1927
  */
1709
1928
  sourceArn?: string;
1710
1929
  /**
1930
+ * @public
1711
1931
  * <p>The imported Terraform s3 state file you want to remove from the Resilience Hub application.</p>
1712
1932
  */
1713
1933
  terraformSource?: TerraformSource;
1714
1934
  /**
1935
+ * @public
1715
1936
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
1716
1937
  * You should not reuse the same client token for other API requests.</p>
1717
1938
  */
1718
1939
  clientToken?: string;
1719
1940
  /**
1941
+ * @public
1720
1942
  * <p>The namespace on your Amazon Elastic Kubernetes Service cluster that you want to delete from the Resilience Hub application.</p>
1721
1943
  */
1722
1944
  eksSourceClusterNamespace?: EksSourceClusterNamespace;
@@ -1726,6 +1948,7 @@ export interface DeleteAppInputSourceRequest {
1726
1948
  */
1727
1949
  export interface DeleteAppInputSourceResponse {
1728
1950
  /**
1951
+ * @public
1729
1952
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1730
1953
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1731
1954
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1734,6 +1957,7 @@ export interface DeleteAppInputSourceResponse {
1734
1957
  */
1735
1958
  appArn?: string;
1736
1959
  /**
1960
+ * @public
1737
1961
  * <p>The name of the input source from where the application resource is imported from.</p>
1738
1962
  */
1739
1963
  appInputSource?: AppInputSource;
@@ -1743,6 +1967,7 @@ export interface DeleteAppInputSourceResponse {
1743
1967
  */
1744
1968
  export interface DeleteAppVersionAppComponentRequest {
1745
1969
  /**
1970
+ * @public
1746
1971
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1747
1972
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1748
1973
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1751,10 +1976,12 @@ export interface DeleteAppVersionAppComponentRequest {
1751
1976
  */
1752
1977
  appArn: string | undefined;
1753
1978
  /**
1979
+ * @public
1754
1980
  * <p>The identifier of the Application Component.</p>
1755
1981
  */
1756
1982
  id: string | undefined;
1757
1983
  /**
1984
+ * @public
1758
1985
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
1759
1986
  * You should not reuse the same client token for other API requests.</p>
1760
1987
  */
@@ -1765,6 +1992,7 @@ export interface DeleteAppVersionAppComponentRequest {
1765
1992
  */
1766
1993
  export interface DeleteAppVersionAppComponentResponse {
1767
1994
  /**
1995
+ * @public
1768
1996
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1769
1997
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1770
1998
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1773,10 +2001,12 @@ export interface DeleteAppVersionAppComponentResponse {
1773
2001
  */
1774
2002
  appArn: string | undefined;
1775
2003
  /**
2004
+ * @public
1776
2005
  * <p>The Resilience Hub application version.</p>
1777
2006
  */
1778
2007
  appVersion: string | undefined;
1779
2008
  /**
2009
+ * @public
1780
2010
  * <p>The list of Application Components that belong to this resource.</p>
1781
2011
  */
1782
2012
  appComponent?: AppComponent;
@@ -1786,6 +2016,7 @@ export interface DeleteAppVersionAppComponentResponse {
1786
2016
  */
1787
2017
  export interface DeleteAppVersionResourceRequest {
1788
2018
  /**
2019
+ * @public
1789
2020
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1790
2021
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1791
2022
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1794,26 +2025,32 @@ export interface DeleteAppVersionResourceRequest {
1794
2025
  */
1795
2026
  appArn: string | undefined;
1796
2027
  /**
2028
+ * @public
1797
2029
  * <p>The name of the resource.</p>
1798
2030
  */
1799
2031
  resourceName?: string;
1800
2032
  /**
2033
+ * @public
1801
2034
  * <p>The logical identifier of the resource.</p>
1802
2035
  */
1803
2036
  logicalResourceId?: LogicalResourceId;
1804
2037
  /**
2038
+ * @public
1805
2039
  * <p>The physical identifier of the resource.</p>
1806
2040
  */
1807
2041
  physicalResourceId?: string;
1808
2042
  /**
2043
+ * @public
1809
2044
  * <p>The Amazon Web Services region that owns the physical resource.</p>
1810
2045
  */
1811
2046
  awsRegion?: string;
1812
2047
  /**
2048
+ * @public
1813
2049
  * <p>The Amazon Web Services account that owns the physical resource.</p>
1814
2050
  */
1815
2051
  awsAccountId?: string;
1816
2052
  /**
2053
+ * @public
1817
2054
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
1818
2055
  * You should not reuse the same client token for other API requests.</p>
1819
2056
  */
@@ -1824,6 +2061,7 @@ export interface DeleteAppVersionResourceRequest {
1824
2061
  */
1825
2062
  export interface DeleteAppVersionResourceResponse {
1826
2063
  /**
2064
+ * @public
1827
2065
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1828
2066
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1829
2067
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1832,10 +2070,12 @@ export interface DeleteAppVersionResourceResponse {
1832
2070
  */
1833
2071
  appArn: string | undefined;
1834
2072
  /**
2073
+ * @public
1835
2074
  * <p>The Resilience Hub application version.</p>
1836
2075
  */
1837
2076
  appVersion: string | undefined;
1838
2077
  /**
2078
+ * @public
1839
2079
  * <p>Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.</p>
1840
2080
  */
1841
2081
  physicalResource?: PhysicalResource;
@@ -1845,10 +2085,12 @@ export interface DeleteAppVersionResourceResponse {
1845
2085
  */
1846
2086
  export interface DeleteRecommendationTemplateRequest {
1847
2087
  /**
2088
+ * @public
1848
2089
  * <p>The Amazon Resource Name (ARN) for a recommendation template.</p>
1849
2090
  */
1850
2091
  recommendationTemplateArn: string | undefined;
1851
2092
  /**
2093
+ * @public
1852
2094
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
1853
2095
  * You should not reuse the same client token for other API requests.</p>
1854
2096
  */
@@ -1859,10 +2101,12 @@ export interface DeleteRecommendationTemplateRequest {
1859
2101
  */
1860
2102
  export interface DeleteRecommendationTemplateResponse {
1861
2103
  /**
2104
+ * @public
1862
2105
  * <p>The Amazon Resource Name (ARN) for a recommendation template.</p>
1863
2106
  */
1864
2107
  recommendationTemplateArn: string | undefined;
1865
2108
  /**
2109
+ * @public
1866
2110
  * <p>The status of the action.</p>
1867
2111
  */
1868
2112
  status: RecommendationTemplateStatus | string | undefined;
@@ -1872,6 +2116,7 @@ export interface DeleteRecommendationTemplateResponse {
1872
2116
  */
1873
2117
  export interface DeleteResiliencyPolicyRequest {
1874
2118
  /**
2119
+ * @public
1875
2120
  * <p>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
1876
2121
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
1877
2122
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1880,6 +2125,7 @@ export interface DeleteResiliencyPolicyRequest {
1880
2125
  */
1881
2126
  policyArn: string | undefined;
1882
2127
  /**
2128
+ * @public
1883
2129
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
1884
2130
  * You should not reuse the same client token for other API requests.</p>
1885
2131
  */
@@ -1890,6 +2136,7 @@ export interface DeleteResiliencyPolicyRequest {
1890
2136
  */
1891
2137
  export interface DeleteResiliencyPolicyResponse {
1892
2138
  /**
2139
+ * @public
1893
2140
  * <p>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
1894
2141
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
1895
2142
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1903,6 +2150,7 @@ export interface DeleteResiliencyPolicyResponse {
1903
2150
  */
1904
2151
  export interface DescribeAppRequest {
1905
2152
  /**
2153
+ * @public
1906
2154
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1907
2155
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1908
2156
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1916,6 +2164,7 @@ export interface DescribeAppRequest {
1916
2164
  */
1917
2165
  export interface DescribeAppResponse {
1918
2166
  /**
2167
+ * @public
1919
2168
  * <p>The specified application, returned as an object with details including compliance status,
1920
2169
  * creation time, description, resiliency score, and more.</p>
1921
2170
  */
@@ -1926,6 +2175,7 @@ export interface DescribeAppResponse {
1926
2175
  */
1927
2176
  export interface DescribeAppAssessmentRequest {
1928
2177
  /**
2178
+ * @public
1929
2179
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
1930
2180
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
1931
2181
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1939,6 +2189,7 @@ export interface DescribeAppAssessmentRequest {
1939
2189
  */
1940
2190
  export interface DescribeAppAssessmentResponse {
1941
2191
  /**
2192
+ * @public
1942
2193
  * <p>The assessment for an Resilience Hub application, returned as an object. This object
1943
2194
  * includes Amazon Resource Names (ARNs), compliance information, compliance status, cost,
1944
2195
  * messages, resiliency scores, and more.</p>
@@ -1950,6 +2201,7 @@ export interface DescribeAppAssessmentResponse {
1950
2201
  */
1951
2202
  export interface DescribeAppVersionRequest {
1952
2203
  /**
2204
+ * @public
1953
2205
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1954
2206
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1955
2207
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1958,6 +2210,7 @@ export interface DescribeAppVersionRequest {
1958
2210
  */
1959
2211
  appArn: string | undefined;
1960
2212
  /**
2213
+ * @public
1961
2214
  * <p>The Resilience Hub application version.</p>
1962
2215
  */
1963
2216
  appVersion: string | undefined;
@@ -1967,6 +2220,7 @@ export interface DescribeAppVersionRequest {
1967
2220
  */
1968
2221
  export interface DescribeAppVersionResponse {
1969
2222
  /**
2223
+ * @public
1970
2224
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1971
2225
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1972
2226
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1975,10 +2229,12 @@ export interface DescribeAppVersionResponse {
1975
2229
  */
1976
2230
  appArn: string | undefined;
1977
2231
  /**
2232
+ * @public
1978
2233
  * <p>The Resilience Hub application version.</p>
1979
2234
  */
1980
2235
  appVersion: string | undefined;
1981
2236
  /**
2237
+ * @public
1982
2238
  * <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html">Configure the application configuration parameters</a>.</p>
1983
2239
  * <note>
1984
2240
  * <p>Currently, this parameter supports only failover region and account.</p>
@@ -1991,6 +2247,7 @@ export interface DescribeAppVersionResponse {
1991
2247
  */
1992
2248
  export interface DescribeAppVersionAppComponentRequest {
1993
2249
  /**
2250
+ * @public
1994
2251
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
1995
2252
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
1996
2253
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -1999,10 +2256,12 @@ export interface DescribeAppVersionAppComponentRequest {
1999
2256
  */
2000
2257
  appArn: string | undefined;
2001
2258
  /**
2259
+ * @public
2002
2260
  * <p>The Resilience Hub application version.</p>
2003
2261
  */
2004
2262
  appVersion: string | undefined;
2005
2263
  /**
2264
+ * @public
2006
2265
  * <p>The identifier of the Application Component.</p>
2007
2266
  */
2008
2267
  id: string | undefined;
@@ -2012,6 +2271,7 @@ export interface DescribeAppVersionAppComponentRequest {
2012
2271
  */
2013
2272
  export interface DescribeAppVersionAppComponentResponse {
2014
2273
  /**
2274
+ * @public
2015
2275
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2016
2276
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2017
2277
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2020,10 +2280,12 @@ export interface DescribeAppVersionAppComponentResponse {
2020
2280
  */
2021
2281
  appArn: string | undefined;
2022
2282
  /**
2283
+ * @public
2023
2284
  * <p>The Resilience Hub application version.</p>
2024
2285
  */
2025
2286
  appVersion: string | undefined;
2026
2287
  /**
2288
+ * @public
2027
2289
  * <p>The list of Application Components that belong to this resource.</p>
2028
2290
  */
2029
2291
  appComponent?: AppComponent;
@@ -2033,6 +2295,7 @@ export interface DescribeAppVersionAppComponentResponse {
2033
2295
  */
2034
2296
  export interface DescribeAppVersionResourceRequest {
2035
2297
  /**
2298
+ * @public
2036
2299
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2037
2300
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2038
2301
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2041,26 +2304,32 @@ export interface DescribeAppVersionResourceRequest {
2041
2304
  */
2042
2305
  appArn: string | undefined;
2043
2306
  /**
2307
+ * @public
2044
2308
  * <p>The Resilience Hub application version.</p>
2045
2309
  */
2046
2310
  appVersion: string | undefined;
2047
2311
  /**
2312
+ * @public
2048
2313
  * <p>The name of the resource.</p>
2049
2314
  */
2050
2315
  resourceName?: string;
2051
2316
  /**
2317
+ * @public
2052
2318
  * <p>The logical identifier of the resource.</p>
2053
2319
  */
2054
2320
  logicalResourceId?: LogicalResourceId;
2055
2321
  /**
2322
+ * @public
2056
2323
  * <p>The physical identifier of the resource.</p>
2057
2324
  */
2058
2325
  physicalResourceId?: string;
2059
2326
  /**
2327
+ * @public
2060
2328
  * <p>The Amazon Web Services region that owns the physical resource.</p>
2061
2329
  */
2062
2330
  awsRegion?: string;
2063
2331
  /**
2332
+ * @public
2064
2333
  * <p>The Amazon Web Services account that owns the physical resource.</p>
2065
2334
  */
2066
2335
  awsAccountId?: string;
@@ -2070,6 +2339,7 @@ export interface DescribeAppVersionResourceRequest {
2070
2339
  */
2071
2340
  export interface DescribeAppVersionResourceResponse {
2072
2341
  /**
2342
+ * @public
2073
2343
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2074
2344
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2075
2345
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2078,10 +2348,12 @@ export interface DescribeAppVersionResourceResponse {
2078
2348
  */
2079
2349
  appArn: string | undefined;
2080
2350
  /**
2351
+ * @public
2081
2352
  * <p>The Resilience Hub application version.</p>
2082
2353
  */
2083
2354
  appVersion: string | undefined;
2084
2355
  /**
2356
+ * @public
2085
2357
  * <p>Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.</p>
2086
2358
  */
2087
2359
  physicalResource?: PhysicalResource;
@@ -2091,6 +2363,7 @@ export interface DescribeAppVersionResourceResponse {
2091
2363
  */
2092
2364
  export interface DescribeAppVersionResourcesResolutionStatusRequest {
2093
2365
  /**
2366
+ * @public
2094
2367
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2095
2368
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2096
2369
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2099,10 +2372,12 @@ export interface DescribeAppVersionResourcesResolutionStatusRequest {
2099
2372
  */
2100
2373
  appArn: string | undefined;
2101
2374
  /**
2375
+ * @public
2102
2376
  * <p>The version of the application.</p>
2103
2377
  */
2104
2378
  appVersion: string | undefined;
2105
2379
  /**
2380
+ * @public
2106
2381
  * <p>The identifier for a specific resolution.</p>
2107
2382
  */
2108
2383
  resolutionId?: string;
@@ -2126,6 +2401,7 @@ export type ResourceResolutionStatusType = (typeof ResourceResolutionStatusType)
2126
2401
  */
2127
2402
  export interface DescribeAppVersionResourcesResolutionStatusResponse {
2128
2403
  /**
2404
+ * @public
2129
2405
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2130
2406
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2131
2407
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2134,18 +2410,22 @@ export interface DescribeAppVersionResourcesResolutionStatusResponse {
2134
2410
  */
2135
2411
  appArn: string | undefined;
2136
2412
  /**
2413
+ * @public
2137
2414
  * <p>The version of the application.</p>
2138
2415
  */
2139
2416
  appVersion: string | undefined;
2140
2417
  /**
2418
+ * @public
2141
2419
  * <p>The identifier for a specific resolution.</p>
2142
2420
  */
2143
2421
  resolutionId: string | undefined;
2144
2422
  /**
2423
+ * @public
2145
2424
  * <p>The status of the action.</p>
2146
2425
  */
2147
2426
  status: ResourceResolutionStatusType | string | undefined;
2148
2427
  /**
2428
+ * @public
2149
2429
  * <p>The returned error message for the request.</p>
2150
2430
  */
2151
2431
  errorMessage?: string;
@@ -2155,6 +2435,7 @@ export interface DescribeAppVersionResourcesResolutionStatusResponse {
2155
2435
  */
2156
2436
  export interface DescribeAppVersionTemplateRequest {
2157
2437
  /**
2438
+ * @public
2158
2439
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2159
2440
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2160
2441
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2163,6 +2444,7 @@ export interface DescribeAppVersionTemplateRequest {
2163
2444
  */
2164
2445
  appArn: string | undefined;
2165
2446
  /**
2447
+ * @public
2166
2448
  * <p>The version of the application.</p>
2167
2449
  */
2168
2450
  appVersion: string | undefined;
@@ -2172,6 +2454,7 @@ export interface DescribeAppVersionTemplateRequest {
2172
2454
  */
2173
2455
  export interface DescribeAppVersionTemplateResponse {
2174
2456
  /**
2457
+ * @public
2175
2458
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2176
2459
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2177
2460
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2180,10 +2463,12 @@ export interface DescribeAppVersionTemplateResponse {
2180
2463
  */
2181
2464
  appArn: string | undefined;
2182
2465
  /**
2466
+ * @public
2183
2467
  * <p>The version of the application.</p>
2184
2468
  */
2185
2469
  appVersion: string | undefined;
2186
2470
  /**
2471
+ * @public
2187
2472
  * <p>A JSON string that provides information about your application structure. To learn more
2188
2473
  * about the <code>appTemplateBody</code> template, see the sample template provided in the
2189
2474
  * <i>Examples</i> section.</p>
@@ -2453,6 +2738,7 @@ export interface DescribeAppVersionTemplateResponse {
2453
2738
  */
2454
2739
  export interface DescribeDraftAppVersionResourcesImportStatusRequest {
2455
2740
  /**
2741
+ * @public
2456
2742
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2457
2743
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2458
2744
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2480,6 +2766,7 @@ export type ResourceImportStatusType = (typeof ResourceImportStatusType)[keyof t
2480
2766
  */
2481
2767
  export interface DescribeDraftAppVersionResourcesImportStatusResponse {
2482
2768
  /**
2769
+ * @public
2483
2770
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2484
2771
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2485
2772
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2488,18 +2775,22 @@ export interface DescribeDraftAppVersionResourcesImportStatusResponse {
2488
2775
  */
2489
2776
  appArn: string | undefined;
2490
2777
  /**
2778
+ * @public
2491
2779
  * <p>The version of the application.</p>
2492
2780
  */
2493
2781
  appVersion: string | undefined;
2494
2782
  /**
2783
+ * @public
2495
2784
  * <p>The status of the action.</p>
2496
2785
  */
2497
2786
  status: ResourceImportStatusType | string | undefined;
2498
2787
  /**
2788
+ * @public
2499
2789
  * <p>The timestamp for when the status last changed.</p>
2500
2790
  */
2501
2791
  statusChangeTime: Date | undefined;
2502
2792
  /**
2793
+ * @public
2503
2794
  * <p>The returned error message for the request.</p>
2504
2795
  */
2505
2796
  errorMessage?: string;
@@ -2509,6 +2800,7 @@ export interface DescribeDraftAppVersionResourcesImportStatusResponse {
2509
2800
  */
2510
2801
  export interface DescribeResiliencyPolicyRequest {
2511
2802
  /**
2803
+ * @public
2512
2804
  * <p>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
2513
2805
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
2514
2806
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2522,6 +2814,7 @@ export interface DescribeResiliencyPolicyRequest {
2522
2814
  */
2523
2815
  export interface DescribeResiliencyPolicyResponse {
2524
2816
  /**
2817
+ * @public
2525
2818
  * <p>Information about the specific resiliency policy, returned as an object. This object
2526
2819
  * includes creation time, data location constraints, its name, description, tags, the recovery
2527
2820
  * time objective (RTO) and recovery point objective (RPO) in seconds, and more.</p>
@@ -2534,6 +2827,7 @@ export interface DescribeResiliencyPolicyResponse {
2534
2827
  */
2535
2828
  export interface EksSource {
2536
2829
  /**
2830
+ * @public
2537
2831
  * <p>The Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is:
2538
2832
  * arn:<code>aws</code>:eks:<code>region</code>:<code>account-id</code>:cluster/<code>cluster-name</code>. For more information about ARNs,
2539
2833
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2542,6 +2836,7 @@ export interface EksSource {
2542
2836
  */
2543
2837
  eksClusterArn: string | undefined;
2544
2838
  /**
2839
+ * @public
2545
2840
  * <p>The list of namespaces located on your Amazon Elastic Kubernetes Service cluster.</p>
2546
2841
  */
2547
2842
  namespaces: string[] | undefined;
@@ -2563,6 +2858,7 @@ export type ResourceImportStrategyType = (typeof ResourceImportStrategyType)[key
2563
2858
  */
2564
2859
  export interface ImportResourcesToDraftAppVersionRequest {
2565
2860
  /**
2861
+ * @public
2566
2862
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2567
2863
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2568
2864
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2571,19 +2867,23 @@ export interface ImportResourcesToDraftAppVersionRequest {
2571
2867
  */
2572
2868
  appArn: string | undefined;
2573
2869
  /**
2870
+ * @public
2574
2871
  * <p>The Amazon Resource Names (ARNs) for the resources.</p>
2575
2872
  */
2576
2873
  sourceArns?: string[];
2577
2874
  /**
2875
+ * @public
2578
2876
  * <p> A list of terraform file s3 URLs you need to import. </p>
2579
2877
  */
2580
2878
  terraformSources?: TerraformSource[];
2581
2879
  /**
2880
+ * @public
2582
2881
  * <p>The import strategy you would like to set to import resources into Resilience Hub
2583
2882
  * application.</p>
2584
2883
  */
2585
2884
  importStrategy?: ResourceImportStrategyType | string;
2586
2885
  /**
2886
+ * @public
2587
2887
  * <p>The input sources of the Amazon Elastic Kubernetes Service resources you need to import.</p>
2588
2888
  */
2589
2889
  eksSources?: EksSource[];
@@ -2593,6 +2893,7 @@ export interface ImportResourcesToDraftAppVersionRequest {
2593
2893
  */
2594
2894
  export interface ImportResourcesToDraftAppVersionResponse {
2595
2895
  /**
2896
+ * @public
2596
2897
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2597
2898
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2598
2899
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2601,24 +2902,29 @@ export interface ImportResourcesToDraftAppVersionResponse {
2601
2902
  */
2602
2903
  appArn: string | undefined;
2603
2904
  /**
2905
+ * @public
2604
2906
  * <p>The version of the application.</p>
2605
2907
  */
2606
2908
  appVersion: string | undefined;
2607
2909
  /**
2910
+ * @public
2608
2911
  * <p>The Amazon Resource Names (ARNs) for the resources you have imported.</p>
2609
2912
  */
2610
2913
  sourceArns?: string[];
2611
2914
  /**
2915
+ * @public
2612
2916
  * <p>The status of the action.</p>
2613
2917
  */
2614
2918
  status: ResourceImportStatusType | string | undefined;
2615
2919
  /**
2920
+ * @public
2616
2921
  * <p>
2617
2922
  * A list of terraform file s3 URLs you have imported.
2618
2923
  * </p>
2619
2924
  */
2620
2925
  terraformSources?: TerraformSource[];
2621
2926
  /**
2927
+ * @public
2622
2928
  * <p>The input sources of the Amazon Elastic Kubernetes Service resources you have imported.</p>
2623
2929
  */
2624
2930
  eksSources?: EksSource[];
@@ -2628,6 +2934,7 @@ export interface ImportResourcesToDraftAppVersionResponse {
2628
2934
  */
2629
2935
  export interface ListAlarmRecommendationsRequest {
2630
2936
  /**
2937
+ * @public
2631
2938
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
2632
2939
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
2633
2940
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2636,10 +2943,12 @@ export interface ListAlarmRecommendationsRequest {
2636
2943
  */
2637
2944
  assessmentArn: string | undefined;
2638
2945
  /**
2946
+ * @public
2639
2947
  * <p>Null, or the token from a previous call to get the next set of results.</p>
2640
2948
  */
2641
2949
  nextToken?: string;
2642
2950
  /**
2951
+ * @public
2643
2952
  * <p>The maximum number of results to include in the response. If more results exist than the specified
2644
2953
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
2645
2954
  */
@@ -2650,12 +2959,14 @@ export interface ListAlarmRecommendationsRequest {
2650
2959
  */
2651
2960
  export interface ListAlarmRecommendationsResponse {
2652
2961
  /**
2962
+ * @public
2653
2963
  * <p>The alarm recommendations for an Resilience Hub application, returned as an object. This
2654
2964
  * object includes Application Component names, descriptions, information about whether a
2655
2965
  * recommendation has already been implemented or not, prerequisites, and more.</p>
2656
2966
  */
2657
2967
  alarmRecommendations: AlarmRecommendation[] | undefined;
2658
2968
  /**
2969
+ * @public
2659
2970
  * <p>The token for the next set of results, or null if there are no more results.</p>
2660
2971
  */
2661
2972
  nextToken?: string;
@@ -2665,6 +2976,7 @@ export interface ListAlarmRecommendationsResponse {
2665
2976
  */
2666
2977
  export interface ListAppAssessmentsRequest {
2667
2978
  /**
2979
+ * @public
2668
2980
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2669
2981
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2670
2982
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2673,32 +2985,39 @@ export interface ListAppAssessmentsRequest {
2673
2985
  */
2674
2986
  appArn?: string;
2675
2987
  /**
2988
+ * @public
2676
2989
  * <p>The name for the assessment.</p>
2677
2990
  */
2678
2991
  assessmentName?: string;
2679
2992
  /**
2993
+ * @public
2680
2994
  * <p>The current status of the assessment for the resiliency policy.</p>
2681
2995
  */
2682
2996
  assessmentStatus?: (AssessmentStatus | string)[];
2683
2997
  /**
2998
+ * @public
2684
2999
  * <p>The current status of compliance for the resiliency policy.</p>
2685
3000
  */
2686
3001
  complianceStatus?: ComplianceStatus | string;
2687
3002
  /**
3003
+ * @public
2688
3004
  * <p>Specifies the entity that invoked a specific assessment, either a <code>User</code> or the
2689
3005
  * <code>System</code>.</p>
2690
3006
  */
2691
3007
  invoker?: AssessmentInvoker | string;
2692
3008
  /**
3009
+ * @public
2693
3010
  * <p>The default is to sort by ascending <b>startTime</b>.
2694
3011
  * To sort by descending <b>startTime</b>, set reverseOrder to <code>true</code>.</p>
2695
3012
  */
2696
3013
  reverseOrder?: boolean;
2697
3014
  /**
3015
+ * @public
2698
3016
  * <p>Null, or the token from a previous call to get the next set of results.</p>
2699
3017
  */
2700
3018
  nextToken?: string;
2701
3019
  /**
3020
+ * @public
2702
3021
  * <p>The maximum number of results to include in the response. If more results exist than the specified
2703
3022
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
2704
3023
  */
@@ -2709,10 +3028,12 @@ export interface ListAppAssessmentsRequest {
2709
3028
  */
2710
3029
  export interface ListAppAssessmentsResponse {
2711
3030
  /**
3031
+ * @public
2712
3032
  * <p>The token for the next set of results, or null if there are no more results.</p>
2713
3033
  */
2714
3034
  nextToken?: string;
2715
3035
  /**
3036
+ * @public
2716
3037
  * <p>The summaries for the specified assessments, returned as an object. This object includes
2717
3038
  * application versions, associated Amazon Resource Numbers (ARNs), cost, messages, resiliency
2718
3039
  * scores, and more.</p>
@@ -2724,15 +3045,18 @@ export interface ListAppAssessmentsResponse {
2724
3045
  */
2725
3046
  export interface ListAppComponentCompliancesRequest {
2726
3047
  /**
3048
+ * @public
2727
3049
  * <p>Null, or the token from a previous call to get the next set of results.</p>
2728
3050
  */
2729
3051
  nextToken?: string;
2730
3052
  /**
3053
+ * @public
2731
3054
  * <p>The maximum number of results to include in the response. If more results exist than the specified
2732
3055
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
2733
3056
  */
2734
3057
  maxResults?: number;
2735
3058
  /**
3059
+ * @public
2736
3060
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
2737
3061
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
2738
3062
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2746,12 +3070,14 @@ export interface ListAppComponentCompliancesRequest {
2746
3070
  */
2747
3071
  export interface ListAppComponentCompliancesResponse {
2748
3072
  /**
3073
+ * @public
2749
3074
  * <p>The compliances for an Resilience Hub Application Component, returned as an object. This
2750
3075
  * object contains the names of the Application Components, compliances, costs, resiliency scores, outage scores, and
2751
3076
  * more.</p>
2752
3077
  */
2753
3078
  componentCompliances: AppComponentCompliance[] | undefined;
2754
3079
  /**
3080
+ * @public
2755
3081
  * <p>The token for the next set of results, or null if there are no more results.</p>
2756
3082
  */
2757
3083
  nextToken?: string;
@@ -2761,6 +3087,7 @@ export interface ListAppComponentCompliancesResponse {
2761
3087
  */
2762
3088
  export interface ListAppComponentRecommendationsRequest {
2763
3089
  /**
3090
+ * @public
2764
3091
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
2765
3092
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
2766
3093
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2769,10 +3096,12 @@ export interface ListAppComponentRecommendationsRequest {
2769
3096
  */
2770
3097
  assessmentArn: string | undefined;
2771
3098
  /**
3099
+ * @public
2772
3100
  * <p>Null, or the token from a previous call to get the next set of results.</p>
2773
3101
  */
2774
3102
  nextToken?: string;
2775
3103
  /**
3104
+ * @public
2776
3105
  * <p>The maximum number of results to include in the response. If more results exist than the specified
2777
3106
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
2778
3107
  */
@@ -2815,23 +3144,28 @@ export type ConfigRecommendationOptimizationType = (typeof ConfigRecommendationO
2815
3144
  */
2816
3145
  export interface RecommendationDisruptionCompliance {
2817
3146
  /**
3147
+ * @public
2818
3148
  * <p>The expected compliance status after applying the recommended configuration change.</p>
2819
3149
  */
2820
3150
  expectedComplianceStatus: ComplianceStatus | string | undefined;
2821
3151
  /**
3152
+ * @public
2822
3153
  * <p>The expected RTO after applying the recommended configuration change.</p>
2823
3154
  */
2824
3155
  expectedRtoInSecs?: number;
2825
3156
  /**
3157
+ * @public
2826
3158
  * <p>The expected Recovery Time Objective (RTO) description after applying the recommended
2827
3159
  * configuration change.</p>
2828
3160
  */
2829
3161
  expectedRtoDescription?: string;
2830
3162
  /**
3163
+ * @public
2831
3164
  * <p>The expected RPO after applying the recommended configuration change.</p>
2832
3165
  */
2833
3166
  expectedRpoInSecs?: number;
2834
3167
  /**
3168
+ * @public
2835
3169
  * <p>The expected Recovery Point Objective (RPO) description after applying the recommended
2836
3170
  * configuration change.</p>
2837
3171
  */
@@ -2843,44 +3177,54 @@ export interface RecommendationDisruptionCompliance {
2843
3177
  */
2844
3178
  export interface ConfigRecommendation {
2845
3179
  /**
3180
+ * @public
2846
3181
  * <p>The cost for the application.</p>
2847
3182
  */
2848
3183
  cost?: Cost;
2849
3184
  /**
3185
+ * @public
2850
3186
  * <p>The name of the Application Component.</p>
2851
3187
  */
2852
3188
  appComponentName?: string;
2853
3189
  /**
3190
+ * @public
2854
3191
  * <p>The current compliance against the resiliency policy before applying the configuration
2855
3192
  * change.</p>
2856
3193
  */
2857
3194
  compliance?: Record<string, DisruptionCompliance>;
2858
3195
  /**
3196
+ * @public
2859
3197
  * <p>The expected compliance against the resiliency policy after applying the configuration
2860
3198
  * change.</p>
2861
3199
  */
2862
3200
  recommendationCompliance?: Record<string, RecommendationDisruptionCompliance>;
2863
3201
  /**
3202
+ * @public
2864
3203
  * <p>The type of optimization.</p>
2865
3204
  */
2866
3205
  optimizationType: ConfigRecommendationOptimizationType | string | undefined;
2867
3206
  /**
3207
+ * @public
2868
3208
  * <p>The name of the recommendation configuration.</p>
2869
3209
  */
2870
3210
  name: string | undefined;
2871
3211
  /**
3212
+ * @public
2872
3213
  * <p>The optional description for an app.</p>
2873
3214
  */
2874
3215
  description?: string;
2875
3216
  /**
3217
+ * @public
2876
3218
  * <p>List of the suggested configuration changes.</p>
2877
3219
  */
2878
3220
  suggestedChanges?: string[];
2879
3221
  /**
3222
+ * @public
2880
3223
  * <p>The architecture type.</p>
2881
3224
  */
2882
3225
  haArchitecture?: HaArchitecture | string;
2883
3226
  /**
3227
+ * @public
2884
3228
  * <p>The reference identifier for the recommendation configuration.</p>
2885
3229
  */
2886
3230
  referenceId: string | undefined;
@@ -2906,14 +3250,17 @@ export type RecommendationComplianceStatus = (typeof RecommendationComplianceSta
2906
3250
  */
2907
3251
  export interface ComponentRecommendation {
2908
3252
  /**
3253
+ * @public
2909
3254
  * <p>The name of the Application Component.</p>
2910
3255
  */
2911
3256
  appComponentName: string | undefined;
2912
3257
  /**
3258
+ * @public
2913
3259
  * <p>The recommendation status.</p>
2914
3260
  */
2915
3261
  recommendationStatus: RecommendationComplianceStatus | string | undefined;
2916
3262
  /**
3263
+ * @public
2917
3264
  * <p>The list of recommendations.</p>
2918
3265
  */
2919
3266
  configRecommendations: ConfigRecommendation[] | undefined;
@@ -2923,12 +3270,14 @@ export interface ComponentRecommendation {
2923
3270
  */
2924
3271
  export interface ListAppComponentRecommendationsResponse {
2925
3272
  /**
3273
+ * @public
2926
3274
  * <p>The recommendations for an Resilience Hub Application Component, returned as an object. This
2927
3275
  * object contains the names of the Application Components, configuration recommendations, and recommendation
2928
3276
  * statuses.</p>
2929
3277
  */
2930
3278
  componentRecommendations: ComponentRecommendation[] | undefined;
2931
3279
  /**
3280
+ * @public
2932
3281
  * <p>The token for the next set of results, or null if there are no more results.</p>
2933
3282
  */
2934
3283
  nextToken?: string;
@@ -2938,6 +3287,7 @@ export interface ListAppComponentRecommendationsResponse {
2938
3287
  */
2939
3288
  export interface ListAppInputSourcesRequest {
2940
3289
  /**
3290
+ * @public
2941
3291
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2942
3292
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2943
3293
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -2946,14 +3296,17 @@ export interface ListAppInputSourcesRequest {
2946
3296
  */
2947
3297
  appArn: string | undefined;
2948
3298
  /**
3299
+ * @public
2949
3300
  * <p>The Resilience Hub application version.</p>
2950
3301
  */
2951
3302
  appVersion: string | undefined;
2952
3303
  /**
3304
+ * @public
2953
3305
  * <p>Null, or the token from a previous call to get the next set of results.</p>
2954
3306
  */
2955
3307
  nextToken?: string;
2956
3308
  /**
3309
+ * @public
2957
3310
  * <p>Maximum number of input sources to be displayed per Resilience Hub application.</p>
2958
3311
  */
2959
3312
  maxResults?: number;
@@ -2963,10 +3316,12 @@ export interface ListAppInputSourcesRequest {
2963
3316
  */
2964
3317
  export interface ListAppInputSourcesResponse {
2965
3318
  /**
3319
+ * @public
2966
3320
  * <p>The list of Resilience Hub application input sources.</p>
2967
3321
  */
2968
3322
  appInputSources: AppInputSource[] | undefined;
2969
3323
  /**
3324
+ * @public
2970
3325
  * <p>The token for the next set of results, or null if there are no more results.</p>
2971
3326
  */
2972
3327
  nextToken?: string;
@@ -2976,19 +3331,23 @@ export interface ListAppInputSourcesResponse {
2976
3331
  */
2977
3332
  export interface ListAppsRequest {
2978
3333
  /**
3334
+ * @public
2979
3335
  * <p>Null, or the token from a previous call to get the next set of results.</p>
2980
3336
  */
2981
3337
  nextToken?: string;
2982
3338
  /**
3339
+ * @public
2983
3340
  * <p>The maximum number of results to include in the response. If more results exist than the specified
2984
3341
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
2985
3342
  */
2986
3343
  maxResults?: number;
2987
3344
  /**
3345
+ * @public
2988
3346
  * <p>The name for the one of the listed applications.</p>
2989
3347
  */
2990
3348
  name?: string;
2991
3349
  /**
3350
+ * @public
2992
3351
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
2993
3352
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
2994
3353
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3002,10 +3361,12 @@ export interface ListAppsRequest {
3002
3361
  */
3003
3362
  export interface ListAppsResponse {
3004
3363
  /**
3364
+ * @public
3005
3365
  * <p>Summaries for the Resilience Hub application.</p>
3006
3366
  */
3007
3367
  appSummaries: AppSummary[] | undefined;
3008
3368
  /**
3369
+ * @public
3009
3370
  * <p>The token for the next set of results, or null if there are no more results.</p>
3010
3371
  */
3011
3372
  nextToken?: string;
@@ -3015,6 +3376,7 @@ export interface ListAppsResponse {
3015
3376
  */
3016
3377
  export interface ListAppVersionAppComponentsRequest {
3017
3378
  /**
3379
+ * @public
3018
3380
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3019
3381
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3020
3382
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3023,14 +3385,17 @@ export interface ListAppVersionAppComponentsRequest {
3023
3385
  */
3024
3386
  appArn: string | undefined;
3025
3387
  /**
3388
+ * @public
3026
3389
  * <p>The version of the Application Component.</p>
3027
3390
  */
3028
3391
  appVersion: string | undefined;
3029
3392
  /**
3393
+ * @public
3030
3394
  * <p>Null, or the token from a previous call to get the next set of results.</p>
3031
3395
  */
3032
3396
  nextToken?: string;
3033
3397
  /**
3398
+ * @public
3034
3399
  * <p>Maximum number of Application Components to be displayed per Resilience Hub application version.</p>
3035
3400
  */
3036
3401
  maxResults?: number;
@@ -3040,6 +3405,7 @@ export interface ListAppVersionAppComponentsRequest {
3040
3405
  */
3041
3406
  export interface ListAppVersionAppComponentsResponse {
3042
3407
  /**
3408
+ * @public
3043
3409
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3044
3410
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3045
3411
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3048,14 +3414,17 @@ export interface ListAppVersionAppComponentsResponse {
3048
3414
  */
3049
3415
  appArn: string | undefined;
3050
3416
  /**
3417
+ * @public
3051
3418
  * <p>The Resilience Hub application version.</p>
3052
3419
  */
3053
3420
  appVersion: string | undefined;
3054
3421
  /**
3422
+ * @public
3055
3423
  * <p>Defines an Application Component.</p>
3056
3424
  */
3057
3425
  appComponents?: AppComponent[];
3058
3426
  /**
3427
+ * @public
3059
3428
  * <p>The token for the next set of results, or null if there are no more results.</p>
3060
3429
  */
3061
3430
  nextToken?: string;
@@ -3065,6 +3434,7 @@ export interface ListAppVersionAppComponentsResponse {
3065
3434
  */
3066
3435
  export interface ListAppVersionResourceMappingsRequest {
3067
3436
  /**
3437
+ * @public
3068
3438
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3069
3439
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3070
3440
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3073,14 +3443,17 @@ export interface ListAppVersionResourceMappingsRequest {
3073
3443
  */
3074
3444
  appArn: string | undefined;
3075
3445
  /**
3446
+ * @public
3076
3447
  * <p>The version of the application.</p>
3077
3448
  */
3078
3449
  appVersion: string | undefined;
3079
3450
  /**
3451
+ * @public
3080
3452
  * <p>Null, or the token from a previous call to get the next set of results.</p>
3081
3453
  */
3082
3454
  nextToken?: string;
3083
3455
  /**
3456
+ * @public
3084
3457
  * <p>The maximum number of results to include in the response. If more results exist than the specified
3085
3458
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
3086
3459
  */
@@ -3091,6 +3464,7 @@ export interface ListAppVersionResourceMappingsRequest {
3091
3464
  */
3092
3465
  export interface ListAppVersionResourceMappingsResponse {
3093
3466
  /**
3467
+ * @public
3094
3468
  * <p>Mappings used to map logical resources from the template to physical resources. You can
3095
3469
  * use the mapping type <code>CFN_STACK</code> if the application template uses
3096
3470
  * a logical stack name. Or you can map individual resources by using the mapping type
@@ -3099,6 +3473,7 @@ export interface ListAppVersionResourceMappingsResponse {
3099
3473
  */
3100
3474
  resourceMappings: ResourceMapping[] | undefined;
3101
3475
  /**
3476
+ * @public
3102
3477
  * <p>The token for the next set of results, or null if there are no more results.</p>
3103
3478
  */
3104
3479
  nextToken?: string;
@@ -3108,6 +3483,7 @@ export interface ListAppVersionResourceMappingsResponse {
3108
3483
  */
3109
3484
  export interface ListAppVersionResourcesRequest {
3110
3485
  /**
3486
+ * @public
3111
3487
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3112
3488
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3113
3489
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3116,18 +3492,22 @@ export interface ListAppVersionResourcesRequest {
3116
3492
  */
3117
3493
  appArn: string | undefined;
3118
3494
  /**
3495
+ * @public
3119
3496
  * <p>The version of the application.</p>
3120
3497
  */
3121
3498
  appVersion: string | undefined;
3122
3499
  /**
3500
+ * @public
3123
3501
  * <p>The identifier for a specific resolution.</p>
3124
3502
  */
3125
3503
  resolutionId?: string;
3126
3504
  /**
3505
+ * @public
3127
3506
  * <p>Null, or the token from a previous call to get the next set of results.</p>
3128
3507
  */
3129
3508
  nextToken?: string;
3130
3509
  /**
3510
+ * @public
3131
3511
  * <p>The maximum number of results to include in the response. If more results exist than the specified
3132
3512
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
3133
3513
  */
@@ -3138,14 +3518,17 @@ export interface ListAppVersionResourcesRequest {
3138
3518
  */
3139
3519
  export interface ListAppVersionResourcesResponse {
3140
3520
  /**
3521
+ * @public
3141
3522
  * <p>The physical resources in the application version.</p>
3142
3523
  */
3143
3524
  physicalResources: PhysicalResource[] | undefined;
3144
3525
  /**
3526
+ * @public
3145
3527
  * <p>The ID for a specific resolution.</p>
3146
3528
  */
3147
3529
  resolutionId: string | undefined;
3148
3530
  /**
3531
+ * @public
3149
3532
  * <p>The token for the next set of results, or null if there are no more results.</p>
3150
3533
  */
3151
3534
  nextToken?: string;
@@ -3155,6 +3538,7 @@ export interface ListAppVersionResourcesResponse {
3155
3538
  */
3156
3539
  export interface ListAppVersionsRequest {
3157
3540
  /**
3541
+ * @public
3158
3542
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3159
3543
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3160
3544
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3163,10 +3547,12 @@ export interface ListAppVersionsRequest {
3163
3547
  */
3164
3548
  appArn: string | undefined;
3165
3549
  /**
3550
+ * @public
3166
3551
  * <p>Null, or the token from a previous call to get the next set of results.</p>
3167
3552
  */
3168
3553
  nextToken?: string;
3169
3554
  /**
3555
+ * @public
3170
3556
  * <p>The maximum number of results to include in the response. If more results exist than the specified
3171
3557
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
3172
3558
  */
@@ -3177,10 +3563,12 @@ export interface ListAppVersionsRequest {
3177
3563
  */
3178
3564
  export interface ListAppVersionsResponse {
3179
3565
  /**
3566
+ * @public
3180
3567
  * <p>The version of the application.</p>
3181
3568
  */
3182
3569
  appVersions: AppVersionSummary[] | undefined;
3183
3570
  /**
3571
+ * @public
3184
3572
  * <p>The token for the next set of results, or null if there are no more results.</p>
3185
3573
  */
3186
3574
  nextToken?: string;
@@ -3190,6 +3578,7 @@ export interface ListAppVersionsResponse {
3190
3578
  */
3191
3579
  export interface ListRecommendationTemplatesRequest {
3192
3580
  /**
3581
+ * @public
3193
3582
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
3194
3583
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
3195
3584
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3198,27 +3587,33 @@ export interface ListRecommendationTemplatesRequest {
3198
3587
  */
3199
3588
  assessmentArn: string | undefined;
3200
3589
  /**
3590
+ * @public
3201
3591
  * <p>The default is to sort by ascending <b>startTime</b>.
3202
3592
  * To sort by descending <b>startTime</b>, set reverseOrder to <code>true</code>.</p>
3203
3593
  */
3204
3594
  reverseOrder?: boolean;
3205
3595
  /**
3596
+ * @public
3206
3597
  * <p>The status of the action.</p>
3207
3598
  */
3208
3599
  status?: (RecommendationTemplateStatus | string)[];
3209
3600
  /**
3601
+ * @public
3210
3602
  * <p>The Amazon Resource Name (ARN) for a recommendation template.</p>
3211
3603
  */
3212
3604
  recommendationTemplateArn?: string;
3213
3605
  /**
3606
+ * @public
3214
3607
  * <p>The name for one of the listed recommendation templates.</p>
3215
3608
  */
3216
3609
  name?: string;
3217
3610
  /**
3611
+ * @public
3218
3612
  * <p>Null, or the token from a previous call to get the next set of results.</p>
3219
3613
  */
3220
3614
  nextToken?: string;
3221
3615
  /**
3616
+ * @public
3222
3617
  * <p>The maximum number of results to include in the response. If more results exist than the specified
3223
3618
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
3224
3619
  */
@@ -3229,10 +3624,12 @@ export interface ListRecommendationTemplatesRequest {
3229
3624
  */
3230
3625
  export interface ListRecommendationTemplatesResponse {
3231
3626
  /**
3627
+ * @public
3232
3628
  * <p>The token for the next set of results, or null if there are no more results.</p>
3233
3629
  */
3234
3630
  nextToken?: string;
3235
3631
  /**
3632
+ * @public
3236
3633
  * <p>The recommendation templates for the Resilience Hub applications.</p>
3237
3634
  */
3238
3635
  recommendationTemplates?: RecommendationTemplate[];
@@ -3242,14 +3639,17 @@ export interface ListRecommendationTemplatesResponse {
3242
3639
  */
3243
3640
  export interface ListResiliencyPoliciesRequest {
3244
3641
  /**
3642
+ * @public
3245
3643
  * <p>The name of the policy</p>
3246
3644
  */
3247
3645
  policyName?: string;
3248
3646
  /**
3647
+ * @public
3249
3648
  * <p>Null, or the token from a previous call to get the next set of results.</p>
3250
3649
  */
3251
3650
  nextToken?: string;
3252
3651
  /**
3652
+ * @public
3253
3653
  * <p>The maximum number of results to include in the response. If more results exist than the specified
3254
3654
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
3255
3655
  */
@@ -3260,10 +3660,12 @@ export interface ListResiliencyPoliciesRequest {
3260
3660
  */
3261
3661
  export interface ListResiliencyPoliciesResponse {
3262
3662
  /**
3663
+ * @public
3263
3664
  * <p>The resiliency policies for the Resilience Hub applications.</p>
3264
3665
  */
3265
3666
  resiliencyPolicies: ResiliencyPolicy[] | undefined;
3266
3667
  /**
3668
+ * @public
3267
3669
  * <p>The token for the next set of results, or null if there are no more results.</p>
3268
3670
  */
3269
3671
  nextToken?: string;
@@ -3273,15 +3675,18 @@ export interface ListResiliencyPoliciesResponse {
3273
3675
  */
3274
3676
  export interface ListSopRecommendationsRequest {
3275
3677
  /**
3678
+ * @public
3276
3679
  * <p>Null, or the token from a previous call to get the next set of results.</p>
3277
3680
  */
3278
3681
  nextToken?: string;
3279
3682
  /**
3683
+ * @public
3280
3684
  * <p>The maximum number of results to include in the response. If more results exist than the specified
3281
3685
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
3282
3686
  */
3283
3687
  maxResults?: number;
3284
3688
  /**
3689
+ * @public
3285
3690
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
3286
3691
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
3287
3692
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3307,34 +3712,42 @@ export type SopServiceType = (typeof SopServiceType)[keyof typeof SopServiceType
3307
3712
  */
3308
3713
  export interface SopRecommendation {
3309
3714
  /**
3715
+ * @public
3310
3716
  * <p>The service type.</p>
3311
3717
  */
3312
3718
  serviceType: SopServiceType | string | undefined;
3313
3719
  /**
3720
+ * @public
3314
3721
  * <p>The name of the Application Component.</p>
3315
3722
  */
3316
3723
  appComponentName?: string;
3317
3724
  /**
3725
+ * @public
3318
3726
  * <p>The description of the SOP recommendation.</p>
3319
3727
  */
3320
3728
  description?: string;
3321
3729
  /**
3730
+ * @public
3322
3731
  * <p>Identifier for the SOP recommendation.</p>
3323
3732
  */
3324
3733
  recommendationId: string | undefined;
3325
3734
  /**
3735
+ * @public
3326
3736
  * <p>The name of the SOP recommendation.</p>
3327
3737
  */
3328
3738
  name?: string;
3329
3739
  /**
3740
+ * @public
3330
3741
  * <p>The recommendation items.</p>
3331
3742
  */
3332
3743
  items?: RecommendationItem[];
3333
3744
  /**
3745
+ * @public
3334
3746
  * <p>The reference identifier for the SOP recommendation.</p>
3335
3747
  */
3336
3748
  referenceId: string | undefined;
3337
3749
  /**
3750
+ * @public
3338
3751
  * <p>The prerequisite for the SOP recommendation.</p>
3339
3752
  */
3340
3753
  prerequisite?: string;
@@ -3344,10 +3757,12 @@ export interface SopRecommendation {
3344
3757
  */
3345
3758
  export interface ListSopRecommendationsResponse {
3346
3759
  /**
3760
+ * @public
3347
3761
  * <p>The token for the next set of results, or null if there are no more results.</p>
3348
3762
  */
3349
3763
  nextToken?: string;
3350
3764
  /**
3765
+ * @public
3351
3766
  * <p>The standard operating procedure (SOP) recommendations for the Resilience Hub
3352
3767
  * applications.</p>
3353
3768
  */
@@ -3358,10 +3773,12 @@ export interface ListSopRecommendationsResponse {
3358
3773
  */
3359
3774
  export interface ListSuggestedResiliencyPoliciesRequest {
3360
3775
  /**
3776
+ * @public
3361
3777
  * <p>Null, or the token from a previous call to get the next set of results.</p>
3362
3778
  */
3363
3779
  nextToken?: string;
3364
3780
  /**
3781
+ * @public
3365
3782
  * <p>The maximum number of results to include in the response. If more results exist than the specified
3366
3783
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
3367
3784
  */
@@ -3372,10 +3789,12 @@ export interface ListSuggestedResiliencyPoliciesRequest {
3372
3789
  */
3373
3790
  export interface ListSuggestedResiliencyPoliciesResponse {
3374
3791
  /**
3792
+ * @public
3375
3793
  * <p>The suggested resiliency policies for the Resilience Hub applications.</p>
3376
3794
  */
3377
3795
  resiliencyPolicies: ResiliencyPolicy[] | undefined;
3378
3796
  /**
3797
+ * @public
3379
3798
  * <p>The token for the next set of results, or null if there are no more results.</p>
3380
3799
  */
3381
3800
  nextToken?: string;
@@ -3385,6 +3804,7 @@ export interface ListSuggestedResiliencyPoliciesResponse {
3385
3804
  */
3386
3805
  export interface ListTagsForResourceRequest {
3387
3806
  /**
3807
+ * @public
3388
3808
  * <p>The Amazon Resource Name (ARN) for a specific resource in your Resilience Hub
3389
3809
  * application.</p>
3390
3810
  */
@@ -3395,6 +3815,7 @@ export interface ListTagsForResourceRequest {
3395
3815
  */
3396
3816
  export interface ListTagsForResourceResponse {
3397
3817
  /**
3818
+ * @public
3398
3819
  * <p>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.
3399
3820
  * Each tag consists of a key/value pair.</p>
3400
3821
  */
@@ -3405,15 +3826,18 @@ export interface ListTagsForResourceResponse {
3405
3826
  */
3406
3827
  export interface ListTestRecommendationsRequest {
3407
3828
  /**
3829
+ * @public
3408
3830
  * <p>Null, or the token from a previous call to get the next set of results.</p>
3409
3831
  */
3410
3832
  nextToken?: string;
3411
3833
  /**
3834
+ * @public
3412
3835
  * <p>The maximum number of results to include in the response. If more results exist than the specified
3413
3836
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
3414
3837
  */
3415
3838
  maxResults?: number;
3416
3839
  /**
3840
+ * @public
3417
3841
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
3418
3842
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app-assessment/<code>app-id</code>. For more information about ARNs,
3419
3843
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3455,46 +3879,57 @@ export type TestType = (typeof TestType)[keyof typeof TestType];
3455
3879
  */
3456
3880
  export interface TestRecommendation {
3457
3881
  /**
3882
+ * @public
3458
3883
  * <p>Identifier for the test recommendation.</p>
3459
3884
  */
3460
3885
  recommendationId?: string;
3461
3886
  /**
3887
+ * @public
3462
3888
  * <p>The reference identifier for the test recommendation.</p>
3463
3889
  */
3464
3890
  referenceId: string | undefined;
3465
3891
  /**
3892
+ * @public
3466
3893
  * <p>The name of the Application Component.</p>
3467
3894
  */
3468
3895
  appComponentName?: string;
3469
3896
  /**
3897
+ * @public
3470
3898
  * <p>The name of the test recommendation.</p>
3471
3899
  */
3472
3900
  name?: string;
3473
3901
  /**
3902
+ * @public
3474
3903
  * <p>The intent of the test recommendation.</p>
3475
3904
  */
3476
3905
  intent?: string;
3477
3906
  /**
3907
+ * @public
3478
3908
  * <p>The level of risk for this test recommendation.</p>
3479
3909
  */
3480
3910
  risk?: TestRisk | string;
3481
3911
  /**
3912
+ * @public
3482
3913
  * <p>The type of test recommendation.</p>
3483
3914
  */
3484
3915
  type?: TestType | string;
3485
3916
  /**
3917
+ * @public
3486
3918
  * <p>The description for the test recommendation.</p>
3487
3919
  */
3488
3920
  description?: string;
3489
3921
  /**
3922
+ * @public
3490
3923
  * <p>The test recommendation items.</p>
3491
3924
  */
3492
3925
  items?: RecommendationItem[];
3493
3926
  /**
3927
+ * @public
3494
3928
  * <p>The prerequisite of the test recommendation.</p>
3495
3929
  */
3496
3930
  prerequisite?: string;
3497
3931
  /**
3932
+ * @public
3498
3933
  * <p>
3499
3934
  * A list of recommended alarms that are used in the test and must be exported before or with the test.
3500
3935
  * </p>
@@ -3506,10 +3941,12 @@ export interface TestRecommendation {
3506
3941
  */
3507
3942
  export interface ListTestRecommendationsResponse {
3508
3943
  /**
3944
+ * @public
3509
3945
  * <p>The token for the next set of results, or null if there are no more results.</p>
3510
3946
  */
3511
3947
  nextToken?: string;
3512
3948
  /**
3949
+ * @public
3513
3950
  * <p>The test recommendations for the Resilience Hub application.</p>
3514
3951
  */
3515
3952
  testRecommendations: TestRecommendation[] | undefined;
@@ -3519,6 +3956,7 @@ export interface ListTestRecommendationsResponse {
3519
3956
  */
3520
3957
  export interface ListUnsupportedAppVersionResourcesRequest {
3521
3958
  /**
3959
+ * @public
3522
3960
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3523
3961
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3524
3962
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3527,18 +3965,22 @@ export interface ListUnsupportedAppVersionResourcesRequest {
3527
3965
  */
3528
3966
  appArn: string | undefined;
3529
3967
  /**
3968
+ * @public
3530
3969
  * <p>The version of the application.</p>
3531
3970
  */
3532
3971
  appVersion: string | undefined;
3533
3972
  /**
3973
+ * @public
3534
3974
  * <p>The identifier for a specific resolution.</p>
3535
3975
  */
3536
3976
  resolutionId?: string;
3537
3977
  /**
3978
+ * @public
3538
3979
  * <p>Null, or the token from a previous call to get the next set of results.</p>
3539
3980
  */
3540
3981
  nextToken?: string;
3541
3982
  /**
3983
+ * @public
3542
3984
  * <p>The maximum number of results to include in the response. If more results exist than the specified
3543
3985
  * <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.</p>
3544
3986
  */
@@ -3550,18 +3992,22 @@ export interface ListUnsupportedAppVersionResourcesRequest {
3550
3992
  */
3551
3993
  export interface UnsupportedResource {
3552
3994
  /**
3995
+ * @public
3553
3996
  * <p>The logical resource identifier for the unsupported resource.</p>
3554
3997
  */
3555
3998
  logicalResourceId: LogicalResourceId | undefined;
3556
3999
  /**
4000
+ * @public
3557
4001
  * <p>The physical resource identifier for the unsupported resource.</p>
3558
4002
  */
3559
4003
  physicalResourceId: PhysicalResourceId | undefined;
3560
4004
  /**
4005
+ * @public
3561
4006
  * <p>The type of resource.</p>
3562
4007
  */
3563
4008
  resourceType: string | undefined;
3564
4009
  /**
4010
+ * @public
3565
4011
  * <p>The status of the
3566
4012
  * unsupported resource.</p>
3567
4013
  */
@@ -3572,14 +4018,17 @@ export interface UnsupportedResource {
3572
4018
  */
3573
4019
  export interface ListUnsupportedAppVersionResourcesResponse {
3574
4020
  /**
4021
+ * @public
3575
4022
  * <p>The unsupported resources for the application.</p>
3576
4023
  */
3577
4024
  unsupportedResources: UnsupportedResource[] | undefined;
3578
4025
  /**
4026
+ * @public
3579
4027
  * <p>The identifier for a specific resolution.</p>
3580
4028
  */
3581
4029
  resolutionId: string | undefined;
3582
4030
  /**
4031
+ * @public
3583
4032
  * <p>The token for the next set of results, or null if there are no more results.</p>
3584
4033
  */
3585
4034
  nextToken?: string;
@@ -3589,6 +4038,7 @@ export interface ListUnsupportedAppVersionResourcesResponse {
3589
4038
  */
3590
4039
  export interface PublishAppVersionRequest {
3591
4040
  /**
4041
+ * @public
3592
4042
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3593
4043
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3594
4044
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3602,6 +4052,7 @@ export interface PublishAppVersionRequest {
3602
4052
  */
3603
4053
  export interface PublishAppVersionResponse {
3604
4054
  /**
4055
+ * @public
3605
4056
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3606
4057
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3607
4058
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3610,6 +4061,7 @@ export interface PublishAppVersionResponse {
3610
4061
  */
3611
4062
  appArn: string | undefined;
3612
4063
  /**
4064
+ * @public
3613
4065
  * <p>The version of the application.</p>
3614
4066
  */
3615
4067
  appVersion?: string;
@@ -3619,6 +4071,7 @@ export interface PublishAppVersionResponse {
3619
4071
  */
3620
4072
  export interface PutDraftAppVersionTemplateRequest {
3621
4073
  /**
4074
+ * @public
3622
4075
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3623
4076
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3624
4077
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3627,6 +4080,7 @@ export interface PutDraftAppVersionTemplateRequest {
3627
4080
  */
3628
4081
  appArn: string | undefined;
3629
4082
  /**
4083
+ * @public
3630
4084
  * <p>A JSON string that provides information about your application structure. To learn more
3631
4085
  * about the <code>appTemplateBody</code> template, see the sample template provided in the
3632
4086
  * <i>Examples</i> section.</p>
@@ -3896,6 +4350,7 @@ export interface PutDraftAppVersionTemplateRequest {
3896
4350
  */
3897
4351
  export interface PutDraftAppVersionTemplateResponse {
3898
4352
  /**
4353
+ * @public
3899
4354
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3900
4355
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3901
4356
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3904,6 +4359,7 @@ export interface PutDraftAppVersionTemplateResponse {
3904
4359
  */
3905
4360
  appArn?: string;
3906
4361
  /**
4362
+ * @public
3907
4363
  * <p>The version of the application.</p>
3908
4364
  */
3909
4365
  appVersion?: string;
@@ -3913,6 +4369,7 @@ export interface PutDraftAppVersionTemplateResponse {
3913
4369
  */
3914
4370
  export interface RemoveDraftAppVersionResourceMappingsRequest {
3915
4371
  /**
4372
+ * @public
3916
4373
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3917
4374
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3918
4375
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3921,26 +4378,32 @@ export interface RemoveDraftAppVersionResourceMappingsRequest {
3921
4378
  */
3922
4379
  appArn: string | undefined;
3923
4380
  /**
4381
+ * @public
3924
4382
  * <p>The names of the resources you want to remove from the resource mappings.</p>
3925
4383
  */
3926
4384
  resourceNames?: string[];
3927
4385
  /**
4386
+ * @public
3928
4387
  * <p>The names of the CloudFormation stacks you want to remove from the resource mappings.</p>
3929
4388
  */
3930
4389
  logicalStackNames?: string[];
3931
4390
  /**
4391
+ * @public
3932
4392
  * <p>The names of the registered applications you want to remove from the resource mappings.</p>
3933
4393
  */
3934
4394
  appRegistryAppNames?: string[];
3935
4395
  /**
4396
+ * @public
3936
4397
  * <p>The names of the resource groups you want to remove from the resource mappings.</p>
3937
4398
  */
3938
4399
  resourceGroupNames?: string[];
3939
4400
  /**
4401
+ * @public
3940
4402
  * <p>The names of the Terraform sources you want to remove from the resource mappings.</p>
3941
4403
  */
3942
4404
  terraformSourceNames?: string[];
3943
4405
  /**
4406
+ * @public
3944
4407
  * <p>The names of the Amazon Elastic Kubernetes Service clusters and namespaces you want to remove from the resource mappings.</p>
3945
4408
  * <note>
3946
4409
  * <p>This parameter accepts values in "eks-cluster/namespace" format.</p>
@@ -3953,6 +4416,7 @@ export interface RemoveDraftAppVersionResourceMappingsRequest {
3953
4416
  */
3954
4417
  export interface RemoveDraftAppVersionResourceMappingsResponse {
3955
4418
  /**
4419
+ * @public
3956
4420
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3957
4421
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3958
4422
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3961,6 +4425,7 @@ export interface RemoveDraftAppVersionResourceMappingsResponse {
3961
4425
  */
3962
4426
  appArn?: string;
3963
4427
  /**
4428
+ * @public
3964
4429
  * <p>The version of the application.</p>
3965
4430
  */
3966
4431
  appVersion?: string;
@@ -3970,6 +4435,7 @@ export interface RemoveDraftAppVersionResourceMappingsResponse {
3970
4435
  */
3971
4436
  export interface ResolveAppVersionResourcesRequest {
3972
4437
  /**
4438
+ * @public
3973
4439
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3974
4440
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3975
4441
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3978,6 +4444,7 @@ export interface ResolveAppVersionResourcesRequest {
3978
4444
  */
3979
4445
  appArn: string | undefined;
3980
4446
  /**
4447
+ * @public
3981
4448
  * <p>The version of the application.</p>
3982
4449
  */
3983
4450
  appVersion: string | undefined;
@@ -3987,6 +4454,7 @@ export interface ResolveAppVersionResourcesRequest {
3987
4454
  */
3988
4455
  export interface ResolveAppVersionResourcesResponse {
3989
4456
  /**
4457
+ * @public
3990
4458
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
3991
4459
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
3992
4460
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -3995,14 +4463,17 @@ export interface ResolveAppVersionResourcesResponse {
3995
4463
  */
3996
4464
  appArn: string | undefined;
3997
4465
  /**
4466
+ * @public
3998
4467
  * <p>The version of the application.</p>
3999
4468
  */
4000
4469
  appVersion: string | undefined;
4001
4470
  /**
4471
+ * @public
4002
4472
  * <p>The identifier for a specific resolution.</p>
4003
4473
  */
4004
4474
  resolutionId: string | undefined;
4005
4475
  /**
4476
+ * @public
4006
4477
  * <p>The status of the action.</p>
4007
4478
  */
4008
4479
  status: ResourceResolutionStatusType | string | undefined;
@@ -4012,6 +4483,7 @@ export interface ResolveAppVersionResourcesResponse {
4012
4483
  */
4013
4484
  export interface StartAppAssessmentRequest {
4014
4485
  /**
4486
+ * @public
4015
4487
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
4016
4488
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
4017
4489
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -4020,19 +4492,23 @@ export interface StartAppAssessmentRequest {
4020
4492
  */
4021
4493
  appArn: string | undefined;
4022
4494
  /**
4495
+ * @public
4023
4496
  * <p>The version of the application.</p>
4024
4497
  */
4025
4498
  appVersion: string | undefined;
4026
4499
  /**
4500
+ * @public
4027
4501
  * <p>The name for the assessment.</p>
4028
4502
  */
4029
4503
  assessmentName: string | undefined;
4030
4504
  /**
4505
+ * @public
4031
4506
  * <p>Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters.
4032
4507
  * You should not reuse the same client token for other API requests.</p>
4033
4508
  */
4034
4509
  clientToken?: string;
4035
4510
  /**
4511
+ * @public
4036
4512
  * <p>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.
4037
4513
  * Each tag consists of a key/value pair.</p>
4038
4514
  */
@@ -4043,6 +4519,7 @@ export interface StartAppAssessmentRequest {
4043
4519
  */
4044
4520
  export interface StartAppAssessmentResponse {
4045
4521
  /**
4522
+ * @public
4046
4523
  * <p>The assessment created.</p>
4047
4524
  */
4048
4525
  assessment: AppAssessment | undefined;
@@ -4052,10 +4529,12 @@ export interface StartAppAssessmentResponse {
4052
4529
  */
4053
4530
  export interface TagResourceRequest {
4054
4531
  /**
4532
+ * @public
4055
4533
  * <p>The Amazon Resource Name (ARN) of the resource. </p>
4056
4534
  */
4057
4535
  resourceArn: string | undefined;
4058
4536
  /**
4537
+ * @public
4059
4538
  * <p>The tags to assign to the resource. Each tag consists of a key/value pair.</p>
4060
4539
  */
4061
4540
  tags: Record<string, string> | undefined;
@@ -4070,10 +4549,12 @@ export interface TagResourceResponse {
4070
4549
  */
4071
4550
  export interface UntagResourceRequest {
4072
4551
  /**
4552
+ * @public
4073
4553
  * <p>The Amazon Resource Name (ARN) of the resource. </p>
4074
4554
  */
4075
4555
  resourceArn: string | undefined;
4076
4556
  /**
4557
+ * @public
4077
4558
  * <p>The keys of the tags you want to remove.</p>
4078
4559
  */
4079
4560
  tagKeys: string[] | undefined;
@@ -4088,6 +4569,7 @@ export interface UntagResourceResponse {
4088
4569
  */
4089
4570
  export interface UpdateAppRequest {
4090
4571
  /**
4572
+ * @public
4091
4573
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
4092
4574
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
4093
4575
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -4096,10 +4578,12 @@ export interface UpdateAppRequest {
4096
4578
  */
4097
4579
  appArn: string | undefined;
4098
4580
  /**
4581
+ * @public
4099
4582
  * <p>The optional description for an app.</p>
4100
4583
  */
4101
4584
  description?: string;
4102
4585
  /**
4586
+ * @public
4103
4587
  * <p>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
4104
4588
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
4105
4589
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -4108,10 +4592,12 @@ export interface UpdateAppRequest {
4108
4592
  */
4109
4593
  policyArn?: string;
4110
4594
  /**
4595
+ * @public
4111
4596
  * <p>Specifies if the resiliency policy ARN should be cleared.</p>
4112
4597
  */
4113
4598
  clearResiliencyPolicyArn?: boolean;
4114
4599
  /**
4600
+ * @public
4115
4601
  * <p>
4116
4602
  * Assessment execution schedule with 'Daily' or 'Disabled' values.
4117
4603
  * </p>
@@ -4123,6 +4609,7 @@ export interface UpdateAppRequest {
4123
4609
  */
4124
4610
  export interface UpdateAppResponse {
4125
4611
  /**
4612
+ * @public
4126
4613
  * <p>The specified application, returned as an object with details including compliance status,
4127
4614
  * creation time, description, resiliency score, and more.</p>
4128
4615
  */
@@ -4133,6 +4620,7 @@ export interface UpdateAppResponse {
4133
4620
  */
4134
4621
  export interface UpdateAppVersionRequest {
4135
4622
  /**
4623
+ * @public
4136
4624
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
4137
4625
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
4138
4626
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -4141,6 +4629,7 @@ export interface UpdateAppVersionRequest {
4141
4629
  */
4142
4630
  appArn: string | undefined;
4143
4631
  /**
4632
+ * @public
4144
4633
  * <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html">Configure the application configuration parameters</a>.</p>
4145
4634
  * <note>
4146
4635
  * <p>Currently, this parameter accepts a key-value mapping (in a string format) of only one failover region and one associated account.</p>
@@ -4157,6 +4646,7 @@ export interface UpdateAppVersionRequest {
4157
4646
  */
4158
4647
  export interface UpdateAppVersionResponse {
4159
4648
  /**
4649
+ * @public
4160
4650
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
4161
4651
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
4162
4652
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -4165,10 +4655,12 @@ export interface UpdateAppVersionResponse {
4165
4655
  */
4166
4656
  appArn: string | undefined;
4167
4657
  /**
4658
+ * @public
4168
4659
  * <p>The Resilience Hub application version.</p>
4169
4660
  */
4170
4661
  appVersion: string | undefined;
4171
4662
  /**
4663
+ * @public
4172
4664
  * <p>Additional configuration parameters for an Resilience Hub application. If you want to implement <code>additionalInfo</code> through the Resilience Hub console rather than using an API call, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/app-config-param.html">Configure the application configuration parameters</a>.</p>
4173
4665
  * <note>
4174
4666
  * <p>Currently, this parameter supports only failover region and account.</p>
@@ -4181,6 +4673,7 @@ export interface UpdateAppVersionResponse {
4181
4673
  */
4182
4674
  export interface UpdateAppVersionAppComponentRequest {
4183
4675
  /**
4676
+ * @public
4184
4677
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
4185
4678
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
4186
4679
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -4189,18 +4682,22 @@ export interface UpdateAppVersionAppComponentRequest {
4189
4682
  */
4190
4683
  appArn: string | undefined;
4191
4684
  /**
4685
+ * @public
4192
4686
  * <p>The identifier of the Application Component.</p>
4193
4687
  */
4194
4688
  id: string | undefined;
4195
4689
  /**
4690
+ * @public
4196
4691
  * <p>The name of the Application Component.</p>
4197
4692
  */
4198
4693
  name?: string;
4199
4694
  /**
4695
+ * @public
4200
4696
  * <p>The type of Application Component. For more information about the types of Application Component, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html">Grouping resources in an AppComponent</a>.</p>
4201
4697
  */
4202
4698
  type?: string;
4203
4699
  /**
4700
+ * @public
4204
4701
  * <p>Currently, there is no supported additional information for Application Components.</p>
4205
4702
  */
4206
4703
  additionalInfo?: Record<string, string[]>;
@@ -4210,6 +4707,7 @@ export interface UpdateAppVersionAppComponentRequest {
4210
4707
  */
4211
4708
  export interface UpdateAppVersionAppComponentResponse {
4212
4709
  /**
4710
+ * @public
4213
4711
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
4214
4712
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
4215
4713
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -4218,10 +4716,12 @@ export interface UpdateAppVersionAppComponentResponse {
4218
4716
  */
4219
4717
  appArn: string | undefined;
4220
4718
  /**
4719
+ * @public
4221
4720
  * <p>The Resilience Hub application version.</p>
4222
4721
  */
4223
4722
  appVersion: string | undefined;
4224
4723
  /**
4724
+ * @public
4225
4725
  * <p>The list of Application Components that belong to this resource.</p>
4226
4726
  */
4227
4727
  appComponent?: AppComponent;
@@ -4231,6 +4731,7 @@ export interface UpdateAppVersionAppComponentResponse {
4231
4731
  */
4232
4732
  export interface UpdateAppVersionResourceRequest {
4233
4733
  /**
4734
+ * @public
4234
4735
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
4235
4736
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
4236
4737
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -4239,38 +4740,47 @@ export interface UpdateAppVersionResourceRequest {
4239
4740
  */
4240
4741
  appArn: string | undefined;
4241
4742
  /**
4743
+ * @public
4242
4744
  * <p>The name of the resource.</p>
4243
4745
  */
4244
4746
  resourceName?: string;
4245
4747
  /**
4748
+ * @public
4246
4749
  * <p>The logical identifier of the resource.</p>
4247
4750
  */
4248
4751
  logicalResourceId?: LogicalResourceId;
4249
4752
  /**
4753
+ * @public
4250
4754
  * <p>The physical identifier of the resource.</p>
4251
4755
  */
4252
4756
  physicalResourceId?: string;
4253
4757
  /**
4758
+ * @public
4254
4759
  * <p>The Amazon Web Services region that owns the physical resource.</p>
4255
4760
  */
4256
4761
  awsRegion?: string;
4257
4762
  /**
4763
+ * @public
4258
4764
  * <p>The Amazon Web Services account that owns the physical resource.</p>
4259
4765
  */
4260
4766
  awsAccountId?: string;
4261
4767
  /**
4768
+ * @public
4262
4769
  * <p>The type of resource.</p>
4263
4770
  */
4264
4771
  resourceType?: string;
4265
4772
  /**
4773
+ * @public
4266
4774
  * <p>The list of Application Components that this resource belongs to. If an Application Component is not part of the Resilience Hub application, it will be added.</p>
4267
4775
  */
4268
4776
  appComponents?: string[];
4269
4777
  /**
4778
+ * @public
4270
4779
  * <p>Currently, there is no supported additional information for resources.</p>
4271
4780
  */
4272
4781
  additionalInfo?: Record<string, string[]>;
4273
4782
  /**
4783
+ * @public
4274
4784
  * <p>Indicates if a resource is excluded from an Resilience Hub application.</p>
4275
4785
  * <note>
4276
4786
  * <p>You can exclude only imported resources from an Resilience Hub application.</p>
@@ -4283,6 +4793,7 @@ export interface UpdateAppVersionResourceRequest {
4283
4793
  */
4284
4794
  export interface UpdateAppVersionResourceResponse {
4285
4795
  /**
4796
+ * @public
4286
4797
  * <p>The Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is:
4287
4798
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs,
4288
4799
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -4291,10 +4802,12 @@ export interface UpdateAppVersionResourceResponse {
4291
4802
  */
4292
4803
  appArn: string | undefined;
4293
4804
  /**
4805
+ * @public
4294
4806
  * <p>The Resilience Hub application version.</p>
4295
4807
  */
4296
4808
  appVersion: string | undefined;
4297
4809
  /**
4810
+ * @public
4298
4811
  * <p>Defines a physical resource. A physical resource is a resource that exists in your account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native identifier.</p>
4299
4812
  */
4300
4813
  physicalResource?: PhysicalResource;
@@ -4304,6 +4817,7 @@ export interface UpdateAppVersionResourceResponse {
4304
4817
  */
4305
4818
  export interface UpdateResiliencyPolicyRequest {
4306
4819
  /**
4820
+ * @public
4307
4821
  * <p>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
4308
4822
  * arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:resiliency-policy/<code>policy-id</code>. For more information about ARNs,
4309
4823
  * see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">
@@ -4312,24 +4826,29 @@ export interface UpdateResiliencyPolicyRequest {
4312
4826
  */
4313
4827
  policyArn: string | undefined;
4314
4828
  /**
4829
+ * @public
4315
4830
  * <p>The name of the policy</p>
4316
4831
  */
4317
4832
  policyName?: string;
4318
4833
  /**
4834
+ * @public
4319
4835
  * <p>The description for the policy.</p>
4320
4836
  */
4321
4837
  policyDescription?: string;
4322
4838
  /**
4839
+ * @public
4323
4840
  * <p>Specifies a high-level geographical location constraint for where your resilience policy
4324
4841
  * data can be stored.</p>
4325
4842
  */
4326
4843
  dataLocationConstraint?: DataLocationConstraint | string;
4327
4844
  /**
4845
+ * @public
4328
4846
  * <p>The tier for this resiliency policy, ranging from the highest severity
4329
4847
  * (<code>MissionCritical</code>) to lowest (<code>NonCritical</code>).</p>
4330
4848
  */
4331
4849
  tier?: ResiliencyPolicyTier | string;
4332
4850
  /**
4851
+ * @public
4333
4852
  * <p>The type of resiliency policy to be created, including the recovery time objective (RTO)
4334
4853
  * and recovery point objective (RPO) in seconds.</p>
4335
4854
  */
@@ -4340,6 +4859,7 @@ export interface UpdateResiliencyPolicyRequest {
4340
4859
  */
4341
4860
  export interface UpdateResiliencyPolicyResponse {
4342
4861
  /**
4862
+ * @public
4343
4863
  * <p>The type of resiliency policy that was updated, including the recovery time objective
4344
4864
  * (RTO) and recovery point objective (RPO) in seconds.</p>
4345
4865
  */