@aws-sdk/client-ec2 3.695.0 → 3.696.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 +48 -0
- package/dist-cjs/index.js +551 -19
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/models/models_2.js +16 -0
- package/dist-es/models/models_4.js +0 -15
- package/dist-es/models/models_5.js +25 -0
- package/dist-es/protocols/Aws_ec2.js +395 -2
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
- package/dist-types/commands/CopyImageCommand.d.ts +8 -7
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- package/dist-types/commands/CreateImageCommand.d.ts +6 -5
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -2
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -2
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +27 -23
- package/dist-types/models/models_1.d.ts +66 -80
- package/dist-types/models/models_2.d.ts +220 -106
- package/dist-types/models/models_3.d.ts +155 -371
- package/dist-types/models/models_4.d.ts +423 -401
- package/dist-types/models/models_5.d.ts +567 -506
- package/dist-types/models/models_6.d.ts +3268 -3187
- package/dist-types/models/models_7.d.ts +502 -28
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +140 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_1.d.ts +12 -15
- package/dist-types/ts3.4/models/models_2.d.ts +56 -32
- package/dist-types/ts3.4/models/models_3.d.ts +39 -69
- package/dist-types/ts3.4/models/models_4.d.ts +70 -70
- package/dist-types/ts3.4/models/models_5.d.ts +111 -101
- package/dist-types/ts3.4/models/models_6.d.ts +100 -102
- package/dist-types/ts3.4/models/models_7.d.ts +124 -2
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +37 -37
|
@@ -1,10 +1,390 @@
|
|
|
1
|
-
import { AddedPrincipal, AddressAttribute, AddressAttributeName, ByoipCidr, CapacityReservationInstancePlatform, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessTrustProvider } from "./models_0";
|
|
1
|
+
import { AddedPrincipal, AddressAttribute, AddressAttributeName, ByoipCidr, CapacityReservationInstancePlatform, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
2
|
import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, OperatorRequest, Placement, RuleAction, ShutdownBehavior, SpotInstanceType, VolumeType } from "./models_1";
|
|
3
|
-
import { DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, SSEType, SubnetConfiguration, TransitGatewayRoute, VerifiedAccessSseSpecificationRequest, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
3
|
+
import { DnsOptionsSpecification, IKEVersionsRequestListValue, InternetGatewayExclusionMode, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, SSEType, SubnetConfiguration, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
4
|
import { Byoasn, ClientVpnConnectionStatus, Filter, InstanceTagNotificationAttribute, IpamPoolCidr } from "./models_3";
|
|
5
|
-
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ScheduledInstance,
|
|
6
|
-
import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VolumeModification } from "./models_5";
|
|
7
|
-
import { CapacityReservationSpecification, Purchase } from "./models_6";
|
|
5
|
+
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ScheduledInstance, TpmSupportValues } from "./models_4";
|
|
6
|
+
import { InstanceNetworkInterfaceSpecification, InternetGatewayBlockMode, RunInstancesMonitoringEnabled, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
|
|
7
|
+
import { CapacityReservationSpecification, ModifyVerifiedAccessEndpointEniOptions, ModifyVerifiedAccessEndpointLoadBalancerOptions, Purchase } from "./models_6";
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface ModifyVerifiedAccessEndpointRequest {
|
|
12
|
+
/**
|
|
13
|
+
* <p>The ID of the Verified Access endpoint.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The ID of the Verified Access group.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
VerifiedAccessGroupId?: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The load balancer details if creating the Verified Access endpoint as
|
|
24
|
+
* <code>load-balancer</code>type.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
LoadBalancerOptions?: ModifyVerifiedAccessEndpointLoadBalancerOptions | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* <p>The network interface options.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* <p>A description for the Verified Access endpoint.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
Description?: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
40
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
ClientToken?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
46
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
47
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
DryRun?: boolean | undefined;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
export interface ModifyVerifiedAccessEndpointResult {
|
|
56
|
+
/**
|
|
57
|
+
* <p>Details about the Verified Access endpoint.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
66
|
+
/**
|
|
67
|
+
* <p>The ID of the Verified Access endpoint.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The status of the Verified Access policy.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
PolicyEnabled?: boolean | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* <p>The Verified Access policy document.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
PolicyDocument?: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
83
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
ClientToken?: string | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
89
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
90
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
DryRun?: boolean | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* <p>The options for server side encryption.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
104
|
+
/**
|
|
105
|
+
* <p>The status of the Verified Access policy.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
PolicyEnabled?: boolean | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* <p>The Verified Access policy document.</p>
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
PolicyDocument?: string | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* <p>The options in use for server side encryption.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
export interface ModifyVerifiedAccessGroupRequest {
|
|
124
|
+
/**
|
|
125
|
+
* <p>The ID of the Verified Access group.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
VerifiedAccessGroupId: string | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* <p>The ID of the Verified Access instance.</p>
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
134
|
+
/**
|
|
135
|
+
* <p>A description for the Verified Access group.</p>
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
Description?: string | undefined;
|
|
139
|
+
/**
|
|
140
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
141
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
ClientToken?: string | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
147
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
148
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
DryRun?: boolean | undefined;
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
export interface ModifyVerifiedAccessGroupResult {
|
|
157
|
+
/**
|
|
158
|
+
* <p>Details about the Verified Access group.</p>
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
167
|
+
/**
|
|
168
|
+
* <p>The ID of the Verified Access group.</p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
VerifiedAccessGroupId: string | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* <p>The status of the Verified Access policy.</p>
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
176
|
+
PolicyEnabled?: boolean | undefined;
|
|
177
|
+
/**
|
|
178
|
+
* <p>The Verified Access policy document.</p>
|
|
179
|
+
* @public
|
|
180
|
+
*/
|
|
181
|
+
PolicyDocument?: string | undefined;
|
|
182
|
+
/**
|
|
183
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
184
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
185
|
+
* @public
|
|
186
|
+
*/
|
|
187
|
+
ClientToken?: string | undefined;
|
|
188
|
+
/**
|
|
189
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
190
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
191
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
DryRun?: boolean | undefined;
|
|
195
|
+
/**
|
|
196
|
+
* <p>The options for server side encryption.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
205
|
+
/**
|
|
206
|
+
* <p>The status of the Verified Access policy.</p>
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
PolicyEnabled?: boolean | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* <p>The Verified Access policy document.</p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
PolicyDocument?: string | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* <p>The options in use for server side encryption.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
220
|
+
}
|
|
221
|
+
/**
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
export interface ModifyVerifiedAccessInstanceRequest {
|
|
225
|
+
/**
|
|
226
|
+
* <p>The ID of the Verified Access instance.</p>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
230
|
+
/**
|
|
231
|
+
* <p>A description for the Verified Access instance.</p>
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
Description?: string | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
237
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
238
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
DryRun?: boolean | undefined;
|
|
242
|
+
/**
|
|
243
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
244
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
ClientToken?: string | undefined;
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
252
|
+
export interface ModifyVerifiedAccessInstanceResult {
|
|
253
|
+
/**
|
|
254
|
+
* <p>Details about the Verified Access instance.</p>
|
|
255
|
+
* @public
|
|
256
|
+
*/
|
|
257
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* <p>Options for CloudWatch Logs as a logging destination.</p>
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
263
|
+
export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
264
|
+
/**
|
|
265
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
Enabled: boolean | undefined;
|
|
269
|
+
/**
|
|
270
|
+
* <p>The ID of the CloudWatch Logs log group.</p>
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
LogGroup?: string | undefined;
|
|
274
|
+
}
|
|
275
|
+
/**
|
|
276
|
+
* <p>Describes Amazon Kinesis Data Firehose logging options.</p>
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
280
|
+
/**
|
|
281
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
Enabled: boolean | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* <p>The ID of the delivery stream.</p>
|
|
287
|
+
* @public
|
|
288
|
+
*/
|
|
289
|
+
DeliveryStream?: string | undefined;
|
|
290
|
+
}
|
|
291
|
+
/**
|
|
292
|
+
* <p>Options for Amazon S3 as a logging destination.</p>
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
export interface VerifiedAccessLogS3DestinationOptions {
|
|
296
|
+
/**
|
|
297
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
Enabled: boolean | undefined;
|
|
301
|
+
/**
|
|
302
|
+
* <p>The bucket name.</p>
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
BucketName?: string | undefined;
|
|
306
|
+
/**
|
|
307
|
+
* <p>The bucket prefix.</p>
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
Prefix?: string | undefined;
|
|
311
|
+
/**
|
|
312
|
+
* <p>The ID of the Amazon Web Services account that owns the Amazon S3 bucket.</p>
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
BucketOwner?: string | undefined;
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* <p>Options for Verified Access logs.</p>
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
export interface VerifiedAccessLogOptions {
|
|
322
|
+
/**
|
|
323
|
+
* <p>Sends Verified Access logs to Amazon S3.</p>
|
|
324
|
+
* @public
|
|
325
|
+
*/
|
|
326
|
+
S3?: VerifiedAccessLogS3DestinationOptions | undefined;
|
|
327
|
+
/**
|
|
328
|
+
* <p>Sends Verified Access logs to CloudWatch Logs.</p>
|
|
329
|
+
* @public
|
|
330
|
+
*/
|
|
331
|
+
CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestinationOptions | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* <p>Sends Verified Access logs to Kinesis.</p>
|
|
334
|
+
* @public
|
|
335
|
+
*/
|
|
336
|
+
KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestinationOptions | undefined;
|
|
337
|
+
/**
|
|
338
|
+
* <p>The logging version.</p>
|
|
339
|
+
* <p>Valid values: <code>ocsf-0.1</code> | <code>ocsf-1.0.0-rc.2</code>
|
|
340
|
+
* </p>
|
|
341
|
+
* @public
|
|
342
|
+
*/
|
|
343
|
+
LogVersion?: string | undefined;
|
|
344
|
+
/**
|
|
345
|
+
* <p>Indicates whether to include trust data sent by trust providers in the logs.</p>
|
|
346
|
+
* @public
|
|
347
|
+
*/
|
|
348
|
+
IncludeTrustContext?: boolean | undefined;
|
|
349
|
+
}
|
|
350
|
+
/**
|
|
351
|
+
* @public
|
|
352
|
+
*/
|
|
353
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
354
|
+
/**
|
|
355
|
+
* <p>The ID of the Verified Access instance.</p>
|
|
356
|
+
* @public
|
|
357
|
+
*/
|
|
358
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
359
|
+
/**
|
|
360
|
+
* <p>The configuration options for Verified Access instances.</p>
|
|
361
|
+
* @public
|
|
362
|
+
*/
|
|
363
|
+
AccessLogs: VerifiedAccessLogOptions | undefined;
|
|
364
|
+
/**
|
|
365
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
366
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
367
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
368
|
+
* @public
|
|
369
|
+
*/
|
|
370
|
+
DryRun?: boolean | undefined;
|
|
371
|
+
/**
|
|
372
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
373
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
374
|
+
* @public
|
|
375
|
+
*/
|
|
376
|
+
ClientToken?: string | undefined;
|
|
377
|
+
}
|
|
378
|
+
/**
|
|
379
|
+
* @public
|
|
380
|
+
*/
|
|
381
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
382
|
+
/**
|
|
383
|
+
* <p>The logging configuration for the Verified Access instance.</p>
|
|
384
|
+
* @public
|
|
385
|
+
*/
|
|
386
|
+
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
|
|
387
|
+
}
|
|
8
388
|
/**
|
|
9
389
|
* <p>Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.</p>
|
|
10
390
|
* @public
|
|
@@ -271,6 +651,89 @@ export interface ModifyVpcAttributeRequest {
|
|
|
271
651
|
*/
|
|
272
652
|
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
273
653
|
}
|
|
654
|
+
/**
|
|
655
|
+
* @public
|
|
656
|
+
*/
|
|
657
|
+
export interface ModifyVpcBlockPublicAccessExclusionRequest {
|
|
658
|
+
/**
|
|
659
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
660
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
661
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
662
|
+
* @public
|
|
663
|
+
*/
|
|
664
|
+
DryRun?: boolean | undefined;
|
|
665
|
+
/**
|
|
666
|
+
* <p>The ID of an exclusion.</p>
|
|
667
|
+
* @public
|
|
668
|
+
*/
|
|
669
|
+
ExclusionId: string | undefined;
|
|
670
|
+
/**
|
|
671
|
+
* <p>The exclusion mode for internet gateway traffic.</p>
|
|
672
|
+
* <ul>
|
|
673
|
+
* <li>
|
|
674
|
+
* <p>
|
|
675
|
+
* <code>bidirectional-access-allowed</code>: Allow all internet traffic to and from the excluded VPCs and subnets.</p>
|
|
676
|
+
* </li>
|
|
677
|
+
* <li>
|
|
678
|
+
* <p>
|
|
679
|
+
* <code>egress-access-allowed</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>
|
|
680
|
+
* </li>
|
|
681
|
+
* </ul>
|
|
682
|
+
* @public
|
|
683
|
+
*/
|
|
684
|
+
InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
|
|
685
|
+
}
|
|
686
|
+
/**
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
export interface ModifyVpcBlockPublicAccessExclusionResult {
|
|
690
|
+
/**
|
|
691
|
+
* <p>Details related to the exclusion.</p>
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
694
|
+
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
699
|
+
export interface ModifyVpcBlockPublicAccessOptionsRequest {
|
|
700
|
+
/**
|
|
701
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
702
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
703
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
704
|
+
* @public
|
|
705
|
+
*/
|
|
706
|
+
DryRun?: boolean | undefined;
|
|
707
|
+
/**
|
|
708
|
+
* <p>The mode of VPC BPA.</p>
|
|
709
|
+
* <ul>
|
|
710
|
+
* <li>
|
|
711
|
+
* <p>
|
|
712
|
+
* <code>bidirectional-access-allowed</code>: VPC BPA is not enabled and traffic is allowed to and from internet gateways and egress-only internet gateways in this Region.</p>
|
|
713
|
+
* </li>
|
|
714
|
+
* <li>
|
|
715
|
+
* <p>
|
|
716
|
+
* <code>bidirectional-access-blocked</code>: Block all traffic to and from internet gateways and egress-only internet gateways in this Region (except for excluded VPCs and subnets).</p>
|
|
717
|
+
* </li>
|
|
718
|
+
* <li>
|
|
719
|
+
* <p>
|
|
720
|
+
* <code>ingress-access-blocked</code>: Block all internet traffic to the VPCs in this Region (except for VPCs or subnets which are excluded). Only traffic to and from NAT gateways and egress-only internet gateways is allowed because these gateways only allow outbound connections to be established.</p>
|
|
721
|
+
* </li>
|
|
722
|
+
* </ul>
|
|
723
|
+
* @public
|
|
724
|
+
*/
|
|
725
|
+
InternetGatewayBlockMode: InternetGatewayBlockMode | undefined;
|
|
726
|
+
}
|
|
727
|
+
/**
|
|
728
|
+
* @public
|
|
729
|
+
*/
|
|
730
|
+
export interface ModifyVpcBlockPublicAccessOptionsResult {
|
|
731
|
+
/**
|
|
732
|
+
* <p>Details related to the VPC Block Public Access (BPA) options.</p>
|
|
733
|
+
* @public
|
|
734
|
+
*/
|
|
735
|
+
VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
|
|
736
|
+
}
|
|
274
737
|
/**
|
|
275
738
|
* @public
|
|
276
739
|
*/
|
|
@@ -1788,26 +2251,29 @@ export interface RebootInstancesRequest {
|
|
|
1788
2251
|
export interface RegisterImageRequest {
|
|
1789
2252
|
/**
|
|
1790
2253
|
* <p>The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the
|
|
1791
|
-
*
|
|
1792
|
-
*
|
|
1793
|
-
*
|
|
2254
|
+
* <code>aws-exec-read</code> canned access control list (ACL) to ensure that it can be
|
|
2255
|
+
* accessed by Amazon EC2. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl">Canned ACLs</a> in the
|
|
2256
|
+
* <i>Amazon S3 Service Developer Guide</i>.</p>
|
|
1794
2257
|
* @public
|
|
1795
2258
|
*/
|
|
1796
2259
|
ImageLocation?: string | undefined;
|
|
1797
2260
|
/**
|
|
1798
|
-
* <p>The billing product codes. Your account must be authorized to specify billing product
|
|
2261
|
+
* <p>The billing product codes. Your account must be authorized to specify billing product
|
|
2262
|
+
* codes.</p>
|
|
1799
2263
|
* <p>If your account is not authorized to specify billing product codes, you can publish AMIs
|
|
1800
2264
|
* that include billable software and list them on the Amazon Web Services Marketplace. You must first register as a seller
|
|
1801
2265
|
* on the Amazon Web Services Marketplace. For more information, see <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/user-guide-for-sellers.html">Getting started as a
|
|
1802
|
-
* seller</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/ami-products.html">AMI-based
|
|
1803
|
-
*
|
|
2266
|
+
* seller</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/ami-products.html">AMI-based products</a> in the
|
|
2267
|
+
* <i>Amazon Web Services Marketplace Seller Guide</i>.</p>
|
|
1804
2268
|
* @public
|
|
1805
2269
|
*/
|
|
1806
2270
|
BillingProducts?: string[] | undefined;
|
|
1807
2271
|
/**
|
|
1808
|
-
* <p>The boot mode of the AMI. A value of <code>uefi-preferred</code> indicates that the AMI
|
|
2272
|
+
* <p>The boot mode of the AMI. A value of <code>uefi-preferred</code> indicates that the AMI
|
|
2273
|
+
* supports both UEFI and Legacy BIOS.</p>
|
|
1809
2274
|
* <note>
|
|
1810
|
-
* <p>The operating system contained in the AMI must be configured to support the specified
|
|
2275
|
+
* <p>The operating system contained in the AMI must be configured to support the specified
|
|
2276
|
+
* boot mode.</p>
|
|
1811
2277
|
* </note>
|
|
1812
2278
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the
|
|
1813
2279
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
@@ -1834,10 +2300,10 @@ export interface RegisterImageRequest {
|
|
|
1834
2300
|
* launched from this AMI will have <code>HttpTokens</code> automatically set to
|
|
1835
2301
|
* <code>required</code> so that, by default, the instance requires that IMDSv2 is used when
|
|
1836
2302
|
* requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to
|
|
1837
|
-
* <code>2</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure
|
|
1838
|
-
* the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2303
|
+
* <code>2</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
1839
2304
|
* <note>
|
|
1840
|
-
* <p>If you set the value to <code>v2.0</code>, make sure that your AMI software can support
|
|
2305
|
+
* <p>If you set the value to <code>v2.0</code>, make sure that your AMI software can support
|
|
2306
|
+
* IMDSv2.</p>
|
|
1841
2307
|
* </note>
|
|
1842
2308
|
* @public
|
|
1843
2309
|
*/
|
|
@@ -1859,7 +2325,9 @@ export interface RegisterImageRequest {
|
|
|
1859
2325
|
DryRun?: boolean | undefined;
|
|
1860
2326
|
/**
|
|
1861
2327
|
* <p>A name for your AMI.</p>
|
|
1862
|
-
* <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces
|
|
2328
|
+
* <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces
|
|
2329
|
+
* ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or
|
|
2330
|
+
* underscores(_)</p>
|
|
1863
2331
|
* @public
|
|
1864
2332
|
*/
|
|
1865
2333
|
Name: string | undefined;
|
|
@@ -1870,8 +2338,8 @@ export interface RegisterImageRequest {
|
|
|
1870
2338
|
Description?: string | undefined;
|
|
1871
2339
|
/**
|
|
1872
2340
|
* <p>The architecture of the AMI.</p>
|
|
1873
|
-
* <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>.
|
|
1874
|
-
*
|
|
2341
|
+
* <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>. For instance store-backed AMIs, the
|
|
2342
|
+
* architecture specified in the manifest file.</p>
|
|
1875
2343
|
* @public
|
|
1876
2344
|
*/
|
|
1877
2345
|
Architecture?: ArchitectureValues | undefined;
|
|
@@ -1892,10 +2360,11 @@ export interface RegisterImageRequest {
|
|
|
1892
2360
|
RootDeviceName?: string | undefined;
|
|
1893
2361
|
/**
|
|
1894
2362
|
* <p>The block device mapping entries.</p>
|
|
1895
|
-
* <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the
|
|
1896
|
-
*
|
|
1897
|
-
*
|
|
1898
|
-
*
|
|
2363
|
+
* <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the
|
|
2364
|
+
* encryption state of the volume.</p>
|
|
2365
|
+
* <p>If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost
|
|
2366
|
+
* or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used
|
|
2367
|
+
* to launch instances on the same Outpost only. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS local
|
|
1899
2368
|
* snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
1900
2369
|
* @public
|
|
1901
2370
|
*/
|
|
@@ -1908,15 +2377,19 @@ export interface RegisterImageRequest {
|
|
|
1908
2377
|
*/
|
|
1909
2378
|
VirtualizationType?: string | undefined;
|
|
1910
2379
|
/**
|
|
1911
|
-
* <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual
|
|
2380
|
+
* <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual
|
|
2381
|
+
* Function interface for the AMI and any instances that you launch from the AMI.</p>
|
|
1912
2382
|
* <p>There is no way to disable <code>sriovNetSupport</code> at this time.</p>
|
|
1913
|
-
* <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make
|
|
2383
|
+
* <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make
|
|
2384
|
+
* instances launched from the AMI unreachable.</p>
|
|
1914
2385
|
* @public
|
|
1915
2386
|
*/
|
|
1916
2387
|
SriovNetSupport?: string | undefined;
|
|
1917
2388
|
/**
|
|
1918
|
-
* <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any
|
|
1919
|
-
*
|
|
2389
|
+
* <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any
|
|
2390
|
+
* instances that you launch from the AMI.</p>
|
|
2391
|
+
* <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make
|
|
2392
|
+
* instances launched from the AMI unreachable.</p>
|
|
1920
2393
|
* @public
|
|
1921
2394
|
*/
|
|
1922
2395
|
EnaSupport?: boolean | undefined;
|
|
@@ -3180,7 +3653,8 @@ export type ResetImageAttributeName = (typeof ResetImageAttributeName)[keyof typ
|
|
|
3180
3653
|
*/
|
|
3181
3654
|
export interface ResetImageAttributeRequest {
|
|
3182
3655
|
/**
|
|
3183
|
-
* <p>The attribute to reset (currently you can only reset the launch permission
|
|
3656
|
+
* <p>The attribute to reset (currently you can only reset the launch permission
|
|
3657
|
+
* attribute).</p>
|
|
3184
3658
|
* @public
|
|
3185
3659
|
*/
|
|
3186
3660
|
Attribute: ResetImageAttributeName | undefined;
|