cdk-lambda-subminute 2.0.282 → 2.0.284

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.
Files changed (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +12 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +8 -5
  6. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +125 -0
  7. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +27 -15
  8. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +47 -0
  9. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +37 -10
  10. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +222 -107
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +205 -76
  13. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +136 -106
  15. package/node_modules/aws-sdk/apis/s3outposts-2017-07-25.min.json +1 -0
  16. package/node_modules/aws-sdk/clients/connect.d.ts +46 -22
  17. package/node_modules/aws-sdk/clients/dataexchange.d.ts +153 -0
  18. package/node_modules/aws-sdk/clients/datasync.d.ts +45 -30
  19. package/node_modules/aws-sdk/clients/finspace.d.ts +46 -2
  20. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +24 -0
  21. package/node_modules/aws-sdk/clients/rds.d.ts +148 -0
  22. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +212 -2
  23. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +136 -103
  24. package/node_modules/aws-sdk/clients/s3outposts.d.ts +5 -0
  25. package/node_modules/aws-sdk/clients/wisdom.d.ts +8 -8
  26. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  27. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +239 -115
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +41 -41
  30. package/node_modules/aws-sdk/lib/core.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +3 -3
@@ -12,11 +12,11 @@ declare class Resiliencehub extends Service {
12
12
  constructor(options?: Resiliencehub.Types.ClientConfiguration)
13
13
  config: Config & Resiliencehub.Types.ClientConfiguration;
14
14
  /**
15
- * Adds the resource mapping for the draft application version. You can also update an existing resource mapping to a new physical resource.
15
+ * Adds the source of resource-maps to the draft version of an application. During assessment, Resilience Hub will use these resource-maps to resolve the latest physical ID for each resource in the application template. For more information about different types of resources suported by Resilience Hub and how to add them in your application, see Step 2: How is your application managed? in the Resilience Hub User Guide.
16
16
  */
17
17
  addDraftAppVersionResourceMappings(params: Resiliencehub.Types.AddDraftAppVersionResourceMappingsRequest, callback?: (err: AWSError, data: Resiliencehub.Types.AddDraftAppVersionResourceMappingsResponse) => void): Request<Resiliencehub.Types.AddDraftAppVersionResourceMappingsResponse, AWSError>;
18
18
  /**
19
- * Adds the resource mapping for the draft application version. You can also update an existing resource mapping to a new physical resource.
19
+ * Adds the source of resource-maps to the draft version of an application. During assessment, Resilience Hub will use these resource-maps to resolve the latest physical ID for each resource in the application template. For more information about different types of resources suported by Resilience Hub and how to add them in your application, see Step 2: How is your application managed? in the Resilience Hub User Guide.
20
20
  */
21
21
  addDraftAppVersionResourceMappings(callback?: (err: AWSError, data: Resiliencehub.Types.AddDraftAppVersionResourceMappingsResponse) => void): Request<Resiliencehub.Types.AddDraftAppVersionResourceMappingsResponse, AWSError>;
22
22
  /**
@@ -60,11 +60,11 @@ declare class Resiliencehub extends Service {
60
60
  */
61
61
  createRecommendationTemplate(callback?: (err: AWSError, data: Resiliencehub.Types.CreateRecommendationTemplateResponse) => void): Request<Resiliencehub.Types.CreateRecommendationTemplateResponse, AWSError>;
62
62
  /**
63
- * Creates a resiliency policy for an application.
63
+ * Creates a resiliency policy for an application. Resilience Hub allows you to provide a value of zero for rtoInSecs and rpoInSecs of your resiliency policy. But, while assessing your application, the lowest possible assessment result is near zero. Hence, if you provide value zero for rtoInSecs and rpoInSecs, the estimated workload RTO and estimated workload RPO result will be near zero and the Compliance status for your application will be set to Policy breached.
64
64
  */
65
65
  createResiliencyPolicy(params: Resiliencehub.Types.CreateResiliencyPolicyRequest, callback?: (err: AWSError, data: Resiliencehub.Types.CreateResiliencyPolicyResponse) => void): Request<Resiliencehub.Types.CreateResiliencyPolicyResponse, AWSError>;
66
66
  /**
67
- * Creates a resiliency policy for an application.
67
+ * Creates a resiliency policy for an application. Resilience Hub allows you to provide a value of zero for rtoInSecs and rpoInSecs of your resiliency policy. But, while assessing your application, the lowest possible assessment result is near zero. Hence, if you provide value zero for rtoInSecs and rpoInSecs, the estimated workload RTO and estimated workload RPO result will be near zero and the Compliance status for your application will be set to Policy breached.
68
68
  */
69
69
  createResiliencyPolicy(callback?: (err: AWSError, data: Resiliencehub.Types.CreateResiliencyPolicyResponse) => void): Request<Resiliencehub.Types.CreateResiliencyPolicyResponse, AWSError>;
70
70
  /**
@@ -436,18 +436,18 @@ declare class Resiliencehub extends Service {
436
436
  */
437
437
  updateAppVersionResource(callback?: (err: AWSError, data: Resiliencehub.Types.UpdateAppVersionResourceResponse) => void): Request<Resiliencehub.Types.UpdateAppVersionResourceResponse, AWSError>;
438
438
  /**
439
- * Updates a resiliency policy.
439
+ * Updates a resiliency policy. Resilience Hub allows you to provide a value of zero for rtoInSecs and rpoInSecs of your resiliency policy. But, while assessing your application, the lowest possible assessment result is near zero. Hence, if you provide value zero for rtoInSecs and rpoInSecs, the estimated workload RTO and estimated workload RPO result will be near zero and the Compliance status for your application will be set to Policy breached.
440
440
  */
441
441
  updateResiliencyPolicy(params: Resiliencehub.Types.UpdateResiliencyPolicyRequest, callback?: (err: AWSError, data: Resiliencehub.Types.UpdateResiliencyPolicyResponse) => void): Request<Resiliencehub.Types.UpdateResiliencyPolicyResponse, AWSError>;
442
442
  /**
443
- * Updates a resiliency policy.
443
+ * Updates a resiliency policy. Resilience Hub allows you to provide a value of zero for rtoInSecs and rpoInSecs of your resiliency policy. But, while assessing your application, the lowest possible assessment result is near zero. Hence, if you provide value zero for rtoInSecs and rpoInSecs, the estimated workload RTO and estimated workload RPO result will be near zero and the Compliance status for your application will be set to Policy breached.
444
444
  */
445
445
  updateResiliencyPolicy(callback?: (err: AWSError, data: Resiliencehub.Types.UpdateResiliencyPolicyResponse) => void): Request<Resiliencehub.Types.UpdateResiliencyPolicyResponse, AWSError>;
446
446
  }
447
447
  declare namespace Resiliencehub {
448
448
  export interface AddDraftAppVersionResourceMappingsRequest {
449
449
  /**
450
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
450
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
451
451
  */
452
452
  appArn: Arn;
453
453
  /**
@@ -457,7 +457,7 @@ declare namespace Resiliencehub {
457
457
  }
458
458
  export interface AddDraftAppVersionResourceMappingsResponse {
459
459
  /**
460
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
460
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
461
461
  */
462
462
  appArn: Arn;
463
463
  /**
@@ -514,7 +514,7 @@ declare namespace Resiliencehub {
514
514
  export type AlarmType = "Metric"|"Composite"|"Canary"|"Logs"|"Event"|string;
515
515
  export interface App {
516
516
  /**
517
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
517
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
518
518
  */
519
519
  appArn: Arn;
520
520
  /**
@@ -526,7 +526,7 @@ declare namespace Resiliencehub {
526
526
  */
527
527
  complianceStatus?: AppComplianceStatusType;
528
528
  /**
529
- * Timestamp for when the app was created.
529
+ * Date and time when the app was created.
530
530
  */
531
531
  creationTime: TimeStamp;
532
532
  /**
@@ -542,7 +542,7 @@ declare namespace Resiliencehub {
542
542
  */
543
543
  eventSubscriptions?: EventSubscriptionList;
544
544
  /**
545
- * Timestamp for the most recent compliance evaluation.
545
+ * Date and time the most recent compliance evaluation.
546
546
  */
547
547
  lastAppComplianceEvaluationTime?: TimeStamp;
548
548
  /**
@@ -550,7 +550,7 @@ declare namespace Resiliencehub {
550
550
  */
551
551
  lastDriftEvaluationTime?: TimeStamp;
552
552
  /**
553
- * Timestamp for the most recent resiliency score evaluation.
553
+ * Date and time the most recent resiliency score evaluation.
554
554
  */
555
555
  lastResiliencyScoreEvaluationTime?: TimeStamp;
556
556
  /**
@@ -562,13 +562,21 @@ declare namespace Resiliencehub {
562
562
  */
563
563
  permissionModel?: PermissionModel;
564
564
  /**
565
- * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
565
+ * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
566
566
  */
567
567
  policyArn?: Arn;
568
568
  /**
569
569
  * Current resiliency score for the application.
570
570
  */
571
571
  resiliencyScore?: Double;
572
+ /**
573
+ * Recovery Point Objective (RPO) in seconds.
574
+ */
575
+ rpoInSecs?: IntegerOptional;
576
+ /**
577
+ * Recovery Time Objective (RTO) in seconds.
578
+ */
579
+ rtoInSecs?: IntegerOptional;
572
580
  /**
573
581
  * Status of the application.
574
582
  */
@@ -580,7 +588,7 @@ declare namespace Resiliencehub {
580
588
  }
581
589
  export interface AppAssessment {
582
590
  /**
583
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
591
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
584
592
  */
585
593
  appArn?: Arn;
586
594
  /**
@@ -588,7 +596,7 @@ declare namespace Resiliencehub {
588
596
  */
589
597
  appVersion?: EntityVersion;
590
598
  /**
591
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
599
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
592
600
  */
593
601
  assessmentArn: Arn;
594
602
  /**
@@ -655,7 +663,7 @@ declare namespace Resiliencehub {
655
663
  export type AppAssessmentScheduleType = "Disabled"|"Daily"|string;
656
664
  export interface AppAssessmentSummary {
657
665
  /**
658
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
666
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
659
667
  */
660
668
  appArn?: Arn;
661
669
  /**
@@ -663,7 +671,7 @@ declare namespace Resiliencehub {
663
671
  */
664
672
  appVersion?: EntityVersion;
665
673
  /**
666
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
674
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
667
675
  */
668
676
  assessmentArn: Arn;
669
677
  /**
@@ -774,7 +782,7 @@ declare namespace Resiliencehub {
774
782
  */
775
783
  resourceCount?: Integer;
776
784
  /**
777
- * The Amazon Resource Name (ARN) of the input source. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
785
+ * The Amazon Resource Name (ARN) of the input source. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
778
786
  */
779
787
  sourceArn?: Arn;
780
788
  /**
@@ -790,7 +798,7 @@ declare namespace Resiliencehub {
790
798
  export type AppStatusType = "Active"|"Deleting"|string;
791
799
  export interface AppSummary {
792
800
  /**
793
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
801
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
794
802
  */
795
803
  appArn: Arn;
796
804
  /**
@@ -802,7 +810,7 @@ declare namespace Resiliencehub {
802
810
  */
803
811
  complianceStatus?: AppComplianceStatusType;
804
812
  /**
805
- * The timestamp for when the app was created.
813
+ * Date and time when the app was created.
806
814
  */
807
815
  creationTime: TimeStamp;
808
816
  /**
@@ -813,6 +821,10 @@ declare namespace Resiliencehub {
813
821
  * Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
814
822
  */
815
823
  driftStatus?: AppDriftStatusType;
824
+ /**
825
+ * Date and time of the most recent compliance evaluation.
826
+ */
827
+ lastAppComplianceEvaluationTime?: TimeStamp;
816
828
  /**
817
829
  * The name of the application.
818
830
  */
@@ -821,6 +833,14 @@ declare namespace Resiliencehub {
821
833
  * The current resiliency score for the application.
822
834
  */
823
835
  resiliencyScore?: Double;
836
+ /**
837
+ * Recovery Point Objective (RPO) in seconds.
838
+ */
839
+ rpoInSecs?: IntegerOptional;
840
+ /**
841
+ * Recovery Time Objective (RTO) in seconds.
842
+ */
843
+ rtoInSecs?: IntegerOptional;
824
844
  /**
825
845
  * Status of the application.
826
846
  */
@@ -867,7 +887,7 @@ declare namespace Resiliencehub {
867
887
  }
868
888
  export interface BatchUpdateRecommendationStatusRequest {
869
889
  /**
870
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
890
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
871
891
  */
872
892
  appArn: Arn;
873
893
  /**
@@ -877,7 +897,7 @@ declare namespace Resiliencehub {
877
897
  }
878
898
  export interface BatchUpdateRecommendationStatusResponse {
879
899
  /**
880
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
900
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
881
901
  */
882
902
  appArn: Arn;
883
903
  /**
@@ -1059,7 +1079,7 @@ declare namespace Resiliencehub {
1059
1079
  */
1060
1080
  permissionModel?: PermissionModel;
1061
1081
  /**
1062
- * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1082
+ * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1063
1083
  */
1064
1084
  policyArn?: Arn;
1065
1085
  /**
@@ -1079,7 +1099,7 @@ declare namespace Resiliencehub {
1079
1099
  */
1080
1100
  additionalInfo?: AdditionalInfoMap;
1081
1101
  /**
1082
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1102
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1083
1103
  */
1084
1104
  appArn: Arn;
1085
1105
  /**
@@ -1101,7 +1121,7 @@ declare namespace Resiliencehub {
1101
1121
  }
1102
1122
  export interface CreateAppVersionAppComponentResponse {
1103
1123
  /**
1104
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1124
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1105
1125
  */
1106
1126
  appArn: Arn;
1107
1127
  /**
@@ -1119,7 +1139,7 @@ declare namespace Resiliencehub {
1119
1139
  */
1120
1140
  additionalInfo?: AdditionalInfoMap;
1121
1141
  /**
1122
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1142
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1123
1143
  */
1124
1144
  appArn: Arn;
1125
1145
  /**
@@ -1157,7 +1177,7 @@ declare namespace Resiliencehub {
1157
1177
  }
1158
1178
  export interface CreateAppVersionResourceResponse {
1159
1179
  /**
1160
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1180
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1161
1181
  */
1162
1182
  appArn: Arn;
1163
1183
  /**
@@ -1171,7 +1191,7 @@ declare namespace Resiliencehub {
1171
1191
  }
1172
1192
  export interface CreateRecommendationTemplateRequest {
1173
1193
  /**
1174
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1194
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1175
1195
  */
1176
1196
  assessmentArn: Arn;
1177
1197
  /**
@@ -1250,7 +1270,7 @@ declare namespace Resiliencehub {
1250
1270
  export type DataLocationConstraint = "AnyLocation"|"SameContinent"|"SameCountry"|string;
1251
1271
  export interface DeleteAppAssessmentRequest {
1252
1272
  /**
1253
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1273
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1254
1274
  */
1255
1275
  assessmentArn: Arn;
1256
1276
  /**
@@ -1260,7 +1280,7 @@ declare namespace Resiliencehub {
1260
1280
  }
1261
1281
  export interface DeleteAppAssessmentResponse {
1262
1282
  /**
1263
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1283
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1264
1284
  */
1265
1285
  assessmentArn: Arn;
1266
1286
  /**
@@ -1270,7 +1290,7 @@ declare namespace Resiliencehub {
1270
1290
  }
1271
1291
  export interface DeleteAppInputSourceRequest {
1272
1292
  /**
1273
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1293
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1274
1294
  */
1275
1295
  appArn: Arn;
1276
1296
  /**
@@ -1282,7 +1302,7 @@ declare namespace Resiliencehub {
1282
1302
  */
1283
1303
  eksSourceClusterNamespace?: EksSourceClusterNamespace;
1284
1304
  /**
1285
- * The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1305
+ * The Amazon Resource Name (ARN) of the imported resource you want to remove from the Resilience Hub application. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1286
1306
  */
1287
1307
  sourceArn?: Arn;
1288
1308
  /**
@@ -1292,7 +1312,7 @@ declare namespace Resiliencehub {
1292
1312
  }
1293
1313
  export interface DeleteAppInputSourceResponse {
1294
1314
  /**
1295
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1315
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1296
1316
  */
1297
1317
  appArn?: Arn;
1298
1318
  /**
@@ -1302,7 +1322,7 @@ declare namespace Resiliencehub {
1302
1322
  }
1303
1323
  export interface DeleteAppRequest {
1304
1324
  /**
1305
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1325
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1306
1326
  */
1307
1327
  appArn: Arn;
1308
1328
  /**
@@ -1316,13 +1336,13 @@ declare namespace Resiliencehub {
1316
1336
  }
1317
1337
  export interface DeleteAppResponse {
1318
1338
  /**
1319
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1339
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1320
1340
  */
1321
1341
  appArn: Arn;
1322
1342
  }
1323
1343
  export interface DeleteAppVersionAppComponentRequest {
1324
1344
  /**
1325
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1345
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1326
1346
  */
1327
1347
  appArn: Arn;
1328
1348
  /**
@@ -1336,7 +1356,7 @@ declare namespace Resiliencehub {
1336
1356
  }
1337
1357
  export interface DeleteAppVersionAppComponentResponse {
1338
1358
  /**
1339
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1359
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1340
1360
  */
1341
1361
  appArn: Arn;
1342
1362
  /**
@@ -1350,7 +1370,7 @@ declare namespace Resiliencehub {
1350
1370
  }
1351
1371
  export interface DeleteAppVersionResourceRequest {
1352
1372
  /**
1353
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1373
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1354
1374
  */
1355
1375
  appArn: Arn;
1356
1376
  /**
@@ -1380,7 +1400,7 @@ declare namespace Resiliencehub {
1380
1400
  }
1381
1401
  export interface DeleteAppVersionResourceResponse {
1382
1402
  /**
1383
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1403
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1384
1404
  */
1385
1405
  appArn: Arn;
1386
1406
  /**
@@ -1418,19 +1438,19 @@ declare namespace Resiliencehub {
1418
1438
  */
1419
1439
  clientToken?: ClientToken;
1420
1440
  /**
1421
- * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1441
+ * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1422
1442
  */
1423
1443
  policyArn: Arn;
1424
1444
  }
1425
1445
  export interface DeleteResiliencyPolicyResponse {
1426
1446
  /**
1427
- * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1447
+ * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1428
1448
  */
1429
1449
  policyArn: Arn;
1430
1450
  }
1431
1451
  export interface DescribeAppAssessmentRequest {
1432
1452
  /**
1433
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1453
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1434
1454
  */
1435
1455
  assessmentArn: Arn;
1436
1456
  }
@@ -1442,7 +1462,7 @@ declare namespace Resiliencehub {
1442
1462
  }
1443
1463
  export interface DescribeAppRequest {
1444
1464
  /**
1445
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1465
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1446
1466
  */
1447
1467
  appArn: Arn;
1448
1468
  }
@@ -1454,7 +1474,7 @@ declare namespace Resiliencehub {
1454
1474
  }
1455
1475
  export interface DescribeAppVersionAppComponentRequest {
1456
1476
  /**
1457
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1477
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1458
1478
  */
1459
1479
  appArn: Arn;
1460
1480
  /**
@@ -1468,7 +1488,7 @@ declare namespace Resiliencehub {
1468
1488
  }
1469
1489
  export interface DescribeAppVersionAppComponentResponse {
1470
1490
  /**
1471
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1491
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1472
1492
  */
1473
1493
  appArn: Arn;
1474
1494
  /**
@@ -1482,7 +1502,7 @@ declare namespace Resiliencehub {
1482
1502
  }
1483
1503
  export interface DescribeAppVersionRequest {
1484
1504
  /**
1485
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1505
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1486
1506
  */
1487
1507
  appArn: Arn;
1488
1508
  /**
@@ -1492,7 +1512,7 @@ declare namespace Resiliencehub {
1492
1512
  }
1493
1513
  export interface DescribeAppVersionResourceRequest {
1494
1514
  /**
1495
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1515
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1496
1516
  */
1497
1517
  appArn: Arn;
1498
1518
  /**
@@ -1522,7 +1542,7 @@ declare namespace Resiliencehub {
1522
1542
  }
1523
1543
  export interface DescribeAppVersionResourceResponse {
1524
1544
  /**
1525
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1545
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1526
1546
  */
1527
1547
  appArn: Arn;
1528
1548
  /**
@@ -1536,7 +1556,7 @@ declare namespace Resiliencehub {
1536
1556
  }
1537
1557
  export interface DescribeAppVersionResourcesResolutionStatusRequest {
1538
1558
  /**
1539
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1559
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1540
1560
  */
1541
1561
  appArn: Arn;
1542
1562
  /**
@@ -1550,7 +1570,7 @@ declare namespace Resiliencehub {
1550
1570
  }
1551
1571
  export interface DescribeAppVersionResourcesResolutionStatusResponse {
1552
1572
  /**
1553
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1573
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1554
1574
  */
1555
1575
  appArn: Arn;
1556
1576
  /**
@@ -1576,7 +1596,7 @@ declare namespace Resiliencehub {
1576
1596
  */
1577
1597
  additionalInfo?: AdditionalInfoMap;
1578
1598
  /**
1579
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1599
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1580
1600
  */
1581
1601
  appArn: Arn;
1582
1602
  /**
@@ -1586,7 +1606,7 @@ declare namespace Resiliencehub {
1586
1606
  }
1587
1607
  export interface DescribeAppVersionTemplateRequest {
1588
1608
  /**
1589
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1609
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1590
1610
  */
1591
1611
  appArn: Arn;
1592
1612
  /**
@@ -1596,7 +1616,7 @@ declare namespace Resiliencehub {
1596
1616
  }
1597
1617
  export interface DescribeAppVersionTemplateResponse {
1598
1618
  /**
1599
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1619
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1600
1620
  */
1601
1621
  appArn: Arn;
1602
1622
  /**
@@ -1610,13 +1630,13 @@ declare namespace Resiliencehub {
1610
1630
  }
1611
1631
  export interface DescribeDraftAppVersionResourcesImportStatusRequest {
1612
1632
  /**
1613
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1633
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1614
1634
  */
1615
1635
  appArn: Arn;
1616
1636
  }
1617
1637
  export interface DescribeDraftAppVersionResourcesImportStatusResponse {
1618
1638
  /**
1619
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1639
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1620
1640
  */
1621
1641
  appArn: Arn;
1622
1642
  /**
@@ -1632,13 +1652,13 @@ declare namespace Resiliencehub {
1632
1652
  */
1633
1653
  status: ResourceImportStatusType;
1634
1654
  /**
1635
- * The timestamp for when the status last changed.
1655
+ * The time when the status last changed.
1636
1656
  */
1637
1657
  statusChangeTime: TimeStamp;
1638
1658
  }
1639
1659
  export interface DescribeResiliencyPolicyRequest {
1640
1660
  /**
1641
- * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1661
+ * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1642
1662
  */
1643
1663
  policyArn: Arn;
1644
1664
  }
@@ -1702,7 +1722,7 @@ declare namespace Resiliencehub {
1702
1722
  export type EksNamespaceList = EksNamespace[];
1703
1723
  export interface EksSource {
1704
1724
  /**
1705
- * Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:aws:eks:region:account-id:cluster/cluster-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1725
+ * Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:aws:eks:region:account-id:cluster/cluster-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1706
1726
  */
1707
1727
  eksClusterArn: Arn;
1708
1728
  /**
@@ -1712,7 +1732,7 @@ declare namespace Resiliencehub {
1712
1732
  }
1713
1733
  export interface EksSourceClusterNamespace {
1714
1734
  /**
1715
- * Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:aws:eks:region:account-id:cluster/cluster-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1735
+ * Amazon Resource Name (ARN) of the Amazon Elastic Kubernetes Service cluster. The format for this ARN is: arn:aws:eks:region:account-id:cluster/cluster-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1716
1736
  */
1717
1737
  eksClusterArn: Arn;
1718
1738
  /**
@@ -1738,7 +1758,7 @@ declare namespace Resiliencehub {
1738
1758
  */
1739
1759
  name: String255;
1740
1760
  /**
1741
- * Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1761
+ * Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic. The format for this ARN is: arn:partition:sns:region:account:topic-name. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1742
1762
  */
1743
1763
  snsTopicArn?: Arn;
1744
1764
  }
@@ -1747,11 +1767,11 @@ declare namespace Resiliencehub {
1747
1767
  export type ExcludeRecommendationReason = "AlreadyImplemented"|"NotRelevant"|"ComplexityOfImplementation"|string;
1748
1768
  export interface FailurePolicy {
1749
1769
  /**
1750
- * The Recovery Point Objective (RPO), in seconds.
1770
+ * Recovery Point Objective (RPO) in seconds.
1751
1771
  */
1752
1772
  rpoInSecs: Seconds;
1753
1773
  /**
1754
- * The Recovery Time Objective (RTO), in seconds.
1774
+ * Recovery Time Objective (RTO) in seconds.
1755
1775
  */
1756
1776
  rtoInSecs: Seconds;
1757
1777
  }
@@ -1761,7 +1781,7 @@ declare namespace Resiliencehub {
1761
1781
  export type IamRoleName = string;
1762
1782
  export interface ImportResourcesToDraftAppVersionRequest {
1763
1783
  /**
1764
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1784
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1765
1785
  */
1766
1786
  appArn: Arn;
1767
1787
  /**
@@ -1783,7 +1803,7 @@ declare namespace Resiliencehub {
1783
1803
  }
1784
1804
  export interface ImportResourcesToDraftAppVersionResponse {
1785
1805
  /**
1786
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1806
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1787
1807
  */
1788
1808
  appArn: Arn;
1789
1809
  /**
@@ -1808,9 +1828,10 @@ declare namespace Resiliencehub {
1808
1828
  terraformSources?: TerraformSourceList;
1809
1829
  }
1810
1830
  export type Integer = number;
1831
+ export type IntegerOptional = number;
1811
1832
  export interface ListAlarmRecommendationsRequest {
1812
1833
  /**
1813
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1834
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1814
1835
  */
1815
1836
  assessmentArn: Arn;
1816
1837
  /**
@@ -1834,7 +1855,7 @@ declare namespace Resiliencehub {
1834
1855
  }
1835
1856
  export interface ListAppAssessmentComplianceDriftsRequest {
1836
1857
  /**
1837
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1858
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1838
1859
  */
1839
1860
  assessmentArn: Arn;
1840
1861
  /**
@@ -1858,7 +1879,7 @@ declare namespace Resiliencehub {
1858
1879
  }
1859
1880
  export interface ListAppAssessmentsRequest {
1860
1881
  /**
1861
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1882
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1862
1883
  */
1863
1884
  appArn?: Arn;
1864
1885
  /**
@@ -1902,7 +1923,7 @@ declare namespace Resiliencehub {
1902
1923
  }
1903
1924
  export interface ListAppComponentCompliancesRequest {
1904
1925
  /**
1905
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1926
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1906
1927
  */
1907
1928
  assessmentArn: Arn;
1908
1929
  /**
@@ -1926,7 +1947,7 @@ declare namespace Resiliencehub {
1926
1947
  }
1927
1948
  export interface ListAppComponentRecommendationsRequest {
1928
1949
  /**
1929
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1950
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1930
1951
  */
1931
1952
  assessmentArn: Arn;
1932
1953
  /**
@@ -1950,7 +1971,7 @@ declare namespace Resiliencehub {
1950
1971
  }
1951
1972
  export interface ListAppInputSourcesRequest {
1952
1973
  /**
1953
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
1974
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1954
1975
  */
1955
1976
  appArn: Arn;
1956
1977
  /**
@@ -1978,7 +1999,7 @@ declare namespace Resiliencehub {
1978
1999
  }
1979
2000
  export interface ListAppVersionAppComponentsRequest {
1980
2001
  /**
1981
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2002
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
1982
2003
  */
1983
2004
  appArn: Arn;
1984
2005
  /**
@@ -1996,7 +2017,7 @@ declare namespace Resiliencehub {
1996
2017
  }
1997
2018
  export interface ListAppVersionAppComponentsResponse {
1998
2019
  /**
1999
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2020
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2000
2021
  */
2001
2022
  appArn: Arn;
2002
2023
  /**
@@ -2014,7 +2035,7 @@ declare namespace Resiliencehub {
2014
2035
  }
2015
2036
  export interface ListAppVersionResourceMappingsRequest {
2016
2037
  /**
2017
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2038
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2018
2039
  */
2019
2040
  appArn: Arn;
2020
2041
  /**
@@ -2042,7 +2063,7 @@ declare namespace Resiliencehub {
2042
2063
  }
2043
2064
  export interface ListAppVersionResourcesRequest {
2044
2065
  /**
2045
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2066
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2046
2067
  */
2047
2068
  appArn: Arn;
2048
2069
  /**
@@ -2078,7 +2099,7 @@ declare namespace Resiliencehub {
2078
2099
  }
2079
2100
  export interface ListAppVersionsRequest {
2080
2101
  /**
2081
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2102
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2082
2103
  */
2083
2104
  appArn: Arn;
2084
2105
  /**
@@ -2110,9 +2131,13 @@ declare namespace Resiliencehub {
2110
2131
  }
2111
2132
  export interface ListAppsRequest {
2112
2133
  /**
2113
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2134
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2114
2135
  */
2115
2136
  appArn?: Arn;
2137
+ /**
2138
+ * Indicates the lower limit of the range that is used to filter applications based on their last assessment times.
2139
+ */
2140
+ fromLastAssessmentTime?: TimeStamp;
2116
2141
  /**
2117
2142
  * Maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
2118
2143
  */
@@ -2125,6 +2150,14 @@ declare namespace Resiliencehub {
2125
2150
  * Null, or the token from a previous call to get the next set of results.
2126
2151
  */
2127
2152
  nextToken?: NextToken;
2153
+ /**
2154
+ * The application list is sorted based on the values of lastAppComplianceEvaluationTime field. By default, application list is sorted in ascending order. To sort the appliation list in descending order, set this field to True.
2155
+ */
2156
+ reverseOrder?: BooleanOptional;
2157
+ /**
2158
+ * Indicates the upper limit of the range that is used to filter the applications based on their last assessment times.
2159
+ */
2160
+ toLastAssessmentTime?: TimeStamp;
2128
2161
  }
2129
2162
  export interface ListAppsResponse {
2130
2163
  /**
@@ -2138,7 +2171,7 @@ declare namespace Resiliencehub {
2138
2171
  }
2139
2172
  export interface ListRecommendationTemplatesRequest {
2140
2173
  /**
2141
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2174
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2142
2175
  */
2143
2176
  assessmentArn: Arn;
2144
2177
  /**
@@ -2202,7 +2235,7 @@ declare namespace Resiliencehub {
2202
2235
  }
2203
2236
  export interface ListSopRecommendationsRequest {
2204
2237
  /**
2205
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2238
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2206
2239
  */
2207
2240
  assessmentArn: Arn;
2208
2241
  /**
@@ -2258,7 +2291,7 @@ declare namespace Resiliencehub {
2258
2291
  }
2259
2292
  export interface ListTestRecommendationsRequest {
2260
2293
  /**
2261
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2294
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2262
2295
  */
2263
2296
  assessmentArn: Arn;
2264
2297
  /**
@@ -2282,7 +2315,7 @@ declare namespace Resiliencehub {
2282
2315
  }
2283
2316
  export interface ListUnsupportedAppVersionResourcesRequest {
2284
2317
  /**
2285
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2318
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2286
2319
  */
2287
2320
  appArn: Arn;
2288
2321
  /**
@@ -2387,7 +2420,7 @@ declare namespace Resiliencehub {
2387
2420
  */
2388
2421
  resourceName?: EntityName;
2389
2422
  /**
2390
- * The type of resource.
2423
+ * Type of resource.
2391
2424
  */
2392
2425
  resourceType: String255;
2393
2426
  /**
@@ -2416,7 +2449,7 @@ declare namespace Resiliencehub {
2416
2449
  export type PhysicalResourceList = PhysicalResource[];
2417
2450
  export interface PublishAppVersionRequest {
2418
2451
  /**
2419
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2452
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2420
2453
  */
2421
2454
  appArn: Arn;
2422
2455
  /**
@@ -2426,7 +2459,7 @@ declare namespace Resiliencehub {
2426
2459
  }
2427
2460
  export interface PublishAppVersionResponse {
2428
2461
  /**
2429
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2462
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2430
2463
  */
2431
2464
  appArn: Arn;
2432
2465
  /**
@@ -2444,7 +2477,7 @@ declare namespace Resiliencehub {
2444
2477
  }
2445
2478
  export interface PutDraftAppVersionTemplateRequest {
2446
2479
  /**
2447
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2480
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2448
2481
  */
2449
2482
  appArn: Arn;
2450
2483
  /**
@@ -2454,7 +2487,7 @@ declare namespace Resiliencehub {
2454
2487
  }
2455
2488
  export interface PutDraftAppVersionTemplateResponse {
2456
2489
  /**
2457
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2490
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2458
2491
  */
2459
2492
  appArn?: Arn;
2460
2493
  /**
@@ -2516,11 +2549,11 @@ declare namespace Resiliencehub {
2516
2549
  export type RecommendationItemList = RecommendationItem[];
2517
2550
  export interface RecommendationTemplate {
2518
2551
  /**
2519
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2552
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2520
2553
  */
2521
2554
  appArn?: Arn;
2522
2555
  /**
2523
- * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2556
+ * Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2524
2557
  */
2525
2558
  assessmentArn: Arn;
2526
2559
  /**
@@ -2577,7 +2610,7 @@ declare namespace Resiliencehub {
2577
2610
  export type RecommendationTemplateStatusList = RecommendationTemplateStatus[];
2578
2611
  export interface RemoveDraftAppVersionResourceMappingsRequest {
2579
2612
  /**
2580
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2613
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2581
2614
  */
2582
2615
  appArn: Arn;
2583
2616
  /**
@@ -2607,7 +2640,7 @@ declare namespace Resiliencehub {
2607
2640
  }
2608
2641
  export interface RemoveDraftAppVersionResourceMappingsResponse {
2609
2642
  /**
2610
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2643
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2611
2644
  */
2612
2645
  appArn?: Arn;
2613
2646
  /**
@@ -2620,7 +2653,7 @@ declare namespace Resiliencehub {
2620
2653
  export type ResiliencyPolicies = ResiliencyPolicy[];
2621
2654
  export interface ResiliencyPolicy {
2622
2655
  /**
2623
- * The timestamp for when the resiliency policy was created.
2656
+ * Date and time when the resiliency policy was created.
2624
2657
  */
2625
2658
  creationTime?: TimeStamp;
2626
2659
  /**
@@ -2636,7 +2669,7 @@ declare namespace Resiliencehub {
2636
2669
  */
2637
2670
  policy?: DisruptionPolicy;
2638
2671
  /**
2639
- * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2672
+ * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2640
2673
  */
2641
2674
  policyArn?: Arn;
2642
2675
  /**
@@ -2669,7 +2702,7 @@ declare namespace Resiliencehub {
2669
2702
  }
2670
2703
  export interface ResolveAppVersionResourcesRequest {
2671
2704
  /**
2672
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2705
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2673
2706
  */
2674
2707
  appArn: Arn;
2675
2708
  /**
@@ -2679,7 +2712,7 @@ declare namespace Resiliencehub {
2679
2712
  }
2680
2713
  export interface ResolveAppVersionResourcesResponse {
2681
2714
  /**
2682
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2715
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2683
2716
  */
2684
2717
  appArn: Arn;
2685
2718
  /**
@@ -2811,7 +2844,7 @@ declare namespace Resiliencehub {
2811
2844
  export type SpecReferenceId = string;
2812
2845
  export interface StartAppAssessmentRequest {
2813
2846
  /**
2814
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2847
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2815
2848
  */
2816
2849
  appArn: Arn;
2817
2850
  /**
@@ -2951,7 +2984,7 @@ declare namespace Resiliencehub {
2951
2984
  }
2952
2985
  export interface UpdateAppRequest {
2953
2986
  /**
2954
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
2987
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2955
2988
  */
2956
2989
  appArn: Arn;
2957
2990
  /**
@@ -2975,7 +3008,7 @@ declare namespace Resiliencehub {
2975
3008
  */
2976
3009
  permissionModel?: PermissionModel;
2977
3010
  /**
2978
- * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
3011
+ * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2979
3012
  */
2980
3013
  policyArn?: Arn;
2981
3014
  }
@@ -2991,7 +3024,7 @@ declare namespace Resiliencehub {
2991
3024
  */
2992
3025
  additionalInfo?: AdditionalInfoMap;
2993
3026
  /**
2994
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
3027
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
2995
3028
  */
2996
3029
  appArn: Arn;
2997
3030
  /**
@@ -3009,7 +3042,7 @@ declare namespace Resiliencehub {
3009
3042
  }
3010
3043
  export interface UpdateAppVersionAppComponentResponse {
3011
3044
  /**
3012
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
3045
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
3013
3046
  */
3014
3047
  appArn: Arn;
3015
3048
  /**
@@ -3027,7 +3060,7 @@ declare namespace Resiliencehub {
3027
3060
  */
3028
3061
  additionalInfo?: AdditionalInfoMap;
3029
3062
  /**
3030
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
3063
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
3031
3064
  */
3032
3065
  appArn: Arn;
3033
3066
  }
@@ -3037,7 +3070,7 @@ declare namespace Resiliencehub {
3037
3070
  */
3038
3071
  additionalInfo?: AdditionalInfoMap;
3039
3072
  /**
3040
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
3073
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
3041
3074
  */
3042
3075
  appArn: Arn;
3043
3076
  /**
@@ -3075,7 +3108,7 @@ declare namespace Resiliencehub {
3075
3108
  }
3076
3109
  export interface UpdateAppVersionResourceResponse {
3077
3110
  /**
3078
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
3111
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
3079
3112
  */
3080
3113
  appArn: Arn;
3081
3114
  /**
@@ -3093,7 +3126,7 @@ declare namespace Resiliencehub {
3093
3126
  */
3094
3127
  additionalInfo?: AdditionalInfoMap;
3095
3128
  /**
3096
- * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
3129
+ * Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
3097
3130
  */
3098
3131
  appArn: Arn;
3099
3132
  /**
@@ -3148,7 +3181,7 @@ declare namespace Resiliencehub {
3148
3181
  */
3149
3182
  policy?: DisruptionPolicy;
3150
3183
  /**
3151
- * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the AWS General Reference guide.
3184
+ * Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is: arn:partition:resiliencehub:region:account:resiliency-policy/policy-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
3152
3185
  */
3153
3186
  policyArn: Arn;
3154
3187
  /**