@aws-sdk/client-ec2 3.36.1 → 3.40.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/CHANGELOG.md +46 -0
- package/dist-cjs/EC2.js +30 -0
- package/dist-cjs/commands/CreateFleetCommand.js +2 -1
- package/dist-cjs/commands/CreateFlowLogsCommand.js +3 -3
- package/dist-cjs/commands/CreateFpgaImageCommand.js +3 -3
- package/dist-cjs/commands/CreateImageCommand.js +3 -3
- package/dist-cjs/commands/CreateInstanceEventWindowCommand.js +1 -2
- package/dist-cjs/commands/CreateVpcEndpointServiceConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +3 -3
- package/dist-cjs/commands/CreateVpnConnectionCommand.js +1 -2
- package/dist-cjs/commands/DescribeHostsCommand.js +2 -1
- package/dist-cjs/commands/DescribeIamInstanceProfileAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeIdFormatCommand.js +3 -3
- package/dist-cjs/commands/DescribeIdentityIdFormatCommand.js +3 -3
- package/dist-cjs/commands/DescribeImageAttributeCommand.js +3 -3
- package/dist-cjs/commands/DescribeImagesCommand.js +3 -3
- package/dist-cjs/commands/DescribeImportImageTasksCommand.js +1 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrafficMirrorFiltersCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrafficMirrorSessionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrafficMirrorTargetsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayAttachmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayConnectPeersCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayConnectsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayMulticastDomainsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayRouteTablesCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +3 -3
- package/dist-cjs/commands/DescribeTransitGatewaysCommand.js +3 -3
- package/dist-cjs/commands/DescribeTrunkInterfaceAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeVolumeAttributeCommand.js +3 -3
- package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +36 -0
- package/dist-cjs/commands/GetSpotPlacementScoresCommand.js +36 -0
- package/dist-cjs/commands/ModifyInstanceCreditSpecificationCommand.js +2 -1
- package/dist-cjs/commands/ModifyInstanceEventStartTimeCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceEventWindowCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstanceMetadataOptionsCommand.js +3 -3
- package/dist-cjs/commands/ModifyInstancePlacementCommand.js +3 -3
- package/dist-cjs/commands/ModifyLaunchTemplateCommand.js +3 -3
- package/dist-cjs/commands/ModifyManagedPrefixListCommand.js +3 -3
- package/dist-cjs/commands/ModifyNetworkInterfaceAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyReservedInstancesCommand.js +3 -3
- package/dist-cjs/commands/ModifySecurityGroupRulesCommand.js +3 -3
- package/dist-cjs/commands/ModifySnapshotAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifySpotFleetRequestCommand.js +3 -3
- package/dist-cjs/commands/ModifySubnetAttributeCommand.js +2 -2
- package/dist-cjs/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +3 -3
- package/dist-cjs/commands/ModifyTrafficMirrorFilterRuleCommand.js +3 -3
- package/dist-cjs/commands/ModifyTrafficMirrorSessionCommand.js +1 -2
- package/dist-cjs/commands/index.js +476 -0
- package/dist-cjs/endpoints.js +187 -23
- package/dist-cjs/index.js +5 -609
- package/dist-cjs/models/models_0.js +144 -108
- package/dist-cjs/models/models_1.js +153 -181
- package/dist-cjs/models/models_2.js +188 -144
- package/dist-cjs/models/models_3.js +150 -192
- package/dist-cjs/models/models_4.js +234 -223
- package/dist-cjs/models/models_5.js +222 -4
- package/dist-cjs/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +35 -0
- package/dist-cjs/pagination/GetSpotPlacementScoresPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +109 -0
- package/dist-cjs/protocols/Aws_ec2.js +2226 -915
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-cjs/waiters/index.js +35 -0
- package/dist-es/EC2.js +30 -0
- package/dist-es/commands/CreateFleetCommand.js +2 -1
- package/dist-es/commands/CreateFlowLogsCommand.js +1 -1
- package/dist-es/commands/CreateFpgaImageCommand.js +1 -1
- package/dist-es/commands/CreateImageCommand.js +1 -1
- package/dist-es/commands/CreateInstanceEventWindowCommand.js +1 -2
- package/dist-es/commands/CreateVpcEndpointServiceConfigurationCommand.js +1 -1
- package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +1 -1
- package/dist-es/commands/CreateVpnConnectionCommand.js +1 -2
- package/dist-es/commands/DescribeHostsCommand.js +2 -1
- package/dist-es/commands/DescribeIamInstanceProfileAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeIdFormatCommand.js +1 -1
- package/dist-es/commands/DescribeIdentityIdFormatCommand.js +1 -1
- package/dist-es/commands/DescribeImageAttributeCommand.js +1 -1
- package/dist-es/commands/DescribeImagesCommand.js +1 -1
- package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -2
- package/dist-es/commands/DescribeTagsCommand.js +1 -1
- package/dist-es/commands/DescribeTrafficMirrorFiltersCommand.js +1 -1
- package/dist-es/commands/DescribeTrafficMirrorSessionsCommand.js +1 -1
- package/dist-es/commands/DescribeTrafficMirrorTargetsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayAttachmentsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayConnectPeersCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayConnectsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayMulticastDomainsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayRouteTablesCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +1 -1
- package/dist-es/commands/DescribeTransitGatewaysCommand.js +1 -1
- package/dist-es/commands/DescribeTrunkInterfaceAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeVolumeAttributeCommand.js +1 -1
- package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +39 -0
- package/dist-es/commands/GetSpotPlacementScoresCommand.js +39 -0
- package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +2 -1
- package/dist-es/commands/ModifyInstanceEventStartTimeCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceEventWindowCommand.js +1 -1
- package/dist-es/commands/ModifyInstanceMetadataOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyInstancePlacementCommand.js +1 -1
- package/dist-es/commands/ModifyLaunchTemplateCommand.js +1 -1
- package/dist-es/commands/ModifyManagedPrefixListCommand.js +1 -1
- package/dist-es/commands/ModifyNetworkInterfaceAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyReservedInstancesCommand.js +1 -1
- package/dist-es/commands/ModifySecurityGroupRulesCommand.js +1 -1
- package/dist-es/commands/ModifySnapshotAttributeCommand.js +1 -1
- package/dist-es/commands/ModifySpotFleetRequestCommand.js +1 -1
- package/dist-es/commands/ModifySubnetAttributeCommand.js +1 -1
- package/dist-es/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +1 -1
- package/dist-es/commands/ModifyTrafficMirrorFilterRuleCommand.js +1 -1
- package/dist-es/commands/ModifyTrafficMirrorSessionCommand.js +1 -2
- package/dist-es/commands/index.js +473 -0
- package/dist-es/endpoints.js +187 -23
- package/dist-es/index.js +5 -609
- package/dist-es/models/models_0.js +116 -73
- package/dist-es/models/models_1.js +102 -124
- package/dist-es/models/models_2.js +128 -92
- package/dist-es/models/models_3.js +98 -124
- package/dist-es/models/models_4.js +152 -147
- package/dist-es/models/models_5.js +147 -0
- package/dist-es/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +74 -0
- package/dist-es/pagination/GetSpotPlacementScoresPaginator.js +74 -0
- package/dist-es/pagination/index.js +106 -0
- package/dist-es/protocols/Aws_ec2.js +3652 -2148
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-es/waiters/index.js +32 -0
- package/dist-types/EC2.d.ts +54 -22
- package/dist-types/EC2Client.d.ts +12 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -2
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -5
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeRegionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +44 -0
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +42 -0
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -3
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +473 -0
- package/dist-types/index.d.ts +5 -609
- package/dist-types/models/models_0.d.ts +610 -699
- package/dist-types/models/models_1.d.ts +4710 -4496
- package/dist-types/models/models_2.d.ts +4647 -4707
- package/dist-types/models/models_3.d.ts +6978 -6938
- package/dist-types/models/models_4.d.ts +4834 -4487
- package/dist-types/models/models_5.d.ts +974 -20
- package/dist-types/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
- package/dist-types/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +106 -0
- package/dist-types/protocols/Aws_ec2.d.ts +6 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/EC2.d.ts +10 -0
- package/dist-types/ts3.4/EC2Client.d.ts +8 -2
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/index.d.ts +473 -0
- package/dist-types/ts3.4/index.d.ts +5 -609
- package/dist-types/ts3.4/models/models_0.d.ts +231 -266
- package/dist-types/ts3.4/models/models_1.d.ts +401 -417
- package/dist-types/ts3.4/models/models_2.d.ts +439 -413
- package/dist-types/ts3.4/models/models_3.d.ts +2348 -2330
- package/dist-types/ts3.4/models/models_4.d.ts +2003 -1964
- package/dist-types/ts3.4/models/models_5.d.ts +485 -7
- package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +106 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/waiters/index.d.ts +32 -0
- package/dist-types/waiters/index.d.ts +32 -0
- package/package.json +34 -34
|
@@ -1,5 +1,417 @@
|
|
|
1
|
-
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName,
|
|
2
|
-
import { DiskImageFormat, ExportTask, GroupIdentifier, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable
|
|
1
|
+
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CurrencyCodeValues, CustomerGateway, DefaultTargetCapacityType, DhcpOptions, EgressOnlyInternetGateway, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GatewayType, InstanceEventWindowState, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, Tag, TagSpecification, TargetCapacityUnitType, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TransportProtocol, UnsuccessfulItem, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { DestinationFileFormat, DiskImageFormat, ExportTask, FleetLaunchTemplateOverrides, GroupIdentifier, InstanceLifecycle, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SubnetCidrReservation, TrafficType, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable } from "./models_1";
|
|
3
|
+
export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
4
|
+
|
|
5
|
+
DryRun?: boolean;
|
|
6
|
+
|
|
7
|
+
AcceptanceRequired?: boolean;
|
|
8
|
+
|
|
9
|
+
PrivateDnsName?: string;
|
|
10
|
+
|
|
11
|
+
NetworkLoadBalancerArns?: string[];
|
|
12
|
+
|
|
13
|
+
GatewayLoadBalancerArns?: string[];
|
|
14
|
+
|
|
15
|
+
ClientToken?: string;
|
|
16
|
+
|
|
17
|
+
TagSpecifications?: TagSpecification[];
|
|
18
|
+
}
|
|
19
|
+
export declare namespace CreateVpcEndpointServiceConfigurationRequest {
|
|
20
|
+
|
|
21
|
+
const filterSensitiveLog: (obj: CreateVpcEndpointServiceConfigurationRequest) => any;
|
|
22
|
+
}
|
|
23
|
+
export declare enum DnsNameState {
|
|
24
|
+
Failed = "failed",
|
|
25
|
+
PendingVerification = "pendingVerification",
|
|
26
|
+
Verified = "verified"
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface PrivateDnsNameConfiguration {
|
|
30
|
+
|
|
31
|
+
State?: DnsNameState | string;
|
|
32
|
+
|
|
33
|
+
Type?: string;
|
|
34
|
+
|
|
35
|
+
Value?: string;
|
|
36
|
+
|
|
37
|
+
Name?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace PrivateDnsNameConfiguration {
|
|
40
|
+
|
|
41
|
+
const filterSensitiveLog: (obj: PrivateDnsNameConfiguration) => any;
|
|
42
|
+
}
|
|
43
|
+
export declare enum ServiceState {
|
|
44
|
+
Available = "Available",
|
|
45
|
+
Deleted = "Deleted",
|
|
46
|
+
Deleting = "Deleting",
|
|
47
|
+
Failed = "Failed",
|
|
48
|
+
Pending = "Pending"
|
|
49
|
+
}
|
|
50
|
+
export declare enum ServiceType {
|
|
51
|
+
Gateway = "Gateway",
|
|
52
|
+
GatewayLoadBalancer = "GatewayLoadBalancer",
|
|
53
|
+
Interface = "Interface"
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
export interface ServiceTypeDetail {
|
|
57
|
+
|
|
58
|
+
ServiceType?: ServiceType | string;
|
|
59
|
+
}
|
|
60
|
+
export declare namespace ServiceTypeDetail {
|
|
61
|
+
|
|
62
|
+
const filterSensitiveLog: (obj: ServiceTypeDetail) => any;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface ServiceConfiguration {
|
|
66
|
+
|
|
67
|
+
ServiceType?: ServiceTypeDetail[];
|
|
68
|
+
|
|
69
|
+
ServiceId?: string;
|
|
70
|
+
|
|
71
|
+
ServiceName?: string;
|
|
72
|
+
|
|
73
|
+
ServiceState?: ServiceState | string;
|
|
74
|
+
|
|
75
|
+
AvailabilityZones?: string[];
|
|
76
|
+
|
|
77
|
+
AcceptanceRequired?: boolean;
|
|
78
|
+
|
|
79
|
+
ManagesVpcEndpoints?: boolean;
|
|
80
|
+
|
|
81
|
+
NetworkLoadBalancerArns?: string[];
|
|
82
|
+
|
|
83
|
+
GatewayLoadBalancerArns?: string[];
|
|
84
|
+
|
|
85
|
+
BaseEndpointDnsNames?: string[];
|
|
86
|
+
|
|
87
|
+
PrivateDnsName?: string;
|
|
88
|
+
|
|
89
|
+
PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration;
|
|
90
|
+
|
|
91
|
+
Tags?: Tag[];
|
|
92
|
+
}
|
|
93
|
+
export declare namespace ServiceConfiguration {
|
|
94
|
+
|
|
95
|
+
const filterSensitiveLog: (obj: ServiceConfiguration) => any;
|
|
96
|
+
}
|
|
97
|
+
export interface CreateVpcEndpointServiceConfigurationResult {
|
|
98
|
+
|
|
99
|
+
ServiceConfiguration?: ServiceConfiguration;
|
|
100
|
+
|
|
101
|
+
ClientToken?: string;
|
|
102
|
+
}
|
|
103
|
+
export declare namespace CreateVpcEndpointServiceConfigurationResult {
|
|
104
|
+
|
|
105
|
+
const filterSensitiveLog: (obj: CreateVpcEndpointServiceConfigurationResult) => any;
|
|
106
|
+
}
|
|
107
|
+
export interface CreateVpcPeeringConnectionRequest {
|
|
108
|
+
|
|
109
|
+
DryRun?: boolean;
|
|
110
|
+
|
|
111
|
+
PeerOwnerId?: string;
|
|
112
|
+
|
|
113
|
+
PeerVpcId?: string;
|
|
114
|
+
|
|
115
|
+
VpcId?: string;
|
|
116
|
+
|
|
117
|
+
PeerRegion?: string;
|
|
118
|
+
|
|
119
|
+
TagSpecifications?: TagSpecification[];
|
|
120
|
+
}
|
|
121
|
+
export declare namespace CreateVpcPeeringConnectionRequest {
|
|
122
|
+
|
|
123
|
+
const filterSensitiveLog: (obj: CreateVpcPeeringConnectionRequest) => any;
|
|
124
|
+
}
|
|
125
|
+
export interface CreateVpcPeeringConnectionResult {
|
|
126
|
+
|
|
127
|
+
VpcPeeringConnection?: VpcPeeringConnection;
|
|
128
|
+
}
|
|
129
|
+
export declare namespace CreateVpcPeeringConnectionResult {
|
|
130
|
+
|
|
131
|
+
const filterSensitiveLog: (obj: CreateVpcPeeringConnectionResult) => any;
|
|
132
|
+
}
|
|
133
|
+
export declare type TunnelInsideIpVersion = "ipv4" | "ipv6";
|
|
134
|
+
|
|
135
|
+
export interface IKEVersionsRequestListValue {
|
|
136
|
+
|
|
137
|
+
Value?: string;
|
|
138
|
+
}
|
|
139
|
+
export declare namespace IKEVersionsRequestListValue {
|
|
140
|
+
|
|
141
|
+
const filterSensitiveLog: (obj: IKEVersionsRequestListValue) => any;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
export interface Phase1DHGroupNumbersRequestListValue {
|
|
145
|
+
|
|
146
|
+
Value?: number;
|
|
147
|
+
}
|
|
148
|
+
export declare namespace Phase1DHGroupNumbersRequestListValue {
|
|
149
|
+
|
|
150
|
+
const filterSensitiveLog: (obj: Phase1DHGroupNumbersRequestListValue) => any;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export interface Phase1EncryptionAlgorithmsRequestListValue {
|
|
154
|
+
|
|
155
|
+
Value?: string;
|
|
156
|
+
}
|
|
157
|
+
export declare namespace Phase1EncryptionAlgorithmsRequestListValue {
|
|
158
|
+
|
|
159
|
+
const filterSensitiveLog: (obj: Phase1EncryptionAlgorithmsRequestListValue) => any;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
export interface Phase1IntegrityAlgorithmsRequestListValue {
|
|
163
|
+
|
|
164
|
+
Value?: string;
|
|
165
|
+
}
|
|
166
|
+
export declare namespace Phase1IntegrityAlgorithmsRequestListValue {
|
|
167
|
+
|
|
168
|
+
const filterSensitiveLog: (obj: Phase1IntegrityAlgorithmsRequestListValue) => any;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
export interface Phase2DHGroupNumbersRequestListValue {
|
|
172
|
+
|
|
173
|
+
Value?: number;
|
|
174
|
+
}
|
|
175
|
+
export declare namespace Phase2DHGroupNumbersRequestListValue {
|
|
176
|
+
|
|
177
|
+
const filterSensitiveLog: (obj: Phase2DHGroupNumbersRequestListValue) => any;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
export interface Phase2EncryptionAlgorithmsRequestListValue {
|
|
181
|
+
|
|
182
|
+
Value?: string;
|
|
183
|
+
}
|
|
184
|
+
export declare namespace Phase2EncryptionAlgorithmsRequestListValue {
|
|
185
|
+
|
|
186
|
+
const filterSensitiveLog: (obj: Phase2EncryptionAlgorithmsRequestListValue) => any;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export interface Phase2IntegrityAlgorithmsRequestListValue {
|
|
190
|
+
|
|
191
|
+
Value?: string;
|
|
192
|
+
}
|
|
193
|
+
export declare namespace Phase2IntegrityAlgorithmsRequestListValue {
|
|
194
|
+
|
|
195
|
+
const filterSensitiveLog: (obj: Phase2IntegrityAlgorithmsRequestListValue) => any;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
export interface VpnTunnelOptionsSpecification {
|
|
199
|
+
|
|
200
|
+
TunnelInsideCidr?: string;
|
|
201
|
+
|
|
202
|
+
TunnelInsideIpv6Cidr?: string;
|
|
203
|
+
|
|
204
|
+
PreSharedKey?: string;
|
|
205
|
+
|
|
206
|
+
Phase1LifetimeSeconds?: number;
|
|
207
|
+
|
|
208
|
+
Phase2LifetimeSeconds?: number;
|
|
209
|
+
|
|
210
|
+
RekeyMarginTimeSeconds?: number;
|
|
211
|
+
|
|
212
|
+
RekeyFuzzPercentage?: number;
|
|
213
|
+
|
|
214
|
+
ReplayWindowSize?: number;
|
|
215
|
+
|
|
216
|
+
DPDTimeoutSeconds?: number;
|
|
217
|
+
|
|
218
|
+
DPDTimeoutAction?: string;
|
|
219
|
+
|
|
220
|
+
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
|
|
221
|
+
|
|
222
|
+
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
|
|
223
|
+
|
|
224
|
+
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
|
|
225
|
+
|
|
226
|
+
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
|
|
227
|
+
|
|
228
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
|
|
229
|
+
|
|
230
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
|
|
231
|
+
|
|
232
|
+
IKEVersions?: IKEVersionsRequestListValue[];
|
|
233
|
+
|
|
234
|
+
StartupAction?: string;
|
|
235
|
+
}
|
|
236
|
+
export declare namespace VpnTunnelOptionsSpecification {
|
|
237
|
+
|
|
238
|
+
const filterSensitiveLog: (obj: VpnTunnelOptionsSpecification) => any;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
export interface VpnConnectionOptionsSpecification {
|
|
242
|
+
|
|
243
|
+
EnableAcceleration?: boolean;
|
|
244
|
+
|
|
245
|
+
StaticRoutesOnly?: boolean;
|
|
246
|
+
|
|
247
|
+
TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
|
|
248
|
+
|
|
249
|
+
TunnelOptions?: VpnTunnelOptionsSpecification[];
|
|
250
|
+
|
|
251
|
+
LocalIpv4NetworkCidr?: string;
|
|
252
|
+
|
|
253
|
+
RemoteIpv4NetworkCidr?: string;
|
|
254
|
+
|
|
255
|
+
LocalIpv6NetworkCidr?: string;
|
|
256
|
+
|
|
257
|
+
RemoteIpv6NetworkCidr?: string;
|
|
258
|
+
}
|
|
259
|
+
export declare namespace VpnConnectionOptionsSpecification {
|
|
260
|
+
|
|
261
|
+
const filterSensitiveLog: (obj: VpnConnectionOptionsSpecification) => any;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
export interface CreateVpnConnectionRequest {
|
|
265
|
+
|
|
266
|
+
CustomerGatewayId: string | undefined;
|
|
267
|
+
|
|
268
|
+
Type: string | undefined;
|
|
269
|
+
|
|
270
|
+
VpnGatewayId?: string;
|
|
271
|
+
|
|
272
|
+
TransitGatewayId?: string;
|
|
273
|
+
|
|
274
|
+
DryRun?: boolean;
|
|
275
|
+
|
|
276
|
+
Options?: VpnConnectionOptionsSpecification;
|
|
277
|
+
|
|
278
|
+
TagSpecifications?: TagSpecification[];
|
|
279
|
+
}
|
|
280
|
+
export declare namespace CreateVpnConnectionRequest {
|
|
281
|
+
|
|
282
|
+
const filterSensitiveLog: (obj: CreateVpnConnectionRequest) => any;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export interface IKEVersionsListValue {
|
|
286
|
+
|
|
287
|
+
Value?: string;
|
|
288
|
+
}
|
|
289
|
+
export declare namespace IKEVersionsListValue {
|
|
290
|
+
|
|
291
|
+
const filterSensitiveLog: (obj: IKEVersionsListValue) => any;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
export interface Phase1DHGroupNumbersListValue {
|
|
295
|
+
|
|
296
|
+
Value?: number;
|
|
297
|
+
}
|
|
298
|
+
export declare namespace Phase1DHGroupNumbersListValue {
|
|
299
|
+
|
|
300
|
+
const filterSensitiveLog: (obj: Phase1DHGroupNumbersListValue) => any;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
export interface Phase1EncryptionAlgorithmsListValue {
|
|
304
|
+
|
|
305
|
+
Value?: string;
|
|
306
|
+
}
|
|
307
|
+
export declare namespace Phase1EncryptionAlgorithmsListValue {
|
|
308
|
+
|
|
309
|
+
const filterSensitiveLog: (obj: Phase1EncryptionAlgorithmsListValue) => any;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
export interface Phase1IntegrityAlgorithmsListValue {
|
|
313
|
+
|
|
314
|
+
Value?: string;
|
|
315
|
+
}
|
|
316
|
+
export declare namespace Phase1IntegrityAlgorithmsListValue {
|
|
317
|
+
|
|
318
|
+
const filterSensitiveLog: (obj: Phase1IntegrityAlgorithmsListValue) => any;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
export interface Phase2DHGroupNumbersListValue {
|
|
322
|
+
|
|
323
|
+
Value?: number;
|
|
324
|
+
}
|
|
325
|
+
export declare namespace Phase2DHGroupNumbersListValue {
|
|
326
|
+
|
|
327
|
+
const filterSensitiveLog: (obj: Phase2DHGroupNumbersListValue) => any;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
export interface Phase2EncryptionAlgorithmsListValue {
|
|
331
|
+
|
|
332
|
+
Value?: string;
|
|
333
|
+
}
|
|
334
|
+
export declare namespace Phase2EncryptionAlgorithmsListValue {
|
|
335
|
+
|
|
336
|
+
const filterSensitiveLog: (obj: Phase2EncryptionAlgorithmsListValue) => any;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
export interface Phase2IntegrityAlgorithmsListValue {
|
|
340
|
+
|
|
341
|
+
Value?: string;
|
|
342
|
+
}
|
|
343
|
+
export declare namespace Phase2IntegrityAlgorithmsListValue {
|
|
344
|
+
|
|
345
|
+
const filterSensitiveLog: (obj: Phase2IntegrityAlgorithmsListValue) => any;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
export interface TunnelOption {
|
|
349
|
+
|
|
350
|
+
OutsideIpAddress?: string;
|
|
351
|
+
|
|
352
|
+
TunnelInsideCidr?: string;
|
|
353
|
+
|
|
354
|
+
TunnelInsideIpv6Cidr?: string;
|
|
355
|
+
|
|
356
|
+
PreSharedKey?: string;
|
|
357
|
+
|
|
358
|
+
Phase1LifetimeSeconds?: number;
|
|
359
|
+
|
|
360
|
+
Phase2LifetimeSeconds?: number;
|
|
361
|
+
|
|
362
|
+
RekeyMarginTimeSeconds?: number;
|
|
363
|
+
|
|
364
|
+
RekeyFuzzPercentage?: number;
|
|
365
|
+
|
|
366
|
+
ReplayWindowSize?: number;
|
|
367
|
+
|
|
368
|
+
DpdTimeoutSeconds?: number;
|
|
369
|
+
|
|
370
|
+
DpdTimeoutAction?: string;
|
|
371
|
+
|
|
372
|
+
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsListValue[];
|
|
373
|
+
|
|
374
|
+
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsListValue[];
|
|
375
|
+
|
|
376
|
+
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsListValue[];
|
|
377
|
+
|
|
378
|
+
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsListValue[];
|
|
379
|
+
|
|
380
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersListValue[];
|
|
381
|
+
|
|
382
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersListValue[];
|
|
383
|
+
|
|
384
|
+
IkeVersions?: IKEVersionsListValue[];
|
|
385
|
+
|
|
386
|
+
StartupAction?: string;
|
|
387
|
+
}
|
|
388
|
+
export declare namespace TunnelOption {
|
|
389
|
+
|
|
390
|
+
const filterSensitiveLog: (obj: TunnelOption) => any;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
export interface VpnConnectionOptions {
|
|
394
|
+
|
|
395
|
+
EnableAcceleration?: boolean;
|
|
396
|
+
|
|
397
|
+
StaticRoutesOnly?: boolean;
|
|
398
|
+
|
|
399
|
+
LocalIpv4NetworkCidr?: string;
|
|
400
|
+
|
|
401
|
+
RemoteIpv4NetworkCidr?: string;
|
|
402
|
+
|
|
403
|
+
LocalIpv6NetworkCidr?: string;
|
|
404
|
+
|
|
405
|
+
RemoteIpv6NetworkCidr?: string;
|
|
406
|
+
|
|
407
|
+
TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
|
|
408
|
+
|
|
409
|
+
TunnelOptions?: TunnelOption[];
|
|
410
|
+
}
|
|
411
|
+
export declare namespace VpnConnectionOptions {
|
|
412
|
+
|
|
413
|
+
const filterSensitiveLog: (obj: VpnConnectionOptions) => any;
|
|
414
|
+
}
|
|
3
415
|
export declare type VpnStaticRouteSource = "Static";
|
|
4
416
|
export declare type VpnState = "available" | "deleted" | "deleting" | "pending";
|
|
5
417
|
|
|
@@ -54,6 +466,12 @@ export interface VpnConnection {
|
|
|
54
466
|
|
|
55
467
|
TransitGatewayId?: string;
|
|
56
468
|
|
|
469
|
+
CoreNetworkArn?: string;
|
|
470
|
+
|
|
471
|
+
CoreNetworkAttachmentArn?: string;
|
|
472
|
+
|
|
473
|
+
GatewayAssociationState?: string;
|
|
474
|
+
|
|
57
475
|
Options?: VpnConnectionOptions;
|
|
58
476
|
|
|
59
477
|
Routes?: VpnStaticRoute[];
|
|
@@ -2685,6 +3103,8 @@ export declare namespace OnDemandOptions {
|
|
|
2685
3103
|
export interface FleetSpotCapacityRebalance {
|
|
2686
3104
|
|
|
2687
3105
|
ReplacementStrategy?: FleetReplacementStrategy | string;
|
|
3106
|
+
|
|
3107
|
+
TerminationDelay?: number;
|
|
2688
3108
|
}
|
|
2689
3109
|
export declare namespace FleetSpotCapacityRebalance {
|
|
2690
3110
|
|
|
@@ -2732,6 +3152,8 @@ export interface TargetCapacitySpecification {
|
|
|
2732
3152
|
SpotTargetCapacity?: number;
|
|
2733
3153
|
|
|
2734
3154
|
DefaultTargetCapacityType?: DefaultTargetCapacityType | string;
|
|
3155
|
+
|
|
3156
|
+
TargetCapacityUnitType?: TargetCapacityUnitType | string;
|
|
2735
3157
|
}
|
|
2736
3158
|
export declare namespace TargetCapacitySpecification {
|
|
2737
3159
|
|
|
@@ -2813,6 +3235,19 @@ export declare namespace DescribeFlowLogsRequest {
|
|
|
2813
3235
|
const filterSensitiveLog: (obj: DescribeFlowLogsRequest) => any;
|
|
2814
3236
|
}
|
|
2815
3237
|
|
|
3238
|
+
export interface DestinationOptionsResponse {
|
|
3239
|
+
|
|
3240
|
+
FileFormat?: DestinationFileFormat | string;
|
|
3241
|
+
|
|
3242
|
+
HiveCompatiblePartitions?: boolean;
|
|
3243
|
+
|
|
3244
|
+
PerHourPartition?: boolean;
|
|
3245
|
+
}
|
|
3246
|
+
export declare namespace DestinationOptionsResponse {
|
|
3247
|
+
|
|
3248
|
+
const filterSensitiveLog: (obj: DestinationOptionsResponse) => any;
|
|
3249
|
+
}
|
|
3250
|
+
|
|
2816
3251
|
export interface FlowLog {
|
|
2817
3252
|
|
|
2818
3253
|
CreationTime?: Date;
|
|
@@ -2842,6 +3277,8 @@ export interface FlowLog {
|
|
|
2842
3277
|
Tags?: Tag[];
|
|
2843
3278
|
|
|
2844
3279
|
MaxAggregationInterval?: number;
|
|
3280
|
+
|
|
3281
|
+
DestinationOptions?: DestinationOptionsResponse;
|
|
2845
3282
|
}
|
|
2846
3283
|
export declare namespace FlowLog {
|
|
2847
3284
|
|
|
@@ -3157,414 +3594,3 @@ export declare namespace InstanceCapacity {
|
|
|
3157
3594
|
|
|
3158
3595
|
const filterSensitiveLog: (obj: InstanceCapacity) => any;
|
|
3159
3596
|
}
|
|
3160
|
-
|
|
3161
|
-
export interface AvailableCapacity {
|
|
3162
|
-
|
|
3163
|
-
AvailableInstanceCapacity?: InstanceCapacity[];
|
|
3164
|
-
|
|
3165
|
-
AvailableVCpus?: number;
|
|
3166
|
-
}
|
|
3167
|
-
export declare namespace AvailableCapacity {
|
|
3168
|
-
|
|
3169
|
-
const filterSensitiveLog: (obj: AvailableCapacity) => any;
|
|
3170
|
-
}
|
|
3171
|
-
|
|
3172
|
-
export interface HostProperties {
|
|
3173
|
-
|
|
3174
|
-
Cores?: number;
|
|
3175
|
-
|
|
3176
|
-
InstanceType?: string;
|
|
3177
|
-
|
|
3178
|
-
InstanceFamily?: string;
|
|
3179
|
-
|
|
3180
|
-
Sockets?: number;
|
|
3181
|
-
|
|
3182
|
-
TotalVCpus?: number;
|
|
3183
|
-
}
|
|
3184
|
-
export declare namespace HostProperties {
|
|
3185
|
-
|
|
3186
|
-
const filterSensitiveLog: (obj: HostProperties) => any;
|
|
3187
|
-
}
|
|
3188
|
-
|
|
3189
|
-
export interface HostInstance {
|
|
3190
|
-
|
|
3191
|
-
InstanceId?: string;
|
|
3192
|
-
|
|
3193
|
-
InstanceType?: string;
|
|
3194
|
-
|
|
3195
|
-
OwnerId?: string;
|
|
3196
|
-
}
|
|
3197
|
-
export declare namespace HostInstance {
|
|
3198
|
-
|
|
3199
|
-
const filterSensitiveLog: (obj: HostInstance) => any;
|
|
3200
|
-
}
|
|
3201
|
-
|
|
3202
|
-
export interface Host {
|
|
3203
|
-
|
|
3204
|
-
AutoPlacement?: AutoPlacement | string;
|
|
3205
|
-
|
|
3206
|
-
AvailabilityZone?: string;
|
|
3207
|
-
|
|
3208
|
-
AvailableCapacity?: AvailableCapacity;
|
|
3209
|
-
|
|
3210
|
-
ClientToken?: string;
|
|
3211
|
-
|
|
3212
|
-
HostId?: string;
|
|
3213
|
-
|
|
3214
|
-
HostProperties?: HostProperties;
|
|
3215
|
-
|
|
3216
|
-
HostReservationId?: string;
|
|
3217
|
-
|
|
3218
|
-
Instances?: HostInstance[];
|
|
3219
|
-
|
|
3220
|
-
State?: AllocationState | string;
|
|
3221
|
-
|
|
3222
|
-
AllocationTime?: Date;
|
|
3223
|
-
|
|
3224
|
-
ReleaseTime?: Date;
|
|
3225
|
-
|
|
3226
|
-
Tags?: Tag[];
|
|
3227
|
-
|
|
3228
|
-
HostRecovery?: HostRecovery | string;
|
|
3229
|
-
|
|
3230
|
-
AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | string;
|
|
3231
|
-
|
|
3232
|
-
OwnerId?: string;
|
|
3233
|
-
|
|
3234
|
-
AvailabilityZoneId?: string;
|
|
3235
|
-
|
|
3236
|
-
MemberOfServiceLinkedResourceGroup?: boolean;
|
|
3237
|
-
}
|
|
3238
|
-
export declare namespace Host {
|
|
3239
|
-
|
|
3240
|
-
const filterSensitiveLog: (obj: Host) => any;
|
|
3241
|
-
}
|
|
3242
|
-
export interface DescribeHostsResult {
|
|
3243
|
-
|
|
3244
|
-
Hosts?: Host[];
|
|
3245
|
-
|
|
3246
|
-
NextToken?: string;
|
|
3247
|
-
}
|
|
3248
|
-
export declare namespace DescribeHostsResult {
|
|
3249
|
-
|
|
3250
|
-
const filterSensitiveLog: (obj: DescribeHostsResult) => any;
|
|
3251
|
-
}
|
|
3252
|
-
export interface DescribeIamInstanceProfileAssociationsRequest {
|
|
3253
|
-
|
|
3254
|
-
AssociationIds?: string[];
|
|
3255
|
-
|
|
3256
|
-
Filters?: Filter[];
|
|
3257
|
-
|
|
3258
|
-
MaxResults?: number;
|
|
3259
|
-
|
|
3260
|
-
NextToken?: string;
|
|
3261
|
-
}
|
|
3262
|
-
export declare namespace DescribeIamInstanceProfileAssociationsRequest {
|
|
3263
|
-
|
|
3264
|
-
const filterSensitiveLog: (obj: DescribeIamInstanceProfileAssociationsRequest) => any;
|
|
3265
|
-
}
|
|
3266
|
-
export interface DescribeIamInstanceProfileAssociationsResult {
|
|
3267
|
-
|
|
3268
|
-
IamInstanceProfileAssociations?: IamInstanceProfileAssociation[];
|
|
3269
|
-
|
|
3270
|
-
NextToken?: string;
|
|
3271
|
-
}
|
|
3272
|
-
export declare namespace DescribeIamInstanceProfileAssociationsResult {
|
|
3273
|
-
|
|
3274
|
-
const filterSensitiveLog: (obj: DescribeIamInstanceProfileAssociationsResult) => any;
|
|
3275
|
-
}
|
|
3276
|
-
export interface DescribeIdentityIdFormatRequest {
|
|
3277
|
-
|
|
3278
|
-
PrincipalArn: string | undefined;
|
|
3279
|
-
|
|
3280
|
-
Resource?: string;
|
|
3281
|
-
}
|
|
3282
|
-
export declare namespace DescribeIdentityIdFormatRequest {
|
|
3283
|
-
|
|
3284
|
-
const filterSensitiveLog: (obj: DescribeIdentityIdFormatRequest) => any;
|
|
3285
|
-
}
|
|
3286
|
-
export interface DescribeIdentityIdFormatResult {
|
|
3287
|
-
|
|
3288
|
-
Statuses?: IdFormat[];
|
|
3289
|
-
}
|
|
3290
|
-
export declare namespace DescribeIdentityIdFormatResult {
|
|
3291
|
-
|
|
3292
|
-
const filterSensitiveLog: (obj: DescribeIdentityIdFormatResult) => any;
|
|
3293
|
-
}
|
|
3294
|
-
export interface DescribeIdFormatRequest {
|
|
3295
|
-
|
|
3296
|
-
Resource?: string;
|
|
3297
|
-
}
|
|
3298
|
-
export declare namespace DescribeIdFormatRequest {
|
|
3299
|
-
|
|
3300
|
-
const filterSensitiveLog: (obj: DescribeIdFormatRequest) => any;
|
|
3301
|
-
}
|
|
3302
|
-
export interface DescribeIdFormatResult {
|
|
3303
|
-
|
|
3304
|
-
Statuses?: IdFormat[];
|
|
3305
|
-
}
|
|
3306
|
-
export declare namespace DescribeIdFormatResult {
|
|
3307
|
-
|
|
3308
|
-
const filterSensitiveLog: (obj: DescribeIdFormatResult) => any;
|
|
3309
|
-
}
|
|
3310
|
-
export declare type ImageAttributeName = "blockDeviceMapping" | "bootMode" | "description" | "kernel" | "launchPermission" | "productCodes" | "ramdisk" | "sriovNetSupport";
|
|
3311
|
-
|
|
3312
|
-
export interface DescribeImageAttributeRequest {
|
|
3313
|
-
|
|
3314
|
-
Attribute: ImageAttributeName | string | undefined;
|
|
3315
|
-
|
|
3316
|
-
ImageId: string | undefined;
|
|
3317
|
-
|
|
3318
|
-
DryRun?: boolean;
|
|
3319
|
-
}
|
|
3320
|
-
export declare namespace DescribeImageAttributeRequest {
|
|
3321
|
-
|
|
3322
|
-
const filterSensitiveLog: (obj: DescribeImageAttributeRequest) => any;
|
|
3323
|
-
}
|
|
3324
|
-
|
|
3325
|
-
export interface LaunchPermission {
|
|
3326
|
-
|
|
3327
|
-
Group?: PermissionGroup | string;
|
|
3328
|
-
|
|
3329
|
-
UserId?: string;
|
|
3330
|
-
}
|
|
3331
|
-
export declare namespace LaunchPermission {
|
|
3332
|
-
|
|
3333
|
-
const filterSensitiveLog: (obj: LaunchPermission) => any;
|
|
3334
|
-
}
|
|
3335
|
-
|
|
3336
|
-
export interface ImageAttribute {
|
|
3337
|
-
|
|
3338
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
3339
|
-
|
|
3340
|
-
ImageId?: string;
|
|
3341
|
-
|
|
3342
|
-
LaunchPermissions?: LaunchPermission[];
|
|
3343
|
-
|
|
3344
|
-
ProductCodes?: ProductCode[];
|
|
3345
|
-
|
|
3346
|
-
Description?: AttributeValue;
|
|
3347
|
-
|
|
3348
|
-
KernelId?: AttributeValue;
|
|
3349
|
-
|
|
3350
|
-
RamdiskId?: AttributeValue;
|
|
3351
|
-
|
|
3352
|
-
SriovNetSupport?: AttributeValue;
|
|
3353
|
-
|
|
3354
|
-
BootMode?: AttributeValue;
|
|
3355
|
-
}
|
|
3356
|
-
export declare namespace ImageAttribute {
|
|
3357
|
-
|
|
3358
|
-
const filterSensitiveLog: (obj: ImageAttribute) => any;
|
|
3359
|
-
}
|
|
3360
|
-
export interface DescribeImagesRequest {
|
|
3361
|
-
|
|
3362
|
-
ExecutableUsers?: string[];
|
|
3363
|
-
|
|
3364
|
-
Filters?: Filter[];
|
|
3365
|
-
|
|
3366
|
-
ImageIds?: string[];
|
|
3367
|
-
|
|
3368
|
-
Owners?: string[];
|
|
3369
|
-
|
|
3370
|
-
IncludeDeprecated?: boolean;
|
|
3371
|
-
|
|
3372
|
-
DryRun?: boolean;
|
|
3373
|
-
}
|
|
3374
|
-
export declare namespace DescribeImagesRequest {
|
|
3375
|
-
|
|
3376
|
-
const filterSensitiveLog: (obj: DescribeImagesRequest) => any;
|
|
3377
|
-
}
|
|
3378
|
-
export declare type ArchitectureValues = "arm64" | "i386" | "x86_64" | "x86_64_mac";
|
|
3379
|
-
export declare type BootModeValues = "legacy-bios" | "uefi";
|
|
3380
|
-
export declare type HypervisorType = "ovm" | "xen";
|
|
3381
|
-
export declare type ImageTypeValues = "kernel" | "machine" | "ramdisk";
|
|
3382
|
-
export declare type DeviceType = "ebs" | "instance-store";
|
|
3383
|
-
export declare type ImageState = "available" | "deregistered" | "error" | "failed" | "invalid" | "pending" | "transient";
|
|
3384
|
-
|
|
3385
|
-
export interface StateReason {
|
|
3386
|
-
|
|
3387
|
-
Code?: string;
|
|
3388
|
-
|
|
3389
|
-
Message?: string;
|
|
3390
|
-
}
|
|
3391
|
-
export declare namespace StateReason {
|
|
3392
|
-
|
|
3393
|
-
const filterSensitiveLog: (obj: StateReason) => any;
|
|
3394
|
-
}
|
|
3395
|
-
export declare type VirtualizationType = "hvm" | "paravirtual";
|
|
3396
|
-
|
|
3397
|
-
export interface Image {
|
|
3398
|
-
|
|
3399
|
-
Architecture?: ArchitectureValues | string;
|
|
3400
|
-
|
|
3401
|
-
CreationDate?: string;
|
|
3402
|
-
|
|
3403
|
-
ImageId?: string;
|
|
3404
|
-
|
|
3405
|
-
ImageLocation?: string;
|
|
3406
|
-
|
|
3407
|
-
ImageType?: ImageTypeValues | string;
|
|
3408
|
-
|
|
3409
|
-
Public?: boolean;
|
|
3410
|
-
|
|
3411
|
-
KernelId?: string;
|
|
3412
|
-
|
|
3413
|
-
OwnerId?: string;
|
|
3414
|
-
|
|
3415
|
-
Platform?: PlatformValues | string;
|
|
3416
|
-
|
|
3417
|
-
PlatformDetails?: string;
|
|
3418
|
-
|
|
3419
|
-
UsageOperation?: string;
|
|
3420
|
-
|
|
3421
|
-
ProductCodes?: ProductCode[];
|
|
3422
|
-
|
|
3423
|
-
RamdiskId?: string;
|
|
3424
|
-
|
|
3425
|
-
State?: ImageState | string;
|
|
3426
|
-
|
|
3427
|
-
BlockDeviceMappings?: BlockDeviceMapping[];
|
|
3428
|
-
|
|
3429
|
-
Description?: string;
|
|
3430
|
-
|
|
3431
|
-
EnaSupport?: boolean;
|
|
3432
|
-
|
|
3433
|
-
Hypervisor?: HypervisorType | string;
|
|
3434
|
-
|
|
3435
|
-
ImageOwnerAlias?: string;
|
|
3436
|
-
|
|
3437
|
-
Name?: string;
|
|
3438
|
-
|
|
3439
|
-
RootDeviceName?: string;
|
|
3440
|
-
|
|
3441
|
-
RootDeviceType?: DeviceType | string;
|
|
3442
|
-
|
|
3443
|
-
SriovNetSupport?: string;
|
|
3444
|
-
|
|
3445
|
-
StateReason?: StateReason;
|
|
3446
|
-
|
|
3447
|
-
Tags?: Tag[];
|
|
3448
|
-
|
|
3449
|
-
VirtualizationType?: VirtualizationType | string;
|
|
3450
|
-
|
|
3451
|
-
BootMode?: BootModeValues | string;
|
|
3452
|
-
|
|
3453
|
-
DeprecationTime?: string;
|
|
3454
|
-
}
|
|
3455
|
-
export declare namespace Image {
|
|
3456
|
-
|
|
3457
|
-
const filterSensitiveLog: (obj: Image) => any;
|
|
3458
|
-
}
|
|
3459
|
-
export interface DescribeImagesResult {
|
|
3460
|
-
|
|
3461
|
-
Images?: Image[];
|
|
3462
|
-
}
|
|
3463
|
-
export declare namespace DescribeImagesResult {
|
|
3464
|
-
|
|
3465
|
-
const filterSensitiveLog: (obj: DescribeImagesResult) => any;
|
|
3466
|
-
}
|
|
3467
|
-
export interface DescribeImportImageTasksRequest {
|
|
3468
|
-
|
|
3469
|
-
DryRun?: boolean;
|
|
3470
|
-
|
|
3471
|
-
Filters?: Filter[];
|
|
3472
|
-
|
|
3473
|
-
ImportTaskIds?: string[];
|
|
3474
|
-
|
|
3475
|
-
MaxResults?: number;
|
|
3476
|
-
|
|
3477
|
-
NextToken?: string;
|
|
3478
|
-
}
|
|
3479
|
-
export declare namespace DescribeImportImageTasksRequest {
|
|
3480
|
-
|
|
3481
|
-
const filterSensitiveLog: (obj: DescribeImportImageTasksRequest) => any;
|
|
3482
|
-
}
|
|
3483
|
-
|
|
3484
|
-
export interface ImportImageLicenseConfigurationResponse {
|
|
3485
|
-
|
|
3486
|
-
LicenseConfigurationArn?: string;
|
|
3487
|
-
}
|
|
3488
|
-
export declare namespace ImportImageLicenseConfigurationResponse {
|
|
3489
|
-
|
|
3490
|
-
const filterSensitiveLog: (obj: ImportImageLicenseConfigurationResponse) => any;
|
|
3491
|
-
}
|
|
3492
|
-
|
|
3493
|
-
export interface UserBucketDetails {
|
|
3494
|
-
|
|
3495
|
-
S3Bucket?: string;
|
|
3496
|
-
|
|
3497
|
-
S3Key?: string;
|
|
3498
|
-
}
|
|
3499
|
-
export declare namespace UserBucketDetails {
|
|
3500
|
-
|
|
3501
|
-
const filterSensitiveLog: (obj: UserBucketDetails) => any;
|
|
3502
|
-
}
|
|
3503
|
-
|
|
3504
|
-
export interface SnapshotDetail {
|
|
3505
|
-
|
|
3506
|
-
Description?: string;
|
|
3507
|
-
|
|
3508
|
-
DeviceName?: string;
|
|
3509
|
-
|
|
3510
|
-
DiskImageSize?: number;
|
|
3511
|
-
|
|
3512
|
-
Format?: string;
|
|
3513
|
-
|
|
3514
|
-
Progress?: string;
|
|
3515
|
-
|
|
3516
|
-
SnapshotId?: string;
|
|
3517
|
-
|
|
3518
|
-
Status?: string;
|
|
3519
|
-
|
|
3520
|
-
StatusMessage?: string;
|
|
3521
|
-
|
|
3522
|
-
Url?: string;
|
|
3523
|
-
|
|
3524
|
-
UserBucket?: UserBucketDetails;
|
|
3525
|
-
}
|
|
3526
|
-
export declare namespace SnapshotDetail {
|
|
3527
|
-
|
|
3528
|
-
const filterSensitiveLog: (obj: SnapshotDetail) => any;
|
|
3529
|
-
}
|
|
3530
|
-
|
|
3531
|
-
export interface ImportImageTask {
|
|
3532
|
-
|
|
3533
|
-
Architecture?: string;
|
|
3534
|
-
|
|
3535
|
-
Description?: string;
|
|
3536
|
-
|
|
3537
|
-
Encrypted?: boolean;
|
|
3538
|
-
|
|
3539
|
-
Hypervisor?: string;
|
|
3540
|
-
|
|
3541
|
-
ImageId?: string;
|
|
3542
|
-
|
|
3543
|
-
ImportTaskId?: string;
|
|
3544
|
-
|
|
3545
|
-
KmsKeyId?: string;
|
|
3546
|
-
|
|
3547
|
-
LicenseType?: string;
|
|
3548
|
-
|
|
3549
|
-
Platform?: string;
|
|
3550
|
-
|
|
3551
|
-
Progress?: string;
|
|
3552
|
-
|
|
3553
|
-
SnapshotDetails?: SnapshotDetail[];
|
|
3554
|
-
|
|
3555
|
-
Status?: string;
|
|
3556
|
-
|
|
3557
|
-
StatusMessage?: string;
|
|
3558
|
-
|
|
3559
|
-
Tags?: Tag[];
|
|
3560
|
-
|
|
3561
|
-
LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
|
|
3562
|
-
|
|
3563
|
-
UsageOperation?: string;
|
|
3564
|
-
|
|
3565
|
-
BootMode?: BootModeValues | string;
|
|
3566
|
-
}
|
|
3567
|
-
export declare namespace ImportImageTask {
|
|
3568
|
-
|
|
3569
|
-
const filterSensitiveLog: (obj: ImportImageTask) => any;
|
|
3570
|
-
}
|