@aws-sdk/client-acm-pca 3.477.0 → 3.481.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 (109) 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-cjs/pagination/ListCertificateAuthoritiesPaginator.js +2 -24
  26. package/dist-cjs/pagination/ListPermissionsPaginator.js +2 -24
  27. package/dist-cjs/pagination/ListTagsPaginator.js +2 -24
  28. package/dist-es/commands/CreateCertificateAuthorityAuditReportCommand.js +18 -41
  29. package/dist-es/commands/CreateCertificateAuthorityCommand.js +18 -41
  30. package/dist-es/commands/CreatePermissionCommand.js +18 -41
  31. package/dist-es/commands/DeleteCertificateAuthorityCommand.js +18 -41
  32. package/dist-es/commands/DeletePermissionCommand.js +18 -41
  33. package/dist-es/commands/DeletePolicyCommand.js +18 -41
  34. package/dist-es/commands/DescribeCertificateAuthorityAuditReportCommand.js +18 -41
  35. package/dist-es/commands/DescribeCertificateAuthorityCommand.js +18 -41
  36. package/dist-es/commands/GetCertificateAuthorityCertificateCommand.js +18 -41
  37. package/dist-es/commands/GetCertificateAuthorityCsrCommand.js +18 -41
  38. package/dist-es/commands/GetCertificateCommand.js +18 -41
  39. package/dist-es/commands/GetPolicyCommand.js +18 -41
  40. package/dist-es/commands/ImportCertificateAuthorityCertificateCommand.js +18 -41
  41. package/dist-es/commands/IssueCertificateCommand.js +18 -41
  42. package/dist-es/commands/ListCertificateAuthoritiesCommand.js +18 -41
  43. package/dist-es/commands/ListPermissionsCommand.js +18 -41
  44. package/dist-es/commands/ListTagsCommand.js +18 -41
  45. package/dist-es/commands/PutPolicyCommand.js +18 -41
  46. package/dist-es/commands/RestoreCertificateAuthorityCommand.js +18 -41
  47. package/dist-es/commands/RevokeCertificateCommand.js +18 -41
  48. package/dist-es/commands/TagCertificateAuthorityCommand.js +18 -41
  49. package/dist-es/commands/UntagCertificateAuthorityCommand.js +18 -41
  50. package/dist-es/commands/UpdateCertificateAuthorityCommand.js +18 -41
  51. package/dist-es/endpoint/EndpointParameters.js +6 -0
  52. package/dist-es/pagination/ListCertificateAuthoritiesPaginator.js +2 -23
  53. package/dist-es/pagination/ListPermissionsPaginator.js +2 -23
  54. package/dist-es/pagination/ListTagsPaginator.js +2 -23
  55. package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +6 -21
  56. package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +6 -21
  57. package/dist-types/commands/CreatePermissionCommand.d.ts +6 -21
  58. package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +6 -21
  59. package/dist-types/commands/DeletePermissionCommand.d.ts +6 -21
  60. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
  61. package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +6 -21
  62. package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +6 -21
  63. package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +6 -21
  64. package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +6 -21
  65. package/dist-types/commands/GetCertificateCommand.d.ts +6 -21
  66. package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
  67. package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +6 -21
  68. package/dist-types/commands/IssueCertificateCommand.d.ts +6 -21
  69. package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +6 -21
  70. package/dist-types/commands/ListPermissionsCommand.d.ts +6 -21
  71. package/dist-types/commands/ListTagsCommand.d.ts +6 -21
  72. package/dist-types/commands/PutPolicyCommand.d.ts +6 -21
  73. package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +6 -21
  74. package/dist-types/commands/RevokeCertificateCommand.d.ts +6 -21
  75. package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +6 -21
  76. package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +6 -21
  77. package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +6 -21
  78. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  79. package/dist-types/pagination/ListCertificateAuthoritiesPaginator.d.ts +1 -1
  80. package/dist-types/pagination/ListPermissionsPaginator.d.ts +1 -1
  81. package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/CreateCertificateAuthorityCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +14 -23
  85. package/dist-types/ts3.4/commands/DeleteCertificateAuthorityCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/DescribeCertificateAuthorityCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/GetCertificateAuthorityCertificateCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/GetCertificateAuthorityCsrCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/GetCertificateCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/ImportCertificateAuthorityCertificateCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/IssueCertificateCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/ListCertificateAuthoritiesCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/RestoreCertificateAuthorityCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/RevokeCertificateCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/TagCertificateAuthorityCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/UntagCertificateAuthorityCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/UpdateCertificateAuthorityCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  106. package/dist-types/ts3.4/pagination/ListCertificateAuthoritiesPaginator.d.ts +3 -3
  107. package/dist-types/ts3.4/pagination/ListPermissionsPaginator.d.ts +3 -3
  108. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +3 -3
  109. package/package.json +11 -10
