@aws-sdk/client-resiliencehub 3.529.1 → 3.535.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 (121) hide show
  1. package/dist-types/Resiliencehub.d.ts +5 -1
  2. package/dist-types/ResiliencehubClient.d.ts +1 -1
  3. package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchUpdateRecommendationStatusCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAppCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteAppCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeAppCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeAppVersionCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +2 -1
  26. package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +2 -1
  27. package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListAppAssessmentsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +2 -1
  31. package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListAppInputSourcesCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +2 -1
  36. package/dist-types/commands/ListAppVersionsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListAppsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +2 -1
  39. package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListSopRecommendationsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/ListTestRecommendationsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +2 -1
  45. package/dist-types/commands/PublishAppVersionCommand.d.ts +2 -1
  46. package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +2 -1
  47. package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +2 -1
  48. package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +2 -1
  49. package/dist-types/commands/StartAppAssessmentCommand.d.ts +2 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateAppCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateAppVersionCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +2 -1
  57. package/dist-types/models/models_0.d.ts +648 -648
  58. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  59. package/dist-types/runtimeConfig.d.ts +2 -2
  60. package/dist-types/runtimeConfig.native.d.ts +2 -2
  61. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  62. package/dist-types/ts3.4/Resiliencehub.d.ts +4 -0
  63. package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/BatchUpdateRecommendationStatusCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreateAppVersionAppComponentCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateAppVersionResourceCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteAppInputSourceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteAppVersionAppComponentCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DeleteAppVersionResourceCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeAppVersionAppComponentCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribeAppVersionCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeAppVersionResourceCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListAppInputSourcesCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListAppVersionAppComponentsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/UpdateAppVersionAppComponentCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UpdateAppVersionCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdateAppVersionResourceCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  118. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  119. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  120. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  121. package/package.json +40 -40
