@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,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListDeployments$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListDeploymentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "ListDeployments", {})
13
- .n("AppConfigClient", "ListDeploymentsCommand")
14
- .sc(ListDeployments$)
15
- .build() {
3
+ export class ListDeploymentsCommand extends command(_ep0, _mw0, "ListDeployments", ListDeployments$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListEnvironments$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListEnvironmentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "ListEnvironments", {})
13
- .n("AppConfigClient", "ListEnvironmentsCommand")
14
- .sc(ListEnvironments$)
15
- .build() {
3
+ export class ListEnvironmentsCommand extends command(_ep0, _mw0, "ListEnvironments", ListEnvironments$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListExperimentDefinitions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListExperimentDefinitionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "ListExperimentDefinitions", {})
13
- .n("AppConfigClient", "ListExperimentDefinitionsCommand")
14
- .sc(ListExperimentDefinitions$)
15
- .build() {
3
+ export class ListExperimentDefinitionsCommand extends command(_ep0, _mw0, "ListExperimentDefinitions", ListExperimentDefinitions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListExperimentRunEvents$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListExperimentRunEventsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "ListExperimentRunEvents", {})
13
- .n("AppConfigClient", "ListExperimentRunEventsCommand")
14
- .sc(ListExperimentRunEvents$)
15
- .build() {
3
+ export class ListExperimentRunEventsCommand extends command(_ep0, _mw0, "ListExperimentRunEvents", ListExperimentRunEvents$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListExperimentRuns$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListExperimentRunsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "ListExperimentRuns", {})
13
- .n("AppConfigClient", "ListExperimentRunsCommand")
14
- .sc(ListExperimentRuns$)
15
- .build() {
3
+ export class ListExperimentRunsCommand extends command(_ep0, _mw0, "ListExperimentRuns", ListExperimentRuns$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListExtensionAssociations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListExtensionAssociationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "ListExtensionAssociations", {})
13
- .n("AppConfigClient", "ListExtensionAssociationsCommand")
14
- .sc(ListExtensionAssociations$)
15
- .build() {
3
+ export class ListExtensionAssociationsCommand extends command(_ep0, _mw0, "ListExtensionAssociations", ListExtensionAssociations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListExtensions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListExtensionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "ListExtensions", {})
13
- .n("AppConfigClient", "ListExtensionsCommand")
14
- .sc(ListExtensions$)
15
- .build() {
3
+ export class ListExtensionsCommand extends command(_ep0, _mw0, "ListExtensions", ListExtensions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListHostedConfigurationVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListHostedConfigurationVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "ListHostedConfigurationVersions", {})
13
- .n("AppConfigClient", "ListHostedConfigurationVersionsCommand")
14
- .sc(ListHostedConfigurationVersions$)
15
- .build() {
3
+ export class ListHostedConfigurationVersionsCommand extends command(_ep0, _mw0, "ListHostedConfigurationVersions", ListHostedConfigurationVersions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "ListTagsForResource", {})
13
- .n("AppConfigClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartDeployment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartDeploymentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "StartDeployment", {})
13
- .n("AppConfigClient", "StartDeploymentCommand")
14
- .sc(StartDeployment$)
15
- .build() {
3
+ export class StartDeploymentCommand extends command(_ep0, _mw0, "StartDeployment", StartDeployment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartExperimentRun$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartExperimentRunCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "StartExperimentRun", {})
13
- .n("AppConfigClient", "StartExperimentRunCommand")
14
- .sc(StartExperimentRun$)
15
- .build() {
3
+ export class StartExperimentRunCommand extends command(_ep0, _mw0, "StartExperimentRun", StartExperimentRun$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopDeployment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopDeploymentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "StopDeployment", {})
13
- .n("AppConfigClient", "StopDeploymentCommand")
14
- .sc(StopDeployment$)
15
- .build() {
3
+ export class StopDeploymentCommand extends command(_ep0, _mw0, "StopDeployment", StopDeployment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopExperimentRun$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopExperimentRunCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "StopExperimentRun", {})
13
- .n("AppConfigClient", "StopExperimentRunCommand")
14
- .sc(StopExperimentRun$)
15
- .build() {
3
+ export class StopExperimentRunCommand extends command(_ep0, _mw0, "StopExperimentRun", StopExperimentRun$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "TagResource", {})
13
- .n("AppConfigClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "UntagResource", {})
13
- .n("AppConfigClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateAccountSettings$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateAccountSettingsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "UpdateAccountSettings", {})
13
- .n("AppConfigClient", "UpdateAccountSettingsCommand")
14
- .sc(UpdateAccountSettings$)
15
- .build() {
3
+ export class UpdateAccountSettingsCommand extends command(_ep0, _mw0, "UpdateAccountSettings", UpdateAccountSettings$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "UpdateApplication", {})
13
- .n("AppConfigClient", "UpdateApplicationCommand")
14
- .sc(UpdateApplication$)
15
- .build() {
3
+ export class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateConfigurationProfile$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateConfigurationProfileCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "UpdateConfigurationProfile", {})
13
- .n("AppConfigClient", "UpdateConfigurationProfileCommand")
14
- .sc(UpdateConfigurationProfile$)
15
- .build() {
3
+ export class UpdateConfigurationProfileCommand extends command(_ep0, _mw0, "UpdateConfigurationProfile", UpdateConfigurationProfile$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateDeploymentStrategy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateDeploymentStrategyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "UpdateDeploymentStrategy", {})
13
- .n("AppConfigClient", "UpdateDeploymentStrategyCommand")
14
- .sc(UpdateDeploymentStrategy$)
15
- .build() {
3
+ export class UpdateDeploymentStrategyCommand extends command(_ep0, _mw0, "UpdateDeploymentStrategy", UpdateDeploymentStrategy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateEnvironment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateEnvironmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "UpdateEnvironment", {})
13
- .n("AppConfigClient", "UpdateEnvironmentCommand")
14
- .sc(UpdateEnvironment$)
15
- .build() {
3
+ export class UpdateEnvironmentCommand extends command(_ep0, _mw0, "UpdateEnvironment", UpdateEnvironment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateExperimentDefinition$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateExperimentDefinitionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "UpdateExperimentDefinition", {})
13
- .n("AppConfigClient", "UpdateExperimentDefinitionCommand")
14
- .sc(UpdateExperimentDefinition$)
15
- .build() {
3
+ export class UpdateExperimentDefinitionCommand extends command(_ep0, _mw0, "UpdateExperimentDefinition", UpdateExperimentDefinition$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateExperimentRun$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateExperimentRunCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "UpdateExperimentRun", {})
13
- .n("AppConfigClient", "UpdateExperimentRunCommand")
14
- .sc(UpdateExperimentRun$)
15
- .build() {
3
+ export class UpdateExperimentRunCommand extends command(_ep0, _mw0, "UpdateExperimentRun", UpdateExperimentRun$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateExtensionAssociation$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateExtensionAssociationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "UpdateExtensionAssociation", {})
13
- .n("AppConfigClient", "UpdateExtensionAssociationCommand")
14
- .sc(UpdateExtensionAssociation$)
15
- .build() {
3
+ export class UpdateExtensionAssociationCommand extends command(_ep0, _mw0, "UpdateExtensionAssociation", UpdateExtensionAssociation$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateExtension$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateExtensionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "UpdateExtension", {})
13
- .n("AppConfigClient", "UpdateExtensionCommand")
14
- .sc(UpdateExtension$)
15
- .build() {
3
+ export class UpdateExtensionCommand extends command(_ep0, _mw0, "UpdateExtension", UpdateExtension$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ValidateConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ValidateConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonAppConfig", "ValidateConfiguration", {})
13
- .n("AppConfigClient", "ValidateConfigurationCommand")
14
- .sc(ValidateConfiguration$)
15
- .build() {
3
+ export class ValidateConfigurationCommand extends command(_ep0, _mw0, "ValidateConfiguration", ValidateConfiguration$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./AppConfigClient";
2
2
  export * from "./AppConfig";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./waiters";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./AppConfigClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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, CreateApplicationRequest } 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 CreateApplicationCommandInput extends CreateApplicationRequest
22
19
  export interface CreateApplicationCommandOutput extends Application, __MetadataBearer {
23
20
  }
24
21
  declare const CreateApplicationCommand_base: {
25
- new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an application. In AppConfig, an application is simply an
@@ -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, CreateConfigurationProfileRequest } 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 CreateConfigurationProfileCommandInput extends CreateConfigurat
22
19
  export interface CreateConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {
23
20
  }
24
21
  declare const CreateConfigurationProfileCommand_base: {
25
- new (input: CreateConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateConfigurationProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a configuration profile, which is information that enables AppConfig
@@ -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 { CreateDeploymentStrategyRequest, DeploymentStrategy } 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 CreateDeploymentStrategyCommandInput extends CreateDeploymentSt
22
19
  export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDeploymentStrategyCommand_base: {
25
- new (input: CreateDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDeploymentStrategyCommandInput): import("@smithy/core/client").CommandImpl<CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput, import("..").AppConfigClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a deployment strategy that defines important criteria for rolling out your