@aws-sdk/client-acm-pca 3.478.0 → 3.484.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 (97) hide show
  1. package/dist-cjs/commands/CreateCertificateAuthorityAuditReportCommand.js +18 -41
  2. package/dist-cjs/commands/CreateCertificateAuthorityCommand.js +18 -41
  3. package/dist-cjs/commands/CreatePermissionCommand.js +18 -41
  4. package/dist-cjs/commands/DeleteCertificateAuthorityCommand.js +18 -41
  5. package/dist-cjs/commands/DeletePermissionCommand.js +18 -41
  6. package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeCertificateAuthorityAuditReportCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeCertificateAuthorityCommand.js +18 -41
  9. package/dist-cjs/commands/GetCertificateAuthorityCertificateCommand.js +18 -41
  10. package/dist-cjs/commands/GetCertificateAuthorityCsrCommand.js +18 -41
  11. package/dist-cjs/commands/GetCertificateCommand.js +18 -41
  12. package/dist-cjs/commands/GetPolicyCommand.js +18 -41
  13. package/dist-cjs/commands/ImportCertificateAuthorityCertificateCommand.js +18 -41
  14. package/dist-cjs/commands/IssueCertificateCommand.js +18 -41
  15. package/dist-cjs/commands/ListCertificateAuthoritiesCommand.js +18 -41
  16. package/dist-cjs/commands/ListPermissionsCommand.js +18 -41
  17. package/dist-cjs/commands/ListTagsCommand.js +18 -41
  18. package/dist-cjs/commands/PutPolicyCommand.js +18 -41
  19. package/dist-cjs/commands/RestoreCertificateAuthorityCommand.js +18 -41
  20. package/dist-cjs/commands/RevokeCertificateCommand.js +18 -41
  21. package/dist-cjs/commands/TagCertificateAuthorityCommand.js +18 -41
  22. package/dist-cjs/commands/UntagCertificateAuthorityCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateCertificateAuthorityCommand.js +18 -41
  24. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  25. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +18 -41
  26. package/dist-es/commands/CreateCertificateAuthorityCommand.js +18 -41
  27. package/dist-es/commands/CreatePermissionCommand.js +18 -41
  28. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +18 -41
  29. package/dist-es/commands/DeletePermissionCommand.js +18 -41
  30. package/dist-es/commands/DeletePolicyCommand.js +18 -41
  31. package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +18 -41
  32. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +18 -41
  33. package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +18 -41
  34. package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +18 -41
  35. package/dist-es/commands/GetCertificateCommand.js +18 -41
  36. package/dist-es/commands/GetPolicyCommand.js +18 -41
  37. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +18 -41
  38. package/dist-es/commands/IssueCertificateCommand.js +18 -41
  39. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +18 -41
  40. package/dist-es/commands/ListPermissionsCommand.js +18 -41
  41. package/dist-es/commands/ListTagsCommand.js +18 -41
  42. package/dist-es/commands/PutPolicyCommand.js +18 -41
  43. package/dist-es/commands/RestoreCertificateAuthorityCommand.js +18 -41
  44. package/dist-es/commands/RevokeCertificateCommand.js +18 -41
  45. package/dist-es/commands/TagCertificateAuthorityCommand.js +18 -41
  46. package/dist-es/commands/UntagCertificateAuthorityCommand.js +18 -41
  47. package/dist-es/commands/UpdateCertificateAuthorityCommand.js +18 -41
  48. package/dist-es/endpoint/EndpointParameters.js +6 -0
  49. package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +6 -21
  50. package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +6 -21
  51. package/dist-types/commands/CreatePermissionCommand.d.ts +6 -21
  52. package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +6 -21
  53. package/dist-types/commands/DeletePermissionCommand.d.ts +6 -21
  54. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
  55. package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +6 -21
  56. package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +6 -21
  57. package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +6 -21
  58. package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +6 -21
  59. package/dist-types/commands/GetCertificateCommand.d.ts +6 -21
  60. package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
  61. package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +6 -21
  62. package/dist-types/commands/IssueCertificateCommand.d.ts +6 -21
  63. package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +6 -21
  64. package/dist-types/commands/ListPermissionsCommand.d.ts +6 -21
  65. package/dist-types/commands/ListTagsCommand.d.ts +6 -21
  66. package/dist-types/commands/PutPolicyCommand.d.ts +6 -21
  67. package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +6 -21
  68. package/dist-types/commands/RevokeCertificateCommand.d.ts +6 -21
  69. package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +6 -21
  70. package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +6 -21
  71. package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +6 -21
  72. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +12 -24
  80. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +12 -24
  81. package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +14 -23
  84. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  97. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface DeleteCertificateAuthorityCommandInput
