@aws-sdk/client-appconfig 3.193.0 → 3.196.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 (204) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/AppConfigClient.js +11 -8
  3. package/dist-cjs/commands/CreateApplicationCommand.js +10 -0
  4. package/dist-cjs/commands/CreateConfigurationProfileCommand.js +10 -0
  5. package/dist-cjs/commands/CreateDeploymentStrategyCommand.js +10 -0
  6. package/dist-cjs/commands/CreateEnvironmentCommand.js +10 -0
  7. package/dist-cjs/commands/CreateExtensionAssociationCommand.js +10 -0
  8. package/dist-cjs/commands/CreateExtensionCommand.js +10 -0
  9. package/dist-cjs/commands/CreateHostedConfigurationVersionCommand.js +10 -0
  10. package/dist-cjs/commands/DeleteApplicationCommand.js +10 -0
  11. package/dist-cjs/commands/DeleteConfigurationProfileCommand.js +10 -0
  12. package/dist-cjs/commands/DeleteDeploymentStrategyCommand.js +10 -0
  13. package/dist-cjs/commands/DeleteEnvironmentCommand.js +10 -0
  14. package/dist-cjs/commands/DeleteExtensionAssociationCommand.js +10 -0
  15. package/dist-cjs/commands/DeleteExtensionCommand.js +10 -0
  16. package/dist-cjs/commands/DeleteHostedConfigurationVersionCommand.js +10 -0
  17. package/dist-cjs/commands/GetApplicationCommand.js +10 -0
  18. package/dist-cjs/commands/GetConfigurationCommand.js +10 -0
  19. package/dist-cjs/commands/GetConfigurationProfileCommand.js +10 -0
  20. package/dist-cjs/commands/GetDeploymentCommand.js +10 -0
  21. package/dist-cjs/commands/GetDeploymentStrategyCommand.js +10 -0
  22. package/dist-cjs/commands/GetEnvironmentCommand.js +10 -0
  23. package/dist-cjs/commands/GetExtensionAssociationCommand.js +10 -0
  24. package/dist-cjs/commands/GetExtensionCommand.js +10 -0
  25. package/dist-cjs/commands/GetHostedConfigurationVersionCommand.js +10 -0
  26. package/dist-cjs/commands/ListApplicationsCommand.js +10 -0
  27. package/dist-cjs/commands/ListConfigurationProfilesCommand.js +10 -0
  28. package/dist-cjs/commands/ListDeploymentStrategiesCommand.js +10 -0
  29. package/dist-cjs/commands/ListDeploymentsCommand.js +10 -0
  30. package/dist-cjs/commands/ListEnvironmentsCommand.js +10 -0
  31. package/dist-cjs/commands/ListExtensionAssociationsCommand.js +10 -0
  32. package/dist-cjs/commands/ListExtensionsCommand.js +10 -0
  33. package/dist-cjs/commands/ListHostedConfigurationVersionsCommand.js +10 -0
  34. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  35. package/dist-cjs/commands/StartDeploymentCommand.js +10 -0
  36. package/dist-cjs/commands/StopDeploymentCommand.js +10 -0
  37. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  38. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  39. package/dist-cjs/commands/UpdateApplicationCommand.js +10 -0
  40. package/dist-cjs/commands/UpdateConfigurationProfileCommand.js +10 -0
  41. package/dist-cjs/commands/UpdateDeploymentStrategyCommand.js +10 -0
  42. package/dist-cjs/commands/UpdateEnvironmentCommand.js +10 -0
  43. package/dist-cjs/commands/UpdateExtensionAssociationCommand.js +10 -0
  44. package/dist-cjs/commands/UpdateExtensionCommand.js +10 -0
  45. package/dist-cjs/commands/ValidateConfigurationCommand.js +10 -0
  46. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  47. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  48. package/dist-cjs/endpoint/ruleset.js +356 -0
  49. package/dist-cjs/runtimeConfig.shared.js +3 -3
  50. package/dist-es/AppConfigClient.js +12 -9
  51. package/dist-es/commands/CreateApplicationCommand.js +10 -0
  52. package/dist-es/commands/CreateConfigurationProfileCommand.js +10 -0
  53. package/dist-es/commands/CreateDeploymentStrategyCommand.js +10 -0
  54. package/dist-es/commands/CreateEnvironmentCommand.js +10 -0
  55. package/dist-es/commands/CreateExtensionAssociationCommand.js +10 -0
  56. package/dist-es/commands/CreateExtensionCommand.js +10 -0
  57. package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +10 -0
  58. package/dist-es/commands/DeleteApplicationCommand.js +10 -0
  59. package/dist-es/commands/DeleteConfigurationProfileCommand.js +10 -0
  60. package/dist-es/commands/DeleteDeploymentStrategyCommand.js +10 -0
  61. package/dist-es/commands/DeleteEnvironmentCommand.js +10 -0
  62. package/dist-es/commands/DeleteExtensionAssociationCommand.js +10 -0
  63. package/dist-es/commands/DeleteExtensionCommand.js +10 -0
  64. package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +10 -0
  65. package/dist-es/commands/GetApplicationCommand.js +10 -0
  66. package/dist-es/commands/GetConfigurationCommand.js +10 -0
  67. package/dist-es/commands/GetConfigurationProfileCommand.js +10 -0
  68. package/dist-es/commands/GetDeploymentCommand.js +10 -0
  69. package/dist-es/commands/GetDeploymentStrategyCommand.js +10 -0
  70. package/dist-es/commands/GetEnvironmentCommand.js +10 -0
  71. package/dist-es/commands/GetExtensionAssociationCommand.js +10 -0
  72. package/dist-es/commands/GetExtensionCommand.js +10 -0
  73. package/dist-es/commands/GetHostedConfigurationVersionCommand.js +10 -0
  74. package/dist-es/commands/ListApplicationsCommand.js +10 -0
  75. package/dist-es/commands/ListConfigurationProfilesCommand.js +10 -0
  76. package/dist-es/commands/ListDeploymentStrategiesCommand.js +10 -0
  77. package/dist-es/commands/ListDeploymentsCommand.js +10 -0
  78. package/dist-es/commands/ListEnvironmentsCommand.js +10 -0
  79. package/dist-es/commands/ListExtensionAssociationsCommand.js +10 -0
  80. package/dist-es/commands/ListExtensionsCommand.js +10 -0
  81. package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +10 -0
  82. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  83. package/dist-es/commands/StartDeploymentCommand.js +10 -0
  84. package/dist-es/commands/StopDeploymentCommand.js +10 -0
  85. package/dist-es/commands/TagResourceCommand.js +10 -0
  86. package/dist-es/commands/UntagResourceCommand.js +10 -0
  87. package/dist-es/commands/UpdateApplicationCommand.js +10 -0
  88. package/dist-es/commands/UpdateConfigurationProfileCommand.js +10 -0
  89. package/dist-es/commands/UpdateDeploymentStrategyCommand.js +10 -0
  90. package/dist-es/commands/UpdateEnvironmentCommand.js +10 -0
  91. package/dist-es/commands/UpdateExtensionAssociationCommand.js +10 -0
  92. package/dist-es/commands/UpdateExtensionCommand.js +10 -0
  93. package/dist-es/commands/ValidateConfigurationCommand.js +10 -0
  94. package/dist-es/endpoint/EndpointParameters.js +8 -0
  95. package/dist-es/endpoint/endpointResolver.js +8 -0
  96. package/dist-es/endpoint/ruleset.js +353 -0
  97. package/dist-es/runtimeConfig.shared.js +2 -2
  98. package/dist-types/AppConfigClient.d.ts +6 -9
  99. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -0
  100. package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +2 -0
  101. package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +2 -0
  102. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
  103. package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +2 -0
  104. package/dist-types/commands/CreateExtensionCommand.d.ts +2 -0
  105. package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -0
  106. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -0
  107. package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +2 -0
  108. package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +2 -0
  109. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -0
  110. package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +2 -0
  111. package/dist-types/commands/DeleteExtensionCommand.d.ts +2 -0
  112. package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -0
  113. package/dist-types/commands/GetApplicationCommand.d.ts +2 -0
  114. package/dist-types/commands/GetConfigurationCommand.d.ts +2 -0
  115. package/dist-types/commands/GetConfigurationProfileCommand.d.ts +2 -0
  116. package/dist-types/commands/GetDeploymentCommand.d.ts +2 -0
  117. package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +2 -0
  118. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -0
  119. package/dist-types/commands/GetExtensionAssociationCommand.d.ts +2 -0
  120. package/dist-types/commands/GetExtensionCommand.d.ts +2 -0
  121. package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +2 -0
  122. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -0
  123. package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +2 -0
  124. package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +2 -0
  125. package/dist-types/commands/ListDeploymentsCommand.d.ts +2 -0
  126. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -0
  127. package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +2 -0
  128. package/dist-types/commands/ListExtensionsCommand.d.ts +2 -0
  129. package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -0
  130. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  131. package/dist-types/commands/StartDeploymentCommand.d.ts +2 -0
  132. package/dist-types/commands/StopDeploymentCommand.d.ts +2 -0
  133. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  134. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  135. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -0
  136. package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +2 -0
  137. package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +2 -0
  138. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -0
  139. package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +2 -0
  140. package/dist-types/commands/UpdateExtensionCommand.d.ts +2 -0
  141. package/dist-types/commands/ValidateConfigurationCommand.d.ts +2 -0
  142. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  143. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  144. package/dist-types/endpoint/ruleset.d.ts +2 -0
  145. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  146. package/dist-types/runtimeConfig.d.ts +4 -2
  147. package/dist-types/runtimeConfig.native.d.ts +4 -2
  148. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  149. package/dist-types/ts3.4/AppConfigClient.d.ts +15 -8
  150. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -0
  151. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +2 -0
  152. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +2 -0
  153. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +2 -0
  154. package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +2 -0
  155. package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +2 -0
  156. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +2 -0
  157. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -0
  158. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +2 -0
  159. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +2 -0
  160. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +2 -0
  161. package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +2 -0
  162. package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +2 -0
  163. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +2 -0
  164. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -0
  165. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +2 -0
  166. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +2 -0
  167. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +2 -0
  168. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +2 -0
  169. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +2 -0
  170. package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +2 -0
  171. package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +2 -0
  172. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +2 -0
  173. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -0
  174. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +2 -0
  175. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +2 -0
  176. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +2 -0
  177. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +2 -0
  178. package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +2 -0
  179. package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +2 -0
  180. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +2 -0
  181. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  182. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +2 -0
  183. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +2 -0
  184. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  185. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  186. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -0
  187. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +2 -0
  188. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +2 -0
  189. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +2 -0
  190. package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +2 -0
  191. package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +2 -0
  192. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +2 -0
  193. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  194. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  195. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  196. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  197. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  198. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  199. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  200. package/package.json +5 -3
  201. package/dist-cjs/endpoints.js +0 -149
  202. package/dist-es/endpoints.js +0 -145
  203. package/dist-types/endpoints.d.ts +0 -2
  204. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -6,8 +6,10 @@ import { AppConfigClientConfig } from "./AppConfigClient";
6
6
  export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
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,
@@ -214,6 +215,11 @@ import {
214
215
  ValidateConfigurationCommandInput,
215
216
  ValidateConfigurationCommandOutput,
216
217
  } from "./commands/ValidateConfigurationCommand";
218
+ import {
219
+ ClientInputEndpointParameters,
220
+ ClientResolvedEndpointParameters,
221
+ EndpointParameters,
222
+ } from "./endpoint/EndpointParameters";
217
223
  export declare type ServiceInputTypes =
218
224
  | CreateApplicationCommandInput
219
225
  | CreateConfigurationProfileCommandInput
@@ -323,7 +329,6 @@ export interface ClientDefaults
323
329
  serviceId?: string;
324
330
  region?: string | __Provider<string>;
325
331
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
326
- regionInfoProvider?: RegionInfoProvider;
327
332
  defaultUserAgentProvider?: Provider<__UserAgent>;
328
333
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
329
334
  }
@@ -332,21 +337,23 @@ declare type AppConfigClientConfigType = Partial<
332
337
  > &
333
338
  ClientDefaults &
334
339
  RegionInputConfig &
335
- EndpointsInputConfig &
340
+ EndpointInputConfig<EndpointParameters> &
336
341
  RetryInputConfig &
337
342
  HostHeaderInputConfig &
