@aws-sdk/client-acm 3.496.0 → 3.501.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 +37 -36
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -1941,61 +1941,62 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
1941
1941
  // Annotate the CommonJS export names for ESM import in node:
1942
1942
 
1943
1943
  0 && (module.exports = {
1944
- ACM,
1945
- ACMClient,
1946
1944
  ACMServiceException,
1947
- AccessDeniedException,
1945
+ __Client,
1946
+ ACMClient,
1947
+ ACM,
1948
+ $Command,
1948
1949
  AddTagsToCertificateCommand,
1949
- CertificateStatus,
1950
- CertificateTransparencyLoggingPreference,
1951
- CertificateType,
1952
- ConflictException,
1953
1950
  DeleteCertificateCommand,
1954
1951
  DescribeCertificateCommand,
1955
- DomainStatus,
1956
1952
  ExportCertificateCommand,
1957
- ExportCertificateRequestFilterSensitiveLog,
1958
- ExportCertificateResponseFilterSensitiveLog,
1959
- ExtendedKeyUsageName,
1960
- FailureReason,
1961
1953
  GetAccountConfigurationCommand,
1962
1954
  GetCertificateCommand,
1963
1955
  ImportCertificateCommand,
1964
- ImportCertificateRequestFilterSensitiveLog,
1965
- InvalidArgsException,
1966
- InvalidArnException,
1967
- InvalidDomainValidationOptionsException,
1968
- InvalidParameterException,
1969
- InvalidStateException,
1970
- InvalidTagException,
1971
- KeyAlgorithm,
1972
- KeyUsageName,
1973
- LimitExceededException,
1974
1956
  ListCertificatesCommand,
1975
1957
  ListTagsForCertificateCommand,
1976
1958
  PutAccountConfigurationCommand,
1977
- RecordType,
1978
1959
  RemoveTagsFromCertificateCommand,
1979
1960
  RenewCertificateCommand,
1980
- RenewalEligibility,
1981
- RenewalStatus,
1982
1961
  RequestCertificateCommand,
1983
- RequestInProgressException,
1984
1962
  ResendValidationEmailCommand,
1985
- ResourceInUseException,
1963
+ UpdateCertificateOptionsCommand,
1964
+ paginateListCertificates,
1965
+ waitForCertificateValidated,
1966
+ waitUntilCertificateValidated,
1967
+ AccessDeniedException,
1968
+ InvalidArnException,
1969
+ InvalidParameterException,
1970
+ InvalidTagException,
1986
1971
  ResourceNotFoundException,
1987
- RevocationReason,
1988
- SortBy,
1989
- SortOrder,
1990
1972
  TagPolicyException,
1991
1973
  ThrottlingException,
1992
1974
  TooManyTagsException,
1993
- UpdateCertificateOptionsCommand,
1994
- ValidationException,
1975
+ RecordType,
1995
1976
  ValidationMethod,
1996
- __Client,
1997
- paginateListCertificates,
1998
- waitForCertificateValidated,
1999
- waitUntilCertificateValidated
1977
+ DomainStatus,
1978
+ ExtendedKeyUsageName,
1979
+ FailureReason,
1980
+ KeyAlgorithm,
1981
+ KeyUsageName,
1982
+ CertificateTransparencyLoggingPreference,
1983
+ RenewalEligibility,
1984
+ RenewalStatus,
1985
+ RevocationReason,
1986
+ CertificateStatus,
1987
+ CertificateType,
1988
+ ConflictException,
1989
+ ResourceInUseException,
1990
+ RequestInProgressException,
1991
+ LimitExceededException,
1992
+ InvalidArgsException,
1993
+ SortBy,
1994
+ SortOrder,
1995
+ ValidationException,
1996
+ InvalidDomainValidationOptionsException,
1997
+ InvalidStateException,
1998
+ ExportCertificateRequestFilterSensitiveLog,
1999
+ ExportCertificateResponseFilterSensitiveLog,
2000
+ ImportCertificateRequestFilterSensitiveLog
2000
2001
  });
2001
2002
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-acm",
3
3
  "description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.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",
@@ -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.501.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.501.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",