@aws-sdk/client-resiliencehub 3.478.0 → 3.484.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 +11 -11
@@ -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 { PublishAppVersionRequest, PublishAppVersionResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PublishAppVersionCommandInput extends PublishAppVersionRequest
21
20
  */
22
21
  export interface PublishAppVersionCommandOutput extends PublishAppVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const PublishAppVersionCommand_base: {
24
+ new (input: PublishAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishAppVersionCommandInput, PublishAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Publishes a new version of a specific Resilience Hub application.</p>
@@ -79,23 +82,5 @@ export interface PublishAppVersionCommandOutput extends PublishAppVersionRespons
79
82
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
80
83
  *
81
84
  */
82
- export declare class PublishAppVersionCommand extends $Command<PublishAppVersionCommandInput, PublishAppVersionCommandOutput, ResiliencehubClientResolvedConfig> {
83
- readonly input: PublishAppVersionCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: PublishAppVersionCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PublishAppVersionCommandInput, PublishAppVersionCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class PublishAppVersionCommand extends PublishAppVersionCommand_base {
101
86
  }
@@ -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 { PutDraftAppVersionTemplateRequest, PutDraftAppVersionTemplateResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutDraftAppVersionTemplateCommandInput extends PutDraftAppVersi
21
20
  */
22
21
  export interface PutDraftAppVersionTemplateCommandOutput extends PutDraftAppVersionTemplateResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutDraftAppVersionTemplateCommand_base: {
24
+ new (input: PutDraftAppVersionTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<PutDraftAppVersionTemplateCommandInput, PutDraftAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds or updates the app template for an Resilience Hub application draft version.</p>
@@ -77,23 +80,5 @@ export interface PutDraftAppVersionTemplateCommandOutput extends PutDraftAppVers
77
80
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
78
81
  *
79
82
  */
80
- export declare class PutDraftAppVersionTemplateCommand extends $Command<PutDraftAppVersionTemplateCommandInput, PutDraftAppVersionTemplateCommandOutput, ResiliencehubClientResolvedConfig> {
81
- readonly input: PutDraftAppVersionTemplateCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: PutDraftAppVersionTemplateCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutDraftAppVersionTemplateCommandInput, PutDraftAppVersionTemplateCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class PutDraftAppVersionTemplateCommand extends PutDraftAppVersionTemplateCommand_base {
99
84
  }
@@ -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 { RemoveDraftAppVersionResourceMappingsRequest, RemoveDraftAppVersionResourceMappingsResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveDraftAppVersionResourceMappingsCommandInput extends Remov
21
20
  */
22
21
  export interface RemoveDraftAppVersionResourceMappingsCommandOutput extends RemoveDraftAppVersionResourceMappingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemoveDraftAppVersionResourceMappingsCommand_base: {
24
+ new (input: RemoveDraftAppVersionResourceMappingsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveDraftAppVersionResourceMappingsCommandInput, RemoveDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes resource mappings from a draft application version.</p>
@@ -94,23 +97,5 @@ export interface RemoveDraftAppVersionResourceMappingsCommandOutput extends Remo
94
97
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
95
98
  *
96
99
  */
97
- export declare class RemoveDraftAppVersionResourceMappingsCommand extends $Command<RemoveDraftAppVersionResourceMappingsCommandInput, RemoveDraftAppVersionResourceMappingsCommandOutput, ResiliencehubClientResolvedConfig> {
98
- readonly input: RemoveDraftAppVersionResourceMappingsCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: RemoveDraftAppVersionResourceMappingsCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveDraftAppVersionResourceMappingsCommandInput, RemoveDraftAppVersionResourceMappingsCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class RemoveDraftAppVersionResourceMappingsCommand extends RemoveDraftAppVersionResourceMappingsCommand_base {
116
101
  }
@@ -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 { ResolveAppVersionResourcesRequest, ResolveAppVersionResourcesResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ResolveAppVersionResourcesCommandInput extends ResolveAppVersio
21
20
  */
22
21
  export interface ResolveAppVersionResourcesCommandOutput extends ResolveAppVersionResourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ResolveAppVersionResourcesCommand_base: {
24
+ new (input: ResolveAppVersionResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<ResolveAppVersionResourcesCommandInput, ResolveAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Resolves the resources for an application version.</p>
@@ -79,23 +82,5 @@ export interface ResolveAppVersionResourcesCommandOutput extends ResolveAppVersi
79
82
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
80
83
  *
81
84
  */
82
- export declare class ResolveAppVersionResourcesCommand extends $Command<ResolveAppVersionResourcesCommandInput, ResolveAppVersionResourcesCommandOutput, ResiliencehubClientResolvedConfig> {
83
- readonly input: ResolveAppVersionResourcesCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ResolveAppVersionResourcesCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ResolveAppVersionResourcesCommandInput, ResolveAppVersionResourcesCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ResolveAppVersionResourcesCommand extends ResolveAppVersionResourcesCommand_base {
101
86
  }
@@ -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 { StartAppAssessmentRequest, StartAppAssessmentResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartAppAssessmentCommandInput extends StartAppAssessmentReques
21
20
  */
22
21
  export interface StartAppAssessmentCommandOutput extends StartAppAssessmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartAppAssessmentCommand_base: {
24
+ new (input: StartAppAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<StartAppAssessmentCommandInput, StartAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new application assessment for an application.</p>
@@ -162,23 +165,5 @@ export interface StartAppAssessmentCommandOutput extends StartAppAssessmentRespo
162
165
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
163
166
  *
164
167
  */
165
- export declare class StartAppAssessmentCommand extends $Command<StartAppAssessmentCommandInput, StartAppAssessmentCommandOutput, ResiliencehubClientResolvedConfig> {
166
- readonly input: StartAppAssessmentCommandInput;
167
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
168
- /**
169
- * @public
170
- */
171
- constructor(input: StartAppAssessmentCommandInput);
172
- /**
173
- * @internal
174
- */
175
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAppAssessmentCommandInput, StartAppAssessmentCommandOutput>;
176
- /**
177
- * @internal
178
- */
179
- private serialize;
180
- /**
181
- * @internal
182
- */
183
- private deserialize;
168
+ export declare class StartAppAssessmentCommand extends StartAppAssessmentCommand_base {
184
169
  }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Applies one or more tags to a resource.</p>
@@ -70,23 +73,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
70
73
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
71
74
  *
72
75
  */
73
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ResiliencehubClientResolvedConfig> {
74
- readonly input: TagResourceCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: TagResourceCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class TagResourceCommand extends TagResourceCommand_base {
92
77
  }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes one or more tags from a resource.</p>
@@ -70,23 +73,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
70
73
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
71
74
  *
72
75
  */
73
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ResiliencehubClientResolvedConfig> {
74
- readonly input: UntagResourceCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: UntagResourceCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
92
77
  }
@@ -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 { UpdateAppRequest, UpdateAppResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAppCommandInput extends UpdateAppRequest {
21
20
  */
22
21
  export interface UpdateAppCommandOutput extends UpdateAppResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAppCommand_base: {
24
+ new (input: UpdateAppCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppCommandInput, UpdateAppCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an application.</p>
@@ -126,23 +129,5 @@ export interface UpdateAppCommandOutput extends UpdateAppResponse, __MetadataBea
126
129
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
127
130
  *
128
131
  */
129
- export declare class UpdateAppCommand extends $Command<UpdateAppCommandInput, UpdateAppCommandOutput, ResiliencehubClientResolvedConfig> {
130
- readonly input: UpdateAppCommandInput;
131
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
132
- /**
133
- * @public
134
- */
135
- constructor(input: UpdateAppCommandInput);
136
- /**
137
- * @internal
138
- */
139
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAppCommandInput, UpdateAppCommandOutput>;
140
- /**
141
- * @internal
142
- */
143
- private serialize;
144
- /**
145
- * @internal
146
- */
147
- private deserialize;
132
+ export declare class UpdateAppCommand extends UpdateAppCommand_base {
148
133
  }
@@ -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 { UpdateAppVersionAppComponentRequest, UpdateAppVersionAppComponentResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAppVersionAppComponentCommandInput extends UpdateAppVersi
21
20
  */
22
21
  export interface UpdateAppVersionAppComponentCommandOutput extends UpdateAppVersionAppComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAppVersionAppComponentCommand_base: {
24
+ new (input: UpdateAppVersionAppComponentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppVersionAppComponentCommandInput, UpdateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an existing Application Component in the Resilience Hub application.</p>
@@ -97,23 +100,5 @@ export interface UpdateAppVersionAppComponentCommandOutput extends UpdateAppVers
97
100
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
98
101
  *
99
102
  */
100
- export declare class UpdateAppVersionAppComponentCommand extends $Command<UpdateAppVersionAppComponentCommandInput, UpdateAppVersionAppComponentCommandOutput, ResiliencehubClientResolvedConfig> {
101
- readonly input: UpdateAppVersionAppComponentCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: UpdateAppVersionAppComponentCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAppVersionAppComponentCommandInput, UpdateAppVersionAppComponentCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class UpdateAppVersionAppComponentCommand extends UpdateAppVersionAppComponentCommand_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 { UpdateAppVersionRequest, UpdateAppVersionResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAppVersionCommandInput extends UpdateAppVersionRequest {
21
20
  */
22
21
  export interface UpdateAppVersionCommandOutput extends UpdateAppVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAppVersionCommand_base: {
24
+ new (input: UpdateAppVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppVersionCommandInput, UpdateAppVersionCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the Resilience Hub application version.</p>
@@ -91,23 +94,5 @@ export interface UpdateAppVersionCommandOutput extends UpdateAppVersionResponse,
91
94
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
92
95
  *
93
96
  */
94
- export declare class UpdateAppVersionCommand extends $Command<UpdateAppVersionCommandInput, UpdateAppVersionCommandOutput, ResiliencehubClientResolvedConfig> {
95
- readonly input: UpdateAppVersionCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: UpdateAppVersionCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAppVersionCommandInput, UpdateAppVersionCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class UpdateAppVersionCommand extends UpdateAppVersionCommand_base {
113
98
  }
@@ -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 { UpdateAppVersionResourceRequest, UpdateAppVersionResourceResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAppVersionResourceCommandInput extends UpdateAppVersionRe
21
20
  */
22
21
  export interface UpdateAppVersionResourceCommandOutput extends UpdateAppVersionResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAppVersionResourceCommand_base: {
24
+ new (input: UpdateAppVersionResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAppVersionResourceCommandInput, UpdateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the resource details in the Resilience Hub application.</p>
@@ -152,23 +155,5 @@ export interface UpdateAppVersionResourceCommandOutput extends UpdateAppVersionR
152
155
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
153
156
  *
154
157
  */
155
- export declare class UpdateAppVersionResourceCommand extends $Command<UpdateAppVersionResourceCommandInput, UpdateAppVersionResourceCommandOutput, ResiliencehubClientResolvedConfig> {
156
- readonly input: UpdateAppVersionResourceCommandInput;
157
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
158
- /**
159
- * @public
160
- */
161
- constructor(input: UpdateAppVersionResourceCommandInput);
162
- /**
163
- * @internal
164
- */
165
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAppVersionResourceCommandInput, UpdateAppVersionResourceCommandOutput>;
166
- /**
167
- * @internal
168
- */
169
- private serialize;
170
- /**
171
- * @internal
172
- */
173
- private deserialize;
158
+ export declare class UpdateAppVersionResourceCommand extends UpdateAppVersionResourceCommand_base {
174
159
  }
@@ -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 { UpdateResiliencyPolicyRequest, UpdateResiliencyPolicyResponse } from "../models/models_0";
5
4
  import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateResiliencyPolicyCommandInput extends UpdateResiliencyPoli
21
20
  */
22
21
  export interface UpdateResiliencyPolicyCommandOutput extends UpdateResiliencyPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateResiliencyPolicyCommand_base: {
24
+ new (input: UpdateResiliencyPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateResiliencyPolicyCommandInput, UpdateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a resiliency policy.</p>
@@ -111,23 +114,5 @@ export interface UpdateResiliencyPolicyCommandOutput extends UpdateResiliencyPol
111
114
  * <p>Base exception class for all service exceptions from Resiliencehub service.</p>
112
115
  *
113
116
  */
114
- export declare class UpdateResiliencyPolicyCommand extends $Command<UpdateResiliencyPolicyCommandInput, UpdateResiliencyPolicyCommandOutput, ResiliencehubClientResolvedConfig> {
115
- readonly input: UpdateResiliencyPolicyCommandInput;
116
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
117
- /**
118
- * @public
119
- */
120
- constructor(input: UpdateResiliencyPolicyCommandInput);
121
- /**
122
- * @internal
123
- */
124
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ResiliencehubClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResiliencyPolicyCommandInput, UpdateResiliencyPolicyCommandOutput>;
125
- /**
126
- * @internal
127
- */
128
- private serialize;
129
- /**
130
- * @internal
131
- */
132
- private deserialize;
117
+ export declare class UpdateResiliencyPolicyCommand extends UpdateResiliencyPolicyCommand_base {
133
118
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  AddDraftAppVersionResourceMappingsRequest,
11
5
  AddDraftAppVersionResourceMappingsResponse,
@@ -21,22 +15,16 @@ export interface AddDraftAppVersionResourceMappingsCommandInput
21
15
  export interface AddDraftAppVersionResourceMappingsCommandOutput
22
16
  extends AddDraftAppVersionResourceMappingsResponse,
23
17
  __MetadataBearer {}
24
- export declare class AddDraftAppVersionResourceMappingsCommand extends $Command<
25
- AddDraftAppVersionResourceMappingsCommandInput,
26
- AddDraftAppVersionResourceMappingsCommandOutput,
27
- ResiliencehubClientResolvedConfig
28
- > {
29
- readonly input: AddDraftAppVersionResourceMappingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddDraftAppVersionResourceMappingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ResiliencehubClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AddDraftAppVersionResourceMappingsCommand_base: {
19
+ new (
20
+ input: AddDraftAppVersionResourceMappingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AddDraftAppVersionResourceMappingsCommandInput,
38
- AddDraftAppVersionResourceMappingsCommandOutput
23
+ AddDraftAppVersionResourceMappingsCommandOutput,
24
+ ResiliencehubClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddDraftAppVersionResourceMappingsCommand extends AddDraftAppVersionResourceMappingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BatchUpdateRecommendationStatusRequest,
11
5
  BatchUpdateRecommendationStatusResponse,
@@ -21,22 +15,16 @@ export interface BatchUpdateRecommendationStatusCommandInput
21
15
  export interface BatchUpdateRecommendationStatusCommandOutput
22
16
  extends BatchUpdateRecommendationStatusResponse,
23
17
  __MetadataBearer {}
24
- export declare class BatchUpdateRecommendationStatusCommand extends $Command<
25
- BatchUpdateRecommendationStatusCommandInput,
26
- BatchUpdateRecommendationStatusCommandOutput,
27
- ResiliencehubClientResolvedConfig
28
- > {
29
- readonly input: BatchUpdateRecommendationStatusCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: BatchUpdateRecommendationStatusCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ResiliencehubClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const BatchUpdateRecommendationStatusCommand_base: {
19
+ new (
20
+ input: BatchUpdateRecommendationStatusCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  BatchUpdateRecommendationStatusCommandInput,
38
- BatchUpdateRecommendationStatusCommandOutput
23
+ BatchUpdateRecommendationStatusCommandOutput,
24
+ ResiliencehubClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class BatchUpdateRecommendationStatusCommand extends BatchUpdateRecommendationStatusCommand_base {}