338
343
  AwsAuthInputConfig &
339
- UserAgentInputConfig;
344
+ UserAgentInputConfig &
345
+ ClientInputEndpointParameters;
340
346
  export interface AppConfigClientConfig extends AppConfigClientConfigType {}
341
347
  declare type AppConfigClientResolvedConfigType =
342
348
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
343
349
  Required<ClientDefaults> &
344
350
  RegionResolvedConfig &
345
- EndpointsResolvedConfig &
351
+ EndpointResolvedConfig<EndpointParameters> &
346
352
  RetryResolvedConfig &
347
353
  HostHeaderResolvedConfig &
348
354
  AwsAuthResolvedConfig &
349
- UserAgentResolvedConfig;
355
+ UserAgentResolvedConfig &
356
+ ClientResolvedEndpointParameters;
350
357
  export interface AppConfigClientResolvedConfig
351
358
  extends AppConfigClientResolvedConfigType {}
352
359
  export declare class AppConfigClient 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,
@@ -22,6 +23,7 @@ export declare class CreateApplicationCommand extends $Command<
22
23
  AppConfigClientResolvedConfig
23
24
  > {
24
25
  readonly input: CreateApplicationCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
27
  constructor(input: CreateApplicationCommandInput);
26
28
  resolveMiddleware(
27
29
  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 CreateConfigurationProfileCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateConfigurationProfileCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateConfigurationProfileCommandInput);
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 CreateDeploymentStrategyCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateDeploymentStrategyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateDeploymentStrategyCommandInput);
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,
@@ -22,6 +23,7 @@ export declare class CreateEnvironmentCommand extends $Command<
22
23
  AppConfigClientResolvedConfig
