@aws-sdk/client-ec2 3.1063.0 → 3.1065.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 (44) hide show
  1. package/dist-cjs/index.js +6 -0
  2. package/dist-cjs/schemas/schemas_0.js +63 -29
  3. package/dist-es/models/enums.js +5 -0
  4. package/dist-es/schemas/schemas_0.js +43 -9
  5. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateFlowLogsCommand.d.ts +8 -0
  7. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -2
  8. package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
  9. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +8 -0
  10. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -2
  12. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -2
  14. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -5
  15. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -2
  16. package/dist-types/commands/ModifyVolumeCommand.d.ts +0 -5
  17. package/dist-types/models/enums.d.ts +13 -0
  18. package/dist-types/models/models_0.d.ts +1 -1
  19. package/dist-types/models/models_1.d.ts +22 -29
  20. package/dist-types/models/models_2.d.ts +28 -14
  21. package/dist-types/models/models_3.d.ts +36 -41
  22. package/dist-types/models/models_4.d.ts +42 -48
  23. package/dist-types/models/models_5.d.ts +48 -172
  24. package/dist-types/models/models_6.d.ts +167 -65
  25. package/dist-types/models/models_7.d.ts +63 -1
  26. package/dist-types/schemas/schemas_0.d.ts +2 -0
  27. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +4 -2
  28. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -4
  30. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +4 -2
  31. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +4 -2
  33. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +4 -2
  34. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  35. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  36. package/dist-types/ts3.4/models/models_1.d.ts +6 -6
  37. package/dist-types/ts3.4/models/models_2.d.ts +6 -3
  38. package/dist-types/ts3.4/models/models_3.d.ts +9 -10
  39. package/dist-types/ts3.4/models/models_4.d.ts +11 -10
  40. package/dist-types/ts3.4/models/models_5.d.ts +15 -31
  41. package/dist-types/ts3.4/models/models_6.d.ts +30 -19
  42. package/dist-types/ts3.4/models/models_7.d.ts +14 -0
  43. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  44. package/package.json +10 -10
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ModifyManagedPrefixListRequest } from "../models/models_6";
9
- import { ModifyManagedPrefixListResult } from "../models/models_7";
8
+ import {
9
+ ModifyManagedPrefixListRequest,
10
+ ModifyManagedPrefixListResult,
11
+ } from "../models/models_7";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface ModifyManagedPrefixListCommandInput
@@ -2297,6 +2297,13 @@ export declare const FlowLogsResourceType: {
2297
2297
  };
2298
2298
  export type FlowLogsResourceType =
2299
2299
  (typeof FlowLogsResourceType)[keyof typeof FlowLogsResourceType];
