@aws-sdk/client-ec2 3.1047.0 → 3.1049.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 (185) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/endpoint/endpointResolver.js +2 -2
  3. package/dist-cjs/index.js +42 -13
  4. package/dist-cjs/runtimeConfig.browser.js +5 -5
  5. package/dist-cjs/runtimeConfig.js +2 -3
  6. package/dist-cjs/schemas/schemas_0.js +96 -58
  7. package/dist-es/EC2.js +6 -0
  8. package/dist-es/EC2Client.js +1 -4
  9. package/dist-es/commands/DescribeIpamPoolAllocationsCommand.js +16 -0
  10. package/dist-es/commands/ModifyIpamPoolAllocationCommand.js +16 -0
  11. package/dist-es/commands/index.js +2 -0
  12. package/dist-es/endpoint/endpointResolver.js +1 -1
  13. package/dist-es/models/enums.js +1 -0
  14. package/dist-es/pagination/DescribeIpamPoolAllocationsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +1 -0
  16. package/dist-es/runtimeConfig.browser.js +1 -1
  17. package/dist-es/runtimeConfig.js +1 -2
  18. package/dist-es/runtimeExtensions.js +1 -1
  19. package/dist-es/schemas/schemas_0.js +49 -11
  20. package/dist-types/EC2.d.ts +22 -0
  21. package/dist-types/EC2Client.d.ts +5 -4
  22. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  23. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  24. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  25. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +17 -0
  26. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  27. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  29. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  30. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  63. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  64. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  76. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  77. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeIpamPoolAllocationsCommand.d.ts +110 -0
  120. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  122. package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -3
  124. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +5 -0
  125. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  126. package/dist-types/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +2 -1
  127. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -2
  128. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +6 -0
  129. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  130. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  131. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  132. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  133. package/dist-types/commands/ModifyIpamPoolAllocationCommand.d.ts +92 -0
  134. package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +2 -1
  135. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  136. package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -2
  137. package/dist-types/commands/ModifyVolumeCommand.d.ts +5 -0
  138. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  139. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  140. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  141. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  142. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  143. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  144. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  145. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  146. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  147. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  148. package/dist-types/commands/index.d.ts +2 -0
  149. package/dist-types/models/enums.d.ts +1 -0
  150. package/dist-types/models/models_0.d.ts +12 -0
  151. package/dist-types/models/models_4.d.ts +51 -74
  152. package/dist-types/models/models_5.d.ts +77 -46
  153. package/dist-types/models/models_6.d.ts +82 -93
  154. package/dist-types/models/models_7.d.ts +90 -2
  155. package/dist-types/pagination/DescribeIpamPoolAllocationsPaginator.d.ts +7 -0
  156. package/dist-types/pagination/index.d.ts +1 -0
  157. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  158. package/dist-types/runtimeConfig.d.ts +1 -1
  159. package/dist-types/runtimeConfig.native.d.ts +1 -1
  160. package/dist-types/schemas/schemas_0.d.ts +6 -0
  161. package/dist-types/ts3.4/EC2.d.ts +42 -0
  162. package/dist-types/ts3.4/EC2Client.d.ts +13 -3
  163. package/dist-types/ts3.4/commands/DescribeIpamPoolAllocationsCommand.d.ts +53 -0
  164. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +2 -4
  165. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -2
  166. package/dist-types/ts3.4/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +2 -4
  167. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +4 -2
  168. package/dist-types/ts3.4/commands/ModifyIpamPoolAllocationCommand.d.ts +53 -0
  169. package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +2 -4
  170. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +4 -2
  172. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  173. package/dist-types/ts3.4/models/enums.d.ts +1 -0
  174. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  175. package/dist-types/ts3.4/models/models_4.d.ts +12 -11
  176. package/dist-types/ts3.4/models/models_5.d.ts +12 -10
  177. package/dist-types/ts3.4/models/models_6.d.ts +22 -21
  178. package/dist-types/ts3.4/models/models_7.d.ts +20 -0
  179. package/dist-types/ts3.4/pagination/DescribeIpamPoolAllocationsPaginator.d.ts +11 -0
  180. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  181. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  182. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  183. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  184. package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
  185. package/package.json +8 -16
@@ -48,6 +48,7 @@ export * from "./DescribeInstanceTopologyPaginator";
48
48
  export * from "./DescribeInstanceTypeOfferingsPaginator";
49
49
  export * from "./DescribeInstanceTypesPaginator";
50
50
  export * from "./DescribeInternetGatewaysPaginator";
51
+ export * from "./DescribeIpamPoolAllocationsPaginator";
51
52
  export * from "./DescribeIpamPoolsPaginator";
52
53
  export * from "./DescribeIpamPrefixListResolversPaginator";
53
54
  export * from "./DescribeIpamPrefixListResolverTargetsPaginator";
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
12
12
  _: unknown
13
13
  ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
14
  defaultUserAgentProvider: (
15
- config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
15
+ config?: import("@aws-sdk/core/client").PreviouslyResolved
16
16
  ) => Promise<import("@smithy/types").UserAgent>;
17
17
  maxAttempts: number | import("@smithy/types").Provider<number>;
18
18
  region: string | import("@smithy/types").Provider<any>;
@@ -13,7 +13,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
13
13
  init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
14
  ) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
@@ -34,7 +34,7 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
34
34
  region: string | import("@smithy/types").Provider<any>;
35
35
  profile?: string;
36
36
  defaultUserAgentProvider: (
37
- config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
37
+ config?: import("@aws-sdk/core/client").PreviouslyResolved
38
38
  ) => Promise<import("@smithy/types").UserAgent>;