23
24
  > {
24
25
  readonly input: CreateEnvironmentCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
27
  constructor(input: CreateEnvironmentCommandInput);
26
28
  resolveMiddleware(
27
29
  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 CreateExtensionAssociationCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateExtensionAssociationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateExtensionAssociationCommandInput);
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 CreateExtensionCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: CreateExtensionCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: CreateExtensionCommandInput);
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 CreateHostedConfigurationVersionCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateHostedConfigurationVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateHostedConfigurationVersionCommandInput);
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,
@@ -20,6 +21,7 @@ export declare class DeleteApplicationCommand extends $Command<
20
21
  AppConfigClientResolvedConfig
21
22
  > {
22
23
  readonly input: DeleteApplicationCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: DeleteApplicationCommandInput);
24
26
  resolveMiddleware(
25
27
  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 DeleteConfigurationProfileCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteConfigurationProfileCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteConfigurationProfileCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class DeleteDeploymentStrategyCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteDeploymentStrategyCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteDeploymentStrategyCommandInput);
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,
@@ -20,6 +21,7 @@ export declare class DeleteEnvironmentCommand extends $Command<
20
21
  AppConfigClientResolvedConfig
21
22
  > {
22
23
  readonly input: DeleteEnvironmentCommandInput;
24
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
23
25
  constructor(input: DeleteEnvironmentCommandInput);
24
26
  resolveMiddleware(
25
27
  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 DeleteExtensionAssociationCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteExtensionAssociationCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteExtensionAssociationCommandInput);
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,
@@ -19,6 +20,7 @@ export declare class DeleteExtensionCommand extends $Command<
19
20
  AppConfigClientResolvedConfig
20
21
  > {
21
22
  readonly input: DeleteExtensionCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: DeleteExtensionCommandInput);
23
25
  resolveMiddleware(
24
26
  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 DeleteHostedConfigurationVersionCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteHostedConfigurationVersionCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteHostedConfigurationVersionCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class GetApplicationCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetApplicationCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetApplicationCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class GetConfigurationCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetConfigurationCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetConfigurationCommandInput);
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 GetConfigurationProfileCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetConfigurationProfileCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetConfigurationProfileCommandInput);
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 GetDeploymentCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetDeploymentCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetDeploymentCommandInput);
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 GetDeploymentStrategyCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetDeploymentStrategyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetDeploymentStrategyCommandInput);
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 GetEnvironmentCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetEnvironmentCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetEnvironmentCommandInput);
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 GetExtensionAssociationCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetExtensionAssociationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetExtensionAssociationCommandInput);
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 GetExtensionCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetExtensionCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetExtensionCommandInput);
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 GetHostedConfigurationVersionCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetHostedConfigurationVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetHostedConfigurationVersionCommandInput);
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 ListApplicationsCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListApplicationsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListApplicationsCommandInput);
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 ListConfigurationProfilesCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListConfigurationProfilesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListConfigurationProfilesCommandInput);
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 ListDeploymentStrategiesCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListDeploymentStrategiesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListDeploymentStrategiesCommandInput);
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 ListDeploymentsCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListDeploymentsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListDeploymentsCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class ListEnvironmentsCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListEnvironmentsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListEnvironmentsCommandInput);
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 ListExtensionAssociationsCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListExtensionAssociationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListExtensionAssociationsCommandInput);
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 ListExtensionsCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListExtensionsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListExtensionsCommandInput);
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 ListHostedConfigurationVersionsCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListHostedConfigurationVersionsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListHostedConfigurationVersionsCommandInput);
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,
@@ -22,6 +23,7 @@ export declare class ListTagsForResourceCommand extends $Command<
22
23
  AppConfigClientResolvedConfig
