@aws-sdk/client-acm-pca 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 +31 -233
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +2 -14
- package/dist-es/commands/CreateCertificateAuthorityCommand.js +2 -14
- package/dist-es/commands/CreatePermissionCommand.js +2 -14
- package/dist-es/commands/DeleteCertificateAuthorityCommand.js +2 -14
- package/dist-es/commands/DeletePermissionCommand.js +2 -14
- package/dist-es/commands/DeletePolicyCommand.js +2 -14
- package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +2 -14
- package/dist-es/commands/DescribeCertificateAuthorityCommand.js +2 -14
- package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +2 -14
- package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +2 -14
- package/dist-es/commands/GetCertificateCommand.js +2 -14
- package/dist-es/commands/GetPolicyCommand.js +2 -14
- package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +2 -14
- package/dist-es/commands/IssueCertificateCommand.js +2 -14
- package/dist-es/commands/ListCertificateAuthoritiesCommand.js +2 -14
- package/dist-es/commands/ListPermissionsCommand.js +2 -14
- package/dist-es/commands/ListTagsCommand.js +2 -14
- package/dist-es/commands/PutPolicyCommand.js +2 -14
- package/dist-es/commands/RestoreCertificateAuthorityCommand.js +2 -14
- package/dist-es/commands/RevokeCertificateCommand.js +2 -14
- package/dist-es/commands/TagCertificateAuthorityCommand.js +2 -14
- package/dist-es/commands/UntagCertificateAuthorityCommand.js +2 -14
- package/dist-es/commands/UpdateCertificateAuthorityCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +3 -8
- package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +3 -8
- package/dist-types/commands/CreatePermissionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +3 -8
- package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +3 -8
- package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +3 -8
- package/dist-types/commands/GetCertificateCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
- package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +3 -8
- package/dist-types/commands/IssueCertificateCommand.d.ts +3 -8
- package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsCommand.d.ts +3 -8
- package/dist-types/commands/PutPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +3 -8
- package/dist-types/commands/RevokeCertificateCommand.d.ts +3 -8
- package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +3 -8
- package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.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
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import { DeletePermissionRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeletePermissionCommandInput extends DeletePermissionRequest {}
|
|
12
5
|
export interface DeletePermissionCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeletePermissionCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeletePermissionCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeletePermissionCommandInput,
|
|
18
11
|
DeletePermissionCommandOutput,
|
|
19
|
-
ACMPCAClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeletePermissionCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeletePermissionCommandInput,
|
|
27
20
|
DeletePermissionCommandOutput,
|
|
28
|
-
ACMPCAClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeletePermissionCommand extends DeletePermissionCommand_base {
|
|
37
28
|
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
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import { DeletePolicyRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
|
|
12
5
|
export interface DeletePolicyCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const DeletePolicyCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const DeletePolicyCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DeletePolicyCommandInput,
|
|
18
11
|
DeletePolicyCommandOutput,
|
|
19
|
-
ACMPCAClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: DeletePolicyCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DeletePolicyCommandInput,
|
|
27
20
|
DeletePolicyCommandOutput,
|
|
28
|
-
ACMPCAClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
37
28
|
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
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeCertificateAuthorityAuditReportRequest,
|
|
10
4
|
DescribeCertificateAuthorityAuditReportResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeCertificateAuthorityAuditReportCommandInput
|
|
15
8
|
extends DescribeCertificateAuthorityAuditReportRequest {}
|
|
16
9
|
export interface DescribeCertificateAuthorityAuditReportCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeCertificateAuthorityAuditReportCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeCertificateAuthorityAuditReportCommandInput,
|
|
24
17
|
DescribeCertificateAuthorityAuditReportCommandOutput,
|
|
25
|
-
ACMPCAClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeCertificateAuthorityAuditReportCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeCertificateAuthorityAuditReportCommandInput,
|
|
33
26
|
DescribeCertificateAuthorityAuditReportCommandOutput,
|
|
34
|
-
ACMPCAClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
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 DescribeCertificateAuthorityAuditReportCommand extends DescribeCertificateAuthorityAuditReportCommand_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
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeCertificateAuthorityRequest,
|
|
10
4
|
DescribeCertificateAuthorityResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeCertificateAuthorityCommandInput
|
|
15
8
|
extends DescribeCertificateAuthorityRequest {}
|
|
16
9
|
export interface DescribeCertificateAuthorityCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeCertificateAuthorityCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeCertificateAuthorityCommandInput,
|
|
24
17
|
DescribeCertificateAuthorityCommandOutput,
|
|
25
|
-
ACMPCAClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeCertificateAuthorityCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeCertificateAuthorityCommandInput,
|
|
33
26
|
DescribeCertificateAuthorityCommandOutput,
|
|
34
|
-
ACMPCAClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
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 DescribeCertificateAuthorityCommand extends DescribeCertificateAuthorityCommand_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
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import {
|
|
9
3
|
GetCertificateAuthorityCertificateRequest,
|
|
10
4
|
GetCertificateAuthorityCertificateResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetCertificateAuthorityCertificateCommandInput
|
|
15
8
|
extends GetCertificateAuthorityCertificateRequest {}
|
|
16
9
|
export interface GetCertificateAuthorityCertificateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetCertificateAuthorityCertificateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetCertificateAuthorityCertificateCommandInput,
|
|
24
17
|
GetCertificateAuthorityCertificateCommandOutput,
|
|
25
|
-
ACMPCAClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetCertificateAuthorityCertificateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetCertificateAuthorityCertificateCommandInput,
|
|
33
26
|
GetCertificateAuthorityCertificateCommandOutput,
|
|
34
|
-
ACMPCAClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
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 GetCertificateAuthorityCertificateCommand extends GetCertificateAuthorityCertificateCommand_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
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import {
|
|
9
3
|
GetCertificateAuthorityCsrRequest,
|
|
10
4
|
GetCertificateAuthorityCsrResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetCertificateAuthorityCsrCommandInput
|
|
15
8
|
extends GetCertificateAuthorityCsrRequest {}
|
|
16
9
|
export interface GetCertificateAuthorityCsrCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetCertificateAuthorityCsrCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetCertificateAuthorityCsrCommandInput,
|
|
24
17
|
GetCertificateAuthorityCsrCommandOutput,
|
|
25
|
-
ACMPCAClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetCertificateAuthorityCsrCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetCertificateAuthorityCsrCommandInput,
|
|
33
26
|
GetCertificateAuthorityCsrCommandOutput,
|
|
34
|
-
ACMPCAClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
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 GetCertificateAuthorityCsrCommand extends GetCertificateAuthorityCsrCommand_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
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
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
|
-
ACMPCAClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
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
|
-
ACMPCAClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
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,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetPolicyCommandInput extends GetPolicyRequest {}
|
|
12
5
|
export interface GetPolicyCommandOutput
|
|
13
6
|
extends GetPolicyResponse,
|
|
@@ -16,20 +9,18 @@ declare const GetPolicyCommand_base: {
|
|
|
16
9
|
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetPolicyCommandInput,
|
|
18
11
|
GetPolicyCommandOutput,
|
|
19
|
-
ACMPCAClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetPolicyCommandInput,
|
|
25
18
|
GetPolicyCommandOutput,
|
|
26
|
-
ACMPCAClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
35
26
|
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
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import { ImportCertificateAuthorityCertificateRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ImportCertificateAuthorityCertificateCommandInput
|
|
12
5
|
extends ImportCertificateAuthorityCertificateRequest {}
|
|
13
6
|
export interface ImportCertificateAuthorityCertificateCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const ImportCertificateAuthorityCertificateCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ImportCertificateAuthorityCertificateCommandInput,
|
|
20
13
|
ImportCertificateAuthorityCertificateCommandOutput,
|
|
21
|
-
ACMPCAClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ImportCertificateAuthorityCertificateCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ImportCertificateAuthorityCertificateCommandInput,
|
|
29
22
|
ImportCertificateAuthorityCertificateCommandOutput,
|
|
30
|
-
ACMPCAClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
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 ImportCertificateAuthorityCertificateCommand extends ImportCertificateAuthorityCertificateCommand_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
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import {
|
|
9
3
|
IssueCertificateRequest,
|
|
10
4
|
IssueCertificateResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface IssueCertificateCommandInput extends IssueCertificateRequest {}
|
|
15
8
|
export interface IssueCertificateCommandOutput
|
|
16
9
|
extends IssueCertificateResponse,
|
|
@@ -21,22 +14,20 @@ declare const IssueCertificateCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
IssueCertificateCommandInput,
|
|
23
16
|
IssueCertificateCommandOutput,
|
|
24
|
-
ACMPCAClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: IssueCertificateCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
IssueCertificateCommandInput,
|
|
32
25
|
IssueCertificateCommandOutput,
|
|
33
|
-
ACMPCAClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
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 IssueCertificateCommand extends IssueCertificateCommand_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
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import {
|
|
9
3
|
ListCertificateAuthoritiesRequest,
|
|
10
4
|
ListCertificateAuthoritiesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCertificateAuthoritiesCommandInput
|
|
15
8
|
extends ListCertificateAuthoritiesRequest {}
|
|
16
9
|
export interface ListCertificateAuthoritiesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListCertificateAuthoritiesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListCertificateAuthoritiesCommandInput,
|
|
24
17
|
ListCertificateAuthoritiesCommandOutput,
|
|
25
|
-
ACMPCAClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListCertificateAuthoritiesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListCertificateAuthoritiesCommandInput,
|
|
33
26
|
ListCertificateAuthoritiesCommandOutput,
|
|
34
|
-
ACMPCAClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
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 ListCertificateAuthoritiesCommand extends ListCertificateAuthoritiesCommand_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
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import {
|
|
9
3
|
ListPermissionsRequest,
|
|
10
4
|
ListPermissionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
|
|
15
8
|
export interface ListPermissionsCommandOutput
|
|
16
9
|
extends ListPermissionsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListPermissionsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListPermissionsCommandInput,
|
|
23
16
|
ListPermissionsCommandOutput,
|
|
24
|
-
ACMPCAClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListPermissionsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListPermissionsCommandInput,
|
|
32
25
|
ListPermissionsCommandOutput,
|
|
33
|
-
ACMPCAClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
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 ListPermissionsCommand extends ListPermissionsCommand_base {
|
|
42
33
|
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
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListTagsCommandInput extends ListTagsRequest {}
|
|
12
5
|
export interface ListTagsCommandOutput
|
|
13
6
|
extends ListTagsResponse,
|
|
@@ -16,20 +9,18 @@ declare const ListTagsCommand_base: {
|
|
|
16
9
|
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ListTagsCommandInput,
|
|
18
11
|
ListTagsCommandOutput,
|
|
19
|
-
ACMPCAClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: ListTagsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
ListTagsCommandInput,
|
|
25
18
|
ListTagsCommandOutput,
|
|
26
|
-
ACMPCAClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class ListTagsCommand extends ListTagsCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,33 +1,24 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ACMPCAClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ACMPCAClient";
|
|
8
2
|
import { PutPolicyRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface PutPolicyCommandInput extends PutPolicyRequest {}
|
|
12
5
|
export interface PutPolicyCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const PutPolicyCommand_base: {
|
|
14
7
|
new (input: PutPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
15
8
|
PutPolicyCommandInput,
|
|
16
9
|
PutPolicyCommandOutput,
|
|
17
|
-
ACMPCAClientResolvedConfig,
|
|
18
|
-
ServiceInputTypes,
|
|
19
|
-
ServiceOutputTypes
|
|
10
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
11
|
+
import("..").ServiceInputTypes,
|
|
12
|
+
import("..").ServiceOutputTypes
|
|
20
13
|
>;
|
|
21
14
|
new (input: PutPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
PutPolicyCommandInput,
|
|
23
16
|
PutPolicyCommandOutput,
|
|
24
|
-
ACMPCAClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
|
-
getEndpointParameterInstructions():
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
21
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
31
22
|
};
|
|
32
23
|
export declare class PutPolicyCommand extends PutPolicyCommand_base {
|
|
33
24
|
protected static __types: {
|