@aws-sdk/client-acm-pca 3.279.0 → 3.282.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 (25) hide show
  1. package/README.md +187 -0
  2. package/dist-types/commands/CreateCertificateAuthorityAuditReportCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateCertificateAuthorityCommand.d.ts +6 -0
  4. package/dist-types/commands/CreatePermissionCommand.d.ts +6 -0
  5. package/dist-types/commands/DeleteCertificateAuthorityCommand.d.ts +6 -0
  6. package/dist-types/commands/DeletePermissionCommand.d.ts +6 -0
  7. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -0
  8. package/dist-types/commands/DescribeCertificateAuthorityAuditReportCommand.d.ts +6 -0
  9. package/dist-types/commands/DescribeCertificateAuthorityCommand.d.ts +6 -0
  10. package/dist-types/commands/GetCertificateAuthorityCertificateCommand.d.ts +6 -0
  11. package/dist-types/commands/GetCertificateAuthorityCsrCommand.d.ts +6 -0
  12. package/dist-types/commands/GetCertificateCommand.d.ts +6 -0
  13. package/dist-types/commands/GetPolicyCommand.d.ts +6 -0
  14. package/dist-types/commands/ImportCertificateAuthorityCertificateCommand.d.ts +6 -0
  15. package/dist-types/commands/IssueCertificateCommand.d.ts +6 -0
  16. package/dist-types/commands/ListCertificateAuthoritiesCommand.d.ts +6 -0
  17. package/dist-types/commands/ListPermissionsCommand.d.ts +6 -0
  18. package/dist-types/commands/ListTagsCommand.d.ts +6 -0
  19. package/dist-types/commands/PutPolicyCommand.d.ts +6 -0
  20. package/dist-types/commands/RestoreCertificateAuthorityCommand.d.ts +6 -0
  21. package/dist-types/commands/RevokeCertificateCommand.d.ts +6 -0
  22. package/dist-types/commands/TagCertificateAuthorityCommand.d.ts +6 -0
  23. package/dist-types/commands/UntagCertificateAuthorityCommand.d.ts +6 -0
  24. package/dist-types/commands/UpdateCertificateAuthorityCommand.d.ts +6 -0
  25. package/package.json +17 -17