23
24
  > {
24
25
  readonly input: ListTagsForResourceCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
27
  constructor(input: ListTagsForResourceCommandInput);
26
28
  resolveMiddleware(
27
29
  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 StartDeploymentCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: StartDeploymentCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: StartDeploymentCommandInput);
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,
@@ -21,6 +22,7 @@ export declare class StopDeploymentCommand extends $Command<
21
22
  AppConfigClientResolvedConfig
22
23
  > {
23
24
  readonly input: StopDeploymentCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: StopDeploymentCommandInput);
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,
@@ -19,6 +20,7 @@ export declare class TagResourceCommand extends $Command<
19
20
  AppConfigClientResolvedConfig
20
21
  > {
21
22
  readonly input: TagResourceCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: TagResourceCommandInput);
23
25
  resolveMiddleware(
24
26
  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,
@@ -19,6 +20,7 @@ export declare class UntagResourceCommand extends $Command<
19
20
  AppConfigClientResolvedConfig
20
21
  > {
21
22
  readonly input: UntagResourceCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
22
24
  constructor(input: UntagResourceCommandInput);
23
25
  resolveMiddleware(
24
26
  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,
@@ -22,6 +23,7 @@ export declare class UpdateApplicationCommand extends $Command<
22
23
  AppConfigClientResolvedConfig
23
24
  > {
24
25
  readonly input: UpdateApplicationCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
27
  constructor(input: UpdateApplicationCommandInput);
26
28
  resolveMiddleware(
27
29
  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 UpdateConfigurationProfileCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateConfigurationProfileCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateConfigurationProfileCommandInput);
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 UpdateDeploymentStrategyCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateDeploymentStrategyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateDeploymentStrategyCommandInput);
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,
@@ -22,6 +23,7 @@ export declare class UpdateEnvironmentCommand extends $Command<
22
23
  AppConfigClientResolvedConfig
23
24
  > {
24
25
  readonly input: UpdateEnvironmentCommandInput;
26
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
27
  constructor(input: UpdateEnvironmentCommandInput);
26
28
  resolveMiddleware(
27
29
  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 UpdateExtensionAssociationCommand extends $Command<
25
26
  AppConfigClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateExtensionAssociationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateExtensionAssociationCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,