@aws-sdk/client-resiliencehub 3.131.0 → 3.142.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.
Files changed (87) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddDraftAppVersionResourceMappingsCommand.js +2 -2
  4. package/dist-cjs/commands/CreateAppCommand.js +2 -2
  5. package/dist-cjs/commands/CreateRecommendationTemplateCommand.js +2 -2
  6. package/dist-cjs/commands/CreateResiliencyPolicyCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteAppAssessmentCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteAppCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteRecommendationTemplateCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteResiliencyPolicyCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeAppAssessmentCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeAppCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeAppVersionTemplateCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeResiliencyPolicyCommand.js +2 -2
  17. package/dist-cjs/commands/ImportResourcesToDraftAppVersionCommand.js +2 -2
  18. package/dist-cjs/commands/ListAlarmRecommendationsCommand.js +2 -2
  19. package/dist-cjs/commands/ListAppAssessmentsCommand.js +2 -2
  20. package/dist-cjs/commands/ListAppComponentCompliancesCommand.js +2 -2
  21. package/dist-cjs/commands/ListAppComponentRecommendationsCommand.js +2 -2
  22. package/dist-cjs/commands/ListAppVersionResourceMappingsCommand.js +2 -2
  23. package/dist-cjs/commands/ListAppVersionResourcesCommand.js +2 -2
  24. package/dist-cjs/commands/ListAppVersionsCommand.js +2 -2
  25. package/dist-cjs/commands/ListAppsCommand.js +2 -2
  26. package/dist-cjs/commands/ListRecommendationTemplatesCommand.js +2 -2
  27. package/dist-cjs/commands/ListResiliencyPoliciesCommand.js +2 -2
  28. package/dist-cjs/commands/ListSopRecommendationsCommand.js +2 -2
  29. package/dist-cjs/commands/ListSuggestedResiliencyPoliciesCommand.js +2 -2
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-cjs/commands/ListTestRecommendationsCommand.js +2 -2
  32. package/dist-cjs/commands/ListUnsupportedAppVersionResourcesCommand.js +2 -2
  33. package/dist-cjs/commands/PublishAppVersionCommand.js +2 -2
  34. package/dist-cjs/commands/PutDraftAppVersionTemplateCommand.js +2 -2
  35. package/dist-cjs/commands/RemoveDraftAppVersionResourceMappingsCommand.js +2 -2
  36. package/dist-cjs/commands/ResolveAppVersionResourcesCommand.js +2 -2
  37. package/dist-cjs/commands/StartAppAssessmentCommand.js +2 -2
  38. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  39. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateAppCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateResiliencyPolicyCommand.js +2 -2
  42. package/dist-cjs/models/models_0.js +463 -677
  43. package/dist-cjs/protocols/Aws_restJson1.js +452 -694
  44. package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +3 -3
  45. package/dist-es/commands/CreateAppCommand.js +3 -3
  46. package/dist-es/commands/CreateRecommendationTemplateCommand.js +3 -3
  47. package/dist-es/commands/CreateResiliencyPolicyCommand.js +3 -3
  48. package/dist-es/commands/DeleteAppAssessmentCommand.js +3 -3
  49. package/dist-es/commands/DeleteAppCommand.js +3 -3
  50. package/dist-es/commands/DeleteRecommendationTemplateCommand.js +3 -3
  51. package/dist-es/commands/DeleteResiliencyPolicyCommand.js +3 -3
  52. package/dist-es/commands/DescribeAppAssessmentCommand.js +3 -3
  53. package/dist-es/commands/DescribeAppCommand.js +3 -3
  54. package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +3 -3
  55. package/dist-es/commands/DescribeAppVersionTemplateCommand.js +3 -3
  56. package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +3 -3
  57. package/dist-es/commands/DescribeResiliencyPolicyCommand.js +3 -3
  58. package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +3 -3
  59. package/dist-es/commands/ListAlarmRecommendationsCommand.js +3 -3
  60. package/dist-es/commands/ListAppAssessmentsCommand.js +3 -3
  61. package/dist-es/commands/ListAppComponentCompliancesCommand.js +3 -3
  62. package/dist-es/commands/ListAppComponentRecommendationsCommand.js +3 -3
  63. package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +3 -3
  64. package/dist-es/commands/ListAppVersionResourcesCommand.js +3 -3
  65. package/dist-es/commands/ListAppVersionsCommand.js +3 -3
  66. package/dist-es/commands/ListAppsCommand.js +3 -3
  67. package/dist-es/commands/ListRecommendationTemplatesCommand.js +3 -3
  68. package/dist-es/commands/ListResiliencyPoliciesCommand.js +3 -3
  69. package/dist-es/commands/ListSopRecommendationsCommand.js +3 -3
  70. package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +3 -3
  71. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  72. package/dist-es/commands/ListTestRecommendationsCommand.js +3 -3
  73. package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +3 -3
  74. package/dist-es/commands/PublishAppVersionCommand.js +3 -3
  75. package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +3 -3
  76. package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +3 -3
  77. package/dist-es/commands/ResolveAppVersionResourcesCommand.js +3 -3
  78. package/dist-es/commands/StartAppAssessmentCommand.js +3 -3
  79. package/dist-es/commands/TagResourceCommand.js +3 -3
  80. package/dist-es/commands/UntagResourceCommand.js +3 -3
  81. package/dist-es/commands/UpdateAppCommand.js +3 -3
  82. package/dist-es/commands/UpdateResiliencyPolicyCommand.js +3 -3
  83. package/dist-es/models/models_0.js +115 -438
  84. package/dist-es/protocols/Aws_restJson1.js +573 -667
  85. package/dist-types/models/models_0.d.ts +428 -642
  86. package/dist-types/ts3.4/models/models_0.d.ts +214 -428
  87. package/package.json +6 -6
@@ -55,12 +55,6 @@ export interface PhysicalResourceId {
55
55
  */
56
56
  awsAccountId?: string;
57
57
  }
58
- export declare namespace PhysicalResourceId {
59
- /**
60
- * @internal
61
- */
62
- const filterSensitiveLog: (obj: PhysicalResourceId) => any;
63
- }
64
58
  /**
65
59
  * <p>Defines a resource mapping.</p>
66
60
  */
@@ -118,12 +112,6 @@ export interface ResourceMapping {
118
112
  */
119
113
  terraformSourceName?: string;
120
114
  }
121
- export declare namespace ResourceMapping {
122
- /**
123
- * @internal
124
- */
125
- const filterSensitiveLog: (obj: ResourceMapping) => any;
126
- }
127
115
  export interface AddDraftAppVersionResourceMappingsRequest {
128
116
  /**
129
117
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -142,12 +130,6 @@ export interface AddDraftAppVersionResourceMappingsRequest {
142
130
  */
143
131
  resourceMappings: ResourceMapping[] | undefined;
144
132
  }
145
- export declare namespace AddDraftAppVersionResourceMappingsRequest {
146
- /**
147
- * @internal
148
- */
149
- const filterSensitiveLog: (obj: AddDraftAppVersionResourceMappingsRequest) => any;
150
- }
151
133
  export interface AddDraftAppVersionResourceMappingsResponse {
152
134
  /**
153
135
  * <p> The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -170,12 +152,6 @@ export interface AddDraftAppVersionResourceMappingsResponse {
170
152
  */
171
153
  resourceMappings: ResourceMapping[] | undefined;
172
154
  }
173
- export declare namespace AddDraftAppVersionResourceMappingsResponse {
174
- /**
175
- * @internal
176
- */
177
- const filterSensitiveLog: (obj: AddDraftAppVersionResourceMappingsResponse) => any;
178
- }
179
155
  /**
180
156
  * <p>Occurs when a conflict with a previous successful write is detected. This generally occurs
181
157
  * when the previous write did not have time to propagate to the host serving the current
@@ -276,12 +252,6 @@ export interface RecommendationItem {
276
252
  */
277
253
  alreadyImplemented?: boolean;
278
254
  }
