@aws-sdk/client-payment-cryptography 3.888.0 → 3.891.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 (27) hide show
  1. package/dist-types/commands/AddKeyReplicationRegionsCommand.d.ts +2 -0
  2. package/dist-types/commands/CreateAliasCommand.d.ts +2 -0
  3. package/dist-types/commands/CreateKeyCommand.d.ts +2 -0
  4. package/dist-types/commands/DeleteAliasCommand.d.ts +2 -0
  5. package/dist-types/commands/DeleteKeyCommand.d.ts +2 -0
  6. package/dist-types/commands/DisableDefaultKeyReplicationRegionsCommand.d.ts +2 -0
  7. package/dist-types/commands/EnableDefaultKeyReplicationRegionsCommand.d.ts +2 -0
  8. package/dist-types/commands/ExportKeyCommand.d.ts +2 -0
  9. package/dist-types/commands/GetAliasCommand.d.ts +2 -0
  10. package/dist-types/commands/GetCertificateSigningRequestCommand.d.ts +2 -0
  11. package/dist-types/commands/GetDefaultKeyReplicationRegionsCommand.d.ts +2 -0
  12. package/dist-types/commands/GetKeyCommand.d.ts +2 -0
  13. package/dist-types/commands/GetParametersForExportCommand.d.ts +2 -0
  14. package/dist-types/commands/GetParametersForImportCommand.d.ts +2 -0
  15. package/dist-types/commands/GetPublicKeyCertificateCommand.d.ts +2 -0
  16. package/dist-types/commands/ImportKeyCommand.d.ts +2 -0
  17. package/dist-types/commands/ListAliasesCommand.d.ts +2 -0
  18. package/dist-types/commands/ListKeysCommand.d.ts +2 -0
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  20. package/dist-types/commands/RemoveKeyReplicationRegionsCommand.d.ts +2 -0
  21. package/dist-types/commands/RestoreKeyCommand.d.ts +2 -0
  22. package/dist-types/commands/StartKeyUsageCommand.d.ts +2 -0
  23. package/dist-types/commands/StopKeyUsageCommand.d.ts +2 -0
  24. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  25. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  26. package/dist-types/commands/UpdateAliasCommand.d.ts +2 -0
  27. package/package.json +19 -19
@@ -33,6 +33,8 @@ declare const AddKeyReplicationRegionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, AddKeyReplicationRegionsCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, AddKeyReplicationRegionsCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // AddKeyReplicationRegionsInput
38
40
  * KeyIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateAliasCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, CreateAliasCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, CreateAliasCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // CreateAliasInput
38
40
  * AliasName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const CreateKeyCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, CreateKeyCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, CreateKeyCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // CreateKeyInput
