@aws-sdk/client-resiliencehub 3.478.0 → 3.481.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 (221) hide show
  1. package/dist-cjs/commands/AddDraftAppVersionResourceMappingsCommand.js +18 -41
  2. package/dist-cjs/commands/BatchUpdateRecommendationStatusCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAppCommand.js +18 -41
  4. package/dist-cjs/commands/CreateAppVersionAppComponentCommand.js +18 -41
  5. package/dist-cjs/commands/CreateAppVersionResourceCommand.js +18 -41
  6. package/dist-cjs/commands/CreateRecommendationTemplateCommand.js +18 -41
  7. package/dist-cjs/commands/CreateResiliencyPolicyCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteAppAssessmentCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteAppCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteAppInputSourceCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteAppVersionAppComponentCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteAppVersionResourceCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteRecommendationTemplateCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteResiliencyPolicyCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeAppAssessmentCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeAppCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeAppVersionAppComponentCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeAppVersionCommand.js +18 -41
  19. package/dist-cjs/commands/DescribeAppVersionResourceCommand.js +18 -41
  20. package/dist-cjs/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeAppVersionTemplateCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeResiliencyPolicyCommand.js +18 -41
  24. package/dist-cjs/commands/ImportResourcesToDraftAppVersionCommand.js +18 -41
  25. package/dist-cjs/commands/ListAlarmRecommendationsCommand.js +18 -41
  26. package/dist-cjs/commands/ListAppAssessmentComplianceDriftsCommand.js +18 -41
  27. package/dist-cjs/commands/ListAppAssessmentsCommand.js +18 -41
  28. package/dist-cjs/commands/ListAppComponentCompliancesCommand.js +18 -41
  29. package/dist-cjs/commands/ListAppComponentRecommendationsCommand.js +18 -41
  30. package/dist-cjs/commands/ListAppInputSourcesCommand.js +18 -41
  31. package/dist-cjs/commands/ListAppVersionAppComponentsCommand.js +18 -41
  32. package/dist-cjs/commands/ListAppVersionResourceMappingsCommand.js +18 -41
  33. package/dist-cjs/commands/ListAppVersionResourcesCommand.js +18 -41
  34. package/dist-cjs/commands/ListAppVersionsCommand.js +18 -41
  35. package/dist-cjs/commands/ListAppsCommand.js +18 -41
  36. package/dist-cjs/commands/ListRecommendationTemplatesCommand.js +18 -41
  37. package/dist-cjs/commands/ListResiliencyPoliciesCommand.js +18 -41
  38. package/dist-cjs/commands/ListSopRecommendationsCommand.js +18 -41
  39. package/dist-cjs/commands/ListSuggestedResiliencyPoliciesCommand.js +18 -41
  40. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  41. package/dist-cjs/commands/ListTestRecommendationsCommand.js +18 -41
  42. package/dist-cjs/commands/ListUnsupportedAppVersionResourcesCommand.js +18 -41
  43. package/dist-cjs/commands/PublishAppVersionCommand.js +18 -41
  44. package/dist-cjs/commands/PutDraftAppVersionTemplateCommand.js +18 -41
  45. package/dist-cjs/commands/RemoveDraftAppVersionResourceMappingsCommand.js +18 -41
  46. package/dist-cjs/commands/ResolveAppVersionResourcesCommand.js +18 -41
  47. package/dist-cjs/commands/StartAppAssessmentCommand.js +18 -41
  48. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  49. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  50. package/dist-cjs/commands/UpdateAppCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateAppVersionAppComponentCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateAppVersionCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateAppVersionResourceCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateResiliencyPolicyCommand.js +18 -41
  55. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  56. package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +18 -41
  57. package/dist-es/commands/BatchUpdateRecommendationStatusCommand.js +18 -41
  58. package/dist-es/commands/CreateAppCommand.js +18 -41
  59. package/dist-es/commands/CreateAppVersionAppComponentCommand.js +18 -41
  60. package/dist-es/commands/CreateAppVersionResourceCommand.js +18 -41
  61. package/dist-es/commands/CreateRecommendationTemplateCommand.js +18 -41
  62. package/dist-es/commands/CreateResiliencyPolicyCommand.js +18 -41
  63. package/dist-es/commands/DeleteAppAssessmentCommand.js +18 -41
  64. package/dist-es/commands/DeleteAppCommand.js +18 -41
  65. package/dist-es/commands/DeleteAppInputSourceCommand.js +18 -41
  66. package/dist-es/commands/DeleteAppVersionAppComponentCommand.js +18 -41
  67. package/dist-es/commands/DeleteAppVersionResourceCommand.js +18 -41
  68. package/dist-es/commands/DeleteRecommendationTemplateCommand.js +18 -41
  69. package/dist-es/commands/DeleteResiliencyPolicyCommand.js +18 -41
  70. package/dist-es/commands/DescribeAppAssessmentCommand.js +18 -41
  71. package/dist-es/commands/DescribeAppCommand.js +18 -41
  72. package/dist-es/commands/DescribeAppVersionAppComponentCommand.js +18 -41
  73. package/dist-es/commands/DescribeAppVersionCommand.js +18 -41
  74. package/dist-es/commands/DescribeAppVersionResourceCommand.js +18 -41
  75. package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +18 -41
  76. package/dist-es/commands/DescribeAppVersionTemplateCommand.js +18 -41
  77. package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +18 -41
  78. package/dist-es/commands/DescribeResiliencyPolicyCommand.js +18 -41
  79. package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +18 -41
  80. package/dist-es/commands/ListAlarmRecommendationsCommand.js +18 -41
  81. package/dist-es/commands/ListAppAssessmentComplianceDriftsCommand.js +18 -41
  82. package/dist-es/commands/ListAppAssessmentsCommand.js +18 -41
  83. package/dist-es/commands/ListAppComponentCompliancesCommand.js +18 -41
  84. package/dist-es/commands/ListAppComponentRecommendationsCommand.js +18 -41
  85. package/dist-es/commands/ListAppInputSourcesCommand.js +18 -41
  86. package/dist-es/commands/ListAppVersionAppComponentsCommand.js +18 -41
  87. package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +18 -41
  88. package/dist-es/commands/ListAppVersionResourcesCommand.js +18 -41
  89. package/dist-es/commands/ListAppVersionsCommand.js +18 -41
  90. package/dist-es/commands/ListAppsCommand.js +18 -41
  91. package/dist-es/commands/ListRecommendationTemplatesCommand.js +18 -41
  92. package/dist-es/commands/ListResiliencyPoliciesCommand.js +18 -41
  93. package/dist-es/commands/ListSopRecommendationsCommand.js +18 -41
  94. package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +18 -41
  95. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  96. package/dist-es/commands/ListTestRecommendationsCommand.js +18 -41
  97. package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +18 -41
  98. package/dist-es/commands/PublishAppVersionCommand.js +18 -41
  99. package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +18 -41
  100. package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +18 -41
  101. package/dist-es/commands/ResolveAppVersionResourcesCommand.js +18 -41
  102. package/dist-es/commands/StartAppAssessmentCommand.js +18 -41
  103. package/dist-es/commands/TagResourceCommand.js +18 -41
  104. package/dist-es/commands/UntagResourceCommand.js +18 -41
  105. package/dist-es/commands/UpdateAppCommand.js +18 -41
  106. package/dist-es/commands/UpdateAppVersionAppComponentCommand.js +18 -41
  107. package/dist-es/commands/UpdateAppVersionCommand.js +18 -41
  108. package/dist-es/commands/UpdateAppVersionResourceCommand.js +18 -41
  109. package/dist-es/commands/UpdateResiliencyPolicyCommand.js +18 -41
  110. package/dist-es/endpoint/EndpointParameters.js +6 -0
  111. package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +6 -21
  112. package/dist-types/commands/BatchUpdateRecommendationStatusCommand.d.ts +6 -21
  113. package/dist-types/commands/CreateAppCommand.d.ts +6 -21
  114. package/dist-types/commands/CreateAppVersionAppComponentCommand.d.ts +6 -21
  115. package/dist-types/commands/CreateAppVersionResourceCommand.d.ts +6 -21
  116. package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +6 -21
  117. package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +6 -21
  118. package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +6 -21
  119. package/dist-types/commands/DeleteAppCommand.d.ts +6 -21
  120. package/dist-types/commands/DeleteAppInputSourceCommand.d.ts +6 -21
  121. package/dist-types/commands/DeleteAppVersionAppComponentCommand.d.ts +6 -21
  122. package/dist-types/commands/DeleteAppVersionResourceCommand.d.ts +6 -21
  123. package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +6 -21
  124. package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +6 -21
  125. package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +6 -21
  126. package/dist-types/commands/DescribeAppCommand.d.ts +6 -21
  127. package/dist-types/commands/DescribeAppVersionAppComponentCommand.d.ts +6 -21
  128. package/dist-types/commands/DescribeAppVersionCommand.d.ts +6 -21
  129. package/dist-types/commands/DescribeAppVersionResourceCommand.d.ts +6 -21
  130. package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +6 -21
  131. package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +6 -21
  132. package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +6 -21
  133. package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +6 -21
  134. package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +6 -21
  135. package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +6 -21
  136. package/dist-types/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +6 -21
  137. package/dist-types/commands/ListAppAssessmentsCommand.d.ts +6 -21
  138. package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +6 -21
  139. package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +6 -21
  140. package/dist-types/commands/ListAppInputSourcesCommand.d.ts +6 -21
  141. package/dist-types/commands/ListAppVersionAppComponentsCommand.d.ts +6 -21
  142. package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +6 -21
  143. package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +6 -21
  144. package/dist-types/commands/ListAppVersionsCommand.d.ts +6 -21
  145. package/dist-types/commands/ListAppsCommand.d.ts +6 -21
  146. package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +6 -21
  147. package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +6 -21
  148. package/dist-types/commands/ListSopRecommendationsCommand.d.ts +6 -21
  149. package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +6 -21
  150. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  151. package/dist-types/commands/ListTestRecommendationsCommand.d.ts +6 -21
  152. package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +6 -21
  153. package/dist-types/commands/PublishAppVersionCommand.d.ts +6 -21
  154. package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +6 -21
  155. package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +6 -21
  156. package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +6 -21
  157. package/dist-types/commands/StartAppAssessmentCommand.d.ts +6 -21
  158. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  159. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  160. package/dist-types/commands/UpdateAppCommand.d.ts +6 -21
  161. package/dist-types/commands/UpdateAppVersionAppComponentCommand.d.ts +6 -21
  162. package/dist-types/commands/UpdateAppVersionCommand.d.ts +6 -21
  163. package/dist-types/commands/UpdateAppVersionResourceCommand.d.ts +6 -21
  164. package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +6 -21
  165. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  166. package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +12 -24
  167. package/dist-types/ts3.4/commands/BatchUpdateRecommendationStatusCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +14 -23
  169. package/dist-types/ts3.4/commands/CreateAppVersionAppComponentCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/CreateAppVersionResourceCommand.d.ts +12 -24
  171. package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +12 -24
  172. package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +12 -24
  173. package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +14 -23
  174. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +14 -23
  175. package/dist-types/ts3.4/commands/DeleteAppInputSourceCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/commands/DeleteAppVersionAppComponentCommand.d.ts +12 -24
  177. package/dist-types/ts3.4/commands/DeleteAppVersionResourceCommand.d.ts +12 -24
  178. package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +12 -24
  179. package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +12 -24
  180. package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +12 -24
  181. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +14 -23
  182. package/dist-types/ts3.4/commands/DescribeAppVersionAppComponentCommand.d.ts +12 -24
  183. package/dist-types/ts3.4/commands/DescribeAppVersionCommand.d.ts +14 -23
  184. package/dist-types/ts3.4/commands/DescribeAppVersionResourceCommand.d.ts +12 -24
  185. package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +12 -24
  186. package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +12 -24
  187. package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +12 -24
  188. package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +12 -24
  189. package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +12 -24
  190. package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +12 -24
  191. package/dist-types/ts3.4/commands/ListAppAssessmentComplianceDriftsCommand.d.ts +12 -24
  192. package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +14 -23
  193. package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +12 -24
  194. package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +12 -24
  195. package/dist-types/ts3.4/commands/ListAppInputSourcesCommand.d.ts +14 -23
  196. package/dist-types/ts3.4/commands/ListAppVersionAppComponentsCommand.d.ts +12 -24
  197. package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +12 -24
  198. package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +12 -24
  199. package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +14 -23
  200. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +14 -23
  201. package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +12 -24
  202. package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +12 -24
  204. package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +12 -24
  205. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  206. package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +12 -24
  207. package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +12 -24
  208. package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +14 -23
  213. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/UpdateAppVersionAppComponentCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/UpdateAppVersionCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/UpdateAppVersionResourceCommand.d.ts +12 -24
  219. package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  221. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { AddDraftAppVersionResourceMappingsRequest, AddDraftAppVersionResourceMappingsResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AddDraftAppVersionResourceMappingsCommandInput extends AddDraft
21
20
  */
22
21
  export interface AddDraftAppVersionResourceMappingsCommandOutput extends AddDraftAppVersionResourceMappingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const AddDraftAppVersionResourceMappingsCommand_base: {
24
+ new (input: AddDraftAppVersionResourceMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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>
@@ -110,23 +113,5 @@ export interface AddDraftAppVersionResourceMappingsCommandOutput extends AddDraf
110
113
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
111
114
  *
112
115
  */
113
- export declare class AddDraftAppVersionResourceMappingsCommand extends $Command<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig> {
114
- readonly input: AddDraftAppVersionResourceMappingsCommandInput;
115
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
116
- /**
117
- * @public
118
- */
119
- constructor(input: AddDraftAppVersionResourceMappingsCommandInput);
120
- /**
121
- * @internal
122
- */
123
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddDraftAppVersionResourceMappingsCommandInput, AddDraftAppVersionResourceMappingsCommandOutput>;
124
- /**
125
- * @internal
126
- */
127
- private serialize;
128
- /**
129
- * @internal
130
- */
131
- private deserialize;
116
+ export declare class AddDraftAppVersionResourceMappingsCommand extends AddDraftAppVersionResourceMappingsCommand_base {
132
117
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BatchUpdateRecommendationStatusRequest, BatchUpdateRecommendationStatusResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchUpdateRecommendationStatusCommandInput extends BatchUpdate
21
20
  */
22
21
  export interface BatchUpdateRecommendationStatusCommandOutput extends BatchUpdateRecommendationStatusResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchUpdateRecommendationStatusCommand_base: {
24
+ new (input: BatchUpdateRecommendationStatusCommandInput): import("@smithy/smithy-client").CommandImpl<BatchUpdateRecommendationStatusCommandInput, BatchUpdateRecommendationStatusCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables you to include or exclude one or more operational recommendations.</p>
@@ -101,23 +104,5 @@ export interface BatchUpdateRecommendationStatusCommandOutput extends BatchUpdat
101
104
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
102
105
  *
103
106
  */
104
- export declare class BatchUpdateRecommendationStatusCommand extends $Command<BatchUpdateRecommendationStatusCommandInput, BatchUpdateRecommendationStatusCommandOutput, ResiliencehubClientResolvedConfig> {
105
- readonly input: BatchUpdateRecommendationStatusCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: BatchUpdateRecommendationStatusCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateRecommendationStatusCommandInput, BatchUpdateRecommendationStatusCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class BatchUpdateRecommendationStatusCommand extends BatchUpdateRecommendationStatusCommand_base {
123
108
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateAppRequest, CreateAppResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateAppCommandInput extends CreateAppRequest {
21
20
  */
22
21
  export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateAppCommand_base: {
24
+ new (input: CreateAppCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppCommandInput, CreateAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an Resilience Hub application. An Resilience Hub application is a
@@ -143,23 +146,5 @@ export interface CreateAppCommandOutput extends CreateAppResponse, __MetadataBea
143
146
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
144
147
  *
145
148
  */
146
- export declare class CreateAppCommand extends $Command<CreateAppCommandInput, CreateAppCommandOutput, ResiliencehubClientResolvedConfig> {
147
- readonly input: CreateAppCommandInput;
148
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
149
- /**
150
- * @public
151
- */
152
- constructor(input: CreateAppCommandInput);
153
- /**
154
- * @internal
155
- */
156
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppCommandInput, CreateAppCommandOutput>;
157
- /**
158
- * @internal
159
- */
160
- private serialize;
161
- /**
162
- * @internal
163
- */
164
- private deserialize;
149
+ export declare class CreateAppCommand extends CreateAppCommand_base {
165
150
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateAppVersionAppComponentRequest, CreateAppVersionAppComponentResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateAppVersionAppComponentCommandInput extends CreateAppVersi
21
20
  */
22
21
  export interface CreateAppVersionAppComponentCommandOutput extends CreateAppVersionAppComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateAppVersionAppComponentCommand_base: {
24
+ new (input: CreateAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new Application Component in the Resilience Hub application.</p>
@@ -102,23 +105,5 @@ export interface CreateAppVersionAppComponentCommandOutput extends CreateAppVers
102
105
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
103
106
  *
104
107
  */
105
- export declare class CreateAppVersionAppComponentCommand extends $Command<CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig> {
106
- readonly input: CreateAppVersionAppComponentCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: CreateAppVersionAppComponentCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppVersionAppComponentCommandInput, CreateAppVersionAppComponentCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class CreateAppVersionAppComponentCommand extends CreateAppVersionAppComponentCommand_base {
124
109
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateAppVersionResourceRequest, CreateAppVersionResourceResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateAppVersionResourceCommandInput extends CreateAppVersionRe
21
20
  */
22
21
  export interface CreateAppVersionResourceCommandOutput extends CreateAppVersionResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateAppVersionResourceCommand_base: {
24
+ new (input: CreateAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a resource to the Resilience Hub application and assigns it to the specified
@@ -156,23 +159,5 @@ export interface CreateAppVersionResourceCommandOutput extends CreateAppVersionR
156
159
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
157
160
  *
158
161
  */
159
- export declare class CreateAppVersionResourceCommand extends $Command<CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig> {
160
- readonly input: CreateAppVersionResourceCommandInput;
161
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
162
- /**
163
- * @public
164
- */
165
- constructor(input: CreateAppVersionResourceCommandInput);
166
- /**
167
- * @internal
168
- */
169
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAppVersionResourceCommandInput, CreateAppVersionResourceCommandOutput>;
170
- /**
171
- * @internal
172
- */
173
- private serialize;
174
- /**
175
- * @internal
176
- */
177
- private deserialize;
162
+ export declare class CreateAppVersionResourceCommand extends CreateAppVersionResourceCommand_base {
178
163
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateRecommendationTemplateRequest, CreateRecommendationTemplateResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateRecommendationTemplateCommandInput extends CreateRecommen
21
20
  */
22
21
  export interface CreateRecommendationTemplateCommandOutput extends CreateRecommendationTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateRecommendationTemplateCommand_base: {
24
+ new (input: CreateRecommendationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new recommendation template for the Resilience Hub application.</p>
@@ -116,23 +119,5 @@ export interface CreateRecommendationTemplateCommandOutput extends CreateRecomme
116
119
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
117
120
  *
118
121
  */
119
- export declare class CreateRecommendationTemplateCommand extends $Command<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig> {
120
- readonly input: CreateRecommendationTemplateCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: CreateRecommendationTemplateCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRecommendationTemplateCommandInput, CreateRecommendationTemplateCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class CreateRecommendationTemplateCommand extends CreateRecommendationTemplateCommand_base {
138
123
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CreateResiliencyPolicyRequest, CreateResiliencyPolicyResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateResiliencyPolicyCommandInput extends CreateResiliencyPoli
21
20
  */
22
21
  export interface CreateResiliencyPolicyCommandOutput extends CreateResiliencyPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateResiliencyPolicyCommand_base: {
24
+ new (input: CreateResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a resiliency policy for an application.</p>
@@ -113,23 +116,5 @@ export interface CreateResiliencyPolicyCommandOutput extends CreateResiliencyPol
113
116
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
114
117
  *
115
118
  */
116
- export declare class CreateResiliencyPolicyCommand extends $Command<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig> {
117
- readonly input: CreateResiliencyPolicyCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: CreateResiliencyPolicyCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateResiliencyPolicyCommandInput, CreateResiliencyPolicyCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class CreateResiliencyPolicyCommand extends CreateResiliencyPolicyCommand_base {
135
120
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteAppAssessmentRequest, DeleteAppAssessmentResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAppAssessmentCommandInput extends DeleteAppAssessmentRequ
21
20
  */
22
21
  export interface DeleteAppAssessmentCommandOutput extends DeleteAppAssessmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAppAssessmentCommand_base: {
24
+ new (input: DeleteAppAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Resilience Hub application assessment. This is a destructive action that can't
@@ -78,23 +81,5 @@ export interface DeleteAppAssessmentCommandOutput extends DeleteAppAssessmentRes
78
81
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
79
82
  *
80
83
  */
81
- export declare class DeleteAppAssessmentCommand extends $Command<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig> {
82
- readonly input: DeleteAppAssessmentCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DeleteAppAssessmentCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppAssessmentCommandInput, DeleteAppAssessmentCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DeleteAppAssessmentCommand extends DeleteAppAssessmentCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteAppRequest, DeleteAppResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAppCommandInput extends DeleteAppRequest {
21
20
  */
22
21
  export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAppCommand_base: {
24
+ new (input: DeleteAppCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppCommandInput, DeleteAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Resilience Hub application. This is a destructive action that can't be
@@ -73,23 +76,5 @@ export interface DeleteAppCommandOutput extends DeleteAppResponse, __MetadataBea
73
76
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteAppCommand extends $Command<DeleteAppCommandInput, DeleteAppCommandOutput, ResiliencehubClientResolvedConfig> {
77
- readonly input: DeleteAppCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteAppCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppCommandInput, DeleteAppCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteAppCommand extends DeleteAppCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteAppInputSourceRequest, DeleteAppInputSourceResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAppInputSourceCommandInput extends DeleteAppInputSourceRe
21
20
  */
22
21
  export interface DeleteAppInputSourceCommandOutput extends DeleteAppInputSourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAppInputSourceCommand_base: {
24
+ new (input: DeleteAppInputSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the input source and all of its imported resources from the Resilience Hub application.</p>
@@ -97,23 +100,5 @@ export interface DeleteAppInputSourceCommandOutput extends DeleteAppInputSourceR
97
100
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
98
101
  *
99
102
  */
100
- export declare class DeleteAppInputSourceCommand extends $Command<DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput, ResiliencehubClientResolvedConfig> {
101
- readonly input: DeleteAppInputSourceCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: DeleteAppInputSourceCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppInputSourceCommandInput, DeleteAppInputSourceCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class DeleteAppInputSourceCommand extends DeleteAppInputSourceCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteAppVersionAppComponentRequest, DeleteAppVersionAppComponentResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAppVersionAppComponentCommandInput extends DeleteAppVersi
21
20
  */
22
21
  export interface DeleteAppVersionAppComponentCommandOutput extends DeleteAppVersionAppComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAppVersionAppComponentCommand_base: {
24
+ new (input: DeleteAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Application Component from the Resilience Hub application.</p>
@@ -98,23 +101,5 @@ export interface DeleteAppVersionAppComponentCommandOutput extends DeleteAppVers
98
101
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
99
102
  *
100
103
  */
101
- export declare class DeleteAppVersionAppComponentCommand extends $Command<DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig> {
102
- readonly input: DeleteAppVersionAppComponentCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: DeleteAppVersionAppComponentCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppVersionAppComponentCommandInput, DeleteAppVersionAppComponentCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class DeleteAppVersionAppComponentCommand extends DeleteAppVersionAppComponentCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteAppVersionResourceRequest, DeleteAppVersionResourceResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteAppVersionResourceCommandInput extends DeleteAppVersionRe
21
20
  */
22
21
  export interface DeleteAppVersionResourceCommandOutput extends DeleteAppVersionResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteAppVersionResourceCommand_base: {
24
+ new (input: DeleteAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAppVersionResourceCommandInput, DeleteAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a resource from the Resilience Hub application.</p>
@@ -138,23 +141,5 @@ export interface DeleteAppVersionResourceCommandOutput extends DeleteAppVersionR
138
141
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
139
142
  *
140
143
  */
141
- export declare class DeleteAppVersionResourceCommand extends $Command<DeleteAppVersionResourceCommandInput, DeleteAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig> {
142
- readonly input: DeleteAppVersionResourceCommandInput;
143
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
144
- /**
145
- * @public
146
- */
147
- constructor(input: DeleteAppVersionResourceCommandInput);
148
- /**
149
- * @internal
150
- */
151
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAppVersionResourceCommandInput, DeleteAppVersionResourceCommandOutput>;
152
- /**
153
- * @internal
154
- */
155
- private serialize;
156
- /**
157
- * @internal
158
- */
159
- private deserialize;
144
+ export declare class DeleteAppVersionResourceCommand extends DeleteAppVersionResourceCommand_base {
160
145
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteRecommendationTemplateRequest, DeleteRecommendationTemplateResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteRecommendationTemplateCommandInput extends DeleteRecommen
21
20
  */
22
21
  export interface DeleteRecommendationTemplateCommandOutput extends DeleteRecommendationTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteRecommendationTemplateCommand_base: {
24
+ new (input: DeleteRecommendationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a recommendation template. This is a destructive action that can't be
@@ -72,23 +75,5 @@ export interface DeleteRecommendationTemplateCommandOutput extends DeleteRecomme
72
75
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
73
76
  *
74
77
  */
75
- export declare class DeleteRecommendationTemplateCommand extends $Command<DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput, ResiliencehubClientResolvedConfig> {
76
- readonly input: DeleteRecommendationTemplateCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DeleteRecommendationTemplateCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecommendationTemplateCommandInput, DeleteRecommendationTemplateCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DeleteRecommendationTemplateCommand extends DeleteRecommendationTemplateCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteResiliencyPolicyRequest, DeleteResiliencyPolicyResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteResiliencyPolicyCommandInput extends DeleteResiliencyPoli
21
20
  */
22
21
  export interface DeleteResiliencyPolicyCommandOutput extends DeleteResiliencyPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteResiliencyPolicyCommand_base: {
24
+ new (input: DeleteResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a resiliency policy. This is a destructive action that can't be undone.</p>
@@ -76,23 +79,5 @@ export interface DeleteResiliencyPolicyCommandOutput extends DeleteResiliencyPol
76
79
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
77
80
  *
78
81
  */
79
- export declare class DeleteResiliencyPolicyCommand extends $Command<DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig> {
80
- readonly input: DeleteResiliencyPolicyCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DeleteResiliencyPolicyCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResiliencyPolicyCommandInput, DeleteResiliencyPolicyCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DeleteResiliencyPolicyCommand extends DeleteResiliencyPolicyCommand_base {
98
83
  }