279
- export declare namespace RecommendationItem {
280
- /**
281
- * @internal
282
- */
283
- const filterSensitiveLog: (obj: RecommendationItem) => any;
284
- }
285
255
  export declare enum AlarmType {
286
256
  CANARY = "Canary",
287
257
  COMPOSITE = "Composite",
@@ -326,12 +296,6 @@ export interface AlarmRecommendation {
326
296
  */
327
297
  prerequisite?: string;
328
298
  }
329
- export declare namespace AlarmRecommendation {
330
- /**
331
- * @internal
332
- */
333
- const filterSensitiveLog: (obj: AlarmRecommendation) => any;
334
- }
335
299
  export declare enum AppAssessmentScheduleType {
336
300
  DAILY = "Daily",
337
301
  DISABLED = "Disabled"
@@ -410,12 +374,6 @@ export interface App {
410
374
  */
411
375
  assessmentSchedule?: AppAssessmentScheduleType | string;
412
376
  }
413
- export declare namespace App {
414
- /**
415
- * @internal
416
- */
417
- const filterSensitiveLog: (obj: App) => any;
418
- }
419
377
  export declare enum AssessmentStatus {
420
378
  FAILED = "Failed",
421
379
  INPROGRESS = "InProgress",
@@ -477,12 +435,6 @@ export interface DisruptionCompliance {
477
435
  */
478
436
  message?: string;
479
437
  }
480
- export declare namespace DisruptionCompliance {
481
- /**
482
- * @internal
483
- */
484
- const filterSensitiveLog: (obj: DisruptionCompliance) => any;
485
- }
486
438
  export declare enum CostFrequency {
487
439
  DAILY = "Daily",
488
440
  HOURLY = "Hourly",
@@ -506,12 +458,6 @@ export interface Cost {
506
458
  */
507
459
  frequency: CostFrequency | string | undefined;
508
460
  }
509
- export declare namespace Cost {
510
- /**
511
- * @internal
512
- */
513
- const filterSensitiveLog: (obj: Cost) => any;
514
- }
515
461
  export declare enum AssessmentInvoker {
516
462
  SYSTEM = "System",
517
463
  USER = "User"
@@ -540,12 +486,6 @@ export interface FailurePolicy {
540
486
  */
541
487
  rpoInSecs: number | undefined;
542
488
  }
543
- export declare namespace FailurePolicy {
544
- /**
545
- * @internal
546
- */
547
- const filterSensitiveLog: (obj: FailurePolicy) => any;
548
- }
549
489
  export declare enum ResiliencyPolicyTier {
550
490
  CORE_SERVICES = "CoreServices",
551
491
  CRITICAL = "Critical",
@@ -601,12 +541,6 @@ export interface ResiliencyPolicy {
601
541
  */
602
542
  tags?: Record<string, string>;
603
543
  }
604
- export declare namespace ResiliencyPolicy {
605
- /**
606
- * @internal
607
- */
608
- const filterSensitiveLog: (obj: ResiliencyPolicy) => any;
609
- }
610
544
  /**
611
545
  * <p>The overall resiliency score, returned as an object that includes the disruption score and
612
546
  * outage score.</p>
@@ -621,12 +555,6 @@ export interface ResiliencyScore {
621
555
  */
622
556
  disruptionScore: Record<string, number> | undefined;
623
557
  }
624
- export declare namespace ResiliencyScore {
625
- /**
626
- * @internal
627
- */
628
- const filterSensitiveLog: (obj: ResiliencyScore) => any;
629
- }
630
558
  /**
631
559
  * <p>
632
560
  * Defines application resource errors.
@@ -652,12 +580,6 @@ export interface ResourceError {
652
580
  */
653
581
  reason?: string;
654
582
  }
655
- export declare namespace ResourceError {
656
- /**
657
- * @internal
658
- */
659
- const filterSensitiveLog: (obj: ResourceError) => any;
660
- }
661
583
  /**
662
584
  * <p>
663
585
  * A list of errors retrieving an application's resources.
@@ -677,12 +599,6 @@ export interface ResourceErrorsDetails {
677
599
  */
678
600
  hasMoreErrors?: boolean;
679
601
  }
680
- export declare namespace ResourceErrorsDetails {
681
- /**
682
- * @internal
683
- */
684
- const filterSensitiveLog: (obj: ResourceErrorsDetails) => any;
685
- }
686
602
  /**
687
603
  * <p>Defines an application assessment.</p>
688
604
  */
@@ -763,12 +679,6 @@ export interface AppAssessment {
763
679
  */
764
680
  resourceErrorsDetails?: ResourceErrorsDetails;
765
681
  }
766
- export declare namespace AppAssessment {
767
- /**
768
- * @internal
769
- */
770
- const filterSensitiveLog: (obj: AppAssessment) => any;
771
- }
772
682
  /**
773
683
  * <p>Defines an application assessment summary.</p>
774
684
  */
@@ -830,12 +740,6 @@ export interface AppAssessmentSummary {
830
740
  */
831
741
  resiliencyScore?: number;
832
742
  }
833
- export declare namespace AppAssessmentSummary {
834
- /**
835
- * @internal
836
- */
837
- const filterSensitiveLog: (obj: AppAssessmentSummary) => any;
838
- }
839
743
  /**
840
744
  * <p>Defines an application component.</p>
841
745
  */
@@ -849,12 +753,6 @@ export interface AppComponent {
849
753
  */
850
754
  type: string | undefined;
851
755
  }
852
- export declare namespace AppComponent {
853
- /**
854
- * @internal
855
- */
856
- const filterSensitiveLog: (obj: AppComponent) => any;
857
- }
858
756
  /**
859
757
  * <p>Defines the compliance of an application component against the resiliency policy.</p>
860
758
  */
@@ -884,12 +782,6 @@ export interface AppComponentCompliance {
884
782
  */
885
783
  resiliencyScore?: ResiliencyScore;
886
784
  }
887
- export declare namespace AppComponentCompliance {
888
- /**
889
- * @internal
890
- */
891
- const filterSensitiveLog: (obj: AppComponentCompliance) => any;
892
- }
893
785
  /**
894
786
  * <p>Defines an application summary.</p>
895
787
  */
@@ -929,12 +821,6 @@ export interface AppSummary {
929
821
  */
930
822
  assessmentSchedule?: AppAssessmentScheduleType | string;
931
823
  }
932
- export declare namespace AppSummary {
933
- /**
934
- * @internal
935
- */
936
- const filterSensitiveLog: (obj: AppSummary) => any;
937
- }
938
824
  /**
939
825
  * <p>The version of the application.</p>
940
826
  */
@@ -944,12 +830,6 @@ export interface AppVersionSummary {
944
830
  */
945
831
  appVersion: string | undefined;
946
832
  }
947
- export declare namespace AppVersionSummary {
948
- /**
949
- * @internal
950
- */
951
- const filterSensitiveLog: (obj: AppVersionSummary) => any;
952
- }
953
833
  export interface CreateAppRequest {
954
834
  /**
955
835
  * <p>The name for the application.</p>
@@ -984,12 +864,6 @@ export interface CreateAppRequest {
984
864
  */
985
865
  assessmentSchedule?: AppAssessmentScheduleType | string;
986
866
  }
987
- export declare namespace CreateAppRequest {
988
- /**
989
- * @internal
990
- */
991
- const filterSensitiveLog: (obj: CreateAppRequest) => any;
992
- }
993
867
  export interface CreateAppResponse {
994
868
  /**
995
869
  * <p>The created application returned as an object with details including compliance status,
@@ -997,12 +871,6 @@ export interface CreateAppResponse {
997
871
  */
998
872
  app: App | undefined;
999
873
  }
1000
- export declare namespace CreateAppResponse {
1001
- /**
1002
- * @internal
1003
- */
1004
- const filterSensitiveLog: (obj: CreateAppResponse) => any;
1005
- }
1006
874
  /**
1007
875
  * <p>You have exceeded your service quota. To perform the requested action, remove some of the
1008
876
  * relevant resources, or use Service Quotas to request a service quota increase.</p>
@@ -1088,12 +956,6 @@ export interface CreateRecommendationTemplateRequest {
1088
956
  */
1089
957
  bucketName?: string;
1090
958
  }
1091
- export declare namespace CreateRecommendationTemplateRequest {
1092
- /**
1093
- * @internal
1094
- */
1095
- const filterSensitiveLog: (obj: CreateRecommendationTemplateRequest) => any;
1096
- }
1097
959
  export declare enum RecommendationTemplateStatus {
1098
960
  FAILED = "Failed",
1099
961
  IN_PROGRESS = "InProgress",
@@ -1113,12 +975,6 @@ export interface S3Location {
1113
975
  */
1114
976
  prefix?: string;
1115
977
  }
1116
- export declare namespace S3Location {
1117
- /**
1118
- * @internal
1119
- */
1120
- const filterSensitiveLog: (obj: S3Location) => any;
1121
- }
1122
978
  /**
1123
979
  * <p>Defines a recommendation template created with the <a>CreateRecommendationTemplate</a> action.</p>
1124
980
  */
@@ -1213,12 +1069,6 @@ export interface RecommendationTemplate {
1213
1069
  */
1214
1070
  needsReplacements?: boolean;
1215
1071
  }
1216
- export declare namespace RecommendationTemplate {
1217
- /**
1218
- * @internal
1219
- */
1220
- const filterSensitiveLog: (obj: RecommendationTemplate) => any;
1221
- }
1222
1072
  export interface CreateRecommendationTemplateResponse {
1223
1073
  /**
1224
1074
  * <p>The newly created recommendation template, returned as an object. This object includes the
@@ -1226,12 +1076,6 @@ export interface CreateRecommendationTemplateResponse {
1226
1076
  */
1227
1077
  recommendationTemplate?: RecommendationTemplate;
1228
1078
  }
1229
- export declare namespace CreateRecommendationTemplateResponse {
1230
- /**
1231
- * @internal
1232
- */
1233
- const filterSensitiveLog: (obj: CreateRecommendationTemplateResponse) => any;
1234
- }
1235
1079
  export interface CreateResiliencyPolicyRequest {
1236
1080
  /**
1237
1081
  * <p>The name of the policy</p>
@@ -1267,12 +1111,6 @@ export interface CreateResiliencyPolicyRequest {
1267
1111
  */
1268
1112
  tags?: Record<string, string>;
1269
1113
  }
1270
- export declare namespace CreateResiliencyPolicyRequest {
1271
- /**
1272
- * @internal
1273
- */
1274
- const filterSensitiveLog: (obj: CreateResiliencyPolicyRequest) => any;
1275
- }
1276
1114
  export interface CreateResiliencyPolicyResponse {
1277
1115
  /**
1278
1116
  * <p>The type of resiliency policy that was created, including the recovery time objective
@@ -1280,12 +1118,6 @@ export interface CreateResiliencyPolicyResponse {
1280
1118
  */
1281
1119
  policy: ResiliencyPolicy | undefined;
1282
1120
  }
1283
- export declare namespace CreateResiliencyPolicyResponse {
1284
- /**
1285
- * @internal
1286
- */
1287
- const filterSensitiveLog: (obj: CreateResiliencyPolicyResponse) => any;
1288
- }
1289
1121
  export interface DeleteAppRequest {
1290
1122
  /**
1291
1123
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -1305,12 +1137,6 @@ export interface DeleteAppRequest {
1305
1137
  */
1306
1138
  clientToken?: string;
1307
1139
  }
1308
- export declare namespace DeleteAppRequest {
1309
- /**
1310
- * @internal
1311
- */
1312
- const filterSensitiveLog: (obj: DeleteAppRequest) => any;
1313
- }
1314
1140
  export interface DeleteAppResponse {
1315
1141
  /**
1316
1142
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -1321,12 +1147,6 @@ export interface DeleteAppResponse {
1321
1147
  */
1322
1148
  appArn: string | undefined;
1323
1149
  }
1324
- export declare namespace DeleteAppResponse {
1325
- /**
1326
- * @internal
1327
- */
1328
- const filterSensitiveLog: (obj: DeleteAppResponse) => any;
1329
- }
1330
1150
  export interface DeleteAppAssessmentRequest {
1331
1151
  /**
1332
1152
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
@@ -1342,12 +1162,6 @@ export interface DeleteAppAssessmentRequest {
1342
1162
  */
1343
1163
  clientToken?: string;
1344
1164
  }
1345
- export declare namespace DeleteAppAssessmentRequest {
1346
- /**
1347
- * @internal
1348
- */
1349
- const filterSensitiveLog: (obj: DeleteAppAssessmentRequest) => any;
1350
- }
1351
1165
  export interface DeleteAppAssessmentResponse {
1352
1166
  /**
1353
1167
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
@@ -1362,12 +1176,6 @@ export interface DeleteAppAssessmentResponse {
1362
1176
  */
1363
1177
  assessmentStatus: AssessmentStatus | string | undefined;
1364
1178
  }
1365
- export declare namespace DeleteAppAssessmentResponse {
1366
- /**
1367
- * @internal
1368
- */
1369
- const filterSensitiveLog: (obj: DeleteAppAssessmentResponse) => any;
1370
- }
1371
1179
  export interface DeleteRecommendationTemplateRequest {
1372
1180
  /**
1373
1181
  * <p>The Amazon Resource Name (ARN) for a recommendation template.</p>
@@ -1379,12 +1187,6 @@ export interface DeleteRecommendationTemplateRequest {
1379
1187
  */
1380
1188
  clientToken?: string;
1381
1189
  }
1382
- export declare namespace DeleteRecommendationTemplateRequest {
1383
- /**
1384
- * @internal
1385
- */
1386
- const filterSensitiveLog: (obj: DeleteRecommendationTemplateRequest) => any;
1387
- }
1388
1190
  export interface DeleteRecommendationTemplateResponse {
1389
1191
  /**
1390
1192
  * <p>The Amazon Resource Name (ARN) for a recommendation template.</p>
@@ -1395,12 +1197,6 @@ export interface DeleteRecommendationTemplateResponse {
1395
1197
  */
1396
1198
  status: RecommendationTemplateStatus | string | undefined;
1397
1199
  }
1398
- export declare namespace DeleteRecommendationTemplateResponse {
1399
- /**
1400
- * @internal
1401
- */
1402
- const filterSensitiveLog: (obj: DeleteRecommendationTemplateResponse) => any;
1403
- }
1404
1200
  export interface DeleteResiliencyPolicyRequest {
1405
1201
  /**
1406
1202
  * <p>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
@@ -1416,12 +1212,6 @@ export interface DeleteResiliencyPolicyRequest {
1416
1212
  */
1417
1213
  clientToken?: string;
1418
1214
  }
1419
- export declare namespace DeleteResiliencyPolicyRequest {
1420
- /**
1421
- * @internal
1422
- */
1423
- const filterSensitiveLog: (obj: DeleteResiliencyPolicyRequest) => any;
1424
- }
1425
1215
  export interface DeleteResiliencyPolicyResponse {
1426
1216
  /**
1427
1217
  * <p>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
@@ -1432,12 +1222,6 @@ export interface DeleteResiliencyPolicyResponse {
1432
1222
  */
1433
1223
  policyArn: string | undefined;
1434
1224
  }
1435
- export declare namespace DeleteResiliencyPolicyResponse {
1436
- /**
1437
- * @internal
1438
- */
1439
- const filterSensitiveLog: (obj: DeleteResiliencyPolicyResponse) => any;
1440
- }
1441
1225
  export interface DescribeAppRequest {
1442
1226
  /**
1443
1227
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -1448,12 +1232,6 @@ export interface DescribeAppRequest {
1448
1232
  */
1449
1233
  appArn: string | undefined;
1450
1234
  }
1451
- export declare namespace DescribeAppRequest {
1452
- /**
1453
- * @internal
1454
- */
1455
- const filterSensitiveLog: (obj: DescribeAppRequest) => any;
1456
- }
1457
1235
  export interface DescribeAppResponse {
1458
1236
  /**
1459
1237
  * <p>The specified application, returned as an object with details including compliance status,
@@ -1461,12 +1239,6 @@ export interface DescribeAppResponse {
1461
1239
  */
1462
1240
  app: App | undefined;
1463
1241
  }
1464
- export declare namespace DescribeAppResponse {
1465
- /**
1466
- * @internal
1467
- */
1468
- const filterSensitiveLog: (obj: DescribeAppResponse) => any;
1469
- }
1470
1242
  export interface DescribeAppAssessmentRequest {
1471
1243
  /**
1472
1244
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
@@ -1477,12 +1249,6 @@ export interface DescribeAppAssessmentRequest {
1477
1249
  */
1478
1250
  assessmentArn: string | undefined;
1479
1251
  }
1480
- export declare namespace DescribeAppAssessmentRequest {
1481
- /**
1482
- * @internal
1483
- */
1484
- const filterSensitiveLog: (obj: DescribeAppAssessmentRequest) => any;
1485
- }
1486
1252
  export interface DescribeAppAssessmentResponse {
1487
1253
  /**
1488
1254
  * <p>The assessment for an AWS Resilience Hub application, returned as an object. This object
@@ -1491,12 +1257,6 @@ export interface DescribeAppAssessmentResponse {
1491
1257
  */
1492
1258
  assessment: AppAssessment | undefined;
1493
1259
  }
1494
- export declare namespace DescribeAppAssessmentResponse {
1495
- /**
1496
- * @internal
1497
- */
1498
- const filterSensitiveLog: (obj: DescribeAppAssessmentResponse) => any;
1499
- }
1500
1260
  export interface DescribeAppVersionResourcesResolutionStatusRequest {
1501
1261
  /**
1502
1262
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -1515,12 +1275,6 @@ export interface DescribeAppVersionResourcesResolutionStatusRequest {
1515
1275
  */
1516
1276
  resolutionId?: string;
1517
1277
  }
1518
- export declare namespace DescribeAppVersionResourcesResolutionStatusRequest {
1519
- /**
1520
- * @internal
1521
- */
1522
- const filterSensitiveLog: (obj: DescribeAppVersionResourcesResolutionStatusRequest) => any;
1523
- }
1524
1278
  export declare enum ResourceResolutionStatusType {
1525
1279
  FAILED = "Failed",
1526
1280
  IN_PROGRESS = "InProgress",
@@ -1553,12 +1307,6 @@ export interface DescribeAppVersionResourcesResolutionStatusResponse {
1553
1307
  */
1554
1308
  errorMessage?: string;
1555
1309
  }
1556
- export declare namespace DescribeAppVersionResourcesResolutionStatusResponse {
1557
- /**
1558
- * @internal
1559
- */
1560
- const filterSensitiveLog: (obj: DescribeAppVersionResourcesResolutionStatusResponse) => any;
1561
- }
1562
1310
  export interface DescribeAppVersionTemplateRequest {
1563
1311
  /**
1564
1312
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -1573,12 +1321,6 @@ export interface DescribeAppVersionTemplateRequest {
1573
1321
  */
1574
1322
  appVersion: string | undefined;
1575
1323
  }
1576
- export declare namespace DescribeAppVersionTemplateRequest {
1577
- /**
1578
- * @internal
1579
- */
1580
- const filterSensitiveLog: (obj: DescribeAppVersionTemplateRequest) => any;
1581
- }
1582
1324
  export interface DescribeAppVersionTemplateResponse {
1583
1325
  /**
1584
1326
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -1597,12 +1339,6 @@ export interface DescribeAppVersionTemplateResponse {
1597
1339
  */
1598
1340
  appTemplateBody: string | undefined;
1599
1341
  }
1600
- export declare namespace DescribeAppVersionTemplateResponse {
1601
- /**
1602
- * @internal
1603
- */
1604
- const filterSensitiveLog: (obj: DescribeAppVersionTemplateResponse) => any;
1605
- }
1606
1342
  export interface DescribeDraftAppVersionResourcesImportStatusRequest {
1607
1343
  /**
1608
1344
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -1613,12 +1349,6 @@ export interface DescribeDraftAppVersionResourcesImportStatusRequest {
1613
1349
  */
1614
1350
  appArn: string | undefined;
1615
1351
  }
1616
- export declare namespace DescribeDraftAppVersionResourcesImportStatusRequest {
1617
- /**
1618
- * @internal
1619
- */
1620
- const filterSensitiveLog: (obj: DescribeDraftAppVersionResourcesImportStatusRequest) => any;
1621
- }
1622
1352
  export declare enum ResourceImportStatusType {
1623
1353
  FAILED = "Failed",
1624
1354
  IN_PROGRESS = "InProgress",
@@ -1651,12 +1381,6 @@ export interface DescribeDraftAppVersionResourcesImportStatusResponse {
1651
1381
  */
1652
1382
  errorMessage?: string;
1653
1383
  }
1654
- export declare namespace DescribeDraftAppVersionResourcesImportStatusResponse {
1655
- /**
1656
- * @internal
1657
- */
1658
- const filterSensitiveLog: (obj: DescribeDraftAppVersionResourcesImportStatusResponse) => any;
1659
- }
1660
1384
  export interface DescribeResiliencyPolicyRequest {
1661
1385
  /**
1662
1386
  * <p>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
@@ -1667,12 +1391,6 @@ export interface DescribeResiliencyPolicyRequest {
1667
1391
  */
1668
1392
  policyArn: string | undefined;
1669
1393
  }
1670
- export declare namespace DescribeResiliencyPolicyRequest {
1671
- /**
1672
- * @internal
1673
- */
1674
- const filterSensitiveLog: (obj: DescribeResiliencyPolicyRequest) => any;
1675
- }
1676
1394
  export interface DescribeResiliencyPolicyResponse {
1677
1395
  /**
1678
1396
  * <p>Information about the specific resiliency policy, returned as an object. This object
@@ -1681,12 +1399,6 @@ export interface DescribeResiliencyPolicyResponse {
1681
1399
  */
1682
1400
  policy: ResiliencyPolicy | undefined;
1683
1401
  }
1684
- export declare namespace DescribeResiliencyPolicyResponse {
1685
- /**
1686
- * @internal
1687
- */
1688
- const filterSensitiveLog: (obj: DescribeResiliencyPolicyResponse) => any;
1689
- }
1690
1402
  /**
1691
1403
  * <p>
1692
1404
  * The Terraform s3 state file you need to import.
@@ -1700,12 +1412,6 @@ export interface TerraformSource {
1700
1412
  */
1701
1413
  s3StateFileUrl: string | undefined;
1702
1414
  }
1703
- export declare namespace TerraformSource {
1704
- /**
1705
- * @internal
1706
- */
1707
- const filterSensitiveLog: (obj: TerraformSource) => any;
1708
- }
1709
1415
  export interface ImportResourcesToDraftAppVersionRequest {
1710
1416
  /**
1711
1417
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -1726,12 +1432,6 @@ export interface ImportResourcesToDraftAppVersionRequest {
1726
1432
  */
1727
1433
  terraformSources?: TerraformSource[];
1728
1434
  }
1729
- export declare namespace ImportResourcesToDraftAppVersionRequest {
1730
- /**
1731
- * @internal
1732
- */
1733
- const filterSensitiveLog: (obj: ImportResourcesToDraftAppVersionRequest) => any;
1734
- }
1735
1435
  export interface ImportResourcesToDraftAppVersionResponse {
1736
1436
  /**
1737
1437
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -1760,12 +1460,6 @@ export interface ImportResourcesToDraftAppVersionResponse {
1760
1460
  */
1761
1461
  terraformSources?: TerraformSource[];
1762
1462
  }
1763
- export declare namespace ImportResourcesToDraftAppVersionResponse {
1764
- /**
1765
- * @internal
1766
- */
1767
- const filterSensitiveLog: (obj: ImportResourcesToDraftAppVersionResponse) => any;
1768
- }
1769
1463
  export interface ListAlarmRecommendationsRequest {
1770
1464
  /**
1771
1465
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
@@ -1785,12 +1479,6 @@ export interface ListAlarmRecommendationsRequest {
1785
1479
  */
1786
1480
  maxResults?: number;
1787
1481
  }
1788
- export declare namespace ListAlarmRecommendationsRequest {
1789
- /**
1790
- * @internal
1791
- */
1792
- const filterSensitiveLog: (obj: ListAlarmRecommendationsRequest) => any;
1793
- }
1794
1482
  export interface ListAlarmRecommendationsResponse {
1795
1483
  /**
1796
1484
  * <p>The alarm recommendations for an AWS Resilience Hub application, returned as an object. This
@@ -1803,12 +1491,6 @@ export interface ListAlarmRecommendationsResponse {
1803
1491
  */
1804
1492
  nextToken?: string;
1805
1493
  }
1806
- export declare namespace ListAlarmRecommendationsResponse {
1807
- /**
1808
- * @internal
1809
- */
1810
- const filterSensitiveLog: (obj: ListAlarmRecommendationsResponse) => any;
1811
- }
1812
1494
  export interface ListAppAssessmentsRequest {
1813
1495
  /**
1814
1496
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -1850,12 +1532,6 @@ export interface ListAppAssessmentsRequest {
1850
1532
  */
1851
1533
  maxResults?: number;
1852
1534
  }
1853
- export declare namespace ListAppAssessmentsRequest {
1854
- /**
1855
- * @internal
1856
- */
1857
- const filterSensitiveLog: (obj: ListAppAssessmentsRequest) => any;
1858
- }
1859
1535
  export interface ListAppAssessmentsResponse {
1860
1536
  /**
1861
1537
  * <p>The token for the next set of results, or null if there are no more results.</p>
@@ -1868,12 +1544,6 @@ export interface ListAppAssessmentsResponse {
1868
1544
  */
1869
1545
  assessmentSummaries: AppAssessmentSummary[] | undefined;
1870
1546
  }
1871
- export declare namespace ListAppAssessmentsResponse {
1872
- /**
1873
- * @internal
1874
- */
1875
- const filterSensitiveLog: (obj: ListAppAssessmentsResponse) => any;
1876
- }
1877
1547
  export interface ListAppComponentCompliancesRequest {
1878
1548
  /**
1879
1549
  * <p>Null, or the token from a previous call to get the next set of results.</p>
@@ -1893,12 +1563,6 @@ export interface ListAppComponentCompliancesRequest {
1893
1563
  */
1894
1564
  assessmentArn: string | undefined;
1895
1565
  }
1896
- export declare namespace ListAppComponentCompliancesRequest {
1897
- /**
1898
- * @internal
1899
- */
1900
- const filterSensitiveLog: (obj: ListAppComponentCompliancesRequest) => any;
1901
- }
1902
1566
  export interface ListAppComponentCompliancesResponse {
1903
1567
  /**
1904
1568
  * <p>The compliances for an AWS Resilience Hub application component, returned as an object. This
@@ -1911,12 +1575,6 @@ export interface ListAppComponentCompliancesResponse {
1911
1575
  */
1912
1576
  nextToken?: string;
1913
1577
  }
1914
- export declare namespace ListAppComponentCompliancesResponse {
1915
- /**
1916
- * @internal
1917
- */
1918
- const filterSensitiveLog: (obj: ListAppComponentCompliancesResponse) => any;
1919
- }
1920
1578
  export interface ListAppComponentRecommendationsRequest {
1921
1579
  /**
1922
1580
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
@@ -1936,12 +1594,6 @@ export interface ListAppComponentRecommendationsRequest {
1936
1594
  */
1937
1595
  maxResults?: number;
1938
1596
  }
1939
- export declare namespace ListAppComponentRecommendationsRequest {
1940
- /**
1941
- * @internal
1942
- */
1943
- const filterSensitiveLog: (obj: ListAppComponentRecommendationsRequest) => any;
1944
- }
1945
1597
  export declare enum HaArchitecture {
1946
1598
  BACKUP_AND_RESTORE = "BackupAndRestore",
1947
1599
  MULTI_SITE = "MultiSite",
@@ -1983,12 +1635,6 @@ export interface RecommendationDisruptionCompliance {
1983
1635
  */
1984
1636
  expectedRpoDescription?: string;
1985
1637
  }
1986
- export declare namespace RecommendationDisruptionCompliance {
1987
- /**
1988
- * @internal
1989
- */
1990
- const filterSensitiveLog: (obj: RecommendationDisruptionCompliance) => any;
1991
- }
1992
1638
  /**
1993
1639
  * <p>Defines a configuration recommendation.</p>
1994
1640
  */
@@ -2036,12 +1682,6 @@ export interface ConfigRecommendation {
2036
1682
  */
2037
1683
  referenceId: string | undefined;
2038
1684
  }
2039
- export declare namespace ConfigRecommendation {
2040
- /**
2041
- * @internal
2042
- */
2043
- const filterSensitiveLog: (obj: ConfigRecommendation) => any;
2044
- }
2045
1685
  export declare enum RecommendationComplianceStatus {
2046
1686
  BREACHED_CAN_MEET = "BreachedCanMeet",
2047
1687
  BREACHED_UNATTAINABLE = "BreachedUnattainable",
@@ -2066,12 +1706,6 @@ export interface ComponentRecommendation {
2066
1706
  */
2067
1707
  configRecommendations: ConfigRecommendation[] | undefined;
2068
1708
  }
2069
- export declare namespace ComponentRecommendation {
2070
- /**
2071
- * @internal
2072
- */
2073
- const filterSensitiveLog: (obj: ComponentRecommendation) => any;
2074
- }
2075
1709
  export interface ListAppComponentRecommendationsResponse {
2076
1710
  /**
2077
1711
  * <p>The recommendations for an Resilience Hub application component, returned as an object. This
@@ -2084,12 +1718,6 @@ export interface ListAppComponentRecommendationsResponse {
2084
1718
  */
2085
1719
  nextToken?: string;
2086
1720
  }
2087
- export declare namespace ListAppComponentRecommendationsResponse {
2088
- /**
2089
- * @internal
2090
- */
2091
- const filterSensitiveLog: (obj: ListAppComponentRecommendationsResponse) => any;
2092
- }
2093
1721
  export interface ListAppsRequest {
2094
1722
  /**
2095
1723
  * <p>Null, or the token from a previous call to get the next set of results.</p>
@@ -2113,12 +1741,6 @@ export interface ListAppsRequest {
2113
1741
  */
2114
1742
  appArn?: string;
2115
1743
  }
2116
- export declare namespace ListAppsRequest {
2117
- /**
2118
- * @internal
2119
- */
2120
- const filterSensitiveLog: (obj: ListAppsRequest) => any;
2121
- }
2122
1744
  export interface ListAppsResponse {
2123
1745
  /**
2124
1746
  * <p>Summaries for the Resilience Hub application.</p>
@@ -2129,12 +1751,6 @@ export interface ListAppsResponse {
2129
1751
  */
2130
1752
  nextToken?: string;
2131
1753
  }
2132
- export declare namespace ListAppsResponse {
2133
- /**
2134
- * @internal
2135
- */
2136
- const filterSensitiveLog: (obj: ListAppsResponse) => any;
2137
- }
2138
1754
  export interface ListAppVersionResourceMappingsRequest {
2139
1755
  /**
2140
1756
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2158,12 +1774,6 @@ export interface ListAppVersionResourceMappingsRequest {
2158
1774
  */
2159
1775
  maxResults?: number;
2160
1776
  }
2161
- export declare namespace ListAppVersionResourceMappingsRequest {
2162
- /**
2163
- * @internal
2164
- */
2165
- const filterSensitiveLog: (obj: ListAppVersionResourceMappingsRequest) => any;
2166
- }
2167
1777
  export interface ListAppVersionResourceMappingsResponse {
2168
1778
  /**
2169
1779
  * <p>Mappings used to map logical resources from the template to physical resources. You can
@@ -2178,12 +1788,6 @@ export interface ListAppVersionResourceMappingsResponse {
2178
1788
  */
2179
1789
  nextToken?: string;
2180
1790
  }
2181
- export declare namespace ListAppVersionResourceMappingsResponse {
2182
- /**
2183
- * @internal
2184
- */
2185
- const filterSensitiveLog: (obj: ListAppVersionResourceMappingsResponse) => any;
2186
- }
2187
1791
  export interface ListAppVersionResourcesRequest {
2188
1792
  /**
2189
1793
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2211,12 +1815,6 @@ export interface ListAppVersionResourcesRequest {
2211
1815
  */
2212
1816
  maxResults?: number;
2213
1817
  }
2214
- export declare namespace ListAppVersionResourcesRequest {
2215
- /**
2216
- * @internal
2217
- */
2218
- const filterSensitiveLog: (obj: ListAppVersionResourcesRequest) => any;
2219
- }
2220
1818
  /**
2221
1819
  * <p>Defines a logical resource identifier.</p>
2222
1820
  */
@@ -2240,12 +1838,6 @@ export interface LogicalResourceId {
2240
1838
  */
2241
1839
  terraformSourceName?: string;
2242
1840
  }
2243
- export declare namespace LogicalResourceId {
2244
- /**
2245
- * @internal
2246
- */
2247
- const filterSensitiveLog: (obj: LogicalResourceId) => any;
2248
- }
2249
1841
  /**
2250
1842
  * <p>Defines a physical resource. A physical resource is a resource that exists in your
2251
1843
  * account. It can be identified using an Amazon Resource Name (ARN) or a Resilience Hub-native
@@ -2273,12 +1865,6 @@ export interface PhysicalResource {
2273
1865
  */
2274
1866
  appComponents?: AppComponent[];
2275
1867
  }
2276
- export declare namespace PhysicalResource {
2277
- /**
2278
- * @internal
2279
- */
2280
- const filterSensitiveLog: (obj: PhysicalResource) => any;
2281
- }
2282
1868
  export interface ListAppVersionResourcesResponse {
2283
1869
  /**
2284
1870
  * <p>The physical resources in the application version.</p>
@@ -2293,12 +1879,6 @@ export interface ListAppVersionResourcesResponse {
2293
1879
  */
2294
1880
  nextToken?: string;
2295
1881
  }
2296
- export declare namespace ListAppVersionResourcesResponse {
2297
- /**
2298
- * @internal
2299
- */
2300
- const filterSensitiveLog: (obj: ListAppVersionResourcesResponse) => any;
2301
- }
2302
1882
  export interface ListAppVersionsRequest {
2303
1883
  /**
2304
1884
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2318,12 +1898,6 @@ export interface ListAppVersionsRequest {
2318
1898
  */
2319
1899
  maxResults?: number;
2320
1900
  }
2321
- export declare namespace ListAppVersionsRequest {
2322
- /**
2323
- * @internal
2324
- */
2325
- const filterSensitiveLog: (obj: ListAppVersionsRequest) => any;
2326
- }
2327
1901
  export interface ListAppVersionsResponse {
2328
1902
  /**
2329
1903
  * <p>The version of the application.</p>
@@ -2334,12 +1908,6 @@ export interface ListAppVersionsResponse {
2334
1908
  */
2335
1909
  nextToken?: string;
2336
1910
  }
2337
- export declare namespace ListAppVersionsResponse {
2338
- /**
2339
- * @internal
2340
- */
2341
- const filterSensitiveLog: (obj: ListAppVersionsResponse) => any;
2342
- }
2343
1911
  export interface ListRecommendationTemplatesRequest {
2344
1912
  /**
2345
1913
  * <p>The Amazon Resource Name (ARN) of the assessment. The format for this ARN is:
@@ -2376,12 +1944,6 @@ export interface ListRecommendationTemplatesRequest {
2376
1944
  */
2377
1945
  maxResults?: number;
2378
1946
  }
2379
- export declare namespace ListRecommendationTemplatesRequest {
2380
- /**
2381
- * @internal
2382
- */
2383
- const filterSensitiveLog: (obj: ListRecommendationTemplatesRequest) => any;
2384
- }
2385
1947
  export interface ListRecommendationTemplatesResponse {
2386
1948
  /**
2387
1949
  * <p>The token for the next set of results, or null if there are no more results.</p>
@@ -2392,12 +1954,6 @@ export interface ListRecommendationTemplatesResponse {
2392
1954
  */
2393
1955
  recommendationTemplates?: RecommendationTemplate[];
2394
1956
  }
2395
- export declare namespace ListRecommendationTemplatesResponse {
2396
- /**
2397
- * @internal
2398
- */
2399
- const filterSensitiveLog: (obj: ListRecommendationTemplatesResponse) => any;
2400
- }
2401
1957
  export interface ListResiliencyPoliciesRequest {
2402
1958
  /**
2403
1959
  * <p>The name of the policy</p>
@@ -2413,12 +1969,6 @@ export interface ListResiliencyPoliciesRequest {
2413
1969
  */
2414
1970
  maxResults?: number;
2415
1971
  }
2416
- export declare namespace ListResiliencyPoliciesRequest {
2417
- /**
2418
- * @internal
2419
- */
2420
- const filterSensitiveLog: (obj: ListResiliencyPoliciesRequest) => any;
2421
- }
2422
1972
  export interface ListResiliencyPoliciesResponse {
2423
1973
  /**
2424
1974
  * <p>The resiliency policies for the Resilience Hub applications.</p>
@@ -2429,12 +1979,6 @@ export interface ListResiliencyPoliciesResponse {
2429
1979
  */
2430
1980
  nextToken?: string;
2431
1981
  }
2432
- export declare namespace ListResiliencyPoliciesResponse {
2433
- /**
2434
- * @internal
2435
- */
2436
- const filterSensitiveLog: (obj: ListResiliencyPoliciesResponse) => any;
2437
- }
2438
1982
  export interface ListSopRecommendationsRequest {
2439
1983
  /**
2440
1984
  * <p>Null, or the token from a previous call to get the next set of results.</p>
@@ -2454,12 +1998,6 @@ export interface ListSopRecommendationsRequest {
2454
1998
  */
2455
1999
  assessmentArn: string | undefined;
2456
2000
  }
2457
- export declare namespace ListSopRecommendationsRequest {
2458
- /**
2459
- * @internal
2460
- */
2461
- const filterSensitiveLog: (obj: ListSopRecommendationsRequest) => any;
2462
- }
2463
2001
  export declare enum SopServiceType {
2464
2002
  SSM = "SSM"
2465
2003
  }
@@ -2500,12 +2038,6 @@ export interface SopRecommendation {
2500
2038
  */
2501
2039
  prerequisite?: string;
2502
2040
  }
2503
- export declare namespace SopRecommendation {
2504
- /**
2505
- * @internal
2506
- */
2507
- const filterSensitiveLog: (obj: SopRecommendation) => any;
2508
- }
2509
2041
  export interface ListSopRecommendationsResponse {
2510
2042
  /**
2511
2043
  * <p>The token for the next set of results, or null if there are no more results.</p>
@@ -2517,12 +2049,6 @@ export interface ListSopRecommendationsResponse {
2517
2049
  */
2518
2050
  sopRecommendations: SopRecommendation[] | undefined;
2519
2051
  }
2520
- export declare namespace ListSopRecommendationsResponse {
2521
- /**
2522
- * @internal
2523
- */
2524
- const filterSensitiveLog: (obj: ListSopRecommendationsResponse) => any;
2525
- }
2526
2052
  export interface ListSuggestedResiliencyPoliciesRequest {
2527
2053
  /**
2528
2054
  * <p>Null, or the token from a previous call to get the next set of results.</p>
@@ -2534,12 +2060,6 @@ export interface ListSuggestedResiliencyPoliciesRequest {
2534
2060
  */
2535
2061
  maxResults?: number;
2536
2062
  }
2537
- export declare namespace ListSuggestedResiliencyPoliciesRequest {
2538
- /**
2539
- * @internal
2540
- */
2541
- const filterSensitiveLog: (obj: ListSuggestedResiliencyPoliciesRequest) => any;
2542
- }
2543
2063
  export interface ListSuggestedResiliencyPoliciesResponse {
2544
2064
  /**
2545
2065
  * <p>The suggested resiliency policies for the Resilience Hub applications.</p>
@@ -2550,12 +2070,6 @@ export interface ListSuggestedResiliencyPoliciesResponse {
2550
2070
  */
2551
2071
  nextToken?: string;
2552
2072
  }
2553
- export declare namespace ListSuggestedResiliencyPoliciesResponse {
2554
- /**
2555
- * @internal
2556
- */
2557
- const filterSensitiveLog: (obj: ListSuggestedResiliencyPoliciesResponse) => any;
2558
- }
2559
2073
  export interface ListTagsForResourceRequest {
2560
2074
  /**
2561
2075
  * <p>The Amazon Resource Name (ARN) for a specific resource in your Resilience Hub
@@ -2563,12 +2077,6 @@ export interface ListTagsForResourceRequest {
2563
2077
  */
2564
2078
  resourceArn: string | undefined;
2565
2079
  }
2566
- export declare namespace ListTagsForResourceRequest {
2567
- /**
2568
- * @internal
2569
- */
2570
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2571
- }
2572
2080
  export interface ListTagsForResourceResponse {
2573
2081
  /**
2574
2082
  * <p>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource.
@@ -2576,12 +2084,6 @@ export interface ListTagsForResourceResponse {
2576
2084
  */
2577
2085
  tags?: Record<string, string>;
2578
2086
  }
2579
- export declare namespace ListTagsForResourceResponse {
2580
- /**
2581
- * @internal
2582
- */
2583
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2584
- }
2585
2087
  export interface ListTestRecommendationsRequest {
2586
2088
  /**
2587
2089
  * <p>Null, or the token from a previous call to get the next set of results.</p>
@@ -2601,12 +2103,6 @@ export interface ListTestRecommendationsRequest {
2601
2103
  */
2602
2104
  assessmentArn: string | undefined;
2603
2105
  }
2604
- export declare namespace ListTestRecommendationsRequest {
2605
- /**
2606
- * @internal
2607
- */
2608
- const filterSensitiveLog: (obj: ListTestRecommendationsRequest) => any;
2609
- }
2610
2106
  export declare enum TestRisk {
2611
2107
  HIGH = "High",
2612
2108
  MEDIUM = "Medium",
@@ -2669,12 +2165,6 @@ export interface TestRecommendation {
2669
2165
  */
2670
2166
  dependsOnAlarms?: string[];
2671
2167
  }
2672
- export declare namespace TestRecommendation {
2673
- /**
2674
- * @internal
2675
- */
2676
- const filterSensitiveLog: (obj: TestRecommendation) => any;
2677
- }
2678
2168
  export interface ListTestRecommendationsResponse {
2679
2169
  /**
2680
2170
  * <p>The token for the next set of results, or null if there are no more results.</p>
@@ -2685,12 +2175,6 @@ export interface ListTestRecommendationsResponse {
2685
2175
  */
2686
2176
  testRecommendations: TestRecommendation[] | undefined;
2687
2177
  }
2688
- export declare namespace ListTestRecommendationsResponse {
2689
- /**
2690
- * @internal
2691
- */
2692
- const filterSensitiveLog: (obj: ListTestRecommendationsResponse) => any;
2693
- }
2694
2178
  export interface ListUnsupportedAppVersionResourcesRequest {
2695
2179
  /**
2696
2180
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2718,12 +2202,6 @@ export interface ListUnsupportedAppVersionResourcesRequest {
2718
2202
  */
2719
2203
  maxResults?: number;
2720
2204
  }
2721
- export declare namespace ListUnsupportedAppVersionResourcesRequest {
2722
- /**
2723
- * @internal
2724
- */
2725
- const filterSensitiveLog: (obj: ListUnsupportedAppVersionResourcesRequest) => any;
2726
- }
2727
2205
  /**
2728
2206
  * <p>Defines a resource that is not supported by Resilience Hub.</p>
2729
2207
  */
@@ -2741,12 +2219,6 @@ export interface UnsupportedResource {
2741
2219
  */
2742
2220
  resourceType: string | undefined;
2743
2221
  }
2744
- export declare namespace UnsupportedResource {
2745
- /**
2746
- * @internal
2747
- */
2748
- const filterSensitiveLog: (obj: UnsupportedResource) => any;
2749
- }
2750
2222
  export interface ListUnsupportedAppVersionResourcesResponse {
2751
2223
  /**
2752
2224
  * <p>The unsupported resources for the application.</p>
@@ -2761,12 +2233,6 @@ export interface ListUnsupportedAppVersionResourcesResponse {
2761
2233
  */
2762
2234
  nextToken?: string;
2763
2235
  }
2764
- export declare namespace ListUnsupportedAppVersionResourcesResponse {
2765
- /**
2766
- * @internal
2767
- */
2768
- const filterSensitiveLog: (obj: ListUnsupportedAppVersionResourcesResponse) => any;
2769
- }
2770
2236
  export interface PublishAppVersionRequest {
2771
2237
  /**
2772
2238
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2777,12 +2243,6 @@ export interface PublishAppVersionRequest {
2777
2243
  */
2778
2244
  appArn: string | undefined;
2779
2245
  }
2780
- export declare namespace PublishAppVersionRequest {
2781
- /**
2782
- * @internal
2783
- */
2784
- const filterSensitiveLog: (obj: PublishAppVersionRequest) => any;
2785
- }
2786
2246
  export interface PublishAppVersionResponse {
2787
2247
  /**
2788
2248
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2797,12 +2257,6 @@ export interface PublishAppVersionResponse {
2797
2257
  */
2798
2258
  appVersion?: string;
2799
2259
  }
2800
- export declare namespace PublishAppVersionResponse {
2801
- /**
2802
- * @internal
2803
- */
2804
- const filterSensitiveLog: (obj: PublishAppVersionResponse) => any;
2805
- }
2806
2260
  export interface PutDraftAppVersionTemplateRequest {
2807
2261
  /**
2808
2262
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2817,12 +2271,6 @@ export interface PutDraftAppVersionTemplateRequest {
2817
2271
  */
2818
2272
  appTemplateBody: string | undefined;
2819
2273
  }
2820
- export declare namespace PutDraftAppVersionTemplateRequest {
2821
- /**
2822
- * @internal
2823
- */
2824
- const filterSensitiveLog: (obj: PutDraftAppVersionTemplateRequest) => any;
2825
- }
2826
2274
  export interface PutDraftAppVersionTemplateResponse {
2827
2275
  /**
2828
2276
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2837,12 +2285,6 @@ export interface PutDraftAppVersionTemplateResponse {
2837
2285
  */
2838
2286
  appVersion?: string;
2839
2287
  }
2840
- export declare namespace PutDraftAppVersionTemplateResponse {
2841
- /**
2842
- * @internal
2843
- */
2844
- const filterSensitiveLog: (obj: PutDraftAppVersionTemplateResponse) => any;
2845
- }
2846
2288
  export interface RemoveDraftAppVersionResourceMappingsRequest {
2847
2289
  /**
2848
2290
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2875,12 +2317,6 @@ export interface RemoveDraftAppVersionResourceMappingsRequest {
2875
2317
  */
2876
2318
  terraformSourceNames?: string[];
2877
2319
  }
2878
- export declare namespace RemoveDraftAppVersionResourceMappingsRequest {
2879
- /**
2880
- * @internal
2881
- */
2882
- const filterSensitiveLog: (obj: RemoveDraftAppVersionResourceMappingsRequest) => any;
2883
- }
2884
2320
  export interface RemoveDraftAppVersionResourceMappingsResponse {
2885
2321
  /**
2886
2322
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2895,12 +2331,6 @@ export interface RemoveDraftAppVersionResourceMappingsResponse {
2895
2331
  */
2896
2332
  appVersion?: string;
2897
2333
  }
2898
- export declare namespace RemoveDraftAppVersionResourceMappingsResponse {
2899
- /**
2900
- * @internal
2901
- */
2902
- const filterSensitiveLog: (obj: RemoveDraftAppVersionResourceMappingsResponse) => any;
2903
- }
2904
2334
  export interface ResolveAppVersionResourcesRequest {
2905
2335
  /**
2906
2336
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2915,12 +2345,6 @@ export interface ResolveAppVersionResourcesRequest {
2915
2345
  */
2916
2346
  appVersion: string | undefined;
2917
2347
  }
2918
- export declare namespace ResolveAppVersionResourcesRequest {
2919
- /**
2920
- * @internal
2921
- */
2922
- const filterSensitiveLog: (obj: ResolveAppVersionResourcesRequest) => any;
2923
- }
2924
2348
  export interface ResolveAppVersionResourcesResponse {
2925
2349
  /**
2926
2350
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2943,12 +2367,6 @@ export interface ResolveAppVersionResourcesResponse {
2943
2367
  */
2944
2368
  status: ResourceResolutionStatusType | string | undefined;
2945
2369
  }
2946
- export declare namespace ResolveAppVersionResourcesResponse {
2947
- /**
2948
- * @internal
2949
- */
2950
- const filterSensitiveLog: (obj: ResolveAppVersionResourcesResponse) => any;
2951
- }
2952
2370
  export interface StartAppAssessmentRequest {
2953
2371
  /**
2954
2372
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -2977,24 +2395,12 @@ export interface StartAppAssessmentRequest {
2977
2395
  */
2978
2396
  tags?: Record<string, string>;
2979
2397
  }
2980
- export declare namespace StartAppAssessmentRequest {
2981
- /**
2982
- * @internal
2983
- */
2984
- const filterSensitiveLog: (obj: StartAppAssessmentRequest) => any;
2985
- }
2986
2398
  export interface StartAppAssessmentResponse {
2987
2399
  /**
2988
2400
  * <p>The assessment created.</p>
2989
2401
  */
2990
2402
  assessment: AppAssessment | undefined;
2991
2403
  }
2992
- export declare namespace StartAppAssessmentResponse {
2993
- /**
2994
- * @internal
2995
- */
2996
- const filterSensitiveLog: (obj: StartAppAssessmentResponse) => any;
2997
- }
2998
2404
  export interface TagResourceRequest {
2999
2405
  /**
3000
2406
  * <p>The Amazon Resource Name (ARN) of the resource. </p>
@@ -3005,20 +2411,8 @@ export interface TagResourceRequest {
3005
2411
  */
3006
2412
  tags: Record<string, string> | undefined;
3007
2413
  }
3008
- export declare namespace TagResourceRequest {
3009
- /**
3010
- * @internal
3011
- */
3012
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3013
- }
3014
2414
  export interface TagResourceResponse {
3015
2415
  }
3016
- export declare namespace TagResourceResponse {
3017
- /**
3018
- * @internal
3019
- */
3020
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3021
- }
3022
2416
  export interface UntagResourceRequest {
3023
2417
  /**
3024
2418
  * <p>The Amazon Resource Name (ARN) of the resource. </p>
@@ -3029,20 +2423,8 @@ export interface UntagResourceRequest {
3029
2423
  */
3030
2424
  tagKeys: string[] | undefined;
3031
2425
  }
3032
- export declare namespace UntagResourceRequest {
3033
- /**
3034
- * @internal
3035
- */
3036
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3037
- }
3038
2426
  export interface UntagResourceResponse {
3039
2427
  }
3040
- export declare namespace UntagResourceResponse {
3041
- /**
3042
- * @internal
3043
- */
3044
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3045
- }
3046
2428
  export interface UpdateAppRequest {
3047
2429
  /**
3048
2430
  * <p>The Amazon Resource Name (ARN) of the application. The format for this ARN is:
@@ -3075,12 +2457,6 @@ export interface UpdateAppRequest {
3075
2457
  */
3076
2458
  assessmentSchedule?: AppAssessmentScheduleType | string;
3077
2459
  }
3078
- export declare namespace UpdateAppRequest {
3079
- /**
3080
- * @internal
3081
- */
3082
- const filterSensitiveLog: (obj: UpdateAppRequest) => any;
3083
- }
3084
2460
  export interface UpdateAppResponse {
3085
2461
  /**
3086
2462
  * <p>The specified application, returned as an object with details including compliance status,
@@ -3088,12 +2464,6 @@ export interface UpdateAppResponse {
3088
2464
  */
3089
2465
  app: App | undefined;
3090
2466
  }
3091
- export declare namespace UpdateAppResponse {
3092
- /**
3093
- * @internal
3094
- */
3095
- const filterSensitiveLog: (obj: UpdateAppResponse) => any;
3096
- }
3097
2467
  export interface UpdateResiliencyPolicyRequest {
3098
2468
  /**
3099
2469
  * <p>The Amazon Resource Name (ARN) of the resiliency policy. The format for this ARN is:
@@ -3127,12 +2497,6 @@ export interface UpdateResiliencyPolicyRequest {
3127
2497
  */
3128
2498
  policy?: Record<string, FailurePolicy>;
3129
2499
  }
3130
- export declare namespace UpdateResiliencyPolicyRequest {
3131
- /**
3132
- * @internal
3133
- */
3134
- const filterSensitiveLog: (obj: UpdateResiliencyPolicyRequest) => any;
3135
- }
3136
2500
  export interface UpdateResiliencyPolicyResponse {
3137
2501
  /**
3138
2502
  * <p>The type of resiliency policy that was updated, including the recovery time objective
@@ -3140,9 +2504,431 @@ export interface UpdateResiliencyPolicyResponse {
3140
2504
  */
3141
2505
  policy: ResiliencyPolicy | undefined;
3142
2506
  }
3143
- export declare namespace UpdateResiliencyPolicyResponse {
3144
- /**
3145
- * @internal
3146
- */
3147
- const filterSensitiveLog: (obj: UpdateResiliencyPolicyResponse) => any;
3148
- }
2507
+ /**
2508
+ * @internal
2509
+ */
2510
+ export declare const PhysicalResourceIdFilterSensitiveLog: (obj: PhysicalResourceId) => any;
2511
+ /**
2512
+ * @internal
2513
+ */
2514
+ export declare const ResourceMappingFilterSensitiveLog: (obj: ResourceMapping) => any;
2515
+ /**
2516
+ * @internal
2517
+ */
2518
+ export declare const AddDraftAppVersionResourceMappingsRequestFilterSensitiveLog: (obj: AddDraftAppVersionResourceMappingsRequest) => any;
2519
+ /**
2520
+ * @internal
2521
+ */
2522
+ export declare const AddDraftAppVersionResourceMappingsResponseFilterSensitiveLog: (obj: AddDraftAppVersionResourceMappingsResponse) => any;
2523
+ /**
2524
+ * @internal
2525
+ */
2526
+ export declare const RecommendationItemFilterSensitiveLog: (obj: RecommendationItem) => any;
2527
+ /**
2528
+ * @internal
2529
+ */
2530
+ export declare const AlarmRecommendationFilterSensitiveLog: (obj: AlarmRecommendation) => any;
2531
+ /**
2532
+ * @internal
2533
+ */
2534
+ export declare const AppFilterSensitiveLog: (obj: App) => any;
2535
+ /**
2536
+ * @internal
2537
+ */
2538
+ export declare const DisruptionComplianceFilterSensitiveLog: (obj: DisruptionCompliance) => any;
2539
+ /**
2540
+ * @internal
2541
+ */
2542
+ export declare const CostFilterSensitiveLog: (obj: Cost) => any;
2543
+ /**
2544
+ * @internal
2545
+ */
2546
+ export declare const FailurePolicyFilterSensitiveLog: (obj: FailurePolicy) => any;
2547
+ /**
2548
+ * @internal
2549
+ */
2550
+ export declare const ResiliencyPolicyFilterSensitiveLog: (obj: ResiliencyPolicy) => any;
2551
+ /**
2552
+ * @internal
2553
+ */
2554
+ export declare const ResiliencyScoreFilterSensitiveLog: (obj: ResiliencyScore) => any;
2555
+ /**
2556
+ * @internal
2557
+ */
2558
+ export declare const ResourceErrorFilterSensitiveLog: (obj: ResourceError) => any;
2559
+ /**
2560
+ * @internal
2561
+ */
2562
+ export declare const ResourceErrorsDetailsFilterSensitiveLog: (obj: ResourceErrorsDetails) => any;
2563
+ /**
2564
+ * @internal
2565
+ */
2566
+ export declare const AppAssessmentFilterSensitiveLog: (obj: AppAssessment) => any;
2567
+ /**
2568
+ * @internal
2569
+ */
2570
+ export declare const AppAssessmentSummaryFilterSensitiveLog: (obj: AppAssessmentSummary) => any;
2571
+ /**
2572
+ * @internal
2573
+ */
2574
+ export declare const AppComponentFilterSensitiveLog: (obj: AppComponent) => any;
2575
+ /**
2576
+ * @internal
2577
+ */
2578
+ export declare const AppComponentComplianceFilterSensitiveLog: (obj: AppComponentCompliance) => any;
2579
+ /**
2580
+ * @internal
2581
+ */
2582
+ export declare const AppSummaryFilterSensitiveLog: (obj: AppSummary) => any;
2583
+ /**
2584
+ * @internal
2585
+ */
2586
+ export declare const AppVersionSummaryFilterSensitiveLog: (obj: AppVersionSummary) => any;
2587
+ /**
2588
+ * @internal
2589
+ */
2590
+ export declare const CreateAppRequestFilterSensitiveLog: (obj: CreateAppRequest) => any;
2591
+ /**
2592
+ * @internal
2593
+ */
2594
+ export declare const CreateAppResponseFilterSensitiveLog: (obj: CreateAppResponse) => any;
2595
+ /**
2596
+ * @internal
2597
+ */
2598
+ export declare const CreateRecommendationTemplateRequestFilterSensitiveLog: (obj: CreateRecommendationTemplateRequest) => any;
2599
+ /**
2600
+ * @internal
2601
+ */
2602
+ export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
2603
+ /**
2604
+ * @internal
2605
+ */
2606
+ export declare const RecommendationTemplateFilterSensitiveLog: (obj: RecommendationTemplate) => any;
2607
+ /**
2608
+ * @internal
2609
+ */
2610
+ export declare const CreateRecommendationTemplateResponseFilterSensitiveLog: (obj: CreateRecommendationTemplateResponse) => any;
2611
+ /**
2612
+ * @internal
2613
+ */
2614
+ export declare const CreateResiliencyPolicyRequestFilterSensitiveLog: (obj: CreateResiliencyPolicyRequest) => any;
2615
+ /**
2616
+ * @internal
2617
+ */
2618
+ export declare const CreateResiliencyPolicyResponseFilterSensitiveLog: (obj: CreateResiliencyPolicyResponse) => any;
2619
+ /**
2620
+ * @internal
2621
+ */
2622
+ export declare const DeleteAppRequestFilterSensitiveLog: (obj: DeleteAppRequest) => any;
2623
+ /**
2624
+ * @internal
2625
+ */
2626
+ export declare const DeleteAppResponseFilterSensitiveLog: (obj: DeleteAppResponse) => any;
2627
+ /**
2628
+ * @internal
2629
+ */
2630
+ export declare const DeleteAppAssessmentRequestFilterSensitiveLog: (obj: DeleteAppAssessmentRequest) => any;
2631
+ /**
2632
+ * @internal
2633
+ */
2634
+ export declare const DeleteAppAssessmentResponseFilterSensitiveLog: (obj: DeleteAppAssessmentResponse) => any;
2635
+ /**
2636
+ * @internal
2637
+ */
2638
+ export declare const DeleteRecommendationTemplateRequestFilterSensitiveLog: (obj: DeleteRecommendationTemplateRequest) => any;
2639
+ /**
2640
+ * @internal
2641
+ */
2642
+ export declare const DeleteRecommendationTemplateResponseFilterSensitiveLog: (obj: DeleteRecommendationTemplateResponse) => any;
2643
+ /**
2644
+ * @internal
2645
+ */
2646
+ export declare const DeleteResiliencyPolicyRequestFilterSensitiveLog: (obj: DeleteResiliencyPolicyRequest) => any;
2647
+ /**
2648
+ * @internal
2649
+ */
2650
+ export declare const DeleteResiliencyPolicyResponseFilterSensitiveLog: (obj: DeleteResiliencyPolicyResponse) => any;
2651
+ /**
2652
+ * @internal
2653
+ */
2654
+ export declare const DescribeAppRequestFilterSensitiveLog: (obj: DescribeAppRequest) => any;
2655
+ /**
2656
+ * @internal
2657
+ */
2658
+ export declare const DescribeAppResponseFilterSensitiveLog: (obj: DescribeAppResponse) => any;
2659
+ /**
2660
+ * @internal
2661
+ */
2662
+ export declare const DescribeAppAssessmentRequestFilterSensitiveLog: (obj: DescribeAppAssessmentRequest) => any;
2663
+ /**
2664
+ * @internal
2665
+ */
2666
+ export declare const DescribeAppAssessmentResponseFilterSensitiveLog: (obj: DescribeAppAssessmentResponse) => any;
2667
+ /**
2668
+ * @internal
2669
+ */
2670
+ export declare const DescribeAppVersionResourcesResolutionStatusRequestFilterSensitiveLog: (obj: DescribeAppVersionResourcesResolutionStatusRequest) => any;
2671
+ /**
2672
+ * @internal
2673
+ */
2674
+ export declare const DescribeAppVersionResourcesResolutionStatusResponseFilterSensitiveLog: (obj: DescribeAppVersionResourcesResolutionStatusResponse) => any;
2675
+ /**
2676
+ * @internal
2677
+ */
2678
+ export declare const DescribeAppVersionTemplateRequestFilterSensitiveLog: (obj: DescribeAppVersionTemplateRequest) => any;
2679
+ /**
2680
+ * @internal
2681
+ */
2682
+ export declare const DescribeAppVersionTemplateResponseFilterSensitiveLog: (obj: DescribeAppVersionTemplateResponse) => any;
2683
+ /**
2684
+ * @internal
2685
+ */
2686
+ export declare const DescribeDraftAppVersionResourcesImportStatusRequestFilterSensitiveLog: (obj: DescribeDraftAppVersionResourcesImportStatusRequest) => any;
2687
+ /**
2688
+ * @internal
2689
+ */
2690
+ export declare const DescribeDraftAppVersionResourcesImportStatusResponseFilterSensitiveLog: (obj: DescribeDraftAppVersionResourcesImportStatusResponse) => any;
2691
+ /**
2692
+ * @internal
2693
+ */
2694
+ export declare const DescribeResiliencyPolicyRequestFilterSensitiveLog: (obj: DescribeResiliencyPolicyRequest) => any;
2695
+ /**
2696
+ * @internal
2697
+ */
2698
+ export declare const DescribeResiliencyPolicyResponseFilterSensitiveLog: (obj: DescribeResiliencyPolicyResponse) => any;
2699
+ /**
2700
+ * @internal
2701
+ */
2702
+ export declare const TerraformSourceFilterSensitiveLog: (obj: TerraformSource) => any;
2703
+ /**
2704
+ * @internal
2705
+ */
2706
+ export declare const ImportResourcesToDraftAppVersionRequestFilterSensitiveLog: (obj: ImportResourcesToDraftAppVersionRequest) => any;
2707
+ /**
2708
+ * @internal
2709
+ */
2710
+ export declare const ImportResourcesToDraftAppVersionResponseFilterSensitiveLog: (obj: ImportResourcesToDraftAppVersionResponse) => any;
2711
+ /**
2712
+ * @internal
2713
+ */
2714
+ export declare const ListAlarmRecommendationsRequestFilterSensitiveLog: (obj: ListAlarmRecommendationsRequest) => any;
2715
+ /**
2716
+ * @internal
2717
+ */
2718
+ export declare const ListAlarmRecommendationsResponseFilterSensitiveLog: (obj: ListAlarmRecommendationsResponse) => any;
2719
+ /**
2720
+ * @internal
2721
+ */
2722
+ export declare const ListAppAssessmentsRequestFilterSensitiveLog: (obj: ListAppAssessmentsRequest) => any;
2723
+ /**
2724
+ * @internal
2725
+ */
2726
+ export declare const ListAppAssessmentsResponseFilterSensitiveLog: (obj: ListAppAssessmentsResponse) => any;
2727
+ /**
2728
+ * @internal
2729
+ */
2730
+ export declare const ListAppComponentCompliancesRequestFilterSensitiveLog: (obj: ListAppComponentCompliancesRequest) => any;
2731
+ /**
2732
+ * @internal
2733
+ */
2734
+ export declare const ListAppComponentCompliancesResponseFilterSensitiveLog: (obj: ListAppComponentCompliancesResponse) => any;
2735
+ /**
2736
+ * @internal
2737
+ */
2738
+ export declare const ListAppComponentRecommendationsRequestFilterSensitiveLog: (obj: ListAppComponentRecommendationsRequest) => any;
2739
+ /**
2740
+ * @internal
2741
+ */
2742
+ export declare const RecommendationDisruptionComplianceFilterSensitiveLog: (obj: RecommendationDisruptionCompliance) => any;
2743
+ /**
2744
+ * @internal
2745
+ */
2746
+ export declare const ConfigRecommendationFilterSensitiveLog: (obj: ConfigRecommendation) => any;
2747
+ /**
2748
+ * @internal
2749
+ */
2750
+ export declare const ComponentRecommendationFilterSensitiveLog: (obj: ComponentRecommendation) => any;
2751
+ /**
2752
+ * @internal
2753
+ */
2754
+ export declare const ListAppComponentRecommendationsResponseFilterSensitiveLog: (obj: ListAppComponentRecommendationsResponse) => any;
2755
+ /**
2756
+ * @internal
2757
+ */
2758
+ export declare const ListAppsRequestFilterSensitiveLog: (obj: ListAppsRequest) => any;
2759
+ /**
2760
+ * @internal
2761
+ */
2762
+ export declare const ListAppsResponseFilterSensitiveLog: (obj: ListAppsResponse) => any;
2763
+ /**
2764
+ * @internal
2765
+ */
2766
+ export declare const ListAppVersionResourceMappingsRequestFilterSensitiveLog: (obj: ListAppVersionResourceMappingsRequest) => any;
2767
+ /**
2768
+ * @internal
2769
+ */
2770
+ export declare const ListAppVersionResourceMappingsResponseFilterSensitiveLog: (obj: ListAppVersionResourceMappingsResponse) => any;
2771
+ /**
2772
+ * @internal
2773
+ */
2774
+ export declare const ListAppVersionResourcesRequestFilterSensitiveLog: (obj: ListAppVersionResourcesRequest) => any;
2775
+ /**
2776
+ * @internal
2777
+ */
2778
+ export declare const LogicalResourceIdFilterSensitiveLog: (obj: LogicalResourceId) => any;
2779
+ /**
2780
+ * @internal
2781
+ */
2782
+ export declare const PhysicalResourceFilterSensitiveLog: (obj: PhysicalResource) => any;
2783
+ /**
2784
+ * @internal
2785
+ */
2786
+ export declare const ListAppVersionResourcesResponseFilterSensitiveLog: (obj: ListAppVersionResourcesResponse) => any;
2787
+ /**
2788
+ * @internal
2789
+ */
2790
+ export declare const ListAppVersionsRequestFilterSensitiveLog: (obj: ListAppVersionsRequest) => any;
2791
+ /**
2792
+ * @internal
2793
+ */
2794
+ export declare const ListAppVersionsResponseFilterSensitiveLog: (obj: ListAppVersionsResponse) => any;
2795
+ /**
2796
+ * @internal
2797
+ */
2798
+ export declare const ListRecommendationTemplatesRequestFilterSensitiveLog: (obj: ListRecommendationTemplatesRequest) => any;
2799
+ /**
2800
+ * @internal
2801
+ */
2802
+ export declare const ListRecommendationTemplatesResponseFilterSensitiveLog: (obj: ListRecommendationTemplatesResponse) => any;
2803
+ /**
2804
+ * @internal
2805
+ */
2806
+ export declare const ListResiliencyPoliciesRequestFilterSensitiveLog: (obj: ListResiliencyPoliciesRequest) => any;
2807
+ /**
2808
+ * @internal
2809
+ */
2810
+ export declare const ListResiliencyPoliciesResponseFilterSensitiveLog: (obj: ListResiliencyPoliciesResponse) => any;
2811
+ /**
2812
+ * @internal
2813
+ */
2814
+ export declare const ListSopRecommendationsRequestFilterSensitiveLog: (obj: ListSopRecommendationsRequest) => any;
2815
+ /**
2816
+ * @internal
2817
+ */
2818
+ export declare const SopRecommendationFilterSensitiveLog: (obj: SopRecommendation) => any;
2819
+ /**
2820
+ * @internal
2821
+ */
2822
+ export declare const ListSopRecommendationsResponseFilterSensitiveLog: (obj: ListSopRecommendationsResponse) => any;
2823
+ /**
2824
+ * @internal
2825
+ */
2826
+ export declare const ListSuggestedResiliencyPoliciesRequestFilterSensitiveLog: (obj: ListSuggestedResiliencyPoliciesRequest) => any;
2827
+ /**
2828
+ * @internal
2829
+ */
2830
+ export declare const ListSuggestedResiliencyPoliciesResponseFilterSensitiveLog: (obj: ListSuggestedResiliencyPoliciesResponse) => any;
2831
+ /**
2832
+ * @internal
2833
+ */
2834
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2835
+ /**
2836
+ * @internal
2837
+ */
2838
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2839
+ /**
2840
+ * @internal
2841
+ */
2842
+ export declare const ListTestRecommendationsRequestFilterSensitiveLog: (obj: ListTestRecommendationsRequest) => any;
2843
+ /**
2844
+ * @internal
2845
+ */
2846
+ export declare const TestRecommendationFilterSensitiveLog: (obj: TestRecommendation) => any;
2847
+ /**
2848
+ * @internal
2849
+ */
2850
+ export declare const ListTestRecommendationsResponseFilterSensitiveLog: (obj: ListTestRecommendationsResponse) => any;
2851
+ /**
2852
+ * @internal
2853
+ */
2854
+ export declare const ListUnsupportedAppVersionResourcesRequestFilterSensitiveLog: (obj: ListUnsupportedAppVersionResourcesRequest) => any;
2855
+ /**
2856
+ * @internal
2857
+ */
2858
+ export declare const UnsupportedResourceFilterSensitiveLog: (obj: UnsupportedResource) => any;
2859
+ /**
2860
+ * @internal
2861
+ */
2862
+ export declare const ListUnsupportedAppVersionResourcesResponseFilterSensitiveLog: (obj: ListUnsupportedAppVersionResourcesResponse) => any;
2863
+ /**
2864
+ * @internal
2865
+ */
2866
+ export declare const PublishAppVersionRequestFilterSensitiveLog: (obj: PublishAppVersionRequest) => any;
2867
+ /**
2868
+ * @internal
2869
+ */
2870
+ export declare const PublishAppVersionResponseFilterSensitiveLog: (obj: PublishAppVersionResponse) => any;
2871
+ /**
2872
+ * @internal
2873
+ */
2874
+ export declare const PutDraftAppVersionTemplateRequestFilterSensitiveLog: (obj: PutDraftAppVersionTemplateRequest) => any;
2875
+ /**
2876
+ * @internal
2877
+ */
2878
+ export declare const PutDraftAppVersionTemplateResponseFilterSensitiveLog: (obj: PutDraftAppVersionTemplateResponse) => any;
2879
+ /**
2880
+ * @internal
2881
+ */
2882
+ export declare const RemoveDraftAppVersionResourceMappingsRequestFilterSensitiveLog: (obj: RemoveDraftAppVersionResourceMappingsRequest) => any;
2883
+ /**
2884
+ * @internal
2885
+ */
2886
+ export declare const RemoveDraftAppVersionResourceMappingsResponseFilterSensitiveLog: (obj: RemoveDraftAppVersionResourceMappingsResponse) => any;
2887
+ /**
2888
+ * @internal
2889
+ */
2890
+ export declare const ResolveAppVersionResourcesRequestFilterSensitiveLog: (obj: ResolveAppVersionResourcesRequest) => any;
2891
+ /**
2892
+ * @internal
2893
+ */
2894
+ export declare const ResolveAppVersionResourcesResponseFilterSensitiveLog: (obj: ResolveAppVersionResourcesResponse) => any;
2895
+ /**
2896
+ * @internal
2897
+ */
2898
+ export declare const StartAppAssessmentRequestFilterSensitiveLog: (obj: StartAppAssessmentRequest) => any;
2899
+ /**
2900
+ * @internal
2901
+ */
2902
+ export declare const StartAppAssessmentResponseFilterSensitiveLog: (obj: StartAppAssessmentResponse) => any;
2903
+ /**
2904
+ * @internal
2905
+ */
2906
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2907
+ /**
2908
+ * @internal
2909
+ */
2910
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2911
+ /**
2912
+ * @internal
2913
+ */
2914
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2915
+ /**
2916
+ * @internal
2917
+ */
2918
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2919
+ /**
2920
+ * @internal
2921
+ */
2922
+ export declare const UpdateAppRequestFilterSensitiveLog: (obj: UpdateAppRequest) => any;
2923
+ /**
2924
+ * @internal
2925
+ */
2926
+ export declare const UpdateAppResponseFilterSensitiveLog: (obj: UpdateAppResponse) => any;
2927
+ /**
2928
+ * @internal
2929
+ */
2930
+ export declare const UpdateResiliencyPolicyRequestFilterSensitiveLog: (obj: UpdateResiliencyPolicyRequest) => any;
2931
+ /**
2932
+ * @internal
2933
+ */
2934
+ export declare const UpdateResiliencyPolicyResponseFilterSensitiveLog: (obj: UpdateResiliencyPolicyResponse) => any;