@aws-sdk/client-ec2 3.1058.0 → 3.1059.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 (194) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +41 -0
  3. package/dist-cjs/schemas/schemas_0.js +171 -68
  4. package/dist-es/EC2.js +4 -0
  5. package/dist-es/commands/CreateCapacityReservationCancellationQuoteCommand.js +16 -0
  6. package/dist-es/commands/DescribeCapacityReservationCancellationQuotesCommand.js +16 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/models/enums.js +11 -0
  9. package/dist-es/schemas/schemas_0.js +110 -8
  10. package/dist-types/EC2.d.ts +15 -0
  11. package/dist-types/EC2Client.d.ts +4 -2
  12. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  13. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  14. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  15. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  16. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  17. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  18. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  19. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +16 -2
  20. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  21. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  22. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +5 -5
  25. package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +117 -0
  26. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
  33. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  57. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  69. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteTableCommand.d.ts +3 -2
  77. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -2
  116. package/dist-types/commands/DescribeCapacityReservationCancellationQuotesCommand.d.ts +119 -0
  117. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -2
  118. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
  119. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  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/DescribeStaleSecurityGroupsCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeSubnetsCommand.d.ts +1 -2
  125. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  126. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  127. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +2 -1
  128. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  129. package/dist-types/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +1 -2
  130. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  131. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  132. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  133. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  134. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  135. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -1
  136. package/dist-types/commands/ModifyManagedResourceVisibilityCommand.d.ts +1 -1
  137. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  138. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  139. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +4 -4
  140. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +3 -3
  142. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  143. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  144. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  145. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  146. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  147. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  148. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  149. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  150. package/dist-types/commands/index.d.ts +2 -0
  151. package/dist-types/models/enums.d.ts +27 -0
  152. package/dist-types/models/models_0.d.ts +158 -184
  153. package/dist-types/models/models_1.d.ts +194 -230
  154. package/dist-types/models/models_2.d.ts +228 -94
  155. package/dist-types/models/models_3.d.ts +141 -274
  156. package/dist-types/models/models_4.d.ts +277 -375
  157. package/dist-types/models/models_5.d.ts +375 -226
  158. package/dist-types/models/models_6.d.ts +235 -208
  159. package/dist-types/models/models_7.d.ts +209 -7
  160. package/dist-types/schemas/schemas_0.d.ts +9 -0
  161. package/dist-types/ts3.4/EC2.d.ts +47 -0
  162. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  163. package/dist-types/ts3.4/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +53 -0
  164. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +2 -4
  165. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +2 -4
  166. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/DescribeCapacityReservationCancellationQuotesCommand.d.ts +53 -0
  171. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +4 -2
  176. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +2 -4
  177. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/GetCapacityManagerMonitoredTagKeysCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +2 -4
  180. package/dist-types/ts3.4/commands/ModifyManagedResourceVisibilityCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  184. package/dist-types/ts3.4/models/enums.d.ts +15 -0
  185. package/dist-types/ts3.4/models/models_0.d.ts +36 -45
  186. package/dist-types/ts3.4/models/models_1.d.ts +47 -48
  187. package/dist-types/ts3.4/models/models_2.d.ts +50 -22
  188. package/dist-types/ts3.4/models/models_3.d.ts +36 -54
  189. package/dist-types/ts3.4/models/models_4.d.ts +52 -52
  190. package/dist-types/ts3.4/models/models_5.d.ts +50 -44
  191. package/dist-types/ts3.4/models/models_6.d.ts +45 -47
  192. package/dist-types/ts3.4/models/models_7.d.ts +49 -3
  193. package/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
  194. package/package.json +10 -10
@@ -107,13 +107,13 @@ import {
107
107
  SecurityGroupRule,
108
108
  Tag,
109
109
  TagSpecification,
110
- UserIdGroupPair,
111
110
  } from "./models_0";
112
111
  import {
113
112
  AttributeValue,
114
113
  BlockDeviceMapping,
115
114
  CapacityReservationTargetResponse,
116
115
  ConnectionTrackingSpecificationRequest,
116
+ Ec2InstanceConnectEndpoint,
117
117
  EnaSrdSpecificationRequest,
118
118
  FleetLaunchTemplateSpecification,
119
119
  GroupIdentifier,
@@ -153,10 +153,10 @@ import {
153
153
  RouteServer,
154
154
  RouteServerEndpoint,
155
155
  RouteServerPeer,
156
- RouteTable,
157
156
  StateReason,
158
157
  } from "./models_1";
159
158
  import {
159
+ RouteTable,
160
160
  SecondaryNetwork,
161
161
  SecondarySubnet,
162
162
  Snapshot,
@@ -164,16 +164,63 @@ import {
164
164
  SpotInstanceStateFault,
165
165
  } from "./models_2";
166
166
  import {
167
- AttributeBooleanValue,
168
167
  Byoasn,
169
- EnclaveOptions,
170
168
  EventInformation,
171
169
  Filter,
172
170
  IdFormat,
173
- InstanceBlockDeviceMapping,
174
171
  InstanceTagNotificationAttribute,
175
172
  ProductCode,
176
173
  } from "./models_3";
174
+ export interface EbsInstanceBlockDevice {
175
+ AttachTime?: Date | undefined;
176
+ DeleteOnTermination?: boolean | undefined;
177
+ Status?: AttachmentStatus | undefined;
178
+ VolumeId?: string | undefined;
179
+ AssociatedResource?: string | undefined;
180
+ VolumeOwnerId?: string | undefined;
181
+ Operator?: OperatorResponse | undefined;
182
+ EbsCardIndex?: number | undefined;
183
+ }
184
+ export interface InstanceBlockDeviceMapping {
185
+ DeviceName?: string | undefined;
186
+ Ebs?: EbsInstanceBlockDevice | undefined;
187
+ }
188
+ export interface AttributeBooleanValue {
189
+ Value?: boolean | undefined;
190
+ }
191
+ export interface EnclaveOptions {
192
+ Enabled?: boolean | undefined;
193
+ }
194
+ export interface InstanceAttribute {
195
+ BlockDeviceMappings?: InstanceBlockDeviceMapping[] | undefined;
196
+ DisableApiTermination?: AttributeBooleanValue | undefined;
197
+ EnaSupport?: AttributeBooleanValue | undefined;
198
+ EnclaveOptions?: EnclaveOptions | undefined;
199
+ EbsOptimized?: AttributeBooleanValue | undefined;
200
+ InstanceId?: string | undefined;
201
+ InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
202
+ InstanceType?: AttributeValue | undefined;
203
+ KernelId?: AttributeValue | undefined;
204
+ ProductCodes?: ProductCode[] | undefined;
205
+ RamdiskId?: AttributeValue | undefined;
206
+ RootDeviceName?: AttributeValue | undefined;
207
+ SourceDestCheck?: AttributeBooleanValue | undefined;
208
+ SriovNetSupport?: AttributeValue | undefined;
209
+ UserData?: AttributeValue | undefined;
210
+ DisableApiStop?: AttributeBooleanValue | undefined;
211
+ Groups?: GroupIdentifier[] | undefined;
212
+ }
213
+ export interface DescribeInstanceConnectEndpointsRequest {
214
+ DryRun?: boolean | undefined;
215
+ MaxResults?: number | undefined;
216
+ NextToken?: string | undefined;
217
+ Filters?: Filter[] | undefined;
218
+ InstanceConnectEndpointIds?: string[] | undefined;
219
+ }
220
+ export interface DescribeInstanceConnectEndpointsResult {
221
+ InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[] | undefined;
222
+ NextToken?: string | undefined;
223
+ }
177
224
  export interface DescribeInstanceCreditSpecificationsRequest {
178
225
  DryRun?: boolean | undefined;
179
226
  Filters?: Filter[] | undefined;
@@ -2145,50 +2192,3 @@ export interface DescribeStaleSecurityGroupsRequest {
2145
2192
  NextToken?: string | undefined;
2146
2193
  VpcId: string | undefined;
2147
2194
  }
2148
- export interface StaleIpPermission {
2149
- FromPort?: number | undefined;
2150
- IpProtocol?: string | undefined;
2151
- IpRanges?: string[] | undefined;
2152
- PrefixListIds?: string[] | undefined;
2153
- ToPort?: number | undefined;
2154
- UserIdGroupPairs?: UserIdGroupPair[] | undefined;
2155
- }
2156
- export interface StaleSecurityGroup {
2157
- Description?: string | undefined;
2158
- GroupId?: string | undefined;
2159
- GroupName?: string | undefined;
2160
- StaleIpPermissions?: StaleIpPermission[] | undefined;
2161
- StaleIpPermissionsEgress?: StaleIpPermission[] | undefined;
2162
- VpcId?: string | undefined;
2163
- }
2164
- export interface DescribeStaleSecurityGroupsResult {
2165
- NextToken?: string | undefined;
2166
- StaleSecurityGroupSet?: StaleSecurityGroup[] | undefined;
2167
- }
2168
- export interface DescribeStoreImageTasksRequest {
2169
- ImageIds?: string[] | undefined;
2170
- DryRun?: boolean | undefined;
2171
- Filters?: Filter[] | undefined;
2172
- NextToken?: string | undefined;
2173
- MaxResults?: number | undefined;
2174
- }
2175
- export interface StoreImageTaskResult {
2176
- AmiId?: string | undefined;
2177
- TaskStartTime?: Date | undefined;
2178
- Bucket?: string | undefined;
2179
- S3objectKey?: string | undefined;
2180
- ProgressPercentage?: number | undefined;
2181
- StoreTaskState?: string | undefined;
2182
- StoreTaskFailureReason?: string | undefined;
2183
- }
2184
- export interface DescribeStoreImageTasksResult {
2185
- StoreImageTaskResults?: StoreImageTaskResult[] | undefined;
2186
- NextToken?: string | undefined;
2187
- }
2188
- export interface DescribeSubnetsRequest {
2189
- Filters?: Filter[] | undefined;
2190
- SubnetIds?: string[] | undefined;
2191
- NextToken?: string | undefined;
2192
- MaxResults?: number | undefined;
2193
- DryRun?: boolean | undefined;
2194
- }
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  AllowedImagesSettingsDisabledState,
3
3
  AllowedImagesSettingsEnabledState,
4
- CapacityManagerMonitoredTagKeyStatus,
5
4
  CapacityManagerStatus,
6
5
  CapacityTenancy,
7
6
  ClientCertificateRevocationListStatusCode,
@@ -72,15 +71,15 @@ import {
72
71
  TransitGatewayPolicyTableAssociation,
73
72
  TransitGatewayVpcAttachment,
74
73
  TrunkInterfaceAssociation,
74
+ UserIdGroupPair,
75
75
  VerifiedAccessInstance,
76
76
  VerifiedAccessTrustProvider,
77
77
  Volume,
78
- Vpc,
79
78
  VpcCidrBlockAssociation,
80
- VpcEncryptionControl,
81
79
  VpcIpv6CidrBlockAssociation,
82
80
  VpcPeeringConnection,
83
81
  } from "./models_0";
82
+ import { Vpc, VpcEncryptionControl } from "./models_1";
84
83
  import {
85
84
  ConnectionNotification,
86
85
  DnsEntry,
@@ -107,14 +106,60 @@ import {
107
106
  VpnGateway,
108
107
  } from "./models_2";
109
108
  import {
110
- AttributeBooleanValue,
111
109
  ExportTaskS3Location,
112
110
  FastLaunchLaunchTemplateSpecificationResponse,
113
111
  FastLaunchSnapshotConfigurationResponse,
114
112
  Filter,
115
113
  ProductCode,
116
114
  } from "./models_3";
117
- import { RegisteredInstance } from "./models_4";
115
+ import { AttributeBooleanValue, RegisteredInstance } from "./models_4";
116
+ export interface StaleIpPermission {
117
+ FromPort?: number | undefined;
118
+ IpProtocol?: string | undefined;
119
+ IpRanges?: string[] | undefined;
120
+ PrefixListIds?: string[] | undefined;
121
+ ToPort?: number | undefined;
122
+ UserIdGroupPairs?: UserIdGroupPair[] | undefined;
123
+ }
124
+ export interface StaleSecurityGroup {
125
+ Description?: string | undefined;
126
+ GroupId?: string | undefined;
127
+ GroupName?: string | undefined;
128
+ StaleIpPermissions?: StaleIpPermission[] | undefined;
129
+ StaleIpPermissionsEgress?: StaleIpPermission[] | undefined;
130
+ VpcId?: string | undefined;
131
+ }
132
+ export interface DescribeStaleSecurityGroupsResult {
133
+ NextToken?: string | undefined;
134
+ StaleSecurityGroupSet?: StaleSecurityGroup[] | undefined;
135
+ }
136
+ export interface DescribeStoreImageTasksRequest {
137
+ ImageIds?: string[] | undefined;
138
+ DryRun?: boolean | undefined;
139
+ Filters?: Filter[] | undefined;
140
+ NextToken?: string | undefined;
141
+ MaxResults?: number | undefined;
142
+ }
143
+ export interface StoreImageTaskResult {
144
+ AmiId?: string | undefined;
145
+ TaskStartTime?: Date | undefined;
146
+ Bucket?: string | undefined;
147
+ S3objectKey?: string | undefined;
148
+ ProgressPercentage?: number | undefined;
149
+ StoreTaskState?: string | undefined;
150
+ StoreTaskFailureReason?: string | undefined;
151
+ }
152
+ export interface DescribeStoreImageTasksResult {
153
+ StoreImageTaskResults?: StoreImageTaskResult[] | undefined;
154
+ NextToken?: string | undefined;
155
+ }
156
+ export interface DescribeSubnetsRequest {
157
+ Filters?: Filter[] | undefined;
158
+ SubnetIds?: string[] | undefined;
159
+ NextToken?: string | undefined;
160
+ MaxResults?: number | undefined;
161
+ DryRun?: boolean | undefined;
162
+ }
118
163
  export interface DescribeSubnetsResult {
119
164
  NextToken?: string | undefined;
120
165
  Subnets?: Subnet[] | undefined;
@@ -1625,42 +1670,3 @@ export interface CapacityManagerDimension {
1625
1670
  ReservationUnusedFinancialOwner?: string | undefined;
1626
1671
  Tags?: CapacityManagerTagDimension[] | undefined;
1627
1672
  }
1628
- export interface MetricValue {
1629
- Metric?: Metric | undefined;
1630
- Value?: number | undefined;
1631
- }
1632
- export interface MetricDataResult {
1633
- Dimension?: CapacityManagerDimension | undefined;
1634
- Timestamp?: Date | undefined;
1635
- MetricValues?: MetricValue[] | undefined;
1636
- }
1637
- export interface GetCapacityManagerMetricDataResult {
1638
- MetricDataResults?: MetricDataResult[] | undefined;
1639
- NextToken?: string | undefined;
1640
- }
1641
- export interface GetCapacityManagerMetricDimensionsRequest {
1642
- GroupBy: GroupBy[] | undefined;
1643
- FilterBy?: CapacityManagerCondition[] | undefined;
1644
- StartTime: Date | undefined;
1645
- EndTime: Date | undefined;
1646
- MetricNames: Metric[] | undefined;
1647
- MaxResults?: number | undefined;
1648
- NextToken?: string | undefined;
1649
- DryRun?: boolean | undefined;
1650
- }
1651
- export interface GetCapacityManagerMetricDimensionsResult {
1652
- MetricDimensionResults?: CapacityManagerDimension[] | undefined;
1653
- NextToken?: string | undefined;
1654
- }
1655
- export interface GetCapacityManagerMonitoredTagKeysRequest {
1656
- MaxResults?: number | undefined;
1657
- NextToken?: string | undefined;
1658
- DryRun?: boolean | undefined;
1659
- }
1660
- export interface CapacityManagerMonitoredTagKey {
1661
- TagKey?: string | undefined;
1662
- Status?: CapacityManagerMonitoredTagKeyStatus | undefined;
1663
- StatusMessage?: string | undefined;
1664
- CapacityManagerProvided?: boolean | undefined;
1665
- EarliestDatapointTimestamp?: Date | undefined;
1666
- }
@@ -6,6 +6,7 @@ import {
6
6
  ArchitectureValues,
7
7
  AutoPlacement,
8
8
  BootModeValues,
9
+ CapacityManagerMonitoredTagKeyStatus,
9
10
  CapacityReservationPreference,
10
11
  CapacityReservationState,
11
12
  CurrencyCodeValues,
@@ -18,8 +19,8 @@ import {
18
19
  EndDateType,
19
20
  FleetExcessCapacityTerminationPolicy,
20
21
  FpgaImageAttributeName,
22
+ GroupBy,
21
23
  HostMaintenance,
22
- HostnameType,
23
24
  HostRecovery,
24
25
  HostTenancy,
25
26
  HttpTokensEnforcedState,
@@ -55,6 +56,7 @@ import {
55
56
  ManagedBy,
56
57
  ManagedResourceDefaultVisibility,
57
58
  MetadataDefaultHttpTokensState,
59
+ Metric,
58
60
  ModifyAvailabilityZoneOptInStatus,
59
61
  NestedVirtualizationSpecification,
60
62
  OperationType,
@@ -88,7 +90,6 @@ import {
88
90
  ClientLoginBannerOptions,
89
91
  ClientRouteEnforcementOptions,
90
92
  ConnectionLogOptions,
91
- EnaSrdSpecification,
92
93
  InstanceEventWindow,
93
94
  InterruptibleCapacityAllocation,
94
95
  InterruptionInfo,
@@ -106,7 +107,6 @@ import {
106
107
  import {
107
108
  AttributeValue,
108
109
  CapacityReservationTarget,
109
- ConnectionTrackingSpecificationRequest,
110
110
  ExternalAuthorityConfiguration,
111
111
  FleetLaunchTemplateConfigRequest,
112
112
  InstanceEventWindowTimeRangeRequest,
@@ -121,7 +121,6 @@ import {
121
121
  IpamScope,
122
122
  LaunchTemplate,
123
123
  LocalGatewayRoute,
124
- ManagedPrefixList,
125
124
  NetworkInsightsAccessScopeContent,
126
125
  Placement,
127
126
  RequestIpamResourceTag,
@@ -134,7 +133,6 @@ import {
134
133
  TransitGatewayPrefixListReference,
135
134
  } from "./models_2";
136
135
  import {
137
- AttributeBooleanValue,
138
136
  ConversionTask,
139
137
  Filter,
140
138
  FpgaImageAttribute,
@@ -145,13 +143,54 @@ import {
145
143
  SnapshotTaskDetail,
146
144
  } from "./models_3";
147
145
  import {
146
+ AttributeBooleanValue,
148
147
  InstanceMetadataOptionsResponse,
149
148
  InstanceStatusEvent,
150
149
  } from "./models_4";
151
150
  import {
152
- CapacityManagerMonitoredTagKey,
151
+ CapacityManagerCondition,
152
+ CapacityManagerDimension,
153
153
  RouteServerPropagation,
154
154
  } from "./models_5";
155
+ export interface MetricValue {
156
+ Metric?: Metric | undefined;
157
+ Value?: number | undefined;
158
+ }
159
+ export interface MetricDataResult {
160
+ Dimension?: CapacityManagerDimension | undefined;
161
+ Timestamp?: Date | undefined;
162
+ MetricValues?: MetricValue[] | undefined;
163
+ }
164
+ export interface GetCapacityManagerMetricDataResult {
165
+ MetricDataResults?: MetricDataResult[] | undefined;
166
+ NextToken?: string | undefined;
167
+ }
168
+ export interface GetCapacityManagerMetricDimensionsRequest {
169
+ GroupBy: GroupBy[] | undefined;
170
+ FilterBy?: CapacityManagerCondition[] | undefined;
171
+ StartTime: Date | undefined;
172
+ EndTime: Date | undefined;
173
+ MetricNames: Metric[] | undefined;
174
+ MaxResults?: number | undefined;
175
+ NextToken?: string | undefined;
176
+ DryRun?: boolean | undefined;
177
+ }
178
+ export interface GetCapacityManagerMetricDimensionsResult {
179
+ MetricDimensionResults?: CapacityManagerDimension[] | undefined;
180
+ NextToken?: string | undefined;
181
+ }
182
+ export interface GetCapacityManagerMonitoredTagKeysRequest {
183
+ MaxResults?: number | undefined;
184
+ NextToken?: string | undefined;
185
+ DryRun?: boolean | undefined;
186
+ }
187
+ export interface CapacityManagerMonitoredTagKey {
188
+ TagKey?: string | undefined;
189
+ Status?: CapacityManagerMonitoredTagKeyStatus | undefined;
190
+ StatusMessage?: string | undefined;
191
+ CapacityManagerProvided?: boolean | undefined;
192
+ EarliestDatapointTimestamp?: Date | undefined;
193
+ }
155
194
  export interface GetCapacityManagerMonitoredTagKeysResult {
156
195
  CapacityManagerTagKeys?: CapacityManagerMonitoredTagKey[] | undefined;
157
196
  NextToken?: string | undefined;
@@ -1842,44 +1881,3 @@ export interface ModifyManagedPrefixListRequest {
1842
1881
  MaxEntries?: number | undefined;
1843
1882
  IpamPrefixListResolverSyncEnabled?: boolean | undefined;
1844
1883
  }
1845
- export interface ModifyManagedPrefixListResult {
1846
- PrefixList?: ManagedPrefixList | undefined;
1847
- }
1848
- export interface ModifyManagedResourceVisibilityRequest {
1849
- DryRun?: boolean | undefined;
1850
- DefaultVisibility: ManagedResourceDefaultVisibility | undefined;
1851
- }
1852
- export interface ModifyManagedResourceVisibilityResult {
1853
- Visibility?: ManagedResourceVisibilitySettings | undefined;
1854
- }
1855
- export interface NetworkInterfaceAttachmentChanges {
1856
- DefaultEnaQueueCount?: boolean | undefined;
1857
- EnaQueueCount?: number | undefined;
1858
- AttachmentId?: string | undefined;
1859
- DeleteOnTermination?: boolean | undefined;
1860
- }
1861
- export interface ModifyNetworkInterfaceAttributeRequest {
1862
- EnaSrdSpecification?: EnaSrdSpecification | undefined;
1863
- EnablePrimaryIpv6?: boolean | undefined;
1864
- ConnectionTrackingSpecification?:
1865
- | ConnectionTrackingSpecificationRequest
1866
- | undefined;
1867
- AssociatePublicIpAddress?: boolean | undefined;
1868
- AssociatedSubnetIds?: string[] | undefined;
1869
- DryRun?: boolean | undefined;
1870
- NetworkInterfaceId: string | undefined;
1871
- Description?: AttributeValue | undefined;
1872
- SourceDestCheck?: AttributeBooleanValue | undefined;
1873
- Groups?: string[] | undefined;
1874
- Attachment?: NetworkInterfaceAttachmentChanges | undefined;
1875
- }
1876
- export interface ModifyPrivateDnsNameOptionsRequest {
1877
- DryRun?: boolean | undefined;
1878
- InstanceId: string | undefined;
1879
- PrivateDnsHostnameType?: HostnameType | undefined;
1880
- EnableResourceNameDnsARecord?: boolean | undefined;
1881
- EnableResourceNameDnsAAAARecord?: boolean | undefined;
1882
- }
1883
- export interface ModifyPrivateDnsNameOptionsResult {
1884
- Return?: boolean | undefined;
1885
- }
@@ -30,6 +30,7 @@ import {
30
30
  InterruptionType,
31
31
  IpAddressType,
32
32
  Ipv6SupportValue,
33
+ ManagedResourceDefaultVisibility,
33
34
  MarketType,
34
35
  MembershipType,
35
36
  NestedVirtualizationSpecification,
@@ -73,6 +74,7 @@ import {
73
74
  ByoipCidr,
74
75
  CapacityReservation,
75
76
  ClientVpnAuthorizationRuleStatus,
77
+ EnaSrdSpecification,
76
78
  IamInstanceProfileAssociation,
77
79
  IamInstanceProfileSpecification,
78
80
  IpPermission,
@@ -88,10 +90,11 @@ import {
88
90
  VerifiedAccessInstance,
89
91
  VerifiedAccessSseSpecificationResponse,
90
92
  VerifiedAccessTrustProvider,
91
- VpcEncryptionControl,
92
93
  } from "./models_0";
93
94
  import {
95
+ AttributeValue,
94
96
  BlockDeviceMapping,
97
+ ConnectionTrackingSpecificationRequest,
95
98
  CreditSpecificationRequest,
96
99
  ElasticGpuSpecification,
97
100
  IcmpTypeCode,
@@ -101,6 +104,7 @@ import {
101
104
  OperatorRequest,
102
105
  Placement,
103
106
  RouteServer,
107
+ VpcEncryptionControl,
104
108
  } from "./models_1";
105
109
  import {
106
110
  DnsOptionsSpecification,
@@ -128,7 +132,6 @@ import {
128
132
  VpnTunnelLogOptionsSpecification,
129
133
  } from "./models_2";
130
134
  import {
131
- AttributeBooleanValue,
132
135
  Byoasn,
133
136
  CapacityBlock,
134
137
  CapacityBlockExtension,
@@ -138,6 +141,7 @@ import {
138
141
  IpamPoolCidr,
139
142
  } from "./models_3";
140
143
  import {
144
+ AttributeBooleanValue,
141
145
  CreateVolumePermission,
142
146
  InstanceNetworkInterfaceSpecification,
143
147
  InstanceState,
@@ -154,16 +158,58 @@ import {
154
158
  SpotPlacement,
155
159
  } from "./models_4";
156
160
  import {
157
- CapacityManagerMonitoredTagKey,
158
161
  VerifiedAccessInstanceLoggingConfiguration,
159
162
  VolumeModification,
160
163
  VpcBlockPublicAccessOptions,
161
164
  } from "./models_5";
162
165
  import {
166
+ CapacityManagerMonitoredTagKey,
163
167
  CapacityReservationSpecification,
164
168
  EnclaveOptionsRequest,
169
+ ManagedResourceVisibilitySettings,
165
170
  Purchase,
166
171
  } from "./models_6";
172
+ export interface ModifyManagedPrefixListResult {
173
+ PrefixList?: ManagedPrefixList | undefined;
174
+ }
175
+ export interface ModifyManagedResourceVisibilityRequest {
176
+ DryRun?: boolean | undefined;
177
+ DefaultVisibility: ManagedResourceDefaultVisibility | undefined;
178
+ }
179
+ export interface ModifyManagedResourceVisibilityResult {
180
+ Visibility?: ManagedResourceVisibilitySettings | undefined;
181
+ }
182
+ export interface NetworkInterfaceAttachmentChanges {
183
+ DefaultEnaQueueCount?: boolean | undefined;
184
+ EnaQueueCount?: number | undefined;
185
+ AttachmentId?: string | undefined;
186
+ DeleteOnTermination?: boolean | undefined;
187
+ }
188
+ export interface ModifyNetworkInterfaceAttributeRequest {
189
+ EnaSrdSpecification?: EnaSrdSpecification | undefined;
190
+ EnablePrimaryIpv6?: boolean | undefined;
191
+ ConnectionTrackingSpecification?:
192
+ | ConnectionTrackingSpecificationRequest
193
+ | undefined;
194
+ AssociatePublicIpAddress?: boolean | undefined;
195
+ AssociatedSubnetIds?: string[] | undefined;
196
+ DryRun?: boolean | undefined;
197
+ NetworkInterfaceId: string | undefined;
198
+ Description?: AttributeValue | undefined;
199
+ SourceDestCheck?: AttributeBooleanValue | undefined;
200
+ Groups?: string[] | undefined;
201
+ Attachment?: NetworkInterfaceAttachmentChanges | undefined;
202
+ }
203
+ export interface ModifyPrivateDnsNameOptionsRequest {
204
+ DryRun?: boolean | undefined;
205
+ InstanceId: string | undefined;
206
+ PrivateDnsHostnameType?: HostnameType | undefined;
207
+ EnableResourceNameDnsARecord?: boolean | undefined;
208
+ EnableResourceNameDnsAAAARecord?: boolean | undefined;
209
+ }
210
+ export interface ModifyPrivateDnsNameOptionsResult {
211
+ Return?: boolean | undefined;
212
+ }
167
213
  export interface ModifyPublicIpDnsNameOptionsRequest {
168
214
  NetworkInterfaceId: string | undefined;
169
215
  HostnameType: PublicIpDnsOption | undefined;
@@ -169,6 +169,7 @@ export declare var CancelImageLaunchPermissionRequest$: StaticStructureSchema;
169
169
  export declare var CancelImageLaunchPermissionResult$: StaticStructureSchema;
170
170
  export declare var CancelImportTaskRequest$: StaticStructureSchema;
171
171
  export declare var CancelImportTaskResult$: StaticStructureSchema;
172
+ export declare var CancellationTerms$: StaticStructureSchema;
172
173
  export declare var CancelledSpotInstanceRequest$: StaticStructureSchema;
173
174
  export declare var CancelReservedInstancesListingRequest$: StaticStructureSchema;
174
175
  export declare var CancelReservedInstancesListingResult$: StaticStructureSchema;
@@ -193,7 +194,9 @@ export declare var CapacityManagerMonitoredTagKey$: StaticStructureSchema;
193
194
  export declare var CapacityManagerTagDimension$: StaticStructureSchema;
194
195
  export declare var CapacityReservation$: StaticStructureSchema;
195
196
  export declare var CapacityReservationBillingRequest$: StaticStructureSchema;
197
+ export declare var CapacityReservationCancellationQuote$: StaticStructureSchema;
196
198
  export declare var CapacityReservationCommitmentInfo$: StaticStructureSchema;
199
+ export declare var CapacityReservationConfiguration$: StaticStructureSchema;
197
200
  export declare var CapacityReservationFleet$: StaticStructureSchema;
198
201
  export declare var CapacityReservationFleetCancellationState$: StaticStructureSchema;
199
202
  export declare var CapacityReservationGroup$: StaticStructureSchema;
@@ -264,6 +267,8 @@ export declare var CreateCapacityManagerDataExportRequest$: StaticStructureSchem
264
267
  export declare var CreateCapacityManagerDataExportResult$: StaticStructureSchema;
265
268
  export declare var CreateCapacityReservationBySplittingRequest$: StaticStructureSchema;
266
269
  export declare var CreateCapacityReservationBySplittingResult$: StaticStructureSchema;
270
+ export declare var CreateCapacityReservationCancellationQuoteRequest$: StaticStructureSchema;
271
+ export declare var CreateCapacityReservationCancellationQuoteResult$: StaticStructureSchema;
267
272
  export declare var CreateCapacityReservationFleetRequest$: StaticStructureSchema;
268
273
  export declare var CreateCapacityReservationFleetResult$: StaticStructureSchema;
269
274
  export declare var CreateCapacityReservationRequest$: StaticStructureSchema;
@@ -713,6 +718,8 @@ export declare var DescribeCapacityManagerDataExportsRequest$: StaticStructureSc
713
718
  export declare var DescribeCapacityManagerDataExportsResult$: StaticStructureSchema;
714
719
  export declare var DescribeCapacityReservationBillingRequestsRequest$: StaticStructureSchema;
715
720
  export declare var DescribeCapacityReservationBillingRequestsResult$: StaticStructureSchema;
721
+ export declare var DescribeCapacityReservationCancellationQuotesRequest$: StaticStructureSchema;
722
+ export declare var DescribeCapacityReservationCancellationQuotesResult$: StaticStructureSchema;
716
723
  export declare var DescribeCapacityReservationFleetsRequest$: StaticStructureSchema;
717
724
  export declare var DescribeCapacityReservationFleetsResult$: StaticStructureSchema;
718
725
  export declare var DescribeCapacityReservationsRequest$: StaticStructureSchema;
@@ -2453,6 +2460,7 @@ export declare var CopyVolumes$: StaticOperationSchema;
2453
2460
  export declare var CreateCapacityManagerDataExport$: StaticOperationSchema;
2454
2461
  export declare var CreateCapacityReservation$: StaticOperationSchema;
2455
2462
  export declare var CreateCapacityReservationBySplitting$: StaticOperationSchema;
2463
+ export declare var CreateCapacityReservationCancellationQuote$: StaticOperationSchema;
2456
2464
  export declare var CreateCapacityReservationFleet$: StaticOperationSchema;
2457
2465
  export declare var CreateCarrierGateway$: StaticOperationSchema;
2458
2466
  export declare var CreateClientVpnEndpoint$: StaticOperationSchema;
@@ -2671,6 +2679,7 @@ export declare var DescribeCapacityBlocks$: StaticOperationSchema;
2671
2679
  export declare var DescribeCapacityBlockStatus$: StaticOperationSchema;
2672
2680
  export declare var DescribeCapacityManagerDataExports$: StaticOperationSchema;
2673
2681
  export declare var DescribeCapacityReservationBillingRequests$: StaticOperationSchema;
2682
+ export declare var DescribeCapacityReservationCancellationQuotes$: StaticOperationSchema;
2674
2683
  export declare var DescribeCapacityReservationFleets$: StaticOperationSchema;
2675
2684
  export declare var DescribeCapacityReservations$: StaticOperationSchema;
2676
2685
  export declare var DescribeCapacityReservationTopology$: 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.1058.0",
4
+ "version": "3.1059.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,18 +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.15",
29
- "@aws-sdk/credential-provider-node": "^3.972.48",
30
- "@aws-sdk/middleware-sdk-ec2": "^3.972.29",
31
- "@aws-sdk/types": "^3.973.9",
32
- "@smithy/core": "^3.24.5",
33
- "@smithy/fetch-http-handler": "^5.4.5",
34
- "@smithy/node-http-handler": "^4.7.5",
35
- "@smithy/types": "^4.14.2",
28
+ "@aws-sdk/core": "^3.974.16",
29
+ "@aws-sdk/credential-provider-node": "^3.972.49",
30
+ "@aws-sdk/middleware-sdk-ec2": "^3.972.30",
31
+ "@aws-sdk/types": "^3.973.10",
32
+ "@smithy/core": "^3.24.6",
33
+ "@smithy/fetch-http-handler": "^5.4.6",
34
+ "@smithy/node-http-handler": "^4.7.6",
35
+ "@smithy/types": "^4.14.3",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
39
- "@smithy/snapshot-testing": "^2.1.6",
39
+ "@smithy/snapshot-testing": "^2.1.7",
40
40
  "@tsconfig/node20": "20.1.8",
41
41
  "@types/node": "^20.14.8",
42
42
  "concurrently": "7.0.0",