@aws-sdk/client-acm-pca 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +89 -91
- package/dist-cjs/models/ACMPCAServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ACMPCA.js +1 -1
- package/dist-es/ACMPCAClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -2
- package/dist-es/commands/CreateCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/CreatePermissionCommand.js +2 -2
- package/dist-es/commands/DeleteCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/DeletePermissionCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -2
- package/dist-es/commands/DescribeCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +2 -2
- package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +2 -2
- package/dist-es/commands/GetCertificateCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +2 -2
- package/dist-es/commands/IssueCertificateCommand.js +2 -2
- package/dist-es/commands/ListCertificateAuthoritiesCommand.js +2 -2
- package/dist-es/commands/ListPermissionsCommand.js +2 -2
- package/dist-es/commands/ListTagsCommand.js +2 -2
- package/dist-es/commands/PutPolicyCommand.js +2 -2
- package/dist-es/commands/RestoreCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/RevokeCertificateCommand.js +2 -2
- package/dist-es/commands/TagCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/UntagCertificateAuthorityCommand.js +2 -2
- package/dist-es/commands/UpdateCertificateAuthorityCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ACMPCAServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForAuditReportCreated.js +1 -1
- package/dist-es/waiters/waitForCertificateAuthorityCSRCreated.js +1 -1
- package/dist-es/waiters/waitForCertificateIssued.js +1 -1
- package/dist-types/ACMPCA.d.ts +1 -1
- package/dist-types/ACMPCAClient.d.ts +5 -5
- package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +6 -4
- package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/commands/CreatePermissionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/commands/DeletePermissionCommand.d.ts +6 -4
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +6 -4
- package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +6 -4
- package/dist-types/commands/GetCertificateCommand.d.ts +6 -4
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -4
- package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +6 -4
- package/dist-types/commands/IssueCertificateCommand.d.ts +6 -4
- package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +6 -4
- package/dist-types/commands/ListPermissionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsCommand.d.ts +6 -4
- package/dist-types/commands/PutPolicyCommand.d.ts +6 -4
- package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/commands/RevokeCertificateCommand.d.ts +6 -4
- package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ACMPCAServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ACMPCA.d.ts +1 -1
- package/dist-types/ts3.4/ACMPCAClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ACMPCAServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForAuditReportCreated.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForCertificateAuthorityCSRCreated.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForCertificateIssued.d.ts +1 -1
- package/dist-types/waiters/waitForAuditReportCreated.d.ts +1 -1
- package/dist-types/waiters/waitForCertificateAuthorityCSRCreated.d.ts +1 -1
- package/dist-types/waiters/waitForCertificateIssued.d.ts +1 -1
- package/package.json +13 -35
|
@@ -5,7 +5,7 @@ import type { ACMPCAClientConfig } from "./ACMPCAClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ACMPCAClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import {
|
|
2
3
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
4
|
PaginationConfiguration,
|
|
4
5
|
Paginator,
|
|
5
6
|
WaiterConfiguration,
|
|
6
7
|
} from "@smithy/types";
|
|
7
|
-
import { WaiterResult } from "@smithy/util-waiter";
|
|
8
8
|
import { ACMPCAClient } from "./ACMPCAClient";
|
|
9
9
|
import {
|
|
10
10
|
CreateCertificateAuthorityAuditReportCommandInput,
|
|
@@ -6,25 +6,19 @@ import {
|
|
|
6
6
|
UserAgentInputConfig,
|
|
7
7
|
UserAgentResolvedConfig,
|
|
8
8
|
} from "@aws-sdk/middleware-user-agent";
|
|
9
|
-
import {
|
|
10
|
-
RegionInputConfig,
|
|
11
|
-
RegionResolvedConfig,
|
|
12
|
-
} from "@smithy/config-resolver";
|
|
13
|
-
import {
|
|
14
|
-
EndpointInputConfig,
|
|
15
|
-
EndpointResolvedConfig,
|
|
16
|
-
} from "@smithy/middleware-endpoint";
|
|
17
|
-
import {
|
|
18
|
-
RetryInputConfig,
|
|
19
|
-
RetryResolvedConfig,
|
|
20
|
-
} from "@smithy/middleware-retry";
|
|
21
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
22
9
|
import {
|
|
23
10
|
DefaultsMode as __DefaultsMode,
|
|
24
11
|
SmithyConfiguration as __SmithyConfiguration,
|
|
25
12
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
26
13
|
Client as __Client,
|
|
27
|
-
} from "@smithy/
|
|
14
|
+
} from "@smithy/core/client";
|
|
15
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
16
|
+
import {
|
|
17
|
+
EndpointInputConfig,
|
|
18
|
+
EndpointResolvedConfig,
|
|
19
|
+
} from "@smithy/core/endpoints";
|
|
20
|
+
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
21
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
28
22
|
import {
|
|
29
23
|
AwsCredentialIdentityProvider,
|
|
30
24
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateCertificateAuthorityAuditReportCommandOutput
|
|
|
19
19
|
declare const CreateCertificateAuthorityAuditReportCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateCertificateAuthorityAuditReportCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateCertificateAuthorityAuditReportCommandInput,
|
|
24
24
|
CreateCertificateAuthorityAuditReportCommandOutput,
|
|
25
25
|
ACMPCAClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateCertificateAuthorityAuditReportCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateCertificateAuthorityAuditReportCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateCertificateAuthorityAuditReportCommandInput,
|
|
33
33
|
CreateCertificateAuthorityAuditReportCommandOutput,
|
|
34
34
|
ACMPCAClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateCertificateAuthorityAuditReportCommand extends CreateCertificateAuthorityAuditReportCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface CreateCertificateAuthorityCommandOutput
|
|
|
19
19
|
declare const CreateCertificateAuthorityCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: CreateCertificateAuthorityCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
CreateCertificateAuthorityCommandInput,
|
|
24
24
|
CreateCertificateAuthorityCommandOutput,
|
|
25
25
|
ACMPCAClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const CreateCertificateAuthorityCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: CreateCertificateAuthorityCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
CreateCertificateAuthorityCommandInput,
|
|
33
33
|
CreateCertificateAuthorityCommandOutput,
|
|
34
34
|
ACMPCAClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateCertificateAuthorityCommand extends CreateCertificateAuthorityCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface CreatePermissionCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const CreatePermissionCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: CreatePermissionCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
CreatePermissionCommandInput,
|
|
18
18
|
CreatePermissionCommandOutput,
|
|
19
19
|
ACMPCAClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const CreatePermissionCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: CreatePermissionCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
CreatePermissionCommandInput,
|
|
27
27
|
CreatePermissionCommandOutput,
|
|
28
28
|
ACMPCAClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class CreatePermissionCommand extends CreatePermissionCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteCertificateAuthorityCommandOutput
|
|
|
15
15
|
declare const DeleteCertificateAuthorityCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteCertificateAuthorityCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteCertificateAuthorityCommandInput,
|
|
20
20
|
DeleteCertificateAuthorityCommandOutput,
|
|
21
21
|
ACMPCAClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteCertificateAuthorityCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteCertificateAuthorityCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteCertificateAuthorityCommandInput,
|
|
29
29
|
DeleteCertificateAuthorityCommandOutput,
|
|
30
30
|
ACMPCAClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteCertificateAuthorityCommand extends DeleteCertificateAuthorityCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeletePermissionCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeletePermissionCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeletePermissionCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeletePermissionCommandInput,
|
|
18
18
|
DeletePermissionCommandOutput,
|
|
19
19
|
ACMPCAClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeletePermissionCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeletePermissionCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeletePermissionCommandInput,
|
|
27
27
|
DeletePermissionCommandOutput,
|
|
28
28
|
ACMPCAClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeletePermissionCommand extends DeletePermissionCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -13,7 +13,7 @@ export interface DeletePolicyCommandOutput extends __MetadataBearer {}
|
|
|
13
13
|
declare const DeletePolicyCommand_base: {
|
|
14
14
|
new (
|
|
15
15
|
input: DeletePolicyCommandInput
|
|
16
|
-
): import("@smithy/
|
|
16
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
17
|
DeletePolicyCommandInput,
|
|
18
18
|
DeletePolicyCommandOutput,
|
|
19
19
|
ACMPCAClientResolvedConfig,
|
|
@@ -22,14 +22,16 @@ declare const DeletePolicyCommand_base: {
|
|
|
22
22
|
>;
|
|
23
23
|
new (
|
|
24
24
|
input: DeletePolicyCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
DeletePolicyCommandInput,
|
|
27
27
|
DeletePolicyCommandOutput,
|
|
28
28
|
ACMPCAClientResolvedConfig,
|
|
29
29
|
ServiceInputTypes,
|
|
30
30
|
ServiceOutputTypes
|
|
31
31
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
32
|
+
getEndpointParameterInstructions(): {
|
|
33
|
+
[x: string]: unknown;
|
|
34
|
+
};
|
|
33
35
|
};
|
|
34
36
|
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
35
37
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeCertificateAuthorityAuditReportCommandOutput
|
|
|
19
19
|
declare const DescribeCertificateAuthorityAuditReportCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeCertificateAuthorityAuditReportCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeCertificateAuthorityAuditReportCommandInput,
|
|
24
24
|
DescribeCertificateAuthorityAuditReportCommandOutput,
|
|
25
25
|
ACMPCAClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeCertificateAuthorityAuditReportCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeCertificateAuthorityAuditReportCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeCertificateAuthorityAuditReportCommandInput,
|
|
33
33
|
DescribeCertificateAuthorityAuditReportCommandOutput,
|
|
34
34
|
ACMPCAClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeCertificateAuthorityAuditReportCommand extends DescribeCertificateAuthorityAuditReportCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeCertificateAuthorityCommandOutput
|
|
|
19
19
|
declare const DescribeCertificateAuthorityCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeCertificateAuthorityCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeCertificateAuthorityCommandInput,
|
|
24
24
|
DescribeCertificateAuthorityCommandOutput,
|
|
25
25
|
ACMPCAClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeCertificateAuthorityCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeCertificateAuthorityCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeCertificateAuthorityCommandInput,
|
|
33
33
|
DescribeCertificateAuthorityCommandOutput,
|
|
34
34
|
ACMPCAClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeCertificateAuthorityCommand extends DescribeCertificateAuthorityCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetCertificateAuthorityCertificateCommandOutput
|
|
|
19
19
|
declare const GetCertificateAuthorityCertificateCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetCertificateAuthorityCertificateCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetCertificateAuthorityCertificateCommandInput,
|
|
24
24
|
GetCertificateAuthorityCertificateCommandOutput,
|
|
25
25
|
ACMPCAClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetCertificateAuthorityCertificateCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetCertificateAuthorityCertificateCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetCertificateAuthorityCertificateCommandInput,
|
|
33
33
|
GetCertificateAuthorityCertificateCommandOutput,
|
|
34
34
|
ACMPCAClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetCertificateAuthorityCertificateCommand extends GetCertificateAuthorityCertificateCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetCertificateAuthorityCsrCommandOutput
|
|
|
19
19
|
declare const GetCertificateAuthorityCsrCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetCertificateAuthorityCsrCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetCertificateAuthorityCsrCommandInput,
|
|
24
24
|
GetCertificateAuthorityCsrCommandOutput,
|
|
25
25
|
ACMPCAClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetCertificateAuthorityCsrCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetCertificateAuthorityCsrCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetCertificateAuthorityCsrCommandInput,
|
|
33
33
|
GetCertificateAuthorityCsrCommandOutput,
|
|
34
34
|
ACMPCAClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetCertificateAuthorityCsrCommand extends GetCertificateAuthorityCsrCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface GetCertificateCommandOutput
|
|
|
18
18
|
declare const GetCertificateCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: GetCertificateCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
GetCertificateCommandInput,
|
|
23
23
|
GetCertificateCommandOutput,
|
|
24
24
|
ACMPCAClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const GetCertificateCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: GetCertificateCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
GetCertificateCommandInput,
|
|
32
32
|
GetCertificateCommandOutput,
|
|
33
33
|
ACMPCAClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class GetCertificateCommand extends GetCertificateCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface GetPolicyCommandOutput
|
|
|
13
13
|
extends GetPolicyResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetPolicyCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetPolicyCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetPolicyCommandInput,
|
|
20
18
|
GetPolicyCommandOutput,
|
|
21
19
|
ACMPCAClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetPolicyCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetPolicyCommandInput,
|
|
29
25
|
GetPolicyCommandOutput,
|
|
30
26
|
ACMPCAClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface ImportCertificateAuthorityCertificateCommandOutput
|
|
|
15
15
|
declare const ImportCertificateAuthorityCertificateCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: ImportCertificateAuthorityCertificateCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
ImportCertificateAuthorityCertificateCommandInput,
|
|
20
20
|
ImportCertificateAuthorityCertificateCommandOutput,
|
|
21
21
|
ACMPCAClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const ImportCertificateAuthorityCertificateCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: ImportCertificateAuthorityCertificateCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
ImportCertificateAuthorityCertificateCommandInput,
|
|
29
29
|
ImportCertificateAuthorityCertificateCommandOutput,
|
|
30
30
|
ACMPCAClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class ImportCertificateAuthorityCertificateCommand extends ImportCertificateAuthorityCertificateCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface IssueCertificateCommandOutput
|
|
|
18
18
|
declare const IssueCertificateCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: IssueCertificateCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
IssueCertificateCommandInput,
|
|
23
23
|
IssueCertificateCommandOutput,
|
|
24
24
|
ACMPCAClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const IssueCertificateCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: IssueCertificateCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
IssueCertificateCommandInput,
|
|
32
32
|
IssueCertificateCommandOutput,
|
|
33
33
|
ACMPCAClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class IssueCertificateCommand extends IssueCertificateCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListCertificateAuthoritiesCommandOutput
|
|
|
19
19
|
declare const ListCertificateAuthoritiesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListCertificateAuthoritiesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListCertificateAuthoritiesCommandInput,
|
|
24
24
|
ListCertificateAuthoritiesCommandOutput,
|
|
25
25
|
ACMPCAClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListCertificateAuthoritiesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListCertificateAuthoritiesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListCertificateAuthoritiesCommandInput,
|
|
33
33
|
ListCertificateAuthoritiesCommandOutput,
|
|
34
34
|
ACMPCAClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListCertificateAuthoritiesCommand extends ListCertificateAuthoritiesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListPermissionsCommandOutput
|
|
|
18
18
|
declare const ListPermissionsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListPermissionsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListPermissionsCommandInput,
|
|
23
23
|
ListPermissionsCommandOutput,
|
|
24
24
|
ACMPCAClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListPermissionsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListPermissionsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListPermissionsCommandInput,
|
|
32
32
|
ListPermissionsCommandOutput,
|
|
33
33
|
ACMPCAClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ACMPCAClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface ListTagsCommandOutput
|
|
|
13
13
|
extends ListTagsResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const ListTagsCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: ListTagsCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
ListTagsCommandInput,
|
|
20
18
|
ListTagsCommandOutput,
|
|
21
19
|
ACMPCAClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: ListTagsCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
ListTagsCommandInput,
|
|
29
25
|
ListTagsCommandOutput,
|
|
30
26
|
ACMPCAClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class ListTagsCommand extends ListTagsCommand_base {
|
|
37
35
|
protected static __types: {
|