@aws-sdk/client-acm-pca 3.496.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +43 -42
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2592,18 +2592,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2592
2592
  // Annotate the CommonJS export names for ESM import in node:
2593
2593
 
2594
2594
  0 && (module.exports = {
2595
- ACMPCA,
2596
- ACMPCAClient,
2597
2595
  ACMPCAServiceException,
2598
- AccessMethodType,
2599
- ActionType,
2600
- AuditReportResponseFormat,
2601
- AuditReportStatus,
2602
- CertificateAuthorityStatus,
2603
- CertificateAuthorityType,
2604
- CertificateAuthorityUsageMode,
2605
- CertificateMismatchException,
2606
- ConcurrentModificationException,
2596
+ __Client,
2597
+ ACMPCAClient,
2598
+ ACMPCA,
2599
+ $Command,
2607
2600
  CreateCertificateAuthorityAuditReportCommand,
2608
2601
  CreateCertificateAuthorityCommand,
2609
2602
  CreatePermissionCommand,
@@ -2612,57 +2605,65 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2612
2605
  DeletePolicyCommand,
2613
2606
  DescribeCertificateAuthorityAuditReportCommand,
2614
2607
  DescribeCertificateAuthorityCommand,
2615
- ExtendedKeyUsageType,
2616
- FailureReason,
2617
2608
  GetCertificateAuthorityCertificateCommand,
2618
2609
  GetCertificateAuthorityCsrCommand,
2619
2610
  GetCertificateCommand,
2620
2611
  GetPolicyCommand,
2621
2612
  ImportCertificateAuthorityCertificateCommand,
2622
- InvalidArgsException,
2623
- InvalidArnException,
2624
- InvalidNextTokenException,
2625
- InvalidPolicyException,
2626
- InvalidRequestException,
2627
- InvalidStateException,
2628
- InvalidTagException,
2629
2613
  IssueCertificateCommand,
2630
- KeyAlgorithm,
2631
- KeyStorageSecurityStandard,
2632
- LimitExceededException,
2633
2614
  ListCertificateAuthoritiesCommand,
2634
2615
  ListPermissionsCommand,
2635
2616
  ListTagsCommand,
2636
- LockoutPreventedException,
2637
- MalformedCSRException,
2638
- MalformedCertificateException,
2639
- PermissionAlreadyExistsException,
2640
- PolicyQualifierId,
2641
2617
  PutPolicyCommand,
2642
- RequestAlreadyProcessedException,
2643
- RequestFailedException,
2644
- RequestInProgressException,
2645
- ResourceNotFoundException,
2646
- ResourceOwner,
2647
2618
  RestoreCertificateAuthorityCommand,
2648
- RevocationReason,
2649
2619
  RevokeCertificateCommand,
2650
- S3ObjectAcl,
2651
- SigningAlgorithm,
2652
2620
  TagCertificateAuthorityCommand,
2653
- TooManyTagsException,
2654
2621
  UntagCertificateAuthorityCommand,
2655
2622
  UpdateCertificateAuthorityCommand,
2656
- ValidityPeriodType,
2657
- __Client,
2658
2623
  paginateListCertificateAuthorities,
2659
2624
  paginateListPermissions,
2660
2625
  paginateListTags,
2661
2626
  waitForAuditReportCreated,
2662
- waitForCertificateAuthorityCSRCreated,
2663
- waitForCertificateIssued,
2664
2627
  waitUntilAuditReportCreated,
2628
+ waitForCertificateAuthorityCSRCreated,
2665
2629
  waitUntilCertificateAuthorityCSRCreated,
2666
- waitUntilCertificateIssued
2630
+ waitForCertificateIssued,
2631
+ waitUntilCertificateIssued,
2632
+ AccessMethodType,
2633
+ KeyAlgorithm,
2634
+ SigningAlgorithm,
2635
+ CertificateAuthorityType,
2636
+ KeyStorageSecurityStandard,
2637
+ S3ObjectAcl,
2638
+ CertificateAuthorityUsageMode,
2639
+ InvalidArgsException,
2640
+ InvalidPolicyException,
2641
+ InvalidTagException,
2642
+ LimitExceededException,
2643
+ AuditReportResponseFormat,
2644
+ InvalidArnException,
2645
+ InvalidStateException,
2646
+ RequestFailedException,
2647
+ RequestInProgressException,
2648
+ ResourceNotFoundException,
2649
+ ActionType,
2650
+ PermissionAlreadyExistsException,
2651
+ ConcurrentModificationException,
2652
+ LockoutPreventedException,
2653
+ FailureReason,
2654
+ CertificateAuthorityStatus,
2655
+ AuditReportStatus,
2656
+ CertificateMismatchException,
2657
+ InvalidRequestException,
2658
+ MalformedCertificateException,
2659
+ PolicyQualifierId,
2660
+ ExtendedKeyUsageType,
2661
+ ValidityPeriodType,
2662
+ MalformedCSRException,
2663
+ InvalidNextTokenException,
2664
+ ResourceOwner,
2665
+ RequestAlreadyProcessedException,
2666
+ RevocationReason,
2667
+ TooManyTagsException
2667
2668
  });
2668
2669
 
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.496.0",
4
+ "version": "3.499.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-acm-pca",
@@ -20,9 +20,9 @@
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.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",