38
40
  * KeyAttributes: { // KeyAttributes
@@ -33,6 +33,8 @@ declare const DeleteAliasCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, DeleteAliasCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, DeleteAliasCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // DeleteAliasInput
38
40
  * AliasName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteKeyCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, DeleteKeyCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, DeleteKeyCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // DeleteKeyInput
38
40
  * KeyIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DisableDefaultKeyReplicationRegionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, DisableDefaultKeyReplicationRegionsCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, DisableDefaultKeyReplicationRegionsCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // DisableDefaultKeyReplicationRegionsInput
38
40
  * ReplicationRegions: [ // Regions // required
@@ -33,6 +33,8 @@ declare const EnableDefaultKeyReplicationRegionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, EnableDefaultKeyReplicationRegionsCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, EnableDefaultKeyReplicationRegionsCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // EnableDefaultKeyReplicationRegionsInput
38
40
  * ReplicationRegions: [ // Regions // required
@@ -33,6 +33,8 @@ declare const ExportKeyCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, ExportKeyCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, ExportKeyCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // ExportKeyInput
38
40
  * KeyMaterial: { // ExportKeyMaterial Union: only one key present
@@ -33,6 +33,8 @@ declare const GetAliasCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, GetAliasCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, GetAliasCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // GetAliasInput
38
40
  * AliasName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetCertificateSigningRequestCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, GetCertificateSigningRequestCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, GetCertificateSigningRequestCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // GetCertificateSigningRequestInput
38
40
  * KeyIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetDefaultKeyReplicationRegionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, GetDefaultKeyReplicationRegionsCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, GetDefaultKeyReplicationRegionsCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = {};
38
40
  * const command = new GetDefaultKeyReplicationRegionsCommand(input);
@@ -33,6 +33,8 @@ declare const GetKeyCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, GetKeyCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, GetKeyCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // GetKeyInput
38
40
  * KeyIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetParametersForExportCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, GetParametersForExportCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, GetParametersForExportCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // GetParametersForExportInput
38
40
  * KeyMaterialType: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetParametersForImportCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, GetParametersForImportCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, GetParametersForImportCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // GetParametersForImportInput
38
40
  * KeyMaterialType: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetPublicKeyCertificateCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, GetPublicKeyCertificateCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, GetPublicKeyCertificateCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // GetPublicKeyCertificateInput
38
40
  * KeyIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const ImportKeyCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, ImportKeyCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, ImportKeyCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // ImportKeyInput
38
40
  * KeyMaterial: { // ImportKeyMaterial Union: only one key present
@@ -33,6 +33,8 @@ declare const ListAliasesCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, ListAliasesCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, ListAliasesCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // ListAliasesInput
38
40
  * KeyArn: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListKeysCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, ListKeysCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, ListKeysCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // ListKeysInput
38
40
  * KeyState: "STRING_VALUE",
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, ListTagsForResourceCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, ListTagsForResourceCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // ListTagsForResourceInput
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const RemoveKeyReplicationRegionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, RemoveKeyReplicationRegionsCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, RemoveKeyReplicationRegionsCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // RemoveKeyReplicationRegionsInput
38
40
  * KeyIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const RestoreKeyCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, RestoreKeyCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, RestoreKeyCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // RestoreKeyInput
38
40
  * KeyIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const StartKeyUsageCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, StartKeyUsageCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, StartKeyUsageCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // StartKeyUsageInput
38
40
  * KeyIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const StopKeyUsageCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, StopKeyUsageCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, StopKeyUsageCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // StopKeyUsageInput
38
40
  * KeyIdentifier: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const TagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, TagResourceCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, TagResourceCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // TagResourceInput
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, UntagResourceCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, UntagResourceCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // UntagResourceInput
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const UpdateAliasCommand_base: {
33
33
  * ```javascript
34
34
  * import { PaymentCryptographyClient, UpdateAliasCommand } from "@aws-sdk/client-payment-cryptography"; // ES Modules import
35
35
  * // const { PaymentCryptographyClient, UpdateAliasCommand } = require("@aws-sdk/client-payment-cryptography"); // CommonJS import
36
+ * // import type { PaymentCryptographyClientConfig } from "@aws-sdk/client-payment-cryptography";
37
+ * const config = {}; // type is PaymentCryptographyClientConfig
36
38
  * const client = new PaymentCryptographyClient(config);
37
39
  * const input = { // UpdateAliasInput
38
40
  * AliasName: "STRING_VALUE", // required
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.888.0",
4
+ "version": "3.891.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,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.888.0",
24
- "@aws-sdk/credential-provider-node": "3.888.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.888.0",
29
- "@aws-sdk/region-config-resolver": "3.887.0",
23
+ "@aws-sdk/core": "3.890.0",
24
+ "@aws-sdk/credential-provider-node": "3.891.0",
25
+ "@aws-sdk/middleware-host-header": "3.891.0",
26
+ "@aws-sdk/middleware-logger": "3.891.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
28
+ "@aws-sdk/middleware-user-agent": "3.891.0",
29
+ "@aws-sdk/region-config-resolver": "3.890.0",
30
30
  "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.887.0",
31
+ "@aws-sdk/util-endpoints": "3.891.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.888.0",
34
- "@smithy/config-resolver": "^4.2.1",
33
+ "@aws-sdk/util-user-agent-node": "3.891.0",
34
+ "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.0",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.1",
41
- "@smithy/middleware-retry": "^4.2.1",
40
+ "@smithy/middleware-endpoint": "^4.2.2",
41
+ "@smithy/middleware-retry": "^4.2.3",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
- "@smithy/node-config-provider": "^4.2.1",
44
+ "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.1",
47
+ "@smithy/smithy-client": "^4.6.2",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.1",
54
- "@smithy/util-defaults-mode-node": "^4.1.1",
55
- "@smithy/util-endpoints": "^3.1.1",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.2",
54
+ "@smithy/util-defaults-mode-node": "^4.1.2",
55
+ "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "tslib": "^2.6.2"
60
60
  },