@aws-sdk/client-acm 3.1077.0 → 3.1078.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,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import { DeleteCertificateRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteCertificateCommandInput
|
|
12
5
|
extends DeleteCertificateRequest {}
|
|
13
6
|
export interface DeleteCertificateCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const DeleteCertificateCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
DeleteCertificateCommandInput,
|
|
19
12
|
DeleteCertificateCommandOutput,
|
|
20
|
-
ACMClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").ACMClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: DeleteCertificateCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
DeleteCertificateCommandInput,
|
|
28
21
|
DeleteCertificateCommandOutput,
|
|
29
|
-
ACMClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").ACMClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
32
25
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
34
|
-
[x: string]: unknown;
|
|
35
|
-
};
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
36
27
|
};
|
|
37
28
|
export declare class DeleteCertificateCommand extends DeleteCertificateCommand_base {
|
|
38
29
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAcmeAccountRequest,
|
|
10
4
|
DescribeAcmeAccountResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAcmeAccountCommandInput
|
|
15
8
|
extends DescribeAcmeAccountRequest {}
|
|
16
9
|
export interface DescribeAcmeAccountCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAcmeAccountCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAcmeAccountCommandInput,
|
|
24
17
|
DescribeAcmeAccountCommandOutput,
|
|
25
|
-
ACMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAcmeAccountCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAcmeAccountCommandInput,
|
|
33
26
|
DescribeAcmeAccountCommandOutput,
|
|
34
|
-
ACMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAcmeAccountCommand extends DescribeAcmeAccountCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAcmeDomainValidationRequest,
|
|
10
4
|
DescribeAcmeDomainValidationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAcmeDomainValidationCommandInput
|
|
15
8
|
extends DescribeAcmeDomainValidationRequest {}
|
|
16
9
|
export interface DescribeAcmeDomainValidationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAcmeDomainValidationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAcmeDomainValidationCommandInput,
|
|
24
17
|
DescribeAcmeDomainValidationCommandOutput,
|
|
25
|
-
ACMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAcmeDomainValidationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAcmeDomainValidationCommandInput,
|
|
33
26
|
DescribeAcmeDomainValidationCommandOutput,
|
|
34
|
-
ACMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAcmeDomainValidationCommand extends DescribeAcmeDomainValidationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAcmeEndpointRequest,
|
|
10
4
|
DescribeAcmeEndpointResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAcmeEndpointCommandInput
|
|
15
8
|
extends DescribeAcmeEndpointRequest {}
|
|
16
9
|
export interface DescribeAcmeEndpointCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAcmeEndpointCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAcmeEndpointCommandInput,
|
|
24
17
|
DescribeAcmeEndpointCommandOutput,
|
|
25
|
-
ACMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAcmeEndpointCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAcmeEndpointCommandInput,
|
|
33
26
|
DescribeAcmeEndpointCommandOutput,
|
|
34
|
-
ACMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAcmeEndpointCommand extends DescribeAcmeEndpointCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeAcmeExternalAccountBindingRequest,
|
|
10
4
|
DescribeAcmeExternalAccountBindingResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAcmeExternalAccountBindingCommandInput
|
|
15
8
|
extends DescribeAcmeExternalAccountBindingRequest {}
|
|
16
9
|
export interface DescribeAcmeExternalAccountBindingCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAcmeExternalAccountBindingCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAcmeExternalAccountBindingCommandInput,
|
|
24
17
|
DescribeAcmeExternalAccountBindingCommandOutput,
|
|
25
|
-
ACMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAcmeExternalAccountBindingCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAcmeExternalAccountBindingCommandInput,
|
|
33
26
|
DescribeAcmeExternalAccountBindingCommandOutput,
|
|
34
|
-
ACMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeAcmeExternalAccountBindingCommand extends DescribeAcmeExternalAccountBindingCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeCertificateRequest,
|
|
10
4
|
DescribeCertificateResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeCertificateCommandInput
|
|
15
8
|
extends DescribeCertificateRequest {}
|
|
16
9
|
export interface DescribeCertificateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeCertificateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeCertificateCommandInput,
|
|
24
17
|
DescribeCertificateCommandOutput,
|
|
25
|
-
ACMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeCertificateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeCertificateCommandInput,
|
|
33
26
|
DescribeCertificateCommandOutput,
|
|
34
|
-
ACMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeCertificateCommand extends DescribeCertificateCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import {
|
|
9
3
|
ExportCertificateRequest,
|
|
10
4
|
ExportCertificateResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ExportCertificateCommandInput
|
|
15
8
|
extends ExportCertificateRequest {}
|
|
16
9
|
export interface ExportCertificateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ExportCertificateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ExportCertificateCommandInput,
|
|
24
17
|
ExportCertificateCommandOutput,
|
|
25
|
-
ACMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ExportCertificateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ExportCertificateCommandInput,
|
|
33
26
|
ExportCertificateCommandOutput,
|
|
34
|
-
ACMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ExportCertificateCommand extends ExportCertificateCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import { GetAccountConfigurationResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetAccountConfigurationCommandInput {}
|
|
12
5
|
export interface GetAccountConfigurationCommandOutput
|
|
13
6
|
extends GetAccountConfigurationResponse,
|
|
@@ -18,22 +11,20 @@ declare const GetAccountConfigurationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetAccountConfigurationCommandInput,
|
|
20
13
|
GetAccountConfigurationCommandOutput,
|
|
21
|
-
ACMClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ACMClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [GetAccountConfigurationCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetAccountConfigurationCommandInput,
|
|
29
22
|
GetAccountConfigurationCommandOutput,
|
|
30
|
-
ACMClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ACMClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetAccountConfigurationCommand extends GetAccountConfigurationCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import {
|
|
9
3
|
GetAcmeExternalAccountBindingCredentialsRequest,
|
|
10
4
|
GetAcmeExternalAccountBindingCredentialsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetAcmeExternalAccountBindingCredentialsCommandInput
|
|
15
8
|
extends GetAcmeExternalAccountBindingCredentialsRequest {}
|
|
16
9
|
export interface GetAcmeExternalAccountBindingCredentialsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetAcmeExternalAccountBindingCredentialsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetAcmeExternalAccountBindingCredentialsCommandInput,
|
|
24
17
|
GetAcmeExternalAccountBindingCredentialsCommandOutput,
|
|
25
|
-
ACMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetAcmeExternalAccountBindingCredentialsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetAcmeExternalAccountBindingCredentialsCommandInput,
|
|
33
26
|
GetAcmeExternalAccountBindingCredentialsCommandOutput,
|
|
34
|
-
ACMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetAcmeExternalAccountBindingCredentialsCommand extends GetAcmeExternalAccountBindingCredentialsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import {
|
|
9
3
|
GetCertificateRequest,
|
|
10
4
|
GetCertificateResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetCertificateCommandInput extends GetCertificateRequest {}
|
|
15
8
|
export interface GetCertificateCommandOutput
|
|
16
9
|
extends GetCertificateResponse,
|
|
@@ -21,22 +14,20 @@ declare const GetCertificateCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetCertificateCommandInput,
|
|
23
16
|
GetCertificateCommandOutput,
|
|
24
|
-
ACMClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ACMClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetCertificateCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetCertificateCommandInput,
|
|
32
25
|
GetCertificateCommandOutput,
|
|
33
|
-
ACMClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ACMClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class GetCertificateCommand extends GetCertificateCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import {
|
|
9
3
|
ImportCertificateRequest,
|
|
10
4
|
ImportCertificateResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ImportCertificateCommandInput
|
|
15
8
|
extends ImportCertificateRequest {}
|
|
16
9
|
export interface ImportCertificateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ImportCertificateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ImportCertificateCommandInput,
|
|
24
17
|
ImportCertificateCommandOutput,
|
|
25
|
-
ACMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ImportCertificateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ImportCertificateCommandInput,
|
|
33
26
|
ImportCertificateCommandOutput,
|
|
34
|
-
ACMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ImportCertificateCommand extends ImportCertificateCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAcmeAccountsRequest,
|
|
10
4
|
ListAcmeAccountsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAcmeAccountsCommandInput extends ListAcmeAccountsRequest {}
|
|
15
8
|
export interface ListAcmeAccountsCommandOutput
|
|
16
9
|
extends ListAcmeAccountsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListAcmeAccountsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListAcmeAccountsCommandInput,
|
|
23
16
|
ListAcmeAccountsCommandOutput,
|
|
24
|
-
ACMClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ACMClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListAcmeAccountsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListAcmeAccountsCommandInput,
|
|
32
25
|
ListAcmeAccountsCommandOutput,
|
|
33
|
-
ACMClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ACMClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListAcmeAccountsCommand extends ListAcmeAccountsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAcmeDomainValidationsRequest,
|
|
10
4
|
ListAcmeDomainValidationsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAcmeDomainValidationsCommandInput
|
|
15
8
|
extends ListAcmeDomainValidationsRequest {}
|
|
16
9
|
export interface ListAcmeDomainValidationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAcmeDomainValidationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAcmeDomainValidationsCommandInput,
|
|
24
17
|
ListAcmeDomainValidationsCommandOutput,
|
|
25
|
-
ACMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListAcmeDomainValidationsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAcmeDomainValidationsCommandInput,
|
|
33
26
|
ListAcmeDomainValidationsCommandOutput,
|
|
34
|
-
ACMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAcmeDomainValidationsCommand extends ListAcmeDomainValidationsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAcmeEndpointsRequest,
|
|
10
4
|
ListAcmeEndpointsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAcmeEndpointsCommandInput
|
|
15
8
|
extends ListAcmeEndpointsRequest {}
|
|
16
9
|
export interface ListAcmeEndpointsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListAcmeEndpointsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListAcmeEndpointsCommandInput,
|
|
24
17
|
ListAcmeEndpointsCommandOutput,
|
|
25
|
-
ACMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListAcmeEndpointsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListAcmeEndpointsCommandInput,
|
|
33
26
|
ListAcmeEndpointsCommandOutput,
|
|
34
|
-
ACMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListAcmeEndpointsCommand extends ListAcmeEndpointsCommand_base {
|
|
43
34
|
protected static __types: {
|