39
39
  credentialDefaultProvider:
40
40
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
@@ -829,6 +829,8 @@ export declare var DescribeIpamExternalResourceVerificationTokensRequest$: Stati
829
829
  export declare var DescribeIpamExternalResourceVerificationTokensResult$: StaticStructureSchema;
830
830
  export declare var DescribeIpamPoliciesRequest$: StaticStructureSchema;
831
831
  export declare var DescribeIpamPoliciesResult$: StaticStructureSchema;
832
+ export declare var DescribeIpamPoolAllocationsRequest$: StaticStructureSchema;
833
+ export declare var DescribeIpamPoolAllocationsResult$: StaticStructureSchema;
832
834
  export declare var DescribeIpamPoolsRequest$: StaticStructureSchema;
833
835
  export declare var DescribeIpamPoolsResult$: StaticStructureSchema;
834
836
  export declare var DescribeIpamPrefixListResolversRequest$: StaticStructureSchema;
@@ -1741,6 +1743,8 @@ export declare var ModifyInstancePlacementRequest$: StaticStructureSchema;
1741
1743
  export declare var ModifyInstancePlacementResult$: StaticStructureSchema;
1742
1744
  export declare var ModifyIpamPolicyAllocationRulesRequest$: StaticStructureSchema;
1743
1745
  export declare var ModifyIpamPolicyAllocationRulesResult$: StaticStructureSchema;
1746
+ export declare var ModifyIpamPoolAllocationRequest$: StaticStructureSchema;
1747
+ export declare var ModifyIpamPoolAllocationResult$: StaticStructureSchema;
1744
1748
  export declare var ModifyIpamPoolRequest$: StaticStructureSchema;
1745
1749
  export declare var ModifyIpamPoolResult$: StaticStructureSchema;
1746
1750
  export declare var ModifyIpamPrefixListResolverRequest$: StaticStructureSchema;
@@ -2724,6 +2728,7 @@ export declare var DescribeInternetGateways$: StaticOperationSchema;
2724
2728
  export declare var DescribeIpamByoasn$: StaticOperationSchema;
2725
2729
  export declare var DescribeIpamExternalResourceVerificationTokens$: StaticOperationSchema;
2726
2730
  export declare var DescribeIpamPolicies$: StaticOperationSchema;
2731
+ export declare var DescribeIpamPoolAllocations$: StaticOperationSchema;
2727
2732
  export declare var DescribeIpamPools$: StaticOperationSchema;
2728
2733
  export declare var DescribeIpamPrefixListResolvers$: StaticOperationSchema;
2729
2734
  export declare var DescribeIpamPrefixListResolverTargets$: StaticOperationSchema;
@@ -3017,6 +3022,7 @@ export declare var ModifyInstancePlacement$: StaticOperationSchema;
3017
3022
  export declare var ModifyIpam$: StaticOperationSchema;
3018
3023
  export declare var ModifyIpamPolicyAllocationRules$: StaticOperationSchema;
3019
3024
  export declare var ModifyIpamPool$: StaticOperationSchema;
3025
+ export declare var ModifyIpamPoolAllocation$: StaticOperationSchema;
3020
3026
  export declare var ModifyIpamPrefixListResolver$: StaticOperationSchema;
3021
3027
  export declare var ModifyIpamPrefixListResolverTarget$: StaticOperationSchema;
3022
3028
  export declare var ModifyIpamResourceCidr$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
3
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4
- "version": "3.1047.0",
4
+ "version": "3.1049.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ec2",
@@ -25,26 +25,18 @@
25
25
  "dependencies": {
26
26
  "@aws-crypto/sha256-browser": "5.2.0",
27
27
  "@aws-crypto/sha256-js": "5.2.0",
28
- "@aws-sdk/core": "^3.974.10",
29
- "@aws-sdk/credential-provider-node": "^3.972.41",
30
- "@aws-sdk/middleware-host-header": "^3.972.11",
31
- "@aws-sdk/middleware-logger": "^3.972.10",
32
- "@aws-sdk/middleware-recursion-detection": "^3.972.12",
33
- "@aws-sdk/middleware-sdk-ec2": "^3.972.24",
34
- "@aws-sdk/middleware-user-agent": "^3.972.40",
35
- "@aws-sdk/region-config-resolver": "^3.972.14",
28
+ "@aws-sdk/core": "^3.974.12",
29
+ "@aws-sdk/credential-provider-node": "^3.972.43",
30
+ "@aws-sdk/middleware-sdk-ec2": "^3.972.26",
36
31
  "@aws-sdk/types": "^3.973.8",
37
- "@aws-sdk/util-endpoints": "^3.996.9",
38
- "@aws-sdk/util-user-agent-browser": "^3.972.11",
39
- "@aws-sdk/util-user-agent-node": "^3.973.26",
40
- "@smithy/core": "^3.24.1",
41
- "@smithy/fetch-http-handler": "^5.4.1",
42
- "@smithy/node-http-handler": "^4.7.1",
32
+ "@smithy/core": "^3.24.2",
33
+ "@smithy/fetch-http-handler": "^5.4.2",
34
+ "@smithy/node-http-handler": "^4.7.2",
43
35
  "@smithy/types": "^4.14.1",
44
36
  "tslib": "^2.6.2"
45
37
  },
46
38
  "devDependencies": {
47
- "@smithy/snapshot-testing": "^2.1.1",
39
+ "@smithy/snapshot-testing": "^2.1.2",
48
40
  "@tsconfig/node20": "20.1.8",
49
41
  "@types/node": "^20.14.8",
50
42
  "concurrently": "7.0.0",