@aws-sdk/client-acm-pca 3.478.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 (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 +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
4
  import { ImportCertificateAuthorityCertificateRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportCertificateAuthorityCertificateCommandInput extends Impor
21
20
  */
22
21
  export interface ImportCertificateAuthorityCertificateCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const ImportCertificateAuthorityCertificateCommand_base: {
24
+ new (input: ImportCertificateAuthorityCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Imports a signed private CA certificate into Amazon Web Services Private CA. This action is used when you
@@ -208,23 +211,5 @@ export interface ImportCertificateAuthorityCertificateCommandOutput extends __Me
208
211
  * <p>Base exception class for all service exceptions from ACMPCA service.</p>
209
212
  *
210
213
  */
211
- export declare class ImportCertificateAuthorityCertificateCommand extends $Command<ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput, ACMPCAClientResolvedConfig> {
212
- readonly input: ImportCertificateAuthorityCertificateCommandInput;
213
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
214
- /**
215
- * @public
216
- */
217
- constructor(input: ImportCertificateAuthorityCertificateCommandInput);
218
- /**
219
- * @internal
220
- */
221
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportCertificateAuthorityCertificateCommandInput, ImportCertificateAuthorityCertificateCommandOutput>;
222
- /**
223
- * @internal
224
- */
225
- private serialize;
226
- /**
227
- * @internal
228
- */
229
- private deserialize;
214
+ export declare class ImportCertificateAuthorityCertificateCommand extends ImportCertificateAuthorityCertificateCommand_base {
230
215
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
4
  import { IssueCertificateRequest, IssueCertificateResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface IssueCertificateCommandInput extends IssueCertificateRequest {
21
20
  */
22
21
  export interface IssueCertificateCommandOutput extends IssueCertificateResponse, __MetadataBearer {
23
22
  }
23
+ declare const IssueCertificateCommand_base: {
24
+ new (input: IssueCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<IssueCertificateCommandInput, IssueCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Uses your private certificate authority (CA), or one that has been shared with you, to
@@ -193,23 +196,5 @@ export interface IssueCertificateCommandOutput extends IssueCertificateResponse,
193
196
  * <p>Base exception class for all service exceptions from ACMPCA service.</p>
194
197
  *
195
198
  */
196
- export declare class IssueCertificateCommand extends $Command<IssueCertificateCommandInput, IssueCertificateCommandOutput, ACMPCAClientResolvedConfig> {
197
- readonly input: IssueCertificateCommandInput;
198
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
199
- /**
200
- * @public
201
- */
202
- constructor(input: IssueCertificateCommandInput);
203
- /**
204
- * @internal
205
- */
206
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<IssueCertificateCommandInput, IssueCertificateCommandOutput>;
207
- /**
208
- * @internal
209
- */
210
- private serialize;
211
- /**
212
- * @internal
213
- */
214
- private deserialize;
199
+ export declare class IssueCertificateCommand extends IssueCertificateCommand_base {
215
200
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
4
  import { ListCertificateAuthoritiesRequest, ListCertificateAuthoritiesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCertificateAuthoritiesCommandInput extends ListCertificateA
21
20
  */
22
21
  export interface ListCertificateAuthoritiesCommandOutput extends ListCertificateAuthoritiesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCertificateAuthoritiesCommand_base: {
24
+ new (input: ListCertificateAuthoritiesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the private certificate authorities that you created by using the <a href="https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html">CreateCertificateAuthority</a> action.</p>
@@ -171,23 +174,5 @@ export interface ListCertificateAuthoritiesCommandOutput extends ListCertificate
171
174
  * <p>Base exception class for all service exceptions from ACMPCA service.</p>
172
175
  *
173
176
  */
174
- export declare class ListCertificateAuthoritiesCommand extends $Command<ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput, ACMPCAClientResolvedConfig> {
175
- readonly input: ListCertificateAuthoritiesCommandInput;
176
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
177
- /**
178
- * @public
179
- */
180
- constructor(input: ListCertificateAuthoritiesCommandInput);
181
- /**
182
- * @internal
183
- */
184
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCertificateAuthoritiesCommandInput, ListCertificateAuthoritiesCommandOutput>;
185
- /**
186
- * @internal
187
- */
188
- private serialize;
189
- /**
190
- * @internal
191
- */
192
- private deserialize;
177
+ export declare class ListCertificateAuthoritiesCommand extends ListCertificateAuthoritiesCommand_base {
193
178
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
4
  import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListPermissionsCommandInput extends ListPermissionsRequest {
21
20
  */
22
21
  export interface ListPermissionsCommandOutput extends ListPermissionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListPermissionsCommand_base: {
24
+ new (input: ListPermissionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPermissionsCommandInput, ListPermissionsCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List all permissions on a private CA, if any, granted to the Certificate Manager (ACM) service
@@ -110,23 +113,5 @@ export interface ListPermissionsCommandOutput extends ListPermissionsResponse, _
110
113
  * <p>Base exception class for all service exceptions from ACMPCA service.</p>
111
114
  *
112
115
  */
113
- export declare class ListPermissionsCommand extends $Command<ListPermissionsCommandInput, ListPermissionsCommandOutput, ACMPCAClientResolvedConfig> {
114
- readonly input: ListPermissionsCommandInput;
115
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
116
- /**
117
- * @public
118
- */
119
- constructor(input: ListPermissionsCommandInput);
120
- /**
121
- * @internal
122
- */
123
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListPermissionsCommandInput, ListPermissionsCommandOutput>;
124
- /**
125
- * @internal
126
- */
127
- private serialize;
128
- /**
129
- * @internal
130
- */
131
- private deserialize;
116
+ export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
132
117
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
4
  import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsCommandInput extends ListTagsRequest {
21
20
  */
22
21
  export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsCommand_base: {
24
+ new (input: ListTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsCommandInput, ListTagsCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the tags, if any, that are associated with your private CA or one that has been
@@ -73,23 +76,5 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
73
76
  * <p>Base exception class for all service exceptions from ACMPCA service.</p>
74
77
  *
75
78
  */
76
- export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, ACMPCAClientResolvedConfig> {
77
- readonly input: ListTagsCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: ListTagsCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsCommandInput, ListTagsCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class ListTagsCommand extends ListTagsCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
4
  import { PutPolicyRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutPolicyCommandInput extends PutPolicyRequest {
21
20
  */
22
21
  export interface PutPolicyCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const PutPolicyCommand_base: {
24
+ new (input: PutPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutPolicyCommandInput, PutPolicyCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Attaches a resource-based policy to a private CA. </p>
@@ -107,23 +110,5 @@ export interface PutPolicyCommandOutput extends __MetadataBearer {
107
110
  * <p>Base exception class for all service exceptions from ACMPCA service.</p>
108
111
  *
109
112
  */
110
- export declare class PutPolicyCommand extends $Command<PutPolicyCommandInput, PutPolicyCommandOutput, ACMPCAClientResolvedConfig> {
111
- readonly input: PutPolicyCommandInput;
112
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
113
- /**
114
- * @public
115
- */
116
- constructor(input: PutPolicyCommandInput);
117
- /**
118
- * @internal
119
- */
120
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPolicyCommandInput, PutPolicyCommandOutput>;
121
- /**
122
- * @internal
123
- */
124
- private serialize;
125
- /**
126
- * @internal
127
- */
128
- private deserialize;
113
+ export declare class PutPolicyCommand extends PutPolicyCommand_base {
129
114
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
4
  import { RestoreCertificateAuthorityRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RestoreCertificateAuthorityCommandInput extends RestoreCertific
21
20
  */
22
21
  export interface RestoreCertificateAuthorityCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RestoreCertificateAuthorityCommand_base: {
24
+ new (input: RestoreCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<RestoreCertificateAuthorityCommandInput, RestoreCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Restores a certificate authority (CA) that is in the <code>DELETED</code> state. You
@@ -70,23 +73,5 @@ export interface RestoreCertificateAuthorityCommandOutput extends __MetadataBear
70
73
  * <p>Base exception class for all service exceptions from ACMPCA service.</p>
71
74
  *
72
75
  */
73
- export declare class RestoreCertificateAuthorityCommand extends $Command<RestoreCertificateAuthorityCommandInput, RestoreCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
74
- readonly input: RestoreCertificateAuthorityCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: RestoreCertificateAuthorityCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreCertificateAuthorityCommandInput, RestoreCertificateAuthorityCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class RestoreCertificateAuthorityCommand extends RestoreCertificateAuthorityCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
4
  import { RevokeCertificateRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RevokeCertificateCommandInput extends RevokeCertificateRequest
21
20
  */
22
21
  export interface RevokeCertificateCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RevokeCertificateCommand_base: {
24
+ new (input: RevokeCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeCertificateCommandInput, RevokeCertificateCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Revokes a certificate that was issued inside Amazon Web Services Private CA. If you enable a certificate
@@ -100,23 +103,5 @@ export interface RevokeCertificateCommandOutput extends __MetadataBearer {
100
103
  * <p>Base exception class for all service exceptions from ACMPCA service.</p>
101
104
  *
102
105
  */
103
- export declare class RevokeCertificateCommand extends $Command<RevokeCertificateCommandInput, RevokeCertificateCommandOutput, ACMPCAClientResolvedConfig> {
104
- readonly input: RevokeCertificateCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: RevokeCertificateCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeCertificateCommandInput, RevokeCertificateCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class RevokeCertificateCommand extends RevokeCertificateCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
4
  import { TagCertificateAuthorityRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagCertificateAuthorityCommandInput extends TagCertificateAutho
21
20
  */
22
21
  export interface TagCertificateAuthorityCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const TagCertificateAuthorityCommand_base: {
24
+ new (input: TagCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds one or more tags to your private CA. Tags are labels that you can use to identify
@@ -88,23 +91,5 @@ export interface TagCertificateAuthorityCommandOutput extends __MetadataBearer {
88
91
  * <p>Base exception class for all service exceptions from ACMPCA service.</p>
89
92
  *
90
93
  */
91
- export declare class TagCertificateAuthorityCommand extends $Command<TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
92
- readonly input: TagCertificateAuthorityCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: TagCertificateAuthorityCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagCertificateAuthorityCommandInput, TagCertificateAuthorityCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class TagCertificateAuthorityCommand extends TagCertificateAuthorityCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
4
  import { UntagCertificateAuthorityRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagCertificateAuthorityCommandInput extends UntagCertificateA
21
20
  */
22
21
  export interface UntagCertificateAuthorityCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UntagCertificateAuthorityCommand_base: {
24
+ new (input: UntagCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Remove one or more tags from your private CA. A tag consists of a key-value pair. If
@@ -74,23 +77,5 @@ export interface UntagCertificateAuthorityCommandOutput extends __MetadataBearer
74
77
  * <p>Base exception class for all service exceptions from ACMPCA service.</p>
75
78
  *
76
79
  */
77
- export declare class UntagCertificateAuthorityCommand extends $Command<UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
78
- readonly input: UntagCertificateAuthorityCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: UntagCertificateAuthorityCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagCertificateAuthorityCommandInput, UntagCertificateAuthorityCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class UntagCertificateAuthorityCommand extends UntagCertificateAuthorityCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
4
  import { UpdateCertificateAuthorityRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateCertificateAuthorityCommandInput extends UpdateCertificat
21
20
  */
22
21
  export interface UpdateCertificateAuthorityCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateCertificateAuthorityCommand_base: {
24
+ new (input: UpdateCertificateAuthorityCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the status or configuration of a private certificate authority (CA). Your
@@ -94,23 +97,5 @@ export interface UpdateCertificateAuthorityCommandOutput extends __MetadataBeare
94
97
  * <p>Base exception class for all service exceptions from ACMPCA service.</p>
95
98
  *
96
99
  */
97
- export declare class UpdateCertificateAuthorityCommand extends $Command<UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput, ACMPCAClientResolvedConfig> {
98
- readonly input: UpdateCertificateAuthorityCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: UpdateCertificateAuthorityCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ACMPCAClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCertificateAuthorityCommandInput, UpdateCertificateAuthorityCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class UpdateCertificateAuthorityCommand extends UpdateCertificateAuthorityCommand_base {
116
101
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -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 CreateCertificateAuthorityAuditReportCommandInput
21
15
  export interface CreateCertificateAuthorityAuditReportCommandOutput
22
16
  extends CreateCertificateAuthorityAuditReportResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCertificateAuthorityAuditReportCommand extends $Command<
25
- CreateCertificateAuthorityAuditReportCommandInput,
26
- CreateCertificateAuthorityAuditReportCommandOutput,
27
- ACMPCAClientResolvedConfig
28
- > {
29
- readonly input: CreateCertificateAuthorityAuditReportCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCertificateAuthorityAuditReportCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ACMPCAClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCertificateAuthorityAuditReportCommand_base: {
19
+ new (
20
+ input: CreateCertificateAuthorityAuditReportCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCertificateAuthorityAuditReportCommandInput,
38
- CreateCertificateAuthorityAuditReportCommandOutput
23
+ CreateCertificateAuthorityAuditReportCommandOutput,
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 CreateCertificateAuthorityAuditReportCommand extends CreateCertificateAuthorityAuditReportCommand_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 CreateCertificateAuthorityCommandInput
21
15
  export interface CreateCertificateAuthorityCommandOutput
22
16
  extends CreateCertificateAuthorityResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCertificateAuthorityCommand extends $Command<
25
- CreateCertificateAuthorityCommandInput,
26
- CreateCertificateAuthorityCommandOutput,
27
- ACMPCAClientResolvedConfig
28
- > {
29
- readonly input: CreateCertificateAuthorityCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCertificateAuthorityCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ACMPCAClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCertificateAuthorityCommand_base: {
19
+ new (
20
+ input: CreateCertificateAuthorityCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCertificateAuthorityCommandInput,
38
- CreateCertificateAuthorityCommandOutput
23
+ CreateCertificateAuthorityCommandOutput,
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 CreateCertificateAuthorityCommand extends CreateCertificateAuthorityCommand_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 { CreatePermissionRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface CreatePermissionCommandInput extends CreatePermissionRequest {}
17
11
  export interface CreatePermissionCommandOutput extends __MetadataBearer {}
18
- export declare class CreatePermissionCommand extends $Command<
19
- CreatePermissionCommandInput,
20
- CreatePermissionCommandOutput,
21
- ACMPCAClientResolvedConfig
22
- > {
23
- readonly input: CreatePermissionCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: CreatePermissionCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: ACMPCAClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<CreatePermissionCommandInput, CreatePermissionCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const CreatePermissionCommand_base: {
13
+ new (
14
+ input: CreatePermissionCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ CreatePermissionCommandInput,
17
+ CreatePermissionCommandOutput,
18
+ ACMPCAClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class CreatePermissionCommand extends CreatePermissionCommand_base {}