@aws-sdk/client-resiliencehub 3.192.0 → 3.193.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 (222) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/ResiliencehubClient.js +11 -8
  3. package/dist-cjs/commands/AddDraftAppVersionResourceMappingsCommand.js +10 -0
  4. package/dist-cjs/commands/CreateAppCommand.js +10 -0
  5. package/dist-cjs/commands/CreateRecommendationTemplateCommand.js +10 -0
  6. package/dist-cjs/commands/CreateResiliencyPolicyCommand.js +10 -0
  7. package/dist-cjs/commands/DeleteAppAssessmentCommand.js +10 -0
  8. package/dist-cjs/commands/DeleteAppCommand.js +10 -0
  9. package/dist-cjs/commands/DeleteRecommendationTemplateCommand.js +10 -0
  10. package/dist-cjs/commands/DeleteResiliencyPolicyCommand.js +10 -0
  11. package/dist-cjs/commands/DescribeAppAssessmentCommand.js +10 -0
  12. package/dist-cjs/commands/DescribeAppCommand.js +10 -0
  13. package/dist-cjs/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +10 -0
  14. package/dist-cjs/commands/DescribeAppVersionTemplateCommand.js +10 -0
  15. package/dist-cjs/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +10 -0
  16. package/dist-cjs/commands/DescribeResiliencyPolicyCommand.js +10 -0
  17. package/dist-cjs/commands/ImportResourcesToDraftAppVersionCommand.js +10 -0
  18. package/dist-cjs/commands/ListAlarmRecommendationsCommand.js +10 -0
  19. package/dist-cjs/commands/ListAppAssessmentsCommand.js +10 -0
  20. package/dist-cjs/commands/ListAppComponentCompliancesCommand.js +10 -0
  21. package/dist-cjs/commands/ListAppComponentRecommendationsCommand.js +10 -0
  22. package/dist-cjs/commands/ListAppVersionResourceMappingsCommand.js +10 -0
  23. package/dist-cjs/commands/ListAppVersionResourcesCommand.js +10 -0
  24. package/dist-cjs/commands/ListAppVersionsCommand.js +10 -0
  25. package/dist-cjs/commands/ListAppsCommand.js +10 -0
  26. package/dist-cjs/commands/ListRecommendationTemplatesCommand.js +10 -0
  27. package/dist-cjs/commands/ListResiliencyPoliciesCommand.js +10 -0
  28. package/dist-cjs/commands/ListSopRecommendationsCommand.js +10 -0
  29. package/dist-cjs/commands/ListSuggestedResiliencyPoliciesCommand.js +10 -0
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  31. package/dist-cjs/commands/ListTestRecommendationsCommand.js +10 -0
  32. package/dist-cjs/commands/ListUnsupportedAppVersionResourcesCommand.js +10 -0
  33. package/dist-cjs/commands/PublishAppVersionCommand.js +10 -0
  34. package/dist-cjs/commands/PutDraftAppVersionTemplateCommand.js +10 -0
  35. package/dist-cjs/commands/RemoveDraftAppVersionResourceMappingsCommand.js +10 -0
  36. package/dist-cjs/commands/ResolveAppVersionResourcesCommand.js +10 -0
  37. package/dist-cjs/commands/StartAppAssessmentCommand.js +10 -0
  38. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  39. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  40. package/dist-cjs/commands/UpdateAppCommand.js +10 -0
  41. package/dist-cjs/commands/UpdateResiliencyPolicyCommand.js +10 -0
  42. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  43. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  44. package/dist-cjs/endpoint/ruleset.js +318 -0
  45. package/dist-cjs/models/models_0.js +1 -0
  46. package/dist-cjs/pagination/ListAlarmRecommendationsPaginator.js +1 -0
  47. package/dist-cjs/pagination/ListAppAssessmentsPaginator.js +1 -0
  48. package/dist-cjs/pagination/ListAppComponentCompliancesPaginator.js +1 -0
  49. package/dist-cjs/pagination/ListAppComponentRecommendationsPaginator.js +1 -0
  50. package/dist-cjs/pagination/ListAppVersionResourceMappingsPaginator.js +1 -0
  51. package/dist-cjs/pagination/ListAppVersionResourcesPaginator.js +1 -0
  52. package/dist-cjs/pagination/ListAppVersionsPaginator.js +1 -0
  53. package/dist-cjs/pagination/ListAppsPaginator.js +1 -0
  54. package/dist-cjs/pagination/ListRecommendationTemplatesPaginator.js +1 -0
  55. package/dist-cjs/pagination/ListResiliencyPoliciesPaginator.js +1 -0
  56. package/dist-cjs/pagination/ListSopRecommendationsPaginator.js +1 -0
  57. package/dist-cjs/pagination/ListSuggestedResiliencyPoliciesPaginator.js +1 -0
  58. package/dist-cjs/pagination/ListTestRecommendationsPaginator.js +1 -0
  59. package/dist-cjs/pagination/ListUnsupportedAppVersionResourcesPaginator.js +1 -0
  60. package/dist-cjs/protocols/Aws_restJson1.js +1 -0
  61. package/dist-cjs/runtimeConfig.shared.js +3 -3
  62. package/dist-es/ResiliencehubClient.js +12 -9
  63. package/dist-es/commands/AddDraftAppVersionResourceMappingsCommand.js +10 -0
  64. package/dist-es/commands/CreateAppCommand.js +10 -0
  65. package/dist-es/commands/CreateRecommendationTemplateCommand.js +10 -0
  66. package/dist-es/commands/CreateResiliencyPolicyCommand.js +10 -0
  67. package/dist-es/commands/DeleteAppAssessmentCommand.js +10 -0
  68. package/dist-es/commands/DeleteAppCommand.js +10 -0
  69. package/dist-es/commands/DeleteRecommendationTemplateCommand.js +10 -0
  70. package/dist-es/commands/DeleteResiliencyPolicyCommand.js +10 -0
  71. package/dist-es/commands/DescribeAppAssessmentCommand.js +10 -0
  72. package/dist-es/commands/DescribeAppCommand.js +10 -0
  73. package/dist-es/commands/DescribeAppVersionResourcesResolutionStatusCommand.js +10 -0
  74. package/dist-es/commands/DescribeAppVersionTemplateCommand.js +10 -0
  75. package/dist-es/commands/DescribeDraftAppVersionResourcesImportStatusCommand.js +10 -0
  76. package/dist-es/commands/DescribeResiliencyPolicyCommand.js +10 -0
  77. package/dist-es/commands/ImportResourcesToDraftAppVersionCommand.js +10 -0
  78. package/dist-es/commands/ListAlarmRecommendationsCommand.js +10 -0
  79. package/dist-es/commands/ListAppAssessmentsCommand.js +10 -0
  80. package/dist-es/commands/ListAppComponentCompliancesCommand.js +10 -0
  81. package/dist-es/commands/ListAppComponentRecommendationsCommand.js +10 -0
  82. package/dist-es/commands/ListAppVersionResourceMappingsCommand.js +10 -0
  83. package/dist-es/commands/ListAppVersionResourcesCommand.js +10 -0
  84. package/dist-es/commands/ListAppVersionsCommand.js +10 -0
  85. package/dist-es/commands/ListAppsCommand.js +10 -0
  86. package/dist-es/commands/ListRecommendationTemplatesCommand.js +10 -0
  87. package/dist-es/commands/ListResiliencyPoliciesCommand.js +10 -0
  88. package/dist-es/commands/ListSopRecommendationsCommand.js +10 -0
  89. package/dist-es/commands/ListSuggestedResiliencyPoliciesCommand.js +10 -0
  90. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  91. package/dist-es/commands/ListTestRecommendationsCommand.js +10 -0
  92. package/dist-es/commands/ListUnsupportedAppVersionResourcesCommand.js +10 -0
  93. package/dist-es/commands/PublishAppVersionCommand.js +10 -0
  94. package/dist-es/commands/PutDraftAppVersionTemplateCommand.js +10 -0
  95. package/dist-es/commands/RemoveDraftAppVersionResourceMappingsCommand.js +10 -0
  96. package/dist-es/commands/ResolveAppVersionResourcesCommand.js +10 -0
  97. package/dist-es/commands/StartAppAssessmentCommand.js +10 -0
  98. package/dist-es/commands/TagResourceCommand.js +10 -0
  99. package/dist-es/commands/UntagResourceCommand.js +10 -0
  100. package/dist-es/commands/UpdateAppCommand.js +10 -0
  101. package/dist-es/commands/UpdateResiliencyPolicyCommand.js +10 -0
  102. package/dist-es/endpoint/EndpointParameters.js +8 -0
  103. package/dist-es/endpoint/endpointResolver.js +8 -0
  104. package/dist-es/endpoint/ruleset.js +315 -0
  105. package/dist-es/models/models_0.js +1 -0
  106. package/dist-es/pagination/ListAlarmRecommendationsPaginator.js +1 -0
  107. package/dist-es/pagination/ListAppAssessmentsPaginator.js +1 -0
  108. package/dist-es/pagination/ListAppComponentCompliancesPaginator.js +1 -0
  109. package/dist-es/pagination/ListAppComponentRecommendationsPaginator.js +1 -0
  110. package/dist-es/pagination/ListAppVersionResourceMappingsPaginator.js +1 -0
  111. package/dist-es/pagination/ListAppVersionResourcesPaginator.js +1 -0
  112. package/dist-es/pagination/ListAppVersionsPaginator.js +1 -0
  113. package/dist-es/pagination/ListAppsPaginator.js +1 -0
  114. package/dist-es/pagination/ListRecommendationTemplatesPaginator.js +1 -0
  115. package/dist-es/pagination/ListResiliencyPoliciesPaginator.js +1 -0
  116. package/dist-es/pagination/ListSopRecommendationsPaginator.js +1 -0
  117. package/dist-es/pagination/ListSuggestedResiliencyPoliciesPaginator.js +1 -0
  118. package/dist-es/pagination/ListTestRecommendationsPaginator.js +1 -0
  119. package/dist-es/pagination/ListUnsupportedAppVersionResourcesPaginator.js +1 -0
  120. package/dist-es/protocols/Aws_restJson1.js +1 -0
  121. package/dist-es/runtimeConfig.shared.js +2 -2
  122. package/dist-types/ResiliencehubClient.d.ts +6 -9
  123. package/dist-types/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +2 -0
  124. package/dist-types/commands/CreateAppCommand.d.ts +2 -0
  125. package/dist-types/commands/CreateRecommendationTemplateCommand.d.ts +2 -0
  126. package/dist-types/commands/CreateResiliencyPolicyCommand.d.ts +2 -0
  127. package/dist-types/commands/DeleteAppAssessmentCommand.d.ts +2 -0
  128. package/dist-types/commands/DeleteAppCommand.d.ts +2 -0
  129. package/dist-types/commands/DeleteRecommendationTemplateCommand.d.ts +2 -0
  130. package/dist-types/commands/DeleteResiliencyPolicyCommand.d.ts +2 -0
  131. package/dist-types/commands/DescribeAppAssessmentCommand.d.ts +2 -0
  132. package/dist-types/commands/DescribeAppCommand.d.ts +2 -0
  133. package/dist-types/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +2 -0
  134. package/dist-types/commands/DescribeAppVersionTemplateCommand.d.ts +2 -0
  135. package/dist-types/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +2 -0
  136. package/dist-types/commands/DescribeResiliencyPolicyCommand.d.ts +2 -0
  137. package/dist-types/commands/ImportResourcesToDraftAppVersionCommand.d.ts +2 -0
  138. package/dist-types/commands/ListAlarmRecommendationsCommand.d.ts +2 -0
  139. package/dist-types/commands/ListAppAssessmentsCommand.d.ts +2 -0
  140. package/dist-types/commands/ListAppComponentCompliancesCommand.d.ts +2 -0
  141. package/dist-types/commands/ListAppComponentRecommendationsCommand.d.ts +2 -0
  142. package/dist-types/commands/ListAppVersionResourceMappingsCommand.d.ts +2 -0
  143. package/dist-types/commands/ListAppVersionResourcesCommand.d.ts +2 -0
  144. package/dist-types/commands/ListAppVersionsCommand.d.ts +2 -0
  145. package/dist-types/commands/ListAppsCommand.d.ts +2 -0
  146. package/dist-types/commands/ListRecommendationTemplatesCommand.d.ts +2 -0
  147. package/dist-types/commands/ListResiliencyPoliciesCommand.d.ts +2 -0
  148. package/dist-types/commands/ListSopRecommendationsCommand.d.ts +2 -0
  149. package/dist-types/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +2 -0
  150. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  151. package/dist-types/commands/ListTestRecommendationsCommand.d.ts +2 -0
  152. package/dist-types/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +2 -0
  153. package/dist-types/commands/PublishAppVersionCommand.d.ts +2 -0
  154. package/dist-types/commands/PutDraftAppVersionTemplateCommand.d.ts +2 -0
  155. package/dist-types/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +2 -0
  156. package/dist-types/commands/ResolveAppVersionResourcesCommand.d.ts +2 -0
  157. package/dist-types/commands/StartAppAssessmentCommand.d.ts +2 -0
  158. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  159. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  160. package/dist-types/commands/UpdateAppCommand.d.ts +2 -0
  161. package/dist-types/commands/UpdateResiliencyPolicyCommand.d.ts +2 -0
  162. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  163. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  164. package/dist-types/endpoint/ruleset.d.ts +2 -0
  165. package/dist-types/models/models_0.d.ts +6 -5
  166. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  167. package/dist-types/runtimeConfig.d.ts +4 -2
  168. package/dist-types/runtimeConfig.native.d.ts +4 -2
  169. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  170. package/dist-types/ts3.4/ResiliencehubClient.d.ts +15 -8
  171. package/dist-types/ts3.4/commands/AddDraftAppVersionResourceMappingsCommand.d.ts +2 -0
  172. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +2 -0
  173. package/dist-types/ts3.4/commands/CreateRecommendationTemplateCommand.d.ts +2 -0
  174. package/dist-types/ts3.4/commands/CreateResiliencyPolicyCommand.d.ts +2 -0
  175. package/dist-types/ts3.4/commands/DeleteAppAssessmentCommand.d.ts +2 -0
  176. package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +2 -0
  177. package/dist-types/ts3.4/commands/DeleteRecommendationTemplateCommand.d.ts +2 -0
  178. package/dist-types/ts3.4/commands/DeleteResiliencyPolicyCommand.d.ts +2 -0
  179. package/dist-types/ts3.4/commands/DescribeAppAssessmentCommand.d.ts +2 -0
  180. package/dist-types/ts3.4/commands/DescribeAppCommand.d.ts +2 -0
  181. package/dist-types/ts3.4/commands/DescribeAppVersionResourcesResolutionStatusCommand.d.ts +2 -0
  182. package/dist-types/ts3.4/commands/DescribeAppVersionTemplateCommand.d.ts +2 -0
  183. package/dist-types/ts3.4/commands/DescribeDraftAppVersionResourcesImportStatusCommand.d.ts +2 -0
  184. package/dist-types/ts3.4/commands/DescribeResiliencyPolicyCommand.d.ts +2 -0
  185. package/dist-types/ts3.4/commands/ImportResourcesToDraftAppVersionCommand.d.ts +2 -0
  186. package/dist-types/ts3.4/commands/ListAlarmRecommendationsCommand.d.ts +2 -0
  187. package/dist-types/ts3.4/commands/ListAppAssessmentsCommand.d.ts +2 -0
  188. package/dist-types/ts3.4/commands/ListAppComponentCompliancesCommand.d.ts +2 -0
  189. package/dist-types/ts3.4/commands/ListAppComponentRecommendationsCommand.d.ts +2 -0
  190. package/dist-types/ts3.4/commands/ListAppVersionResourceMappingsCommand.d.ts +2 -0
  191. package/dist-types/ts3.4/commands/ListAppVersionResourcesCommand.d.ts +2 -0
  192. package/dist-types/ts3.4/commands/ListAppVersionsCommand.d.ts +2 -0
  193. package/dist-types/ts3.4/commands/ListAppsCommand.d.ts +2 -0
  194. package/dist-types/ts3.4/commands/ListRecommendationTemplatesCommand.d.ts +2 -0
  195. package/dist-types/ts3.4/commands/ListResiliencyPoliciesCommand.d.ts +2 -0
  196. package/dist-types/ts3.4/commands/ListSopRecommendationsCommand.d.ts +2 -0
  197. package/dist-types/ts3.4/commands/ListSuggestedResiliencyPoliciesCommand.d.ts +2 -0
  198. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  199. package/dist-types/ts3.4/commands/ListTestRecommendationsCommand.d.ts +2 -0
  200. package/dist-types/ts3.4/commands/ListUnsupportedAppVersionResourcesCommand.d.ts +2 -0
  201. package/dist-types/ts3.4/commands/PublishAppVersionCommand.d.ts +2 -0
  202. package/dist-types/ts3.4/commands/PutDraftAppVersionTemplateCommand.d.ts +2 -0
  203. package/dist-types/ts3.4/commands/RemoveDraftAppVersionResourceMappingsCommand.d.ts +2 -0
  204. package/dist-types/ts3.4/commands/ResolveAppVersionResourcesCommand.d.ts +2 -0
  205. package/dist-types/ts3.4/commands/StartAppAssessmentCommand.d.ts +2 -0
  206. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  207. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  208. package/dist-types/ts3.4/commands/UpdateAppCommand.d.ts +2 -0
  209. package/dist-types/ts3.4/commands/UpdateResiliencyPolicyCommand.d.ts +2 -0
  210. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  211. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  212. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  213. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  214. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  215. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  216. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  217. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  218. package/package.json +28 -26
  219. package/dist-cjs/endpoints.js +0 -132
  220. package/dist-es/endpoints.js +0 -128
  221. package/dist-types/endpoints.d.ts +0 -2
  222. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -343,7 +343,7 @@ export interface App {
343
343
  */
344
344
  creationTime: Date | undefined;
345
345
  /**
346
- * <p>The status of the action.</p>
346
+ * <p>The status of the application.</p>
347
347
  */
348
348
  status?: AppStatusType | string;
349
349
  /**
@@ -820,6 +820,10 @@ export interface AppSummary {
820
820
  * </p>
821
821
  */
822
822
  assessmentSchedule?: AppAssessmentScheduleType | string;
823
+ /**
824
+ * <p>The status of the application.</p>
825
+ */
826
+ status?: AppStatusType | string;
823
827
  }
