@aws-sdk/client-payment-cryptography 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.
- package/dist-cjs/index.js +40 -39
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2253,66 +2253,67 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2253
2253
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2254
2254
|
|
|
2255
2255
|
0 && (module.exports = {
|
|
2256
|
-
|
|
2257
|
-
|
|
2256
|
+
PaymentCryptographyServiceException,
|
|
2257
|
+
__Client,
|
|
2258
|
+
PaymentCryptographyClient,
|
|
2259
|
+
PaymentCryptography,
|
|
2260
|
+
$Command,
|
|
2258
2261
|
CreateAliasCommand,
|
|
2259
2262
|
CreateKeyCommand,
|
|
2260
2263
|
DeleteAliasCommand,
|
|
2261
2264
|
DeleteKeyCommand,
|
|
2262
2265
|
ExportKeyCommand,
|
|
2263
|
-
ExportKeyCryptogramFilterSensitiveLog,
|
|
2264
|
-
ExportKeyInputFilterSensitiveLog,
|
|
2265
|
-
ExportKeyMaterial,
|
|
2266
|
-
ExportKeyMaterialFilterSensitiveLog,
|
|
2267
|
-
ExportKeyOutputFilterSensitiveLog,
|
|
2268
|
-
ExportTr34KeyBlockFilterSensitiveLog,
|
|
2269
2266
|
GetAliasCommand,
|
|
2270
2267
|
GetKeyCommand,
|
|
2271
2268
|
GetParametersForExportCommand,
|
|
2272
|
-
GetParametersForExportOutputFilterSensitiveLog,
|
|
2273
2269
|
GetParametersForImportCommand,
|
|
2274
|
-
GetParametersForImportOutputFilterSensitiveLog,
|
|
2275
2270
|
GetPublicKeyCertificateCommand,
|
|
2276
|
-
GetPublicKeyCertificateOutputFilterSensitiveLog,
|
|
2277
2271
|
ImportKeyCommand,
|
|
2278
|
-
ImportKeyInputFilterSensitiveLog,
|
|
2279
|
-
ImportKeyMaterial,
|
|
2280
|
-
ImportKeyMaterialFilterSensitiveLog,
|
|
2281
|
-
ImportTr34KeyBlockFilterSensitiveLog,
|
|
2282
|
-
InternalServerException,
|
|
2283
|
-
KeyAlgorithm,
|
|
2284
|
-
KeyCheckValueAlgorithm,
|
|
2285
|
-
KeyClass,
|
|
2286
|
-
KeyMaterialType,
|
|
2287
|
-
KeyOrigin,
|
|
2288
|
-
KeyState,
|
|
2289
|
-
KeyUsage,
|
|
2290
2272
|
ListAliasesCommand,
|
|
2291
2273
|
ListKeysCommand,
|
|
2292
2274
|
ListTagsForResourceCommand,
|
|
2293
|
-
PaymentCryptography,
|
|
2294
|
-
PaymentCryptographyClient,
|
|
2295
|
-
PaymentCryptographyServiceException,
|
|
2296
|
-
ResourceNotFoundException,
|
|
2297
2275
|
RestoreKeyCommand,
|
|
2298
|
-
RootCertificatePublicKeyFilterSensitiveLog,
|
|
2299
|
-
ServiceQuotaExceededException,
|
|
2300
|
-
ServiceUnavailableException,
|
|
2301
2276
|
StartKeyUsageCommand,
|
|
2302
2277
|
StopKeyUsageCommand,
|
|
2303
2278
|
TagResourceCommand,
|
|
2304
|
-
ThrottlingException,
|
|
2305
|
-
Tr34KeyBlockFormat,
|
|
2306
|
-
TrustedCertificatePublicKeyFilterSensitiveLog,
|
|
2307
2279
|
UntagResourceCommand,
|
|
2308
2280
|
UpdateAliasCommand,
|
|
2309
|
-
ValidationException,
|
|
2310
|
-
WrappedKeyFilterSensitiveLog,
|
|
2311
|
-
WrappedKeyMaterialFormat,
|
|
2312
|
-
WrappingKeySpec,
|
|
2313
|
-
__Client,
|
|
2314
2281
|
paginateListAliases,
|
|
2315
2282
|
paginateListKeys,
|
|
2316
|
-
paginateListTagsForResource
|
|
2283
|
+
paginateListTagsForResource,
|
|
2284
|
+
AccessDeniedException,
|
|
2285
|
+
ConflictException,
|
|
2286
|
+
InternalServerException,
|
|
2287
|
+
ResourceNotFoundException,
|
|
2288
|
+
ServiceQuotaExceededException,
|
|
2289
|
+
ServiceUnavailableException,
|
|
2290
|
+
ThrottlingException,
|
|
2291
|
+
ValidationException,
|
|
2292
|
+
KeyAlgorithm,
|
|
2293
|
+
KeyClass,
|
|
2294
|
+
KeyUsage,
|
|
2295
|
+
KeyCheckValueAlgorithm,
|
|
2296
|
+
KeyOrigin,
|
|
2297
|
+
KeyState,
|
|
2298
|
+
WrappingKeySpec,
|
|
2299
|
+
Tr34KeyBlockFormat,
|
|
2300
|
+
ExportKeyMaterial,
|
|
2301
|
+
WrappedKeyMaterialFormat,
|
|
2302
|
+
KeyMaterialType,
|
|
2303
|
+
ImportKeyMaterial,
|
|
2304
|
+
ExportKeyCryptogramFilterSensitiveLog,
|
|
2305
|
+
ExportTr34KeyBlockFilterSensitiveLog,
|
|
2306
|
+
ExportKeyMaterialFilterSensitiveLog,
|
|
2307
|
+
ExportKeyInputFilterSensitiveLog,
|
|
2308
|
+
WrappedKeyFilterSensitiveLog,
|
|
2309
|
+
ExportKeyOutputFilterSensitiveLog,
|
|
2310
|
+
GetParametersForExportOutputFilterSensitiveLog,
|
|
2311
|
+
GetParametersForImportOutputFilterSensitiveLog,
|
|
2312
|
+
GetPublicKeyCertificateOutputFilterSensitiveLog,
|
|
2313
|
+
RootCertificatePublicKeyFilterSensitiveLog,
|
|
2314
|
+
ImportTr34KeyBlockFilterSensitiveLog,
|
|
2315
|
+
TrustedCertificatePublicKeyFilterSensitiveLog,
|
|
2316
|
+
ImportKeyMaterialFilterSensitiveLog,
|
|
2317
|
+
ImportKeyInputFilterSensitiveLog
|
|
2317
2318
|
});
|
|
2318
2319
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-payment-cryptography",
|
|
3
3
|
"description": "AWS SDK for JavaScript Payment Cryptography 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-payment-cryptography",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
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",
|