@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.
- package/dist-cjs/index.js +174 -673
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateConfigurationProfileCommand.js +2 -14
- package/dist-es/commands/CreateDeploymentStrategyCommand.js +2 -14
- package/dist-es/commands/CreateEnvironmentCommand.js +2 -14
- package/dist-es/commands/CreateExperimentDefinitionCommand.js +2 -14
- package/dist-es/commands/CreateExtensionAssociationCommand.js +2 -14
- package/dist-es/commands/CreateExtensionCommand.js +2 -14
- package/dist-es/commands/CreateHostedConfigurationVersionCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteConfigurationProfileCommand.js +2 -14
- package/dist-es/commands/DeleteDeploymentStrategyCommand.js +2 -14
- package/dist-es/commands/DeleteEnvironmentCommand.js +2 -14
- package/dist-es/commands/DeleteExperimentDefinitionCommand.js +2 -14
- package/dist-es/commands/DeleteExtensionAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteExtensionCommand.js +2 -14
- package/dist-es/commands/DeleteHostedConfigurationVersionCommand.js +2 -14
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -14
- package/dist-es/commands/GetApplicationCommand.js +2 -14
- package/dist-es/commands/GetConfigurationCommand.js +2 -14
- package/dist-es/commands/GetConfigurationProfileCommand.js +2 -14
- package/dist-es/commands/GetDeploymentCommand.js +2 -14
- package/dist-es/commands/GetDeploymentStrategyCommand.js +2 -14
- package/dist-es/commands/GetEnvironmentCommand.js +2 -14
- package/dist-es/commands/GetExperimentDefinitionCommand.js +2 -14
- package/dist-es/commands/GetExperimentRunCommand.js +2 -14
- package/dist-es/commands/GetExtensionAssociationCommand.js +2 -14
- package/dist-es/commands/GetExtensionCommand.js +2 -14
- package/dist-es/commands/GetHostedConfigurationVersionCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/ListConfigurationProfilesCommand.js +2 -14
- package/dist-es/commands/ListDeploymentStrategiesCommand.js +2 -14
- package/dist-es/commands/ListDeploymentsCommand.js +2 -14
- package/dist-es/commands/ListEnvironmentsCommand.js +2 -14
- package/dist-es/commands/ListExperimentDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListExperimentRunEventsCommand.js +2 -14
- package/dist-es/commands/ListExperimentRunsCommand.js +2 -14
- package/dist-es/commands/ListExtensionAssociationsCommand.js +2 -14
- package/dist-es/commands/ListExtensionsCommand.js +2 -14
- package/dist-es/commands/ListHostedConfigurationVersionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/StartDeploymentCommand.js +2 -14
- package/dist-es/commands/StartExperimentRunCommand.js +2 -14
- package/dist-es/commands/StopDeploymentCommand.js +2 -14
- package/dist-es/commands/StopExperimentRunCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateConfigurationProfileCommand.js +2 -14
- package/dist-es/commands/UpdateDeploymentStrategyCommand.js +2 -14
- package/dist-es/commands/UpdateEnvironmentCommand.js +2 -14
- package/dist-es/commands/UpdateExperimentDefinitionCommand.js +2 -14
- package/dist-es/commands/UpdateExperimentRunCommand.js +2 -14
- package/dist-es/commands/UpdateExtensionAssociationCommand.js +2 -14
- package/dist-es/commands/UpdateExtensionCommand.js +2 -14
- package/dist-es/commands/ValidateConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +3 -8
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateExperimentDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateExtensionCommand.d.ts +3 -8
- package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExperimentDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteExtensionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetConfigurationProfileCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +3 -8
- package/dist-types/commands/GetEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/GetExperimentDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/GetExperimentRunCommand.d.ts +3 -8
- package/dist-types/commands/GetExtensionAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetExtensionCommand.d.ts +3 -8
- package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +3 -8
- package/dist-types/commands/ListDeploymentsCommand.d.ts +3 -8
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListExperimentDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListExperimentRunEventsCommand.d.ts +3 -8
- package/dist-types/commands/ListExperimentRunsCommand.d.ts +3 -8
- package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListExtensionsCommand.d.ts +3 -8
- package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/StartDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/StartExperimentRunCommand.d.ts +3 -8
- package/dist-types/commands/StopDeploymentCommand.d.ts +3 -8
- package/dist-types/commands/StopExperimentRunCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +3 -8
- package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExperimentDefinitionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExperimentRunCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateExtensionCommand.d.ts +3 -8
- package/dist-types/commands/ValidateConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExperimentDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExperimentDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExperimentDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExperimentRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperimentDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperimentRunEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExperimentRunsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartExperimentRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopExperimentRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExperimentDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExperimentRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- 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,
|
|
4
|
-
|
|
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.
|
|
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
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
}
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
}
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
}
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
}
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
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");
|