824
828
  /**
825
829
  * <p>The version of the application.</p>
@@ -1604,6 +1608,7 @@ export declare enum HaArchitecture {
1604
1608
  export declare enum ConfigRecommendationOptimizationType {
1605
1609
  BEST_ATTAINABLE = "BestAttainable",
1606
1610
  BEST_AZ_RECOVERY = "BestAZRecovery",
1611
+ BEST_REGION_RECOVERY = "BestRegionRecovery",
1607
1612
  LEAST_CHANGE = "LeastChange",
1608
1613
  LEAST_COST = "LeastCost",
1609
1614
  LEAST_ERRORS = "LeastErrors"
@@ -2494,10 +2499,6 @@ export interface UpdateResiliencyPolicyRequest {
2494
2499
  /**
2495
2500
  * <p>The type of resiliency policy to be created, including the recovery time objective (RTO)
2496
2501
  * and recovery point objective (RPO) in seconds.</p>
2497
- * <note>
2498
- * <p>If you do not want to specify regional targets for a regional policy, you must set the
2499
- * values of <code>rpoInSecs</code> and <code>rtoInSecs</code> to <code>-1</code>.</p>
2500
- * </note>
2501
2502
  */
2502
2503
  policy?: Record<string, FailurePolicy>;
2503
2504
  }
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ResiliencehubClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ResiliencehubClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: ResiliencehubClientConfig) => {
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { ResiliencehubClientConfig } from "./ResiliencehubClient";
6
6
  export declare const getRuntimeConfig: (config: ResiliencehubClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };
@@ -1,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  StreamCollector as __StreamCollector,
42
43
  UrlParser as __UrlParser,
43
44
  UserAgent as __UserAgent,
@@ -198,6 +199,11 @@ import {
198
199
  UpdateResiliencyPolicyCommandInput,
199
200
  UpdateResiliencyPolicyCommandOutput,
200
201
  } from "./commands/UpdateResiliencyPolicyCommand";
202
+ import {
203
+ ClientInputEndpointParameters,
204
+ ClientResolvedEndpointParameters,
205
+ EndpointParameters,
206
+ } from "./endpoint/EndpointParameters";
201
207
  export declare type ServiceInputTypes =
202
208
  | AddDraftAppVersionResourceMappingsCommandInput
203
209
  | CreateAppCommandInput
@@ -299,7 +305,6 @@ export interface ClientDefaults
299
305
  serviceId?: string;
300
306
  region?: string | __Provider<string>;
301
307
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
302
- regionInfoProvider?: RegionInfoProvider;
303
308
  defaultUserAgentProvider?: Provider<__UserAgent>;
304
309
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
305
310
  }
