@aws-sdk/client-ec2 3.696.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 +741 -123
- 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 +19 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +5 -17
- package/dist-es/models/models_4.js +17 -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 +614 -64
- 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/CreateFleetCommand.d.ts +30 -3
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +5 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- 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 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.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/DescribeFleetsCommand.d.ts +30 -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 -1
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
- 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/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
- 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 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +4 -4
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +33 -4
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +5 -4
- package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +5 -4
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +15 -0
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
- 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 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- 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/RequestSpotFleetCommand.d.ts +20 -2
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- 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 +480 -499
- package/dist-types/models/models_2.d.ts +384 -179
- package/dist-types/models/models_3.d.ts +693 -758
- package/dist-types/models/models_4.d.ts +6178 -6293
- package/dist-types/models/models_5.d.ts +2712 -2367
- package/dist-types/models/models_6.d.ts +4288 -4301
- package/dist-types/models/models_7.d.ts +533 -28
- 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 +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.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 +1 -1
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
- 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/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.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 +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- 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 +54 -77
- package/dist-types/ts3.4/models/models_2.d.ts +78 -41
- package/dist-types/ts3.4/models/models_3.d.ts +102 -124
- package/dist-types/ts3.4/models/models_4.d.ts +127 -124
- package/dist-types/ts3.4/models/models_5.d.ts +126 -86
- package/dist-types/ts3.4/models/models_6.d.ts +97 -139
- package/dist-types/ts3.4/models/models_7.d.ts +149 -9
- 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
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
IamInstanceProfileSpecification,
|
|
12
12
|
InstanceEventWindow,
|
|
13
13
|
IpamResourceDiscoveryAssociation,
|
|
14
|
+
IpPermission,
|
|
14
15
|
NatGatewayAddress,
|
|
15
16
|
ResourceType,
|
|
17
|
+
SecurityGroupRule,
|
|
16
18
|
SecurityGroupVpcAssociationState,
|
|
17
19
|
SubnetIpv6CidrBlockAssociation,
|
|
18
20
|
Tag,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
_InstanceType,
|
|
38
40
|
BlockDeviceMapping,
|
|
39
41
|
ConnectionTrackingSpecificationRequest,
|
|
40
|
-
DiskImageFormat,
|
|
41
42
|
EnaSrdSpecificationRequest,
|
|
42
43
|
FleetLaunchTemplateSpecification,
|
|
43
44
|
FleetType,
|
|
@@ -91,7 +92,6 @@ import {
|
|
|
91
92
|
} from "./models_2";
|
|
92
93
|
import {
|
|
93
94
|
EventInformation,
|
|
94
|
-
ExportTaskS3Location,
|
|
95
95
|
FastLaunchLaunchTemplateSpecificationResponse,
|
|
96
96
|
FastLaunchResourceType,
|
|
97
97
|
FastLaunchSnapshotConfigurationResponse,
|
|
@@ -100,10 +100,132 @@ import {
|
|
|
100
100
|
Filter,
|
|
101
101
|
MetricType,
|
|
102
102
|
PermissionGroup,
|
|
103
|
-
ProductCode,
|
|
104
103
|
StatisticType,
|
|
105
104
|
} from "./models_3";
|
|
106
|
-
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
|
+
}
|
|
189
|
+
export interface DescribeSecurityGroupsRequest {
|
|
190
|
+
GroupIds?: string[] | undefined;
|
|
191
|
+
GroupNames?: string[] | undefined;
|
|
192
|
+
NextToken?: string | undefined;
|
|
193
|
+
MaxResults?: number | undefined;
|
|
194
|
+
DryRun?: boolean | undefined;
|
|
195
|
+
Filters?: Filter[] | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface SecurityGroup {
|
|
198
|
+
GroupId?: string | undefined;
|
|
199
|
+
IpPermissionsEgress?: IpPermission[] | undefined;
|
|
200
|
+
Tags?: Tag[] | undefined;
|
|
201
|
+
VpcId?: string | undefined;
|
|
202
|
+
SecurityGroupArn?: string | undefined;
|
|
203
|
+
OwnerId?: string | undefined;
|
|
204
|
+
GroupName?: string | undefined;
|
|
205
|
+
Description?: string | undefined;
|
|
206
|
+
IpPermissions?: IpPermission[] | undefined;
|
|
207
|
+
}
|
|
208
|
+
export interface DescribeSecurityGroupsResult {
|
|
209
|
+
NextToken?: string | undefined;
|
|
210
|
+
SecurityGroups?: SecurityGroup[] | undefined;
|
|
211
|
+
}
|
|
212
|
+
export interface DescribeSecurityGroupVpcAssociationsRequest {
|
|
213
|
+
Filters?: Filter[] | undefined;
|
|
214
|
+
NextToken?: string | undefined;
|
|
215
|
+
MaxResults?: number | undefined;
|
|
216
|
+
DryRun?: boolean | undefined;
|
|
217
|
+
}
|
|
218
|
+
export interface SecurityGroupVpcAssociation {
|
|
219
|
+
GroupId?: string | undefined;
|
|
220
|
+
VpcId?: string | undefined;
|
|
221
|
+
VpcOwnerId?: string | undefined;
|
|
222
|
+
State?: SecurityGroupVpcAssociationState | undefined;
|
|
223
|
+
StateReason?: string | undefined;
|
|
224
|
+
}
|
|
225
|
+
export interface DescribeSecurityGroupVpcAssociationsResult {
|
|
226
|
+
SecurityGroupVpcAssociations?: SecurityGroupVpcAssociation[] | undefined;
|
|
227
|
+
NextToken?: string | undefined;
|
|
228
|
+
}
|
|
107
229
|
export declare const SnapshotAttributeName: {
|
|
108
230
|
readonly createVolumePermission: "createVolumePermission";
|
|
109
231
|
readonly productCodes: "productCodes";
|
|
@@ -1678,88 +1800,6 @@ export interface EnableTransitGatewayRouteTablePropagationRequest {
|
|
|
1678
1800
|
export interface EnableTransitGatewayRouteTablePropagationResult {
|
|
1679
1801
|
Propagation?: TransitGatewayPropagation | undefined;
|
|
1680
1802
|
}
|
|
1681
|
-
export interface EnableVgwRoutePropagationRequest {
|
|
1682
|
-
GatewayId: string | undefined;
|
|
1683
|
-
RouteTableId: string | undefined;
|
|
1684
|
-
DryRun?: boolean | undefined;
|
|
1685
|
-
}
|
|
1686
|
-
export interface EnableVolumeIORequest {
|
|
1687
|
-
DryRun?: boolean | undefined;
|
|
1688
|
-
VolumeId: string | undefined;
|
|
1689
|
-
}
|
|
1690
|
-
export interface EnableVpcClassicLinkRequest {
|
|
1691
|
-
DryRun?: boolean | undefined;
|
|
1692
|
-
VpcId: string | undefined;
|
|
1693
|
-
}
|
|
1694
|
-
export interface EnableVpcClassicLinkResult {
|
|
1695
|
-
Return?: boolean | undefined;
|
|
1696
|
-
}
|
|
1697
|
-
export interface EnableVpcClassicLinkDnsSupportRequest {
|
|
1698
|
-
VpcId?: string | undefined;
|
|
1699
|
-
}
|
|
1700
|
-
export interface EnableVpcClassicLinkDnsSupportResult {
|
|
1701
|
-
Return?: boolean | undefined;
|
|
1702
|
-
}
|
|
1703
|
-
export interface ExportClientVpnClientCertificateRevocationListRequest {
|
|
1704
|
-
ClientVpnEndpointId: string | undefined;
|
|
1705
|
-
DryRun?: boolean | undefined;
|
|
1706
|
-
}
|
|
1707
|
-
export declare const ClientCertificateRevocationListStatusCode: {
|
|
1708
|
-
readonly active: "active";
|
|
1709
|
-
readonly pending: "pending";
|
|
1710
|
-
};
|
|
1711
|
-
export type ClientCertificateRevocationListStatusCode =
|
|
1712
|
-
(typeof ClientCertificateRevocationListStatusCode)[keyof typeof ClientCertificateRevocationListStatusCode];
|
|
1713
|
-
export interface ClientCertificateRevocationListStatus {
|
|
1714
|
-
Code?: ClientCertificateRevocationListStatusCode | undefined;
|
|
1715
|
-
Message?: string | undefined;
|
|
1716
|
-
}
|
|
1717
|
-
export interface ExportClientVpnClientCertificateRevocationListResult {
|
|
1718
|
-
CertificateRevocationList?: string | undefined;
|
|
1719
|
-
Status?: ClientCertificateRevocationListStatus | undefined;
|
|
1720
|
-
}
|
|
1721
|
-
export interface ExportClientVpnClientConfigurationRequest {
|
|
1722
|
-
ClientVpnEndpointId: string | undefined;
|
|
1723
|
-
DryRun?: boolean | undefined;
|
|
1724
|
-
}
|
|
1725
|
-
export interface ExportClientVpnClientConfigurationResult {
|
|
1726
|
-
ClientConfiguration?: string | undefined;
|
|
1727
|
-
}
|
|
1728
|
-
export interface ExportTaskS3LocationRequest {
|
|
1729
|
-
S3Bucket: string | undefined;
|
|
1730
|
-
S3Prefix?: string | undefined;
|
|
1731
|
-
}
|
|
1732
|
-
export interface ExportImageRequest {
|
|
1733
|
-
ClientToken?: string | undefined;
|
|
1734
|
-
Description?: string | undefined;
|
|
1735
|
-
DiskImageFormat: DiskImageFormat | undefined;
|
|
1736
|
-
DryRun?: boolean | undefined;
|
|
1737
|
-
ImageId: string | undefined;
|
|
1738
|
-
S3ExportLocation: ExportTaskS3LocationRequest | undefined;
|
|
1739
|
-
RoleName?: string | undefined;
|
|
1740
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
1741
|
-
}
|
|
1742
|
-
export interface ExportImageResult {
|
|
1743
|
-
Description?: string | undefined;
|
|
1744
|
-
DiskImageFormat?: DiskImageFormat | undefined;
|
|
1745
|
-
ExportImageTaskId?: string | undefined;
|
|
1746
|
-
ImageId?: string | undefined;
|
|
1747
|
-
RoleName?: string | undefined;
|
|
1748
|
-
Progress?: string | undefined;
|
|
1749
|
-
S3ExportLocation?: ExportTaskS3Location | undefined;
|
|
1750
|
-
Status?: string | undefined;
|
|
1751
|
-
StatusMessage?: string | undefined;
|
|
1752
|
-
Tags?: Tag[] | undefined;
|
|
1753
|
-
}
|
|
1754
|
-
export interface ExportTransitGatewayRoutesRequest {
|
|
1755
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1756
|
-
Filters?: Filter[] | undefined;
|
|
1757
|
-
S3Bucket: string | undefined;
|
|
1758
|
-
DryRun?: boolean | undefined;
|
|
1759
|
-
}
|
|
1760
|
-
export interface ExportTransitGatewayRoutesResult {
|
|
1761
|
-
S3Location?: string | undefined;
|
|
1762
|
-
}
|
|
1763
1803
|
export declare const SpotFleetLaunchSpecificationFilterSensitiveLog: (
|
|
1764
1804
|
obj: SpotFleetLaunchSpecification
|
|
1765
1805
|
) => any;
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AccessScopeAnalysisFinding,
|
|
3
3
|
AddIpamOperatingRegion,
|
|
4
|
+
AddIpamOrganizationalUnitExclusion,
|
|
4
5
|
AddPrefixListEntry,
|
|
5
6
|
AddressAttribute,
|
|
6
7
|
Affinity,
|
|
7
|
-
ApplianceModeSupportValue,
|
|
8
8
|
AutoPlacement,
|
|
9
|
-
CapacityReservationState,
|
|
10
9
|
CurrencyCodeValues,
|
|
11
|
-
DnsSupportValue,
|
|
12
10
|
EnaSrdSpecification,
|
|
13
11
|
EndDateType,
|
|
14
12
|
HostMaintenance,
|
|
@@ -16,8 +14,6 @@ import {
|
|
|
16
14
|
InstanceEventWindow,
|
|
17
15
|
InstanceMatchCriteria,
|
|
18
16
|
IpamPoolAllocation,
|
|
19
|
-
Ipv6SupportValue,
|
|
20
|
-
SecurityGroupReferencingSupportValue,
|
|
21
17
|
SubnetAssociation,
|
|
22
18
|
Tag,
|
|
23
19
|
TagSpecification,
|
|
@@ -25,13 +21,13 @@ import {
|
|
|
25
21
|
TransitGatewayAssociationState,
|
|
26
22
|
TransitGatewayAttachmentResourceType,
|
|
27
23
|
TransitGatewayPolicyTableAssociation,
|
|
28
|
-
TransitGatewayVpcAttachment,
|
|
29
24
|
UnsuccessfulItem,
|
|
30
25
|
} from "./models_0";
|
|
31
26
|
import {
|
|
32
27
|
_InstanceType,
|
|
33
28
|
AttributeValue,
|
|
34
29
|
CapacityReservationPreference,
|
|
30
|
+
CapacityReservationState,
|
|
35
31
|
CapacityReservationTarget,
|
|
36
32
|
ClientConnectOptions,
|
|
37
33
|
ClientLoginBannerOptions,
|
|
@@ -62,32 +58,18 @@ import {
|
|
|
62
58
|
TargetCapacityUnitType,
|
|
63
59
|
} from "./models_1";
|
|
64
60
|
import {
|
|
65
|
-
AutoAcceptSharedAttachmentsValue,
|
|
66
|
-
DefaultRouteTableAssociationValue,
|
|
67
|
-
DefaultRouteTablePropagationValue,
|
|
68
61
|
NetworkInsightsAccessScopeContent,
|
|
69
62
|
SSEType,
|
|
70
63
|
SubnetCidrReservation,
|
|
71
|
-
TrafficDirection,
|
|
72
|
-
TrafficMirrorFilter,
|
|
73
|
-
TrafficMirrorFilterRule,
|
|
74
|
-
TrafficMirrorNetworkService,
|
|
75
|
-
TrafficMirrorPortRangeRequest,
|
|
76
|
-
TrafficMirrorRuleAction,
|
|
77
|
-
TrafficMirrorSession,
|
|
78
|
-
TransitGateway,
|
|
79
64
|
TransitGatewayPrefixListReference,
|
|
80
|
-
VerifiedAccessEndpointProtocol,
|
|
81
|
-
VpnEcmpSupportValue,
|
|
82
65
|
} from "./models_2";
|
|
83
66
|
import {
|
|
84
67
|
ConversionTask,
|
|
68
|
+
ExportTaskS3Location,
|
|
85
69
|
Filter,
|
|
86
|
-
FpgaImageAttribute,
|
|
87
70
|
FpgaImageAttributeName,
|
|
88
71
|
IpamPoolCidr,
|
|
89
72
|
MetricType,
|
|
90
|
-
PaymentOption,
|
|
91
73
|
PeriodType,
|
|
92
74
|
PermissionGroup,
|
|
93
75
|
StatisticType,
|
|
@@ -98,6 +80,7 @@ import {
|
|
|
98
80
|
ArchitectureValues,
|
|
99
81
|
AttributeBooleanValue,
|
|
100
82
|
BootModeValues,
|
|
83
|
+
FpgaImageAttribute,
|
|
101
84
|
HttpTokensState,
|
|
102
85
|
ImportImageLicenseConfigurationResponse,
|
|
103
86
|
InstanceAttributeName,
|
|
@@ -109,6 +92,7 @@ import {
|
|
|
109
92
|
InstanceStatusEvent,
|
|
110
93
|
LaunchPermission,
|
|
111
94
|
LockState,
|
|
95
|
+
PaymentOption,
|
|
112
96
|
ReservedInstancesConfiguration,
|
|
113
97
|
SnapshotDetail,
|
|
114
98
|
SnapshotTaskDetail,
|
|
@@ -122,6 +106,88 @@ import {
|
|
|
122
106
|
SnapshotBlockPublicAccessState,
|
|
123
107
|
TransitGatewayPropagationState,
|
|
124
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
|
+
}
|
|
153
|
+
export interface ExportClientVpnClientConfigurationResult {
|
|
154
|
+
ClientConfiguration?: string | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface ExportTaskS3LocationRequest {
|
|
157
|
+
S3Bucket: string | undefined;
|
|
158
|
+
S3Prefix?: string | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface ExportImageRequest {
|
|
161
|
+
ClientToken?: string | undefined;
|
|
162
|
+
Description?: string | undefined;
|
|
163
|
+
DiskImageFormat: DiskImageFormat | undefined;
|
|
164
|
+
DryRun?: boolean | undefined;
|
|
165
|
+
ImageId: string | undefined;
|
|
166
|
+
S3ExportLocation: ExportTaskS3LocationRequest | undefined;
|
|
167
|
+
RoleName?: string | undefined;
|
|
168
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface ExportImageResult {
|
|
171
|
+
Description?: string | undefined;
|
|
172
|
+
DiskImageFormat?: DiskImageFormat | undefined;
|
|
173
|
+
ExportImageTaskId?: string | undefined;
|
|
174
|
+
ImageId?: string | undefined;
|
|
175
|
+
RoleName?: string | undefined;
|
|
176
|
+
Progress?: string | undefined;
|
|
177
|
+
S3ExportLocation?: ExportTaskS3Location | undefined;
|
|
178
|
+
Status?: string | undefined;
|
|
179
|
+
StatusMessage?: string | undefined;
|
|
180
|
+
Tags?: Tag[] | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface ExportTransitGatewayRoutesRequest {
|
|
183
|
+
TransitGatewayRouteTableId: string | undefined;
|
|
184
|
+
Filters?: Filter[] | undefined;
|
|
185
|
+
S3Bucket: string | undefined;
|
|
186
|
+
DryRun?: boolean | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface ExportTransitGatewayRoutesResult {
|
|
189
|
+
S3Location?: string | undefined;
|
|
190
|
+
}
|
|
125
191
|
export interface GetAssociatedEnclaveCertificateIamRolesRequest {
|
|
126
192
|
CertificateArn: string | undefined;
|
|
127
193
|
DryRun?: boolean | undefined;
|
|
@@ -475,6 +541,7 @@ export interface IpamDiscoveredAccount {
|
|
|
475
541
|
FailureReason?: IpamDiscoveryFailureReason | undefined;
|
|
476
542
|
LastAttemptedDiscoveryTime?: Date | undefined;
|
|
477
543
|
LastSuccessfulDiscoveryTime?: Date | undefined;
|
|
544
|
+
OrganizationalUnitId?: string | undefined;
|
|
478
545
|
}
|
|
479
546
|
export interface GetIpamDiscoveredAccountsResult {
|
|
480
547
|
IpamDiscoveredAccounts?: IpamDiscoveredAccount[] | undefined;
|
|
@@ -1625,12 +1692,21 @@ export interface ModifyIpamResourceCidrRequest {
|
|
|
1625
1692
|
export interface ModifyIpamResourceCidrResult {
|
|
1626
1693
|
IpamResourceCidr?: IpamResourceCidr | undefined;
|
|
1627
1694
|
}
|
|
1695
|
+
export interface RemoveIpamOrganizationalUnitExclusion {
|
|
1696
|
+
OrganizationsEntityPath?: string | undefined;
|
|
1697
|
+
}
|
|
1628
1698
|
export interface ModifyIpamResourceDiscoveryRequest {
|
|
1629
1699
|
DryRun?: boolean | undefined;
|
|
1630
1700
|
IpamResourceDiscoveryId: string | undefined;
|
|
1631
1701
|
Description?: string | undefined;
|
|
1632
1702
|
AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
|
|
1633
1703
|
RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
|
|
1704
|
+
AddOrganizationalUnitExclusions?:
|
|
1705
|
+
| AddIpamOrganizationalUnitExclusion[]
|
|
1706
|
+
| undefined;
|
|
1707
|
+
RemoveOrganizationalUnitExclusions?:
|
|
1708
|
+
| RemoveIpamOrganizationalUnitExclusion[]
|
|
1709
|
+
| undefined;
|
|
1634
1710
|
}
|
|
1635
1711
|
export interface ModifyIpamResourceDiscoveryResult {
|
|
1636
1712
|
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
@@ -1788,124 +1864,6 @@ export interface ModifySubnetAttributeRequest {
|
|
|
1788
1864
|
EnableLniAtDeviceIndex?: number | undefined;
|
|
1789
1865
|
DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
|
|
1790
1866
|
}
|
|
1791
|
-
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
1792
|
-
TrafficMirrorFilterId: string | undefined;
|
|
1793
|
-
AddNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
1794
|
-
RemoveNetworkServices?: TrafficMirrorNetworkService[] | undefined;
|
|
1795
|
-
DryRun?: boolean | undefined;
|
|
1796
|
-
}
|
|
1797
|
-
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
1798
|
-
TrafficMirrorFilter?: TrafficMirrorFilter | undefined;
|
|
1799
|
-
}
|
|
1800
|
-
export declare const TrafficMirrorFilterRuleField: {
|
|
1801
|
-
readonly description: "description";
|
|
1802
|
-
readonly destination_port_range: "destination-port-range";
|
|
1803
|
-
readonly protocol: "protocol";
|
|
1804
|
-
readonly source_port_range: "source-port-range";
|
|
1805
|
-
};
|
|
1806
|
-
export type TrafficMirrorFilterRuleField =
|
|
1807
|
-
(typeof TrafficMirrorFilterRuleField)[keyof typeof TrafficMirrorFilterRuleField];
|
|
1808
|
-
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
1809
|
-
TrafficMirrorFilterRuleId: string | undefined;
|
|
1810
|
-
TrafficDirection?: TrafficDirection | undefined;
|
|
1811
|
-
RuleNumber?: number | undefined;
|
|
1812
|
-
RuleAction?: TrafficMirrorRuleAction | undefined;
|
|
1813
|
-
DestinationPortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
1814
|
-
SourcePortRange?: TrafficMirrorPortRangeRequest | undefined;
|
|
1815
|
-
Protocol?: number | undefined;
|
|
1816
|
-
DestinationCidrBlock?: string | undefined;
|
|
1817
|
-
SourceCidrBlock?: string | undefined;
|
|
1818
|
-
Description?: string | undefined;
|
|
1819
|
-
RemoveFields?: TrafficMirrorFilterRuleField[] | undefined;
|
|
1820
|
-
DryRun?: boolean | undefined;
|
|
1821
|
-
}
|
|
1822
|
-
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
1823
|
-
TrafficMirrorFilterRule?: TrafficMirrorFilterRule | undefined;
|
|
1824
|
-
}
|
|
1825
|
-
export declare const TrafficMirrorSessionField: {
|
|
1826
|
-
readonly description: "description";
|
|
1827
|
-
readonly packet_length: "packet-length";
|
|
1828
|
-
readonly virtual_network_id: "virtual-network-id";
|
|
1829
|
-
};
|
|
1830
|
-
export type TrafficMirrorSessionField =
|
|
1831
|
-
(typeof TrafficMirrorSessionField)[keyof typeof TrafficMirrorSessionField];
|
|
1832
|
-
export interface ModifyTrafficMirrorSessionRequest {
|
|
1833
|
-
TrafficMirrorSessionId: string | undefined;
|
|
1834
|
-
TrafficMirrorTargetId?: string | undefined;
|
|
1835
|
-
TrafficMirrorFilterId?: string | undefined;
|
|
1836
|
-
PacketLength?: number | undefined;
|
|
1837
|
-
SessionNumber?: number | undefined;
|
|
1838
|
-
VirtualNetworkId?: number | undefined;
|
|
1839
|
-
Description?: string | undefined;
|
|
1840
|
-
RemoveFields?: TrafficMirrorSessionField[] | undefined;
|
|
1841
|
-
DryRun?: boolean | undefined;
|
|
1842
|
-
}
|
|
1843
|
-
export interface ModifyTrafficMirrorSessionResult {
|
|
1844
|
-
TrafficMirrorSession?: TrafficMirrorSession | undefined;
|
|
1845
|
-
}
|
|
1846
|
-
export interface ModifyTransitGatewayOptions {
|
|
1847
|
-
AddTransitGatewayCidrBlocks?: string[] | undefined;
|
|
1848
|
-
RemoveTransitGatewayCidrBlocks?: string[] | undefined;
|
|
1849
|
-
VpnEcmpSupport?: VpnEcmpSupportValue | undefined;
|
|
1850
|
-
DnsSupport?: DnsSupportValue | undefined;
|
|
1851
|
-
SecurityGroupReferencingSupport?:
|
|
1852
|
-
| SecurityGroupReferencingSupportValue
|
|
1853
|
-
| undefined;
|
|
1854
|
-
AutoAcceptSharedAttachments?: AutoAcceptSharedAttachmentsValue | undefined;
|
|
1855
|
-
DefaultRouteTableAssociation?: DefaultRouteTableAssociationValue | undefined;
|
|
1856
|
-
AssociationDefaultRouteTableId?: string | undefined;
|
|
1857
|
-
DefaultRouteTablePropagation?: DefaultRouteTablePropagationValue | undefined;
|
|
1858
|
-
PropagationDefaultRouteTableId?: string | undefined;
|
|
1859
|
-
AmazonSideAsn?: number | undefined;
|
|
1860
|
-
}
|
|
1861
|
-
export interface ModifyTransitGatewayRequest {
|
|
1862
|
-
TransitGatewayId: string | undefined;
|
|
1863
|
-
Description?: string | undefined;
|
|
1864
|
-
Options?: ModifyTransitGatewayOptions | undefined;
|
|
1865
|
-
DryRun?: boolean | undefined;
|
|
1866
|
-
}
|
|
1867
|
-
export interface ModifyTransitGatewayResult {
|
|
1868
|
-
TransitGateway?: TransitGateway | undefined;
|
|
1869
|
-
}
|
|
1870
|
-
export interface ModifyTransitGatewayPrefixListReferenceRequest {
|
|
1871
|
-
TransitGatewayRouteTableId: string | undefined;
|
|
1872
|
-
PrefixListId: string | undefined;
|
|
1873
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
1874
|
-
Blackhole?: boolean | undefined;
|
|
1875
|
-
DryRun?: boolean | undefined;
|
|
1876
|
-
}
|
|
1877
|
-
export interface ModifyTransitGatewayPrefixListReferenceResult {
|
|
1878
|
-
TransitGatewayPrefixListReference?:
|
|
1879
|
-
| TransitGatewayPrefixListReference
|
|
1880
|
-
| undefined;
|
|
1881
|
-
}
|
|
1882
|
-
export interface ModifyTransitGatewayVpcAttachmentRequestOptions {
|
|
1883
|
-
DnsSupport?: DnsSupportValue | undefined;
|
|
1884
|
-
SecurityGroupReferencingSupport?:
|
|
1885
|
-
| SecurityGroupReferencingSupportValue
|
|
1886
|
-
| undefined;
|
|
1887
|
-
Ipv6Support?: Ipv6SupportValue | undefined;
|
|
1888
|
-
ApplianceModeSupport?: ApplianceModeSupportValue | undefined;
|
|
1889
|
-
}
|
|
1890
|
-
export interface ModifyTransitGatewayVpcAttachmentRequest {
|
|
1891
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
1892
|
-
AddSubnetIds?: string[] | undefined;
|
|
1893
|
-
RemoveSubnetIds?: string[] | undefined;
|
|
1894
|
-
Options?: ModifyTransitGatewayVpcAttachmentRequestOptions | undefined;
|
|
1895
|
-
DryRun?: boolean | undefined;
|
|
1896
|
-
}
|
|
1897
|
-
export interface ModifyTransitGatewayVpcAttachmentResult {
|
|
1898
|
-
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
1899
|
-
}
|
|
1900
|
-
export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
|
|
1901
|
-
SubnetIds?: string[] | undefined;
|
|
1902
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1903
|
-
Port?: number | undefined;
|
|
1904
|
-
}
|
|
1905
|
-
export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
1906
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1907
|
-
Port?: number | undefined;
|
|
1908
|
-
}
|
|
1909
1867
|
export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
|
|
1910
1868
|
obj: GetInstanceTpmEkPubResult
|
|
1911
1869
|
) => any;
|