@aws-sdk/client-ec2 3.697.0 → 3.699.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 +4 -4
|
@@ -1,5 +1,186 @@
|
|
|
1
|
-
import { AccessScopePath, AccessScopePathRequest, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, ConnectionTrackingSpecificationRequest,
|
|
1
|
+
import { AccessScopePath, AccessScopePathRequest, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, ConnectionTrackingSpecificationRequest, ConnectivityType, GatewayType, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, NatGatewayState, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ProvisionedBandwidth, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Describes a NAT gateway.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface NatGateway {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The date and time the NAT gateway was created.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
CreateTime?: Date | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The date and time the NAT gateway was deleted, if applicable.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
DeleteTime?: Date | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>If the NAT gateway could not be created, specifies the error code for the failure.
|
|
20
|
+
* (<code>InsufficientFreeAddressesInSubnet</code> | <code>Gateway.NotAttached</code> |
|
|
21
|
+
* <code>InvalidAllocationID.NotFound</code> | <code>Resource.AlreadyAssociated</code> |
|
|
22
|
+
* <code>InternalError</code> | <code>InvalidSubnetID.NotFound</code>)</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
FailureCode?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.</p>
|
|
28
|
+
* <ul>
|
|
29
|
+
* <li>
|
|
30
|
+
* <p>For InsufficientFreeAddressesInSubnet: "Subnet has insufficient free addresses to create this NAT gateway"</p>
|
|
31
|
+
* </li>
|
|
32
|
+
* <li>
|
|
33
|
+
* <p>For Gateway.NotAttached: "Network vpc-xxxxxxxx has no Internet gateway attached"</p>
|
|
34
|
+
* </li>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>For InvalidAllocationID.NotFound: "Elastic IP address eipalloc-xxxxxxxx could not be associated with this NAT gateway"</p>
|
|
37
|
+
* </li>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>For Resource.AlreadyAssociated: "Elastic IP address eipalloc-xxxxxxxx is already associated"</p>
|
|
40
|
+
* </li>
|
|
41
|
+
* <li>
|
|
42
|
+
* <p>For InternalError: "Network interface eni-xxxxxxxx, created and used internally by this NAT gateway is in an invalid state. Please try again."</p>
|
|
43
|
+
* </li>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>For InvalidSubnetID.NotFound: "The specified subnet subnet-xxxxxxxx does not exist or could not be found."</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* </ul>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
FailureMessage?: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>Information about the IP addresses and network interface associated with the NAT gateway.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
NatGatewayAddresses?: NatGatewayAddress[] | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The ID of the NAT gateway.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
NatGatewayId?: string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* <p>Reserved. If you need to sustain traffic greater than the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-gateways">documented limits</a>,
|
|
63
|
+
* contact Amazon Web Services Support.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
ProvisionedBandwidth?: ProvisionedBandwidth | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* <p>The state of the NAT gateway.</p>
|
|
69
|
+
* <ul>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>
|
|
72
|
+
* <code>pending</code>: The NAT gateway is being created and is not ready to process
|
|
73
|
+
* traffic.</p>
|
|
74
|
+
* </li>
|
|
75
|
+
* <li>
|
|
76
|
+
* <p>
|
|
77
|
+
* <code>failed</code>: The NAT gateway could not be created. Check the
|
|
78
|
+
* <code>failureCode</code> and <code>failureMessage</code> fields for the reason.</p>
|
|
79
|
+
* </li>
|
|
80
|
+
* <li>
|
|
81
|
+
* <p>
|
|
82
|
+
* <code>available</code>: The NAT gateway is able to process traffic. This status remains
|
|
83
|
+
* until you delete the NAT gateway, and does not indicate the health of the NAT gateway.</p>
|
|
84
|
+
* </li>
|
|
85
|
+
* <li>
|
|
86
|
+
* <p>
|
|
87
|
+
* <code>deleting</code>: The NAT gateway is in the process of being terminated and may
|
|
88
|
+
* still be processing traffic.</p>
|
|
89
|
+
* </li>
|
|
90
|
+
* <li>
|
|
91
|
+
* <p>
|
|
92
|
+
* <code>deleted</code>: The NAT gateway has been terminated and is no longer processing
|
|
93
|
+
* traffic.</p>
|
|
94
|
+
* </li>
|
|
95
|
+
* </ul>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
State?: NatGatewayState | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* <p>The ID of the subnet in which the NAT gateway is located.</p>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
SubnetId?: string | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* <p>The ID of the VPC in which the NAT gateway is located.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
VpcId?: string | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The tags for the NAT gateway.</p>
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
Tags?: Tag[] | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* <p>Indicates whether the NAT gateway supports public or private connectivity.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
ConnectivityType?: ConnectivityType | undefined;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
export interface CreateNatGatewayResult {
|
|
124
|
+
/**
|
|
125
|
+
* <p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
ClientToken?: string | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* <p>Information about the NAT gateway.</p>
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
NatGateway?: NatGateway | undefined;
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
export interface CreateNetworkAclRequest {
|
|
139
|
+
/**
|
|
140
|
+
* <p>The tags to assign to the network ACL.</p>
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
146
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
149
|
+
ClientToken?: string | undefined;
|
|
150
|
+
/**
|
|
151
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
152
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
153
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
DryRun?: boolean | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* <p>The ID of the VPC.</p>
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
VpcId: string | undefined;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* <p>Describes an association between a network ACL and a subnet.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
export interface NetworkAclAssociation {
|
|
168
|
+
/**
|
|
169
|
+
* <p>The ID of the association between a network ACL and a subnet.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
NetworkAclAssociationId?: string | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The ID of the network ACL.</p>
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
NetworkAclId?: string | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* <p>The ID of the subnet.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
SubnetId?: string | undefined;
|
|
183
|
+
}
|
|
3
184
|
/**
|
|
4
185
|
* <p>Describes the ICMP type and code.</p>
|
|
5
186
|
* @public
|
|
@@ -6000,11 +6181,11 @@ export interface CreateVpcBlockPublicAccessExclusionRequest {
|
|
|
6000
6181
|
* <ul>
|
|
6001
6182
|
* <li>
|
|
6002
6183
|
* <p>
|
|
6003
|
-
* <code>bidirectional
|
|
6184
|
+
* <code>allow-bidirectional</code>: Allow all internet traffic to and from the excluded VPCs and subnets.</p>
|
|
6004
6185
|
* </li>
|
|
6005
6186
|
* <li>
|
|
6006
6187
|
* <p>
|
|
6007
|
-
* <code>egress
|
|
6188
|
+
* <code>allow-egress</code>: Allow outbound internet traffic from the excluded VPCs and subnets. Block inbound internet traffic to the excluded VPCs and subnets. Only applies when VPC Block Public Access is set to Bidirectional.</p>
|
|
6008
6189
|
* </li>
|
|
6009
6190
|
* </ul>
|
|
6010
6191
|
* @public
|
|
@@ -6053,11 +6234,11 @@ export interface VpcBlockPublicAccessExclusion {
|
|
|
6053
6234
|
* <ul>
|
|
6054
6235
|
* <li>
|
|
6055
6236
|
* <p>
|
|
6056
|
-
* <code>bidirectional
|
|
6237
|
+
* <code>allow-bidirectional</code>: Allow all internet traffic to and from the excluded VPCs and subnets.</p>
|
|
6057
6238
|
* </li>
|
|
6058
6239
|
* <li>
|
|
6059
6240
|
* <p>
|
|
6060
|
-
* <code>egress
|
|
6241
|
+
* <code>allow-egress</code>: Allow outbound internet traffic from the excluded VPCs and subnets. Block inbound internet traffic to the excluded VPCs and subnets. Only applies when VPC Block Public Access is set to Bidirectional.</p>
|
|
6061
6242
|
* </li>
|
|
6062
6243
|
* </ul>
|
|
6063
6244
|
* @public
|
|
@@ -8387,66 +8568,6 @@ export interface DeleteFpgaImageRequest {
|
|
|
8387
8568
|
*/
|
|
8388
8569
|
FpgaImageId: string | undefined;
|
|
8389
8570
|
}
|
|
8390
|
-
/**
|
|
8391
|
-
* @public
|
|
8392
|
-
*/
|
|
8393
|
-
export interface DeleteFpgaImageResult {
|
|
8394
|
-
/**
|
|
8395
|
-
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
8396
|
-
* @public
|
|
8397
|
-
*/
|
|
8398
|
-
Return?: boolean | undefined;
|
|
8399
|
-
}
|
|
8400
|
-
/**
|
|
8401
|
-
* @public
|
|
8402
|
-
*/
|
|
8403
|
-
export interface DeleteInstanceConnectEndpointRequest {
|
|
8404
|
-
/**
|
|
8405
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8406
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8407
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8408
|
-
* @public
|
|
8409
|
-
*/
|
|
8410
|
-
DryRun?: boolean | undefined;
|
|
8411
|
-
/**
|
|
8412
|
-
* <p>The ID of the EC2 Instance Connect Endpoint to delete.</p>
|
|
8413
|
-
* @public
|
|
8414
|
-
*/
|
|
8415
|
-
InstanceConnectEndpointId: string | undefined;
|
|
8416
|
-
}
|
|
8417
|
-
/**
|
|
8418
|
-
* @public
|
|
8419
|
-
*/
|
|
8420
|
-
export interface DeleteInstanceConnectEndpointResult {
|
|
8421
|
-
/**
|
|
8422
|
-
* <p>Information about the EC2 Instance Connect Endpoint.</p>
|
|
8423
|
-
* @public
|
|
8424
|
-
*/
|
|
8425
|
-
InstanceConnectEndpoint?: Ec2InstanceConnectEndpoint | undefined;
|
|
8426
|
-
}
|
|
8427
|
-
/**
|
|
8428
|
-
* @public
|
|
8429
|
-
*/
|
|
8430
|
-
export interface DeleteInstanceEventWindowRequest {
|
|
8431
|
-
/**
|
|
8432
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8433
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8434
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8435
|
-
* @public
|
|
8436
|
-
*/
|
|
8437
|
-
DryRun?: boolean | undefined;
|
|
8438
|
-
/**
|
|
8439
|
-
* <p>Specify <code>true</code> to force delete the event window. Use the force delete parameter
|
|
8440
|
-
* if the event window is currently associated with targets.</p>
|
|
8441
|
-
* @public
|
|
8442
|
-
*/
|
|
8443
|
-
ForceDelete?: boolean | undefined;
|
|
8444
|
-
/**
|
|
8445
|
-
* <p>The ID of the event window.</p>
|
|
8446
|
-
* @public
|
|
8447
|
-
*/
|
|
8448
|
-
InstanceEventWindowId: string | undefined;
|
|
8449
|
-
}
|
|
8450
8571
|
/**
|
|
8451
8572
|
* @internal
|
|
8452
8573
|
*/
|