@@ -308,22 +313,24 @@ declare type ResiliencehubClientConfigType = Partial<
308
313
  > &
309
314
  ClientDefaults &
310
315
  RegionInputConfig &
311
- EndpointsInputConfig &
316
+ EndpointInputConfig<EndpointParameters> &
312
317
  RetryInputConfig &
313
318
  HostHeaderInputConfig &
314
319
  AwsAuthInputConfig &
315
- UserAgentInputConfig;
320
+ UserAgentInputConfig &
321
+ ClientInputEndpointParameters;
316
322
  export interface ResiliencehubClientConfig
317
323
  extends ResiliencehubClientConfigType {}
318
324
  declare type ResiliencehubClientResolvedConfigType =
319
325
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
320
326
  Required<ClientDefaults> &
321
327
  RegionResolvedConfig &
322
- EndpointsResolvedConfig &
328
+ EndpointResolvedConfig<EndpointParameters> &
323
329
  RetryResolvedConfig &
324
330
  HostHeaderResolvedConfig &
325
331
  AwsAuthResolvedConfig &
326
- UserAgentResolvedConfig;
332
+ UserAgentResolvedConfig &
333
+ ClientResolvedEndpointParameters;
327
334
  export interface ResiliencehubClientResolvedConfig
328
335
  extends ResiliencehubClientResolvedConfigType {}
