@aws-sdk/client-transfer 3.839.0 → 3.844.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 CHANGED
@@ -87,6 +87,7 @@ __export(index_exports, {
87
87
  InternalServiceError: () => InternalServiceError,
88
88
  InvalidNextTokenException: () => InvalidNextTokenException,
89
89
  InvalidRequestException: () => InvalidRequestException,
90
+ IpAddressType: () => IpAddressType,
90
91
  ListAccessesCommand: () => ListAccessesCommand,
91
92
  ListAgreementsCommand: () => ListAgreementsCommand,
92
93
  ListCertificatesCommand: () => ListCertificatesCommand,
@@ -641,6 +642,10 @@ var IdentityProviderType = {
641
642
  AWS_LAMBDA: "AWS_LAMBDA",
642
643
  SERVICE_MANAGED: "SERVICE_MANAGED"
643
644
  };
645
+ var IpAddressType = {
646
+ DUALSTACK: "DUALSTACK",
647
+ IPV4: "IPV4"
648
+ };
644
649
  var SetStatOption = {
645
650
  DEFAULT: "DEFAULT",
646
651
  ENABLE_NO_OP: "ENABLE_NO_OP"
@@ -3807,6 +3812,7 @@ var waitUntilServerOnline = /* @__PURE__ */ __name(async (params, input) => {
3807
3812
  EndpointType,
3808
3813
  SftpAuthenticationMethods,
3809
3814
  IdentityProviderType,
3815
+ IpAddressType,
3810
3816
  SetStatOption,
3811
3817
  TlsSessionResumptionMode,
3812
3818
  Protocol,
@@ -240,6 +240,10 @@ export const IdentityProviderType = {
240
240
  AWS_LAMBDA: "AWS_LAMBDA",
241
241
  SERVICE_MANAGED: "SERVICE_MANAGED",
242
242
  };
243
+ export const IpAddressType = {
244
+ DUALSTACK: "DUALSTACK",
245
+ IPV4: "IPV4",
246
+ };
243
247
  export const SetStatOption = {
244
248
  DEFAULT: "DEFAULT",
245
249
  ENABLE_NO_OP: "ENABLE_NO_OP",
@@ -101,6 +101,7 @@ declare const CreateServerCommand_base: {
101
101
  * S3StorageOptions: { // S3StorageOptions
102
102
  * DirectoryListingOptimization: "ENABLED" || "DISABLED",
103
103
  * },
104
+ * IpAddressType: "IPV4" || "DUALSTACK",
104
105
  * };
105
106
  * const command = new CreateServerCommand(input);
106
107
  * const response = await client.send(command);
@@ -114,6 +114,7 @@ declare const DescribeServerCommand_base: {
114
114
  * // As2ServiceManagedEgressIpAddresses: [ // ServiceManagedEgressIpAddresses
115
115
  * // "STRING_VALUE",
116
116
  * // ],
117
+ * // IpAddressType: "IPV4" || "DUALSTACK",
117
118
  * // },
118
119
  * // };
119
120
  *
@@ -94,6 +94,7 @@ declare const UpdateServerCommand_base: {
94
94
  * S3StorageOptions: { // S3StorageOptions
95
95
  * DirectoryListingOptimization: "ENABLED" || "DISABLED",
96
96
  * },
97
+ * IpAddressType: "IPV4" || "DUALSTACK",
97
98
  * };
98
99
  * const command = new UpdateServerCommand(input);
99
100
  * const response = await client.send(command);
@@ -1445,7 +1445,7 @@ export interface PosixProfile {
1445
1445
  */
1446
1446
  export interface CreateAccessRequest {
1447
1447
  /**
1448
- * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>The <code>HomeDirectory</code> parameter is only used if <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p> </note>
1448
+ * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>You can use the <code>HomeDirectory</code> parameter for <code>HomeDirectoryType</code> when it is set to either <code>PATH</code> or <code>LOGICAL</code>.</p> </note>
1449
1449
  * @public
1450
1450
  */
1451
1451
  HomeDirectory?: string | undefined;
@@ -1565,7 +1565,7 @@ export type Domain = (typeof Domain)[keyof typeof Domain];
1565
1565
  */
1566
1566
  export interface EndpointDetails {
1567
1567
  /**
1568
- * <p>A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.</p> <p>An address allocation ID corresponds to the allocation ID of an Elastic IP address. This value can be retrieved from the <code>allocationId</code> field from the Amazon EC2 <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Address.html">Address</a> data type. One way to retrieve this value is by calling the EC2 <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAddresses.html">DescribeAddresses</a> API.</p> <p>This parameter is optional. Set this parameter if you want to make your VPC endpoint public-facing. For details, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#create-internet-facing-endpoint">Create an internet-facing endpoint for your server</a>.</p> <note> <p>This property can only be set as follows:</p> <ul> <li> <p> <code>EndpointType</code> must be set to <code>VPC</code> </p> </li> <li> <p>The Transfer Family server must be offline.</p> </li> <li> <p>You cannot set this parameter for Transfer Family servers that use the FTP protocol.</p> </li> <li> <p>The server must already have <code>SubnetIds</code> populated (<code>SubnetIds</code> and <code>AddressAllocationIds</code> cannot be updated simultaneously).</p> </li> <li> <p> <code>AddressAllocationIds</code> can't contain duplicates, and must be equal in length to <code>SubnetIds</code>. For example, if you have three subnet IDs, you must also specify three address allocation IDs.</p> </li> <li> <p>Call the <code>UpdateServer</code> API to set or change this parameter.</p> </li> </ul> </note>
1568
+ * <p>A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.</p> <p>An address allocation ID corresponds to the allocation ID of an Elastic IP address. This value can be retrieved from the <code>allocationId</code> field from the Amazon EC2 <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Address.html">Address</a> data type. One way to retrieve this value is by calling the EC2 <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeAddresses.html">DescribeAddresses</a> API.</p> <p>This parameter is optional. Set this parameter if you want to make your VPC endpoint public-facing. For details, see <a href="https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#create-internet-facing-endpoint">Create an internet-facing endpoint for your server</a>.</p> <note> <p>This property can only be set as follows:</p> <ul> <li> <p> <code>EndpointType</code> must be set to <code>VPC</code> </p> </li> <li> <p>The Transfer Family server must be offline.</p> </li> <li> <p>You cannot set this parameter for Transfer Family servers that use the FTP protocol.</p> </li> <li> <p>The server must already have <code>SubnetIds</code> populated (<code>SubnetIds</code> and <code>AddressAllocationIds</code> cannot be updated simultaneously).</p> </li> <li> <p> <code>AddressAllocationIds</code> can't contain duplicates, and must be equal in length to <code>SubnetIds</code>. For example, if you have three subnet IDs, you must also specify three address allocation IDs.</p> </li> <li> <p>Call the <code>UpdateServer</code> API to set or change this parameter.</p> </li> <li> <p>You can't set address allocation IDs for servers that have an <code>IpAddressType</code> set to <code>DUALSTACK</code> You can only set this property if <code>IpAddressType</code> is set to <code>IPV4</code>.</p> </li> </ul> </note>
1569
1569
  * @public
1570
1570
  */
1571
1571
  AddressAllocationIds?: string[] | undefined;
@@ -1662,6 +1662,18 @@ export declare const IdentityProviderType: {
1662
1662
  * @public
1663
1663
  */
1664
1664
  export type IdentityProviderType = (typeof IdentityProviderType)[keyof typeof IdentityProviderType];
1665
+ /**
1666
+ * @public
1667
+ * @enum
1668
+ */
1669
+ export declare const IpAddressType: {
1670
+ readonly DUALSTACK: "DUALSTACK";
1671
+ readonly IPV4: "IPV4";
1672
+ };
1673
+ /**
1674
+ * @public
1675
+ */
1676
+ export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
1665
1677
  /**
1666
1678
  * @public
1667
1679
  * @enum
@@ -1871,6 +1883,11 @@ export interface CreateServerRequest {
1871
1883
  * @public
1872
1884
  */
1873
1885
  S3StorageOptions?: S3StorageOptions | undefined;
1886
+ /**
1887
+ * <p>Specifies whether to use IPv4 only, or to use dual-stack (IPv4 and IPv6) for your Transfer Family endpoint. The default value is <code>IPV4</code>.</p> <important> <p>The <code>IpAddressType</code> parameter has the following limitations:</p> <ul> <li> <p>It cannot be changed while the server is online. You must stop the server before modifying this parameter.</p> </li> <li> <p>It cannot be updated to <code>DUALSTACK</code> if the server has <code>AddressAllocationIds</code> specified.</p> </li> </ul> </important> <note> <p>When using <code>DUALSTACK</code> as the <code>IpAddressType</code>, you cannot set the <code>AddressAllocationIds</code> parameter for the <a href="https://docs.aws.amazon.com/transfer/latest/APIReference/API_EndpointDetails.html">EndpointDetails</a> for the server.</p> </note>
1888
+ * @public
1889
+ */
1890
+ IpAddressType?: IpAddressType | undefined;
1874
1891
  }
1875
1892
  /**
1876
1893
  * @public
@@ -1887,7 +1904,7 @@ export interface CreateServerResponse {
1887
1904
  */
1888
1905
  export interface CreateUserRequest {
1889
1906
  /**
1890
- * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>The <code>HomeDirectory</code> parameter is only used if <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p> </note>
1907
+ * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>You can use the <code>HomeDirectory</code> parameter for <code>HomeDirectoryType</code> when it is set to either <code>PATH</code> or <code>LOGICAL</code>.</p> </note>
1891
1908
  * @public
1892
1909
  */
1893
1910
  HomeDirectory?: string | undefined;
@@ -2435,7 +2452,7 @@ export interface DescribeAccessRequest {
2435
2452
  */
2436
2453
  export interface DescribedAccess {
2437
2454
  /**
2438
- * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>The <code>HomeDirectory</code> parameter is only used if <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p> </note>
2455
+ * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>You can use the <code>HomeDirectory</code> parameter for <code>HomeDirectoryType</code> when it is set to either <code>PATH</code> or <code>LOGICAL</code>.</p> </note>
2439
2456
  * @public
2440
2457
  */
2441
2458
  HomeDirectory?: string | undefined;
@@ -3010,6 +3027,11 @@ export interface DescribedServer {
3010
3027
  * @public
3011
3028
  */
3012
3029
  As2ServiceManagedEgressIpAddresses?: string[] | undefined;
3030
+ /**
3031
+ * <p>Specifies whether to use IPv4 only, or to use dual-stack (IPv4 and IPv6) for your Transfer Family endpoint. The default value is <code>IPV4</code>.</p> <important> <p>The <code>IpAddressType</code> parameter has the following limitations:</p> <ul> <li> <p>It cannot be changed while the server is online. You must stop the server before modifying this parameter.</p> </li> <li> <p>It cannot be updated to <code>DUALSTACK</code> if the server has <code>AddressAllocationIds</code> specified.</p> </li> </ul> </important> <note> <p>When using <code>DUALSTACK</code> as the <code>IpAddressType</code>, you cannot set the <code>AddressAllocationIds</code> parameter for the <a href="https://docs.aws.amazon.com/transfer/latest/APIReference/API_EndpointDetails.html">EndpointDetails</a> for the server.</p> </note>
3032
+ * @public
3033
+ */
3034
+ IpAddressType?: IpAddressType | undefined;
3013
3035
  }
3014
3036
  /**
3015
3037
  * <p>Provides information about the public Secure Shell (SSH) key that is associated with a Transfer Family user for the specific file transfer protocol-enabled server (as identified by <code>ServerId</code>). The information returned includes the date the key was imported, the public key contents, and the public key ID. A user can store more than one SSH public key associated with their user name on a specific server.</p>
@@ -3043,7 +3065,7 @@ export interface DescribedUser {
3043
3065
  */
3044
3066
  Arn: string | undefined;
3045
3067
  /**
3046
- * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>The <code>HomeDirectory</code> parameter is only used if <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p> </note>
3068
+ * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>You can use the <code>HomeDirectory</code> parameter for <code>HomeDirectoryType</code> when it is set to either <code>PATH</code> or <code>LOGICAL</code>.</p> </note>
3047
3069
  * @public
3048
3070
  */
3049
3071
  HomeDirectory?: string | undefined;
@@ -3543,7 +3565,7 @@ export interface ListAccessesRequest {
3543
3565
  */
3544
3566
  export interface ListedAccess {
3545
3567
  /**
3546
- * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>The <code>HomeDirectory</code> parameter is only used if <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p> </note>
3568
+ * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>You can use the <code>HomeDirectory</code> parameter for <code>HomeDirectoryType</code> when it is set to either <code>PATH</code> or <code>LOGICAL</code>.</p> </note>
3547
3569
  * @public
3548
3570
  */
3549
3571
  HomeDirectory?: string | undefined;
@@ -3728,7 +3750,7 @@ export interface ListedUser {
3728
3750
  */
3729
3751
  Arn: string | undefined;
3730
3752
  /**
3731
- * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>The <code>HomeDirectory</code> parameter is only used if <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p> </note>
3753
+ * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>You can use the <code>HomeDirectory</code> parameter for <code>HomeDirectoryType</code> when it is set to either <code>PATH</code> or <code>LOGICAL</code>.</p> </note>
3732
3754
  * @public
3733
3755
  */
3734
3756
  HomeDirectory?: string | undefined;
@@ -4289,6 +4311,11 @@ export interface UpdateServerRequest {
4289
4311
  * @public
4290
4312
  */
4291
4313
  S3StorageOptions?: S3StorageOptions | undefined;
4314
+ /**
4315
+ * <p>Specifies whether to use IPv4 only, or to use dual-stack (IPv4 and IPv6) for your Transfer Family endpoint. The default value is <code>IPV4</code>.</p> <important> <p>The <code>IpAddressType</code> parameter has the following limitations:</p> <ul> <li> <p>It cannot be changed while the server is online. You must stop the server before modifying this parameter.</p> </li> <li> <p>It cannot be updated to <code>DUALSTACK</code> if the server has <code>AddressAllocationIds</code> specified.</p> </li> </ul> </important> <note> <p>When using <code>DUALSTACK</code> as the <code>IpAddressType</code>, you cannot set the <code>AddressAllocationIds</code> parameter for the <a href="https://docs.aws.amazon.com/transfer/latest/APIReference/API_EndpointDetails.html">EndpointDetails</a> for the server.</p> </note>
4316
+ * @public
4317
+ */
4318
+ IpAddressType?: IpAddressType | undefined;
4292
4319
  }
4293
4320
  /**
4294
4321
  * @public
@@ -4591,7 +4618,7 @@ export interface UntagResourceRequest {
4591
4618
  */
4592
4619
  export interface UpdateAccessRequest {
4593
4620
  /**
4594
- * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>The <code>HomeDirectory</code> parameter is only used if <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p> </note>
4621
+ * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>You can use the <code>HomeDirectory</code> parameter for <code>HomeDirectoryType</code> when it is set to either <code>PATH</code> or <code>LOGICAL</code>.</p> </note>
4595
4622
  * @public
4596
4623
  */
4597
4624
  HomeDirectory?: string | undefined;
@@ -4686,7 +4713,7 @@ export interface UpdateHostKeyResponse {
4686
4713
  */
4687
4714
  export interface UpdateUserRequest {
4688
4715
  /**
4689
- * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>The <code>HomeDirectory</code> parameter is only used if <code>HomeDirectoryType</code> is set to <code>PATH</code>.</p> </note>
4716
+ * <p>The landing directory (folder) for a user when they log in to the server using the client.</p> <p>A <code>HomeDirectory</code> example is <code>/bucket_name/home/mydirectory</code>.</p> <note> <p>You can use the <code>HomeDirectory</code> parameter for <code>HomeDirectoryType</code> when it is set to either <code>PATH</code> or <code>LOGICAL</code>.</p> </note>
4690
4717
  * @public
4691
4718
  */
4692
4719
  HomeDirectory?: string | undefined;
@@ -513,6 +513,11 @@ export declare const IdentityProviderType: {
513
513
  };
514
514
  export type IdentityProviderType =
515
515
  (typeof IdentityProviderType)[keyof typeof IdentityProviderType];
516
+ export declare const IpAddressType: {
517
+ readonly DUALSTACK: "DUALSTACK";
518
+ readonly IPV4: "IPV4";
519
+ };
520
+ export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
516
521
  export declare const SetStatOption: {
517
522
  readonly DEFAULT: "DEFAULT";
518
523
  readonly ENABLE_NO_OP: "ENABLE_NO_OP";
@@ -573,6 +578,7 @@ export interface CreateServerRequest {
573
578
  WorkflowDetails?: WorkflowDetails | undefined;
574
579
  StructuredLogDestinations?: string[] | undefined;
575
580
  S3StorageOptions?: S3StorageOptions | undefined;
581
+ IpAddressType?: IpAddressType | undefined;
576
582
  }
577
583
  export interface CreateServerResponse {
578
584
  ServerId: string | undefined;
@@ -906,6 +912,7 @@ export interface DescribedServer {
906
912
  StructuredLogDestinations?: string[] | undefined;
907
913
  S3StorageOptions?: S3StorageOptions | undefined;
908
914
  As2ServiceManagedEgressIpAddresses?: string[] | undefined;
915
+ IpAddressType?: IpAddressType | undefined;
909
916
  }
910
917
  export interface SshPublicKey {
911
918
  DateImported: Date | undefined;
@@ -1237,6 +1244,7 @@ export interface UpdateServerRequest {
1237
1244
  WorkflowDetails?: WorkflowDetails | undefined;
1238
1245
  StructuredLogDestinations?: string[] | undefined;
1239
1246
  S3StorageOptions?: S3StorageOptions | undefined;
1247
+ IpAddressType?: IpAddressType | undefined;
1240
1248
  }
1241
1249
  export interface UpdateServerResponse {
1242
1250
  ServerId: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transfer",
3
3
  "description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
4
- "version": "3.839.0",
4
+ "version": "3.844.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-transfer",
@@ -20,38 +20,38 @@
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.839.0",
24
- "@aws-sdk/credential-provider-node": "3.839.0",
25
- "@aws-sdk/middleware-host-header": "3.821.0",
26
- "@aws-sdk/middleware-logger": "3.821.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-user-agent": "3.839.0",
29
- "@aws-sdk/region-config-resolver": "3.821.0",
30
- "@aws-sdk/types": "3.821.0",
31
- "@aws-sdk/util-endpoints": "3.828.0",
32
- "@aws-sdk/util-user-agent-browser": "3.821.0",
33
- "@aws-sdk/util-user-agent-node": "3.839.0",
23
+ "@aws-sdk/core": "3.844.0",
24
+ "@aws-sdk/credential-provider-node": "3.844.0",
25
+ "@aws-sdk/middleware-host-header": "3.840.0",
26
+ "@aws-sdk/middleware-logger": "3.840.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
+ "@aws-sdk/middleware-user-agent": "3.844.0",
29
+ "@aws-sdk/region-config-resolver": "3.840.0",
30
+ "@aws-sdk/types": "3.840.0",
31
+ "@aws-sdk/util-endpoints": "3.844.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.840.0",
33
+ "@aws-sdk/util-user-agent-node": "3.844.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
- "@smithy/core": "^3.6.0",
36
- "@smithy/fetch-http-handler": "^5.0.4",
35
+ "@smithy/core": "^3.7.0",
36
+ "@smithy/fetch-http-handler": "^5.1.0",
37
37
  "@smithy/hash-node": "^4.0.4",
38
38
  "@smithy/invalid-dependency": "^4.0.4",
39
39
  "@smithy/middleware-content-length": "^4.0.4",
40
- "@smithy/middleware-endpoint": "^4.1.13",
41
- "@smithy/middleware-retry": "^4.1.14",
40
+ "@smithy/middleware-endpoint": "^4.1.14",
41
+ "@smithy/middleware-retry": "^4.1.15",
42
42
  "@smithy/middleware-serde": "^4.0.8",
43
43
  "@smithy/middleware-stack": "^4.0.4",
44
44
  "@smithy/node-config-provider": "^4.1.3",
45
- "@smithy/node-http-handler": "^4.0.6",
45
+ "@smithy/node-http-handler": "^4.1.0",
46
46
  "@smithy/protocol-http": "^5.1.2",
47
- "@smithy/smithy-client": "^4.4.5",
47
+ "@smithy/smithy-client": "^4.4.6",
48
48
  "@smithy/types": "^4.3.1",
49
49
  "@smithy/url-parser": "^4.0.4",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.21",
54
- "@smithy/util-defaults-mode-node": "^4.0.21",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.22",
54
+ "@smithy/util-defaults-mode-node": "^4.0.22",
55
55
  "@smithy/util-endpoints": "^3.0.6",
56
56
  "@smithy/util-middleware": "^4.0.4",
57
57
  "@smithy/util-retry": "^4.0.6",