package/README.md CHANGED
@@ -218,3 +218,190 @@ To contribute to client you can check our [generate clients scripts](https://git
218
218
  This SDK is distributed under the
219
219
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
220
220
  see LICENSE for more information.
221
+
222
+ ## Client Commands (Operations List)
223
+
224
+ <details>
225
+ <summary>
226
+ CreateCertificateAuthority
227
+ </summary>
228
+
229
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/createcertificateauthoritycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/createcertificateauthoritycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/createcertificateauthoritycommandoutput.html)
230
+
231
+ </details>
232
+ <details>
233
+ <summary>
234
+ CreateCertificateAuthorityAuditReport
235
+ </summary>
236
+
237
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/createcertificateauthorityauditreportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/createcertificateauthorityauditreportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/createcertificateauthorityauditreportcommandoutput.html)
238
+
239
+ </details>
240
+ <details>
241
+ <summary>
242
+ CreatePermission
243
+ </summary>
244
+
245
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/createpermissioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/createpermissioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/createpermissioncommandoutput.html)
246
+
247
+ </details>
248
+ <details>
249
+ <summary>
250
+ DeleteCertificateAuthority
251
+ </summary>
252
+
253
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/deletecertificateauthoritycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/deletecertificateauthoritycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/deletecertificateauthoritycommandoutput.html)
254
+
255
+ </details>
256
+ <details>
257
+ <summary>
258
+ DeletePermission
259
+ </summary>
260
+
261
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/deletepermissioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/deletepermissioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/deletepermissioncommandoutput.html)
262
+
263
+ </details>
264
+ <details>
265
+ <summary>
266
+ DeletePolicy
267
+ </summary>
268
+
269
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/deletepolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/deletepolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/deletepolicycommandoutput.html)
270
+
271
+ </details>
272
+ <details>
273
+ <summary>
274
+ DescribeCertificateAuthority
275
+ </summary>
276
+
277
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/describecertificateauthoritycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/describecertificateauthoritycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/describecertificateauthoritycommandoutput.html)
278
+
279
+ </details>
280
+ <details>
281
+ <summary>
282
+ DescribeCertificateAuthorityAuditReport
283
+ </summary>
284
+
285
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/describecertificateauthorityauditreportcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/describecertificateauthorityauditreportcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/describecertificateauthorityauditreportcommandoutput.html)
286
+
287
+ </details>
288
+ <details>
289
+ <summary>
290
+ GetCertificate
291
+ </summary>
292
+
293
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/getcertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/getcertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/getcertificatecommandoutput.html)
294
+
295
+ </details>
296
+ <details>
297
+ <summary>
298
+ GetCertificateAuthorityCertificate
299
+ </summary>
300
+
301
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/getcertificateauthoritycertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/getcertificateauthoritycertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/getcertificateauthoritycertificatecommandoutput.html)
302
+
303
+ </details>
304
+ <details>
305
+ <summary>
306
+ GetCertificateAuthorityCsr
307
+ </summary>
308
+
309
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/getcertificateauthoritycsrcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/getcertificateauthoritycsrcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/getcertificateauthoritycsrcommandoutput.html)
310
+
311
+ </details>
312
+ <details>
313
+ <summary>
314
+ GetPolicy
315
+ </summary>
316
+
317
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/getpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/getpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/getpolicycommandoutput.html)
318
+
319
+ </details>
320
+ <details>
321
+ <summary>
322
+ ImportCertificateAuthorityCertificate
323
+ </summary>
324
+
325
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/importcertificateauthoritycertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/importcertificateauthoritycertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/importcertificateauthoritycertificatecommandoutput.html)
326
+
327
+ </details>
328
+ <details>
329
+ <summary>
330
+ IssueCertificate
331
+ </summary>
332
+
333
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/issuecertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/issuecertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/issuecertificatecommandoutput.html)
334
+
335
+ </details>
336
+ <details>
337
+ <summary>
338
+ ListCertificateAuthorities
339
+ </summary>
340
+
341
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/listcertificateauthoritiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/listcertificateauthoritiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/listcertificateauthoritiescommandoutput.html)
342
+
343
+ </details>
344
+ <details>
345
+ <summary>
346
+ ListPermissions
347
+ </summary>
348
+
349
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/listpermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/listpermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/listpermissionscommandoutput.html)
350
+
351
+ </details>
352
+ <details>
353
+ <summary>
354
+ ListTags
355
+ </summary>
356
+
357
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/listtagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/listtagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/listtagscommandoutput.html)
358
+
359
+ </details>
360
+ <details>
361
+ <summary>
362
+ PutPolicy
363
+ </summary>
364
+
365
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/putpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/putpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/putpolicycommandoutput.html)
366
+
367
+ </details>
368
+ <details>
369
+ <summary>
370
+ RestoreCertificateAuthority
371
+ </summary>
372
+
373
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/restorecertificateauthoritycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/restorecertificateauthoritycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/restorecertificateauthoritycommandoutput.html)
374
+
375
+ </details>
376
+ <details>
377
+ <summary>
378
+ RevokeCertificate
379
+ </summary>
380
+
381
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/revokecertificatecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/revokecertificatecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/revokecertificatecommandoutput.html)
382
+
383
+ </details>
384
+ <details>
385
+ <summary>
386
+ TagCertificateAuthority
387
+ </summary>
388
+
389
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/tagcertificateauthoritycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/tagcertificateauthoritycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/tagcertificateauthoritycommandoutput.html)
390
+
391
+ </details>
392
+ <details>
393
+ <summary>
394
+ UntagCertificateAuthority
395
+ </summary>
396
+
397
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/untagcertificateauthoritycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/untagcertificateauthoritycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/untagcertificateauthoritycommandoutput.html)
398
+
399
+ </details>
400
+ <details>
401
+ <summary>
402
+ UpdateCertificateAuthority
403
+ </summary>
404
+
405
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/classes/updatecertificateauthoritycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/updatecertificateauthoritycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-acm-pca/interfaces/updatecertificateauthoritycommandoutput.html)
406
+
407
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { CreateCertificateAuthorityAuditReportRequest, CreateCertificateAuthorityAuditReportResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateCertificateAuthorityAuditReportCommand}.
8
+ */
6
9
  export interface CreateCertificateAuthorityAuditReportCommandInput extends CreateCertificateAuthorityAuditReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateCertificateAuthorityAuditReportCommand}.