@@ -214,6 +214,7 @@ export interface Resiliencehub {
214
214
  /**
215
215
  * @see {@link ListAppAssessmentsCommand}
216
216
  */
217
+ listAppAssessments(): Promise<ListAppAssessmentsCommandOutput>;
217
218
  listAppAssessments(args: ListAppAssessmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppAssessmentsCommandOutput>;
218
219
  listAppAssessments(args: ListAppAssessmentsCommandInput, cb: (err: any, data?: ListAppAssessmentsCommandOutput) => void): void;
219
220
  listAppAssessments(args: ListAppAssessmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppAssessmentsCommandOutput) => void): void;
@@ -238,6 +239,7 @@ export interface Resiliencehub {
238
239
  /**
239
240
  * @see {@link ListAppsCommand}
240
241
  */
242
+ listApps(): Promise<ListAppsCommandOutput>;
241
243
  listApps(args: ListAppsCommandInput, options?: __HttpHandlerOptions): Promise<ListAppsCommandOutput>;
242
244
  listApps(args: ListAppsCommandInput, cb: (err: any, data?: ListAppsCommandOutput) => void): void;
243
245
  listApps(args: ListAppsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAppsCommandOutput) => void): void;
@@ -274,6 +276,7 @@ export interface Resiliencehub {
274
276
  /**
275
277
  * @see {@link ListResiliencyPoliciesCommand}
276
278
  */
279
+ listResiliencyPolicies(): Promise<ListResiliencyPoliciesCommandOutput>;
277
280
  listResiliencyPolicies(args: ListResiliencyPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListResiliencyPoliciesCommandOutput>;
278
281
  listResiliencyPolicies(args: ListResiliencyPoliciesCommandInput, cb: (err: any, data?: ListResiliencyPoliciesCommandOutput) => void): void;
279
282
  listResiliencyPolicies(args: ListResiliencyPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResiliencyPoliciesCommandOutput) => void): void;
@@ -286,6 +289,7 @@ export interface Resiliencehub {
286
289
  /**
287
290
  * @see {@link ListSuggestedResiliencyPoliciesCommand}
288
291
  */
292
+ listSuggestedResiliencyPolicies(): Promise<ListSuggestedResiliencyPoliciesCommandOutput>;
289
293
  listSuggestedResiliencyPolicies(args: ListSuggestedResiliencyPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListSuggestedResiliencyPoliciesCommandOutput>;
290
294
  listSuggestedResiliencyPolicies(args: ListSuggestedResiliencyPoliciesCommandInput, cb: (err: any, data?: ListSuggestedResiliencyPoliciesCommandOutput) => void): void;
291
295
  listSuggestedResiliencyPolicies(args: ListSuggestedResiliencyPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSuggestedResiliencyPoliciesCommandOutput) => void): void;
@@ -381,12 +385,12 @@ export interface Resiliencehub {
381
385
  updateResiliencyPolicy(args: UpdateResiliencyPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateResiliencyPolicyCommandOutput) => void): void;
382
386
  }
383
387
  /**
384
- * @public
385
388
  * <p>Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from
386
389
  * disruptions. It offers continual resiliency assessment and validation that integrates
387
390
  * into your software development lifecycle. This enables you to uncover resiliency weaknesses,
388
391
  * ensure recovery time objective (RTO) and recovery point objective (RPO) targets for your
389
392
  * applications are met, and resolve issues before they are released into production. </p>
393
+ * @public
390
394
  */
391
395
  export declare class Resiliencehub extends ResiliencehubClient implements Resiliencehub {
392
396
  }
@@ -205,12 +205,12 @@ export type ResiliencehubClientResolvedConfigType = __SmithyResolvedConfiguratio
205
205
  export interface ResiliencehubClientResolvedConfig extends ResiliencehubClientResolvedConfigType {
206
206
  }
207
207
  /**
208
- * @public
209
208
  * <p>Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from
210
209
  * disruptions. It offers continual resiliency assessment and validation that integrates
211
210
  * into your software development lifecycle. This enables you to uncover resiliency weaknesses,
212
211
  * ensure recovery time objective (RTO) and recovery point objective (RPO) targets for your
213
212
  * applications are met, and resolve issues before they are released into production. </p>
213
+ * @public
214
214
  */
215
215
  export declare class ResiliencehubClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ResiliencehubClientResolvedConfig> {
216
216
  /**
@@ -22,10 +22,10 @@ export interface AddDraftAppVersionResourceMappingsCommandOutput extends AddDraf
22
22
  }
23
23
  declare const AddDraftAppVersionResourceMappingsCommand_base: {
24
24
  new (input: AddDraftAppVersionResourceMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddDraftAppVersionResourceMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>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 <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/how-app-manage.html">Step 2: How is your application managed?</a> in the Resilience Hub User Guide.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -112,6 +112,7 @@ declare const AddDraftAppVersionResourceMappingsCommand_base: {
112
112
  * @throws {@link ResiliencehubServiceException}
113
113
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class AddDraftAppVersionResourceMappingsCommand extends AddDraftAppVersionResourceMappingsCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface BatchUpdateRecommendationStatusCommandOutput extends BatchUpdat
22
22
  }
23
23
  declare const BatchUpdateRecommendationStatusCommand_base: {
24
24
  new (input: BatchUpdateRecommendationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateRecommendationStatusCommandInput, BatchUpdateRecommendationStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchUpdateRecommendationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateRecommendationStatusCommandInput, BatchUpdateRecommendationStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables you to include or exclude one or more operational recommendations.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -103,6 +103,7 @@ declare const BatchUpdateRecommendationStatusCommand_base: {
103
103
  * @throws {@link ResiliencehubServiceException}
104
104
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class BatchUpdateRecommendationStatusCommand extends BatchUpdateRecommendationStatusCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
22
22
  }
23
23
  declare const CreateAppCommand_base: {
24
24
  new (input: CreateAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an Resilience Hub application. An Resilience Hub application is a
30
30
  * collection of Amazon Web Services resources structured to prevent and recover Amazon Web Services application disruptions. To describe a Resilience Hub application, you provide an
31
31
  * application name, resources from one or more CloudFormation stacks, Resource Groups, Terraform state files, AppRegistry applications, and an appropriate
@@ -145,6 +145,7 @@ declare const CreateAppCommand_base: {
145
145
  * @throws {@link ResiliencehubServiceException}
146
146
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
147
147
  *
148
+ * @public
148
149
  */
149
150
  export declare class CreateAppCommand extends CreateAppCommand_base {
150
151
  }
@@ -22,10 +22,10 @@ export interface CreateAppVersionAppComponentCommandOutput extends CreateAppVers
22
22
  }
23
23
  declare const CreateAppVersionAppComponentCommand_base: {
24
24
  new (input: CreateAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new Application Component in the Resilience Hub application.</p>
30
30
  * <note>
31
31
  * <p>This API updates the Resilience Hub application draft version. To use this Application Component for running assessments, you must publish the Resilience Hub application using the <code>PublishAppVersion</code> API.</p>
@@ -104,6 +104,7 @@ declare const CreateAppVersionAppComponentCommand_base: {
104
104
  * @throws {@link ResiliencehubServiceException}
105
105
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class CreateAppVersionAppComponentCommand extends CreateAppVersionAppComponentCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface CreateAppVersionResourceCommandOutput extends CreateAppVersionR
22
22
  }
23
23
  declare const CreateAppVersionResourceCommand_base: {
24
24
  new (input: CreateAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a resource to the Resilience Hub application and assigns it to the specified
30
30
  * Application Components. If you specify a new Application Component, Resilience Hub will automatically
31
31
  * create the Application Component.</p>
@@ -158,6 +158,7 @@ declare const CreateAppVersionResourceCommand_base: {
158
158
  * @throws {@link ResiliencehubServiceException}
159
159
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
160
160
  *
161
+ * @public
161
162
  */
162
163
  export declare class CreateAppVersionResourceCommand extends CreateAppVersionResourceCommand_base {
163
164
  }
@@ -22,10 +22,10 @@ export interface CreateRecommendationTemplateCommandOutput extends CreateRecomme
22
22
  }
23
23
  declare const CreateRecommendationTemplateCommand_base: {
24
24
  new (input: CreateRecommendationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRecommendationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new recommendation template for the Resilience Hub application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -118,6 +118,7 @@ declare const CreateRecommendationTemplateCommand_base: {
118
118
  * @throws {@link ResiliencehubServiceException}
119
119
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class CreateRecommendationTemplateCommand extends CreateRecommendationTemplateCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface CreateResiliencyPolicyCommandOutput extends CreateResiliencyPol
22
22
  }
23
23
  declare const CreateResiliencyPolicyCommand_base: {
24
24
  new (input: CreateResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a resiliency policy for an application.</p>
30
30
  * <note>
31
31
  * <p>Resilience Hub allows you to provide a value of zero for <code>rtoInSecs</code> and
@@ -115,6 +115,7 @@ declare const CreateResiliencyPolicyCommand_base: {
115
115
  * @throws {@link ResiliencehubServiceException}
116
116
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class CreateResiliencyPolicyCommand extends CreateResiliencyPolicyCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface DeleteAppAssessmentCommandOutput extends DeleteAppAssessmentRes
22
22
  }
23
23
  declare const DeleteAppAssessmentCommand_base: {
24
24
  new (input: DeleteAppAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAppAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Resilience Hub application assessment. This is a destructive action that can't
30
30
  * be undone.</p>
31
31
  * @example
@@ -80,6 +80,7 @@ declare const DeleteAppAssessmentCommand_base: {
80
80
  * @throws {@link ResiliencehubServiceException}
81
81
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class DeleteAppAssessmentCommand extends DeleteAppAssessmentCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea
22
22
  }
23
23
  declare const DeleteAppCommand_base: {
24
24
  new (input: DeleteAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Resilience Hub application. This is a destructive action that can't be
30
30
  * undone.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const DeleteAppCommand_base: {
75
75
  * @throws {@link ResiliencehubServiceException}
76
76
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class DeleteAppCommand extends DeleteAppCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface DeleteAppInputSourceCommandOutput extends DeleteAppInputSourceR
22
22
  }
23
23
  declare const DeleteAppInputSourceCommand_base: {
24
24
  new (input: DeleteAppInputSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAppInputSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the input source and all of its imported resources from the Resilience Hub application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -99,6 +99,7 @@ declare const DeleteAppInputSourceCommand_base: {
99
99
  * @throws {@link ResiliencehubServiceException}
100
100
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class DeleteAppInputSourceCommand extends DeleteAppInputSourceCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface DeleteAppVersionAppComponentCommandOutput extends DeleteAppVers
22
22
  }
23
23
  declare const DeleteAppVersionAppComponentCommand_base: {
24
24
  new (input: DeleteAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an Application Component from the Resilience Hub application.</p>
30
30
  * <note>
31
31
  * <ul>
@@ -100,6 +100,7 @@ declare const DeleteAppVersionAppComponentCommand_base: {
100
100
  * @throws {@link ResiliencehubServiceException}
101
101
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class DeleteAppVersionAppComponentCommand extends DeleteAppVersionAppComponentCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface DeleteAppVersionResourceCommandOutput extends DeleteAppVersionR
22
22
  }
23
23
  declare const DeleteAppVersionResourceCommand_base: {
24
24
  new (input: DeleteAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppVersionResourceCommandInput, DeleteAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppVersionResourceCommandInput, DeleteAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a resource from the Resilience Hub application.</p>
30
30
  * <note>
31
31
  * <ul>
@@ -140,6 +140,7 @@ declare const DeleteAppVersionResourceCommand_base: {
140
140
  * @throws {@link ResiliencehubServiceException}
141
141
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
142
142
  *
143
+ * @public
143
144
  */
144
145
  export declare class DeleteAppVersionResourceCommand extends DeleteAppVersionResourceCommand_base {
145
146
  }
@@ -22,10 +22,10 @@ export interface DeleteRecommendationTemplateCommandOutput extends DeleteRecomme
22
22
  }
23
23
  declare const DeleteRecommendationTemplateCommand_base: {
24
24
  new (input: DeleteRecommendationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteRecommendationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a recommendation template. This is a destructive action that can't be
30
30
  * undone.</p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const DeleteRecommendationTemplateCommand_base: {
74
74
  * @throws {@link ResiliencehubServiceException}
75
75
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DeleteRecommendationTemplateCommand extends DeleteRecommendationTemplateCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DeleteResiliencyPolicyCommandOutput extends DeleteResiliencyPol
22
22
  }
23
23
  declare const DeleteResiliencyPolicyCommand_base: {
24
24
  new (input: DeleteResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a resiliency policy. This is a destructive action that can't be undone.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const DeleteResiliencyPolicyCommand_base: {
78
78
  * @throws {@link ResiliencehubServiceException}
79
79
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DeleteResiliencyPolicyCommand extends DeleteResiliencyPolicyCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DescribeAppAssessmentCommandOutput extends DescribeAppAssessmen
22
22
  }
23
23
  declare const DescribeAppAssessmentCommand_base: {
24
24
  new (input: DescribeAppAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppAssessmentCommandInput, DescribeAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAppAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppAssessmentCommandInput, DescribeAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an assessment for an Resilience Hub application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -148,6 +148,7 @@ declare const DescribeAppAssessmentCommand_base: {
148
148
  * @throws {@link ResiliencehubServiceException}
149
149
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
150
150
  *
151
+ * @public
151
152
  */
152
153
  export declare class DescribeAppAssessmentCommand extends DescribeAppAssessmentCommand_base {
153
154
  }
@@ -22,10 +22,10 @@ export interface DescribeAppCommandOutput extends DescribeAppResponse, __Metadat
22
22
  }
23
23
  declare const DescribeAppCommand_base: {
24
24
  new (input: DescribeAppCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppCommandInput, DescribeAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAppCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppCommandInput, DescribeAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an Resilience Hub application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -104,6 +104,7 @@ declare const DescribeAppCommand_base: {
104
104
  * @throws {@link ResiliencehubServiceException}
105
105
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class DescribeAppCommand extends DescribeAppCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface DescribeAppVersionAppComponentCommandOutput extends DescribeApp
22
22
  }
23
23
  declare const DescribeAppVersionAppComponentCommand_base: {
24
24
  new (input: DescribeAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionAppComponentCommandInput, DescribeAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionAppComponentCommandInput, DescribeAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes an Application Component in the Resilience Hub application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -90,6 +90,7 @@ declare const DescribeAppVersionAppComponentCommand_base: {
90
90
  * @throws {@link ResiliencehubServiceException}
91
91
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class DescribeAppVersionAppComponentCommand extends DescribeAppVersionAppComponentCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface DescribeAppVersionCommandOutput extends DescribeAppVersionRespo
22
22
  }
23
23
  declare const DescribeAppVersionCommand_base: {
24
24
  new (input: DescribeAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionCommandInput, DescribeAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionCommandInput, DescribeAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the Resilience Hub application version.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const DescribeAppVersionCommand_base: {
78
78
  * @throws {@link ResiliencehubServiceException}
79
79
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DescribeAppVersionCommand extends DescribeAppVersionCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DescribeAppVersionResourceCommandOutput extends DescribeAppVers
22
22
  }
23
23
  declare const DescribeAppVersionResourceCommand_base: {
24
24
  new (input: DescribeAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionResourceCommandInput, DescribeAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionResourceCommandInput, DescribeAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes a resource of the Resilience Hub application.</p>
30
30
  * <note>
31
31
  * <p>This API accepts only one of the following parameters to descibe the resource:</p>
@@ -147,6 +147,7 @@ declare const DescribeAppVersionResourceCommand_base: {
147
147
  * @throws {@link ResiliencehubServiceException}
148
148
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
149
149
  *
150
+ * @public
150
151
  */
151
152
  export declare class DescribeAppVersionResourceCommand extends DescribeAppVersionResourceCommand_base {
152
153
  }
@@ -22,10 +22,10 @@ export interface DescribeAppVersionResourcesResolutionStatusCommandOutput extend
22
22
  }
23
23
  declare const DescribeAppVersionResourcesResolutionStatusCommand_base: {
24
24
  new (input: DescribeAppVersionResourcesResolutionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAppVersionResourcesResolutionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionResourcesResolutionStatusCommandInput, DescribeAppVersionResourcesResolutionStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the resolution status for the specified resolution identifier for an application
30
30
  * version. If <code>resolutionId</code> is not specified, the current resolution status is
31
31
  * returned.</p>
@@ -79,6 +79,7 @@ declare const DescribeAppVersionResourcesResolutionStatusCommand_base: {
79
79
  * @throws {@link ResiliencehubServiceException}
80
80
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DescribeAppVersionResourcesResolutionStatusCommand extends DescribeAppVersionResourcesResolutionStatusCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface DescribeAppVersionTemplateCommandOutput extends DescribeAppVers
22
22
  }
23
23
  declare const DescribeAppVersionTemplateCommand_base: {
24
24
  new (input: DescribeAppVersionTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAppVersionTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAppVersionTemplateCommandInput, DescribeAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes details about an Resilience Hub application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -74,6 +74,7 @@ declare const DescribeAppVersionTemplateCommand_base: {
74
74
  * @throws {@link ResiliencehubServiceException}
75
75
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class DescribeAppVersionTemplateCommand extends DescribeAppVersionTemplateCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface DescribeDraftAppVersionResourcesImportStatusCommandOutput exten
22
22
  }
23
23
  declare const DescribeDraftAppVersionResourcesImportStatusCommand_base: {
24
24
  new (input: DescribeDraftAppVersionResourcesImportStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDraftAppVersionResourcesImportStatusCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDraftAppVersionResourcesImportStatusCommandInput, DescribeDraftAppVersionResourcesImportStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the status of importing resources to an application version.</p>
30
30
  * <note>
31
31
  * <p>If you get a 404 error with
@@ -82,6 +82,7 @@ declare const DescribeDraftAppVersionResourcesImportStatusCommand_base: {
82
82
  * @throws {@link ResiliencehubServiceException}
83
83
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DescribeDraftAppVersionResourcesImportStatusCommand extends DescribeDraftAppVersionResourcesImportStatusCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DescribeResiliencyPolicyCommandOutput extends DescribeResilienc
22
22
  }
23
23
  declare const DescribeResiliencyPolicyCommand_base: {
24
24
  new (input: DescribeResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResiliencyPolicyCommandInput, DescribeResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes a specified resiliency policy for an Resilience Hub application. The
30
30
  * returned policy object includes creation time, data location constraints, the Amazon Resource
31
31
  * Name (ARN) for the policy, tags, tier, and more.</p>
@@ -90,6 +90,7 @@ declare const DescribeResiliencyPolicyCommand_base: {
90
90
  * @throws {@link ResiliencehubServiceException}
91
91
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class DescribeResiliencyPolicyCommand extends DescribeResiliencyPolicyCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface ImportResourcesToDraftAppVersionCommandOutput extends ImportRes
22
22
  }
23
23
  declare const ImportResourcesToDraftAppVersionCommand_base: {
24
24
  new (input: ImportResourcesToDraftAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ImportResourcesToDraftAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<ImportResourcesToDraftAppVersionCommandInput, ImportResourcesToDraftAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Imports resources to Resilience Hub application draft version from different input sources. For more information about the input sources supported by Resilience Hub, see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/discover-structure.html">Discover
30
30
  * the structure and describe your Resilience Hub application</a>.</p>
31
31
  * @example
@@ -117,6 +117,7 @@ declare const ImportResourcesToDraftAppVersionCommand_base: {
117
117
  * @throws {@link ResiliencehubServiceException}
118
118
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
119
119
  *
120
+ * @public
120
121
  */
121
122
  export declare class ImportResourcesToDraftAppVersionCommand extends ImportResourcesToDraftAppVersionCommand_base {
122
123
  }
@@ -22,10 +22,10 @@ export interface ListAlarmRecommendationsCommandOutput extends ListAlarmRecommen
22
22
  }
23
23
  declare const ListAlarmRecommendationsCommand_base: {
24
24
  new (input: ListAlarmRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAlarmRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAlarmRecommendationsCommandInput, ListAlarmRecommendationsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the alarm recommendations for an Resilience Hub application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -98,6 +98,7 @@ declare const ListAlarmRecommendationsCommand_base: {
98
98
  * @throws {@link ResiliencehubServiceException}
99
99
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class ListAlarmRecommendationsCommand extends ListAlarmRecommendationsCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface ListAppAssessmentComplianceDriftsCommandOutput extends ListAppA
22
22
  }
23
23
  declare const ListAppAssessmentComplianceDriftsCommand_base: {
24
24
  new (input: ListAppAssessmentComplianceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppAssessmentComplianceDriftsCommandInput, ListAppAssessmentComplianceDriftsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAppAssessmentComplianceDriftsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppAssessmentComplianceDriftsCommandInput, ListAppAssessmentComplianceDriftsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List of compliance drifts that were detected while running an assessment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -110,6 +110,7 @@ declare const ListAppAssessmentComplianceDriftsCommand_base: {
110
110
  * @throws {@link ResiliencehubServiceException}
111
111
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
112
112
  *
113
+ * @public
113
114
  */
114
115
  export declare class ListAppAssessmentComplianceDriftsCommand extends ListAppAssessmentComplianceDriftsCommand_base {
115
116
  }
@@ -22,10 +22,10 @@ export interface ListAppAssessmentsCommandOutput extends ListAppAssessmentsRespo
22
22
  }
23
23
  declare const ListAppAssessmentsCommand_base: {
24
24
  new (input: ListAppAssessmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAppAssessmentsCommandInput, ListAppAssessmentsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAppAssessmentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAppAssessmentsCommandInput, ListAppAssessmentsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the assessments for an Resilience Hub application. You can use request parameters to
30
30
  * refine the results for the response object.</p>
31
31
  * @example
@@ -103,6 +103,7 @@ declare const ListAppAssessmentsCommand_base: {
103
103
  * @throws {@link ResiliencehubServiceException}
104
104
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class ListAppAssessmentsCommand extends ListAppAssessmentsCommand_base {
108
109
  }