@aws-sdk/client-ec2 3.805.0 → 3.808.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +112 -22
- package/dist-cjs/runtimeConfig.js +6 -6
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/models/models_4.js +4 -0
- package/dist-es/models/models_7.js +0 -7
- package/dist-es/models/models_8.js +7 -1
- package/dist-es/protocols/Aws_ec2.js +85 -0
- package/dist-es/runtimeConfig.js +6 -6
- package/dist-types/EC2.d.ts +1 -0
- package/dist-types/commands/AllocateHostsCommand.d.ts +3 -2
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +6 -6
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +17 -13
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +3 -2
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +4 -3
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +14 -11
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +7 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +8 -0
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +3 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +7 -5
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -7
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +7 -4
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +11 -5
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -0
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -3
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +5 -3
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +3 -3
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -2
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -3
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +3 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +7 -7
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +8 -0
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +76 -37
- package/dist-types/models/models_1.d.ts +121 -90
- package/dist-types/models/models_2.d.ts +86 -53
- package/dist-types/models/models_3.d.ts +28 -19
- package/dist-types/models/models_4.d.ts +76 -35
- package/dist-types/models/models_5.d.ts +325 -203
- package/dist-types/models/models_6.d.ts +25 -28
- package/dist-types/models/models_7.d.ts +72 -57
- package/dist-types/models/models_8.d.ts +32 -7
- package/dist-types/ts3.4/EC2.d.ts +1 -0
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +5 -1
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1 -0
- package/dist-types/ts3.4/models/models_4.d.ts +11 -7
- package/dist-types/ts3.4/models/models_5.d.ts +13 -3
- package/dist-types/ts3.4/models/models_6.d.ts +3 -4
- package/dist-types/ts3.4/models/models_7.d.ts +6 -8
- package/dist-types/ts3.4/models/models_8.d.ts +8 -0
- package/package.json +16 -16
|
@@ -57,6 +57,7 @@ import {
|
|
|
57
57
|
GroupIdentifier,
|
|
58
58
|
IpAddressType,
|
|
59
59
|
LocalGatewayVirtualInterface,
|
|
60
|
+
LocalGatewayVirtualInterfaceGroup,
|
|
60
61
|
ManagedPrefixList,
|
|
61
62
|
NatGateway,
|
|
62
63
|
NetworkAcl,
|
|
@@ -112,6 +113,12 @@ import {
|
|
|
112
113
|
PermissionGroup,
|
|
113
114
|
ProductCode,
|
|
114
115
|
} from "./models_4";
|
|
116
|
+
export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
|
|
117
|
+
LocalGatewayVirtualInterfaceGroups?:
|
|
118
|
+
| LocalGatewayVirtualInterfaceGroup[]
|
|
119
|
+
| undefined;
|
|
120
|
+
NextToken?: string | undefined;
|
|
121
|
+
}
|
|
115
122
|
export interface DescribeLocalGatewayVirtualInterfacesRequest {
|
|
116
123
|
LocalGatewayVirtualInterfaceIds?: string[] | undefined;
|
|
117
124
|
Filters?: Filter[] | undefined;
|
|
@@ -531,6 +538,7 @@ export interface ReservedInstances {
|
|
|
531
538
|
RecurringCharges?: RecurringCharge[] | undefined;
|
|
532
539
|
Scope?: Scope | undefined;
|
|
533
540
|
Tags?: Tag[] | undefined;
|
|
541
|
+
AvailabilityZoneId?: string | undefined;
|
|
534
542
|
ReservedInstancesId?: string | undefined;
|
|
535
543
|
InstanceType?: _InstanceType | undefined;
|
|
536
544
|
AvailabilityZone?: string | undefined;
|
|
@@ -565,6 +573,7 @@ export interface ReservedInstancesConfiguration {
|
|
|
565
573
|
InstanceType?: _InstanceType | undefined;
|
|
566
574
|
Platform?: string | undefined;
|
|
567
575
|
Scope?: Scope | undefined;
|
|
576
|
+
AvailabilityZoneId?: string | undefined;
|
|
568
577
|
}
|
|
569
578
|
export interface ReservedInstancesModificationResult {
|
|
570
579
|
ReservedInstancesId?: string | undefined;
|
|
@@ -598,6 +607,7 @@ export interface DescribeReservedInstancesOfferingsRequest {
|
|
|
598
607
|
OfferingClass?: OfferingClassType | undefined;
|
|
599
608
|
ProductDescription?: RIProductDescription | undefined;
|
|
600
609
|
ReservedInstancesOfferingIds?: string[] | undefined;
|
|
610
|
+
AvailabilityZoneId?: string | undefined;
|
|
601
611
|
DryRun?: boolean | undefined;
|
|
602
612
|
Filters?: Filter[] | undefined;
|
|
603
613
|
InstanceTenancy?: Tenancy | undefined;
|
|
@@ -618,6 +628,7 @@ export interface ReservedInstancesOffering {
|
|
|
618
628
|
PricingDetails?: PricingDetail[] | undefined;
|
|
619
629
|
RecurringCharges?: RecurringCharge[] | undefined;
|
|
620
630
|
Scope?: Scope | undefined;
|
|
631
|
+
AvailabilityZoneId?: string | undefined;
|
|
621
632
|
ReservedInstancesOfferingId?: string | undefined;
|
|
622
633
|
InstanceType?: _InstanceType | undefined;
|
|
623
634
|
AvailabilityZone?: string | undefined;
|
|
@@ -1009,6 +1020,7 @@ export interface InstanceNetworkInterfaceSpecification {
|
|
|
1009
1020
|
ConnectionTrackingSpecification?:
|
|
1010
1021
|
| ConnectionTrackingSpecificationRequest
|
|
1011
1022
|
| undefined;
|
|
1023
|
+
EnaQueueCount?: number | undefined;
|
|
1012
1024
|
}
|
|
1013
1025
|
export interface SpotPlacement {
|
|
1014
1026
|
AvailabilityZone?: string | undefined;
|
|
@@ -1694,6 +1706,7 @@ export interface VolumeStatusItem {
|
|
|
1694
1706
|
VolumeId?: string | undefined;
|
|
1695
1707
|
VolumeStatus?: VolumeStatusInfo | undefined;
|
|
1696
1708
|
AttachmentStatuses?: VolumeStatusAttachmentStatus[] | undefined;
|
|
1709
|
+
AvailabilityZoneId?: string | undefined;
|
|
1697
1710
|
}
|
|
1698
1711
|
export interface DescribeVolumeStatusResult {
|
|
1699
1712
|
NextToken?: string | undefined;
|
|
@@ -2020,9 +2033,6 @@ export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
|
2020
2033
|
Statistic?: StatisticType | undefined;
|
|
2021
2034
|
DryRun?: boolean | undefined;
|
|
2022
2035
|
}
|
|
2023
|
-
export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
2024
|
-
Output?: boolean | undefined;
|
|
2025
|
-
}
|
|
2026
2036
|
export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
|
|
2027
2037
|
obj: SpotFleetLaunchSpecification
|
|
2028
2038
|
) => any;
|
|
@@ -64,6 +64,9 @@ import {
|
|
|
64
64
|
VirtualizationType,
|
|
65
65
|
} from "./models_4";
|
|
66
66
|
import { AnalysisStatus, ManagedBy } from "./models_5";
|
|
67
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
68
|
+
Output?: boolean | undefined;
|
|
69
|
+
}
|
|
67
70
|
export interface DisableEbsEncryptionByDefaultRequest {
|
|
68
71
|
DryRun?: boolean | undefined;
|
|
69
72
|
}
|
|
@@ -1643,10 +1646,6 @@ export interface GetVerifiedAccessEndpointTargetsResult {
|
|
|
1643
1646
|
VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
|
|
1644
1647
|
NextToken?: string | undefined;
|
|
1645
1648
|
}
|
|
1646
|
-
export interface GetVerifiedAccessGroupPolicyRequest {
|
|
1647
|
-
VerifiedAccessGroupId: string | undefined;
|
|
1648
|
-
DryRun?: boolean | undefined;
|
|
1649
|
-
}
|
|
1650
1649
|
export declare const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog: (
|
|
1651
1650
|
obj: VerifiedAccessInstanceUserTrustProviderClientConfiguration
|
|
1652
1651
|
) => any;
|
|
@@ -147,7 +147,6 @@ import {
|
|
|
147
147
|
ReservedInstancesConfiguration,
|
|
148
148
|
ScheduledInstance,
|
|
149
149
|
SnapshotAttributeName,
|
|
150
|
-
SpotFleetRequestConfigData,
|
|
151
150
|
VerifiedAccessInstanceLoggingConfiguration,
|
|
152
151
|
VolumeModification,
|
|
153
152
|
VpcBlockPublicAccessOptions,
|
|
@@ -158,6 +157,10 @@ import {
|
|
|
158
157
|
Purchase,
|
|
159
158
|
UnlimitedSupportedInstanceFamily,
|
|
160
159
|
} from "./models_6";
|
|
160
|
+
export interface GetVerifiedAccessGroupPolicyRequest {
|
|
161
|
+
VerifiedAccessGroupId: string | undefined;
|
|
162
|
+
DryRun?: boolean | undefined;
|
|
163
|
+
}
|
|
161
164
|
export interface GetVerifiedAccessGroupPolicyResult {
|
|
162
165
|
PolicyEnabled?: boolean | undefined;
|
|
163
166
|
PolicyDocument?: string | undefined;
|
|
@@ -880,6 +883,8 @@ export interface ModifyManagedPrefixListResult {
|
|
|
880
883
|
PrefixList?: ManagedPrefixList | undefined;
|
|
881
884
|
}
|
|
882
885
|
export interface NetworkInterfaceAttachmentChanges {
|
|
886
|
+
DefaultEnaQueueCount?: boolean | undefined;
|
|
887
|
+
EnaQueueCount?: number | undefined;
|
|
883
888
|
AttachmentId?: string | undefined;
|
|
884
889
|
DeleteOnTermination?: boolean | undefined;
|
|
885
890
|
}
|
|
@@ -1887,10 +1892,6 @@ export interface ReportInstanceStatusRequest {
|
|
|
1887
1892
|
ReasonCodes: ReportInstanceReasonCodes[] | undefined;
|
|
1888
1893
|
Description?: string | undefined;
|
|
1889
1894
|
}
|
|
1890
|
-
export interface RequestSpotFleetRequest {
|
|
1891
|
-
DryRun?: boolean | undefined;
|
|
1892
|
-
SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
|
|
1893
|
-
}
|
|
1894
1895
|
export declare const GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog: (
|
|
1895
1896
|
obj: GetVpnConnectionDeviceSampleConfigurationResult
|
|
1896
1897
|
) => any;
|
|
@@ -1965,6 +1966,3 @@ export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
|
|
|
1965
1966
|
export declare const ReportInstanceStatusRequestFilterSensitiveLog: (
|
|
1966
1967
|
obj: ReportInstanceStatusRequest
|
|
1967
1968
|
) => any;
|
|
1968
|
-
export declare const RequestSpotFleetRequestFilterSensitiveLog: (
|
|
1969
|
-
obj: RequestSpotFleetRequest
|
|
1970
|
-
) => any;
|
|
@@ -48,6 +48,7 @@ import {
|
|
|
48
48
|
NetworkInsightsAnalysis,
|
|
49
49
|
RunInstancesMonitoringEnabled,
|
|
50
50
|
SnapshotAttributeName,
|
|
51
|
+
SpotFleetRequestConfigData,
|
|
51
52
|
SpotInstanceRequest,
|
|
52
53
|
SpotPlacement,
|
|
53
54
|
} from "./models_5";
|
|
@@ -56,6 +57,10 @@ import {
|
|
|
56
57
|
InstanceMonitoring,
|
|
57
58
|
Status,
|
|
58
59
|
} from "./models_7";
|
|
60
|
+
export interface RequestSpotFleetRequest {
|
|
61
|
+
DryRun?: boolean | undefined;
|
|
62
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigData | undefined;
|
|
63
|
+
}
|
|
59
64
|
export interface RequestSpotFleetResponse {
|
|
60
65
|
SpotFleetRequestId?: string | undefined;
|
|
61
66
|
}
|
|
@@ -643,6 +648,9 @@ export interface WithdrawByoipCidrRequest {
|
|
|
643
648
|
export interface WithdrawByoipCidrResult {
|
|
644
649
|
ByoipCidr?: ByoipCidr | undefined;
|
|
645
650
|
}
|
|
651
|
+
export declare const RequestSpotFleetRequestFilterSensitiveLog: (
|
|
652
|
+
obj: RequestSpotFleetRequest
|
|
653
|
+
) => any;
|
|
646
654
|
export declare const RequestSpotLaunchSpecificationFilterSensitiveLog: (
|
|
647
655
|
obj: RequestSpotLaunchSpecification
|
|
648
656
|
) => any;
|
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.
|
|
4
|
+
"version": "3.808.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,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.808.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.808.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.804.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.804.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.804.0",
|
|
28
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
28
|
+
"@aws-sdk/middleware-sdk-ec2": "3.808.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.808.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.808.0",
|
|
31
31
|
"@aws-sdk/types": "3.804.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.808.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.804.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.1.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.808.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.1.2",
|
|
36
36
|
"@smithy/core": "^3.3.1",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
38
38
|
"@smithy/hash-node": "^4.0.2",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
42
|
-
"@smithy/middleware-retry": "^4.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.1.4",
|
|
42
|
+
"@smithy/middleware-retry": "^4.1.5",
|
|
43
43
|
"@smithy/middleware-serde": "^4.0.3",
|
|
44
44
|
"@smithy/middleware-stack": "^4.0.2",
|
|
45
|
-
"@smithy/node-config-provider": "^4.
|
|
45
|
+
"@smithy/node-config-provider": "^4.1.1",
|
|
46
46
|
"@smithy/node-http-handler": "^4.0.4",
|
|
47
47
|
"@smithy/protocol-http": "^5.1.0",
|
|
48
|
-
"@smithy/smithy-client": "^4.2.
|
|
48
|
+
"@smithy/smithy-client": "^4.2.4",
|
|
49
49
|
"@smithy/types": "^4.2.0",
|
|
50
50
|
"@smithy/url-parser": "^4.0.2",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
56
|
-
"@smithy/util-endpoints": "^3.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.12",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.12",
|
|
56
|
+
"@smithy/util-endpoints": "^3.0.4",
|
|
57
57
|
"@smithy/util-middleware": "^4.0.2",
|
|
58
58
|
"@smithy/util-retry": "^4.0.3",
|
|
59
59
|
"@smithy/util-utf8": "^4.0.0",
|