@aws-sdk/client-acm 3.495.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.
- package/dist-cjs/index.js +39 -36
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -1939,61 +1939,64 @@ var waitUntilCertificateValidated = /* @__PURE__ */ __name(async (params, input)
|
|
|
1939
1939
|
// src/index.ts
|
|
1940
1940
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
1941
1941
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1942
|
+
|
|
1942
1943
|
0 && (module.exports = {
|
|
1943
|
-
ACM,
|
|
1944
|
-
ACMClient,
|
|
1945
1944
|
ACMServiceException,
|
|
1946
|
-
|
|
1945
|
+
__Client,
|
|
1946
|
+
ACMClient,
|
|
1947
|
+
ACM,
|
|
1948
|
+
$Command,
|
|
1947
1949
|
AddTagsToCertificateCommand,
|
|
1948
|
-
CertificateStatus,
|
|
1949
|
-
CertificateTransparencyLoggingPreference,
|
|
1950
|
-
CertificateType,
|
|
1951
|
-
ConflictException,
|
|
1952
1950
|
DeleteCertificateCommand,
|
|
1953
1951
|
DescribeCertificateCommand,
|
|
1954
|
-
DomainStatus,
|
|
1955
1952
|
ExportCertificateCommand,
|
|
1956
|
-
ExportCertificateRequestFilterSensitiveLog,
|
|
1957
|
-
ExportCertificateResponseFilterSensitiveLog,
|
|
1958
|
-
ExtendedKeyUsageName,
|
|
1959
|
-
FailureReason,
|
|
1960
1953
|
GetAccountConfigurationCommand,
|
|
1961
1954
|
GetCertificateCommand,
|
|
1962
1955
|
ImportCertificateCommand,
|
|
1963
|
-
ImportCertificateRequestFilterSensitiveLog,
|
|
1964
|
-
InvalidArgsException,
|
|
1965
|
-
InvalidArnException,
|
|
1966
|
-
InvalidDomainValidationOptionsException,
|
|
1967
|
-
InvalidParameterException,
|
|
1968
|
-
InvalidStateException,
|
|
1969
|
-
InvalidTagException,
|
|
1970
|
-
KeyAlgorithm,
|
|
1971
|
-
KeyUsageName,
|
|
1972
|
-
LimitExceededException,
|
|
1973
1956
|
ListCertificatesCommand,
|
|
1974
1957
|
ListTagsForCertificateCommand,
|
|
1975
1958
|
PutAccountConfigurationCommand,
|
|
1976
|
-
RecordType,
|
|
1977
1959
|
RemoveTagsFromCertificateCommand,
|
|
1978
1960
|
RenewCertificateCommand,
|
|
1979
|
-
RenewalEligibility,
|
|
1980
|
-
RenewalStatus,
|
|
1981
1961
|
RequestCertificateCommand,
|
|
1982
|
-
RequestInProgressException,
|
|
1983
1962
|
ResendValidationEmailCommand,
|
|
1984
|
-
|
|
1963
|
+
UpdateCertificateOptionsCommand,
|
|
1964
|
+
paginateListCertificates,
|
|
1965
|
+
waitForCertificateValidated,
|
|
1966
|
+
waitUntilCertificateValidated,
|
|
1967
|
+
AccessDeniedException,
|
|
1968
|
+
InvalidArnException,
|
|
1969
|
+
InvalidParameterException,
|
|
1970
|
+
InvalidTagException,
|
|
1985
1971
|
ResourceNotFoundException,
|
|
1986
|
-
RevocationReason,
|
|
1987
|
-
SortBy,
|
|
1988
|
-
SortOrder,
|
|
1989
1972
|
TagPolicyException,
|
|
1990
1973
|
ThrottlingException,
|
|
1991
1974
|
TooManyTagsException,
|
|
1992
|
-
|
|
1993
|
-
ValidationException,
|
|
1975
|
+
RecordType,
|
|
1994
1976
|
ValidationMethod,
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
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
|
|
1999
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.
|
|
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",
|
|
@@ -20,48 +20,48 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
60
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
61
61
|
"tslib": "^2.5.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"concurrently": "7.0.0",
|