@aws-sdk/client-ec2 3.873.0 → 3.876.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 +40 -0
- package/dist-cjs/index.js +1271 -401
- package/dist-es/EC2.js +10 -0
- package/dist-es/commands/CreateImageUsageReportCommand.js +22 -0
- package/dist-es/commands/DeleteImageUsageReportCommand.js +22 -0
- package/dist-es/commands/DescribeImageReferencesCommand.js +22 -0
- package/dist-es/commands/DescribeImageUsageReportEntriesCommand.js +22 -0
- package/dist-es/commands/DescribeImageUsageReportsCommand.js +22 -0
- package/dist-es/commands/GetPasswordDataCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +10 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +0 -8
- package/dist-es/models/models_4.js +19 -40
- package/dist-es/models/models_5.js +40 -18
- package/dist-es/models/models_6.js +18 -12
- package/dist-es/models/models_7.js +12 -0
- package/dist-es/pagination/DescribeImageReferencesPaginator.js +4 -0
- package/dist-es/pagination/DescribeImageUsageReportEntriesPaginator.js +4 -0
- package/dist-es/pagination/DescribeImageUsageReportsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_ec2.js +721 -25
- package/dist-es/waiters/index.js +1 -0
- package/dist-es/waiters/waitForImageUsageReportAvailable.js +54 -0
- package/dist-types/EC2.d.ts +37 -0
- package/dist-types/EC2Client.d.ts +7 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +4 -2
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +105 -0
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +75 -0
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImageReferencesCommand.d.ts +100 -0
- package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +101 -0
- package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +123 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +133 -168
- package/dist-types/models/models_2.d.ts +168 -193
- package/dist-types/models/models_3.d.ts +222 -485
- package/dist-types/models/models_4.d.ts +1899 -1581
- package/dist-types/models/models_5.d.ts +6576 -6652
- package/dist-types/models/models_6.d.ts +3820 -3621
- package/dist-types/models/models_7.d.ts +4719 -4767
- package/dist-types/models/models_8.d.ts +596 -6
- package/dist-types/pagination/DescribeImageReferencesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeImageUsageReportsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_ec2.d.ts +45 -0
- package/dist-types/ts3.4/EC2.d.ts +87 -0
- package/dist-types/ts3.4/EC2Client.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateImageUsageReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +36 -32
- package/dist-types/ts3.4/models/models_2.d.ts +39 -44
- package/dist-types/ts3.4/models/models_3.d.ts +49 -72
- package/dist-types/ts3.4/models/models_4.d.ts +164 -164
- package/dist-types/ts3.4/models/models_5.d.ts +177 -144
- package/dist-types/ts3.4/models/models_6.d.ts +147 -128
- package/dist-types/ts3.4/models/models_7.d.ts +132 -138
- package/dist-types/ts3.4/models/models_8.d.ts +139 -2
- package/dist-types/ts3.4/pagination/DescribeImageReferencesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeImageUsageReportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
- package/dist-types/ts3.4/waiters/index.d.ts +1 -0
- package/dist-types/ts3.4/waiters/waitForImageUsageReportAvailable.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +1 -0
- package/dist-types/waiters/waitForImageUsageReportAvailable.d.ts +14 -0
- package/package.json +6 -6
|
@@ -36,8 +36,10 @@ import {
|
|
|
36
36
|
FleetType,
|
|
37
37
|
InstanceInterruptionBehavior,
|
|
38
38
|
InstanceRequirements,
|
|
39
|
-
|
|
39
|
+
InternetGateway,
|
|
40
40
|
Ipam,
|
|
41
|
+
IpamExternalResourceVerificationToken,
|
|
42
|
+
IpamPool,
|
|
41
43
|
IpamResourceDiscovery,
|
|
42
44
|
IpamScope,
|
|
43
45
|
Ipv4PrefixSpecificationRequest,
|
|
@@ -53,7 +55,6 @@ import {
|
|
|
53
55
|
VolumeType,
|
|
54
56
|
} from "./models_1";
|
|
55
57
|
import {
|
|
56
|
-
DnsEntry,
|
|
57
58
|
GroupIdentifier,
|
|
58
59
|
InstanceIpv6Address,
|
|
59
60
|
LaunchTemplateVersion,
|
|
@@ -95,15 +96,187 @@ import {
|
|
|
95
96
|
VerifiedAccessEndpoint,
|
|
96
97
|
VerifiedAccessGroup,
|
|
97
98
|
Volume,
|
|
98
|
-
VpcBlockPublicAccessExclusion,
|
|
99
99
|
} from "./models_2";
|
|
100
|
-
import {
|
|
100
|
+
import { Byoasn, Filter, IdFormat } from "./models_3";
|
|
101
101
|
import {
|
|
102
102
|
AttributeBooleanValue,
|
|
103
|
+
EbsInfo,
|
|
103
104
|
EventInformation,
|
|
105
|
+
FpgaInfo,
|
|
106
|
+
GpuInfo,
|
|
107
|
+
InferenceAcceleratorInfo,
|
|
108
|
+
InstanceStorageInfo,
|
|
109
|
+
InstanceTypeHypervisor,
|
|
110
|
+
MediaAcceleratorInfo,
|
|
111
|
+
MemoryInfo,
|
|
112
|
+
NetworkInfo,
|
|
113
|
+
NeuronInfo,
|
|
114
|
+
NitroEnclavesSupport,
|
|
115
|
+
NitroTpmInfo,
|
|
104
116
|
PermissionGroup,
|
|
105
117
|
ProductCode,
|
|
118
|
+
VirtualizationType,
|
|
106
119
|
} from "./models_4";
|
|
120
|
+
export declare const NitroTpmSupport: {
|
|
121
|
+
readonly SUPPORTED: "supported";
|
|
122
|
+
readonly UNSUPPORTED: "unsupported";
|
|
123
|
+
};
|
|
124
|
+
export type NitroTpmSupport =
|
|
125
|
+
(typeof NitroTpmSupport)[keyof typeof NitroTpmSupport];
|
|
126
|
+
export declare const PhcSupport: {
|
|
127
|
+
readonly SUPPORTED: "supported";
|
|
128
|
+
readonly UNSUPPORTED: "unsupported";
|
|
129
|
+
};
|
|
130
|
+
export type PhcSupport = (typeof PhcSupport)[keyof typeof PhcSupport];
|
|
131
|
+
export declare const PlacementGroupStrategy: {
|
|
132
|
+
readonly cluster: "cluster";
|
|
133
|
+
readonly partition: "partition";
|
|
134
|
+
readonly spread: "spread";
|
|
135
|
+
};
|
|
136
|
+
export type PlacementGroupStrategy =
|
|
137
|
+
(typeof PlacementGroupStrategy)[keyof typeof PlacementGroupStrategy];
|
|
138
|
+
export interface PlacementGroupInfo {
|
|
139
|
+
SupportedStrategies?: PlacementGroupStrategy[] | undefined;
|
|
140
|
+
}
|
|
141
|
+
export declare const ArchitectureType: {
|
|
142
|
+
readonly arm64: "arm64";
|
|
143
|
+
readonly arm64_mac: "arm64_mac";
|
|
144
|
+
readonly i386: "i386";
|
|
145
|
+
readonly x86_64: "x86_64";
|
|
146
|
+
readonly x86_64_mac: "x86_64_mac";
|
|
147
|
+
};
|
|
148
|
+
export type ArchitectureType =
|
|
149
|
+
(typeof ArchitectureType)[keyof typeof ArchitectureType];
|
|
150
|
+
export declare const SupportedAdditionalProcessorFeature: {
|
|
151
|
+
readonly AMD_SEV_SNP: "amd-sev-snp";
|
|
152
|
+
};
|
|
153
|
+
export type SupportedAdditionalProcessorFeature =
|
|
154
|
+
(typeof SupportedAdditionalProcessorFeature)[keyof typeof SupportedAdditionalProcessorFeature];
|
|
155
|
+
export interface ProcessorInfo {
|
|
156
|
+
SupportedArchitectures?: ArchitectureType[] | undefined;
|
|
157
|
+
SustainedClockSpeedInGhz?: number | undefined;
|
|
158
|
+
SupportedFeatures?: SupportedAdditionalProcessorFeature[] | undefined;
|
|
159
|
+
Manufacturer?: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export declare const RebootMigrationSupport: {
|
|
162
|
+
readonly SUPPORTED: "supported";
|
|
163
|
+
readonly UNSUPPORTED: "unsupported";
|
|
164
|
+
};
|
|
165
|
+
export type RebootMigrationSupport =
|
|
166
|
+
(typeof RebootMigrationSupport)[keyof typeof RebootMigrationSupport];
|
|
167
|
+
export declare const BootModeType: {
|
|
168
|
+
readonly legacy_bios: "legacy-bios";
|
|
169
|
+
readonly uefi: "uefi";
|
|
170
|
+
};
|
|
171
|
+
export type BootModeType = (typeof BootModeType)[keyof typeof BootModeType];
|
|
172
|
+
export declare const RootDeviceType: {
|
|
173
|
+
readonly ebs: "ebs";
|
|
174
|
+
readonly instance_store: "instance-store";
|
|
175
|
+
};
|
|
176
|
+
export type RootDeviceType =
|
|
177
|
+
(typeof RootDeviceType)[keyof typeof RootDeviceType];
|
|
178
|
+
export declare const UsageClassType: {
|
|
179
|
+
readonly capacity_block: "capacity-block";
|
|
180
|
+
readonly on_demand: "on-demand";
|
|
181
|
+
readonly spot: "spot";
|
|
182
|
+
};
|
|
183
|
+
export type UsageClassType =
|
|
184
|
+
(typeof UsageClassType)[keyof typeof UsageClassType];
|
|
185
|
+
export interface VCpuInfo {
|
|
186
|
+
DefaultVCpus?: number | undefined;
|
|
187
|
+
DefaultCores?: number | undefined;
|
|
188
|
+
DefaultThreadsPerCore?: number | undefined;
|
|
189
|
+
ValidCores?: number[] | undefined;
|
|
190
|
+
ValidThreadsPerCore?: number[] | undefined;
|
|
191
|
+
}
|
|
192
|
+
export interface InstanceTypeInfo {
|
|
193
|
+
InstanceType?: _InstanceType | undefined;
|
|
194
|
+
CurrentGeneration?: boolean | undefined;
|
|
195
|
+
FreeTierEligible?: boolean | undefined;
|
|
196
|
+
SupportedUsageClasses?: UsageClassType[] | undefined;
|
|
197
|
+
SupportedRootDeviceTypes?: RootDeviceType[] | undefined;
|
|
198
|
+
SupportedVirtualizationTypes?: VirtualizationType[] | undefined;
|
|
199
|
+
BareMetal?: boolean | undefined;
|
|
200
|
+
Hypervisor?: InstanceTypeHypervisor | undefined;
|
|
201
|
+
ProcessorInfo?: ProcessorInfo | undefined;
|
|
202
|
+
VCpuInfo?: VCpuInfo | undefined;
|
|
203
|
+
MemoryInfo?: MemoryInfo | undefined;
|
|
204
|
+
InstanceStorageSupported?: boolean | undefined;
|
|
205
|
+
InstanceStorageInfo?: InstanceStorageInfo | undefined;
|
|
206
|
+
EbsInfo?: EbsInfo | undefined;
|
|
207
|
+
NetworkInfo?: NetworkInfo | undefined;
|
|
208
|
+
GpuInfo?: GpuInfo | undefined;
|
|
209
|
+
FpgaInfo?: FpgaInfo | undefined;
|
|
210
|
+
PlacementGroupInfo?: PlacementGroupInfo | undefined;
|
|
211
|
+
InferenceAcceleratorInfo?: InferenceAcceleratorInfo | undefined;
|
|
212
|
+
HibernationSupported?: boolean | undefined;
|
|
213
|
+
BurstablePerformanceSupported?: boolean | undefined;
|
|
214
|
+
DedicatedHostsSupported?: boolean | undefined;
|
|
215
|
+
AutoRecoverySupported?: boolean | undefined;
|
|
216
|
+
SupportedBootModes?: BootModeType[] | undefined;
|
|
217
|
+
NitroEnclavesSupport?: NitroEnclavesSupport | undefined;
|
|
218
|
+
NitroTpmSupport?: NitroTpmSupport | undefined;
|
|
219
|
+
NitroTpmInfo?: NitroTpmInfo | undefined;
|
|
220
|
+
MediaAcceleratorInfo?: MediaAcceleratorInfo | undefined;
|
|
221
|
+
NeuronInfo?: NeuronInfo | undefined;
|
|
222
|
+
PhcSupport?: PhcSupport | undefined;
|
|
223
|
+
RebootMigrationSupport?: RebootMigrationSupport | undefined;
|
|
224
|
+
}
|
|
225
|
+
export interface DescribeInstanceTypesResult {
|
|
226
|
+
InstanceTypes?: InstanceTypeInfo[] | undefined;
|
|
227
|
+
NextToken?: string | undefined;
|
|
228
|
+
}
|
|
229
|
+
export interface DescribeInternetGatewaysRequest {
|
|
230
|
+
NextToken?: string | undefined;
|
|
231
|
+
MaxResults?: number | undefined;
|
|
232
|
+
DryRun?: boolean | undefined;
|
|
233
|
+
InternetGatewayIds?: string[] | undefined;
|
|
234
|
+
Filters?: Filter[] | undefined;
|
|
235
|
+
}
|
|
236
|
+
export interface DescribeInternetGatewaysResult {
|
|
237
|
+
InternetGateways?: InternetGateway[] | undefined;
|
|
238
|
+
NextToken?: string | undefined;
|
|
239
|
+
}
|
|
240
|
+
export interface DescribeIpamByoasnRequest {
|
|
241
|
+
DryRun?: boolean | undefined;
|
|
242
|
+
MaxResults?: number | undefined;
|
|
243
|
+
NextToken?: string | undefined;
|
|
244
|
+
}
|
|
245
|
+
export interface DescribeIpamByoasnResult {
|
|
246
|
+
Byoasns?: Byoasn[] | undefined;
|
|
247
|
+
NextToken?: string | undefined;
|
|
248
|
+
}
|
|
249
|
+
export interface DescribeIpamExternalResourceVerificationTokensRequest {
|
|
250
|
+
DryRun?: boolean | undefined;
|
|
251
|
+
Filters?: Filter[] | undefined;
|
|
252
|
+
NextToken?: string | undefined;
|
|
253
|
+
MaxResults?: number | undefined;
|
|
254
|
+
IpamExternalResourceVerificationTokenIds?: string[] | undefined;
|
|
255
|
+
}
|
|
256
|
+
export interface DescribeIpamExternalResourceVerificationTokensResult {
|
|
257
|
+
NextToken?: string | undefined;
|
|
258
|
+
IpamExternalResourceVerificationTokens?:
|
|
259
|
+
| IpamExternalResourceVerificationToken[]
|
|
260
|
+
| undefined;
|
|
261
|
+
}
|
|
262
|
+
export interface DescribeIpamPoolsRequest {
|
|
263
|
+
DryRun?: boolean | undefined;
|
|
264
|
+
Filters?: Filter[] | undefined;
|
|
265
|
+
MaxResults?: number | undefined;
|
|
266
|
+
NextToken?: string | undefined;
|
|
267
|
+
IpamPoolIds?: string[] | undefined;
|
|
268
|
+
}
|
|
269
|
+
export interface DescribeIpamPoolsResult {
|
|
270
|
+
NextToken?: string | undefined;
|
|
271
|
+
IpamPools?: IpamPool[] | undefined;
|
|
272
|
+
}
|
|
273
|
+
export interface DescribeIpamResourceDiscoveriesRequest {
|
|
274
|
+
DryRun?: boolean | undefined;
|
|
275
|
+
IpamResourceDiscoveryIds?: string[] | undefined;
|
|
276
|
+
NextToken?: string | undefined;
|
|
277
|
+
MaxResults?: number | undefined;
|
|
278
|
+
Filters?: Filter[] | undefined;
|
|
279
|
+
}
|
|
107
280
|
export interface DescribeIpamResourceDiscoveriesResult {
|
|
108
281
|
IpamResourceDiscoveries?: IpamResourceDiscovery[] | undefined;
|
|
109
282
|
NextToken?: string | undefined;
|
|
@@ -1914,146 +2087,6 @@ export interface DescribeVpcAttributeRequest {
|
|
|
1914
2087
|
VpcId: string | undefined;
|
|
1915
2088
|
DryRun?: boolean | undefined;
|
|
1916
2089
|
}
|
|
1917
|
-
export interface DescribeVpcAttributeResult {
|
|
1918
|
-
EnableDnsHostnames?: AttributeBooleanValue | undefined;
|
|
1919
|
-
EnableDnsSupport?: AttributeBooleanValue | undefined;
|
|
1920
|
-
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
1921
|
-
VpcId?: string | undefined;
|
|
1922
|
-
}
|
|
1923
|
-
export interface DescribeVpcBlockPublicAccessExclusionsRequest {
|
|
1924
|
-
DryRun?: boolean | undefined;
|
|
1925
|
-
Filters?: Filter[] | undefined;
|
|
1926
|
-
ExclusionIds?: string[] | undefined;
|
|
1927
|
-
NextToken?: string | undefined;
|
|
1928
|
-
MaxResults?: number | undefined;
|
|
1929
|
-
}
|
|
1930
|
-
export interface DescribeVpcBlockPublicAccessExclusionsResult {
|
|
1931
|
-
VpcBlockPublicAccessExclusions?: VpcBlockPublicAccessExclusion[] | undefined;
|
|
1932
|
-
NextToken?: string | undefined;
|
|
1933
|
-
}
|
|
1934
|
-
export interface DescribeVpcBlockPublicAccessOptionsRequest {
|
|
1935
|
-
DryRun?: boolean | undefined;
|
|
1936
|
-
}
|
|
1937
|
-
export declare const VpcBlockPublicAccessExclusionsAllowed: {
|
|
1938
|
-
readonly allowed: "allowed";
|
|
1939
|
-
readonly not_allowed: "not-allowed";
|
|
1940
|
-
};
|
|
1941
|
-
export type VpcBlockPublicAccessExclusionsAllowed =
|
|
1942
|
-
(typeof VpcBlockPublicAccessExclusionsAllowed)[keyof typeof VpcBlockPublicAccessExclusionsAllowed];
|
|
1943
|
-
export declare const InternetGatewayBlockMode: {
|
|
1944
|
-
readonly block_bidirectional: "block-bidirectional";
|
|
1945
|
-
readonly block_ingress: "block-ingress";
|
|
1946
|
-
readonly off: "off";
|
|
1947
|
-
};
|
|
1948
|
-
export type InternetGatewayBlockMode =
|
|
1949
|
-
(typeof InternetGatewayBlockMode)[keyof typeof InternetGatewayBlockMode];
|
|
1950
|
-
export declare const ManagedBy: {
|
|
1951
|
-
readonly account: "account";
|
|
1952
|
-
readonly declarative_policy: "declarative-policy";
|
|
1953
|
-
};
|
|
1954
|
-
export type ManagedBy = (typeof ManagedBy)[keyof typeof ManagedBy];
|
|
1955
|
-
export declare const VpcBlockPublicAccessState: {
|
|
1956
|
-
readonly default_state: "default-state";
|
|
1957
|
-
readonly update_complete: "update-complete";
|
|
1958
|
-
readonly update_in_progress: "update-in-progress";
|
|
1959
|
-
};
|
|
1960
|
-
export type VpcBlockPublicAccessState =
|
|
1961
|
-
(typeof VpcBlockPublicAccessState)[keyof typeof VpcBlockPublicAccessState];
|
|
1962
|
-
export interface VpcBlockPublicAccessOptions {
|
|
1963
|
-
AwsAccountId?: string | undefined;
|
|
1964
|
-
AwsRegion?: string | undefined;
|
|
1965
|
-
State?: VpcBlockPublicAccessState | undefined;
|
|
1966
|
-
InternetGatewayBlockMode?: InternetGatewayBlockMode | undefined;
|
|
1967
|
-
Reason?: string | undefined;
|
|
1968
|
-
LastUpdateTimestamp?: Date | undefined;
|
|
1969
|
-
ManagedBy?: ManagedBy | undefined;
|
|
1970
|
-
ExclusionsAllowed?: VpcBlockPublicAccessExclusionsAllowed | undefined;
|
|
1971
|
-
}
|
|
1972
|
-
export interface DescribeVpcBlockPublicAccessOptionsResult {
|
|
1973
|
-
VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
|
|
1974
|
-
}
|
|
1975
|
-
export interface DescribeVpcClassicLinkRequest {
|
|
1976
|
-
DryRun?: boolean | undefined;
|
|
1977
|
-
VpcIds?: string[] | undefined;
|
|
1978
|
-
Filters?: Filter[] | undefined;
|
|
1979
|
-
}
|
|
1980
|
-
export interface VpcClassicLink {
|
|
1981
|
-
ClassicLinkEnabled?: boolean | undefined;
|
|
1982
|
-
Tags?: Tag[] | undefined;
|
|
1983
|
-
VpcId?: string | undefined;
|
|
1984
|
-
}
|
|
1985
|
-
export interface DescribeVpcClassicLinkResult {
|
|
1986
|
-
Vpcs?: VpcClassicLink[] | undefined;
|
|
1987
|
-
}
|
|
1988
|
-
export interface DescribeVpcClassicLinkDnsSupportRequest {
|
|
1989
|
-
VpcIds?: string[] | undefined;
|
|
1990
|
-
MaxResults?: number | undefined;
|
|
1991
|
-
NextToken?: string | undefined;
|
|
1992
|
-
}
|
|
1993
|
-
export interface ClassicLinkDnsSupport {
|
|
1994
|
-
ClassicLinkDnsSupported?: boolean | undefined;
|
|
1995
|
-
VpcId?: string | undefined;
|
|
1996
|
-
}
|
|
1997
|
-
export interface DescribeVpcClassicLinkDnsSupportResult {
|
|
1998
|
-
NextToken?: string | undefined;
|
|
1999
|
-
Vpcs?: ClassicLinkDnsSupport[] | undefined;
|
|
2000
|
-
}
|
|
2001
|
-
export interface DescribeVpcEndpointAssociationsRequest {
|
|
2002
|
-
DryRun?: boolean | undefined;
|
|
2003
|
-
VpcEndpointIds?: string[] | undefined;
|
|
2004
|
-
Filters?: Filter[] | undefined;
|
|
2005
|
-
MaxResults?: number | undefined;
|
|
2006
|
-
NextToken?: string | undefined;
|
|
2007
|
-
}
|
|
2008
|
-
export interface VpcEndpointAssociation {
|
|
2009
|
-
Id?: string | undefined;
|
|
2010
|
-
VpcEndpointId?: string | undefined;
|
|
2011
|
-
ServiceNetworkArn?: string | undefined;
|
|
2012
|
-
ServiceNetworkName?: string | undefined;
|
|
2013
|
-
AssociatedResourceAccessibility?: string | undefined;
|
|
2014
|
-
FailureReason?: string | undefined;
|
|
2015
|
-
FailureCode?: string | undefined;
|
|
2016
|
-
DnsEntry?: DnsEntry | undefined;
|
|
2017
|
-
PrivateDnsEntry?: DnsEntry | undefined;
|
|
2018
|
-
AssociatedResourceArn?: string | undefined;
|
|
2019
|
-
ResourceConfigurationGroupArn?: string | undefined;
|
|
2020
|
-
Tags?: Tag[] | undefined;
|
|
2021
|
-
}
|
|
2022
|
-
export interface DescribeVpcEndpointAssociationsResult {
|
|
2023
|
-
VpcEndpointAssociations?: VpcEndpointAssociation[] | undefined;
|
|
2024
|
-
NextToken?: string | undefined;
|
|
2025
|
-
}
|
|
2026
|
-
export interface DescribeVpcEndpointConnectionNotificationsRequest {
|
|
2027
|
-
DryRun?: boolean | undefined;
|
|
2028
|
-
ConnectionNotificationId?: string | undefined;
|
|
2029
|
-
Filters?: Filter[] | undefined;
|
|
2030
|
-
MaxResults?: number | undefined;
|
|
2031
|
-
NextToken?: string | undefined;
|
|
2032
|
-
}
|
|
2033
|
-
export interface DescribeVpcEndpointConnectionNotificationsResult {
|
|
2034
|
-
ConnectionNotificationSet?: ConnectionNotification[] | undefined;
|
|
2035
|
-
NextToken?: string | undefined;
|
|
2036
|
-
}
|
|
2037
|
-
export interface DescribeVpcEndpointConnectionsRequest {
|
|
2038
|
-
DryRun?: boolean | undefined;
|
|
2039
|
-
Filters?: Filter[] | undefined;
|
|
2040
|
-
MaxResults?: number | undefined;
|
|
2041
|
-
NextToken?: string | undefined;
|
|
2042
|
-
}
|
|
2043
|
-
export interface VpcEndpointConnection {
|
|
2044
|
-
ServiceId?: string | undefined;
|
|
2045
|
-
VpcEndpointId?: string | undefined;
|
|
2046
|
-
VpcEndpointOwner?: string | undefined;
|
|
2047
|
-
VpcEndpointState?: State | undefined;
|
|
2048
|
-
CreationTimestamp?: Date | undefined;
|
|
2049
|
-
DnsEntries?: DnsEntry[] | undefined;
|
|
2050
|
-
NetworkLoadBalancerArns?: string[] | undefined;
|
|
2051
|
-
GatewayLoadBalancerArns?: string[] | undefined;
|
|
2052
|
-
IpAddressType?: IpAddressType | undefined;
|
|
2053
|
-
VpcEndpointConnectionId?: string | undefined;
|
|
2054
|
-
Tags?: Tag[] | undefined;
|
|
2055
|
-
VpcEndpointRegion?: string | undefined;
|
|
2056
|
-
}
|
|
2057
2090
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
|
|
2058
2091
|
obj: DescribeLaunchTemplateVersionsResult
|
|
2059
2092
|
) => any;
|
|
@@ -19,7 +19,6 @@ import {
|
|
|
19
19
|
SubnetIpv6CidrBlockAssociation,
|
|
20
20
|
Tag,
|
|
21
21
|
TagSpecification,
|
|
22
|
-
TargetConfigurationRequest,
|
|
23
22
|
TransitGatewayAssociation,
|
|
24
23
|
TransitGatewayAttachmentResourceType,
|
|
25
24
|
TransitGatewayMulticastDomainAssociations,
|
|
@@ -35,6 +34,7 @@ import {
|
|
|
35
34
|
CapacityReservationState,
|
|
36
35
|
DiskImageFormat,
|
|
37
36
|
InstanceRequirementsRequest,
|
|
37
|
+
IpAddressType,
|
|
38
38
|
IpamResourceTag,
|
|
39
39
|
RequestIpamResourceTag,
|
|
40
40
|
Vpc,
|
|
@@ -43,8 +43,11 @@ import {
|
|
|
43
43
|
NetworkInsightsAccessScopeContent,
|
|
44
44
|
ResponseLaunchTemplateData,
|
|
45
45
|
SSEType,
|
|
46
|
+
VpcBlockPublicAccessExclusion,
|
|
46
47
|
} from "./models_2";
|
|
47
48
|
import {
|
|
49
|
+
ConnectionNotification,
|
|
50
|
+
DnsEntry,
|
|
48
51
|
DnsNameState,
|
|
49
52
|
Filter,
|
|
50
53
|
IpamPoolCidr,
|
|
@@ -54,13 +57,14 @@ import {
|
|
|
54
57
|
ServiceConfiguration,
|
|
55
58
|
ServiceConnectivityType,
|
|
56
59
|
ServiceTypeDetail,
|
|
60
|
+
State,
|
|
57
61
|
StatisticType,
|
|
58
62
|
VpcEndpoint,
|
|
59
63
|
VpnConnection,
|
|
60
64
|
VpnGateway,
|
|
61
65
|
} from "./models_3";
|
|
62
66
|
import {
|
|
63
|
-
|
|
67
|
+
AttributeBooleanValue,
|
|
64
68
|
ExportTaskS3Location,
|
|
65
69
|
FastLaunchLaunchTemplateSpecificationResponse,
|
|
66
70
|
FastLaunchResourceType,
|
|
@@ -73,7 +77,147 @@ import {
|
|
|
73
77
|
PaymentOption,
|
|
74
78
|
VirtualizationType,
|
|
75
79
|
} from "./models_4";
|
|
76
|
-
import { AnalysisStatus,
|
|
80
|
+
import { AnalysisStatus, ArchitectureType } from "./models_5";
|
|
81
|
+
export interface DescribeVpcAttributeResult {
|
|
82
|
+
EnableDnsHostnames?: AttributeBooleanValue | undefined;
|
|
83
|
+
EnableDnsSupport?: AttributeBooleanValue | undefined;
|
|
84
|
+
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
85
|
+
VpcId?: string | undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface DescribeVpcBlockPublicAccessExclusionsRequest {
|
|
88
|
+
DryRun?: boolean | undefined;
|
|
89
|
+
Filters?: Filter[] | undefined;
|
|
90
|
+
ExclusionIds?: string[] | undefined;
|
|
91
|
+
NextToken?: string | undefined;
|
|
92
|
+
MaxResults?: number | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface DescribeVpcBlockPublicAccessExclusionsResult {
|
|
95
|
+
VpcBlockPublicAccessExclusions?: VpcBlockPublicAccessExclusion[] | undefined;
|
|
96
|
+
NextToken?: string | undefined;
|
|
97
|
+
}
|
|
98
|
+
export interface DescribeVpcBlockPublicAccessOptionsRequest {
|
|
99
|
+
DryRun?: boolean | undefined;
|
|
100
|
+
}
|
|
101
|
+
export declare const VpcBlockPublicAccessExclusionsAllowed: {
|
|
102
|
+
readonly allowed: "allowed";
|
|
103
|
+
readonly not_allowed: "not-allowed";
|
|
104
|
+
};
|
|
105
|
+
export type VpcBlockPublicAccessExclusionsAllowed =
|
|
106
|
+
(typeof VpcBlockPublicAccessExclusionsAllowed)[keyof typeof VpcBlockPublicAccessExclusionsAllowed];
|
|
107
|
+
export declare const InternetGatewayBlockMode: {
|
|
108
|
+
readonly block_bidirectional: "block-bidirectional";
|
|
109
|
+
readonly block_ingress: "block-ingress";
|
|
110
|
+
readonly off: "off";
|
|
111
|
+
};
|
|
112
|
+
export type InternetGatewayBlockMode =
|
|
113
|
+
(typeof InternetGatewayBlockMode)[keyof typeof InternetGatewayBlockMode];
|
|
114
|
+
export declare const ManagedBy: {
|
|
115
|
+
readonly account: "account";
|
|
116
|
+
readonly declarative_policy: "declarative-policy";
|
|
117
|
+
};
|
|
118
|
+
export type ManagedBy = (typeof ManagedBy)[keyof typeof ManagedBy];
|
|
119
|
+
export declare const VpcBlockPublicAccessState: {
|
|
120
|
+
readonly default_state: "default-state";
|
|
121
|
+
readonly update_complete: "update-complete";
|
|
122
|
+
readonly update_in_progress: "update-in-progress";
|
|
123
|
+
};
|
|
124
|
+
export type VpcBlockPublicAccessState =
|
|
125
|
+
(typeof VpcBlockPublicAccessState)[keyof typeof VpcBlockPublicAccessState];
|
|
126
|
+
export interface VpcBlockPublicAccessOptions {
|
|
127
|
+
AwsAccountId?: string | undefined;
|
|
128
|
+
AwsRegion?: string | undefined;
|
|
129
|
+
State?: VpcBlockPublicAccessState | undefined;
|
|
130
|
+
InternetGatewayBlockMode?: InternetGatewayBlockMode | undefined;
|
|
131
|
+
Reason?: string | undefined;
|
|
132
|
+
LastUpdateTimestamp?: Date | undefined;
|
|
133
|
+
ManagedBy?: ManagedBy | undefined;
|
|
134
|
+
ExclusionsAllowed?: VpcBlockPublicAccessExclusionsAllowed | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface DescribeVpcBlockPublicAccessOptionsResult {
|
|
137
|
+
VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
|
|
138
|
+
}
|
|
139
|
+
export interface DescribeVpcClassicLinkRequest {
|
|
140
|
+
DryRun?: boolean | undefined;
|
|
141
|
+
VpcIds?: string[] | undefined;
|
|
142
|
+
Filters?: Filter[] | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface VpcClassicLink {
|
|
145
|
+
ClassicLinkEnabled?: boolean | undefined;
|
|
146
|
+
Tags?: Tag[] | undefined;
|
|
147
|
+
VpcId?: string | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface DescribeVpcClassicLinkResult {
|
|
150
|
+
Vpcs?: VpcClassicLink[] | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface DescribeVpcClassicLinkDnsSupportRequest {
|
|
153
|
+
VpcIds?: string[] | undefined;
|
|
154
|
+
MaxResults?: number | undefined;
|
|
155
|
+
NextToken?: string | undefined;
|
|
156
|
+
}
|
|
157
|
+
export interface ClassicLinkDnsSupport {
|
|
158
|
+
ClassicLinkDnsSupported?: boolean | undefined;
|
|
159
|
+
VpcId?: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface DescribeVpcClassicLinkDnsSupportResult {
|
|
162
|
+
NextToken?: string | undefined;
|
|
163
|
+
Vpcs?: ClassicLinkDnsSupport[] | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface DescribeVpcEndpointAssociationsRequest {
|
|
166
|
+
DryRun?: boolean | undefined;
|
|
167
|
+
VpcEndpointIds?: string[] | undefined;
|
|
168
|
+
Filters?: Filter[] | undefined;
|
|
169
|
+
MaxResults?: number | undefined;
|
|
170
|
+
NextToken?: string | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface VpcEndpointAssociation {
|
|
173
|
+
Id?: string | undefined;
|
|
174
|
+
VpcEndpointId?: string | undefined;
|
|
175
|
+
ServiceNetworkArn?: string | undefined;
|
|
176
|
+
ServiceNetworkName?: string | undefined;
|
|
177
|
+
AssociatedResourceAccessibility?: string | undefined;
|
|
178
|
+
FailureReason?: string | undefined;
|
|
179
|
+
FailureCode?: string | undefined;
|
|
180
|
+
DnsEntry?: DnsEntry | undefined;
|
|
181
|
+
PrivateDnsEntry?: DnsEntry | undefined;
|
|
182
|
+
AssociatedResourceArn?: string | undefined;
|
|
183
|
+
ResourceConfigurationGroupArn?: string | undefined;
|
|
184
|
+
Tags?: Tag[] | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface DescribeVpcEndpointAssociationsResult {
|
|
187
|
+
VpcEndpointAssociations?: VpcEndpointAssociation[] | undefined;
|
|
188
|
+
NextToken?: string | undefined;
|
|
189
|
+
}
|
|
190
|
+
export interface DescribeVpcEndpointConnectionNotificationsRequest {
|
|
191
|
+
DryRun?: boolean | undefined;
|
|
192
|
+
ConnectionNotificationId?: string | undefined;
|
|
193
|
+
Filters?: Filter[] | undefined;
|
|
194
|
+
MaxResults?: number | undefined;
|
|
195
|
+
NextToken?: string | undefined;
|
|
196
|
+
}
|
|
197
|
+
export interface DescribeVpcEndpointConnectionNotificationsResult {
|
|
198
|
+
ConnectionNotificationSet?: ConnectionNotification[] | undefined;
|
|
199
|
+
NextToken?: string | undefined;
|
|
200
|
+
}
|
|
201
|
+
export interface DescribeVpcEndpointConnectionsRequest {
|
|
202
|
+
DryRun?: boolean | undefined;
|
|
203
|
+
Filters?: Filter[] | undefined;
|
|
204
|
+
MaxResults?: number | undefined;
|
|
205
|
+
NextToken?: string | undefined;
|
|
206
|
+
}
|
|
207
|
+
export interface VpcEndpointConnection {
|
|
208
|
+
ServiceId?: string | undefined;
|
|
209
|
+
VpcEndpointId?: string | undefined;
|
|
210
|
+
VpcEndpointOwner?: string | undefined;
|
|
211
|
+
VpcEndpointState?: State | undefined;
|
|
212
|
+
CreationTimestamp?: Date | undefined;
|
|
213
|
+
DnsEntries?: DnsEntry[] | undefined;
|
|
214
|
+
NetworkLoadBalancerArns?: string[] | undefined;
|
|
215
|
+
GatewayLoadBalancerArns?: string[] | undefined;
|
|
216
|
+
IpAddressType?: IpAddressType | undefined;
|
|
217
|
+
VpcEndpointConnectionId?: string | undefined;
|
|
218
|
+
Tags?: Tag[] | undefined;
|
|
219
|
+
VpcEndpointRegion?: string | undefined;
|
|
220
|
+
}
|
|
77
221
|
export interface DescribeVpcEndpointConnectionsResult {
|
|
78
222
|
VpcEndpointConnections?: VpcEndpointConnection[] | undefined;
|
|
79
223
|
NextToken?: string | undefined;
|
|
@@ -1517,128 +1661,6 @@ export interface GetNetworkInsightsAccessScopeContentResult {
|
|
|
1517
1661
|
| NetworkInsightsAccessScopeContent
|
|
1518
1662
|
| undefined;
|
|
1519
1663
|
}
|
|
1520
|
-
export interface GetPasswordDataRequest {
|
|
1521
|
-
InstanceId: string | undefined;
|
|
1522
|
-
DryRun?: boolean | undefined;
|
|
1523
|
-
}
|
|
1524
|
-
export interface GetPasswordDataResult {
|
|
1525
|
-
InstanceId?: string | undefined;
|
|
1526
|
-
Timestamp?: Date | undefined;
|
|
1527
|
-
PasswordData?: string | undefined;
|
|
1528
|
-
}
|
|
1529
|
-
export interface GetReservedInstancesExchangeQuoteRequest {
|
|
1530
|
-
DryRun?: boolean | undefined;
|
|
1531
|
-
ReservedInstanceIds: string[] | undefined;
|
|
1532
|
-
TargetConfigurations?: TargetConfigurationRequest[] | undefined;
|
|
1533
|
-
}
|
|
1534
|
-
export interface ReservationValue {
|
|
1535
|
-
HourlyPrice?: string | undefined;
|
|
1536
|
-
RemainingTotalValue?: string | undefined;
|
|
1537
|
-
RemainingUpfrontValue?: string | undefined;
|
|
1538
|
-
}
|
|
1539
|
-
export interface ReservedInstanceReservationValue {
|
|
1540
|
-
ReservationValue?: ReservationValue | undefined;
|
|
1541
|
-
ReservedInstanceId?: string | undefined;
|
|
1542
|
-
}
|
|
1543
|
-
export interface TargetConfiguration {
|
|
1544
|
-
InstanceCount?: number | undefined;
|
|
1545
|
-
OfferingId?: string | undefined;
|
|
1546
|
-
}
|
|
1547
|
-
export interface TargetReservationValue {
|
|
1548
|
-
ReservationValue?: ReservationValue | undefined;
|
|
1549
|
-
TargetConfiguration?: TargetConfiguration | undefined;
|
|
1550
|
-
}
|
|
1551
|
-
export interface GetReservedInstancesExchangeQuoteResult {
|
|
1552
|
-
CurrencyCode?: string | undefined;
|
|
1553
|
-
IsValidExchange?: boolean | undefined;
|
|
1554
|
-
OutputReservedInstancesWillExpireAt?: Date | undefined;
|
|
1555
|
-
PaymentDue?: string | undefined;
|
|
1556
|
-
ReservedInstanceValueRollup?: ReservationValue | undefined;
|
|
1557
|
-
ReservedInstanceValueSet?: ReservedInstanceReservationValue[] | undefined;
|
|
1558
|
-
TargetConfigurationValueRollup?: ReservationValue | undefined;
|
|
1559
|
-
TargetConfigurationValueSet?: TargetReservationValue[] | undefined;
|
|
1560
|
-
ValidationFailureReason?: string | undefined;
|
|
1561
|
-
}
|
|
1562
|
-
export interface GetRouteServerAssociationsRequest {
|
|
1563
|
-
RouteServerId: string | undefined;
|
|
1564
|
-
DryRun?: boolean | undefined;
|
|
1565
|
-
}
|
|
1566
|
-
export interface GetRouteServerAssociationsResult {
|
|
1567
|
-
RouteServerAssociations?: RouteServerAssociation[] | undefined;
|
|
1568
|
-
}
|
|
1569
|
-
export interface GetRouteServerPropagationsRequest {
|
|
1570
|
-
RouteServerId: string | undefined;
|
|
1571
|
-
RouteTableId?: string | undefined;
|
|
1572
|
-
DryRun?: boolean | undefined;
|
|
1573
|
-
}
|
|
1574
|
-
export interface GetRouteServerPropagationsResult {
|
|
1575
|
-
RouteServerPropagations?: RouteServerPropagation[] | undefined;
|
|
1576
|
-
}
|
|
1577
|
-
export interface GetRouteServerRoutingDatabaseRequest {
|
|
1578
|
-
RouteServerId: string | undefined;
|
|
1579
|
-
NextToken?: string | undefined;
|
|
1580
|
-
MaxResults?: number | undefined;
|
|
1581
|
-
DryRun?: boolean | undefined;
|
|
1582
|
-
Filters?: Filter[] | undefined;
|
|
1583
|
-
}
|
|
1584
|
-
export declare const RouteServerRouteInstallationStatus: {
|
|
1585
|
-
readonly INSTALLED: "installed";
|
|
1586
|
-
readonly REJECTED: "rejected";
|
|
1587
|
-
};
|
|
1588
|
-
export type RouteServerRouteInstallationStatus =
|
|
1589
|
-
(typeof RouteServerRouteInstallationStatus)[keyof typeof RouteServerRouteInstallationStatus];
|
|
1590
|
-
export interface RouteServerRouteInstallationDetail {
|
|
1591
|
-
RouteTableId?: string | undefined;
|
|
1592
|
-
RouteInstallationStatus?: RouteServerRouteInstallationStatus | undefined;
|
|
1593
|
-
RouteInstallationStatusReason?: string | undefined;
|
|
1594
|
-
}
|
|
1595
|
-
export declare const RouteServerRouteStatus: {
|
|
1596
|
-
readonly IN_FIB: "in-fib";
|
|
1597
|
-
readonly IN_RIB: "in-rib";
|
|
1598
|
-
};
|
|
1599
|
-
export type RouteServerRouteStatus =
|
|
1600
|
-
(typeof RouteServerRouteStatus)[keyof typeof RouteServerRouteStatus];
|
|
1601
|
-
export interface RouteServerRoute {
|
|
1602
|
-
RouteServerEndpointId?: string | undefined;
|
|
1603
|
-
RouteServerPeerId?: string | undefined;
|
|
1604
|
-
RouteInstallationDetails?: RouteServerRouteInstallationDetail[] | undefined;
|
|
1605
|
-
RouteStatus?: RouteServerRouteStatus | undefined;
|
|
1606
|
-
Prefix?: string | undefined;
|
|
1607
|
-
AsPaths?: string[] | undefined;
|
|
1608
|
-
Med?: number | undefined;
|
|
1609
|
-
NextHopIp?: string | undefined;
|
|
1610
|
-
}
|
|
1611
|
-
export interface GetRouteServerRoutingDatabaseResult {
|
|
1612
|
-
AreRoutesPersisted?: boolean | undefined;
|
|
1613
|
-
Routes?: RouteServerRoute[] | undefined;
|
|
1614
|
-
NextToken?: string | undefined;
|
|
1615
|
-
}
|
|
1616
|
-
export interface GetSecurityGroupsForVpcRequest {
|
|
1617
|
-
VpcId: string | undefined;
|
|
1618
|
-
NextToken?: string | undefined;
|
|
1619
|
-
MaxResults?: number | undefined;
|
|
1620
|
-
Filters?: Filter[] | undefined;
|
|
1621
|
-
DryRun?: boolean | undefined;
|
|
1622
|
-
}
|
|
1623
|
-
export interface SecurityGroupForVpc {
|
|
1624
|
-
Description?: string | undefined;
|
|
1625
|
-
GroupName?: string | undefined;
|
|
1626
|
-
OwnerId?: string | undefined;
|
|
1627
|
-
GroupId?: string | undefined;
|
|
1628
|
-
Tags?: Tag[] | undefined;
|
|
1629
|
-
PrimaryVpcId?: string | undefined;
|
|
1630
|
-
}
|
|
1631
|
-
export interface GetSecurityGroupsForVpcResult {
|
|
1632
|
-
NextToken?: string | undefined;
|
|
1633
|
-
SecurityGroupForVpcs?: SecurityGroupForVpc[] | undefined;
|
|
1634
|
-
}
|
|
1635
|
-
export interface GetSerialConsoleAccessStatusRequest {
|
|
1636
|
-
DryRun?: boolean | undefined;
|
|
1637
|
-
}
|
|
1638
|
-
export interface GetSerialConsoleAccessStatusResult {
|
|
1639
|
-
SerialConsoleAccessEnabled?: boolean | undefined;
|
|
1640
|
-
ManagedBy?: ManagedBy | undefined;
|
|
1641
|
-
}
|
|
1642
1664
|
export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (
|
|
1643
1665
|
obj: DescribeVpnConnectionsResult
|
|
1644
1666
|
) => any;
|
|
@@ -1657,6 +1679,3 @@ export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
|
|
|
1657
1679
|
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
|
|
1658
1680
|
obj: GetLaunchTemplateDataResult
|
|
1659
1681
|
) => any;
|
|
1660
|
-
export declare const GetPasswordDataResultFilterSensitiveLog: (
|
|
1661
|
-
obj: GetPasswordDataResult
|
|
1662
|
-
) => any;
|