@aws-sdk/client-ec2 3.694.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 +672 -54
- 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/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +511 -32
- 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/CreateLaunchTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
- 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/CreateVolumeCommand.d.ts +7 -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/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
- 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/DescribeIdentityIdFormatCommand.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/DescribeInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -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 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
- 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/RunInstancesCommand.d.ts +12 -0
- 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 +120 -116
- package/dist-types/models/models_2.d.ts +276 -143
- package/dist-types/models/models_3.d.ts +192 -409
- package/dist-types/models/models_4.d.ts +1119 -1064
- package/dist-types/models/models_5.d.ts +2975 -2932
- package/dist-types/models/models_6.d.ts +4328 -4255
- package/dist-types/models/models_7.d.ts +564 -29
- 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 +1 -1
- 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/DeleteKeyPairCommand.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/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
- 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 +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.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 +24 -27
- package/dist-types/ts3.4/models/models_2.d.ts +74 -40
- package/dist-types/ts3.4/models/models_3.d.ts +48 -76
- package/dist-types/ts3.4/models/models_4.d.ts +83 -77
- package/dist-types/ts3.4/models/models_5.d.ts +117 -107
- package/dist-types/ts3.4/models/models_6.d.ts +112 -117
- package/dist-types/ts3.4/models/models_7.d.ts +137 -3
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +37 -37
|
@@ -1,10 +1,442 @@
|
|
|
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";
|
|
2
|
-
import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, 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";
|
|
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
|
+
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, 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,
|
|
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
|
+
}
|
|
388
|
+
/**
|
|
389
|
+
* <p>Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.</p>
|
|
390
|
+
* @public
|
|
391
|
+
*/
|
|
392
|
+
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
393
|
+
/**
|
|
394
|
+
* <p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </p>
|
|
395
|
+
* @public
|
|
396
|
+
*/
|
|
397
|
+
PublicSigningKeyUrl?: string | undefined;
|
|
398
|
+
}
|
|
399
|
+
/**
|
|
400
|
+
* <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
401
|
+
* @public
|
|
402
|
+
*/
|
|
403
|
+
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
404
|
+
/**
|
|
405
|
+
* <p>The OIDC issuer.</p>
|
|
406
|
+
* @public
|
|
407
|
+
*/
|
|
408
|
+
Issuer?: string | undefined;
|
|
409
|
+
/**
|
|
410
|
+
* <p>The OIDC authorization endpoint.</p>
|
|
411
|
+
* @public
|
|
412
|
+
*/
|
|
413
|
+
AuthorizationEndpoint?: string | undefined;
|
|
414
|
+
/**
|
|
415
|
+
* <p>The OIDC token endpoint.</p>
|
|
416
|
+
* @public
|
|
417
|
+
*/
|
|
418
|
+
TokenEndpoint?: string | undefined;
|
|
419
|
+
/**
|
|
420
|
+
* <p>The OIDC user info endpoint.</p>
|
|
421
|
+
* @public
|
|
422
|
+
*/
|
|
423
|
+
UserInfoEndpoint?: string | undefined;
|
|
424
|
+
/**
|
|
425
|
+
* <p>The client identifier.</p>
|
|
426
|
+
* @public
|
|
427
|
+
*/
|
|
428
|
+
ClientId?: string | undefined;
|
|
429
|
+
/**
|
|
430
|
+
* <p>The client secret.</p>
|
|
431
|
+
* @public
|
|
432
|
+
*/
|
|
433
|
+
ClientSecret?: string | undefined;
|
|
434
|
+
/**
|
|
435
|
+
* <p>OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.</p>
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
438
|
+
Scope?: string | undefined;
|
|
439
|
+
}
|
|
8
440
|
/**
|
|
9
441
|
* @public
|
|
10
442
|
*/
|
|
@@ -219,6 +651,89 @@ export interface ModifyVpcAttributeRequest {
|
|
|
219
651
|
*/
|
|
220
652
|
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
221
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
|
+
}
|
|
222
737
|
/**
|
|
223
738
|
* @public
|
|
224
739
|
*/
|
|
@@ -1736,26 +2251,29 @@ export interface RebootInstancesRequest {
|
|
|
1736
2251
|
export interface RegisterImageRequest {
|
|
1737
2252
|
/**
|
|
1738
2253
|
* <p>The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the
|
|
1739
|
-
*
|
|
1740
|
-
*
|
|
1741
|
-
*
|
|
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>
|
|
1742
2257
|
* @public
|
|
1743
2258
|
*/
|
|
1744
2259
|
ImageLocation?: string | undefined;
|
|
1745
2260
|
/**
|
|
1746
|
-
* <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>
|
|
1747
2263
|
* <p>If your account is not authorized to specify billing product codes, you can publish AMIs
|
|
1748
2264
|
* that include billable software and list them on the Amazon Web Services Marketplace. You must first register as a seller
|
|
1749
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
|
|
1750
|
-
* seller</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/ami-products.html">AMI-based
|
|
1751
|
-
*
|
|
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>
|
|
1752
2268
|
* @public
|
|
1753
2269
|
*/
|
|
1754
2270
|
BillingProducts?: string[] | undefined;
|
|
1755
2271
|
/**
|
|
1756
|
-
* <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>
|
|
1757
2274
|
* <note>
|
|
1758
|
-
* <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>
|
|
1759
2277
|
* </note>
|
|
1760
2278
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the
|
|
1761
2279
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
@@ -1782,10 +2300,10 @@ export interface RegisterImageRequest {
|
|
|
1782
2300
|
* launched from this AMI will have <code>HttpTokens</code> automatically set to
|
|
1783
2301
|
* <code>required</code> so that, by default, the instance requires that IMDSv2 is used when
|
|
1784
2302
|
* requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to
|
|
1785
|
-
* <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
|
|
1786
|
-
* 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>
|
|
1787
2304
|
* <note>
|
|
1788
|
-
* <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>
|
|
1789
2307
|
* </note>
|
|
1790
2308
|
* @public
|
|
1791
2309
|
*/
|
|
@@ -1807,7 +2325,9 @@ export interface RegisterImageRequest {
|
|
|
1807
2325
|
DryRun?: boolean | undefined;
|
|
1808
2326
|
/**
|
|
1809
2327
|
* <p>A name for your AMI.</p>
|
|
1810
|
-
* <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>
|
|
1811
2331
|
* @public
|
|
1812
2332
|
*/
|
|
1813
2333
|
Name: string | undefined;
|
|
@@ -1818,8 +2338,8 @@ export interface RegisterImageRequest {
|
|
|
1818
2338
|
Description?: string | undefined;
|
|
1819
2339
|
/**
|
|
1820
2340
|
* <p>The architecture of the AMI.</p>
|
|
1821
|
-
* <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>.
|
|
1822
|
-
*
|
|
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>
|
|
1823
2343
|
* @public
|
|
1824
2344
|
*/
|
|
1825
2345
|
Architecture?: ArchitectureValues | undefined;
|
|
@@ -1840,10 +2360,11 @@ export interface RegisterImageRequest {
|
|
|
1840
2360
|
RootDeviceName?: string | undefined;
|
|
1841
2361
|
/**
|
|
1842
2362
|
* <p>The block device mapping entries.</p>
|
|
1843
|
-
* <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the
|
|
1844
|
-
*
|
|
1845
|
-
*
|
|
1846
|
-
*
|
|
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
|
|
1847
2368
|
* snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
1848
2369
|
* @public
|
|
1849
2370
|
*/
|
|
@@ -1856,15 +2377,19 @@ export interface RegisterImageRequest {
|
|
|
1856
2377
|
*/
|
|
1857
2378
|
VirtualizationType?: string | undefined;
|
|
1858
2379
|
/**
|
|
1859
|
-
* <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>
|
|
1860
2382
|
* <p>There is no way to disable <code>sriovNetSupport</code> at this time.</p>
|
|
1861
|
-
* <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>
|
|
1862
2385
|
* @public
|
|
1863
2386
|
*/
|
|
1864
2387
|
SriovNetSupport?: string | undefined;
|
|
1865
2388
|
/**
|
|
1866
|
-
* <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any
|
|
1867
|
-
*
|
|
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>
|
|
1868
2393
|
* @public
|
|
1869
2394
|
*/
|
|
1870
2395
|
EnaSupport?: boolean | undefined;
|
|
@@ -3128,7 +3653,8 @@ export type ResetImageAttributeName = (typeof ResetImageAttributeName)[keyof typ
|
|
|
3128
3653
|
*/
|
|
3129
3654
|
export interface ResetImageAttributeRequest {
|
|
3130
3655
|
/**
|
|
3131
|
-
* <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>
|
|
3132
3658
|
* @public
|
|
3133
3659
|
*/
|
|
3134
3660
|
Attribute: ResetImageAttributeName | undefined;
|
|
@@ -4335,6 +4861,11 @@ export interface RunInstancesRequest {
|
|
|
4335
4861
|
* @public
|
|
4336
4862
|
*/
|
|
4337
4863
|
EnablePrimaryIpv6?: boolean | undefined;
|
|
4864
|
+
/**
|
|
4865
|
+
* <p>Reserved for internal use.</p>
|
|
4866
|
+
* @public
|
|
4867
|
+
*/
|
|
4868
|
+
Operator?: OperatorRequest | undefined;
|
|
4338
4869
|
/**
|
|
4339
4870
|
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
4340
4871
|
* request, and provides an error response. If you have the required permissions, the error response is
|
|
@@ -5705,6 +6236,10 @@ export interface WithdrawByoipCidrResult {
|
|
|
5705
6236
|
*/
|
|
5706
6237
|
ByoipCidr?: ByoipCidr | undefined;
|
|
5707
6238
|
}
|
|
6239
|
+
/**
|
|
6240
|
+
* @internal
|
|
6241
|
+
*/
|
|
6242
|
+
export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (obj: ModifyVerifiedAccessTrustProviderOidcOptions) => any;
|
|
5708
6243
|
/**
|
|
5709
6244
|
* @internal
|
|
5710
6245
|
*/
|