@aws-sdk/client-appconfig 3.1077.0 → 3.1079.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 (176) hide show
  1. package/dist-cjs/index.js +174 -673
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  4. package/dist-es/commands/CreateConfigurationProfileCommand.js +2 -14
  5. package/dist-es/commands/CreateDeploymentStrategyCommand.js +2 -14
  6. package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
  7. package/dist-es/commands/CreateExperimentDefinitionCommand.js +2 -14
  8. package/dist-es/commands/CreateExtensionAssociationCommand.js +2 -14
  9. package/dist-es/commands/CreateExtensionCommand.js +2 -14
  10. package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +2 -14
  11. package/dist-es/commands/DeleteApplicationCommand.js +2 -14
  12. package/dist-es/commands/DeleteConfigurationProfileCommand.js +2 -14
  13. package/dist-es/commands/DeleteDeploymentStrategyCommand.js +2 -14
  14. package/dist-es/commands/DeleteEnvironmentCommand.js +2 -14
  15. package/dist-es/commands/DeleteExperimentDefinitionCommand.js +2 -14
  16. package/dist-es/commands/DeleteExtensionAssociationCommand.js +2 -14
  17. package/dist-es/commands/DeleteExtensionCommand.js +2 -14
  18. package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +2 -14
  19. package/dist-es/commands/GetAccountSettingsCommand.js +2 -14
  20. package/dist-es/commands/GetApplicationCommand.js +2 -14
  21. package/dist-es/commands/GetConfigurationCommand.js +2 -14
  22. package/dist-es/commands/GetConfigurationProfileCommand.js +2 -14
  23. package/dist-es/commands/GetDeploymentCommand.js +2 -14
  24. package/dist-es/commands/GetDeploymentStrategyCommand.js +2 -14
  25. package/dist-es/commands/GetEnvironmentCommand.js +2 -14
  26. package/dist-es/commands/GetExperimentDefinitionCommand.js +2 -14
  27. package/dist-es/commands/GetExperimentRunCommand.js +2 -14
  28. package/dist-es/commands/GetExtensionAssociationCommand.js +2 -14
  29. package/dist-es/commands/GetExtensionCommand.js +2 -14
  30. package/dist-es/commands/GetHostedConfigurationVersionCommand.js +2 -14
  31. package/dist-es/commands/ListApplicationsCommand.js +2 -14
  32. package/dist-es/commands/ListConfigurationProfilesCommand.js +2 -14
  33. package/dist-es/commands/ListDeploymentStrategiesCommand.js +2 -14
  34. package/dist-es/commands/ListDeploymentsCommand.js +2 -14
  35. package/dist-es/commands/ListEnvironmentsCommand.js +2 -14
  36. package/dist-es/commands/ListExperimentDefinitionsCommand.js +2 -14
  37. package/dist-es/commands/ListExperimentRunEventsCommand.js +2 -14
  38. package/dist-es/commands/ListExperimentRunsCommand.js +2 -14
  39. package/dist-es/commands/ListExtensionAssociationsCommand.js +2 -14
  40. package/dist-es/commands/ListExtensionsCommand.js +2 -14
  41. package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +2 -14
  42. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  43. package/dist-es/commands/StartDeploymentCommand.js +2 -14
  44. package/dist-es/commands/StartExperimentRunCommand.js +2 -14
  45. package/dist-es/commands/StopDeploymentCommand.js +2 -14
  46. package/dist-es/commands/StopExperimentRunCommand.js +2 -14
  47. package/dist-es/commands/TagResourceCommand.js +2 -14
  48. package/dist-es/commands/UntagResourceCommand.js +2 -14
  49. package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -14
  50. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  51. package/dist-es/commands/UpdateConfigurationProfileCommand.js +2 -14
  52. package/dist-es/commands/UpdateDeploymentStrategyCommand.js +2 -14
  53. package/dist-es/commands/UpdateEnvironmentCommand.js +2 -14
  54. package/dist-es/commands/UpdateExperimentDefinitionCommand.js +2 -14
  55. package/dist-es/commands/UpdateExperimentRunCommand.js +2 -14
  56. package/dist-es/commands/UpdateExtensionAssociationCommand.js +2 -14
  57. package/dist-es/commands/UpdateExtensionCommand.js +2 -14
  58. package/dist-es/commands/ValidateConfigurationCommand.js +2 -14
  59. package/dist-es/index.js +1 -0
  60. package/dist-types/commandBuilder.d.ts +18 -0
  61. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateExperimentDefinitionCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateExtensionCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +3 -8
  69. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
  70. package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +3 -8
  71. package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteExperimentDefinitionCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteExtensionCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +3 -8
  77. package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -8
  78. package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
  79. package/dist-types/commands/GetConfigurationCommand.d.ts +3 -8
  80. package/dist-types/commands/GetConfigurationProfileCommand.d.ts +3 -8
  81. package/dist-types/commands/GetDeploymentCommand.d.ts +3 -8
  82. package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +3 -8
  83. package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -8
  84. package/dist-types/commands/GetExperimentDefinitionCommand.d.ts +3 -8
  85. package/dist-types/commands/GetExperimentRunCommand.d.ts +3 -8
  86. package/dist-types/commands/GetExtensionAssociationCommand.d.ts +3 -8
  87. package/dist-types/commands/GetExtensionCommand.d.ts +3 -8
  88. package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +3 -8
  89. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
  90. package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +3 -8
  91. package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListExperimentDefinitionsCommand.d.ts +3 -8
  95. package/dist-types/commands/ListExperimentRunEventsCommand.d.ts +3 -8
  96. package/dist-types/commands/ListExperimentRunsCommand.d.ts +3 -8
  97. package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +3 -8
  98. package/dist-types/commands/ListExtensionsCommand.d.ts +3 -8
  99. package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +3 -8
  100. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  101. package/dist-types/commands/StartDeploymentCommand.d.ts +3 -8
  102. package/dist-types/commands/StartExperimentRunCommand.d.ts +3 -8
  103. package/dist-types/commands/StopDeploymentCommand.d.ts +3 -8
  104. package/dist-types/commands/StopExperimentRunCommand.d.ts +3 -8
  105. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  106. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  107. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +3 -8
  108. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  109. package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +3 -8
  110. package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +3 -8
  111. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -8
  112. package/dist-types/commands/UpdateExperimentDefinitionCommand.d.ts +3 -8
  113. package/dist-types/commands/UpdateExperimentRunCommand.d.ts +3 -8
  114. package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +3 -8
  115. package/dist-types/commands/UpdateExtensionCommand.d.ts +3 -8
  116. package/dist-types/commands/ValidateConfigurationCommand.d.ts +3 -8
  117. package/dist-types/index.d.ts +1 -0
  118. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  119. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreateExperimentDefinitionCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DeleteExperimentDefinitionCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/GetExperimentDefinitionCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/GetExperimentRunCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/ListExperimentDefinitionsCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/ListExperimentRunEventsCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/ListExperimentRunsCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/StartExperimentRunCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/StopExperimentRunCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/UpdateExperimentDefinitionCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/UpdateExperimentRunCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/index.d.ts +1 -0
  176. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
