@aws-sdk/client-appconfig 3.194.0 → 3.197.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 +22 -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 +34 -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 +23 -4
  197. package/dist-types/ts3.4/runtimeConfig.d.ts +23 -4
  198. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -1
  199. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  200. package/package.json +28 -26
  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
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -33,6 +34,7 @@ export interface CreateExtensionCommandOutput extends Extension, __MetadataBeare
33
34
  */
34
35
  export declare class CreateExtensionCommand extends $Command<CreateExtensionCommandInput, CreateExtensionCommandOutput, AppConfigClientResolvedConfig> {
35
36
  readonly input: CreateExtensionCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: CreateExtensionCommandInput);
37
39
  /**
38
40
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -26,6 +27,7 @@ export interface CreateHostedConfigurationVersionCommandOutput extends HostedCon
26
27
  */
27
28
  export declare class CreateHostedConfigurationVersionCommand extends $Command<CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig> {
28
29
  readonly input: CreateHostedConfigurationVersionCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateHostedConfigurationVersionCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -26,6 +27,7 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
26
27
  */
27
28
  export declare class DeleteApplicationCommand extends $Command<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, AppConfigClientResolvedConfig> {
28
29
  readonly input: DeleteApplicationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteApplicationCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -26,6 +27,7 @@ export interface DeleteConfigurationProfileCommandOutput extends __MetadataBeare
26
27
  */
27
28
  export declare class DeleteConfigurationProfileCommand extends $Command<DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput, AppConfigClientResolvedConfig> {
28
29
  readonly input: DeleteConfigurationProfileCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteConfigurationProfileCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -26,6 +27,7 @@ export interface DeleteDeploymentStrategyCommandOutput extends __MetadataBearer
26
27
  */
27
28
  export declare class DeleteDeploymentStrategyCommand extends $Command<DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig> {
28
29
  readonly input: DeleteDeploymentStrategyCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteDeploymentStrategyCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -26,6 +27,7 @@ export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {
26
27
  */
27
28
  export declare class DeleteEnvironmentCommand extends $Command<DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput, AppConfigClientResolvedConfig> {
28
29
  readonly input: DeleteEnvironmentCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteEnvironmentCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -26,6 +27,7 @@ export interface DeleteExtensionAssociationCommandOutput extends __MetadataBeare
26
27
  */
27
28
  export declare class DeleteExtensionAssociationCommand extends $Command<DeleteExtensionAssociationCommandInput, DeleteExtensionAssociationCommandOutput, AppConfigClientResolvedConfig> {
28
29
  readonly input: DeleteExtensionAssociationCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteExtensionAssociationCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -26,6 +27,7 @@ export interface DeleteExtensionCommandOutput extends __MetadataBearer {
26
27
  */
27
28
  export declare class DeleteExtensionCommand extends $Command<DeleteExtensionCommandInput, DeleteExtensionCommandOutput, AppConfigClientResolvedConfig> {
28
29
  readonly input: DeleteExtensionCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteExtensionCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -26,6 +27,7 @@ export interface DeleteHostedConfigurationVersionCommandOutput extends __Metadat
26
27
  */
27
28
  export declare class DeleteHostedConfigurationVersionCommand extends $Command<DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig> {
28
29
  readonly input: DeleteHostedConfigurationVersionCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteHostedConfigurationVersionCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface GetApplicationCommandOutput extends Application, __MetadataBear
25
26
  */
26
27
  export declare class GetApplicationCommand extends $Command<GetApplicationCommandInput, GetApplicationCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: GetApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetApplicationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -59,6 +60,7 @@ export interface GetConfigurationCommandOutput extends Configuration, __Metadata
59
60
  */
60
61
  export declare class GetConfigurationCommand extends $Command<GetConfigurationCommandInput, GetConfigurationCommandOutput, AppConfigClientResolvedConfig> {
61
62
  readonly input: GetConfigurationCommandInput;
63
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
64
  constructor(input: GetConfigurationCommandInput);
63
65
  /**
64
66
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface GetConfigurationProfileCommandOutput extends ConfigurationProfi
25
26
  */
26
27
  export declare class GetConfigurationProfileCommand extends $Command<GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: GetConfigurationProfileCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetConfigurationProfileCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer
25
26
  */
26
27
  export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: GetDeploymentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetDeploymentCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -29,6 +30,7 @@ export interface GetDeploymentStrategyCommandOutput extends DeploymentStrategy,
29
30
  */
30
31
  export declare class GetDeploymentStrategyCommand extends $Command<GetDeploymentStrategyCommandInput, GetDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig> {
31
32
  readonly input: GetDeploymentStrategyCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: GetDeploymentStrategyCommandInput);
33
35
  /**
34
36
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -30,6 +31,7 @@ export interface GetEnvironmentCommandOutput extends Environment, __MetadataBear
30
31
  */
31
32
  export declare class GetEnvironmentCommand extends $Command<GetEnvironmentCommandInput, GetEnvironmentCommandOutput, AppConfigClientResolvedConfig> {
32
33
  readonly input: GetEnvironmentCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: GetEnvironmentCommandInput);
34
36
  /**
35
37
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -28,6 +29,7 @@ export interface GetExtensionAssociationCommandOutput extends ExtensionAssociati
28
29
  */
29
30
  export declare class GetExtensionAssociationCommand extends $Command<GetExtensionAssociationCommandInput, GetExtensionAssociationCommandOutput, AppConfigClientResolvedConfig> {
30
31
  readonly input: GetExtensionAssociationCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: GetExtensionAssociationCommandInput);
32
34
  /**
33
35
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface GetExtensionCommandOutput extends Extension, __MetadataBearer {
25
26
  */
26
27
  export declare class GetExtensionCommand extends $Command<GetExtensionCommandInput, GetExtensionCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: GetExtensionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetExtensionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface GetHostedConfigurationVersionCommandOutput extends HostedConfig
25
26
  */
26
27
  export declare class GetHostedConfigurationVersionCommand extends $Command<GetHostedConfigurationVersionCommandInput, GetHostedConfigurationVersionCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: GetHostedConfigurationVersionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetHostedConfigurationVersionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface ListApplicationsCommandOutput extends Applications, __MetadataB
25
26
  */
26
27
  export declare class ListApplicationsCommand extends $Command<ListApplicationsCommandInput, ListApplicationsCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: ListApplicationsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListApplicationsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface ListConfigurationProfilesCommandOutput extends ConfigurationPro
25
26
  */
26
27
  export declare class ListConfigurationProfilesCommand extends $Command<ListConfigurationProfilesCommandInput, ListConfigurationProfilesCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: ListConfigurationProfilesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListConfigurationProfilesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface ListDeploymentStrategiesCommandOutput extends DeploymentStrateg
25
26
  */
26
27
  export declare class ListDeploymentStrategiesCommand extends $Command<ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: ListDeploymentStrategiesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListDeploymentStrategiesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface ListDeploymentsCommandOutput extends Deployments, __MetadataBea
25
26
  */
26
27
  export declare class ListDeploymentsCommand extends $Command<ListDeploymentsCommandInput, ListDeploymentsCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: ListDeploymentsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListDeploymentsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface ListEnvironmentsCommandOutput extends Environments, __MetadataB
25
26
  */
26
27
  export declare class ListEnvironmentsCommand extends $Command<ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: ListEnvironmentsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListEnvironmentsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -28,6 +29,7 @@ export interface ListExtensionAssociationsCommandOutput extends ExtensionAssocia
28
29
  */
29
30
  export declare class ListExtensionAssociationsCommand extends $Command<ListExtensionAssociationsCommandInput, ListExtensionAssociationsCommandOutput, AppConfigClientResolvedConfig> {
30
31
  readonly input: ListExtensionAssociationsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListExtensionAssociationsCommandInput);
32
34
  /**
33
35
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -28,6 +29,7 @@ export interface ListExtensionsCommandOutput extends Extensions, __MetadataBeare
28
29
  */
29
30
  export declare class ListExtensionsCommand extends $Command<ListExtensionsCommandInput, ListExtensionsCommandOutput, AppConfigClientResolvedConfig> {
30
31
  readonly input: ListExtensionsCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListExtensionsCommandInput);
32
34
  /**
33
35
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -26,6 +27,7 @@ export interface ListHostedConfigurationVersionsCommandOutput extends HostedConf
26
27
  */
27
28
  export declare class ListHostedConfigurationVersionsCommand extends $Command<ListHostedConfigurationVersionsCommandInput, ListHostedConfigurationVersionsCommandOutput, AppConfigClientResolvedConfig> {
28
29
  readonly input: ListHostedConfigurationVersionsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListHostedConfigurationVersionsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ResourceTags, __Metada
25
26
  */
26
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface StartDeploymentCommandOutput extends Deployment, __MetadataBear
25
26
  */
26
27
  export declare class StartDeploymentCommand extends $Command<StartDeploymentCommandInput, StartDeploymentCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: StartDeploymentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: StartDeploymentCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -27,6 +28,7 @@ export interface StopDeploymentCommandOutput extends Deployment, __MetadataBeare
27
28
  */
28
29
  export declare class StopDeploymentCommand extends $Command<StopDeploymentCommandInput, StopDeploymentCommandOutput, AppConfigClientResolvedConfig> {
29
30
  readonly input: StopDeploymentCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: StopDeploymentCommandInput);
31
33
  /**
32
34
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -27,6 +28,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
27
28
  */
28
29
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppConfigClientResolvedConfig> {
29
30
  readonly input: TagResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: TagResourceCommandInput);
31
33
  /**
32
34
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: UntagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UntagResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface UpdateApplicationCommandOutput extends Application, __MetadataB
25
26
  */
26
27
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: UpdateApplicationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateApplicationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface UpdateConfigurationProfileCommandOutput extends ConfigurationPr
25
26
  */
26
27
  export declare class UpdateConfigurationProfileCommand extends $Command<UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: UpdateConfigurationProfileCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateConfigurationProfileCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface UpdateDeploymentStrategyCommandOutput extends DeploymentStrateg
25
26
  */
26
27
  export declare class UpdateDeploymentStrategyCommand extends $Command<UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: UpdateDeploymentStrategyCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateDeploymentStrategyCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface UpdateEnvironmentCommandOutput extends Environment, __MetadataB
25
26
  */
26
27
  export declare class UpdateEnvironmentCommand extends $Command<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: UpdateEnvironmentCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEnvironmentCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -28,6 +29,7 @@ export interface UpdateExtensionAssociationCommandOutput extends ExtensionAssoci
28
29
  */
29
30
  export declare class UpdateExtensionAssociationCommand extends $Command<UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationCommandOutput, AppConfigClientResolvedConfig> {
30
31
  readonly input: UpdateExtensionAssociationCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: UpdateExtensionAssociationCommandInput);
32
34
  /**
33
35
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -28,6 +29,7 @@ export interface UpdateExtensionCommandOutput extends Extension, __MetadataBeare
28
29
  */
29
30
  export declare class UpdateExtensionCommand extends $Command<UpdateExtensionCommandInput, UpdateExtensionCommandOutput, AppConfigClientResolvedConfig> {
30
31
  readonly input: UpdateExtensionCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: UpdateExtensionCommandInput);
32
34
  /**
33
35
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
@@ -25,6 +26,7 @@ export interface ValidateConfigurationCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class ValidateConfigurationCommand extends $Command<ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput, AppConfigClientResolvedConfig> {
27
28
  readonly input: ValidateConfigurationCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ValidateConfigurationCommandInput);
29
31
  /**
30
32
  * @internal
@@ -0,0 +1,19 @@
1
+ import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, 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> | Endpoint | Provider<Endpoint> | EndpointV2 | Provider<EndpointV2>;
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;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: AppConfigClientConfig) => {
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> | 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>)) | 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: AppConfigClientConfig) => {
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> | 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>)) | 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: AppConfigClientConfig) => {
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").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> | 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;