@aws-sdk/client-acm 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 +51 -509
- package/dist-es/commandBuilder.js +11 -0
- package/dist-es/commands/AddTagsToCertificateCommand.js +2 -17
- package/dist-es/commands/CreateAcmeDomainValidationCommand.js +2 -17
- package/dist-es/commands/CreateAcmeEndpointCommand.js +2 -17
- package/dist-es/commands/CreateAcmeExternalAccountBindingCommand.js +2 -17
- package/dist-es/commands/DeleteAcmeDomainValidationCommand.js +2 -17
- package/dist-es/commands/DeleteAcmeEndpointCommand.js +2 -17
- package/dist-es/commands/DeleteAcmeExternalAccountBindingCommand.js +2 -17
- package/dist-es/commands/DeleteCertificateCommand.js +2 -17
- package/dist-es/commands/DescribeAcmeAccountCommand.js +2 -17
- package/dist-es/commands/DescribeAcmeDomainValidationCommand.js +2 -17
- package/dist-es/commands/DescribeAcmeEndpointCommand.js +2 -17
- package/dist-es/commands/DescribeAcmeExternalAccountBindingCommand.js +2 -17
- package/dist-es/commands/DescribeCertificateCommand.js +2 -17
- package/dist-es/commands/ExportCertificateCommand.js +2 -17
- package/dist-es/commands/GetAccountConfigurationCommand.js +2 -17
- package/dist-es/commands/GetAcmeExternalAccountBindingCredentialsCommand.js +2 -17
- package/dist-es/commands/GetCertificateCommand.js +2 -17
- package/dist-es/commands/ImportCertificateCommand.js +2 -17
- package/dist-es/commands/ListAcmeAccountsCommand.js +2 -17
- package/dist-es/commands/ListAcmeDomainValidationsCommand.js +2 -17
- package/dist-es/commands/ListAcmeEndpointsCommand.js +2 -17
- package/dist-es/commands/ListAcmeExternalAccountBindingsCommand.js +2 -17
- package/dist-es/commands/ListCertificatesCommand.js +2 -17
- package/dist-es/commands/ListTagsForCertificateCommand.js +2 -17
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -17
- package/dist-es/commands/PutAccountConfigurationCommand.js +2 -17
- package/dist-es/commands/RemoveTagsFromCertificateCommand.js +2 -17
- package/dist-es/commands/RenewCertificateCommand.js +2 -17
- package/dist-es/commands/RequestCertificateCommand.js +2 -17
- package/dist-es/commands/ResendValidationEmailCommand.js +2 -17
- package/dist-es/commands/RevokeAcmeAccountCommand.js +2 -17
- package/dist-es/commands/RevokeAcmeExternalAccountBindingCommand.js +2 -17
- package/dist-es/commands/RevokeCertificateCommand.js +2 -17
- package/dist-es/commands/SearchCertificatesCommand.js +2 -17
- package/dist-es/commands/TagResourceCommand.js +2 -17
- package/dist-es/commands/UntagResourceCommand.js +2 -17
- package/dist-es/commands/UpdateAcmeDomainValidationCommand.js +2 -17
- package/dist-es/commands/UpdateAcmeEndpointCommand.js +2 -17
- package/dist-es/commands/UpdateCertificateOptionsCommand.js +2 -17
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/AddTagsToCertificateCommand.d.ts +3 -8
- package/dist-types/commands/CreateAcmeDomainValidationCommand.d.ts +3 -8
- package/dist-types/commands/CreateAcmeEndpointCommand.d.ts +3 -8
- package/dist-types/commands/CreateAcmeExternalAccountBindingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAcmeDomainValidationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAcmeEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAcmeExternalAccountBindingCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCertificateCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAcmeAccountCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAcmeDomainValidationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAcmeEndpointCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAcmeExternalAccountBindingCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCertificateCommand.d.ts +3 -8
- package/dist-types/commands/ExportCertificateCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetAcmeExternalAccountBindingCredentialsCommand.d.ts +3 -8
- package/dist-types/commands/GetCertificateCommand.d.ts +3 -8
- package/dist-types/commands/ImportCertificateCommand.d.ts +3 -8
- package/dist-types/commands/ListAcmeAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListAcmeDomainValidationsCommand.d.ts +3 -8
- package/dist-types/commands/ListAcmeEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListAcmeExternalAccountBindingsCommand.d.ts +3 -8
- package/dist-types/commands/ListCertificatesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForCertificateCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutAccountConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsFromCertificateCommand.d.ts +3 -8
- package/dist-types/commands/RenewCertificateCommand.d.ts +3 -8
- package/dist-types/commands/RequestCertificateCommand.d.ts +3 -8
- package/dist-types/commands/ResendValidationEmailCommand.d.ts +3 -8
- package/dist-types/commands/RevokeAcmeAccountCommand.d.ts +3 -8
- package/dist-types/commands/RevokeAcmeExternalAccountBindingCommand.d.ts +3 -8
- package/dist-types/commands/RevokeCertificateCommand.d.ts +3 -8
- package/dist-types/commands/SearchCertificatesCommand.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/UpdateAcmeDomainValidationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAcmeEndpointCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCertificateOptionsCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +47 -0
- package/dist-types/ts3.4/commands/AddTagsToCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAcmeDomainValidationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAcmeEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAcmeExternalAccountBindingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAcmeDomainValidationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAcmeEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAcmeExternalAccountBindingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAcmeAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAcmeDomainValidationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAcmeEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAcmeExternalAccountBindingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAcmeExternalAccountBindingCredentialsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAcmeAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAcmeDomainValidationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAcmeEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAcmeExternalAccountBindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCertificatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutAccountConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsFromCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RenewCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RequestCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResendValidationEmailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeAcmeAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeAcmeExternalAccountBindingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchCertificatesCommand.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/UpdateAcmeDomainValidationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAcmeEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCertificateOptionsCommand.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");
|
|
@@ -70,7 +71,7 @@ const commonParams = {
|
|
|
70
71
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
71
72
|
};
|
|
72
73
|
|
|
73
|
-
var version = "3.
|
|
74
|
+
var version = "3.1078.0";
|
|
74
75
|
var packageInfo = {
|
|
75
76
|
version: version};
|
|
76
77
|
|
|
@@ -1664,589 +1665,130 @@ class ACMClient extends Client {
|
|
|
1664
1665
|
}
|
|
1665
1666
|
}
|
|
1666
1667
|
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
.ep({
|
|
1670
|
-
...commonParams,
|
|
1668
|
+
const command = makeBuilder(commonParams, "CertificateManager", "ACMClient", getEndpointPlugin);
|
|
1669
|
+
const _ep0 = {
|
|
1671
1670
|
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
.build() {
|
|
1671
|
+
};
|
|
1672
|
+
const _ep1 = {
|
|
1673
|
+
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1674
|
+
};
|
|
1675
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1676
|
+
|
|
1677
|
+
class AddTagsToCertificateCommand extends command(_ep0, _mw0, "AddTagsToCertificate", AddTagsToCertificate$) {
|
|
1680
1678
|
}
|
|
1681
1679
|
|
|
1682
|
-
class CreateAcmeDomainValidationCommand extends
|
|
1683
|
-
.classBuilder()
|
|
1684
|
-
.ep({
|
|
1685
|
-
...commonParams,
|
|
1686
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1687
|
-
})
|
|
1688
|
-
.m(function (Command, cs, config, o) {
|
|
1689
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1690
|
-
})
|
|
1691
|
-
.s("CertificateManager", "CreateAcmeDomainValidation", {})
|
|
1692
|
-
.n("ACMClient", "CreateAcmeDomainValidationCommand")
|
|
1693
|
-
.sc(CreateAcmeDomainValidation$)
|
|
1694
|
-
.build() {
|
|
1680
|
+
class CreateAcmeDomainValidationCommand extends command(_ep1, _mw0, "CreateAcmeDomainValidation", CreateAcmeDomainValidation$) {
|
|
1695
1681
|
}
|
|
1696
1682
|
|
|
1697
|
-
class CreateAcmeEndpointCommand extends
|
|
1698
|
-
.classBuilder()
|
|
1699
|
-
.ep({
|
|
1700
|
-
...commonParams,
|
|
1701
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1702
|
-
})
|
|
1703
|
-
.m(function (Command, cs, config, o) {
|
|
1704
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1705
|
-
})
|
|
1706
|
-
.s("CertificateManager", "CreateAcmeEndpoint", {})
|
|
1707
|
-
.n("ACMClient", "CreateAcmeEndpointCommand")
|
|
1708
|
-
.sc(CreateAcmeEndpoint$)
|
|
1709
|
-
.build() {
|
|
1683
|
+
class CreateAcmeEndpointCommand extends command(_ep1, _mw0, "CreateAcmeEndpoint", CreateAcmeEndpoint$) {
|
|
1710
1684
|
}
|
|
1711
1685
|
|
|
1712
|
-
class CreateAcmeExternalAccountBindingCommand extends
|
|
1713
|
-
.classBuilder()
|
|
1714
|
-
.ep({
|
|
1715
|
-
...commonParams,
|
|
1716
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1717
|
-
})
|
|
1718
|
-
.m(function (Command, cs, config, o) {
|
|
1719
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1720
|
-
})
|
|
1721
|
-
.s("CertificateManager", "CreateAcmeExternalAccountBinding", {})
|
|
1722
|
-
.n("ACMClient", "CreateAcmeExternalAccountBindingCommand")
|
|
1723
|
-
.sc(CreateAcmeExternalAccountBinding$)
|
|
1724
|
-
.build() {
|
|
1686
|
+
class CreateAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "CreateAcmeExternalAccountBinding", CreateAcmeExternalAccountBinding$) {
|
|
1725
1687
|
}
|
|
1726
1688
|
|
|
1727
|
-
class DeleteAcmeDomainValidationCommand extends
|
|
1728
|
-
.classBuilder()
|
|
1729
|
-
.ep({
|
|
1730
|
-
...commonParams,
|
|
1731
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1732
|
-
})
|
|
1733
|
-
.m(function (Command, cs, config, o) {
|
|
1734
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1735
|
-
})
|
|
1736
|
-
.s("CertificateManager", "DeleteAcmeDomainValidation", {})
|
|
1737
|
-
.n("ACMClient", "DeleteAcmeDomainValidationCommand")
|
|
1738
|
-
.sc(DeleteAcmeDomainValidation$)
|
|
1739
|
-
.build() {
|
|
1689
|
+
class DeleteAcmeDomainValidationCommand extends command(_ep1, _mw0, "DeleteAcmeDomainValidation", DeleteAcmeDomainValidation$) {
|
|
1740
1690
|
}
|
|
1741
1691
|
|
|
1742
|
-
class DeleteAcmeEndpointCommand extends
|
|
1743
|
-
.classBuilder()
|
|
1744
|
-
.ep({
|
|
1745
|
-
...commonParams,
|
|
1746
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1747
|
-
})
|
|
1748
|
-
.m(function (Command, cs, config, o) {
|
|
1749
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1750
|
-
})
|
|
1751
|
-
.s("CertificateManager", "DeleteAcmeEndpoint", {})
|
|
1752
|
-
.n("ACMClient", "DeleteAcmeEndpointCommand")
|
|
1753
|
-
.sc(DeleteAcmeEndpoint$)
|
|
1754
|
-
.build() {
|
|
1692
|
+
class DeleteAcmeEndpointCommand extends command(_ep1, _mw0, "DeleteAcmeEndpoint", DeleteAcmeEndpoint$) {
|
|
1755
1693
|
}
|
|
1756
1694
|
|
|
1757
|
-
class DeleteAcmeExternalAccountBindingCommand extends
|
|
1758
|
-
.classBuilder()
|
|
1759
|
-
.ep({
|
|
1760
|
-
...commonParams,
|
|
1761
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1762
|
-
})
|
|
1763
|
-
.m(function (Command, cs, config, o) {
|
|
1764
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1765
|
-
})
|
|
1766
|
-
.s("CertificateManager", "DeleteAcmeExternalAccountBinding", {})
|
|
1767
|
-
.n("ACMClient", "DeleteAcmeExternalAccountBindingCommand")
|
|
1768
|
-
.sc(DeleteAcmeExternalAccountBinding$)
|
|
1769
|
-
.build() {
|
|
1695
|
+
class DeleteAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "DeleteAcmeExternalAccountBinding", DeleteAcmeExternalAccountBinding$) {
|
|
1770
1696
|
}
|
|
1771
1697
|
|
|
1772
|
-
class DeleteCertificateCommand extends
|
|
1773
|
-
.classBuilder()
|
|
1774
|
-
.ep({
|
|
1775
|
-
...commonParams,
|
|
1776
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
1777
|
-
})
|
|
1778
|
-
.m(function (Command, cs, config, o) {
|
|
1779
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1780
|
-
})
|
|
1781
|
-
.s("CertificateManager", "DeleteCertificate", {})
|
|
1782
|
-
.n("ACMClient", "DeleteCertificateCommand")
|
|
1783
|
-
.sc(DeleteCertificate$)
|
|
1784
|
-
.build() {
|
|
1698
|
+
class DeleteCertificateCommand extends command(_ep0, _mw0, "DeleteCertificate", DeleteCertificate$) {
|
|
1785
1699
|
}
|
|
1786
1700
|
|
|
1787
|
-
class DescribeAcmeAccountCommand extends
|
|
1788
|
-
.classBuilder()
|
|
1789
|
-
.ep({
|
|
1790
|
-
...commonParams,
|
|
1791
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1792
|
-
})
|
|
1793
|
-
.m(function (Command, cs, config, o) {
|
|
1794
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1795
|
-
})
|
|
1796
|
-
.s("CertificateManager", "DescribeAcmeAccount", {})
|
|
1797
|
-
.n("ACMClient", "DescribeAcmeAccountCommand")
|
|
1798
|
-
.sc(DescribeAcmeAccount$)
|
|
1799
|
-
.build() {
|
|
1701
|
+
class DescribeAcmeAccountCommand extends command(_ep1, _mw0, "DescribeAcmeAccount", DescribeAcmeAccount$) {
|
|
1800
1702
|
}
|
|
1801
1703
|
|
|
1802
|
-
class DescribeAcmeDomainValidationCommand extends
|
|
1803
|
-
.classBuilder()
|
|
1804
|
-
.ep({
|
|
1805
|
-
...commonParams,
|
|
1806
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1807
|
-
})
|
|
1808
|
-
.m(function (Command, cs, config, o) {
|
|
1809
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1810
|
-
})
|
|
1811
|
-
.s("CertificateManager", "DescribeAcmeDomainValidation", {})
|
|
1812
|
-
.n("ACMClient", "DescribeAcmeDomainValidationCommand")
|
|
1813
|
-
.sc(DescribeAcmeDomainValidation$)
|
|
1814
|
-
.build() {
|
|
1704
|
+
class DescribeAcmeDomainValidationCommand extends command(_ep1, _mw0, "DescribeAcmeDomainValidation", DescribeAcmeDomainValidation$) {
|
|
1815
1705
|
}
|
|
1816
1706
|
|
|
1817
|
-
class DescribeAcmeEndpointCommand extends
|
|
1818
|
-
.classBuilder()
|
|
1819
|
-
.ep({
|
|
1820
|
-
...commonParams,
|
|
1821
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1822
|
-
})
|
|
1823
|
-
.m(function (Command, cs, config, o) {
|
|
1824
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1825
|
-
})
|
|
1826
|
-
.s("CertificateManager", "DescribeAcmeEndpoint", {})
|
|
1827
|
-
.n("ACMClient", "DescribeAcmeEndpointCommand")
|
|
1828
|
-
.sc(DescribeAcmeEndpoint$)
|
|
1829
|
-
.build() {
|
|
1707
|
+
class DescribeAcmeEndpointCommand extends command(_ep1, _mw0, "DescribeAcmeEndpoint", DescribeAcmeEndpoint$) {
|
|
1830
1708
|
}
|
|
1831
1709
|
|
|
1832
|
-
class DescribeAcmeExternalAccountBindingCommand extends
|
|
1833
|
-
.classBuilder()
|
|
1834
|
-
.ep({
|
|
1835
|
-
...commonParams,
|
|
1836
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1837
|
-
})
|
|
1838
|
-
.m(function (Command, cs, config, o) {
|
|
1839
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1840
|
-
})
|
|
1841
|
-
.s("CertificateManager", "DescribeAcmeExternalAccountBinding", {})
|
|
1842
|
-
.n("ACMClient", "DescribeAcmeExternalAccountBindingCommand")
|
|
1843
|
-
.sc(DescribeAcmeExternalAccountBinding$)
|
|
1844
|
-
.build() {
|
|
1710
|
+
class DescribeAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "DescribeAcmeExternalAccountBinding", DescribeAcmeExternalAccountBinding$) {
|
|
1845
1711
|
}
|
|
1846
1712
|
|
|
1847
|
-
class DescribeCertificateCommand extends
|
|
1848
|
-
.classBuilder()
|
|
1849
|
-
.ep({
|
|
1850
|
-
...commonParams,
|
|
1851
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
1852
|
-
})
|
|
1853
|
-
.m(function (Command, cs, config, o) {
|
|
1854
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1855
|
-
})
|
|
1856
|
-
.s("CertificateManager", "DescribeCertificate", {})
|
|
1857
|
-
.n("ACMClient", "DescribeCertificateCommand")
|
|
1858
|
-
.sc(DescribeCertificate$)
|
|
1859
|
-
.build() {
|
|
1713
|
+
class DescribeCertificateCommand extends command(_ep0, _mw0, "DescribeCertificate", DescribeCertificate$) {
|
|
1860
1714
|
}
|
|
1861
1715
|
|
|
1862
|
-
class ExportCertificateCommand extends
|
|
1863
|
-
.classBuilder()
|
|
1864
|
-
.ep({
|
|
1865
|
-
...commonParams,
|
|
1866
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
1867
|
-
})
|
|
1868
|
-
.m(function (Command, cs, config, o) {
|
|
1869
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1870
|
-
})
|
|
1871
|
-
.s("CertificateManager", "ExportCertificate", {})
|
|
1872
|
-
.n("ACMClient", "ExportCertificateCommand")
|
|
1873
|
-
.sc(ExportCertificate$)
|
|
1874
|
-
.build() {
|
|
1716
|
+
class ExportCertificateCommand extends command(_ep0, _mw0, "ExportCertificate", ExportCertificate$) {
|
|
1875
1717
|
}
|
|
1876
1718
|
|
|
1877
|
-
class GetAccountConfigurationCommand extends
|
|
1878
|
-
.classBuilder()
|
|
1879
|
-
.ep({
|
|
1880
|
-
...commonParams,
|
|
1881
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
1882
|
-
})
|
|
1883
|
-
.m(function (Command, cs, config, o) {
|
|
1884
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1885
|
-
})
|
|
1886
|
-
.s("CertificateManager", "GetAccountConfiguration", {})
|
|
1887
|
-
.n("ACMClient", "GetAccountConfigurationCommand")
|
|
1888
|
-
.sc(GetAccountConfiguration$)
|
|
1889
|
-
.build() {
|
|
1719
|
+
class GetAccountConfigurationCommand extends command(_ep0, _mw0, "GetAccountConfiguration", GetAccountConfiguration$) {
|
|
1890
1720
|
}
|
|
1891
1721
|
|
|
1892
|
-
class GetAcmeExternalAccountBindingCredentialsCommand extends
|
|
1893
|
-
.classBuilder()
|
|
1894
|
-
.ep({
|
|
1895
|
-
...commonParams,
|
|
1896
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1897
|
-
})
|
|
1898
|
-
.m(function (Command, cs, config, o) {
|
|
1899
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1900
|
-
})
|
|
1901
|
-
.s("CertificateManager", "GetAcmeExternalAccountBindingCredentials", {})
|
|
1902
|
-
.n("ACMClient", "GetAcmeExternalAccountBindingCredentialsCommand")
|
|
1903
|
-
.sc(GetAcmeExternalAccountBindingCredentials$)
|
|
1904
|
-
.build() {
|
|
1722
|
+
class GetAcmeExternalAccountBindingCredentialsCommand extends command(_ep1, _mw0, "GetAcmeExternalAccountBindingCredentials", GetAcmeExternalAccountBindingCredentials$) {
|
|
1905
1723
|
}
|
|
1906
1724
|
|
|
1907
|
-
class GetCertificateCommand extends
|
|
1908
|
-
.classBuilder()
|
|
1909
|
-
.ep({
|
|
1910
|
-
...commonParams,
|
|
1911
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
1912
|
-
})
|
|
1913
|
-
.m(function (Command, cs, config, o) {
|
|
1914
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1915
|
-
})
|
|
1916
|
-
.s("CertificateManager", "GetCertificate", {})
|
|
1917
|
-
.n("ACMClient", "GetCertificateCommand")
|
|
1918
|
-
.sc(GetCertificate$)
|
|
1919
|
-
.build() {
|
|
1725
|
+
class GetCertificateCommand extends command(_ep0, _mw0, "GetCertificate", GetCertificate$) {
|
|
1920
1726
|
}
|
|
1921
1727
|
|
|
1922
|
-
class ImportCertificateCommand extends
|
|
1923
|
-
.classBuilder()
|
|
1924
|
-
.ep({
|
|
1925
|
-
...commonParams,
|
|
1926
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
1927
|
-
})
|
|
1928
|
-
.m(function (Command, cs, config, o) {
|
|
1929
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1930
|
-
})
|
|
1931
|
-
.s("CertificateManager", "ImportCertificate", {})
|
|
1932
|
-
.n("ACMClient", "ImportCertificateCommand")
|
|
1933
|
-
.sc(ImportCertificate$)
|
|
1934
|
-
.build() {
|
|
1728
|
+
class ImportCertificateCommand extends command(_ep0, _mw0, "ImportCertificate", ImportCertificate$) {
|
|
1935
1729
|
}
|
|
1936
1730
|
|
|
1937
|
-
class ListAcmeAccountsCommand extends
|
|
1938
|
-
.classBuilder()
|
|
1939
|
-
.ep({
|
|
1940
|
-
...commonParams,
|
|
1941
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1942
|
-
})
|
|
1943
|
-
.m(function (Command, cs, config, o) {
|
|
1944
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1945
|
-
})
|
|
1946
|
-
.s("CertificateManager", "ListAcmeAccounts", {})
|
|
1947
|
-
.n("ACMClient", "ListAcmeAccountsCommand")
|
|
1948
|
-
.sc(ListAcmeAccounts$)
|
|
1949
|
-
.build() {
|
|
1731
|
+
class ListAcmeAccountsCommand extends command(_ep1, _mw0, "ListAcmeAccounts", ListAcmeAccounts$) {
|
|
1950
1732
|
}
|
|
1951
1733
|
|
|
1952
|
-
class ListAcmeDomainValidationsCommand extends
|
|
1953
|
-
.classBuilder()
|
|
1954
|
-
.ep({
|
|
1955
|
-
...commonParams,
|
|
1956
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1957
|
-
})
|
|
1958
|
-
.m(function (Command, cs, config, o) {
|
|
1959
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1960
|
-
})
|
|
1961
|
-
.s("CertificateManager", "ListAcmeDomainValidations", {})
|
|
1962
|
-
.n("ACMClient", "ListAcmeDomainValidationsCommand")
|
|
1963
|
-
.sc(ListAcmeDomainValidations$)
|
|
1964
|
-
.build() {
|
|
1734
|
+
class ListAcmeDomainValidationsCommand extends command(_ep1, _mw0, "ListAcmeDomainValidations", ListAcmeDomainValidations$) {
|
|
1965
1735
|
}
|
|
1966
1736
|
|
|
1967
|
-
class ListAcmeEndpointsCommand extends
|
|
1968
|
-
.classBuilder()
|
|
1969
|
-
.ep({
|
|
1970
|
-
...commonParams,
|
|
1971
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1972
|
-
})
|
|
1973
|
-
.m(function (Command, cs, config, o) {
|
|
1974
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1975
|
-
})
|
|
1976
|
-
.s("CertificateManager", "ListAcmeEndpoints", {})
|
|
1977
|
-
.n("ACMClient", "ListAcmeEndpointsCommand")
|
|
1978
|
-
.sc(ListAcmeEndpoints$)
|
|
1979
|
-
.build() {
|
|
1737
|
+
class ListAcmeEndpointsCommand extends command(_ep1, _mw0, "ListAcmeEndpoints", ListAcmeEndpoints$) {
|
|
1980
1738
|
}
|
|
1981
1739
|
|
|
1982
|
-
class ListAcmeExternalAccountBindingsCommand extends
|
|
1983
|
-
.classBuilder()
|
|
1984
|
-
.ep({
|
|
1985
|
-
...commonParams,
|
|
1986
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
1987
|
-
})
|
|
1988
|
-
.m(function (Command, cs, config, o) {
|
|
1989
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1990
|
-
})
|
|
1991
|
-
.s("CertificateManager", "ListAcmeExternalAccountBindings", {})
|
|
1992
|
-
.n("ACMClient", "ListAcmeExternalAccountBindingsCommand")
|
|
1993
|
-
.sc(ListAcmeExternalAccountBindings$)
|
|
1994
|
-
.build() {
|
|
1740
|
+
class ListAcmeExternalAccountBindingsCommand extends command(_ep1, _mw0, "ListAcmeExternalAccountBindings", ListAcmeExternalAccountBindings$) {
|
|
1995
1741
|
}
|
|
1996
1742
|
|
|
1997
|
-
class ListCertificatesCommand extends
|
|
1998
|
-
.classBuilder()
|
|
1999
|
-
.ep({
|
|
2000
|
-
...commonParams,
|
|
2001
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2002
|
-
})
|
|
2003
|
-
.m(function (Command, cs, config, o) {
|
|
2004
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2005
|
-
})
|
|
2006
|
-
.s("CertificateManager", "ListCertificates", {})
|
|
2007
|
-
.n("ACMClient", "ListCertificatesCommand")
|
|
2008
|
-
.sc(ListCertificates$)
|
|
2009
|
-
.build() {
|
|
1743
|
+
class ListCertificatesCommand extends command(_ep0, _mw0, "ListCertificates", ListCertificates$) {
|
|
2010
1744
|
}
|
|
2011
1745
|
|
|
2012
|
-
class ListTagsForCertificateCommand extends
|
|
2013
|
-
.classBuilder()
|
|
2014
|
-
.ep({
|
|
2015
|
-
...commonParams,
|
|
2016
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2017
|
-
})
|
|
2018
|
-
.m(function (Command, cs, config, o) {
|
|
2019
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2020
|
-
})
|
|
2021
|
-
.s("CertificateManager", "ListTagsForCertificate", {})
|
|
2022
|
-
.n("ACMClient", "ListTagsForCertificateCommand")
|
|
2023
|
-
.sc(ListTagsForCertificate$)
|
|
2024
|
-
.build() {
|
|
1746
|
+
class ListTagsForCertificateCommand extends command(_ep0, _mw0, "ListTagsForCertificate", ListTagsForCertificate$) {
|
|
2025
1747
|
}
|
|
2026
1748
|
|
|
2027
|
-
class ListTagsForResourceCommand extends
|
|
2028
|
-
.classBuilder()
|
|
2029
|
-
.ep({
|
|
2030
|
-
...commonParams,
|
|
2031
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2032
|
-
})
|
|
2033
|
-
.m(function (Command, cs, config, o) {
|
|
2034
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2035
|
-
})
|
|
2036
|
-
.s("CertificateManager", "ListTagsForResource", {})
|
|
2037
|
-
.n("ACMClient", "ListTagsForResourceCommand")
|
|
2038
|
-
.sc(ListTagsForResource$)
|
|
2039
|
-
.build() {
|
|
1749
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2040
1750
|
}
|
|
2041
1751
|
|
|
2042
|
-
class PutAccountConfigurationCommand extends
|
|
2043
|
-
.classBuilder()
|
|
2044
|
-
.ep({
|
|
2045
|
-
...commonParams,
|
|
2046
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2047
|
-
})
|
|
2048
|
-
.m(function (Command, cs, config, o) {
|
|
2049
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2050
|
-
})
|
|
2051
|
-
.s("CertificateManager", "PutAccountConfiguration", {})
|
|
2052
|
-
.n("ACMClient", "PutAccountConfigurationCommand")
|
|
2053
|
-
.sc(PutAccountConfiguration$)
|
|
2054
|
-
.build() {
|
|
1752
|
+
class PutAccountConfigurationCommand extends command(_ep0, _mw0, "PutAccountConfiguration", PutAccountConfiguration$) {
|
|
2055
1753
|
}
|
|
2056
1754
|
|
|
2057
|
-
class RemoveTagsFromCertificateCommand extends
|
|
2058
|
-
.classBuilder()
|
|
2059
|
-
.ep({
|
|
2060
|
-
...commonParams,
|
|
2061
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2062
|
-
})
|
|
2063
|
-
.m(function (Command, cs, config, o) {
|
|
2064
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2065
|
-
})
|
|
2066
|
-
.s("CertificateManager", "RemoveTagsFromCertificate", {})
|
|
2067
|
-
.n("ACMClient", "RemoveTagsFromCertificateCommand")
|
|
2068
|
-
.sc(RemoveTagsFromCertificate$)
|
|
2069
|
-
.build() {
|
|
1755
|
+
class RemoveTagsFromCertificateCommand extends command(_ep0, _mw0, "RemoveTagsFromCertificate", RemoveTagsFromCertificate$) {
|
|
2070
1756
|
}
|
|
2071
1757
|
|
|
2072
|
-
class RenewCertificateCommand extends
|
|
2073
|
-
.classBuilder()
|
|
2074
|
-
.ep({
|
|
2075
|
-
...commonParams,
|
|
2076
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2077
|
-
})
|
|
2078
|
-
.m(function (Command, cs, config, o) {
|
|
2079
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2080
|
-
})
|
|
2081
|
-
.s("CertificateManager", "RenewCertificate", {})
|
|
2082
|
-
.n("ACMClient", "RenewCertificateCommand")
|
|
2083
|
-
.sc(RenewCertificate$)
|
|
2084
|
-
.build() {
|
|
1758
|
+
class RenewCertificateCommand extends command(_ep0, _mw0, "RenewCertificate", RenewCertificate$) {
|
|
2085
1759
|
}
|
|
2086
1760
|
|
|
2087
|
-
class RequestCertificateCommand extends
|
|
2088
|
-
.classBuilder()
|
|
2089
|
-
.ep({
|
|
2090
|
-
...commonParams,
|
|
2091
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2092
|
-
})
|
|
2093
|
-
.m(function (Command, cs, config, o) {
|
|
2094
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2095
|
-
})
|
|
2096
|
-
.s("CertificateManager", "RequestCertificate", {})
|
|
2097
|
-
.n("ACMClient", "RequestCertificateCommand")
|
|
2098
|
-
.sc(RequestCertificate$)
|
|
2099
|
-
.build() {
|
|
1761
|
+
class RequestCertificateCommand extends command(_ep0, _mw0, "RequestCertificate", RequestCertificate$) {
|
|
2100
1762
|
}
|
|
2101
1763
|
|
|
2102
|
-
class ResendValidationEmailCommand extends
|
|
2103
|
-
.classBuilder()
|
|
2104
|
-
.ep({
|
|
2105
|
-
...commonParams,
|
|
2106
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2107
|
-
})
|
|
2108
|
-
.m(function (Command, cs, config, o) {
|
|
2109
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2110
|
-
})
|
|
2111
|
-
.s("CertificateManager", "ResendValidationEmail", {})
|
|
2112
|
-
.n("ACMClient", "ResendValidationEmailCommand")
|
|
2113
|
-
.sc(ResendValidationEmail$)
|
|
2114
|
-
.build() {
|
|
1764
|
+
class ResendValidationEmailCommand extends command(_ep0, _mw0, "ResendValidationEmail", ResendValidationEmail$) {
|
|
2115
1765
|
}
|
|
2116
1766
|
|
|
2117
|
-
class RevokeAcmeAccountCommand extends
|
|
2118
|
-
.classBuilder()
|
|
2119
|
-
.ep({
|
|
2120
|
-
...commonParams,
|
|
2121
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
2122
|
-
})
|
|
2123
|
-
.m(function (Command, cs, config, o) {
|
|
2124
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2125
|
-
})
|
|
2126
|
-
.s("CertificateManager", "RevokeAcmeAccount", {})
|
|
2127
|
-
.n("ACMClient", "RevokeAcmeAccountCommand")
|
|
2128
|
-
.sc(RevokeAcmeAccount$)
|
|
2129
|
-
.build() {
|
|
1767
|
+
class RevokeAcmeAccountCommand extends command(_ep1, _mw0, "RevokeAcmeAccount", RevokeAcmeAccount$) {
|
|
2130
1768
|
}
|
|
2131
1769
|
|
|
2132
|
-
class RevokeAcmeExternalAccountBindingCommand extends
|
|
2133
|
-
.classBuilder()
|
|
2134
|
-
.ep({
|
|
2135
|
-
...commonParams,
|
|
2136
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
2137
|
-
})
|
|
2138
|
-
.m(function (Command, cs, config, o) {
|
|
2139
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2140
|
-
})
|
|
2141
|
-
.s("CertificateManager", "RevokeAcmeExternalAccountBinding", {})
|
|
2142
|
-
.n("ACMClient", "RevokeAcmeExternalAccountBindingCommand")
|
|
2143
|
-
.sc(RevokeAcmeExternalAccountBinding$)
|
|
2144
|
-
.build() {
|
|
1770
|
+
class RevokeAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "RevokeAcmeExternalAccountBinding", RevokeAcmeExternalAccountBinding$) {
|
|
2145
1771
|
}
|
|
2146
1772
|
|
|
2147
|
-
class RevokeCertificateCommand extends
|
|
2148
|
-
.classBuilder()
|
|
2149
|
-
.ep({
|
|
2150
|
-
...commonParams,
|
|
2151
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2152
|
-
})
|
|
2153
|
-
.m(function (Command, cs, config, o) {
|
|
2154
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2155
|
-
})
|
|
2156
|
-
.s("CertificateManager", "RevokeCertificate", {})
|
|
2157
|
-
.n("ACMClient", "RevokeCertificateCommand")
|
|
2158
|
-
.sc(RevokeCertificate$)
|
|
2159
|
-
.build() {
|
|
1773
|
+
class RevokeCertificateCommand extends command(_ep0, _mw0, "RevokeCertificate", RevokeCertificate$) {
|
|
2160
1774
|
}
|
|
2161
1775
|
|
|
2162
|
-
class SearchCertificatesCommand extends
|
|
2163
|
-
.classBuilder()
|
|
2164
|
-
.ep({
|
|
2165
|
-
...commonParams,
|
|
2166
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2167
|
-
})
|
|
2168
|
-
.m(function (Command, cs, config, o) {
|
|
2169
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2170
|
-
})
|
|
2171
|
-
.s("CertificateManager", "SearchCertificates", {})
|
|
2172
|
-
.n("ACMClient", "SearchCertificatesCommand")
|
|
2173
|
-
.sc(SearchCertificates$)
|
|
2174
|
-
.build() {
|
|
1776
|
+
class SearchCertificatesCommand extends command(_ep0, _mw0, "SearchCertificates", SearchCertificates$) {
|
|
2175
1777
|
}
|
|
2176
1778
|
|
|
2177
|
-
class TagResourceCommand extends
|
|
2178
|
-
.classBuilder()
|
|
2179
|
-
.ep({
|
|
2180
|
-
...commonParams,
|
|
2181
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2182
|
-
})
|
|
2183
|
-
.m(function (Command, cs, config, o) {
|
|
2184
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2185
|
-
})
|
|
2186
|
-
.s("CertificateManager", "TagResource", {})
|
|
2187
|
-
.n("ACMClient", "TagResourceCommand")
|
|
2188
|
-
.sc(TagResource$)
|
|
2189
|
-
.build() {
|
|
1779
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2190
1780
|
}
|
|
2191
1781
|
|
|
2192
|
-
class UntagResourceCommand extends
|
|
2193
|
-
.classBuilder()
|
|
2194
|
-
.ep({
|
|
2195
|
-
...commonParams,
|
|
2196
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2197
|
-
})
|
|
2198
|
-
.m(function (Command, cs, config, o) {
|
|
2199
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2200
|
-
})
|
|
2201
|
-
.s("CertificateManager", "UntagResource", {})
|
|
2202
|
-
.n("ACMClient", "UntagResourceCommand")
|
|
2203
|
-
.sc(UntagResource$)
|
|
2204
|
-
.build() {
|
|
1782
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2205
1783
|
}
|
|
2206
1784
|
|
|
2207
|
-
class UpdateAcmeDomainValidationCommand extends
|
|
2208
|
-
.classBuilder()
|
|
2209
|
-
.ep({
|
|
2210
|
-
...commonParams,
|
|
2211
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
2212
|
-
})
|
|
2213
|
-
.m(function (Command, cs, config, o) {
|
|
2214
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2215
|
-
})
|
|
2216
|
-
.s("CertificateManager", "UpdateAcmeDomainValidation", {})
|
|
2217
|
-
.n("ACMClient", "UpdateAcmeDomainValidationCommand")
|
|
2218
|
-
.sc(UpdateAcmeDomainValidation$)
|
|
2219
|
-
.build() {
|
|
1785
|
+
class UpdateAcmeDomainValidationCommand extends command(_ep1, _mw0, "UpdateAcmeDomainValidation", UpdateAcmeDomainValidation$) {
|
|
2220
1786
|
}
|
|
2221
1787
|
|
|
2222
|
-
class UpdateAcmeEndpointCommand extends
|
|
2223
|
-
.classBuilder()
|
|
2224
|
-
.ep({
|
|
2225
|
-
...commonParams,
|
|
2226
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
2227
|
-
})
|
|
2228
|
-
.m(function (Command, cs, config, o) {
|
|
2229
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2230
|
-
})
|
|
2231
|
-
.s("CertificateManager", "UpdateAcmeEndpoint", {})
|
|
2232
|
-
.n("ACMClient", "UpdateAcmeEndpointCommand")
|
|
2233
|
-
.sc(UpdateAcmeEndpoint$)
|
|
2234
|
-
.build() {
|
|
1788
|
+
class UpdateAcmeEndpointCommand extends command(_ep1, _mw0, "UpdateAcmeEndpoint", UpdateAcmeEndpoint$) {
|
|
2235
1789
|
}
|
|
2236
1790
|
|
|
2237
|
-
class UpdateCertificateOptionsCommand extends
|
|
2238
|
-
.classBuilder()
|
|
2239
|
-
.ep({
|
|
2240
|
-
...commonParams,
|
|
2241
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
2242
|
-
})
|
|
2243
|
-
.m(function (Command, cs, config, o) {
|
|
2244
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2245
|
-
})
|
|
2246
|
-
.s("CertificateManager", "UpdateCertificateOptions", {})
|
|
2247
|
-
.n("ACMClient", "UpdateCertificateOptionsCommand")
|
|
2248
|
-
.sc(UpdateCertificateOptions$)
|
|
2249
|
-
.build() {
|
|
1791
|
+
class UpdateCertificateOptionsCommand extends command(_ep0, _mw0, "UpdateCertificateOptions", UpdateCertificateOptions$) {
|
|
2250
1792
|
}
|
|
2251
1793
|
|
|
2252
1794
|
const paginateListAcmeAccounts = createPaginator(ACMClient, ListAcmeAccountsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "CertificateManager", "ACMClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {
|
|
6
|
+
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
7
|
+
};
|
|
8
|
+
export const _ep1 = {
|
|
9
|
+
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
10
|
+
};
|
|
11
|
+
export const _mw0 = (Command, cs, config, o) => [];
|