2300
+ export declare const TaggableResourceType: {
2301
+ readonly auto_scaling_group: "auto-scaling-group";
2302
+ readonly instance: "instance";
2303
+ readonly network_interface: "network-interface";
2304
+ };
2305
+ export type TaggableResourceType =
2306
+ (typeof TaggableResourceType)[keyof typeof TaggableResourceType];
2300
2307
  export declare const TrafficType: {
2301
2308
  readonly ACCEPT: "ACCEPT";
2302
2309
  readonly ALL: "ALL";
@@ -1728,7 +1728,7 @@ export interface ReservationFleetInstanceSpecification {
1728
1728
  export interface CreateCapacityReservationFleetRequest {
1729
1729
  AllocationStrategy?: string | undefined;
1730
1730
  ClientToken?: string | undefined;
1731
- InstanceTypeSpecifications:
1731
+ InstanceTypeSpecifications?:
1732
1732
  | ReservationFleetInstanceSpecification[]
1733
1733
  | undefined;
1734
1734
  Tenancy?: FleetCapacityReservationTenancy | undefined;
@@ -109,6 +109,7 @@ import {
109
109
  SpotInstanceInterruptionBehavior,
110
110
  SpotInstanceType,
111
111
  SpreadLevel,
112
+ TaggableResourceType,
112
113
  TargetCapacityUnitType,
113
114
  Tenancy,
114
115
  TokenState,
@@ -560,6 +561,10 @@ export interface DestinationOptionsRequest {
560
561
  HiveCompatiblePartitions?: boolean | undefined;
561
562
  PerHourPartition?: boolean | undefined;
562
563
  }
564
+ export interface TagFieldSpecificationRequest {
565
+ ResourceType?: TaggableResourceType | undefined;
566
+ TagKeys?: string[] | undefined;
567
+ }
563
568
  export interface CreateFlowLogsRequest {
564
569
  DryRun?: boolean | undefined;
565
570
  ClientToken?: string | undefined;
@@ -575,6 +580,7 @@ export interface CreateFlowLogsRequest {
575
580
  TagSpecifications?: TagSpecification[] | undefined;
576
581
  MaxAggregationInterval?: number | undefined;
577
582
  DestinationOptions?: DestinationOptionsRequest | undefined;
583
+ TagFieldSpecifications?: TagFieldSpecificationRequest[] | undefined;
578
584
  }
579
585
  export interface CreateFlowLogsResult {
580
586
  ClientToken?: string | undefined;
@@ -2266,9 +2272,3 @@ export interface RouteServerPeer {
2266
2272
  export interface CreateRouteServerPeerResult {
2267
2273
  RouteServerPeer?: RouteServerPeer | undefined;
2268
2274
  }
2269
- export interface CreateRouteTableRequest {
2270
- TagSpecifications?: TagSpecification[] | undefined;
2271
- ClientToken?: string | undefined;
2272
- DryRun?: boolean | undefined;
2273
- VpcId: string | undefined;
2274
- }
@@ -131,6 +131,12 @@ import {
131
131
  Vpc,
132
132
  VpcEncryptionControl,
133
133
  } from "./models_1";
134
+ export interface CreateRouteTableRequest {
135
+ TagSpecifications?: TagSpecification[] | undefined;
136
+ ClientToken?: string | undefined;
137
+ DryRun?: boolean | undefined;
138
+ VpcId: string | undefined;
139
+ }
134
140
  export interface RouteTableAssociation {
135
141
  Main?: boolean | undefined;
136
142
  RouteTableAssociationId?: string | undefined;
@@ -1966,6 +1972,3 @@ export interface DeleteSnapshotRequest {
1966
1972
  SnapshotId: string | undefined;
1967
1973
  DryRun?: boolean | undefined;
1968
1974
  }
1969
- export interface DeleteSpotDatafeedSubscriptionRequest {
1970
- DryRun?: boolean | undefined;
1971
- }
@@ -56,7 +56,6 @@ import {
56
56
  ImageState,
57
57
  ImageTypeValues,
58
58
  ImdsSupportValues,
59
- InstanceAttributeName,
60
59
  InstanceLifecycle,
61
60
  IpamPoolCidrFailureCode,
62
61
  IpamPoolCidrState,
@@ -75,6 +74,7 @@ import {
75
74
  SpotAllocationStrategy,
76
75
  SpotInstanceInterruptionBehavior,
77
76
  StatisticType,
77
+ TaggableResourceType,
78
78
  TargetCapacityUnitType,
79
79
  TpmSupportValues,
80
80
  TrafficIpAddressType,
@@ -140,6 +140,9 @@ import {
140
140
  VerifiedAccessGroup,
141
141
  VpcBlockPublicAccessExclusion,
142
142
  } from "./models_2";
143
+ export interface DeleteSpotDatafeedSubscriptionRequest {
144
+ DryRun?: boolean | undefined;
145
+ }
143
146
  export interface DeleteSubnetRequest {
144
147
  SubnetId: string | undefined;
145
148
  DryRun?: boolean | undefined;
@@ -1460,6 +1463,10 @@ export interface DestinationOptionsResponse {
1460
1463
  HiveCompatiblePartitions?: boolean | undefined;
1461
1464
  PerHourPartition?: boolean | undefined;
1462
1465
  }
1466
+ export interface TagFieldSpecificationResponse {
1467
+ ResourceType?: TaggableResourceType | undefined;
1468
+ TagKeys?: string[] | undefined;
1469
+ }
1463
1470
  export interface FlowLog {
1464
1471
  CreationTime?: Date | undefined;
1465
1472
  DeliverLogsErrorMessage?: string | undefined;
@@ -1477,6 +1484,7 @@ export interface FlowLog {
1477
1484
  Tags?: Tag[] | undefined;
1478
1485
  MaxAggregationInterval?: number | undefined;
1479
1486
  DestinationOptions?: DestinationOptionsResponse | undefined;
1487
+ TagFieldSpecifications?: TagFieldSpecificationResponse[] | undefined;
1480
1488
  }
1481
1489
  export interface DescribeFlowLogsResult {
1482
1490
  FlowLogs?: FlowLog[] | undefined;
@@ -1900,12 +1908,3 @@ export interface ImportSnapshotTask {
1900
1908
  SnapshotTaskDetail?: SnapshotTaskDetail | undefined;
1901
1909
  Tags?: Tag[] | undefined;
1902
1910
  }
1903
- export interface DescribeImportSnapshotTasksResult {
1904
- ImportSnapshotTasks?: ImportSnapshotTask[] | undefined;
1905
- NextToken?: string | undefined;
1906
- }
1907
- export interface DescribeInstanceAttributeRequest {
1908
- DryRun?: boolean | undefined;
1909
- InstanceId: string | undefined;
1910
- Attribute: InstanceAttributeName | undefined;
1911
- }
@@ -32,6 +32,7 @@ import {
32
32
  HttpTokensState,
33
33
  HypervisorType,
34
34
  ImageState,
35
+ InstanceAttributeName,
35
36
  InstanceAutoRecoveryState,
36
37
  InstanceBandwidthWeighting,
37
38
  InstanceBootModeValues,
@@ -168,9 +169,19 @@ import {
168
169
  EventInformation,
169
170
  Filter,
170
171
  IdFormat,
172
+ ImportSnapshotTask,
171
173
  InstanceTagNotificationAttribute,
172
174
  ProductCode,
173
175
  } from "./models_3";
176
+ export interface DescribeImportSnapshotTasksResult {
177
+ ImportSnapshotTasks?: ImportSnapshotTask[] | undefined;
178
+ NextToken?: string | undefined;
179
+ }
180
+ export interface DescribeInstanceAttributeRequest {
181
+ DryRun?: boolean | undefined;
182
+ InstanceId: string | undefined;
183
+ Attribute: InstanceAttributeName | undefined;
184
+ }
174
185
  export interface EbsInstanceBlockDevice {
175
186
  AttachTime?: Date | undefined;
176
187
  DeleteOnTermination?: boolean | undefined;
@@ -2182,13 +2193,3 @@ export interface SpotPrice {
2182
2193
  SpotPrice?: string | undefined;
2183
2194
  Timestamp?: Date | undefined;
2184
2195
  }
2185
- export interface DescribeSpotPriceHistoryResult {
2186
- NextToken?: string | undefined;
2187
- SpotPriceHistory?: SpotPrice[] | undefined;
2188
- }
2189
- export interface DescribeStaleSecurityGroupsRequest {
2190
- DryRun?: boolean | undefined;
2191
- MaxResults?: number | undefined;
2192
- NextToken?: string | undefined;
2193
- VpcId: string | undefined;
2194
- }
@@ -2,7 +2,6 @@ import {
2
2
  AllowedImagesSettingsDisabledState,
3
3
  AllowedImagesSettingsEnabledState,
4
4
  CapacityManagerStatus,
5
- CapacityTenancy,
6
5
  ClientCertificateRevocationListStatusCode,
7
6
  Comparison,
8
7
  DeviceTrustProviderType,
@@ -24,9 +23,6 @@ import {
24
23
  MetricType,
25
24
  PayerResponsibility,
26
25
  PeriodType,
27
- ReservationEndDateType,
28
- ReservationState,
29
- ReservationType,
30
26
  ResourceType,
31
27
  RouteServerPropagationState,
32
28
  SecurityGroupVpcAssociationState,
@@ -112,7 +108,21 @@ import {
112
108
  Filter,
113
109
  ProductCode,
114
110
  } from "./models_3";
115
- import { AttributeBooleanValue, RegisteredInstance } from "./models_4";
111
+ import {
112
+ AttributeBooleanValue,
113
+ RegisteredInstance,
114
+ SpotPrice,
115
+ } from "./models_4";
116
+ export interface DescribeSpotPriceHistoryResult {
117
+ NextToken?: string | undefined;
118
+ SpotPriceHistory?: SpotPrice[] | undefined;
119
+ }
120
+ export interface DescribeStaleSecurityGroupsRequest {
121
+ DryRun?: boolean | undefined;
122
+ MaxResults?: number | undefined;
123
+ NextToken?: string | undefined;
124
+ VpcId: string | undefined;
125
+ }
116
126
  export interface StaleIpPermission {
117
127
  FromPort?: number | undefined;
118
128
  IpProtocol?: string | undefined;
@@ -517,7 +527,6 @@ export interface VolumeModification {
517
527
  Progress?: number | undefined;
518
528
  StartTime?: Date | undefined;
519
529
  EndTime?: Date | undefined;
520
- Operator?: OperatorResponse | undefined;
521
530
  }
522
531
  export interface DescribeVolumesModificationsResult {
523
532
  NextToken?: string | undefined;
@@ -1645,28 +1654,3 @@ export interface GetCapacityManagerMetricDataRequest {
1645
1654
  NextToken?: string | undefined;
1646
1655
  DryRun?: boolean | undefined;
1647
1656
  }
1648
- export interface CapacityManagerTagDimension {
1649
- Key?: string | undefined;
1650
- Value?: string | undefined;
1651
- }
1652
- export interface CapacityManagerDimension {
1653
- ResourceRegion?: string | undefined;
1654
- AvailabilityZoneId?: string | undefined;
1655
- AccountId?: string | undefined;
1656
- AccountName?: string | undefined;
1657
- InstanceFamily?: string | undefined;
1658
- InstanceType?: string | undefined;
1659
- InstancePlatform?: string | undefined;
1660
- ReservationArn?: string | undefined;
1661
- ReservationId?: string | undefined;
1662
- ReservationType?: ReservationType | undefined;
1663
- ReservationCreateTimestamp?: Date | undefined;
1664
- ReservationStartTimestamp?: Date | undefined;
1665
- ReservationEndTimestamp?: Date | undefined;
1666
- ReservationEndDateType?: ReservationEndDateType | undefined;
1667
- Tenancy?: CapacityTenancy | undefined;
1668
- ReservationState?: ReservationState | undefined;
1669
- ReservationInstanceMatchCriteria?: string | undefined;
1670
- ReservationUnusedFinancialOwner?: string | undefined;
1671
- Tags?: CapacityManagerTagDimension[] | undefined;
1672
- }
@@ -9,6 +9,7 @@ import {
9
9
  CapacityManagerMonitoredTagKeyStatus,
10
10
  CapacityReservationPreference,
11
11
  CapacityReservationState,
12
+ CapacityTenancy,
12
13
  CurrencyCodeValues,
13
14
  DefaultHttpTokensEnforcedState,
14
15
  DefaultInstanceMetadataEndpointState,
@@ -64,6 +65,9 @@ import {
64
65
  PaymentOption,
65
66
  PermissionGroup,
66
67
  PlatformValues,
68
+ ReservationEndDateType,
69
+ ReservationState,
70
+ ReservationType,
67
71
  RouteServerRouteInstallationStatus,
68
72
  RouteServerRouteStatus,
69
73
  SelfServicePortal,
@@ -84,7 +88,6 @@ import {
84
88
  AccessScopeAnalysisFinding,
85
89
  AddIpamOperatingRegion,
86
90
  AddIpamOrganizationalUnitExclusion,
87
- AddPrefixListEntry,
88
91
  AddressAttribute,
89
92
  ClientConnectOptions,
90
93
  ClientLoginBannerOptions,
@@ -147,11 +150,32 @@ import {
147
150
  InstanceMetadataOptionsResponse,
148
151
  InstanceStatusEvent,
149
152
  } from "./models_4";
150
- import {
151
- CapacityManagerCondition,
152
- CapacityManagerDimension,
153
- RouteServerPropagation,
154
- } from "./models_5";
153
+ import { CapacityManagerCondition, RouteServerPropagation } from "./models_5";
154
+ export interface CapacityManagerTagDimension {
155
+ Key?: string | undefined;
156
+ Value?: string | undefined;
157
+ }
158
+ export interface CapacityManagerDimension {
159
+ ResourceRegion?: string | undefined;
160
+ AvailabilityZoneId?: string | undefined;
161
+ AccountId?: string | undefined;
162
+ AccountName?: string | undefined;
163
+ InstanceFamily?: string | undefined;
164
+ InstanceType?: string | undefined;
165
+ InstancePlatform?: string | undefined;
166
+ ReservationArn?: string | undefined;
167
+ ReservationId?: string | undefined;
168
+ ReservationType?: ReservationType | undefined;
169
+ ReservationCreateTimestamp?: Date | undefined;
170
+ ReservationStartTimestamp?: Date | undefined;
171
+ ReservationEndTimestamp?: Date | undefined;
172
+ ReservationEndDateType?: ReservationEndDateType | undefined;
173
+ Tenancy?: CapacityTenancy | undefined;
174
+ ReservationState?: ReservationState | undefined;
175
+ ReservationInstanceMatchCriteria?: string | undefined;
176
+ ReservationUnusedFinancialOwner?: string | undefined;
177
+ Tags?: CapacityManagerTagDimension[] | undefined;
178
+ }
155
179
  export interface MetricValue {
156
180
  Metric?: Metric | undefined;
157
181
  Value?: number | undefined;
@@ -1868,16 +1892,3 @@ export interface ModifyLocalGatewayRouteRequest {
1868
1892
  export interface ModifyLocalGatewayRouteResult {
1869
1893
  Route?: LocalGatewayRoute | undefined;
1870
1894
  }
1871
- export interface RemovePrefixListEntry {
1872
- Cidr: string | undefined;
1873
- }
1874
- export interface ModifyManagedPrefixListRequest {
1875
- DryRun?: boolean | undefined;
1876
- PrefixListId: string | undefined;
1877
- CurrentVersion?: number | undefined;
1878
- PrefixListName?: string | undefined;
1879
- AddEntries?: AddPrefixListEntry[] | undefined;
1880
- RemoveEntries?: RemovePrefixListEntry[] | undefined;
1881
- MaxEntries?: number | undefined;
1882
- IpamPrefixListResolverSyncEnabled?: boolean | undefined;
1883
- }
@@ -70,6 +70,7 @@ import {
70
70
  } from "./enums";
71
71
  import {
72
72
  AddedPrincipal,
73
+ AddPrefixListEntry,
73
74
  AddressAttribute,
74
75
  ByoipCidr,
75
76
  CapacityReservation,
@@ -169,6 +170,19 @@ import {
169
170
  ManagedResourceVisibilitySettings,
170
171
  Purchase,
171
172
  } from "./models_6";
173
+ export interface RemovePrefixListEntry {
174
+ Cidr: string | undefined;
175
+ }
176
+ export interface ModifyManagedPrefixListRequest {
177
+ DryRun?: boolean | undefined;
178
+ PrefixListId: string | undefined;
179
+ CurrentVersion?: number | undefined;
180
+ PrefixListName?: string | undefined;
181
+ AddEntries?: AddPrefixListEntry[] | undefined;
182
+ RemoveEntries?: RemovePrefixListEntry[] | undefined;
183
+ MaxEntries?: number | undefined;
184
+ IpamPrefixListResolverSyncEnabled?: boolean | undefined;
185
+ }
172
186
  export interface ModifyManagedPrefixListResult {
173
187
  PrefixList?: ManagedPrefixList | undefined;
174
188
  }
@@ -2218,6 +2218,8 @@ export declare var SuccessfulQueuedPurchaseDeletion$: StaticStructureSchema;
2218
2218
  export declare var SupportedRegionDetail$: StaticStructureSchema;
2219
2219
  export declare var Tag$: StaticStructureSchema;
2220
2220
  export declare var TagDescription$: StaticStructureSchema;
2221
+ export declare var TagFieldSpecificationRequest$: StaticStructureSchema;
2222
+ export declare var TagFieldSpecificationResponse$: StaticStructureSchema;
2221
2223
  export declare var TagSpecification$: StaticStructureSchema;
2222
2224
  export declare var TargetCapacitySpecification$: StaticStructureSchema;
2223
2225
  export declare var TargetCapacitySpecificationRequest$: StaticStructureSchema;
package/package.json CHANGED
@@ -1,10 +1,10 @@
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.1063.0",
4
+ "version": "3.1065.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
- "build:cjs": "node ../../scripts/compilation/inline client-ec2",
7
+ "build:cjs": "node ../../scripts/compilation/inline",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
10
10
  "build:types": "tsc -p tsconfig.types.json",
@@ -13,12 +13,12 @@
13
13
  "extract:docs": "api-extractor run --local",
14
14
  "generate:client": "node ../../scripts/generate-clients/single-service --solo ec2",
15
15
  "test": "yarn g:vitest run --passWithNoTests",
16
- "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs",
17
- "test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts --mode development",
18
- "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
16
+ "test:watch": "yarn g:vitest watch --passWithNoTests",
19
17
  "test:integration": "yarn g:vitest run --passWithNoTests -c vitest.config.integ.mts",
20
18
  "test:integration:watch": "yarn g:vitest run --passWithNoTests -c vitest.config.integ.mts",
21
- "test:watch": "yarn g:vitest watch --passWithNoTests"
19
+ "test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts --mode development",
20
+ "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
21
+ "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
22
22
  },
23
23
  "main": "./dist-cjs/index.js",
24
24
  "types": "./dist-types/index.d.ts",
@@ -27,10 +27,10 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "5.2.0",
29
29
  "@aws-crypto/sha256-js": "5.2.0",
30
- "@aws-sdk/core": "^3.974.18",
31
- "@aws-sdk/credential-provider-node": "^3.972.52",
32
- "@aws-sdk/middleware-sdk-ec2": "^3.972.32",
33
- "@aws-sdk/types": "^3.973.11",
30
+ "@aws-sdk/core": "^3.974.20",
31
+ "@aws-sdk/credential-provider-node": "^3.972.54",
32
+ "@aws-sdk/middleware-sdk-ec2": "^3.972.34",
33
+ "@aws-sdk/types": "^3.973.12",
34
34
  "@smithy/core": "^3.24.6",
35
35
  "@smithy/fetch-http-handler": "^5.4.6",
36
36
  "@smithy/node-http-handler": "^4.7.6",