@aws-sdk/client-ec2 3.697.0 → 3.698.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/README.md +24 -0
- package/dist-cjs/index.js +562 -85
- package/dist-es/EC2.js +6 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionHistoryCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlockExtensionOfferingsCommand.js +22 -0
- package/dist-es/commands/PurchaseCapacityBlockExtensionCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +4 -14
- package/dist-es/models/models_1.js +17 -0
- package/dist-es/models/models_3.js +5 -11
- package/dist-es/models/models_4.js +11 -0
- package/dist-es/models/models_5.js +0 -4
- package/dist-es/models/models_6.js +4 -11
- package/dist-es/models/models_7.js +11 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionHistoryPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +446 -38
- package/dist-types/EC2.d.ts +22 -0
- package/dist-types/EC2Client.d.ts +5 -2
- package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +17 -2
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +7 -6
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +16 -5
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +31 -16
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -2
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -2
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +92 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +9 -3
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +4 -4
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -2
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +4 -4
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +33 -4
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +5 -4
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +4 -3
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +15 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +17 -5
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +9 -3
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +90 -0
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +163 -67
- package/dist-types/models/models_1.d.ts +236 -302
- package/dist-types/models/models_2.d.ts +187 -66
- package/dist-types/models/models_3.d.ts +1425 -1385
- package/dist-types/models/models_4.d.ts +4190 -4186
- package/dist-types/models/models_5.d.ts +388 -172
- package/dist-types/models/models_6.d.ts +319 -425
- package/dist-types/models/models_7.d.ts +408 -24
- package/dist-types/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +27 -0
- package/dist-types/ts3.4/EC2.d.ts +64 -0
- package/dist-types/ts3.4/EC2Client.d.ts +18 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -18
- package/dist-types/ts3.4/models/models_1.d.ts +32 -32
- package/dist-types/ts3.4/models/models_2.d.ts +33 -17
- package/dist-types/ts3.4/models/models_3.d.ts +77 -76
- package/dist-types/ts3.4/models/models_4.d.ts +79 -82
- package/dist-types/ts3.4/models/models_5.d.ts +85 -46
- package/dist-types/ts3.4/models/models_6.d.ts +58 -103
- package/dist-types/ts3.4/models/models_7.d.ts +108 -1
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionHistoryPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockExtensionOfferingsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
- package/package.json +1 -1
|
@@ -14,6 +14,7 @@ import {
|
|
|
14
14
|
IpPermission,
|
|
15
15
|
NatGatewayAddress,
|
|
16
16
|
ResourceType,
|
|
17
|
+
SecurityGroupRule,
|
|
17
18
|
SecurityGroupVpcAssociationState,
|
|
18
19
|
SubnetIpv6CidrBlockAssociation,
|
|
19
20
|
Tag,
|
|
@@ -99,10 +100,92 @@ import {
|
|
|
99
100
|
Filter,
|
|
100
101
|
MetricType,
|
|
101
102
|
PermissionGroup,
|
|
102
|
-
ProductCode,
|
|
103
103
|
StatisticType,
|
|
104
104
|
} from "./models_3";
|
|
105
|
-
import {
|
|
105
|
+
import {
|
|
106
|
+
AttributeBooleanValue,
|
|
107
|
+
ProductCode,
|
|
108
|
+
RIProductDescription,
|
|
109
|
+
ScheduledInstanceRecurrence,
|
|
110
|
+
} from "./models_4";
|
|
111
|
+
export interface ScheduledInstanceAvailability {
|
|
112
|
+
AvailabilityZone?: string | undefined;
|
|
113
|
+
AvailableInstanceCount?: number | undefined;
|
|
114
|
+
FirstSlotStartTime?: Date | undefined;
|
|
115
|
+
HourlyPrice?: string | undefined;
|
|
116
|
+
InstanceType?: string | undefined;
|
|
117
|
+
MaxTermDurationInDays?: number | undefined;
|
|
118
|
+
MinTermDurationInDays?: number | undefined;
|
|
119
|
+
NetworkPlatform?: string | undefined;
|
|
120
|
+
Platform?: string | undefined;
|
|
121
|
+
PurchaseToken?: string | undefined;
|
|
122
|
+
Recurrence?: ScheduledInstanceRecurrence | undefined;
|
|
123
|
+
SlotDurationInHours?: number | undefined;
|
|
124
|
+
TotalScheduledInstanceHours?: number | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface DescribeScheduledInstanceAvailabilityResult {
|
|
127
|
+
NextToken?: string | undefined;
|
|
128
|
+
ScheduledInstanceAvailabilitySet?:
|
|
129
|
+
| ScheduledInstanceAvailability[]
|
|
130
|
+
| undefined;
|
|
131
|
+
}
|
|
132
|
+
export interface SlotStartTimeRangeRequest {
|
|
133
|
+
EarliestTime?: Date | undefined;
|
|
134
|
+
LatestTime?: Date | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface DescribeScheduledInstancesRequest {
|
|
137
|
+
DryRun?: boolean | undefined;
|
|
138
|
+
Filters?: Filter[] | undefined;
|
|
139
|
+
MaxResults?: number | undefined;
|
|
140
|
+
NextToken?: string | undefined;
|
|
141
|
+
ScheduledInstanceIds?: string[] | undefined;
|
|
142
|
+
SlotStartTimeRange?: SlotStartTimeRangeRequest | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface ScheduledInstance {
|
|
145
|
+
AvailabilityZone?: string | undefined;
|
|
146
|
+
CreateDate?: Date | undefined;
|
|
147
|
+
HourlyPrice?: string | undefined;
|
|
148
|
+
InstanceCount?: number | undefined;
|
|
149
|
+
InstanceType?: string | undefined;
|
|
150
|
+
NetworkPlatform?: string | undefined;
|
|
151
|
+
NextSlotStartTime?: Date | undefined;
|
|
152
|
+
Platform?: string | undefined;
|
|
153
|
+
PreviousSlotEndTime?: Date | undefined;
|
|
154
|
+
Recurrence?: ScheduledInstanceRecurrence | undefined;
|
|
155
|
+
ScheduledInstanceId?: string | undefined;
|
|
156
|
+
SlotDurationInHours?: number | undefined;
|
|
157
|
+
TermEndDate?: Date | undefined;
|
|
158
|
+
TermStartDate?: Date | undefined;
|
|
159
|
+
TotalScheduledInstanceHours?: number | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface DescribeScheduledInstancesResult {
|
|
162
|
+
NextToken?: string | undefined;
|
|
163
|
+
ScheduledInstanceSet?: ScheduledInstance[] | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface DescribeSecurityGroupReferencesRequest {
|
|
166
|
+
DryRun?: boolean | undefined;
|
|
167
|
+
GroupId: string[] | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface SecurityGroupReference {
|
|
170
|
+
GroupId?: string | undefined;
|
|
171
|
+
ReferencingVpcId?: string | undefined;
|
|
172
|
+
VpcPeeringConnectionId?: string | undefined;
|
|
173
|
+
TransitGatewayId?: string | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface DescribeSecurityGroupReferencesResult {
|
|
176
|
+
SecurityGroupReferenceSet?: SecurityGroupReference[] | undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface DescribeSecurityGroupRulesRequest {
|
|
179
|
+
Filters?: Filter[] | undefined;
|
|
180
|
+
SecurityGroupRuleIds?: string[] | undefined;
|
|
181
|
+
DryRun?: boolean | undefined;
|
|
182
|
+
NextToken?: string | undefined;
|
|
183
|
+
MaxResults?: number | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface DescribeSecurityGroupRulesResult {
|
|
186
|
+
SecurityGroupRules?: SecurityGroupRule[] | undefined;
|
|
187
|
+
NextToken?: string | undefined;
|
|
188
|
+
}
|
|
106
189
|
export interface DescribeSecurityGroupsRequest {
|
|
107
190
|
GroupIds?: string[] | undefined;
|
|
108
191
|
GroupNames?: string[] | undefined;
|
|
@@ -1717,50 +1800,6 @@ export interface EnableTransitGatewayRouteTablePropagationRequest {
|
|
|
1717
1800
|
export interface EnableTransitGatewayRouteTablePropagationResult {
|
|
1718
1801
|
Propagation?: TransitGatewayPropagation | undefined;
|
|
1719
1802
|
}
|
|
1720
|
-
export interface EnableVgwRoutePropagationRequest {
|
|
1721
|
-
GatewayId: string | undefined;
|
|
1722
|
-
RouteTableId: string | undefined;
|
|
1723
|
-
DryRun?: boolean | undefined;
|
|
1724
|
-
}
|
|
1725
|
-
export interface EnableVolumeIORequest {
|
|
1726
|
-
DryRun?: boolean | undefined;
|
|
1727
|
-
VolumeId: string | undefined;
|
|
1728
|
-
}
|
|
1729
|
-
export interface EnableVpcClassicLinkRequest {
|
|
1730
|
-
DryRun?: boolean | undefined;
|
|
1731
|
-
VpcId: string | undefined;
|
|
1732
|
-
}
|
|
1733
|
-
export interface EnableVpcClassicLinkResult {
|
|
1734
|
-
Return?: boolean | undefined;
|
|
1735
|
-
}
|
|
1736
|
-
export interface EnableVpcClassicLinkDnsSupportRequest {
|
|
1737
|
-
VpcId?: string | undefined;
|
|
1738
|
-
}
|
|
1739
|
-
export interface EnableVpcClassicLinkDnsSupportResult {
|
|
1740
|
-
Return?: boolean | undefined;
|
|
1741
|
-
}
|
|
1742
|
-
export interface ExportClientVpnClientCertificateRevocationListRequest {
|
|
1743
|
-
ClientVpnEndpointId: string | undefined;
|
|
1744
|
-
DryRun?: boolean | undefined;
|
|
1745
|
-
}
|
|
1746
|
-
export declare const ClientCertificateRevocationListStatusCode: {
|
|
1747
|
-
readonly active: "active";
|
|
1748
|
-
readonly pending: "pending";
|
|
1749
|
-
};
|
|
1750
|
-
export type ClientCertificateRevocationListStatusCode =
|
|
1751
|
-
(typeof ClientCertificateRevocationListStatusCode)[keyof typeof ClientCertificateRevocationListStatusCode];
|
|
1752
|
-
export interface ClientCertificateRevocationListStatus {
|
|
1753
|
-
Code?: ClientCertificateRevocationListStatusCode | undefined;
|
|
1754
|
-
Message?: string | undefined;
|
|
1755
|
-
}
|
|
1756
|
-
export interface ExportClientVpnClientCertificateRevocationListResult {
|
|
1757
|
-
CertificateRevocationList?: string | undefined;
|
|
1758
|
-
Status?: ClientCertificateRevocationListStatus | undefined;
|
|
1759
|
-
}
|
|
1760
|
-
export interface ExportClientVpnClientConfigurationRequest {
|
|
1761
|
-
ClientVpnEndpointId: string | undefined;
|
|
1762
|
-
DryRun?: boolean | undefined;
|
|
1763
|
-
}
|
|
1764
1803
|
export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
|
|
1765
1804
|
obj: SpotFleetLaunchSpecification
|
|
1766
1805
|
) => any;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AccessScopeAnalysisFinding,
|
|
3
3
|
AddIpamOperatingRegion,
|
|
4
|
+
AddIpamOrganizationalUnitExclusion,
|
|
4
5
|
AddPrefixListEntry,
|
|
5
6
|
AddressAttribute,
|
|
6
7
|
Affinity,
|
|
7
8
|
AutoPlacement,
|
|
8
|
-
CapacityReservationState,
|
|
9
9
|
CurrencyCodeValues,
|
|
10
|
-
DnsSupportValue,
|
|
11
10
|
EnaSrdSpecification,
|
|
12
11
|
EndDateType,
|
|
13
12
|
HostMaintenance,
|
|
@@ -15,7 +14,6 @@ import {
|
|
|
15
14
|
InstanceEventWindow,
|
|
16
15
|
InstanceMatchCriteria,
|
|
17
16
|
IpamPoolAllocation,
|
|
18
|
-
SecurityGroupReferencingSupportValue,
|
|
19
17
|
SubnetAssociation,
|
|
20
18
|
Tag,
|
|
21
19
|
TagSpecification,
|
|
@@ -29,6 +27,7 @@ import {
|
|
|
29
27
|
_InstanceType,
|
|
30
28
|
AttributeValue,
|
|
31
29
|
CapacityReservationPreference,
|
|
30
|
+
CapacityReservationState,
|
|
32
31
|
CapacityReservationTarget,
|
|
33
32
|
ClientConnectOptions,
|
|
34
33
|
ClientLoginBannerOptions,
|
|
@@ -59,32 +58,18 @@ import {
|
|
|
59
58
|
TargetCapacityUnitType,
|
|
60
59
|
} from "./models_1";
|
|
61
60
|
import {
|
|
62
|
-
AutoAcceptSharedAttachmentsValue,
|
|
63
|
-
DefaultRouteTableAssociationValue,
|
|
64
|
-
DefaultRouteTablePropagationValue,
|
|
65
61
|
NetworkInsightsAccessScopeContent,
|
|
66
62
|
SSEType,
|
|
67
63
|
SubnetCidrReservation,
|
|
68
|
-
TrafficDirection,
|
|
69
|
-
TrafficMirrorFilter,
|
|
70
|
-
TrafficMirrorFilterRule,
|
|
71
|
-
TrafficMirrorNetworkService,
|
|
72
|
-
TrafficMirrorPortRangeRequest,
|
|
73
|
-
TrafficMirrorRuleAction,
|
|
74
|
-
TrafficMirrorSession,
|
|
75
|
-
TransitGateway,
|
|
76
64
|
TransitGatewayPrefixListReference,
|
|
77
|
-
VpnEcmpSupportValue,
|
|
78
65
|
} from "./models_2";
|
|
79
66
|
import {
|
|
80
67
|
ConversionTask,
|
|
81
68
|
ExportTaskS3Location,
|
|
82
69
|
Filter,
|
|
83
|
-
FpgaImageAttribute,
|
|
84
70
|
FpgaImageAttributeName,
|
|
85
71
|
IpamPoolCidr,
|
|
86
72
|
MetricType,
|
|
87
|
-
PaymentOption,
|
|
88
73
|
PeriodType,
|
|
89
74
|
PermissionGroup,
|
|
90
75
|
StatisticType,
|
|
@@ -95,6 +80,7 @@ import {
|
|
|
95
80
|
ArchitectureValues,
|
|
96
81
|
AttributeBooleanValue,
|
|
97
82
|
BootModeValues,
|
|
83
|
+
FpgaImageAttribute,
|
|
98
84
|
HttpTokensState,
|
|
99
85
|
ImportImageLicenseConfigurationResponse,
|
|
100
86
|
InstanceAttributeName,
|
|
@@ -106,6 +92,7 @@ import {
|
|
|
106
92
|
InstanceStatusEvent,
|
|
107
93
|
LaunchPermission,
|
|
108
94
|
LockState,
|
|
95
|
+
PaymentOption,
|
|
109
96
|
ReservedInstancesConfiguration,
|
|
110
97
|
SnapshotDetail,
|
|
111
98
|
SnapshotTaskDetail,
|
|
@@ -119,6 +106,50 @@ import {
|
|
|
119
106
|
SnapshotBlockPublicAccessState,
|
|
120
107
|
TransitGatewayPropagationState,
|
|
121
108
|
} from "./models_5";
|
|
109
|
+
export interface EnableVgwRoutePropagationRequest {
|
|
110
|
+
GatewayId: string | undefined;
|
|
111
|
+
RouteTableId: string | undefined;
|
|
112
|
+
DryRun?: boolean | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface EnableVolumeIORequest {
|
|
115
|
+
DryRun?: boolean | undefined;
|
|
116
|
+
VolumeId: string | undefined;
|
|
117
|
+
}
|
|
118
|
+
export interface EnableVpcClassicLinkRequest {
|
|
119
|
+
DryRun?: boolean | undefined;
|
|
120
|
+
VpcId: string | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface EnableVpcClassicLinkResult {
|
|
123
|
+
Return?: boolean | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface EnableVpcClassicLinkDnsSupportRequest {
|
|
126
|
+
VpcId?: string | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface EnableVpcClassicLinkDnsSupportResult {
|
|
129
|
+
Return?: boolean | undefined;
|
|
130
|
+
}
|
|
131
|
+
export interface ExportClientVpnClientCertificateRevocationListRequest {
|
|
132
|
+
ClientVpnEndpointId: string | undefined;
|
|
133
|
+
DryRun?: boolean | undefined;
|
|
134
|
+
}
|
|
135
|
+
export declare const ClientCertificateRevocationListStatusCode: {
|
|
136
|
+
readonly active: "active";
|
|
137
|
+
readonly pending: "pending";
|
|
138
|
+
};
|
|
139
|
+
export type ClientCertificateRevocationListStatusCode =
|
|
140
|
+
(typeof ClientCertificateRevocationListStatusCode)[keyof typeof ClientCertificateRevocationListStatusCode];
|
|
141
|
+
export interface ClientCertificateRevocationListStatus {
|
|
142
|
+
Code?: ClientCertificateRevocationListStatusCode | undefined;
|
|
143
|
+
Message?: string | undefined;
|
|
144
|
+
}
|
|
145
|
+
export interface ExportClientVpnClientCertificateRevocationListResult {
|
|
146
|
+
CertificateRevocationList?: string | undefined;
|
|
147
|
+
Status?: ClientCertificateRevocationListStatus | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface ExportClientVpnClientConfigurationRequest {
|
|
150
|
+
ClientVpnEndpointId: string | undefined;
|
|
151
|
+
DryRun?: boolean | undefined;
|
|
152
|
+
}
|
|
122
153
|
export interface ExportClientVpnClientConfigurationResult {
|
|
123
154
|
ClientConfiguration?: string | undefined;
|
|
124
155
|
}
|
|
@@ -510,6 +541,7 @@ export interface IpamDiscoveredAccount {
|
|
|
510
541
|
FailureReason?: IpamDiscoveryFailureReason | undefined;
|
|
511
542
|
LastAttemptedDiscoveryTime?: Date | undefined;
|
|
512
543
|
LastSuccessfulDiscoveryTime?: Date | undefined;
|
|
544
|
+
OrganizationalUnitId?: string | undefined;
|
|
513
545
|
}
|
|
514
546
|
export interface GetIpamDiscoveredAccountsResult {
|
|
515
547
|
IpamDiscoveredAccounts?: IpamDiscoveredAccount[] | undefined;
|
|
@@ -1660,12 +1692,21 @@ export interface ModifyIpamResourceCidrRequest {
|
|
|
1660
1692
|
export interface ModifyIpamResourceCidrResult {
|
|
1661
1693
|
IpamResourceCidr?: IpamResourceCidr | undefined;
|
|
1662
1694
|
}
|
|
1695
|
+
export interface RemoveIpamOrganizationalUnitExclusion {
|
|
1696
|
+
OrganizationsEntityPath?: string | undefined;
|
|
1697
|
+
}
|
|
1663
1698
|
export interface ModifyIpamResourceDiscoveryRequest {
|
|
1664
1699
|
DryRun?: boolean | undefined;
|
|
1665
1700
|
IpamResourceDiscoveryId: string | undefined;
|
|
1666
1701
|
Description?: string | undefined;
|
|
1667
1702
|
AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
|
|
1668
1703
|
RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
|
|
1704
|
+
AddOrganizationalUnitExclusions?:
|
|
1705
|
+
| AddIpamOrganizationalUnitExclusion[]
|
|
1706
|
+
| undefined;
|
|
1707
|
+
RemoveOrganizationalUnitExclusions?:
|
|
1708
|
+
| RemoveIpamOrganizationalUnitExclusion[]
|
|
1709
|
+
| undefined;
|
|
1669
1710
|
}
|
|
1670
1711
|
export interface ModifyIpamResourceDiscoveryResult {
|
|
1671
1712
|
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
@@ -1823,92 +1864,6 @@ export interface ModifySubnetAttributeRequest {
|
|
|
1823
1864
|
EnableLniAtDeviceIndex?: number | undefined;
|
|
1824
1865
|
DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
|
|
1825
1866
|
}
|
|
1826
|
-
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
1827
|
-
TrafficMirrorFilterId: string | undefined;
|
|
1828
|
-
AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
1829
|
-
RemoveNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
1830
|
-
DryRun?: boolean | undefined;
|
|
1831
|
-
}
|
|
1832
|
-
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
1833
|
-
TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
|
|
1834
|
-
}
|
|
1835
|
-
export declare const TrafficMirrorFilterRuleField: {
|
|
1836
|
-
readonly description: "description";
|
|
1837
|
-
readonly destination_port_range: "destination-port-range";
|
|
1838
|
-
readonly protocol: "protocol";
|
|
1839
|
-
readonly source_port_range: "source-port-range";
|
|
1840
|
-
};
|
|
1841
|
-
export type TrafficMirrorFilterRuleField =
|
|
1842
|
-
(typeof TrafficMirrorFilterRuleField)[keyof typeof TrafficMirrorFilterRuleField];
|
|
1843
|
-
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
1844
|
-
TrafficMirrorFilterRuleId: string | undefined;
|
|
1845
|
-
TrafficDirection?: TrafficDirection | undefined;
|
|
1846
|
-
RuleNumber?: number | undefined;
|
|
1847
|
-
RuleAction?: TrafficMirrorRuleAction | undefined;
|
|
1848
|
-
DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
1849
|
-
SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
1850
|
-
Protocol?: number | undefined;
|
|
1851
|
-
DestinationCidrBlock?: string | undefined;
|
|
1852
|
-
SourceCidrBlock?: string | undefined;
|
|
1853
|
-
Description?: string | undefined;
|
|
1854
|
-
RemoveFields?: TrafficMirrorFilterRuleField[] | undefined;
|
|
1855
|
-
DryRun?: boolean | undefined;
|
|
1856
|
-
}
|
|
1857
|
-
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
1858
|
-
TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
|
|
1859
|
-
}
|
|
1860
|
-
export declare const TrafficMirrorSessionField: {
|
|
1861
|
-
readonly description: "description";
|
|
1862
|
-
readonly packet_length: "packet-length";
|
|
1863
|
-
readonly virtual_network_id: "virtual-network-id";
|
|
1864
|
-
};
|
|
1865
|
-
export type TrafficMirrorSessionField =
|
|
1866
|
-
(typeof TrafficMirrorSessionField)[keyof typeof TrafficMirrorSessionField];
|
|
1867
|
-
export interface ModifyTrafficMirrorSessionRequest {
|
|
1868
|
-
TrafficMirrorSessionId: string | undefined;
|
|
1869
|
-
TrafficMirrorTargetId?: string | undefined;
|
|
1870
|
-
TrafficMirrorFilterId?: string | undefined;
|
|
1871
|
-
PacketLength?: number | undefined;
|
|
1872
|
-
SessionNumber?: number | undefined;
|
|
1873
|
-
VirtualNetworkId?: number | undefined;
|
|
1874
|
-
Description?: string | undefined;
|
|
1875
|
-
RemoveFields?: TrafficMirrorSessionField[] | undefined;
|
|
1876
|
-
DryRun?: boolean | undefined;
|
|
1877
|
-
}
|
|
1878
|
-
export interface ModifyTrafficMirrorSessionResult {
|
|
1879
|
-
TrafficMirrorSession?: TrafficMirrorSession | undefined;
|
|
1880
|
-
}
|
|
1881
|
-
export interface ModifyTransitGatewayOptions {
|
|
1882
|
-
AddTransitGatewayCidrBlocks?: string[] | undefined;
|
|
1883
|
-
RemoveTransitGatewayCidrBlocks?: string[] | undefined;
|
|
1884
|
-
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
1885
|
-
DnsSupport?: DnsSupportValue | undefined;
|
|
1886
|
-
SecurityGroupReferencingSupport?:
|
|
1887
|
-
| SecurityGroupReferencingSupportValue
|
|
1888
|
-
| undefined;
|
|
1889
|
-
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
1890
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
1891
|
-
AssociationDefaultRouteTableId?: string | undefined;
|
|
1892
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
1893
|
-
PropagationDefaultRouteTableId?: string | undefined;
|
|
1894
|
-
AmazonSideAsn?: number | undefined;
|
|
1895
|
-
}
|
|
1896
|
-
export interface ModifyTransitGatewayRequest {
|
|
1897
|
-
TransitGatewayId: string | undefined;
|
|
1898
|
-
Description?: string | undefined;
|
|
1899
|
-
Options?: ModifyTransitGatewayOptions | undefined;
|
|
1900
|
-
DryRun?: boolean | undefined;
|
|
1901
|
-
}
|
|
1902
|
-
export interface ModifyTransitGatewayResult {
|
|
1903
|
-
TransitGateway?: TransitGateway | undefined;
|
|
1904
|
-
}
|
|
1905
|
-
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
1906
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1907
|
-
PrefixListId: string | undefined;
|
|
1908
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
1909
|
-
Blackhole?: boolean | undefined;
|
|
1910
|
-
DryRun?: boolean | undefined;
|
|
1911
|
-
}
|
|
1912
1867
|
export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
|
|
1913
1868
|
obj: GetInstanceTpmEkPubResult
|
|
1914
1869
|
) => any;
|
|
@@ -46,6 +46,9 @@ import {
|
|
|
46
46
|
VolumeType,
|
|
47
47
|
} from "./models_1";
|
|
48
48
|
import {
|
|
49
|
+
AutoAcceptSharedAttachmentsValue,
|
|
50
|
+
DefaultRouteTableAssociationValue,
|
|
51
|
+
DefaultRouteTablePropagationValue,
|
|
49
52
|
DnsOptionsSpecification,
|
|
50
53
|
IcmpTypeCode,
|
|
51
54
|
IKEVersionsRequestListValue,
|
|
@@ -62,6 +65,14 @@ import {
|
|
|
62
65
|
SnapshotState,
|
|
63
66
|
SSEType,
|
|
64
67
|
SubnetConfiguration,
|
|
68
|
+
TrafficDirection,
|
|
69
|
+
TrafficMirrorFilter,
|
|
70
|
+
TrafficMirrorFilterRule,
|
|
71
|
+
TrafficMirrorNetworkService,
|
|
72
|
+
TrafficMirrorPortRangeRequest,
|
|
73
|
+
TrafficMirrorRuleAction,
|
|
74
|
+
TrafficMirrorSession,
|
|
75
|
+
TransitGateway,
|
|
65
76
|
TransitGatewayPrefixListReference,
|
|
66
77
|
TransitGatewayRoute,
|
|
67
78
|
VerifiedAccessEndpoint,
|
|
@@ -70,10 +81,12 @@ import {
|
|
|
70
81
|
VerifiedAccessSseSpecificationRequest,
|
|
71
82
|
VpcBlockPublicAccessExclusion,
|
|
72
83
|
VpnConnection,
|
|
84
|
+
VpnEcmpSupportValue,
|
|
73
85
|
VpnTunnelLogOptionsSpecification,
|
|
74
86
|
} from "./models_2";
|
|
75
87
|
import {
|
|
76
88
|
Byoasn,
|
|
89
|
+
CapacityBlockExtension,
|
|
77
90
|
ClientVpnConnectionStatus,
|
|
78
91
|
Filter,
|
|
79
92
|
InstanceTagNotificationAttribute,
|
|
@@ -95,13 +108,13 @@ import {
|
|
|
95
108
|
NetworkInsightsAccessScopeAnalysis,
|
|
96
109
|
NetworkInsightsAnalysis,
|
|
97
110
|
PublicIpv4PoolRange,
|
|
98
|
-
ScheduledInstance,
|
|
99
111
|
TpmSupportValues,
|
|
100
112
|
} from "./models_4";
|
|
101
113
|
import {
|
|
102
114
|
InstanceNetworkInterfaceSpecification,
|
|
103
115
|
InternetGatewayBlockMode,
|
|
104
116
|
RunInstancesMonitoringEnabled,
|
|
117
|
+
ScheduledInstance,
|
|
105
118
|
SnapshotAttributeName,
|
|
106
119
|
SpotFleetRequestConfigData,
|
|
107
120
|
SpotInstanceRequest,
|
|
@@ -111,6 +124,92 @@ import {
|
|
|
111
124
|
VpcBlockPublicAccessOptions,
|
|
112
125
|
} from "./models_5";
|
|
113
126
|
import { CapacityReservationSpecification, Purchase } from "./models_6";
|
|
127
|
+
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
128
|
+
TrafficMirrorFilterId: string | undefined;
|
|
129
|
+
AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
130
|
+
RemoveNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
131
|
+
DryRun?: boolean | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
134
|
+
TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
|
|
135
|
+
}
|
|
136
|
+
export declare const TrafficMirrorFilterRuleField: {
|
|
137
|
+
readonly description: "description";
|
|
138
|
+
readonly destination_port_range: "destination-port-range";
|
|
139
|
+
readonly protocol: "protocol";
|
|
140
|
+
readonly source_port_range: "source-port-range";
|
|
141
|
+
};
|
|
142
|
+
export type TrafficMirrorFilterRuleField =
|
|
143
|
+
(typeof TrafficMirrorFilterRuleField)[keyof typeof TrafficMirrorFilterRuleField];
|
|
144
|
+
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
145
|
+
TrafficMirrorFilterRuleId: string | undefined;
|
|
146
|
+
TrafficDirection?: TrafficDirection | undefined;
|
|
147
|
+
RuleNumber?: number | undefined;
|
|
148
|
+
RuleAction?: TrafficMirrorRuleAction | undefined;
|
|
149
|
+
DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
150
|
+
SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
151
|
+
Protocol?: number | undefined;
|
|
152
|
+
DestinationCidrBlock?: string | undefined;
|
|
153
|
+
SourceCidrBlock?: string | undefined;
|
|
154
|
+
Description?: string | undefined;
|
|
155
|
+
RemoveFields?: TrafficMirrorFilterRuleField[] | undefined;
|
|
156
|
+
DryRun?: boolean | undefined;
|
|
157
|
+
}
|
|
158
|
+
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
159
|
+
TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
|
|
160
|
+
}
|
|
161
|
+
export declare const TrafficMirrorSessionField: {
|
|
162
|
+
readonly description: "description";
|
|
163
|
+
readonly packet_length: "packet-length";
|
|
164
|
+
readonly virtual_network_id: "virtual-network-id";
|
|
165
|
+
};
|
|
166
|
+
export type TrafficMirrorSessionField =
|
|
167
|
+
(typeof TrafficMirrorSessionField)[keyof typeof TrafficMirrorSessionField];
|
|
168
|
+
export interface ModifyTrafficMirrorSessionRequest {
|
|
169
|
+
TrafficMirrorSessionId: string | undefined;
|
|
170
|
+
TrafficMirrorTargetId?: string | undefined;
|
|
171
|
+
TrafficMirrorFilterId?: string | undefined;
|
|
172
|
+
PacketLength?: number | undefined;
|
|
173
|
+
SessionNumber?: number | undefined;
|
|
174
|
+
VirtualNetworkId?: number | undefined;
|
|
175
|
+
Description?: string | undefined;
|
|
176
|
+
RemoveFields?: TrafficMirrorSessionField[] | undefined;
|
|
177
|
+
DryRun?: boolean | undefined;
|
|
178
|
+
}
|
|
179
|
+
export interface ModifyTrafficMirrorSessionResult {
|
|
180
|
+
TrafficMirrorSession?: TrafficMirrorSession | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface ModifyTransitGatewayOptions {
|
|
183
|
+
AddTransitGatewayCidrBlocks?: string[] | undefined;
|
|
184
|
+
RemoveTransitGatewayCidrBlocks?: string[] | undefined;
|
|
185
|
+
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
186
|
+
DnsSupport?: DnsSupportValue | undefined;
|
|
187
|
+
SecurityGroupReferencingSupport?:
|
|
188
|
+
| SecurityGroupReferencingSupportValue
|
|
189
|
+
| undefined;
|
|
190
|
+
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
191
|
+
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
192
|
+
AssociationDefaultRouteTableId?: string | undefined;
|
|
193
|
+
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
194
|
+
PropagationDefaultRouteTableId?: string | undefined;
|
|
195
|
+
AmazonSideAsn?: number | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface ModifyTransitGatewayRequest {
|
|
198
|
+
TransitGatewayId: string | undefined;
|
|
199
|
+
Description?: string | undefined;
|
|
200
|
+
Options?: ModifyTransitGatewayOptions | undefined;
|
|
201
|
+
DryRun?: boolean | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface ModifyTransitGatewayResult {
|
|
204
|
+
TransitGateway?: TransitGateway | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
207
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
208
|
+
PrefixListId: string | undefined;
|
|
209
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
210
|
+
Blackhole?: boolean | undefined;
|
|
211
|
+
DryRun?: boolean | undefined;
|
|
212
|
+
}
|
|
114
213
|
export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
115
214
|
TransitGatewayPrefixListReference?:
|
|
116
215
|
| TransitGatewayPrefixListReference
|
|
@@ -584,6 +683,14 @@ export interface PurchaseCapacityBlockRequest {
|
|
|
584
683
|
export interface PurchaseCapacityBlockResult {
|
|
585
684
|
CapacityReservation?: CapacityReservation | undefined;
|
|
586
685
|
}
|
|
686
|
+
export interface PurchaseCapacityBlockExtensionRequest {
|
|
687
|
+
CapacityBlockExtensionOfferingId: string | undefined;
|
|
688
|
+
CapacityReservationId: string | undefined;
|
|
689
|
+
DryRun?: boolean | undefined;
|
|
690
|
+
}
|
|
691
|
+
export interface PurchaseCapacityBlockExtensionResult {
|
|
692
|
+
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
693
|
+
}
|
|
587
694
|
export interface PurchaseHostReservationRequest {
|
|
588
695
|
ClientToken?: string | undefined;
|
|
589
696
|
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
4
|
+
DescribeCapacityBlockExtensionHistoryCommandOutput,
|
|
5
|
+
} from "../commands/DescribeCapacityBlockExtensionHistoryCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeCapacityBlockExtensionHistory: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeCapacityBlockExtensionHistoryCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
4
|
+
DescribeCapacityBlockExtensionOfferingsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeCapacityBlockExtensionOfferingsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeCapacityBlockExtensionOfferings: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeCapacityBlockExtensionOfferingsCommandOutput>;
|
|
@@ -2,13 +2,15 @@ export * from "./DescribeAddressTransfersPaginator";
|
|
|
2
2
|
export * from "./DescribeAddressesAttributePaginator";
|
|
3
3
|
export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator";
|
|
4
4
|
export * from "./DescribeByoipCidrsPaginator";
|
|
5
|
+
export * from "./DescribeCapacityBlockExtensionHistoryPaginator";
|
|
6
|
+
export * from "./DescribeCapacityBlockExtensionOfferingsPaginator";
|
|
5
7
|
export * from "./DescribeCapacityBlockOfferingsPaginator";
|
|
6
8
|
export * from "./DescribeCapacityReservationBillingRequestsPaginator";
|
|
7
9
|
export * from "./DescribeCapacityReservationFleetsPaginator";
|
|
8
10
|
export * from "./DescribeCapacityReservationsPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
9
12
|
export * from "./DescribeCarrierGatewaysPaginator";
|
|
10
13
|
export * from "./DescribeClassicLinkInstancesPaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
14
|
export * from "./DescribeClientVpnAuthorizationRulesPaginator";
|
|
13
15
|
export * from "./DescribeClientVpnConnectionsPaginator";
|
|
14
16
|
export * from "./DescribeClientVpnEndpointsPaginator";
|
|
@@ -947,6 +947,14 @@ import {
|
|
|
947
947
|
DescribeByoipCidrsCommandInput,
|
|
948
948
|
DescribeByoipCidrsCommandOutput,
|
|
949
949
|
} from "../commands/DescribeByoipCidrsCommand";
|
|
950
|
+
import {
|
|
951
|
+
DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
952
|
+
DescribeCapacityBlockExtensionHistoryCommandOutput,
|
|
953
|
+
} from "../commands/DescribeCapacityBlockExtensionHistoryCommand";
|
|
954
|
+
import {
|
|
955
|
+
DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
956
|
+
DescribeCapacityBlockExtensionOfferingsCommandOutput,
|
|
957
|
+
} from "../commands/DescribeCapacityBlockExtensionOfferingsCommand";
|
|
950
958
|
import {
|
|
951
959
|
DescribeCapacityBlockOfferingsCommandInput,
|
|
952
960
|
DescribeCapacityBlockOfferingsCommandOutput,
|
|
@@ -2323,6 +2331,10 @@ import {
|
|
|
2323
2331
|
PurchaseCapacityBlockCommandInput,
|
|
2324
2332
|
PurchaseCapacityBlockCommandOutput,
|
|
2325
2333
|
} from "../commands/PurchaseCapacityBlockCommand";
|
|
2334
|
+
import {
|
|
2335
|
+
PurchaseCapacityBlockExtensionCommandInput,
|
|
2336
|
+
PurchaseCapacityBlockExtensionCommandOutput,
|
|
2337
|
+
} from "../commands/PurchaseCapacityBlockExtensionCommand";
|
|
2326
2338
|
import {
|
|
2327
2339
|
PurchaseHostReservationCommandInput,
|
|
2328
2340
|
PurchaseHostReservationCommandOutput,
|
|
@@ -3519,6 +3531,14 @@ export declare const se_DescribeByoipCidrsCommand: (
|
|
|
3519
3531
|
input: DescribeByoipCidrsCommandInput,
|
|
3520
3532
|
context: __SerdeContext
|
|
3521
3533
|
) => Promise<__HttpRequest>;
|
|
3534
|
+
export declare const se_DescribeCapacityBlockExtensionHistoryCommand: (
|
|
3535
|
+
input: DescribeCapacityBlockExtensionHistoryCommandInput,
|
|
3536
|
+
context: __SerdeContext
|
|
3537
|
+
) => Promise<__HttpRequest>;
|
|
3538
|
+
export declare const se_DescribeCapacityBlockExtensionOfferingsCommand: (
|
|
3539
|
+
input: DescribeCapacityBlockExtensionOfferingsCommandInput,
|
|
3540
|
+
context: __SerdeContext
|
|
3541
|
+
) => Promise<__HttpRequest>;
|
|
3522
3542
|
export declare const se_DescribeCapacityBlockOfferingsCommand: (
|
|
3523
3543
|
input: DescribeCapacityBlockOfferingsCommandInput,
|
|
3524
3544
|
context: __SerdeContext
|
|
@@ -4895,6 +4915,10 @@ export declare const se_PurchaseCapacityBlockCommand: (
|
|
|
4895
4915
|
input: PurchaseCapacityBlockCommandInput,
|
|
4896
4916
|
context: __SerdeContext
|
|
4897
4917
|
) => Promise<__HttpRequest>;
|
|
4918
|
+
export declare const se_PurchaseCapacityBlockExtensionCommand: (
|
|
4919
|
+
input: PurchaseCapacityBlockExtensionCommandInput,
|
|
4920
|
+
context: __SerdeContext
|
|
4921
|
+
) => Promise<__HttpRequest>;
|
|
4898
4922
|
export declare const se_PurchaseHostReservationCommand: (
|
|
4899
4923
|
input: PurchaseHostReservationCommandInput,
|
|
4900
4924
|
context: __SerdeContext
|
|
@@ -6091,6 +6115,14 @@ export declare const de_DescribeByoipCidrsCommand: (
|
|
|
6091
6115
|
output: __HttpResponse,
|
|
6092
6116
|
context: __SerdeContext
|
|
6093
6117
|
) => Promise<DescribeByoipCidrsCommandOutput>;
|
|
6118
|
+
export declare const de_DescribeCapacityBlockExtensionHistoryCommand: (
|
|
6119
|
+
output: __HttpResponse,
|
|
6120
|
+
context: __SerdeContext
|
|
6121
|
+
) => Promise<DescribeCapacityBlockExtensionHistoryCommandOutput>;
|
|
6122
|
+
export declare const de_DescribeCapacityBlockExtensionOfferingsCommand: (
|
|
6123
|
+
output: __HttpResponse,
|
|
6124
|
+
context: __SerdeContext
|
|
6125
|
+
) => Promise<DescribeCapacityBlockExtensionOfferingsCommandOutput>;
|
|
6094
6126
|
export declare const de_DescribeCapacityBlockOfferingsCommand: (
|
|
6095
6127
|
output: __HttpResponse,
|
|
6096
6128
|
context: __SerdeContext
|
|
@@ -7467,6 +7499,10 @@ export declare const de_PurchaseCapacityBlockCommand: (
|
|
|
7467
7499
|
output: __HttpResponse,
|
|
7468
7500
|
context: __SerdeContext
|
|
7469
7501
|
) => Promise<PurchaseCapacityBlockCommandOutput>;
|
|
7502
|
+
export declare const de_PurchaseCapacityBlockExtensionCommand: (
|
|
7503
|
+
output: __HttpResponse,
|
|
7504
|
+
context: __SerdeContext
|
|
7505
|
+
) => Promise<PurchaseCapacityBlockExtensionCommandOutput>;
|
|
7470
7506
|
export declare const de_PurchaseHostReservationCommand: (
|
|
7471
7507
|
output: __HttpResponse,
|
|
7472
7508
|
context: __SerdeContext
|
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.698.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",
|