17
11
  extends DeleteCertificateAuthorityRequest {}
18
12
  export interface DeleteCertificateAuthorityCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteCertificateAuthorityCommand extends $Command<
21
- DeleteCertificateAuthorityCommandInput,
22
- DeleteCertificateAuthorityCommandOutput,
23
- ACMPCAClientResolvedConfig
24
- > {
25
- readonly input: DeleteCertificateAuthorityCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteCertificateAuthorityCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ACMPCAClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteCertificateAuthorityCommand_base: {
15
+ new (
16
+ input: DeleteCertificateAuthorityCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteCertificateAuthorityCommandInput,
34
- DeleteCertificateAuthorityCommandOutput
19
+ DeleteCertificateAuthorityCommandOutput,
20
+ ACMPCAClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteCertificateAuthorityCommand extends DeleteCertificateAuthorityCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { DeletePermissionRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeletePermissionCommandInput extends DeletePermissionRequest {}
17
11
  export interface DeletePermissionCommandOutput extends __MetadataBearer {}
18
- export declare class DeletePermissionCommand extends $Command<
19
- DeletePermissionCommandInput,
20
- DeletePermissionCommandOutput,
21
- ACMPCAClientResolvedConfig
22
- > {
23
- readonly input: DeletePermissionCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeletePermissionCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: ACMPCAClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeletePermissionCommandInput, DeletePermissionCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeletePermissionCommand_base: {
13
+ new (
14
+ input: DeletePermissionCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeletePermissionCommandInput,
17
+ DeletePermissionCommandOutput,
18
+ ACMPCAClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeletePermissionCommand extends DeletePermissionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { DeletePolicyRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeletePolicyCommandInput extends DeletePolicyRequest {}
17
11
  export interface DeletePolicyCommandOutput extends __MetadataBearer {}
18
- export declare class DeletePolicyCommand extends $Command<
19
- DeletePolicyCommandInput,
20
- DeletePolicyCommandOutput,
21
- ACMPCAClientResolvedConfig
22
- > {
23
- readonly input: DeletePolicyCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeletePolicyCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: ACMPCAClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeletePolicyCommandInput, DeletePolicyCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeletePolicyCommand_base: {
13
+ new (
14
+ input: DeletePolicyCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeletePolicyCommandInput,
17
+ DeletePolicyCommandOutput,
18
+ ACMPCAClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeletePolicyCommand extends DeletePolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeCertificateAuthorityAuditReportCommandInput
21
15
  export interface DescribeCertificateAuthorityAuditReportCommandOutput
22
16
  extends DescribeCertificateAuthorityAuditReportResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeCertificateAuthorityAuditReportCommand extends $Command<
25
- DescribeCertificateAuthorityAuditReportCommandInput,
26
- DescribeCertificateAuthorityAuditReportCommandOutput,
27
- ACMPCAClientResolvedConfig
28
- > {
29
- readonly input: DescribeCertificateAuthorityAuditReportCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeCertificateAuthorityAuditReportCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ACMPCAClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeCertificateAuthorityAuditReportCommand_base: {
19
+ new (
20
+ input: DescribeCertificateAuthorityAuditReportCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeCertificateAuthorityAuditReportCommandInput,
38
- DescribeCertificateAuthorityAuditReportCommandOutput
23
+ DescribeCertificateAuthorityAuditReportCommandOutput,
24
+ ACMPCAClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeCertificateAuthorityAuditReportCommand extends DescribeCertificateAuthorityAuditReportCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeCertificateAuthorityCommandInput
21
15
  export interface DescribeCertificateAuthorityCommandOutput
22
16
  extends DescribeCertificateAuthorityResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeCertificateAuthorityCommand extends $Command<
25
- DescribeCertificateAuthorityCommandInput,
26
- DescribeCertificateAuthorityCommandOutput,
27
- ACMPCAClientResolvedConfig
28
- > {
29
- readonly input: DescribeCertificateAuthorityCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeCertificateAuthorityCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ACMPCAClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeCertificateAuthorityCommand_base: {
19
+ new (
20
+ input: DescribeCertificateAuthorityCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeCertificateAuthorityCommandInput,
38
- DescribeCertificateAuthorityCommandOutput
23
+ DescribeCertificateAuthorityCommandOutput,
24
+ ACMPCAClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeCertificateAuthorityCommand extends DescribeCertificateAuthorityCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetCertificateAuthorityCertificateCommandInput
21
15
  export interface GetCertificateAuthorityCertificateCommandOutput
22
16
  extends GetCertificateAuthorityCertificateResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetCertificateAuthorityCertificateCommand extends $Command<
25
- GetCertificateAuthorityCertificateCommandInput,
26
- GetCertificateAuthorityCertificateCommandOutput,
27
- ACMPCAClientResolvedConfig
28
- > {
29
- readonly input: GetCertificateAuthorityCertificateCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetCertificateAuthorityCertificateCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ACMPCAClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetCertificateAuthorityCertificateCommand_base: {
19
+ new (
20
+ input: GetCertificateAuthorityCertificateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetCertificateAuthorityCertificateCommandInput,
38
- GetCertificateAuthorityCertificateCommandOutput
23
+ GetCertificateAuthorityCertificateCommandOutput,
24
+ ACMPCAClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetCertificateAuthorityCertificateCommand extends GetCertificateAuthorityCertificateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetCertificateAuthorityCsrCommandInput
21
15
  export interface GetCertificateAuthorityCsrCommandOutput
22
16
  extends GetCertificateAuthorityCsrResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetCertificateAuthorityCsrCommand extends $Command<
25
- GetCertificateAuthorityCsrCommandInput,
26
- GetCertificateAuthorityCsrCommandOutput,
27
- ACMPCAClientResolvedConfig
28
- > {
29
- readonly input: GetCertificateAuthorityCsrCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetCertificateAuthorityCsrCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ACMPCAClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetCertificateAuthorityCsrCommand_base: {
19
+ new (
20
+ input: GetCertificateAuthorityCsrCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetCertificateAuthorityCsrCommandInput,
38
- GetCertificateAuthorityCsrCommandOutput
23
+ GetCertificateAuthorityCsrCommandOutput,
24
+ ACMPCAClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetCertificateAuthorityCsrCommand extends GetCertificateAuthorityCsrCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetCertificateCommandInput extends GetCertificateRequest {}
20
14
  export interface GetCertificateCommandOutput
21
15
  extends GetCertificateResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetCertificateCommand extends $Command<
24
- GetCertificateCommandInput,
25
- GetCertificateCommandOutput,
26
- ACMPCAClientResolvedConfig
27
- > {
28
- readonly input: GetCertificateCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetCertificateCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ACMPCAClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetCertificateCommandInput, GetCertificateCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetCertificateCommand_base: {
18
+ new (
19
+ input: GetCertificateCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetCertificateCommandInput,
22
+ GetCertificateCommandOutput,
23
+ ACMPCAClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetCertificateCommand extends GetCertificateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {}
17
11
  export interface GetPolicyCommandOutput
18
12
  extends GetPolicyResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetPolicyCommand extends $Command<
21
- GetPolicyCommandInput,
22
- GetPolicyCommandOutput,
23
- ACMPCAClientResolvedConfig
24
- > {
25
- readonly input: GetPolicyCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetPolicyCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ACMPCAClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetPolicyCommand_base: {
15
+ new (
16
+ input: GetPolicyCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetPolicyCommandInput,
19
+ GetPolicyCommandOutput,
20
+ ACMPCAClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetPolicyCommand extends GetPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface ImportCertificateAuthorityCertificateCommandInput
17
11
  extends ImportCertificateAuthorityCertificateRequest {}
18
12
  export interface ImportCertificateAuthorityCertificateCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class ImportCertificateAuthorityCertificateCommand extends $Command<
21
- ImportCertificateAuthorityCertificateCommandInput,
22
- ImportCertificateAuthorityCertificateCommandOutput,
23
- ACMPCAClientResolvedConfig
24
- > {
25
- readonly input: ImportCertificateAuthorityCertificateCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ImportCertificateAuthorityCertificateCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ACMPCAClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const ImportCertificateAuthorityCertificateCommand_base: {
15
+ new (
16
+ input: ImportCertificateAuthorityCertificateCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  ImportCertificateAuthorityCertificateCommandInput,
34
- ImportCertificateAuthorityCertificateCommandOutput
19
+ ImportCertificateAuthorityCertificateCommandOutput,
20
+ ACMPCAClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ImportCertificateAuthorityCertificateCommand extends ImportCertificateAuthorityCertificateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface IssueCertificateCommandInput extends IssueCertificateRequest {}
20
14
  export interface IssueCertificateCommandOutput
21
15
  extends IssueCertificateResponse,
22
16
  __MetadataBearer {}
23
- export declare class IssueCertificateCommand extends $Command<
24
- IssueCertificateCommandInput,
25
- IssueCertificateCommandOutput,
26
- ACMPCAClientResolvedConfig
27
- > {
28
- readonly input: IssueCertificateCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: IssueCertificateCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ACMPCAClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<IssueCertificateCommandInput, IssueCertificateCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const IssueCertificateCommand_base: {
18
+ new (
19
+ input: IssueCertificateCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ IssueCertificateCommandInput,
22
+ IssueCertificateCommandOutput,
23
+ ACMPCAClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class IssueCertificateCommand extends IssueCertificateCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListCertificateAuthoritiesCommandInput
21
15
  export interface ListCertificateAuthoritiesCommandOutput
22
16
  extends ListCertificateAuthoritiesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListCertificateAuthoritiesCommand extends $Command<
25
- ListCertificateAuthoritiesCommandInput,
26
- ListCertificateAuthoritiesCommandOutput,
27
- ACMPCAClientResolvedConfig
28
- > {
29
- readonly input: ListCertificateAuthoritiesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListCertificateAuthoritiesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ACMPCAClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListCertificateAuthoritiesCommand_base: {
19
+ new (
20
+ input: ListCertificateAuthoritiesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListCertificateAuthoritiesCommandInput,
38
- ListCertificateAuthoritiesCommandOutput
23
+ ListCertificateAuthoritiesCommandOutput,
24
+ ACMPCAClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListCertificateAuthoritiesCommand extends ListCertificateAuthoritiesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
20
14
  export interface ListPermissionsCommandOutput
21
15
  extends ListPermissionsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListPermissionsCommand extends $Command<
24
- ListPermissionsCommandInput,
25
- ListPermissionsCommandOutput,
26
- ACMPCAClientResolvedConfig
27
- > {
28
- readonly input: ListPermissionsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListPermissionsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ACMPCAClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListPermissionsCommandInput, ListPermissionsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListPermissionsCommand_base: {
18
+ new (
19
+ input: ListPermissionsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListPermissionsCommandInput,
22
+ ListPermissionsCommandOutput,
23
+ ACMPCAClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListPermissionsCommand extends ListPermissionsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ACMPCAClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListTagsCommandInput extends ListTagsRequest {}
17
11
  export interface ListTagsCommandOutput
18
12
  extends ListTagsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListTagsCommand extends $Command<
21
- ListTagsCommandInput,
22
- ListTagsCommandOutput,
23
- ACMPCAClientResolvedConfig
24
- > {
25
- readonly input: ListTagsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListTagsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ACMPCAClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListTagsCommand_base: {
15
+ new (
16
+ input: ListTagsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListTagsCommandInput,
19
+ ListTagsCommandOutput,
20
+ ACMPCAClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListTagsCommand extends ListTagsCommand_base {}