329
336
  export declare class ResiliencehubClient extends __Client<
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AddDraftAppVersionResourceMappingsCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: AddDraftAppVersionResourceMappingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AddDraftAppVersionResourceMappingsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class CreateAppCommand extends $Command<
21
22
  ResiliencehubClientResolvedConfig
22
23
  > {
23
24
  readonly input: CreateAppCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: CreateAppCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateRecommendationTemplateCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateRecommendationTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateRecommendationTemplateCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateResiliencyPolicyCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateResiliencyPolicyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateResiliencyPolicyCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteAppAssessmentCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteAppAssessmentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteAppAssessmentCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DeleteAppCommand extends $Command<
21
22
  ResiliencehubClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteAppCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteAppCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteRecommendationTemplateCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteRecommendationTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteRecommendationTemplateCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteResiliencyPolicyCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteResiliencyPolicyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteResiliencyPolicyCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeAppAssessmentCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeAppAssessmentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeAppAssessmentCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DescribeAppCommand extends $Command<
21
22
  ResiliencehubClientResolvedConfig
22
23
  > {
23
24
  readonly input: DescribeAppCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DescribeAppCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeAppVersionResourcesResolutionStatusCommand extends
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeAppVersionResourcesResolutionStatusCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeAppVersionResourcesResolutionStatusCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeAppVersionTemplateCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeAppVersionTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeAppVersionTemplateCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeDraftAppVersionResourcesImportStatusCommand extends
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeDraftAppVersionResourcesImportStatusCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeDraftAppVersionResourcesImportStatusCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeResiliencyPolicyCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeResiliencyPolicyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeResiliencyPolicyCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ImportResourcesToDraftAppVersionCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ImportResourcesToDraftAppVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ImportResourcesToDraftAppVersionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListAlarmRecommendationsCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListAlarmRecommendationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAlarmRecommendationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListAppAssessmentsCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListAppAssessmentsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAppAssessmentsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListAppComponentCompliancesCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListAppComponentCompliancesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAppComponentCompliancesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListAppComponentRecommendationsCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListAppComponentRecommendationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAppComponentRecommendationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListAppVersionResourceMappingsCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListAppVersionResourceMappingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAppVersionResourceMappingsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListAppVersionResourcesCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListAppVersionResourcesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAppVersionResourcesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class ListAppVersionsCommand extends $Command<
24
25
  ResiliencehubClientResolvedConfig
25
26
  > {
26
27
  readonly input: ListAppVersionsCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ListAppVersionsCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListAppsCommand extends $Command<
21
22
  ResiliencehubClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListAppsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListAppsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListRecommendationTemplatesCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListRecommendationTemplatesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListRecommendationTemplatesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListResiliencyPoliciesCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListResiliencyPoliciesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListResiliencyPoliciesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListSopRecommendationsCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListSopRecommendationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListSopRecommendationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListSuggestedResiliencyPoliciesCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListSuggestedResiliencyPoliciesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListSuggestedResiliencyPoliciesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListTestRecommendationsCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListTestRecommendationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTestRecommendationsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListUnsupportedAppVersionResourcesCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListUnsupportedAppVersionResourcesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListUnsupportedAppVersionResourcesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class PublishAppVersionCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: PublishAppVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PublishAppVersionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class PutDraftAppVersionTemplateCommand extends $Command<
25
26
  ResiliencehubClientResolvedConfig
26
27
  > {
27
28
  readonly input: PutDraftAppVersionTemplateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: PutDraftAppVersionTemplateCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,