@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
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1551,676 +1552,176 @@ class AppConfigClient extends Client {
1551
1552
  }
1552
1553
  }
1553
1554
 
1554
- class CreateApplicationCommand extends Command
1555
- .classBuilder()
1556
- .ep(commonParams)
1557
- .m(function (Command, cs, config, o) {
1558
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1559
- })
1560
- .s("AmazonAppConfig", "CreateApplication", {})
1561
- .n("AppConfigClient", "CreateApplicationCommand")
1562
- .sc(CreateApplication$)
1563
- .build() {
1564
- }
1565
-
1566
- class CreateConfigurationProfileCommand extends Command
1567
- .classBuilder()
1568
- .ep(commonParams)
1569
- .m(function (Command, cs, config, o) {
1570
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1571
- })
1572
- .s("AmazonAppConfig", "CreateConfigurationProfile", {})
1573
- .n("AppConfigClient", "CreateConfigurationProfileCommand")
1574
- .sc(CreateConfigurationProfile$)
1575
- .build() {
1576
- }
1577
-
1578
- class CreateDeploymentStrategyCommand extends Command
1579
- .classBuilder()
1580
- .ep(commonParams)
1581
- .m(function (Command, cs, config, o) {
1582
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1583
- })
1584
- .s("AmazonAppConfig", "CreateDeploymentStrategy", {})
1585
- .n("AppConfigClient", "CreateDeploymentStrategyCommand")
1586
- .sc(CreateDeploymentStrategy$)
1587
- .build() {
1588
- }
1589
-
1590
- class CreateEnvironmentCommand extends Command
1591
- .classBuilder()
1592
- .ep(commonParams)
1593
- .m(function (Command, cs, config, o) {
1594
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1595
- })
1596
- .s("AmazonAppConfig", "CreateEnvironment", {})
1597
- .n("AppConfigClient", "CreateEnvironmentCommand")
1598
- .sc(CreateEnvironment$)
1599
- .build() {
1600
- }
1601
-
1602
- class CreateExperimentDefinitionCommand extends Command
1603
- .classBuilder()
1604
- .ep(commonParams)
1605
- .m(function (Command, cs, config, o) {
1606
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1607
- })
1608
- .s("AmazonAppConfig", "CreateExperimentDefinition", {})
1609
- .n("AppConfigClient", "CreateExperimentDefinitionCommand")
1610
- .sc(CreateExperimentDefinition$)
1611
- .build() {
1612
- }
1613
-
1614
- class CreateExtensionAssociationCommand extends Command
1615
- .classBuilder()
1616
- .ep(commonParams)
1617
- .m(function (Command, cs, config, o) {
1618
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1619
- })
1620
- .s("AmazonAppConfig", "CreateExtensionAssociation", {})
1621
- .n("AppConfigClient", "CreateExtensionAssociationCommand")
1622
- .sc(CreateExtensionAssociation$)
1623
- .build() {
1624
- }
1625
-
1626
- class CreateExtensionCommand extends Command
1627
- .classBuilder()
1628
- .ep(commonParams)
1629
- .m(function (Command, cs, config, o) {
1630
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1631
- })
1632
- .s("AmazonAppConfig", "CreateExtension", {})
1633
- .n("AppConfigClient", "CreateExtensionCommand")
1634
- .sc(CreateExtension$)
1635
- .build() {
1636
- }
1637
-
1638
- class CreateHostedConfigurationVersionCommand extends Command
1639
- .classBuilder()
1640
- .ep(commonParams)
1641
- .m(function (Command, cs, config, o) {
1642
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1643
- })
1644
- .s("AmazonAppConfig", "CreateHostedConfigurationVersion", {})
1645
- .n("AppConfigClient", "CreateHostedConfigurationVersionCommand")
1646
- .sc(CreateHostedConfigurationVersion$)
1647
- .build() {
1648
- }
1649
-
1650
- class DeleteApplicationCommand extends Command
1651
- .classBuilder()
1652
- .ep(commonParams)
1653
- .m(function (Command, cs, config, o) {
1654
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1655
- })
1656
- .s("AmazonAppConfig", "DeleteApplication", {})
1657
- .n("AppConfigClient", "DeleteApplicationCommand")
1658
- .sc(DeleteApplication$)
1659
- .build() {
1660
- }
1661
-
1662
- class DeleteConfigurationProfileCommand extends Command
1663
- .classBuilder()
1664
- .ep(commonParams)
1665
- .m(function (Command, cs, config, o) {
1666
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1667
- })
1668
- .s("AmazonAppConfig", "DeleteConfigurationProfile", {})
1669
- .n("AppConfigClient", "DeleteConfigurationProfileCommand")
1670
- .sc(DeleteConfigurationProfile$)
1671
- .build() {
1672
- }
1673
-
1674
- class DeleteDeploymentStrategyCommand extends Command
1675
- .classBuilder()
1676
- .ep(commonParams)
1677
- .m(function (Command, cs, config, o) {
1678
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1679
- })
1680
- .s("AmazonAppConfig", "DeleteDeploymentStrategy", {})
1681
- .n("AppConfigClient", "DeleteDeploymentStrategyCommand")
1682
- .sc(DeleteDeploymentStrategy$)
1683
- .build() {
1684
- }
1685
-
1686
- class DeleteEnvironmentCommand extends Command
1687
- .classBuilder()
1688
- .ep(commonParams)
1689
- .m(function (Command, cs, config, o) {
1690
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1691
- })
1692
- .s("AmazonAppConfig", "DeleteEnvironment", {})
1693
- .n("AppConfigClient", "DeleteEnvironmentCommand")
1694
- .sc(DeleteEnvironment$)
1695
- .build() {
1696
- }
1697
-
1698
- class DeleteExperimentDefinitionCommand extends Command
1699
- .classBuilder()
1700
- .ep(commonParams)
1701
- .m(function (Command, cs, config, o) {
1702
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1703
- })
1704
- .s("AmazonAppConfig", "DeleteExperimentDefinition", {})
1705
- .n("AppConfigClient", "DeleteExperimentDefinitionCommand")
1706
- .sc(DeleteExperimentDefinition$)
1707
- .build() {
1708
- }
1709
-
1710
- class DeleteExtensionAssociationCommand extends Command
1711
- .classBuilder()
1712
- .ep(commonParams)
1713
- .m(function (Command, cs, config, o) {
1714
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1715
- })
1716
- .s("AmazonAppConfig", "DeleteExtensionAssociation", {})
1717
- .n("AppConfigClient", "DeleteExtensionAssociationCommand")
1718
- .sc(DeleteExtensionAssociation$)
1719
- .build() {
1720
- }
1721
-
1722
- class DeleteExtensionCommand extends Command
1723
- .classBuilder()
1724
- .ep(commonParams)
1725
- .m(function (Command, cs, config, o) {
1726
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1727
- })
1728
- .s("AmazonAppConfig", "DeleteExtension", {})
1729
- .n("AppConfigClient", "DeleteExtensionCommand")
1730
- .sc(DeleteExtension$)
1731
- .build() {
1732
- }
1733
-
1734
- class DeleteHostedConfigurationVersionCommand extends Command
1735
- .classBuilder()
1736
- .ep(commonParams)
1737
- .m(function (Command, cs, config, o) {
1738
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1739
- })
1740
- .s("AmazonAppConfig", "DeleteHostedConfigurationVersion", {})
1741
- .n("AppConfigClient", "DeleteHostedConfigurationVersionCommand")
1742
- .sc(DeleteHostedConfigurationVersion$)
1743
- .build() {
1744
- }
1745
-
1746
- class GetAccountSettingsCommand extends Command
1747
- .classBuilder()
1748
- .ep(commonParams)
1749
- .m(function (Command, cs, config, o) {
1750
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1751
- })
1752
- .s("AmazonAppConfig", "GetAccountSettings", {})
1753
- .n("AppConfigClient", "GetAccountSettingsCommand")
1754
- .sc(GetAccountSettings$)
1755
- .build() {
1756
- }
1757
-
1758
- class GetApplicationCommand extends Command
1759
- .classBuilder()
1760
- .ep(commonParams)
1761
- .m(function (Command, cs, config, o) {
1762
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1763
- })
1764
- .s("AmazonAppConfig", "GetApplication", {})
1765
- .n("AppConfigClient", "GetApplicationCommand")
1766
- .sc(GetApplication$)
1767
- .build() {
1768
- }
1769
-
1770
- class GetConfigurationCommand extends Command
1771
- .classBuilder()
1772
- .ep(commonParams)
1773
- .m(function (Command, cs, config, o) {
1774
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1775
- })
1776
- .s("AmazonAppConfig", "GetConfiguration", {})
1777
- .n("AppConfigClient", "GetConfigurationCommand")
1778
- .sc(GetConfiguration$)
1779
- .build() {
1780
- }
1781
-
1782
- class GetConfigurationProfileCommand extends Command
1783
- .classBuilder()
1784
- .ep(commonParams)
1785
- .m(function (Command, cs, config, o) {
1786
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1787
- })
1788
- .s("AmazonAppConfig", "GetConfigurationProfile", {})
1789
- .n("AppConfigClient", "GetConfigurationProfileCommand")
1790
- .sc(GetConfigurationProfile$)
1791
- .build() {
1792
- }
1793
-
1794
- class GetDeploymentCommand extends Command
1795
- .classBuilder()
1796
- .ep(commonParams)
1797
- .m(function (Command, cs, config, o) {
1798
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1799
- })
1800
- .s("AmazonAppConfig", "GetDeployment", {})
1801
- .n("AppConfigClient", "GetDeploymentCommand")
1802
- .sc(GetDeployment$)
1803
- .build() {
1804
- }
1805
-
1806
- class GetDeploymentStrategyCommand extends Command
1807
- .classBuilder()
1808
- .ep(commonParams)
1809
- .m(function (Command, cs, config, o) {
1810
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1811
- })
1812
- .s("AmazonAppConfig", "GetDeploymentStrategy", {})
1813
- .n("AppConfigClient", "GetDeploymentStrategyCommand")
1814
- .sc(GetDeploymentStrategy$)
1815
- .build() {
1816
- }
1817
-
1818
- class GetEnvironmentCommand extends Command
1819
- .classBuilder()
1820
- .ep(commonParams)
1821
- .m(function (Command, cs, config, o) {
1822
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1823
- })
1824
- .s("AmazonAppConfig", "GetEnvironment", {})
1825
- .n("AppConfigClient", "GetEnvironmentCommand")
1826
- .sc(GetEnvironment$)
1827
- .build() {
1828
- }
1829
-
1830
- class GetExperimentDefinitionCommand extends Command
1831
- .classBuilder()
1832
- .ep(commonParams)
1833
- .m(function (Command, cs, config, o) {
1834
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1835
- })
1836
- .s("AmazonAppConfig", "GetExperimentDefinition", {})
1837
- .n("AppConfigClient", "GetExperimentDefinitionCommand")
1838
- .sc(GetExperimentDefinition$)
1839
- .build() {
1840
- }
1841
-
1842
- class GetExperimentRunCommand extends Command
1843
- .classBuilder()
1844
- .ep(commonParams)
1845
- .m(function (Command, cs, config, o) {
1846
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1847
- })
1848
- .s("AmazonAppConfig", "GetExperimentRun", {})
1849
- .n("AppConfigClient", "GetExperimentRunCommand")
1850
- .sc(GetExperimentRun$)
1851
- .build() {
1852
- }
1853
-
1854
- class GetExtensionAssociationCommand extends Command
1855
- .classBuilder()
1856
- .ep(commonParams)
1857
- .m(function (Command, cs, config, o) {
1858
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1859
- })
1860
- .s("AmazonAppConfig", "GetExtensionAssociation", {})
1861
- .n("AppConfigClient", "GetExtensionAssociationCommand")
1862
- .sc(GetExtensionAssociation$)
1863
- .build() {
1864
- }
1865
-
1866
- class GetExtensionCommand extends Command
1867
- .classBuilder()
1868
- .ep(commonParams)
1869
- .m(function (Command, cs, config, o) {
1870
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1871
- })
1872
- .s("AmazonAppConfig", "GetExtension", {})
1873
- .n("AppConfigClient", "GetExtensionCommand")
1874
- .sc(GetExtension$)
1875
- .build() {
1876
- }
1877
-
1878
- class GetHostedConfigurationVersionCommand extends Command
1879
- .classBuilder()
1880
- .ep(commonParams)
1881
- .m(function (Command, cs, config, o) {
1882
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1883
- })
1884
- .s("AmazonAppConfig", "GetHostedConfigurationVersion", {})
1885
- .n("AppConfigClient", "GetHostedConfigurationVersionCommand")
1886
- .sc(GetHostedConfigurationVersion$)
1887
- .build() {
1888
- }
1889
-
1890
- class ListApplicationsCommand extends Command
1891
- .classBuilder()
1892
- .ep(commonParams)
1893
- .m(function (Command, cs, config, o) {
1894
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1895
- })
1896
- .s("AmazonAppConfig", "ListApplications", {})
1897
- .n("AppConfigClient", "ListApplicationsCommand")
1898
- .sc(ListApplications$)
1899
- .build() {
1900
- }
1901
-
1902
- class ListConfigurationProfilesCommand extends Command
1903
- .classBuilder()
1904
- .ep(commonParams)
1905
- .m(function (Command, cs, config, o) {
1906
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1907
- })
1908
- .s("AmazonAppConfig", "ListConfigurationProfiles", {})
1909
- .n("AppConfigClient", "ListConfigurationProfilesCommand")
1910
- .sc(ListConfigurationProfiles$)
1911
- .build() {
1912
- }
1913
-
1914
- class ListDeploymentsCommand extends Command
1915
- .classBuilder()
1916
- .ep(commonParams)
1917
- .m(function (Command, cs, config, o) {
1918
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1919
- })
1920
- .s("AmazonAppConfig", "ListDeployments", {})
1921
- .n("AppConfigClient", "ListDeploymentsCommand")
1922
- .sc(ListDeployments$)
1923
- .build() {
1924
- }
1925
-
1926
- class ListDeploymentStrategiesCommand extends Command
1927
- .classBuilder()
1928
- .ep(commonParams)
1929
- .m(function (Command, cs, config, o) {
1930
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1931
- })
1932
- .s("AmazonAppConfig", "ListDeploymentStrategies", {})
1933
- .n("AppConfigClient", "ListDeploymentStrategiesCommand")
1934
- .sc(ListDeploymentStrategies$)
1935
- .build() {
1936
- }
1937
-
1938
- class ListEnvironmentsCommand extends Command
1939
- .classBuilder()
1940
- .ep(commonParams)
1941
- .m(function (Command, cs, config, o) {
1942
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1943
- })
1944
- .s("AmazonAppConfig", "ListEnvironments", {})
1945
- .n("AppConfigClient", "ListEnvironmentsCommand")
1946
- .sc(ListEnvironments$)
1947
- .build() {
1948
- }
1949
-
1950
- class ListExperimentDefinitionsCommand extends Command
1951
- .classBuilder()
1952
- .ep(commonParams)
1953
- .m(function (Command, cs, config, o) {
1954
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1955
- })
1956
- .s("AmazonAppConfig", "ListExperimentDefinitions", {})
1957
- .n("AppConfigClient", "ListExperimentDefinitionsCommand")
1958
- .sc(ListExperimentDefinitions$)
1959
- .build() {
1960
- }
1961
-
1962
- class ListExperimentRunEventsCommand extends Command
1963
- .classBuilder()
1964
- .ep(commonParams)
1965
- .m(function (Command, cs, config, o) {
1966
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1967
- })
1968
- .s("AmazonAppConfig", "ListExperimentRunEvents", {})
1969
- .n("AppConfigClient", "ListExperimentRunEventsCommand")
1970
- .sc(ListExperimentRunEvents$)
1971
- .build() {
1972
- }
1973
-
1974
- class ListExperimentRunsCommand extends Command
1975
- .classBuilder()
1976
- .ep(commonParams)
1977
- .m(function (Command, cs, config, o) {
1978
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1979
- })
1980
- .s("AmazonAppConfig", "ListExperimentRuns", {})
1981
- .n("AppConfigClient", "ListExperimentRunsCommand")
1982
- .sc(ListExperimentRuns$)
1983
- .build() {
1984
- }
1985
-
1986
- class ListExtensionAssociationsCommand extends Command
1987
- .classBuilder()
1988
- .ep(commonParams)
1989
- .m(function (Command, cs, config, o) {
1990
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1991
- })
1992
- .s("AmazonAppConfig", "ListExtensionAssociations", {})
1993
- .n("AppConfigClient", "ListExtensionAssociationsCommand")
1994
- .sc(ListExtensionAssociations$)
1995
- .build() {
1996
- }
1997
-
1998
- class ListExtensionsCommand extends Command
1999
- .classBuilder()
2000
- .ep(commonParams)
2001
- .m(function (Command, cs, config, o) {
2002
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2003
- })
2004
- .s("AmazonAppConfig", "ListExtensions", {})
2005
- .n("AppConfigClient", "ListExtensionsCommand")
2006
- .sc(ListExtensions$)
2007
- .build() {
2008
- }
2009
-
2010
- class ListHostedConfigurationVersionsCommand extends Command
2011
- .classBuilder()
2012
- .ep(commonParams)
2013
- .m(function (Command, cs, config, o) {
2014
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2015
- })
2016
- .s("AmazonAppConfig", "ListHostedConfigurationVersions", {})
2017
- .n("AppConfigClient", "ListHostedConfigurationVersionsCommand")
2018
- .sc(ListHostedConfigurationVersions$)
2019
- .build() {
2020
- }
2021
-
2022
- class ListTagsForResourceCommand extends Command
2023
- .classBuilder()
2024
- .ep(commonParams)
2025
- .m(function (Command, cs, config, o) {
2026
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2027
- })
2028
- .s("AmazonAppConfig", "ListTagsForResource", {})
2029
- .n("AppConfigClient", "ListTagsForResourceCommand")
2030
- .sc(ListTagsForResource$)
2031
- .build() {
2032
- }
2033
-
2034
- class StartDeploymentCommand extends Command
2035
- .classBuilder()
2036
- .ep(commonParams)
2037
- .m(function (Command, cs, config, o) {
2038
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2039
- })
2040
- .s("AmazonAppConfig", "StartDeployment", {})
2041
- .n("AppConfigClient", "StartDeploymentCommand")
2042
- .sc(StartDeployment$)
2043
- .build() {
2044
- }
2045
-
2046
- class StartExperimentRunCommand extends Command
2047
- .classBuilder()
2048
- .ep(commonParams)
2049
- .m(function (Command, cs, config, o) {
2050
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2051
- })
2052
- .s("AmazonAppConfig", "StartExperimentRun", {})
2053
- .n("AppConfigClient", "StartExperimentRunCommand")
2054
- .sc(StartExperimentRun$)
2055
- .build() {
2056
- }
2057
-
2058
- class StopDeploymentCommand extends Command
2059
- .classBuilder()
2060
- .ep(commonParams)
2061
- .m(function (Command, cs, config, o) {
2062
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2063
- })
2064
- .s("AmazonAppConfig", "StopDeployment", {})
2065
- .n("AppConfigClient", "StopDeploymentCommand")
2066
- .sc(StopDeployment$)
2067
- .build() {
2068
- }
2069
-
2070
- class StopExperimentRunCommand extends Command
2071
- .classBuilder()
2072
- .ep(commonParams)
2073
- .m(function (Command, cs, config, o) {
2074
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2075
- })
2076
- .s("AmazonAppConfig", "StopExperimentRun", {})
2077
- .n("AppConfigClient", "StopExperimentRunCommand")
2078
- .sc(StopExperimentRun$)
2079
- .build() {
2080
- }
2081
-
2082
- class TagResourceCommand extends Command
2083
- .classBuilder()
2084
- .ep(commonParams)
2085
- .m(function (Command, cs, config, o) {
2086
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2087
- })
2088
- .s("AmazonAppConfig", "TagResource", {})
2089
- .n("AppConfigClient", "TagResourceCommand")
2090
- .sc(TagResource$)
2091
- .build() {
2092
- }
2093
-
2094
- class UntagResourceCommand extends Command
2095
- .classBuilder()
2096
- .ep(commonParams)
2097
- .m(function (Command, cs, config, o) {
2098
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2099
- })
2100
- .s("AmazonAppConfig", "UntagResource", {})
2101
- .n("AppConfigClient", "UntagResourceCommand")
2102
- .sc(UntagResource$)
2103
- .build() {
2104
- }
2105
-
2106
- class UpdateAccountSettingsCommand extends Command
2107
- .classBuilder()
2108
- .ep(commonParams)
2109
- .m(function (Command, cs, config, o) {
2110
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2111
- })
2112
- .s("AmazonAppConfig", "UpdateAccountSettings", {})
2113
- .n("AppConfigClient", "UpdateAccountSettingsCommand")
2114
- .sc(UpdateAccountSettings$)
2115
- .build() {
2116
- }
2117
-
2118
- class UpdateApplicationCommand extends Command
2119
- .classBuilder()
2120
- .ep(commonParams)
2121
- .m(function (Command, cs, config, o) {
2122
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2123
- })
2124
- .s("AmazonAppConfig", "UpdateApplication", {})
2125
- .n("AppConfigClient", "UpdateApplicationCommand")
2126
- .sc(UpdateApplication$)
2127
- .build() {
2128
- }
2129
-
2130
- class UpdateConfigurationProfileCommand extends Command
2131
- .classBuilder()
2132
- .ep(commonParams)
2133
- .m(function (Command, cs, config, o) {
2134
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2135
- })
2136
- .s("AmazonAppConfig", "UpdateConfigurationProfile", {})
2137
- .n("AppConfigClient", "UpdateConfigurationProfileCommand")
2138
- .sc(UpdateConfigurationProfile$)
2139
- .build() {
2140
- }
2141
-
2142
- class UpdateDeploymentStrategyCommand extends Command
2143
- .classBuilder()
2144
- .ep(commonParams)
2145
- .m(function (Command, cs, config, o) {
2146
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2147
- })
2148
- .s("AmazonAppConfig", "UpdateDeploymentStrategy", {})
2149
- .n("AppConfigClient", "UpdateDeploymentStrategyCommand")
2150
- .sc(UpdateDeploymentStrategy$)
2151
- .build() {
2152
- }
2153
-
2154
- class UpdateEnvironmentCommand extends Command
2155
- .classBuilder()
2156
- .ep(commonParams)
2157
- .m(function (Command, cs, config, o) {
2158
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2159
- })
2160
- .s("AmazonAppConfig", "UpdateEnvironment", {})
2161
- .n("AppConfigClient", "UpdateEnvironmentCommand")
2162
- .sc(UpdateEnvironment$)
2163
- .build() {
2164
- }
2165
-
2166
- class UpdateExperimentDefinitionCommand extends Command
2167
- .classBuilder()
2168
- .ep(commonParams)
2169
- .m(function (Command, cs, config, o) {
2170
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2171
- })
2172
- .s("AmazonAppConfig", "UpdateExperimentDefinition", {})
2173
- .n("AppConfigClient", "UpdateExperimentDefinitionCommand")
2174
- .sc(UpdateExperimentDefinition$)
2175
- .build() {
2176
- }
2177
-
2178
- class UpdateExperimentRunCommand extends Command
2179
- .classBuilder()
2180
- .ep(commonParams)
2181
- .m(function (Command, cs, config, o) {
2182
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2183
- })
2184
- .s("AmazonAppConfig", "UpdateExperimentRun", {})
2185
- .n("AppConfigClient", "UpdateExperimentRunCommand")
2186
- .sc(UpdateExperimentRun$)
2187
- .build() {
2188
- }
2189
-
2190
- class UpdateExtensionAssociationCommand extends Command
2191
- .classBuilder()
2192
- .ep(commonParams)
2193
- .m(function (Command, cs, config, o) {
2194
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2195
- })
2196
- .s("AmazonAppConfig", "UpdateExtensionAssociation", {})
2197
- .n("AppConfigClient", "UpdateExtensionAssociationCommand")
2198
- .sc(UpdateExtensionAssociation$)
2199
- .build() {
2200
- }
2201
-
2202
- class UpdateExtensionCommand extends Command
2203
- .classBuilder()
2204
- .ep(commonParams)
2205
- .m(function (Command, cs, config, o) {
2206
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2207
- })
2208
- .s("AmazonAppConfig", "UpdateExtension", {})
2209
- .n("AppConfigClient", "UpdateExtensionCommand")
2210
- .sc(UpdateExtension$)
2211
- .build() {
2212
- }
2213
-
2214
- class ValidateConfigurationCommand extends Command
2215
- .classBuilder()
2216
- .ep(commonParams)
2217
- .m(function (Command, cs, config, o) {
2218
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2219
- })
2220
- .s("AmazonAppConfig", "ValidateConfiguration", {})
2221
- .n("AppConfigClient", "ValidateConfigurationCommand")
2222
- .sc(ValidateConfiguration$)
2223
- .build() {
1555
+ const command = makeBuilder(commonParams, "AmazonAppConfig", "AppConfigClient", getEndpointPlugin);
1556
+ const _ep0 = {};
1557
+ const _mw0 = (Command, cs, config, o) => [];
1558
+
1559
+ class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
1560
+ }
1561
+
1562
+ class CreateConfigurationProfileCommand extends command(_ep0, _mw0, "CreateConfigurationProfile", CreateConfigurationProfile$) {
1563
+ }
1564
+
1565
+ class CreateDeploymentStrategyCommand extends command(_ep0, _mw0, "CreateDeploymentStrategy", CreateDeploymentStrategy$) {
1566
+ }
1567
+
1568
+ class CreateEnvironmentCommand extends command(_ep0, _mw0, "CreateEnvironment", CreateEnvironment$) {
1569
+ }
1570
+
1571
+ class CreateExperimentDefinitionCommand extends command(_ep0, _mw0, "CreateExperimentDefinition", CreateExperimentDefinition$) {
1572
+ }
1573
+
1574
+ class CreateExtensionAssociationCommand extends command(_ep0, _mw0, "CreateExtensionAssociation", CreateExtensionAssociation$) {
1575
+ }
1576
+
1577
+ class CreateExtensionCommand extends command(_ep0, _mw0, "CreateExtension", CreateExtension$) {
1578
+ }
1579
+
1580
+ class CreateHostedConfigurationVersionCommand extends command(_ep0, _mw0, "CreateHostedConfigurationVersion", CreateHostedConfigurationVersion$) {
1581
+ }
1582
+
1583
+ class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
1584
+ }
1585
+
1586
+ class DeleteConfigurationProfileCommand extends command(_ep0, _mw0, "DeleteConfigurationProfile", DeleteConfigurationProfile$) {
1587
+ }
1588
+
1589
+ class DeleteDeploymentStrategyCommand extends command(_ep0, _mw0, "DeleteDeploymentStrategy", DeleteDeploymentStrategy$) {
1590
+ }
1591
+
1592
+ class DeleteEnvironmentCommand extends command(_ep0, _mw0, "DeleteEnvironment", DeleteEnvironment$) {
1593
+ }
1594
+
1595
+ class DeleteExperimentDefinitionCommand extends command(_ep0, _mw0, "DeleteExperimentDefinition", DeleteExperimentDefinition$) {
1596
+ }
1597
+
1598
+ class DeleteExtensionAssociationCommand extends command(_ep0, _mw0, "DeleteExtensionAssociation", DeleteExtensionAssociation$) {
1599
+ }
1600
+
1601
+ class DeleteExtensionCommand extends command(_ep0, _mw0, "DeleteExtension", DeleteExtension$) {
1602
+ }
1603
+
1604
+ class DeleteHostedConfigurationVersionCommand extends command(_ep0, _mw0, "DeleteHostedConfigurationVersion", DeleteHostedConfigurationVersion$) {
1605
+ }
1606
+
1607
+ class GetAccountSettingsCommand extends command(_ep0, _mw0, "GetAccountSettings", GetAccountSettings$) {
1608
+ }
1609
+
1610
+ class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
1611
+ }
1612
+
1613
+ class GetConfigurationCommand extends command(_ep0, _mw0, "GetConfiguration", GetConfiguration$) {
1614
+ }
1615
+
1616
+ class GetConfigurationProfileCommand extends command(_ep0, _mw0, "GetConfigurationProfile", GetConfigurationProfile$) {
1617
+ }
1618
+
1619
+ class GetDeploymentCommand extends command(_ep0, _mw0, "GetDeployment", GetDeployment$) {
1620
+ }
1621
+
1622
+ class GetDeploymentStrategyCommand extends command(_ep0, _mw0, "GetDeploymentStrategy", GetDeploymentStrategy$) {
1623
+ }
1624
+
1625
+ class GetEnvironmentCommand extends command(_ep0, _mw0, "GetEnvironment", GetEnvironment$) {
1626
+ }
1627
+
1628
+ class GetExperimentDefinitionCommand extends command(_ep0, _mw0, "GetExperimentDefinition", GetExperimentDefinition$) {
1629
+ }
1630
+
1631
+ class GetExperimentRunCommand extends command(_ep0, _mw0, "GetExperimentRun", GetExperimentRun$) {
1632
+ }
1633
+
1634
+ class GetExtensionAssociationCommand extends command(_ep0, _mw0, "GetExtensionAssociation", GetExtensionAssociation$) {
1635
+ }
1636
+
1637
+ class GetExtensionCommand extends command(_ep0, _mw0, "GetExtension", GetExtension$) {
1638
+ }
1639
+
1640
+ class GetHostedConfigurationVersionCommand extends command(_ep0, _mw0, "GetHostedConfigurationVersion", GetHostedConfigurationVersion$) {
1641
+ }
1642
+
1643
+ class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
1644
+ }
1645
+
1646
+ class ListConfigurationProfilesCommand extends command(_ep0, _mw0, "ListConfigurationProfiles", ListConfigurationProfiles$) {
1647
+ }
1648
+
1649
+ class ListDeploymentsCommand extends command(_ep0, _mw0, "ListDeployments", ListDeployments$) {
1650
+ }
1651
+
1652
+ class ListDeploymentStrategiesCommand extends command(_ep0, _mw0, "ListDeploymentStrategies", ListDeploymentStrategies$) {
1653
+ }
1654
+
1655
+ class ListEnvironmentsCommand extends command(_ep0, _mw0, "ListEnvironments", ListEnvironments$) {
1656
+ }
1657
+
1658
+ class ListExperimentDefinitionsCommand extends command(_ep0, _mw0, "ListExperimentDefinitions", ListExperimentDefinitions$) {
1659
+ }
1660
+
1661
+ class ListExperimentRunEventsCommand extends command(_ep0, _mw0, "ListExperimentRunEvents", ListExperimentRunEvents$) {
1662
+ }
1663
+
1664
+ class ListExperimentRunsCommand extends command(_ep0, _mw0, "ListExperimentRuns", ListExperimentRuns$) {
1665
+ }
1666
+
1667
+ class ListExtensionAssociationsCommand extends command(_ep0, _mw0, "ListExtensionAssociations", ListExtensionAssociations$) {
1668
+ }
1669
+
1670
+ class ListExtensionsCommand extends command(_ep0, _mw0, "ListExtensions", ListExtensions$) {
1671
+ }
1672
+
1673
+ class ListHostedConfigurationVersionsCommand extends command(_ep0, _mw0, "ListHostedConfigurationVersions", ListHostedConfigurationVersions$) {
1674
+ }
1675
+
1676
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1677
+ }
1678
+
1679
+ class StartDeploymentCommand extends command(_ep0, _mw0, "StartDeployment", StartDeployment$) {
1680
+ }
1681
+
1682
+ class StartExperimentRunCommand extends command(_ep0, _mw0, "StartExperimentRun", StartExperimentRun$) {
1683
+ }
1684
+
1685
+ class StopDeploymentCommand extends command(_ep0, _mw0, "StopDeployment", StopDeployment$) {
1686
+ }
1687
+
1688
+ class StopExperimentRunCommand extends command(_ep0, _mw0, "StopExperimentRun", StopExperimentRun$) {
1689
+ }
1690
+
1691
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1692
+ }
1693
+
1694
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1695
+ }
1696
+
1697
+ class UpdateAccountSettingsCommand extends command(_ep0, _mw0, "UpdateAccountSettings", UpdateAccountSettings$) {
1698
+ }
1699
+
1700
+ class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
1701
+ }
1702
+
1703
+ class UpdateConfigurationProfileCommand extends command(_ep0, _mw0, "UpdateConfigurationProfile", UpdateConfigurationProfile$) {
1704
+ }
1705
+
1706
+ class UpdateDeploymentStrategyCommand extends command(_ep0, _mw0, "UpdateDeploymentStrategy", UpdateDeploymentStrategy$) {
1707
+ }
1708
+
1709
+ class UpdateEnvironmentCommand extends command(_ep0, _mw0, "UpdateEnvironment", UpdateEnvironment$) {
1710
+ }
1711
+
1712
+ class UpdateExperimentDefinitionCommand extends command(_ep0, _mw0, "UpdateExperimentDefinition", UpdateExperimentDefinition$) {
1713
+ }
1714
+
1715
+ class UpdateExperimentRunCommand extends command(_ep0, _mw0, "UpdateExperimentRun", UpdateExperimentRun$) {
1716
+ }
1717
+
1718
+ class UpdateExtensionAssociationCommand extends command(_ep0, _mw0, "UpdateExtensionAssociation", UpdateExtensionAssociation$) {
1719
+ }
1720
+
1721
+ class UpdateExtensionCommand extends command(_ep0, _mw0, "UpdateExtension", UpdateExtension$) {
1722
+ }
1723
+
1724
+ class ValidateConfigurationCommand extends command(_ep0, _mw0, "ValidateConfiguration", ValidateConfiguration$) {
2224
1725
  }
2225
1726
 
2226
1727
  const paginateListApplications = createPaginator(AppConfigClient, ListApplicationsCommand, "NextToken", "NextToken", "MaxResults");