@aws-sdk/client-acm-pca 3.49.0 → 3.50.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/CHANGELOG.md +8 -0
- package/package.json +26 -26
- package/dist-types/ts3.4/ACMPCA.d.ts +0 -120
- package/dist-types/ts3.4/ACMPCAClient.d.ts +0 -96
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -23
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -6
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -917
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListCertificateAuthoritiesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -4
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
- package/dist-types/ts3.4/waiters/index.d.ts +0 -3
- package/dist-types/ts3.4/waiters/waitForAuditReportCreated.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForCertificateAuthorityCSRCreated.d.ts +0 -7
- package/dist-types/ts3.4/waiters/waitForCertificateIssued.d.ts +0 -7
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
4
|
-
import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
|
|
5
|
-
export interface ListTagsCommandInput extends ListTagsRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, ACMPCAClientResolvedConfig> {
|
|
11
|
-
readonly input: ListTagsCommandInput;
|
|
12
|
-
constructor(input: ListTagsCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
4
|
-
import { PutPolicyRequest } from "../models/models_0";
|
|
5
|
-
export interface PutPolicyCommandInput extends PutPolicyRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface PutPolicyCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class PutPolicyCommand extends $Command<PutPolicyCommandInput, PutPolicyCommandOutput, ACMPCAClientResolvedConfig> {
|
|
11
|
-
readonly input: PutPolicyCommandInput;
|
|
12
|
-
constructor(input: PutPolicyCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPolicyCommandInput, PutPolicyCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
4
|
-
import { RestoreCertificateAuthorityRequest } from "../models/models_0";
|
|
5
|
-
export interface RestoreCertificateAuthorityCommandInput extends RestoreCertificateAuthorityRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface RestoreCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class RestoreCertificateAuthorityCommand extends $Command<RestoreCertificateAuthorityCommandInput, RestoreCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
|
|
11
|
-
readonly input: RestoreCertificateAuthorityCommandInput;
|
|
12
|
-
constructor(input: RestoreCertificateAuthorityCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreCertificateAuthorityCommandInput, RestoreCertificateAuthorityCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
4
|
-
import { RevokeCertificateRequest } from "../models/models_0";
|
|
5
|
-
export interface RevokeCertificateCommandInput extends RevokeCertificateRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface RevokeCertificateCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class RevokeCertificateCommand extends $Command<RevokeCertificateCommandInput, RevokeCertificateCommandOutput, ACMPCAClientResolvedConfig> {
|
|
11
|
-
readonly input: RevokeCertificateCommandInput;
|
|
12
|
-
constructor(input: RevokeCertificateCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeCertificateCommandInput, RevokeCertificateCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
4
|
-
import { TagCertificateAuthorityRequest } from "../models/models_0";
|
|
5
|
-
export interface TagCertificateAuthorityCommandInput extends TagCertificateAuthorityRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class TagCertificateAuthorityCommand extends $Command<TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
|
|
11
|
-
readonly input: TagCertificateAuthorityCommandInput;
|
|
12
|
-
constructor(input: TagCertificateAuthorityCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
4
|
-
import { UntagCertificateAuthorityRequest } from "../models/models_0";
|
|
5
|
-
export interface UntagCertificateAuthorityCommandInput extends UntagCertificateAuthorityRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UntagCertificateAuthorityCommand extends $Command<UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
|
|
11
|
-
readonly input: UntagCertificateAuthorityCommandInput;
|
|
12
|
-
constructor(input: UntagCertificateAuthorityCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
|
|
4
|
-
import { UpdateCertificateAuthorityRequest } from "../models/models_0";
|
|
5
|
-
export interface UpdateCertificateAuthorityCommandInput extends UpdateCertificateAuthorityRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateCertificateAuthorityCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateCertificateAuthorityCommand extends $Command<UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateCertificateAuthorityCommandInput;
|
|
12
|
-
constructor(input: UpdateCertificateAuthorityCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export * from "./CreateCertificateAuthorityAuditReportCommand";
|
|
2
|
-
export * from "./CreateCertificateAuthorityCommand";
|
|
3
|
-
export * from "./CreatePermissionCommand";
|
|
4
|
-
export * from "./DeleteCertificateAuthorityCommand";
|
|
5
|
-
export * from "./DeletePermissionCommand";
|
|
6
|
-
export * from "./DeletePolicyCommand";
|
|
7
|
-
export * from "./DescribeCertificateAuthorityAuditReportCommand";
|
|
8
|
-
export * from "./DescribeCertificateAuthorityCommand";
|
|
9
|
-
export * from "./GetCertificateAuthorityCertificateCommand";
|
|
10
|
-
export * from "./GetCertificateAuthorityCsrCommand";
|
|
11
|
-
export * from "./GetCertificateCommand";
|
|
12
|
-
export * from "./GetPolicyCommand";
|
|
13
|
-
export * from "./ImportCertificateAuthorityCertificateCommand";
|
|
14
|
-
export * from "./IssueCertificateCommand";
|
|
15
|
-
export * from "./ListCertificateAuthoritiesCommand";
|
|
16
|
-
export * from "./ListPermissionsCommand";
|
|
17
|
-
export * from "./ListTagsCommand";
|
|
18
|
-
export * from "./PutPolicyCommand";
|
|
19
|
-
export * from "./RestoreCertificateAuthorityCommand";
|
|
20
|
-
export * from "./RevokeCertificateCommand";
|
|
21
|
-
export * from "./TagCertificateAuthorityCommand";
|
|
22
|
-
export * from "./UntagCertificateAuthorityCommand";
|
|
23
|
-
export * from "./UpdateCertificateAuthorityCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|