13
+ */
8
14
  export interface CreateCertificateAuthorityAuditReportCommandOutput extends CreateCertificateAuthorityAuditReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { CreateCertificateAuthorityRequest, CreateCertificateAuthorityResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateCertificateAuthorityCommand}.
8
+ */
6
9
  export interface CreateCertificateAuthorityCommandInput extends CreateCertificateAuthorityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateCertificateAuthorityCommand}.
13
+ */
8
14
  export interface CreateCertificateAuthorityCommandOutput extends CreateCertificateAuthorityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { CreatePermissionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreatePermissionCommand}.
8
+ */
6
9
  export interface CreatePermissionCommandInput extends CreatePermissionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePermissionCommand}.
13
+ */
8
14
  export interface CreatePermissionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { DeleteCertificateAuthorityRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteCertificateAuthorityCommand}.
8
+ */
6
9
  export interface DeleteCertificateAuthorityCommandInput extends DeleteCertificateAuthorityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteCertificateAuthorityCommand}.
13
+ */
8
14
  export interface DeleteCertificateAuthorityCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { DeletePermissionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeletePermissionCommand}.
8
+ */
6
9
  export interface DeletePermissionCommandInput extends DeletePermissionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeletePermissionCommand}.
13
+ */
8
14
  export interface DeletePermissionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { DeletePolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeletePolicyCommand}.
8
+ */
6
9
  export interface DeletePolicyCommandInput extends DeletePolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeletePolicyCommand}.
13
+ */
8
14
  export interface DeletePolicyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { DescribeCertificateAuthorityAuditReportRequest, DescribeCertificateAuthorityAuditReportResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeCertificateAuthorityAuditReportCommand}.
8
+ */
6
9
  export interface DescribeCertificateAuthorityAuditReportCommandInput extends DescribeCertificateAuthorityAuditReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeCertificateAuthorityAuditReportCommand}.
13
+ */
8
14
  export interface DescribeCertificateAuthorityAuditReportCommandOutput extends DescribeCertificateAuthorityAuditReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { DescribeCertificateAuthorityRequest, DescribeCertificateAuthorityResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeCertificateAuthorityCommand}.
8
+ */
6
9
  export interface DescribeCertificateAuthorityCommandInput extends DescribeCertificateAuthorityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeCertificateAuthorityCommand}.
13
+ */
8
14
  export interface DescribeCertificateAuthorityCommandOutput extends DescribeCertificateAuthorityResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { GetCertificateAuthorityCertificateRequest, GetCertificateAuthorityCertificateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetCertificateAuthorityCertificateCommand}.
8
+ */
6
9
  export interface GetCertificateAuthorityCertificateCommandInput extends GetCertificateAuthorityCertificateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCertificateAuthorityCertificateCommand}.
13
+ */
8
14
  export interface GetCertificateAuthorityCertificateCommandOutput extends GetCertificateAuthorityCertificateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { GetCertificateAuthorityCsrRequest, GetCertificateAuthorityCsrResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetCertificateAuthorityCsrCommand}.
8
+ */
6
9
  export interface GetCertificateAuthorityCsrCommandInput extends GetCertificateAuthorityCsrRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCertificateAuthorityCsrCommand}.
13
+ */
8
14
  export interface GetCertificateAuthorityCsrCommandOutput extends GetCertificateAuthorityCsrResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { GetCertificateRequest, GetCertificateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetCertificateCommand}.
8
+ */
6
9
  export interface GetCertificateCommandInput extends GetCertificateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetCertificateCommand}.
13
+ */
8
14
  export interface GetCertificateCommandOutput extends GetCertificateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPolicyCommand}.
8
+ */
6
9
  export interface GetPolicyCommandInput extends GetPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPolicyCommand}.
13
+ */
8
14
  export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { ImportCertificateAuthorityCertificateRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ImportCertificateAuthorityCertificateCommand}.
8
+ */
6
9
  export interface ImportCertificateAuthorityCertificateCommandInput extends ImportCertificateAuthorityCertificateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportCertificateAuthorityCertificateCommand}.
13
+ */
8
14
  export interface ImportCertificateAuthorityCertificateCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { IssueCertificateRequest, IssueCertificateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link IssueCertificateCommand}.
8
+ */
6
9
  export interface IssueCertificateCommandInput extends IssueCertificateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link IssueCertificateCommand}.
13
+ */
8
14
  export interface IssueCertificateCommandOutput extends IssueCertificateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { ListCertificateAuthoritiesRequest, ListCertificateAuthoritiesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListCertificateAuthoritiesCommand}.
8
+ */
6
9
  export interface ListCertificateAuthoritiesCommandInput extends ListCertificateAuthoritiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCertificateAuthoritiesCommand}.
13
+ */
8
14
  export interface ListCertificateAuthoritiesCommandOutput extends ListCertificateAuthoritiesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPermissionsCommand}.
8
+ */
6
9
  export interface ListPermissionsCommandInput extends ListPermissionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPermissionsCommand}.
13
+ */
8
14
  export interface ListPermissionsCommandOutput extends ListPermissionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsCommand}.
8
+ */
6
9
  export interface ListTagsCommandInput extends ListTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsCommand}.
13
+ */
8
14
  export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { PutPolicyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutPolicyCommand}.
8
+ */
6
9
  export interface PutPolicyCommandInput extends PutPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutPolicyCommand}.
13
+ */
8
14
  export interface PutPolicyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { RestoreCertificateAuthorityRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RestoreCertificateAuthorityCommand}.
8
+ */
6
9
  export interface RestoreCertificateAuthorityCommandInput extends RestoreCertificateAuthorityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RestoreCertificateAuthorityCommand}.
13
+ */
8
14
  export interface RestoreCertificateAuthorityCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { RevokeCertificateRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RevokeCertificateCommand}.
8
+ */
6
9
  export interface RevokeCertificateCommandInput extends RevokeCertificateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RevokeCertificateCommand}.
13
+ */
8
14
  export interface RevokeCertificateCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { TagCertificateAuthorityRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagCertificateAuthorityCommand}.
8
+ */
6
9
  export interface TagCertificateAuthorityCommandInput extends TagCertificateAuthorityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagCertificateAuthorityCommand}.
13
+ */
8
14
  export interface TagCertificateAuthorityCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { UntagCertificateAuthorityRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagCertificateAuthorityCommand}.
8
+ */
6
9
  export interface UntagCertificateAuthorityCommandInput extends UntagCertificateAuthorityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagCertificateAuthorityCommand}.
13
+ */
8
14
  export interface UntagCertificateAuthorityCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ACMPCAClient";
5
5
  import { UpdateCertificateAuthorityRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateCertificateAuthorityCommand}.
8
+ */
6
9
  export interface UpdateCertificateAuthorityCommandInput extends UpdateCertificateAuthorityRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateCertificateAuthorityCommand}.
13
+ */
8
14
  export interface UpdateCertificateAuthorityCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-acm-pca",
3
3
  "description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
4
- "version": "3.279.0",
4
+ "version": "3.282.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,25 +20,25 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.279.0",
24
- "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
26
- "@aws-sdk/fetch-http-handler": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.282.0",
24
+ "@aws-sdk/config-resolver": "3.282.0",
25
+ "@aws-sdk/credential-provider-node": "3.282.0",
26
+ "@aws-sdk/fetch-http-handler": "3.282.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.272.0",
30
- "@aws-sdk/middleware-endpoint": "3.272.0",
31
- "@aws-sdk/middleware-host-header": "3.278.0",
29
+ "@aws-sdk/middleware-content-length": "3.282.0",
30
+ "@aws-sdk/middleware-endpoint": "3.282.0",
31
+ "@aws-sdk/middleware-host-header": "3.282.0",
32
32
  "@aws-sdk/middleware-logger": "3.272.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.272.0",
34
- "@aws-sdk/middleware-retry": "3.272.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
+ "@aws-sdk/middleware-retry": "3.282.0",
35
35
  "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.272.0",
36
+ "@aws-sdk/middleware-signing": "3.282.0",
37
37
  "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.272.0",
38
+ "@aws-sdk/middleware-user-agent": "3.282.0",
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
- "@aws-sdk/node-http-handler": "3.272.0",
41
- "@aws-sdk/protocol-http": "3.272.0",
40
+ "@aws-sdk/node-http-handler": "3.282.0",
41
+ "@aws-sdk/protocol-http": "3.282.0",
42
42
  "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
@@ -46,11 +46,11 @@
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
48
  "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.282.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.272.0",
53
- "@aws-sdk/util-user-agent-node": "3.272.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.282.0",
53
+ "@aws-sdk/util-user-agent-node": "3.282.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "@aws-sdk/util-waiter": "3.272.0",
56
56
  "tslib": "^2.3.1"