2
  import type { UntagResourceRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a tag key and value from an AppConfig resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
2
  import type { AccountSettings, UpdateAccountSettingsRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettings
22
19
  export interface UpdateAccountSettingsCommandOutput extends AccountSettings, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateAccountSettingsCommand_base: {
25
- new (input: UpdateAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [UpdateAccountSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [UpdateAccountSettingsCommandInput]): import("@smithy/core/client").CommandImpl<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the value of the <code>DeletionProtection</code> parameter.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
2
  import type { Application, UpdateApplicationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest
22
19
  export interface UpdateApplicationCommandOutput extends Application, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateApplicationCommand_base: {
25
- new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an application.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
2
  import type { ConfigurationProfile, UpdateConfigurationProfileRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateConfigurationProfileCommandInput extends UpdateConfigurat
22
19
  export interface UpdateConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateConfigurationProfileCommand_base: {
25
- new (input: UpdateConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a configuration profile.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
2
  import type { DeploymentStrategy, UpdateDeploymentStrategyRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateDeploymentStrategyCommandInput extends UpdateDeploymentSt
22
19
  export interface UpdateDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDeploymentStrategyCommand_base: {
25
- new (input: UpdateDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a deployment strategy.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
2
  import type { Environment, UpdateEnvironmentRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest
22
19
  export interface UpdateEnvironmentCommandOutput extends Environment, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateEnvironmentCommand_base: {
25
- new (input: UpdateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateEnvironmentCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an environment.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
2
  import type { ExperimentDefinition, UpdateExperimentDefinitionRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateExperimentDefinitionCommandInput extends UpdateExperiment
22
19
  export interface UpdateExperimentDefinitionCommandOutput extends ExperimentDefinition, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateExperimentDefinitionCommand_base: {
25
- new (input: UpdateExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentDefinitionCommandInput, UpdateExperimentDefinitionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentDefinitionCommandInput, UpdateExperimentDefinitionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentDefinitionCommandInput, UpdateExperimentDefinitionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateExperimentDefinitionCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentDefinitionCommandInput, UpdateExperimentDefinitionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an experiment definition. You can update treatments, the control, audience rules, and other properties. You cannot update an experiment definition while an experiment run is active.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
2
  import type { ExperimentRun, UpdateExperimentRunRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateExperimentRunCommandInput extends UpdateExperimentRunRequ
22
19
  export interface UpdateExperimentRunCommandOutput extends ExperimentRun, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateExperimentRunCommand_base: {
25
- new (input: UpdateExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentRunCommandInput, UpdateExperimentRunCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentRunCommandInput, UpdateExperimentRunCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentRunCommandInput, UpdateExperimentRunCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateExperimentRunCommandInput): import("@smithy/core/client").CommandImpl<UpdateExperimentRunCommandInput, UpdateExperimentRunCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a running experiment. Use this operation to increase audience exposure, modify treatment assignment overrides, or update the description of an active experiment run. Audience exposure can only be increased, not decreased.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
2
  import type { ExtensionAssociation, UpdateExtensionAssociationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateExtensionAssociationCommandInput extends UpdateExtensionA
22
19
  export interface UpdateExtensionAssociationCommandOutput extends ExtensionAssociation, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateExtensionAssociationCommand_base: {
25
- new (input: UpdateExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateExtensionAssociationCommandInput): import("@smithy/core/client").CommandImpl<UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an association. For more information about extensions and associations, see
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
2
  import type { Extension, UpdateExtensionRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateExtensionCommandInput extends UpdateExtensionRequest {
22
19
  export interface UpdateExtensionCommandOutput extends Extension, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateExtensionCommand_base: {
25
- new (input: UpdateExtensionCommandInput): import("@smithy/core/client").CommandImpl<UpdateExtensionCommandInput, UpdateExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateExtensionCommandInput): import("@smithy/core/client").CommandImpl<UpdateExtensionCommandInput, UpdateExtensionCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateExtensionCommandInput): import("@smithy/core/client").CommandImpl<UpdateExtensionCommandInput, UpdateExtensionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateExtensionCommandInput): import("@smithy/core/client").CommandImpl<UpdateExtensionCommandInput, UpdateExtensionCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an AppConfig extension. For more information about extensions, see
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
2
  import type { ValidateConfigurationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ValidateConfigurationCommandInput extends ValidateConfiguration
22
19
  export interface ValidateConfigurationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const ValidateConfigurationCommand_base: {
25
- new (input: ValidateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ValidateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ValidateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ValidateConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Uses the validators in a configuration profile to validate a configuration.</p>
@@ -82,6 +82,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
82
82
  export type { RuntimeExtension } from "./runtimeExtensions";
83
83
  export type { AppConfigExtensionConfiguration } from "./extensionConfiguration";
84
84
  export * from "./commands";
85
+ export { Command as $Command } from "@smithy/core/client";
85
86
  export * from "./schemas/schemas_0";
86
87
  export * from "./pagination";
87
88
  export * from "./waiters";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ AppConfigClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./AppConfigClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ AppConfigClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ AppConfigClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppConfigClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppConfigClient";
8
2
  import { Application, CreateApplicationRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateApplicationCommandInput
12
5
  extends CreateApplicationRequest {}
13
6
  export interface CreateApplicationCommandOutput
@@ -19,22 +12,20 @@ declare const CreateApplicationCommand_base: {
19
12
  ): import("@smithy/core/client").CommandImpl<
20
13
  CreateApplicationCommandInput,
21
14
  CreateApplicationCommandOutput,
22
- AppConfigClientResolvedConfig,
23
- ServiceInputTypes,
24
- ServiceOutputTypes
15
+ import("..").AppConfigClientResolvedConfig,
16
+ import("..").ServiceInputTypes,
17
+ import("..").ServiceOutputTypes
25
18
  >;
26
19
  new (
27
20
  input: CreateApplicationCommandInput
28
21
  ): import("@smithy/core/client").CommandImpl<
29
22
  CreateApplicationCommandInput,
30
23
  CreateApplicationCommandOutput,
31
- AppConfigClientResolvedConfig,
32
- ServiceInputTypes,
33
- ServiceOutputTypes
24
+ import("..").AppConfigClientResolvedConfig,
25
+ import("..").ServiceInputTypes,
26
+ import("..").ServiceOutputTypes
34
27
  >;
35
- getEndpointParameterInstructions(): {
36
- [x: string]: unknown;
37
- };
28
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
38
29
  };
39
30
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
40
31
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppConfigClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppConfigClient";
8
2
  import {
9
3
  ConfigurationProfile,
10
4
  CreateConfigurationProfileRequest,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateConfigurationProfileCommandInput
15
8
  extends CreateConfigurationProfileRequest {}
16
9
  export interface CreateConfigurationProfileCommandOutput
@@ -22,22 +15,20 @@ declare const CreateConfigurationProfileCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateConfigurationProfileCommandInput,
24
17
  CreateConfigurationProfileCommandOutput,
25
- AppConfigClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppConfigClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateConfigurationProfileCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateConfigurationProfileCommandInput,
33
26
  CreateConfigurationProfileCommandOutput,
34
- AppConfigClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AppConfigClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateConfigurationProfileCommand extends CreateConfigurationProfileCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppConfigClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppConfigClient";
8
2
  import {
9
3
  CreateDeploymentStrategyRequest,
10
4
  DeploymentStrategy,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateDeploymentStrategyCommandInput
15
8
  extends CreateDeploymentStrategyRequest {}
16
9
  export interface CreateDeploymentStrategyCommandOutput
@@ -22,22 +15,20 @@ declare const CreateDeploymentStrategyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateDeploymentStrategyCommandInput,
24
17
  CreateDeploymentStrategyCommandOutput,
25
- AppConfigClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppConfigClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateDeploymentStrategyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateDeploymentStrategyCommandInput,
33
26
  CreateDeploymentStrategyCommandOutput,
34
- AppConfigClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AppConfigClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateDeploymentStrategyCommand extends CreateDeploymentStrategyCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppConfigClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppConfigClient";
8
2
  import { CreateEnvironmentRequest, Environment } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateEnvironmentCommandInput
12
5
  extends CreateEnvironmentRequest {}
13
6
  export interface CreateEnvironmentCommandOutput
@@ -19,22 +12,20 @@ declare const CreateEnvironmentCommand_base: {
19
12
  ): import("@smithy/core/client").CommandImpl<
20
13
  CreateEnvironmentCommandInput,
21
14
  CreateEnvironmentCommandOutput,
22
- AppConfigClientResolvedConfig,
23
- ServiceInputTypes,
24
- ServiceOutputTypes
15
+ import("..").AppConfigClientResolvedConfig,
16
+ import("..").ServiceInputTypes,
17
+ import("..").ServiceOutputTypes
25
18
  >;
26
19
  new (
27
20
  input: CreateEnvironmentCommandInput
28
21
  ): import("@smithy/core/client").CommandImpl<
29
22
  CreateEnvironmentCommandInput,
30
23
  CreateEnvironmentCommandOutput,
31
- AppConfigClientResolvedConfig,
32
- ServiceInputTypes,
33
- ServiceOutputTypes
24
+ import("..").AppConfigClientResolvedConfig,
25
+ import("..").ServiceInputTypes,
26
+ import("..").ServiceOutputTypes
34
27
  >;
35
- getEndpointParameterInstructions(): {
36
- [x: string]: unknown;
37
- };
28
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
38
29
  };
39
30
  export declare class CreateEnvironmentCommand extends CreateEnvironmentCommand_base {
40
31
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- AppConfigClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../AppConfigClient";
8
2
  import {
9
3
  CreateExperimentDefinitionRequest,
10
4
  ExperimentDefinition,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateExperimentDefinitionCommandInput
15
8
  extends CreateExperimentDefinitionRequest {}
16
9
  export interface CreateExperimentDefinitionCommandOutput
@@ -22,22 +15,20 @@ declare const CreateExperimentDefinitionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateExperimentDefinitionCommandInput,
24
17
  CreateExperimentDefinitionCommandOutput,
25
- AppConfigClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").AppConfigClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateExperimentDefinitionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateExperimentDefinitionCommandInput,
33
26
  CreateExperimentDefinitionCommandOutput,
34
- AppConfigClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").AppConfigClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateExperimentDefinitionCommand extends CreateExperimentDefinitionCommand_base {
43
34
  protected static __types: {