@@ -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 {}
@@ -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 { PutPolicyRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface PutPolicyCommandInput extends PutPolicyRequest {}
17
11
  export interface PutPolicyCommandOutput extends __MetadataBearer {}
18
- export declare class PutPolicyCommand extends $Command<
19
- PutPolicyCommandInput,
20
- PutPolicyCommandOutput,
21
- ACMPCAClientResolvedConfig
22
- > {
23
- readonly input: PutPolicyCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: PutPolicyCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: ACMPCAClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<PutPolicyCommandInput, PutPolicyCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const PutPolicyCommand_base: {
13
+ new (
14
+ input: PutPolicyCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ PutPolicyCommandInput,
17
+ PutPolicyCommandOutput,
18
+ ACMPCAClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class PutPolicyCommand extends PutPolicyCommand_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 RestoreCertificateAuthorityCommandInput
17
11
  extends RestoreCertificateAuthorityRequest {}
18
12
  export interface RestoreCertificateAuthorityCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class RestoreCertificateAuthorityCommand extends $Command<
21
- RestoreCertificateAuthorityCommandInput,
22
- RestoreCertificateAuthorityCommandOutput,
23
- ACMPCAClientResolvedConfig
24
- > {
25
- readonly input: RestoreCertificateAuthorityCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: RestoreCertificateAuthorityCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ACMPCAClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const RestoreCertificateAuthorityCommand_base: {
15
+ new (
16
+ input: RestoreCertificateAuthorityCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  RestoreCertificateAuthorityCommandInput,
34
- RestoreCertificateAuthorityCommandOutput
19
+ RestoreCertificateAuthorityCommandOutput,
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 RestoreCertificateAuthorityCommand extends RestoreCertificateAuthorityCommand_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,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface RevokeCertificateCommandInput
17
11
  extends RevokeCertificateRequest {}
18
12
  export interface RevokeCertificateCommandOutput extends __MetadataBearer {}
19
- export declare class RevokeCertificateCommand extends $Command<
20
- RevokeCertificateCommandInput,
21
- RevokeCertificateCommandOutput,
22
- ACMPCAClientResolvedConfig
23
- > {
24
- readonly input: RevokeCertificateCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: RevokeCertificateCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: ACMPCAClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<RevokeCertificateCommandInput, RevokeCertificateCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const RevokeCertificateCommand_base: {
14
+ new (
15
+ input: RevokeCertificateCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ RevokeCertificateCommandInput,
18
+ RevokeCertificateCommandOutput,
19
+ ACMPCAClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class RevokeCertificateCommand extends RevokeCertificateCommand_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 TagCertificateAuthorityCommandInput
17
11
  extends TagCertificateAuthorityRequest {}
18
12
  export interface TagCertificateAuthorityCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class TagCertificateAuthorityCommand extends $Command<
21
- TagCertificateAuthorityCommandInput,
22
- TagCertificateAuthorityCommandOutput,
23
- ACMPCAClientResolvedConfig
24
- > {
25
- readonly input: TagCertificateAuthorityCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagCertificateAuthorityCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ACMPCAClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const TagCertificateAuthorityCommand_base: {
15
+ new (
16
+ input: TagCertificateAuthorityCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  TagCertificateAuthorityCommandInput,
34
- TagCertificateAuthorityCommandOutput
19
+ TagCertificateAuthorityCommandOutput,
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 TagCertificateAuthorityCommand extends TagCertificateAuthorityCommand_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 UntagCertificateAuthorityCommandInput
17
11
  extends UntagCertificateAuthorityRequest {}
18
12
  export interface UntagCertificateAuthorityCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class UntagCertificateAuthorityCommand extends $Command<
21
- UntagCertificateAuthorityCommandInput,
22
- UntagCertificateAuthorityCommandOutput,
23
- ACMPCAClientResolvedConfig
24
- > {
25
- readonly input: UntagCertificateAuthorityCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: UntagCertificateAuthorityCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ACMPCAClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const UntagCertificateAuthorityCommand_base: {
15
+ new (
16
+ input: UntagCertificateAuthorityCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  UntagCertificateAuthorityCommandInput,
34
- UntagCertificateAuthorityCommandOutput
19
+ UntagCertificateAuthorityCommandOutput,
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 UntagCertificateAuthorityCommand extends UntagCertificateAuthorityCommand_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 UpdateCertificateAuthorityCommandInput
17
11
  extends UpdateCertificateAuthorityRequest {}
18
12
  export interface UpdateCertificateAuthorityCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class UpdateCertificateAuthorityCommand extends $Command<
21
- UpdateCertificateAuthorityCommandInput,
22
- UpdateCertificateAuthorityCommandOutput,
23
- ACMPCAClientResolvedConfig
24
- > {
25
- readonly input: UpdateCertificateAuthorityCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: UpdateCertificateAuthorityCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ACMPCAClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const UpdateCertificateAuthorityCommand_base: {
15
+ new (
16
+ input: UpdateCertificateAuthorityCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  UpdateCertificateAuthorityCommandInput,
34
- UpdateCertificateAuthorityCommandOutput
19
+ UpdateCertificateAuthorityCommandOutput,
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 UpdateCertificateAuthorityCommand extends UpdateCertificateAuthorityCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
@@ -4,8 +4,8 @@ import {
4
4
  ListCertificateAuthoritiesCommandOutput,
5
5
  } from "../commands/ListCertificateAuthoritiesCommand";
6
6
  import { ACMPCAPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListCertificateAuthorities(
7
+ export declare const paginateListCertificateAuthorities: (
8
8
  config: ACMPCAPaginationConfiguration,
9
9
  input: ListCertificateAuthoritiesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListCertificateAuthoritiesCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListCertificateAuthoritiesCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListPermissionsCommandOutput,
5
5
  } from "../commands/ListPermissionsCommand";
6
6
  import { ACMPCAPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListPermissions(
7
+ export declare const paginateListPermissions: (
8
8
  config: ACMPCAPaginationConfiguration,
9
9
  input: ListPermissionsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListPermissionsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListPermissionsCommandOutput>;
@@ -4,8 +4,8 @@ import {
4
4
  ListTagsCommandOutput,
5
5
  } from "../commands/ListTagsCommand";
6
6
  import { ACMPCAPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateListTags(
7
+ export declare const paginateListTags: (
8
8
  config: ACMPCAPaginationConfiguration,
9
9
  input: ListTagsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<ListTagsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<ListTagsCommandOutput>;