@aws-sdk/client-acm-pca 3.169.0 → 3.170.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.
Files changed (47) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ACMPCA.d.ts +442 -120
  3. package/dist-types/ts3.4/ACMPCAClient.d.ts +267 -96
  4. package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +33 -17
  24. package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/index.d.ts +23 -23
  28. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  29. package/dist-types/ts3.4/index.d.ts +7 -7
  30. package/dist-types/ts3.4/models/ACMPCAServiceException.d.ts +8 -6
  31. package/dist-types/ts3.4/models/index.d.ts +1 -1
  32. package/dist-types/ts3.4/models/models_0.d.ts +933 -847
  33. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  34. package/dist-types/ts3.4/pagination/ListCertificateAuthoritiesPaginator.d.ts +11 -4
  35. package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  38. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  42. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  43. package/dist-types/ts3.4/waiters/index.d.ts +3 -3
  44. package/dist-types/ts3.4/waiters/waitForAuditReportCreated.d.ts +13 -7
  45. package/dist-types/ts3.4/waiters/waitForCertificateAuthorityCSRCreated.d.ts +13 -7
  46. package/dist-types/ts3.4/waiters/waitForCertificateIssued.d.ts +13 -7
  47. package/package.json +35 -35
@@ -1,17 +1,32 @@
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 { DeletePolicyRequest } from "../models/models_0";
5
- export interface DeletePolicyCommandInput extends DeletePolicyRequest {
6
- }
7
- export interface DeletePolicyCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePolicyCommand extends $Command<DeletePolicyCommandInput, DeletePolicyCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: DeletePolicyCommandInput;
12
- constructor(input: DeletePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import { DeletePolicyRequest } from "../models/models_0";
14
+ export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
15
+ export interface DeletePolicyCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class DeletePolicyCommand extends $Command<
18
+ DeletePolicyCommandInput,
19
+ DeletePolicyCommandOutput,
20
+ ACMPCAClientResolvedConfig
21
+ > {
22
+ readonly input: DeletePolicyCommandInput;
23
+ constructor(input: DeletePolicyCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ACMPCAClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,41 @@
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 { DescribeCertificateAuthorityAuditReportRequest, DescribeCertificateAuthorityAuditReportResponse } from "../models/models_0";
5
- export interface DescribeCertificateAuthorityAuditReportCommandInput extends DescribeCertificateAuthorityAuditReportRequest {
6
- }
7
- export interface DescribeCertificateAuthorityAuditReportCommandOutput extends DescribeCertificateAuthorityAuditReportResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeCertificateAuthorityAuditReportCommand extends $Command<DescribeCertificateAuthorityAuditReportCommandInput, DescribeCertificateAuthorityAuditReportCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: DescribeCertificateAuthorityAuditReportCommandInput;
12
- constructor(input: DescribeCertificateAuthorityAuditReportCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificateAuthorityAuditReportCommandInput, DescribeCertificateAuthorityAuditReportCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import {
14
+ DescribeCertificateAuthorityAuditReportRequest,
15
+ DescribeCertificateAuthorityAuditReportResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeCertificateAuthorityAuditReportCommandInput
18
+ extends DescribeCertificateAuthorityAuditReportRequest {}
19
+ export interface DescribeCertificateAuthorityAuditReportCommandOutput
20
+ extends DescribeCertificateAuthorityAuditReportResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeCertificateAuthorityAuditReportCommand extends $Command<
24
+ DescribeCertificateAuthorityAuditReportCommandInput,
25
+ DescribeCertificateAuthorityAuditReportCommandOutput,
26
+ ACMPCAClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeCertificateAuthorityAuditReportCommandInput;
29
+ constructor(input: DescribeCertificateAuthorityAuditReportCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ACMPCAClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeCertificateAuthorityAuditReportCommandInput,
37
+ DescribeCertificateAuthorityAuditReportCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { DescribeCertificateAuthorityRequest, DescribeCertificateAuthorityResponse } from "../models/models_0";
5
- export interface DescribeCertificateAuthorityCommandInput extends DescribeCertificateAuthorityRequest {
6
- }
7
- export interface DescribeCertificateAuthorityCommandOutput extends DescribeCertificateAuthorityResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeCertificateAuthorityCommand extends $Command<DescribeCertificateAuthorityCommandInput, DescribeCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: DescribeCertificateAuthorityCommandInput;
12
- constructor(input: DescribeCertificateAuthorityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCertificateAuthorityCommandInput, DescribeCertificateAuthorityCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import {
14
+ DescribeCertificateAuthorityRequest,
15
+ DescribeCertificateAuthorityResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeCertificateAuthorityCommandInput
18
+ extends DescribeCertificateAuthorityRequest {}
19
+ export interface DescribeCertificateAuthorityCommandOutput
20
+ extends DescribeCertificateAuthorityResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeCertificateAuthorityCommand extends $Command<
24
+ DescribeCertificateAuthorityCommandInput,
25
+ DescribeCertificateAuthorityCommandOutput,
26
+ ACMPCAClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeCertificateAuthorityCommandInput;
29
+ constructor(input: DescribeCertificateAuthorityCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ACMPCAClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeCertificateAuthorityCommandInput,
37
+ DescribeCertificateAuthorityCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { GetCertificateAuthorityCertificateRequest, GetCertificateAuthorityCertificateResponse } from "../models/models_0";
5
- export interface GetCertificateAuthorityCertificateCommandInput extends GetCertificateAuthorityCertificateRequest {
6
- }
7
- export interface GetCertificateAuthorityCertificateCommandOutput extends GetCertificateAuthorityCertificateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCertificateAuthorityCertificateCommand extends $Command<GetCertificateAuthorityCertificateCommandInput, GetCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: GetCertificateAuthorityCertificateCommandInput;
12
- constructor(input: GetCertificateAuthorityCertificateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCertificateAuthorityCertificateCommandInput, GetCertificateAuthorityCertificateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import {
14
+ GetCertificateAuthorityCertificateRequest,
15
+ GetCertificateAuthorityCertificateResponse,
16
+ } from "../models/models_0";
17
+ export interface GetCertificateAuthorityCertificateCommandInput
18
+ extends GetCertificateAuthorityCertificateRequest {}
19
+ export interface GetCertificateAuthorityCertificateCommandOutput
20
+ extends GetCertificateAuthorityCertificateResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetCertificateAuthorityCertificateCommand extends $Command<
24
+ GetCertificateAuthorityCertificateCommandInput,
25
+ GetCertificateAuthorityCertificateCommandOutput,
26
+ ACMPCAClientResolvedConfig
27
+ > {
28
+ readonly input: GetCertificateAuthorityCertificateCommandInput;
29
+ constructor(input: GetCertificateAuthorityCertificateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ACMPCAClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetCertificateAuthorityCertificateCommandInput,
37
+ GetCertificateAuthorityCertificateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { GetCertificateAuthorityCsrRequest, GetCertificateAuthorityCsrResponse } from "../models/models_0";
5
- export interface GetCertificateAuthorityCsrCommandInput extends GetCertificateAuthorityCsrRequest {
6
- }
7
- export interface GetCertificateAuthorityCsrCommandOutput extends GetCertificateAuthorityCsrResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCertificateAuthorityCsrCommand extends $Command<GetCertificateAuthorityCsrCommandInput, GetCertificateAuthorityCsrCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: GetCertificateAuthorityCsrCommandInput;
12
- constructor(input: GetCertificateAuthorityCsrCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCertificateAuthorityCsrCommandInput, GetCertificateAuthorityCsrCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import {
14
+ GetCertificateAuthorityCsrRequest,
15
+ GetCertificateAuthorityCsrResponse,
16
+ } from "../models/models_0";
17
+ export interface GetCertificateAuthorityCsrCommandInput
18
+ extends GetCertificateAuthorityCsrRequest {}
19
+ export interface GetCertificateAuthorityCsrCommandOutput
20
+ extends GetCertificateAuthorityCsrResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetCertificateAuthorityCsrCommand extends $Command<
24
+ GetCertificateAuthorityCsrCommandInput,
25
+ GetCertificateAuthorityCsrCommandOutput,
26
+ ACMPCAClientResolvedConfig
27
+ > {
28
+ readonly input: GetCertificateAuthorityCsrCommandInput;
29
+ constructor(input: GetCertificateAuthorityCsrCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ACMPCAClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetCertificateAuthorityCsrCommandInput,
37
+ GetCertificateAuthorityCsrCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { GetCertificateRequest, GetCertificateResponse } from "../models/models_0";
5
- export interface GetCertificateCommandInput extends GetCertificateRequest {
6
- }
7
- export interface GetCertificateCommandOutput extends GetCertificateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetCertificateCommand extends $Command<GetCertificateCommandInput, GetCertificateCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: GetCertificateCommandInput;
12
- constructor(input: GetCertificateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCertificateCommandInput, GetCertificateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import {
14
+ GetCertificateRequest,
15
+ GetCertificateResponse,
16
+ } from "../models/models_0";
17
+ export interface GetCertificateCommandInput extends GetCertificateRequest {}
18
+ export interface GetCertificateCommandOutput
19
+ extends GetCertificateResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class GetCertificateCommand extends $Command<
23
+ GetCertificateCommandInput,
24
+ GetCertificateCommandOutput,
25
+ ACMPCAClientResolvedConfig
26
+ > {
27
+ readonly input: GetCertificateCommandInput;
28
+ constructor(input: GetCertificateCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ACMPCAClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<GetCertificateCommandInput, GetCertificateCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
5
- export interface GetPolicyCommandInput extends GetPolicyRequest {
6
- }
7
- export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetPolicyCommand extends $Command<GetPolicyCommandInput, GetPolicyCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: GetPolicyCommandInput;
12
- constructor(input: GetPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
14
+ export interface GetPolicyCommandInput extends GetPolicyRequest {}
15
+ export interface GetPolicyCommandOutput
16
+ extends GetPolicyResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class GetPolicyCommand extends $Command<
20
+ GetPolicyCommandInput,
21
+ GetPolicyCommandOutput,
22
+ ACMPCAClientResolvedConfig
23
+ > {
24
+ readonly input: GetPolicyCommandInput;
25
+ constructor(input: GetPolicyCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ACMPCAClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,37 @@
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 { ImportCertificateAuthorityCertificateRequest } from "../models/models_0";
5
- export interface ImportCertificateAuthorityCertificateCommandInput extends ImportCertificateAuthorityCertificateRequest {
6
- }
7
- export interface ImportCertificateAuthorityCertificateCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class ImportCertificateAuthorityCertificateCommand extends $Command<ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: ImportCertificateAuthorityCertificateCommandInput;
12
- constructor(input: ImportCertificateAuthorityCertificateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import { ImportCertificateAuthorityCertificateRequest } from "../models/models_0";
14
+ export interface ImportCertificateAuthorityCertificateCommandInput
15
+ extends ImportCertificateAuthorityCertificateRequest {}
16
+ export interface ImportCertificateAuthorityCertificateCommandOutput
17
+ extends __MetadataBearer {}
18
+
19
+ export declare class ImportCertificateAuthorityCertificateCommand extends $Command<
20
+ ImportCertificateAuthorityCertificateCommandInput,
21
+ ImportCertificateAuthorityCertificateCommandOutput,
22
+ ACMPCAClientResolvedConfig
23
+ > {
24
+ readonly input: ImportCertificateAuthorityCertificateCommandInput;
25
+ constructor(input: ImportCertificateAuthorityCertificateCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ACMPCAClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<
32
+ ImportCertificateAuthorityCertificateCommandInput,
33
+ ImportCertificateAuthorityCertificateCommandOutput
34
+ >;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
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 { IssueCertificateRequest, IssueCertificateResponse } from "../models/models_0";
5
- export interface IssueCertificateCommandInput extends IssueCertificateRequest {
6
- }
7
- export interface IssueCertificateCommandOutput extends IssueCertificateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class IssueCertificateCommand extends $Command<IssueCertificateCommandInput, IssueCertificateCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: IssueCertificateCommandInput;
12
- constructor(input: IssueCertificateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IssueCertificateCommandInput, IssueCertificateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import {
14
+ IssueCertificateRequest,
15
+ IssueCertificateResponse,
16
+ } from "../models/models_0";
17
+ export interface IssueCertificateCommandInput extends IssueCertificateRequest {}
18
+ export interface IssueCertificateCommandOutput
19
+ extends IssueCertificateResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class IssueCertificateCommand extends $Command<
23
+ IssueCertificateCommandInput,
24
+ IssueCertificateCommandOutput,
25
+ ACMPCAClientResolvedConfig
26
+ > {
27
+ readonly input: IssueCertificateCommandInput;
28
+ constructor(input: IssueCertificateCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ACMPCAClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<IssueCertificateCommandInput, IssueCertificateCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { ListCertificateAuthoritiesRequest, ListCertificateAuthoritiesResponse } from "../models/models_0";
5
- export interface ListCertificateAuthoritiesCommandInput extends ListCertificateAuthoritiesRequest {
6
- }
7
- export interface ListCertificateAuthoritiesCommandOutput extends ListCertificateAuthoritiesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListCertificateAuthoritiesCommand extends $Command<ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: ListCertificateAuthoritiesCommandInput;
12
- constructor(input: ListCertificateAuthoritiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import {
14
+ ListCertificateAuthoritiesRequest,
15
+ ListCertificateAuthoritiesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListCertificateAuthoritiesCommandInput
18
+ extends ListCertificateAuthoritiesRequest {}
19
+ export interface ListCertificateAuthoritiesCommandOutput
20
+ extends ListCertificateAuthoritiesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListCertificateAuthoritiesCommand extends $Command<
24
+ ListCertificateAuthoritiesCommandInput,
25
+ ListCertificateAuthoritiesCommandOutput,
26
+ ACMPCAClientResolvedConfig
27
+ > {
28
+ readonly input: ListCertificateAuthoritiesCommandInput;
29
+ constructor(input: ListCertificateAuthoritiesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ACMPCAClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListCertificateAuthoritiesCommandInput,
37
+ ListCertificateAuthoritiesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
5
- export interface ListPermissionsCommandInput extends ListPermissionsRequest {
6
- }
7
- export interface ListPermissionsCommandOutput extends ListPermissionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListPermissionsCommand extends $Command<ListPermissionsCommandInput, ListPermissionsCommandOutput, ACMPCAClientResolvedConfig> {
11
- readonly input: ListPermissionsCommandInput;
12
- constructor(input: ListPermissionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPermissionsCommandInput, ListPermissionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ACMPCAClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ACMPCAClient";
13
+ import {
14
+ ListPermissionsRequest,
15
+ ListPermissionsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
18
+ export interface ListPermissionsCommandOutput
19
+ extends ListPermissionsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListPermissionsCommand extends $Command<
23
+ ListPermissionsCommandInput,
24
+ ListPermissionsCommandOutput,
25
+ ACMPCAClientResolvedConfig
26
+ > {
27
+ readonly input: ListPermissionsCommandInput;
28
+ constructor(input: ListPermissionsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ACMPCAClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListPermissionsCommandInput, ListPermissionsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }