@aws-sdk/client-ec2 3.614.0 → 3.616.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 (183) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +751 -446
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/EC2Client.js +5 -5
  5. package/dist-es/commands/CreateIpamExternalResourceVerificationTokenCommand.js +24 -0
  6. package/dist-es/commands/DeleteIpamExternalResourceVerificationTokenCommand.js +24 -0
  7. package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -1
  8. package/dist-es/commands/DescribeIpamExternalResourceVerificationTokensCommand.js +24 -0
  9. package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +1 -1
  10. package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +1 -1
  11. package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/models_0.js +1 -0
  14. package/dist-es/models/models_1.js +12 -19
  15. package/dist-es/models/models_2.js +19 -0
  16. package/dist-es/models/models_3.js +0 -13
  17. package/dist-es/models/models_4.js +13 -33
  18. package/dist-es/models/models_5.js +34 -15
  19. package/dist-es/models/models_6.js +17 -7
  20. package/dist-es/models/models_7.js +11 -1
  21. package/dist-es/protocols/Aws_ec2.js +231 -5
  22. package/dist-types/EC2.d.ts +22 -0
  23. package/dist-types/EC2Client.d.ts +7 -4
  24. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  25. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  30. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  31. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +91 -0
  50. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  65. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +79 -0
  100. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -1
  101. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  102. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  103. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  104. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  105. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +94 -0
  107. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  108. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +9 -2
  109. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -3
  110. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -3
  113. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  114. package/dist-types/commands/GetConsoleOutputCommand.d.ts +0 -7
  115. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +2 -1
  116. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  117. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  118. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  119. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  120. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  121. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  122. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  123. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  124. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  125. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  126. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -3
  127. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  128. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  129. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  130. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  131. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  132. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  133. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  134. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  135. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  136. package/dist-types/commands/index.d.ts +3 -0
  137. package/dist-types/models/models_0.d.ts +1 -0
  138. package/dist-types/models/models_1.d.ts +161 -150
  139. package/dist-types/models/models_2.d.ts +174 -95
  140. package/dist-types/models/models_3.d.ts +95 -258
  141. package/dist-types/models/models_4.d.ts +400 -602
  142. package/dist-types/models/models_5.d.ts +576 -200
  143. package/dist-types/models/models_6.d.ts +205 -195
  144. package/dist-types/models/models_7.d.ts +218 -4
  145. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  146. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  147. package/dist-types/runtimeConfig.d.ts +1 -1
  148. package/dist-types/runtimeConfig.native.d.ts +1 -1
  149. package/dist-types/ts3.4/EC2.d.ts +70 -0
  150. package/dist-types/ts3.4/EC2Client.d.ts +20 -2
  151. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  152. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  153. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -4
  154. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -4
  158. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +42 -0
  160. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  166. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  167. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  171. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  172. package/dist-types/ts3.4/models/models_1.d.ts +37 -45
  173. package/dist-types/ts3.4/models/models_2.d.ts +55 -32
  174. package/dist-types/ts3.4/models/models_3.d.ts +29 -63
  175. package/dist-types/ts3.4/models/models_4.d.ts +77 -101
  176. package/dist-types/ts3.4/models/models_5.d.ts +105 -60
  177. package/dist-types/ts3.4/models/models_6.d.ts +61 -50
  178. package/dist-types/ts3.4/models/models_7.d.ts +58 -7
  179. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  180. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  181. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  182. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  183. package/package.json +18 -18
@@ -1,12 +1,15 @@
1
1
  import {
2
2
  _InstanceType,
3
+ ActivityStatus,
3
4
  AddressTransfer,
4
5
  AllowedPrincipal,
5
6
  AsnAssociation,
6
7
  AssociationStatus,
8
+ BatchState,
7
9
  CapacityReservationState,
8
10
  CurrencyCodeValues,
9
11
  IamInstanceProfileAssociation,
12
+ IamInstanceProfileSpecification,
10
13
  InstanceEventWindow,
11
14
  IpamResourceDiscoveryAssociation,
12
15
  NatGatewayAddress,
@@ -31,8 +34,10 @@ import {
31
34
  VpcPeeringConnection,
32
35
  } from "./models_0";
33
36
  import {
37
+ BlockDeviceMapping,
34
38
  DiskImageFormat,
35
- InstanceRequirementsRequest,
39
+ InstanceInterruptionBehavior,
40
+ SpotInstanceType,
36
41
  Subnet,
37
42
  VolumeType,
38
43
  Vpc,
@@ -41,11 +46,13 @@ import {
41
46
  ConnectionNotification,
42
47
  DnsEntry,
43
48
  DnsNameState,
49
+ GroupIdentifier,
44
50
  IpAddressType,
45
51
  PayerResponsibility,
46
52
  ServiceConfiguration,
47
53
  ServiceConnectivityType,
48
54
  ServiceTypeDetail,
55
+ SpotInstanceStateFault,
49
56
  SSEType,
50
57
  State,
51
58
  TrafficMirrorFilter,
@@ -79,16 +86,96 @@ import {
79
86
  PeriodType,
80
87
  ProductCode,
81
88
  StatisticType,
82
- VirtualizationType,
83
89
  } from "./models_3";
84
90
  import {
85
- ArchitectureType,
86
91
  AttributeBooleanValue,
87
92
  HttpTokensState,
88
93
  InstanceMetadataEndpointState,
89
94
  InstanceMetadataTagsState,
95
+ InstanceNetworkInterfaceSpecification,
90
96
  RIProductDescription,
97
+ SpotFleetRequestConfigData,
98
+ SpotPlacement,
91
99
  } from "./models_4";
100
+ export interface SpotFleetRequestConfig {
101
+ ActivityStatus?: ActivityStatus;
102
+ CreateTime?: Date;
103
+ SpotFleetRequestConfig?: SpotFleetRequestConfigData;
104
+ SpotFleetRequestId?: string;
105
+ SpotFleetRequestState?: BatchState;
106
+ Tags?: Tag[];
107
+ }
108
+ export interface DescribeSpotFleetRequestsResponse {
109
+ NextToken?: string;
110
+ SpotFleetRequestConfigs?: SpotFleetRequestConfig[];
111
+ }
112
+ export interface DescribeSpotInstanceRequestsRequest {
113
+ Filters?: Filter[];
114
+ DryRun?: boolean;
115
+ SpotInstanceRequestIds?: string[];
116
+ NextToken?: string;
117
+ MaxResults?: number;
118
+ }
119
+ export interface RunInstancesMonitoringEnabled {
120
+ Enabled: boolean | undefined;
121
+ }
122
+ export interface LaunchSpecification {
123
+ UserData?: string;
124
+ SecurityGroups?: GroupIdentifier[];
125
+ AddressingType?: string;
126
+ BlockDeviceMappings?: BlockDeviceMapping[];
127
+ EbsOptimized?: boolean;
128
+ IamInstanceProfile?: IamInstanceProfileSpecification;
129
+ ImageId?: string;
130
+ InstanceType?: _InstanceType;
131
+ KernelId?: string;
132
+ KeyName?: string;
133
+ NetworkInterfaces?: InstanceNetworkInterfaceSpecification[];
134
+ Placement?: SpotPlacement;
135
+ RamdiskId?: string;
136
+ SubnetId?: string;
137
+ Monitoring?: RunInstancesMonitoringEnabled;
138
+ }
139
+ export declare const SpotInstanceState: {
140
+ readonly active: "active";
141
+ readonly cancelled: "cancelled";
142
+ readonly closed: "closed";
143
+ readonly disabled: "disabled";
144
+ readonly failed: "failed";
145
+ readonly open: "open";
146
+ };
147
+ export type SpotInstanceState =
148
+ (typeof SpotInstanceState)[keyof typeof SpotInstanceState];
149
+ export interface SpotInstanceStatus {
150
+ Code?: string;
151
+ Message?: string;
152
+ UpdateTime?: Date;
153
+ }
154
+ export interface SpotInstanceRequest {
155
+ ActualBlockHourlyPrice?: string;
156
+ AvailabilityZoneGroup?: string;
157
+ BlockDurationMinutes?: number;
158
+ CreateTime?: Date;
159
+ Fault?: SpotInstanceStateFault;
160
+ InstanceId?: string;
161
+ LaunchGroup?: string;
162
+ LaunchSpecification?: LaunchSpecification;
163
+ LaunchedAvailabilityZone?: string;
164
+ ProductDescription?: RIProductDescription;
165
+ SpotInstanceRequestId?: string;
166
+ SpotPrice?: string;
167
+ State?: SpotInstanceState;
168
+ Status?: SpotInstanceStatus;
169
+ Tags?: Tag[];
170
+ Type?: SpotInstanceType;
171
+ ValidFrom?: Date;
172
+ ValidUntil?: Date;
173
+ InstanceInterruptionBehavior?: InstanceInterruptionBehavior;
174
+ }
175
+ export interface DescribeSpotInstanceRequestsResult {
176
+ SpotInstanceRequests?: SpotInstanceRequest[];
177
+ NextToken?: string;
178
+ }
92
179
  export interface DescribeSpotPriceHistoryRequest {
93
180
  Filters?: Filter[];
94
181
  AvailabilityZone?: string;
@@ -1582,60 +1669,21 @@ export interface GetInstanceTpmEkPubRequest {
1582
1669
  KeyFormat: EkPubKeyFormat | undefined;
1583
1670
  DryRun?: boolean;
1584
1671
  }
1585
- export interface GetInstanceTpmEkPubResult {
1586
- InstanceId?: string;
1587
- KeyType?: EkPubKeyType;
1588
- KeyFormat?: EkPubKeyFormat;
1589
- KeyValue?: string;
1590
- }
1591
- export interface GetInstanceTypesFromInstanceRequirementsRequest {
1592
- DryRun?: boolean;
1593
- ArchitectureTypes: ArchitectureType[] | undefined;
1594
- VirtualizationTypes: VirtualizationType[] | undefined;
1595
- InstanceRequirements: InstanceRequirementsRequest | undefined;
1596
- MaxResults?: number;
1597
- NextToken?: string;
1598
- }
1599
- export interface InstanceTypeInfoFromInstanceRequirements {
1600
- InstanceType?: string;
1601
- }
1602
- export interface GetInstanceTypesFromInstanceRequirementsResult {
1603
- InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[];
1604
- NextToken?: string;
1605
- }
1606
- export interface GetInstanceUefiDataRequest {
1607
- InstanceId: string | undefined;
1608
- DryRun?: boolean;
1609
- }
1610
- export interface GetInstanceUefiDataResult {
1611
- InstanceId?: string;
1612
- UefiData?: string;
1613
- }
1614
- export interface GetIpamAddressHistoryRequest {
1615
- DryRun?: boolean;
1616
- Cidr: string | undefined;
1617
- IpamScopeId: string | undefined;
1618
- VpcId?: string;
1619
- StartTime?: Date;
1620
- EndTime?: Date;
1621
- MaxResults?: number;
1622
- NextToken?: string;
1623
- }
1624
- export declare const IpamComplianceStatus: {
1625
- readonly compliant: "compliant";
1626
- readonly ignored: "ignored";
1627
- readonly noncompliant: "noncompliant";
1628
- readonly unmanaged: "unmanaged";
1629
- };
1630
- export type IpamComplianceStatus =
1631
- (typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
1632
- export declare const IpamOverlapStatus: {
1633
- readonly ignored: "ignored";
1634
- readonly nonoverlapping: "nonoverlapping";
1635
- readonly overlapping: "overlapping";
1636
- };
1637
- export type IpamOverlapStatus =
1638
- (typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
1672
+ export declare const SpotFleetRequestConfigFilterSensitiveLog: (
1673
+ obj: SpotFleetRequestConfig
1674
+ ) => any;
1675
+ export declare const DescribeSpotFleetRequestsResponseFilterSensitiveLog: (
1676
+ obj: DescribeSpotFleetRequestsResponse
1677
+ ) => any;
1678
+ export declare const LaunchSpecificationFilterSensitiveLog: (
1679
+ obj: LaunchSpecification
1680
+ ) => any;
1681
+ export declare const SpotInstanceRequestFilterSensitiveLog: (
1682
+ obj: SpotInstanceRequest
1683
+ ) => any;
1684
+ export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (
1685
+ obj: DescribeSpotInstanceRequestsResult
1686
+ ) => any;
1639
1687
  export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (
1640
1688
  obj: DescribeVerifiedAccessTrustProvidersResult
1641
1689
  ) => any;
@@ -1645,6 +1693,3 @@ export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
1645
1693
  export declare const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog: (
1646
1694
  obj: DetachVerifiedAccessTrustProviderResult
1647
1695
  ) => any;
1648
- export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
1649
- obj: GetInstanceTpmEkPubResult
1650
- ) => any;
@@ -8,7 +8,6 @@ import {
8
8
  Affinity,
9
9
  ApplianceModeSupportValue,
10
10
  AutoPlacement,
11
- ByoipCidr,
12
11
  DnsSupportValue,
13
12
  EnaSrdSpecification,
14
13
  EndDateType,
@@ -105,11 +104,9 @@ import {
105
104
  Filter,
106
105
  FpgaImageAttribute,
107
106
  FpgaImageAttributeName,
108
- ImportImageLicenseConfigurationResponse,
109
107
  IpamPoolCidr,
110
108
  LaunchPermission,
111
109
  PermissionGroup,
112
- SnapshotDetail,
113
110
  VirtualizationType,
114
111
  } from "./models_3";
115
112
  import {
@@ -119,6 +116,7 @@ import {
119
116
  CreateVolumePermission,
120
117
  ExcessCapacityTerminationPolicy,
121
118
  HttpTokensState,
119
+ ImportImageLicenseConfigurationResponse,
122
120
  InstanceAttributeName,
123
121
  InstanceAutoRecoveryState,
124
122
  InstanceMetadataEndpointState,
@@ -128,21 +126,75 @@ import {
128
126
  InstanceStatusEvent,
129
127
  LaunchTemplateConfig,
130
128
  LockState,
131
- Monitoring,
132
129
  ReservedInstancesConfiguration,
133
130
  SnapshotAttributeName,
131
+ SnapshotDetail,
134
132
  SnapshotTaskDetail,
135
133
  } from "./models_4";
136
134
  import {
135
+ EkPubKeyFormat,
136
+ EkPubKeyType,
137
137
  InstanceFamilyCreditSpecification,
138
- IpamComplianceStatus,
139
- IpamOverlapStatus,
140
138
  SnapshotBlockPublicAccessState,
141
139
  TransitGatewayPropagationState,
142
140
  UnlimitedSupportedInstanceFamily,
143
141
  VerifiedAccessInstanceLoggingConfiguration,
144
142
  VolumeModification,
145
143
  } from "./models_5";
144
+ export interface GetInstanceTpmEkPubResult {
145
+ InstanceId?: string;
146
+ KeyType?: EkPubKeyType;
147
+ KeyFormat?: EkPubKeyFormat;
148
+ KeyValue?: string;
149
+ }
150
+ export interface GetInstanceTypesFromInstanceRequirementsRequest {
151
+ DryRun?: boolean;
152
+ ArchitectureTypes: ArchitectureType[] | undefined;
153
+ VirtualizationTypes: VirtualizationType[] | undefined;
154
+ InstanceRequirements: InstanceRequirementsRequest | undefined;
155
+ MaxResults?: number;
156
+ NextToken?: string;
157
+ }
158
+ export interface InstanceTypeInfoFromInstanceRequirements {
159
+ InstanceType?: string;
160
+ }
161
+ export interface GetInstanceTypesFromInstanceRequirementsResult {
162
+ InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[];
163
+ NextToken?: string;
164
+ }
165
+ export interface GetInstanceUefiDataRequest {
166
+ InstanceId: string | undefined;
167
+ DryRun?: boolean;
168
+ }
169
+ export interface GetInstanceUefiDataResult {
170
+ InstanceId?: string;
171
+ UefiData?: string;
172
+ }
173
+ export interface GetIpamAddressHistoryRequest {
174
+ DryRun?: boolean;
175
+ Cidr: string | undefined;
176
+ IpamScopeId: string | undefined;
177
+ VpcId?: string;
178
+ StartTime?: Date;
179
+ EndTime?: Date;
180
+ MaxResults?: number;
181
+ NextToken?: string;
182
+ }
183
+ export declare const IpamComplianceStatus: {
184
+ readonly compliant: "compliant";
185
+ readonly ignored: "ignored";
186
+ readonly noncompliant: "noncompliant";
187
+ readonly unmanaged: "unmanaged";
188
+ };
189
+ export type IpamComplianceStatus =
190
+ (typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
191
+ export declare const IpamOverlapStatus: {
192
+ readonly ignored: "ignored";
193
+ readonly nonoverlapping: "nonoverlapping";
194
+ readonly overlapping: "overlapping";
195
+ };
196
+ export type IpamOverlapStatus =
197
+ (typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
146
198
  export declare const IpamAddressHistoryResourceType: {
147
199
  readonly eip: "eip";
148
200
  readonly instance: "instance";
@@ -1863,50 +1915,9 @@ export interface MonitorInstancesRequest {
1863
1915
  InstanceIds: string[] | undefined;
1864
1916
  DryRun?: boolean;
1865
1917
  }
1866
- export interface InstanceMonitoring {
1867
- InstanceId?: string;
1868
- Monitoring?: Monitoring;
1869
- }
1870
- export interface MonitorInstancesResult {
1871
- InstanceMonitorings?: InstanceMonitoring[];
1872
- }
1873
- export interface MoveAddressToVpcRequest {
1874
- DryRun?: boolean;
1875
- PublicIp: string | undefined;
1876
- }
1877
- export declare const Status: {
1878
- readonly inClassic: "InClassic";
1879
- readonly inVpc: "InVpc";
1880
- readonly moveInProgress: "MoveInProgress";
1881
- };
1882
- export type Status = (typeof Status)[keyof typeof Status];
1883
- export interface MoveAddressToVpcResult {
1884
- AllocationId?: string;
1885
- Status?: Status;
1886
- }
1887
- export interface MoveByoipCidrToIpamRequest {
1888
- DryRun?: boolean;
1889
- Cidr: string | undefined;
1890
- IpamPoolId: string | undefined;
1891
- IpamPoolOwner: string | undefined;
1892
- }
1893
- export interface MoveByoipCidrToIpamResult {
1894
- ByoipCidr?: ByoipCidr;
1895
- }
1896
- export interface CidrAuthorizationContext {
1897
- Message: string | undefined;
1898
- Signature: string | undefined;
1899
- }
1900
- export interface ProvisionByoipCidrRequest {
1901
- Cidr: string | undefined;
1902
- CidrAuthorizationContext?: CidrAuthorizationContext;
1903
- PubliclyAdvertisable?: boolean;
1904
- Description?: string;
1905
- DryRun?: boolean;
1906
- PoolTagSpecifications?: TagSpecification[];
1907
- MultiRegion?: boolean;
1908
- NetworkBorderGroup?: string;
1909
- }
1918
+ export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
1919
+ obj: GetInstanceTpmEkPubResult
1920
+ ) => any;
1910
1921
  export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
1911
1922
  obj: GetLaunchTemplateDataResult
1912
1923
  ) => any;
@@ -58,22 +58,65 @@ import {
58
58
  InstanceMetadataTagsState,
59
59
  InstanceNetworkInterfaceSpecification,
60
60
  InstanceState,
61
+ Monitoring,
61
62
  NetworkInsightsAccessScopeAnalysis,
62
63
  NetworkInsightsAnalysis,
63
64
  PublicIpv4PoolRange,
64
- RunInstancesMonitoringEnabled,
65
65
  ScheduledInstance,
66
66
  SnapshotAttributeName,
67
67
  SpotFleetRequestConfigData,
68
- SpotInstanceRequest,
69
68
  SpotPlacement,
70
69
  } from "./models_4";
71
- import { Purchase } from "./models_5";
72
70
  import {
73
- CapacityReservationSpecification,
74
- InstanceMonitoring,
75
- Status,
76
- } from "./models_6";
71
+ Purchase,
72
+ RunInstancesMonitoringEnabled,
73
+ SpotInstanceRequest,
74
+ } from "./models_5";
75
+ import { CapacityReservationSpecification } from "./models_6";
76
+ export interface InstanceMonitoring {
77
+ InstanceId?: string;
78
+ Monitoring?: Monitoring;
79
+ }
80
+ export interface MonitorInstancesResult {
81
+ InstanceMonitorings?: InstanceMonitoring[];
82
+ }
83
+ export interface MoveAddressToVpcRequest {
84
+ DryRun?: boolean;
85
+ PublicIp: string | undefined;
86
+ }
87
+ export declare const Status: {
88
+ readonly inClassic: "InClassic";
89
+ readonly inVpc: "InVpc";
90
+ readonly moveInProgress: "MoveInProgress";
91
+ };
92
+ export type Status = (typeof Status)[keyof typeof Status];
93
+ export interface MoveAddressToVpcResult {
94
+ AllocationId?: string;
95
+ Status?: Status;
96
+ }
97
+ export interface MoveByoipCidrToIpamRequest {
98
+ DryRun?: boolean;
99
+ Cidr: string | undefined;
100
+ IpamPoolId: string | undefined;
101
+ IpamPoolOwner: string | undefined;
102
+ }
103
+ export interface MoveByoipCidrToIpamResult {
104
+ ByoipCidr?: ByoipCidr;
105
+ }
106
+ export interface CidrAuthorizationContext {
107
+ Message: string | undefined;
108
+ Signature: string | undefined;
109
+ }
110
+ export interface ProvisionByoipCidrRequest {
111
+ Cidr: string | undefined;
112
+ CidrAuthorizationContext?: CidrAuthorizationContext;
113
+ PubliclyAdvertisable?: boolean;
114
+ Description?: string;
115
+ DryRun?: boolean;
116
+ PoolTagSpecifications?: TagSpecification[];
117
+ MultiRegion?: boolean;
118
+ NetworkBorderGroup?: string;
119
+ }
77
120
  export interface ProvisionByoipCidrResult {
78
121
  ByoipCidr?: ByoipCidr;
79
122
  }
@@ -94,6 +137,12 @@ export interface IpamCidrAuthorizationContext {
94
137
  Message?: string;
95
138
  Signature?: string;
96
139
  }
140
+ export declare const VerificationMethod: {
141
+ readonly dns_token: "dns-token";
142
+ readonly remarks_x509: "remarks-x509";
143
+ };
144
+ export type VerificationMethod =
145
+ (typeof VerificationMethod)[keyof typeof VerificationMethod];
97
146
  export interface ProvisionIpamPoolCidrRequest {
98
147
  DryRun?: boolean;
99
148
  IpamPoolId: string | undefined;
@@ -101,6 +150,8 @@ export interface ProvisionIpamPoolCidrRequest {
101
150
  CidrAuthorizationContext?: IpamCidrAuthorizationContext;
102
151
  NetmaskLength?: number;
103
152
  ClientToken?: string;
153
+ VerificationMethod?: VerificationMethod;
154
+ IpamExternalResourceVerificationTokenId?: string;
104
155
  }
105
156
  export interface ProvisionIpamPoolCidrResult {
106
157
  IpamPoolCidr?: IpamPoolCidr;
@@ -307,6 +307,10 @@ import {
307
307
  CreateIpamCommandInput,
308
308
  CreateIpamCommandOutput,
309
309
  } from "../commands/CreateIpamCommand";
310
+ import {
311
+ CreateIpamExternalResourceVerificationTokenCommandInput,
312
+ CreateIpamExternalResourceVerificationTokenCommandOutput,
313
+ } from "../commands/CreateIpamExternalResourceVerificationTokenCommand";
310
314
  import {
311
315
  CreateIpamPoolCommandInput,
312
316
  CreateIpamPoolCommandOutput,
@@ -611,6 +615,10 @@ import {
611
615
  DeleteIpamCommandInput,
612
616
  DeleteIpamCommandOutput,
613
617
  } from "../commands/DeleteIpamCommand";
618
+ import {
619
+ DeleteIpamExternalResourceVerificationTokenCommandInput,
620
+ DeleteIpamExternalResourceVerificationTokenCommandOutput,
621
+ } from "../commands/DeleteIpamExternalResourceVerificationTokenCommand";
614
622
  import {
615
623
  DeleteIpamPoolCommandInput,
616
624
  DeleteIpamPoolCommandOutput,
@@ -1107,6 +1115,10 @@ import {
1107
1115
  DescribeIpamByoasnCommandInput,
1108
1116
  DescribeIpamByoasnCommandOutput,
1109
1117
  } from "../commands/DescribeIpamByoasnCommand";
1118
+ import {
1119
+ DescribeIpamExternalResourceVerificationTokensCommandInput,
1120
+ DescribeIpamExternalResourceVerificationTokensCommandOutput,
1121
+ } from "../commands/DescribeIpamExternalResourceVerificationTokensCommand";
1110
1122
  import {
1111
1123
  DescribeIpamPoolsCommandInput,
1112
1124
  DescribeIpamPoolsCommandOutput,
@@ -2795,6 +2807,10 @@ export declare const se_CreateIpamCommand: (
2795
2807
  input: CreateIpamCommandInput,
2796
2808
  context: __SerdeContext
2797
2809
  ) => Promise<__HttpRequest>;
2810
+ export declare const se_CreateIpamExternalResourceVerificationTokenCommand: (
2811
+ input: CreateIpamExternalResourceVerificationTokenCommandInput,
2812
+ context: __SerdeContext
2813
+ ) => Promise<__HttpRequest>;
2798
2814
  export declare const se_CreateIpamPoolCommand: (
2799
2815
  input: CreateIpamPoolCommandInput,
2800
2816
  context: __SerdeContext
@@ -3099,6 +3115,10 @@ export declare const se_DeleteIpamCommand: (
3099
3115
  input: DeleteIpamCommandInput,
3100
3116
  context: __SerdeContext
3101
3117
  ) => Promise<__HttpRequest>;
3118
+ export declare const se_DeleteIpamExternalResourceVerificationTokenCommand: (
3119
+ input: DeleteIpamExternalResourceVerificationTokenCommandInput,
3120
+ context: __SerdeContext
3121
+ ) => Promise<__HttpRequest>;
3102
3122
  export declare const se_DeleteIpamPoolCommand: (
3103
3123
  input: DeleteIpamPoolCommandInput,
3104
3124
  context: __SerdeContext
@@ -3595,6 +3615,10 @@ export declare const se_DescribeIpamByoasnCommand: (
3595
3615
  input: DescribeIpamByoasnCommandInput,
3596
3616
  context: __SerdeContext
3597
3617
  ) => Promise<__HttpRequest>;
3618
+ export declare const se_DescribeIpamExternalResourceVerificationTokensCommand: (
3619
+ input: DescribeIpamExternalResourceVerificationTokensCommandInput,
3620
+ context: __SerdeContext
3621
+ ) => Promise<__HttpRequest>;
3598
3622
  export declare const se_DescribeIpamPoolsCommand: (
3599
3623
  input: DescribeIpamPoolsCommandInput,
3600
3624
  context: __SerdeContext
@@ -5283,6 +5307,10 @@ export declare const de_CreateIpamCommand: (
5283
5307
  output: __HttpResponse,
5284
5308
  context: __SerdeContext
5285
5309
  ) => Promise<CreateIpamCommandOutput>;
5310
+ export declare const de_CreateIpamExternalResourceVerificationTokenCommand: (
5311
+ output: __HttpResponse,
5312
+ context: __SerdeContext
5313
+ ) => Promise<CreateIpamExternalResourceVerificationTokenCommandOutput>;
5286
5314
  export declare const de_CreateIpamPoolCommand: (
5287
5315
  output: __HttpResponse,
5288
5316
  context: __SerdeContext
@@ -5587,6 +5615,10 @@ export declare const de_DeleteIpamCommand: (
5587
5615
  output: __HttpResponse,
5588
5616
  context: __SerdeContext
5589
5617
  ) => Promise<DeleteIpamCommandOutput>;
5618
+ export declare const de_DeleteIpamExternalResourceVerificationTokenCommand: (
5619
+ output: __HttpResponse,
5620
+ context: __SerdeContext
5621
+ ) => Promise<DeleteIpamExternalResourceVerificationTokenCommandOutput>;
5590
5622
  export declare const de_DeleteIpamPoolCommand: (
5591
5623
  output: __HttpResponse,
5592
5624
  context: __SerdeContext
@@ -6083,6 +6115,10 @@ export declare const de_DescribeIpamByoasnCommand: (
6083
6115
  output: __HttpResponse,
6084
6116
  context: __SerdeContext
6085
6117
  ) => Promise<DescribeIpamByoasnCommandOutput>;
6118
+ export declare const de_DescribeIpamExternalResourceVerificationTokensCommand: (
6119
+ output: __HttpResponse,
6120
+ context: __SerdeContext
6121
+ ) => Promise<DescribeIpamExternalResourceVerificationTokensCommandOutput>;
6086
6122
  export declare const de_DescribeIpamPoolsCommand: (
6087
6123
  output: __HttpResponse,
6088
6124
  context: __SerdeContext
@@ -56,11 +56,11 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
56
56
  }
57
57
  ) => import("@smithy/types").EndpointV2;
58
58
  tls?: boolean | undefined;
59
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
59
60
  retryStrategy?:
60
61
  | import("@smithy/types").RetryStrategy
61
62
  | import("@smithy/types").RetryStrategyV2
62
63
  | undefined;
63
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
64
64
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
65
65
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EC2HttpAuthSchemeProvider;
66
66
  credentials?:
@@ -60,11 +60,11 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
60
60
  }
61
61
  ) => import("@smithy/types").EndpointV2;
62
62
  tls?: boolean | undefined;
63
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
63
64
  retryStrategy?:
64
65
  | import("@smithy/types").RetryStrategy
65
66
  | import("@smithy/types").RetryStrategyV2
66
67
  | undefined;
67
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
68
68
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
69
69
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EC2HttpAuthSchemeProvider;
70
70
  credentials?:
@@ -50,11 +50,11 @@ export declare const getRuntimeConfig: (config: EC2ClientConfig) => {
50
50
  }
51
51
  ) => import("@smithy/types").EndpointV2;
52
52
  tls?: boolean | undefined;
53
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
53
54
  retryStrategy?:
54
55
  | import("@smithy/types").RetryStrategy
55
56
  | import("@smithy/types").RetryStrategyV2
56
57
  | undefined;
57
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
58
58
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
59
59
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").EC2HttpAuthSchemeProvider;
60
60
  credentials?:
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.614.0",
4
+ "version": "3.616.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-ec2",
@@ -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/client-sso-oidc": "3.614.0",
24
- "@aws-sdk/client-sts": "3.614.0",
25
- "@aws-sdk/core": "3.614.0",
26
- "@aws-sdk/credential-provider-node": "3.614.0",
27
- "@aws-sdk/middleware-host-header": "3.609.0",
23
+ "@aws-sdk/client-sso-oidc": "3.616.0",
24
+ "@aws-sdk/client-sts": "3.616.0",
25
+ "@aws-sdk/core": "3.616.0",
26
+ "@aws-sdk/credential-provider-node": "3.616.0",
27
+ "@aws-sdk/middleware-host-header": "3.616.0",
28
28
  "@aws-sdk/middleware-logger": "3.609.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.609.0",
30
- "@aws-sdk/middleware-sdk-ec2": "3.614.0",
31
- "@aws-sdk/middleware-user-agent": "3.614.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.616.0",
30
+ "@aws-sdk/middleware-sdk-ec2": "3.616.0",
31
+ "@aws-sdk/middleware-user-agent": "3.616.0",
32
32
  "@aws-sdk/region-config-resolver": "3.614.0",
33
33
  "@aws-sdk/types": "3.609.0",
34
34
  "@aws-sdk/util-endpoints": "3.614.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.609.0",
36
36
  "@aws-sdk/util-user-agent-node": "3.614.0",
37
37
  "@smithy/config-resolver": "^3.0.5",
38
- "@smithy/core": "^2.2.6",
39
- "@smithy/fetch-http-handler": "^3.2.1",
38
+ "@smithy/core": "^2.2.7",
39
+ "@smithy/fetch-http-handler": "^3.2.2",
40
40
  "@smithy/hash-node": "^3.0.3",
41
41
  "@smithy/invalid-dependency": "^3.0.3",
42
- "@smithy/middleware-content-length": "^3.0.3",
42
+ "@smithy/middleware-content-length": "^3.0.4",
43
43
  "@smithy/middleware-endpoint": "^3.0.5",
44
- "@smithy/middleware-retry": "^3.0.9",
44
+ "@smithy/middleware-retry": "^3.0.10",
45
45
  "@smithy/middleware-serde": "^3.0.3",
46
46
  "@smithy/middleware-stack": "^3.0.3",
47
47
  "@smithy/node-config-provider": "^3.1.4",
48
- "@smithy/node-http-handler": "^3.1.2",
49
- "@smithy/protocol-http": "^4.0.3",
50
- "@smithy/smithy-client": "^3.1.7",
48
+ "@smithy/node-http-handler": "^3.1.3",
49
+ "@smithy/protocol-http": "^4.0.4",
50
+ "@smithy/smithy-client": "^3.1.8",
51
51
  "@smithy/types": "^3.3.0",
52
52
  "@smithy/url-parser": "^3.0.3",
53
53
  "@smithy/util-base64": "^3.0.0",
54
54
  "@smithy/util-body-length-browser": "^3.0.0",
55
55
  "@smithy/util-body-length-node": "^3.0.0",
56
- "@smithy/util-defaults-mode-browser": "^3.0.9",
57
- "@smithy/util-defaults-mode-node": "^3.0.9",
56
+ "@smithy/util-defaults-mode-browser": "^3.0.10",
57
+ "@smithy/util-defaults-mode-node": "^3.0.10",
58
58
  "@smithy/util-endpoints": "^2.0.5",
59
59
  "@smithy/util-middleware": "^3.0.3",
60
60
  "@smithy/util-retry": "^3.0.3",