@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
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AddTagsToCertificate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddTagsToCertificateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "AddTagsToCertificate", {})
|
|
16
|
-
.n("ACMClient", "AddTagsToCertificateCommand")
|
|
17
|
-
.sc(AddTagsToCertificate$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class AddTagsToCertificateCommand extends command(_ep0, _mw0, "AddTagsToCertificate", AddTagsToCertificate$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateAcmeDomainValidation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAcmeDomainValidationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "CreateAcmeDomainValidation", {})
|
|
16
|
-
.n("ACMClient", "CreateAcmeDomainValidationCommand")
|
|
17
|
-
.sc(CreateAcmeDomainValidation$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class CreateAcmeDomainValidationCommand extends command(_ep1, _mw0, "CreateAcmeDomainValidation", CreateAcmeDomainValidation$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateAcmeEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAcmeEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "CreateAcmeEndpoint", {})
|
|
16
|
-
.n("ACMClient", "CreateAcmeEndpointCommand")
|
|
17
|
-
.sc(CreateAcmeEndpoint$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class CreateAcmeEndpointCommand extends command(_ep1, _mw0, "CreateAcmeEndpoint", CreateAcmeEndpoint$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateAcmeExternalAccountBinding$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAcmeExternalAccountBindingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "CreateAcmeExternalAccountBinding", {})
|
|
16
|
-
.n("ACMClient", "CreateAcmeExternalAccountBindingCommand")
|
|
17
|
-
.sc(CreateAcmeExternalAccountBinding$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class CreateAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "CreateAcmeExternalAccountBinding", CreateAcmeExternalAccountBinding$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteAcmeDomainValidation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAcmeDomainValidationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "DeleteAcmeDomainValidation", {})
|
|
16
|
-
.n("ACMClient", "DeleteAcmeDomainValidationCommand")
|
|
17
|
-
.sc(DeleteAcmeDomainValidation$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class DeleteAcmeDomainValidationCommand extends command(_ep1, _mw0, "DeleteAcmeDomainValidation", DeleteAcmeDomainValidation$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteAcmeEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAcmeEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "DeleteAcmeEndpoint", {})
|
|
16
|
-
.n("ACMClient", "DeleteAcmeEndpointCommand")
|
|
17
|
-
.sc(DeleteAcmeEndpoint$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class DeleteAcmeEndpointCommand extends command(_ep1, _mw0, "DeleteAcmeEndpoint", DeleteAcmeEndpoint$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteAcmeExternalAccountBinding$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAcmeExternalAccountBindingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "DeleteAcmeExternalAccountBinding", {})
|
|
16
|
-
.n("ACMClient", "DeleteAcmeExternalAccountBindingCommand")
|
|
17
|
-
.sc(DeleteAcmeExternalAccountBinding$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class DeleteAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "DeleteAcmeExternalAccountBinding", DeleteAcmeExternalAccountBinding$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteCertificate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteCertificateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "DeleteCertificate", {})
|
|
16
|
-
.n("ACMClient", "DeleteCertificateCommand")
|
|
17
|
-
.sc(DeleteCertificate$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class DeleteCertificateCommand extends command(_ep0, _mw0, "DeleteCertificate", DeleteCertificate$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAcmeAccount$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAcmeAccountCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "DescribeAcmeAccount", {})
|
|
16
|
-
.n("ACMClient", "DescribeAcmeAccountCommand")
|
|
17
|
-
.sc(DescribeAcmeAccount$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class DescribeAcmeAccountCommand extends command(_ep1, _mw0, "DescribeAcmeAccount", DescribeAcmeAccount$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAcmeDomainValidation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAcmeDomainValidationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "DescribeAcmeDomainValidation", {})
|
|
16
|
-
.n("ACMClient", "DescribeAcmeDomainValidationCommand")
|
|
17
|
-
.sc(DescribeAcmeDomainValidation$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class DescribeAcmeDomainValidationCommand extends command(_ep1, _mw0, "DescribeAcmeDomainValidation", DescribeAcmeDomainValidation$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAcmeEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAcmeEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "DescribeAcmeEndpoint", {})
|
|
16
|
-
.n("ACMClient", "DescribeAcmeEndpointCommand")
|
|
17
|
-
.sc(DescribeAcmeEndpoint$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class DescribeAcmeEndpointCommand extends command(_ep1, _mw0, "DescribeAcmeEndpoint", DescribeAcmeEndpoint$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeAcmeExternalAccountBinding$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeAcmeExternalAccountBindingCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "DescribeAcmeExternalAccountBinding", {})
|
|
16
|
-
.n("ACMClient", "DescribeAcmeExternalAccountBindingCommand")
|
|
17
|
-
.sc(DescribeAcmeExternalAccountBinding$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class DescribeAcmeExternalAccountBindingCommand extends command(_ep1, _mw0, "DescribeAcmeExternalAccountBinding", DescribeAcmeExternalAccountBinding$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeCertificate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeCertificateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "DescribeCertificate", {})
|
|
16
|
-
.n("ACMClient", "DescribeCertificateCommand")
|
|
17
|
-
.sc(DescribeCertificate$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class DescribeCertificateCommand extends command(_ep0, _mw0, "DescribeCertificate", DescribeCertificate$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ExportCertificate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportCertificateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "ExportCertificate", {})
|
|
16
|
-
.n("ACMClient", "ExportCertificateCommand")
|
|
17
|
-
.sc(ExportCertificate$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class ExportCertificateCommand extends command(_ep0, _mw0, "ExportCertificate", ExportCertificate$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAccountConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAccountConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "GetAccountConfiguration", {})
|
|
16
|
-
.n("ACMClient", "GetAccountConfigurationCommand")
|
|
17
|
-
.sc(GetAccountConfiguration$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class GetAccountConfigurationCommand extends command(_ep0, _mw0, "GetAccountConfiguration", GetAccountConfiguration$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAcmeExternalAccountBindingCredentials$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAcmeExternalAccountBindingCredentialsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "GetAcmeExternalAccountBindingCredentials", {})
|
|
16
|
-
.n("ACMClient", "GetAcmeExternalAccountBindingCredentialsCommand")
|
|
17
|
-
.sc(GetAcmeExternalAccountBindingCredentials$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class GetAcmeExternalAccountBindingCredentialsCommand extends command(_ep1, _mw0, "GetAcmeExternalAccountBindingCredentials", GetAcmeExternalAccountBindingCredentials$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetCertificate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCertificateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "GetCertificate", {})
|
|
16
|
-
.n("ACMClient", "GetCertificateCommand")
|
|
17
|
-
.sc(GetCertificate$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class GetCertificateCommand extends command(_ep0, _mw0, "GetCertificate", GetCertificate$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ImportCertificate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ImportCertificateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "ImportCertificate", {})
|
|
16
|
-
.n("ACMClient", "ImportCertificateCommand")
|
|
17
|
-
.sc(ImportCertificate$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class ImportCertificateCommand extends command(_ep0, _mw0, "ImportCertificate", ImportCertificate$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAcmeAccounts$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAcmeAccountsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "ListAcmeAccounts", {})
|
|
16
|
-
.n("ACMClient", "ListAcmeAccountsCommand")
|
|
17
|
-
.sc(ListAcmeAccounts$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class ListAcmeAccountsCommand extends command(_ep1, _mw0, "ListAcmeAccounts", ListAcmeAccounts$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAcmeDomainValidations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAcmeDomainValidationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "ListAcmeDomainValidations", {})
|
|
16
|
-
.n("ACMClient", "ListAcmeDomainValidationsCommand")
|
|
17
|
-
.sc(ListAcmeDomainValidations$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class ListAcmeDomainValidationsCommand extends command(_ep1, _mw0, "ListAcmeDomainValidations", ListAcmeDomainValidations$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAcmeEndpoints$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAcmeEndpointsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "ListAcmeEndpoints", {})
|
|
16
|
-
.n("ACMClient", "ListAcmeEndpointsCommand")
|
|
17
|
-
.sc(ListAcmeEndpoints$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class ListAcmeEndpointsCommand extends command(_ep1, _mw0, "ListAcmeEndpoints", ListAcmeEndpoints$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep1, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAcmeExternalAccountBindings$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAcmeExternalAccountBindingsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM-ACME` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "ListAcmeExternalAccountBindings", {})
|
|
16
|
-
.n("ACMClient", "ListAcmeExternalAccountBindingsCommand")
|
|
17
|
-
.sc(ListAcmeExternalAccountBindings$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class ListAcmeExternalAccountBindingsCommand extends command(_ep1, _mw0, "ListAcmeExternalAccountBindings", ListAcmeExternalAccountBindings$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCertificates$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCertificatesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "ListCertificates", {})
|
|
16
|
-
.n("ACMClient", "ListCertificatesCommand")
|
|
17
|
-
.sc(ListCertificates$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class ListCertificatesCommand extends command(_ep0, _mw0, "ListCertificates", ListCertificates$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForCertificate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForCertificateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "ListTagsForCertificate", {})
|
|
16
|
-
.n("ACMClient", "ListTagsForCertificateCommand")
|
|
17
|
-
.sc(ListTagsForCertificate$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class ListTagsForCertificateCommand extends command(_ep0, _mw0, "ListTagsForCertificate", ListTagsForCertificate$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "ListTagsForResource", {})
|
|
16
|
-
.n("ACMClient", "ListTagsForResourceCommand")
|
|
17
|
-
.sc(ListTagsForResource$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutAccountConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutAccountConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "PutAccountConfiguration", {})
|
|
16
|
-
.n("ACMClient", "PutAccountConfigurationCommand")
|
|
17
|
-
.sc(PutAccountConfiguration$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class PutAccountConfigurationCommand extends command(_ep0, _mw0, "PutAccountConfiguration", PutAccountConfiguration$) {
|
|
19
4
|
}
|
|
@@ -1,19 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RemoveTagsFromCertificate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RemoveTagsFromCertificateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep({
|
|
9
|
-
...commonParams,
|
|
10
|
-
ServiceType: { type: "staticContextParams", value: `ACM` },
|
|
11
|
-
})
|
|
12
|
-
.m(function (Command, cs, config, o) {
|
|
13
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
14
|
-
})
|
|
15
|
-
.s("CertificateManager", "RemoveTagsFromCertificate", {})
|
|
16
|
-
.n("ACMClient", "RemoveTagsFromCertificateCommand")
|
|
17
|
-
.sc(RemoveTagsFromCertificate$)
|
|
18
|
-
.build() {
|
|
3
|
+
export class RemoveTagsFromCertificateCommand extends command(_ep0, _mw0, "RemoveTagsFromCertificate", RemoveTagsFromCertificate$) {
|
|
19
4
|
}
|