@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 { RestoreCertificateAuthorityRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RestoreCertificateAuthorityCommandInput
|
|
12
5
|
extends RestoreCertificateAuthorityRequest {}
|
|
13
6
|
export interface RestoreCertificateAuthorityCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const RestoreCertificateAuthorityCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
RestoreCertificateAuthorityCommandInput,
|
|
20
13
|
RestoreCertificateAuthorityCommandOutput,
|
|
21
|
-
ACMPCAClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: RestoreCertificateAuthorityCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
RestoreCertificateAuthorityCommandInput,
|
|
29
22
|
RestoreCertificateAuthorityCommandOutput,
|
|
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 RestoreCertificateAuthorityCommand extends RestoreCertificateAuthorityCommand_base {
|
|
39
30
|
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 { RevokeCertificateRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RevokeCertificateCommandInput
|
|
12
5
|
extends RevokeCertificateRequest {}
|
|
13
6
|
export interface RevokeCertificateCommandOutput extends __MetadataBearer {}
|
|
@@ -17,22 +10,20 @@ declare const RevokeCertificateCommand_base: {
|
|
|
17
10
|
): import("@smithy/core/client").CommandImpl<
|
|
18
11
|
RevokeCertificateCommandInput,
|
|
19
12
|
RevokeCertificateCommandOutput,
|
|
20
|
-
ACMPCAClientResolvedConfig,
|
|
21
|
-
ServiceInputTypes,
|
|
22
|
-
ServiceOutputTypes
|
|
13
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
23
16
|
>;
|
|
24
17
|
new (
|
|
25
18
|
input: RevokeCertificateCommandInput
|
|
26
19
|
): import("@smithy/core/client").CommandImpl<
|
|
27
20
|
RevokeCertificateCommandInput,
|
|
28
21
|
RevokeCertificateCommandOutput,
|
|
29
|
-
ACMPCAClientResolvedConfig,
|
|
30
|
-
ServiceInputTypes,
|
|
31
|
-
ServiceOutputTypes
|
|
22
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
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 RevokeCertificateCommand extends RevokeCertificateCommand_base {
|
|
38
29
|
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 { TagCertificateAuthorityRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagCertificateAuthorityCommandInput
|
|
12
5
|
extends TagCertificateAuthorityRequest {}
|
|
13
6
|
export interface TagCertificateAuthorityCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const TagCertificateAuthorityCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagCertificateAuthorityCommandInput,
|
|
20
13
|
TagCertificateAuthorityCommandOutput,
|
|
21
|
-
ACMPCAClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagCertificateAuthorityCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagCertificateAuthorityCommandInput,
|
|
29
22
|
TagCertificateAuthorityCommandOutput,
|
|
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 TagCertificateAuthorityCommand extends TagCertificateAuthorityCommand_base {
|
|
39
30
|
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 { UntagCertificateAuthorityRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UntagCertificateAuthorityCommandInput
|
|
12
5
|
extends UntagCertificateAuthorityRequest {}
|
|
13
6
|
export interface UntagCertificateAuthorityCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const UntagCertificateAuthorityCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UntagCertificateAuthorityCommandInput,
|
|
20
13
|
UntagCertificateAuthorityCommandOutput,
|
|
21
|
-
ACMPCAClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UntagCertificateAuthorityCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UntagCertificateAuthorityCommandInput,
|
|
29
22
|
UntagCertificateAuthorityCommandOutput,
|
|
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 UntagCertificateAuthorityCommand extends UntagCertificateAuthorityCommand_base {
|
|
39
30
|
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 { UpdateCertificateAuthorityRequest } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UpdateCertificateAuthorityCommandInput
|
|
12
5
|
extends UpdateCertificateAuthorityRequest {}
|
|
13
6
|
export interface UpdateCertificateAuthorityCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const UpdateCertificateAuthorityCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdateCertificateAuthorityCommandInput,
|
|
20
13
|
UpdateCertificateAuthorityCommandOutput,
|
|
21
|
-
ACMPCAClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ACMPCAClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdateCertificateAuthorityCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdateCertificateAuthorityCommandInput,
|
|
29
22
|
UpdateCertificateAuthorityCommandOutput,
|
|
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 UpdateCertificateAuthorityCommand extends UpdateCertificateAuthorityCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { ACMPCAExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./waiters";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-acm-pca",
|
|
3
3
|
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1079.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.27",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|