@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,8 +1,486 @@
|
|
|
1
|
-
import { _InstanceType, AddressAttribute, AddressAttributeName, ApplianceModeSupportValue,
|
|
2
|
-
import { AutoAcceptSharedAttachmentsValue, CreditSpecificationRequest, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, ElasticGpuSpecification, IcmpTypeCode,
|
|
3
|
-
import {
|
|
4
|
-
import { AttributeBooleanValue, HttpTokensState, InstanceAttributeName, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceNetworkInterfaceSpecification, InstanceState, Monitoring, NetworkInsightsAnalysis, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_3";
|
|
5
|
-
import { CapacityReservationSpecification, Purchase, VolumeModification } from "./models_4";
|
|
1
|
+
import { _InstanceType, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AttributeValue, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, Placement, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
+
import { AutoAcceptSharedAttachmentsValue, BlockDeviceMapping, CreditSpecificationRequest, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, ElasticGpuSpecification, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, PortRange, RuleAction, ShutdownBehavior, SpotInstanceType, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VolumeType, VpnEcmpSupportValue } from "./models_1";
|
|
3
|
+
import { ClientVpnConnectionStatus, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, VpnConnection } from "./models_2";
|
|
4
|
+
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, InstanceAttributeName, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceNetworkInterfaceSpecification, InstanceState, InstanceStatusEvent, LaunchTemplateConfig, Monitoring, NetworkInsightsAnalysis, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_3";
|
|
5
|
+
import { CapacityReservationSpecification, OperationType, Purchase, VolumeModification } from "./models_4";
|
|
6
|
+
|
|
7
|
+
export interface SuccessfulInstanceCreditSpecificationItem {
|
|
8
|
+
|
|
9
|
+
InstanceId?: string;
|
|
10
|
+
}
|
|
11
|
+
export declare namespace SuccessfulInstanceCreditSpecificationItem {
|
|
12
|
+
|
|
13
|
+
const filterSensitiveLog: (obj: SuccessfulInstanceCreditSpecificationItem) => any;
|
|
14
|
+
}
|
|
15
|
+
export declare enum UnsuccessfulInstanceCreditSpecificationErrorCode {
|
|
16
|
+
INCORRECT_INSTANCE_STATE = "IncorrectInstanceState",
|
|
17
|
+
INSTANCE_CREDIT_SPECIFICATION_NOT_SUPPORTED = "InstanceCreditSpecification.NotSupported",
|
|
18
|
+
INSTANCE_NOT_FOUND = "InvalidInstanceID.NotFound",
|
|
19
|
+
INVALID_INSTANCE_ID = "InvalidInstanceID.Malformed"
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export interface UnsuccessfulInstanceCreditSpecificationItemError {
|
|
23
|
+
|
|
24
|
+
Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | string;
|
|
25
|
+
|
|
26
|
+
Message?: string;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace UnsuccessfulInstanceCreditSpecificationItemError {
|
|
29
|
+
|
|
30
|
+
const filterSensitiveLog: (obj: UnsuccessfulInstanceCreditSpecificationItemError) => any;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export interface UnsuccessfulInstanceCreditSpecificationItem {
|
|
34
|
+
|
|
35
|
+
InstanceId?: string;
|
|
36
|
+
|
|
37
|
+
Error?: UnsuccessfulInstanceCreditSpecificationItemError;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace UnsuccessfulInstanceCreditSpecificationItem {
|
|
40
|
+
|
|
41
|
+
const filterSensitiveLog: (obj: UnsuccessfulInstanceCreditSpecificationItem) => any;
|
|
42
|
+
}
|
|
43
|
+
export interface ModifyInstanceCreditSpecificationResult {
|
|
44
|
+
|
|
45
|
+
SuccessfulInstanceCreditSpecifications?: SuccessfulInstanceCreditSpecificationItem[];
|
|
46
|
+
|
|
47
|
+
UnsuccessfulInstanceCreditSpecifications?: UnsuccessfulInstanceCreditSpecificationItem[];
|
|
48
|
+
}
|
|
49
|
+
export declare namespace ModifyInstanceCreditSpecificationResult {
|
|
50
|
+
|
|
51
|
+
const filterSensitiveLog: (obj: ModifyInstanceCreditSpecificationResult) => any;
|
|
52
|
+
}
|
|
53
|
+
export interface ModifyInstanceEventStartTimeRequest {
|
|
54
|
+
|
|
55
|
+
DryRun?: boolean;
|
|
56
|
+
|
|
57
|
+
InstanceId: string | undefined;
|
|
58
|
+
|
|
59
|
+
InstanceEventId: string | undefined;
|
|
60
|
+
|
|
61
|
+
NotBefore: Date | undefined;
|
|
62
|
+
}
|
|
63
|
+
export declare namespace ModifyInstanceEventStartTimeRequest {
|
|
64
|
+
|
|
65
|
+
const filterSensitiveLog: (obj: ModifyInstanceEventStartTimeRequest) => any;
|
|
66
|
+
}
|
|
67
|
+
export interface ModifyInstanceEventStartTimeResult {
|
|
68
|
+
|
|
69
|
+
Event?: InstanceStatusEvent;
|
|
70
|
+
}
|
|
71
|
+
export declare namespace ModifyInstanceEventStartTimeResult {
|
|
72
|
+
|
|
73
|
+
const filterSensitiveLog: (obj: ModifyInstanceEventStartTimeResult) => any;
|
|
74
|
+
}
|
|
75
|
+
export interface ModifyInstanceEventWindowRequest {
|
|
76
|
+
|
|
77
|
+
DryRun?: boolean;
|
|
78
|
+
|
|
79
|
+
Name?: string;
|
|
80
|
+
|
|
81
|
+
InstanceEventWindowId: string | undefined;
|
|
82
|
+
|
|
83
|
+
TimeRanges?: InstanceEventWindowTimeRangeRequest[];
|
|
84
|
+
|
|
85
|
+
CronExpression?: string;
|
|
86
|
+
}
|
|
87
|
+
export declare namespace ModifyInstanceEventWindowRequest {
|
|
88
|
+
|
|
89
|
+
const filterSensitiveLog: (obj: ModifyInstanceEventWindowRequest) => any;
|
|
90
|
+
}
|
|
91
|
+
export interface ModifyInstanceEventWindowResult {
|
|
92
|
+
|
|
93
|
+
InstanceEventWindow?: InstanceEventWindow;
|
|
94
|
+
}
|
|
95
|
+
export declare namespace ModifyInstanceEventWindowResult {
|
|
96
|
+
|
|
97
|
+
const filterSensitiveLog: (obj: ModifyInstanceEventWindowResult) => any;
|
|
98
|
+
}
|
|
99
|
+
export interface ModifyInstanceMetadataOptionsRequest {
|
|
100
|
+
|
|
101
|
+
InstanceId: string | undefined;
|
|
102
|
+
|
|
103
|
+
HttpTokens?: HttpTokensState | string;
|
|
104
|
+
|
|
105
|
+
HttpPutResponseHopLimit?: number;
|
|
106
|
+
|
|
107
|
+
HttpEndpoint?: InstanceMetadataEndpointState | string;
|
|
108
|
+
|
|
109
|
+
DryRun?: boolean;
|
|
110
|
+
|
|
111
|
+
HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
|
|
112
|
+
}
|
|
113
|
+
export declare namespace ModifyInstanceMetadataOptionsRequest {
|
|
114
|
+
|
|
115
|
+
const filterSensitiveLog: (obj: ModifyInstanceMetadataOptionsRequest) => any;
|
|
116
|
+
}
|
|
117
|
+
export interface ModifyInstanceMetadataOptionsResult {
|
|
118
|
+
|
|
119
|
+
InstanceId?: string;
|
|
120
|
+
|
|
121
|
+
InstanceMetadataOptions?: InstanceMetadataOptionsResponse;
|
|
122
|
+
}
|
|
123
|
+
export declare namespace ModifyInstanceMetadataOptionsResult {
|
|
124
|
+
|
|
125
|
+
const filterSensitiveLog: (obj: ModifyInstanceMetadataOptionsResult) => any;
|
|
126
|
+
}
|
|
127
|
+
export declare type HostTenancy = "dedicated" | "host";
|
|
128
|
+
export interface ModifyInstancePlacementRequest {
|
|
129
|
+
|
|
130
|
+
Affinity?: Affinity | string;
|
|
131
|
+
|
|
132
|
+
GroupName?: string;
|
|
133
|
+
|
|
134
|
+
HostId?: string;
|
|
135
|
+
|
|
136
|
+
InstanceId: string | undefined;
|
|
137
|
+
|
|
138
|
+
Tenancy?: HostTenancy | string;
|
|
139
|
+
|
|
140
|
+
PartitionNumber?: number;
|
|
141
|
+
|
|
142
|
+
HostResourceGroupArn?: string;
|
|
143
|
+
}
|
|
144
|
+
export declare namespace ModifyInstancePlacementRequest {
|
|
145
|
+
|
|
146
|
+
const filterSensitiveLog: (obj: ModifyInstancePlacementRequest) => any;
|
|
147
|
+
}
|
|
148
|
+
export interface ModifyInstancePlacementResult {
|
|
149
|
+
|
|
150
|
+
Return?: boolean;
|
|
151
|
+
}
|
|
152
|
+
export declare namespace ModifyInstancePlacementResult {
|
|
153
|
+
|
|
154
|
+
const filterSensitiveLog: (obj: ModifyInstancePlacementResult) => any;
|
|
155
|
+
}
|
|
156
|
+
export interface ModifyLaunchTemplateRequest {
|
|
157
|
+
|
|
158
|
+
DryRun?: boolean;
|
|
159
|
+
|
|
160
|
+
ClientToken?: string;
|
|
161
|
+
|
|
162
|
+
LaunchTemplateId?: string;
|
|
163
|
+
|
|
164
|
+
LaunchTemplateName?: string;
|
|
165
|
+
|
|
166
|
+
DefaultVersion?: string;
|
|
167
|
+
}
|
|
168
|
+
export declare namespace ModifyLaunchTemplateRequest {
|
|
169
|
+
|
|
170
|
+
const filterSensitiveLog: (obj: ModifyLaunchTemplateRequest) => any;
|
|
171
|
+
}
|
|
172
|
+
export interface ModifyLaunchTemplateResult {
|
|
173
|
+
|
|
174
|
+
LaunchTemplate?: LaunchTemplate;
|
|
175
|
+
}
|
|
176
|
+
export declare namespace ModifyLaunchTemplateResult {
|
|
177
|
+
|
|
178
|
+
const filterSensitiveLog: (obj: ModifyLaunchTemplateResult) => any;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
export interface RemovePrefixListEntry {
|
|
182
|
+
|
|
183
|
+
Cidr: string | undefined;
|
|
184
|
+
}
|
|
185
|
+
export declare namespace RemovePrefixListEntry {
|
|
186
|
+
|
|
187
|
+
const filterSensitiveLog: (obj: RemovePrefixListEntry) => any;
|
|
188
|
+
}
|
|
189
|
+
export interface ModifyManagedPrefixListRequest {
|
|
190
|
+
|
|
191
|
+
DryRun?: boolean;
|
|
192
|
+
|
|
193
|
+
PrefixListId: string | undefined;
|
|
194
|
+
|
|
195
|
+
CurrentVersion?: number;
|
|
196
|
+
|
|
197
|
+
PrefixListName?: string;
|
|
198
|
+
|
|
199
|
+
AddEntries?: AddPrefixListEntry[];
|
|
200
|
+
|
|
201
|
+
RemoveEntries?: RemovePrefixListEntry[];
|
|
202
|
+
|
|
203
|
+
MaxEntries?: number;
|
|
204
|
+
}
|
|
205
|
+
export declare namespace ModifyManagedPrefixListRequest {
|
|
206
|
+
|
|
207
|
+
const filterSensitiveLog: (obj: ModifyManagedPrefixListRequest) => any;
|
|
208
|
+
}
|
|
209
|
+
export interface ModifyManagedPrefixListResult {
|
|
210
|
+
|
|
211
|
+
PrefixList?: ManagedPrefixList;
|
|
212
|
+
}
|
|
213
|
+
export declare namespace ModifyManagedPrefixListResult {
|
|
214
|
+
|
|
215
|
+
const filterSensitiveLog: (obj: ModifyManagedPrefixListResult) => any;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
export interface NetworkInterfaceAttachmentChanges {
|
|
219
|
+
|
|
220
|
+
AttachmentId?: string;
|
|
221
|
+
|
|
222
|
+
DeleteOnTermination?: boolean;
|
|
223
|
+
}
|
|
224
|
+
export declare namespace NetworkInterfaceAttachmentChanges {
|
|
225
|
+
|
|
226
|
+
const filterSensitiveLog: (obj: NetworkInterfaceAttachmentChanges) => any;
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export interface ModifyNetworkInterfaceAttributeRequest {
|
|
230
|
+
|
|
231
|
+
Attachment?: NetworkInterfaceAttachmentChanges;
|
|
232
|
+
|
|
233
|
+
Description?: AttributeValue;
|
|
234
|
+
|
|
235
|
+
DryRun?: boolean;
|
|
236
|
+
|
|
237
|
+
Groups?: string[];
|
|
238
|
+
|
|
239
|
+
NetworkInterfaceId: string | undefined;
|
|
240
|
+
|
|
241
|
+
SourceDestCheck?: AttributeBooleanValue;
|
|
242
|
+
}
|
|
243
|
+
export declare namespace ModifyNetworkInterfaceAttributeRequest {
|
|
244
|
+
|
|
245
|
+
const filterSensitiveLog: (obj: ModifyNetworkInterfaceAttributeRequest) => any;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
export interface ModifyReservedInstancesRequest {
|
|
249
|
+
|
|
250
|
+
ReservedInstancesIds: string[] | undefined;
|
|
251
|
+
|
|
252
|
+
ClientToken?: string;
|
|
253
|
+
|
|
254
|
+
TargetConfigurations: ReservedInstancesConfiguration[] | undefined;
|
|
255
|
+
}
|
|
256
|
+
export declare namespace ModifyReservedInstancesRequest {
|
|
257
|
+
|
|
258
|
+
const filterSensitiveLog: (obj: ModifyReservedInstancesRequest) => any;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export interface ModifyReservedInstancesResult {
|
|
262
|
+
|
|
263
|
+
ReservedInstancesModificationId?: string;
|
|
264
|
+
}
|
|
265
|
+
export declare namespace ModifyReservedInstancesResult {
|
|
266
|
+
|
|
267
|
+
const filterSensitiveLog: (obj: ModifyReservedInstancesResult) => any;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export interface SecurityGroupRuleRequest {
|
|
271
|
+
|
|
272
|
+
IpProtocol?: string;
|
|
273
|
+
|
|
274
|
+
FromPort?: number;
|
|
275
|
+
|
|
276
|
+
ToPort?: number;
|
|
277
|
+
|
|
278
|
+
CidrIpv4?: string;
|
|
279
|
+
|
|
280
|
+
CidrIpv6?: string;
|
|
281
|
+
|
|
282
|
+
PrefixListId?: string;
|
|
283
|
+
|
|
284
|
+
ReferencedGroupId?: string;
|
|
285
|
+
|
|
286
|
+
Description?: string;
|
|
287
|
+
}
|
|
288
|
+
export declare namespace SecurityGroupRuleRequest {
|
|
289
|
+
|
|
290
|
+
const filterSensitiveLog: (obj: SecurityGroupRuleRequest) => any;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
export interface SecurityGroupRuleUpdate {
|
|
294
|
+
|
|
295
|
+
SecurityGroupRuleId?: string;
|
|
296
|
+
|
|
297
|
+
SecurityGroupRule?: SecurityGroupRuleRequest;
|
|
298
|
+
}
|
|
299
|
+
export declare namespace SecurityGroupRuleUpdate {
|
|
300
|
+
|
|
301
|
+
const filterSensitiveLog: (obj: SecurityGroupRuleUpdate) => any;
|
|
302
|
+
}
|
|
303
|
+
export interface ModifySecurityGroupRulesRequest {
|
|
304
|
+
|
|
305
|
+
GroupId: string | undefined;
|
|
306
|
+
|
|
307
|
+
SecurityGroupRules: SecurityGroupRuleUpdate[] | undefined;
|
|
308
|
+
|
|
309
|
+
DryRun?: boolean;
|
|
310
|
+
}
|
|
311
|
+
export declare namespace ModifySecurityGroupRulesRequest {
|
|
312
|
+
|
|
313
|
+
const filterSensitiveLog: (obj: ModifySecurityGroupRulesRequest) => any;
|
|
314
|
+
}
|
|
315
|
+
export interface ModifySecurityGroupRulesResult {
|
|
316
|
+
|
|
317
|
+
Return?: boolean;
|
|
318
|
+
}
|
|
319
|
+
export declare namespace ModifySecurityGroupRulesResult {
|
|
320
|
+
|
|
321
|
+
const filterSensitiveLog: (obj: ModifySecurityGroupRulesResult) => any;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
export interface CreateVolumePermissionModifications {
|
|
325
|
+
|
|
326
|
+
Add?: CreateVolumePermission[];
|
|
327
|
+
|
|
328
|
+
Remove?: CreateVolumePermission[];
|
|
329
|
+
}
|
|
330
|
+
export declare namespace CreateVolumePermissionModifications {
|
|
331
|
+
|
|
332
|
+
const filterSensitiveLog: (obj: CreateVolumePermissionModifications) => any;
|
|
333
|
+
}
|
|
334
|
+
export interface ModifySnapshotAttributeRequest {
|
|
335
|
+
|
|
336
|
+
Attribute?: SnapshotAttributeName | string;
|
|
337
|
+
|
|
338
|
+
CreateVolumePermission?: CreateVolumePermissionModifications;
|
|
339
|
+
|
|
340
|
+
GroupNames?: string[];
|
|
341
|
+
|
|
342
|
+
OperationType?: OperationType | string;
|
|
343
|
+
|
|
344
|
+
SnapshotId: string | undefined;
|
|
345
|
+
|
|
346
|
+
UserIds?: string[];
|
|
347
|
+
|
|
348
|
+
DryRun?: boolean;
|
|
349
|
+
}
|
|
350
|
+
export declare namespace ModifySnapshotAttributeRequest {
|
|
351
|
+
|
|
352
|
+
const filterSensitiveLog: (obj: ModifySnapshotAttributeRequest) => any;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
export interface ModifySpotFleetRequestRequest {
|
|
356
|
+
|
|
357
|
+
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | string;
|
|
358
|
+
|
|
359
|
+
LaunchTemplateConfigs?: LaunchTemplateConfig[];
|
|
360
|
+
|
|
361
|
+
SpotFleetRequestId: string | undefined;
|
|
362
|
+
|
|
363
|
+
TargetCapacity?: number;
|
|
364
|
+
|
|
365
|
+
OnDemandTargetCapacity?: number;
|
|
366
|
+
|
|
367
|
+
Context?: string;
|
|
368
|
+
}
|
|
369
|
+
export declare namespace ModifySpotFleetRequestRequest {
|
|
370
|
+
|
|
371
|
+
const filterSensitiveLog: (obj: ModifySpotFleetRequestRequest) => any;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
export interface ModifySpotFleetRequestResponse {
|
|
375
|
+
|
|
376
|
+
Return?: boolean;
|
|
377
|
+
}
|
|
378
|
+
export declare namespace ModifySpotFleetRequestResponse {
|
|
379
|
+
|
|
380
|
+
const filterSensitiveLog: (obj: ModifySpotFleetRequestResponse) => any;
|
|
381
|
+
}
|
|
382
|
+
export interface ModifySubnetAttributeRequest {
|
|
383
|
+
|
|
384
|
+
AssignIpv6AddressOnCreation?: AttributeBooleanValue;
|
|
385
|
+
|
|
386
|
+
MapPublicIpOnLaunch?: AttributeBooleanValue;
|
|
387
|
+
|
|
388
|
+
SubnetId: string | undefined;
|
|
389
|
+
|
|
390
|
+
MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue;
|
|
391
|
+
|
|
392
|
+
CustomerOwnedIpv4Pool?: string;
|
|
393
|
+
}
|
|
394
|
+
export declare namespace ModifySubnetAttributeRequest {
|
|
395
|
+
|
|
396
|
+
const filterSensitiveLog: (obj: ModifySubnetAttributeRequest) => any;
|
|
397
|
+
}
|
|
398
|
+
export interface ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
399
|
+
|
|
400
|
+
TrafficMirrorFilterId: string | undefined;
|
|
401
|
+
|
|
402
|
+
AddNetworkServices?: (TrafficMirrorNetworkService | string)[];
|
|
403
|
+
|
|
404
|
+
RemoveNetworkServices?: (TrafficMirrorNetworkService | string)[];
|
|
405
|
+
|
|
406
|
+
DryRun?: boolean;
|
|
407
|
+
}
|
|
408
|
+
export declare namespace ModifyTrafficMirrorFilterNetworkServicesRequest {
|
|
409
|
+
|
|
410
|
+
const filterSensitiveLog: (obj: ModifyTrafficMirrorFilterNetworkServicesRequest) => any;
|
|
411
|
+
}
|
|
412
|
+
export interface ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
413
|
+
|
|
414
|
+
TrafficMirrorFilter?: TrafficMirrorFilter;
|
|
415
|
+
}
|
|
416
|
+
export declare namespace ModifyTrafficMirrorFilterNetworkServicesResult {
|
|
417
|
+
|
|
418
|
+
const filterSensitiveLog: (obj: ModifyTrafficMirrorFilterNetworkServicesResult) => any;
|
|
419
|
+
}
|
|
420
|
+
export declare type TrafficMirrorFilterRuleField = "description" | "destination-port-range" | "protocol" | "source-port-range";
|
|
421
|
+
export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
422
|
+
|
|
423
|
+
TrafficMirrorFilterRuleId: string | undefined;
|
|
424
|
+
|
|
425
|
+
TrafficDirection?: TrafficDirection | string;
|
|
426
|
+
|
|
427
|
+
RuleNumber?: number;
|
|
428
|
+
|
|
429
|
+
RuleAction?: TrafficMirrorRuleAction | string;
|
|
430
|
+
|
|
431
|
+
DestinationPortRange?: TrafficMirrorPortRangeRequest;
|
|
432
|
+
|
|
433
|
+
SourcePortRange?: TrafficMirrorPortRangeRequest;
|
|
434
|
+
|
|
435
|
+
Protocol?: number;
|
|
436
|
+
|
|
437
|
+
DestinationCidrBlock?: string;
|
|
438
|
+
|
|
439
|
+
SourceCidrBlock?: string;
|
|
440
|
+
|
|
441
|
+
Description?: string;
|
|
442
|
+
|
|
443
|
+
RemoveFields?: (TrafficMirrorFilterRuleField | string)[];
|
|
444
|
+
|
|
445
|
+
DryRun?: boolean;
|
|
446
|
+
}
|
|
447
|
+
export declare namespace ModifyTrafficMirrorFilterRuleRequest {
|
|
448
|
+
|
|
449
|
+
const filterSensitiveLog: (obj: ModifyTrafficMirrorFilterRuleRequest) => any;
|
|
450
|
+
}
|
|
451
|
+
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
452
|
+
|
|
453
|
+
TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
|
|
454
|
+
}
|
|
455
|
+
export declare namespace ModifyTrafficMirrorFilterRuleResult {
|
|
456
|
+
|
|
457
|
+
const filterSensitiveLog: (obj: ModifyTrafficMirrorFilterRuleResult) => any;
|
|
458
|
+
}
|
|
459
|
+
export declare type TrafficMirrorSessionField = "description" | "packet-length" | "virtual-network-id";
|
|
460
|
+
export interface ModifyTrafficMirrorSessionRequest {
|
|
461
|
+
|
|
462
|
+
TrafficMirrorSessionId: string | undefined;
|
|
463
|
+
|
|
464
|
+
TrafficMirrorTargetId?: string;
|
|
465
|
+
|
|
466
|
+
TrafficMirrorFilterId?: string;
|
|
467
|
+
|
|
468
|
+
PacketLength?: number;
|
|
469
|
+
|
|
470
|
+
SessionNumber?: number;
|
|
471
|
+
|
|
472
|
+
VirtualNetworkId?: number;
|
|
473
|
+
|
|
474
|
+
Description?: string;
|
|
475
|
+
|
|
476
|
+
RemoveFields?: (TrafficMirrorSessionField | string)[];
|
|
477
|
+
|
|
478
|
+
DryRun?: boolean;
|
|
479
|
+
}
|
|
480
|
+
export declare namespace ModifyTrafficMirrorSessionRequest {
|
|
481
|
+
|
|
482
|
+
const filterSensitiveLog: (obj: ModifyTrafficMirrorSessionRequest) => any;
|
|
483
|
+
}
|
|
6
484
|
export interface ModifyTrafficMirrorSessionResult {
|
|
7
485
|
|
|
8
486
|
TrafficMirrorSession?: TrafficMirrorSession;
|
|
@@ -1853,13 +2331,13 @@ export interface SearchLocalGatewayRoutesRequest {
|
|
|
1853
2331
|
|
|
1854
2332
|
LocalGatewayRouteTableId: string | undefined;
|
|
1855
2333
|
|
|
2334
|
+
Filters?: Filter[];
|
|
2335
|
+
|
|
1856
2336
|
MaxResults?: number;
|
|
1857
2337
|
|
|
1858
2338
|
NextToken?: string;
|
|
1859
2339
|
|
|
1860
2340
|
DryRun?: boolean;
|
|
1861
|
-
|
|
1862
|
-
Filters: Filter[] | undefined;
|
|
1863
2341
|
}
|
|
1864
2342
|
export declare namespace SearchLocalGatewayRoutesRequest {
|
|
1865
2343
|
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesFromInstanceRequirementsCommandOutput } from "../commands/GetInstanceTypesFromInstanceRequirementsCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetInstanceTypesFromInstanceRequirements(config: EC2PaginationConfiguration, input: GetInstanceTypesFromInstanceRequirementsCommandInput, ...additionalArguments: any): Paginator<GetInstanceTypesFromInstanceRequirementsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetSpotPlacementScoresCommandInput, GetSpotPlacementScoresCommandOutput } from "../commands/GetSpotPlacementScoresCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetSpotPlacementScores(config: EC2PaginationConfiguration, input: GetSpotPlacementScoresCommandInput, ...additionalArguments: any): Paginator<GetSpotPlacementScoresCommandOutput>;
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
export * from "./DescribeAddressesAttributePaginator";
|
|
2
|
+
export * from "./DescribeByoipCidrsPaginator";
|
|
3
|
+
export * from "./DescribeCapacityReservationFleetsPaginator";
|
|
4
|
+
export * from "./DescribeCapacityReservationsPaginator";
|
|
5
|
+
export * from "./DescribeCarrierGatewaysPaginator";
|
|
6
|
+
export * from "./DescribeClassicLinkInstancesPaginator";
|
|
7
|
+
export * from "./DescribeClientVpnAuthorizationRulesPaginator";
|
|
8
|
+
export * from "./DescribeClientVpnConnectionsPaginator";
|
|
9
|
+
export * from "./DescribeClientVpnEndpointsPaginator";
|
|
10
|
+
export * from "./DescribeClientVpnRoutesPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeClientVpnTargetNetworksPaginator";
|
|
13
|
+
export * from "./DescribeCoipPoolsPaginator";
|
|
14
|
+
export * from "./DescribeDhcpOptionsPaginator";
|
|
15
|
+
export * from "./DescribeEgressOnlyInternetGatewaysPaginator";
|
|
16
|
+
export * from "./DescribeExportImageTasksPaginator";
|
|
17
|
+
export * from "./DescribeFastSnapshotRestoresPaginator";
|
|
18
|
+
export * from "./DescribeFleetsPaginator";
|
|
19
|
+
export * from "./DescribeFlowLogsPaginator";
|
|
20
|
+
export * from "./DescribeFpgaImagesPaginator";
|
|
21
|
+
export * from "./DescribeHostReservationOfferingsPaginator";
|
|
22
|
+
export * from "./DescribeHostReservationsPaginator";
|
|
23
|
+
export * from "./DescribeHostsPaginator";
|
|
24
|
+
export * from "./DescribeIamInstanceProfileAssociationsPaginator";
|
|
25
|
+
export * from "./DescribeImportImageTasksPaginator";
|
|
26
|
+
export * from "./DescribeImportSnapshotTasksPaginator";
|
|
27
|
+
export * from "./DescribeInstanceCreditSpecificationsPaginator";
|
|
28
|
+
export * from "./DescribeInstanceEventWindowsPaginator";
|
|
29
|
+
export * from "./DescribeInstanceStatusPaginator";
|
|
30
|
+
export * from "./DescribeInstanceTypeOfferingsPaginator";
|
|
31
|
+
export * from "./DescribeInstanceTypesPaginator";
|
|
32
|
+
export * from "./DescribeInstancesPaginator";
|
|
33
|
+
export * from "./DescribeInternetGatewaysPaginator";
|
|
34
|
+
export * from "./DescribeIpv6PoolsPaginator";
|
|
35
|
+
export * from "./DescribeLaunchTemplateVersionsPaginator";
|
|
36
|
+
export * from "./DescribeLaunchTemplatesPaginator";
|
|
37
|
+
export * from "./DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator";
|
|
38
|
+
export * from "./DescribeLocalGatewayRouteTableVpcAssociationsPaginator";
|
|
39
|
+
export * from "./DescribeLocalGatewayRouteTablesPaginator";
|
|
40
|
+
export * from "./DescribeLocalGatewayVirtualInterfaceGroupsPaginator";
|
|
41
|
+
export * from "./DescribeLocalGatewayVirtualInterfacesPaginator";
|
|
42
|
+
export * from "./DescribeLocalGatewaysPaginator";
|
|
43
|
+
export * from "./DescribeManagedPrefixListsPaginator";
|
|
44
|
+
export * from "./DescribeMovingAddressesPaginator";
|
|
45
|
+
export * from "./DescribeNatGatewaysPaginator";
|
|
46
|
+
export * from "./DescribeNetworkAclsPaginator";
|
|
47
|
+
export * from "./DescribeNetworkInsightsAnalysesPaginator";
|
|
48
|
+
export * from "./DescribeNetworkInsightsPathsPaginator";
|
|
49
|
+
export * from "./DescribeNetworkInterfacePermissionsPaginator";
|
|
50
|
+
export * from "./DescribeNetworkInterfacesPaginator";
|
|
51
|
+
export * from "./DescribePrefixListsPaginator";
|
|
52
|
+
export * from "./DescribePrincipalIdFormatPaginator";
|
|
53
|
+
export * from "./DescribePublicIpv4PoolsPaginator";
|
|
54
|
+
export * from "./DescribeReplaceRootVolumeTasksPaginator";
|
|
55
|
+
export * from "./DescribeReservedInstancesModificationsPaginator";
|
|
56
|
+
export * from "./DescribeReservedInstancesOfferingsPaginator";
|
|
57
|
+
export * from "./DescribeRouteTablesPaginator";
|
|
58
|
+
export * from "./DescribeScheduledInstanceAvailabilityPaginator";
|
|
59
|
+
export * from "./DescribeScheduledInstancesPaginator";
|
|
60
|
+
export * from "./DescribeSecurityGroupRulesPaginator";
|
|
61
|
+
export * from "./DescribeSecurityGroupsPaginator";
|
|
62
|
+
export * from "./DescribeSnapshotsPaginator";
|
|
63
|
+
export * from "./DescribeSpotFleetRequestsPaginator";
|
|
64
|
+
export * from "./DescribeSpotInstanceRequestsPaginator";
|
|
65
|
+
export * from "./DescribeSpotPriceHistoryPaginator";
|
|
66
|
+
export * from "./DescribeStaleSecurityGroupsPaginator";
|
|
67
|
+
export * from "./DescribeStoreImageTasksPaginator";
|
|
68
|
+
export * from "./DescribeSubnetsPaginator";
|
|
69
|
+
export * from "./DescribeTagsPaginator";
|
|
70
|
+
export * from "./DescribeTrafficMirrorFiltersPaginator";
|
|
71
|
+
export * from "./DescribeTrafficMirrorSessionsPaginator";
|
|
72
|
+
export * from "./DescribeTrafficMirrorTargetsPaginator";
|
|
73
|
+
export * from "./DescribeTransitGatewayAttachmentsPaginator";
|
|
74
|
+
export * from "./DescribeTransitGatewayConnectPeersPaginator";
|
|
75
|
+
export * from "./DescribeTransitGatewayConnectsPaginator";
|
|
76
|
+
export * from "./DescribeTransitGatewayMulticastDomainsPaginator";
|
|
77
|
+
export * from "./DescribeTransitGatewayPeeringAttachmentsPaginator";
|
|
78
|
+
export * from "./DescribeTransitGatewayRouteTablesPaginator";
|
|
79
|
+
export * from "./DescribeTransitGatewayVpcAttachmentsPaginator";
|
|
80
|
+
export * from "./DescribeTransitGatewaysPaginator";
|
|
81
|
+
export * from "./DescribeTrunkInterfaceAssociationsPaginator";
|
|
82
|
+
export * from "./DescribeVolumeStatusPaginator";
|
|
83
|
+
export * from "./DescribeVolumesModificationsPaginator";
|
|
84
|
+
export * from "./DescribeVolumesPaginator";
|
|
85
|
+
export * from "./DescribeVpcClassicLinkDnsSupportPaginator";
|
|
86
|
+
export * from "./DescribeVpcEndpointConnectionNotificationsPaginator";
|
|
87
|
+
export * from "./DescribeVpcEndpointConnectionsPaginator";
|
|
88
|
+
export * from "./DescribeVpcEndpointServiceConfigurationsPaginator";
|
|
89
|
+
export * from "./DescribeVpcEndpointServicePermissionsPaginator";
|
|
90
|
+
export * from "./DescribeVpcEndpointsPaginator";
|
|
91
|
+
export * from "./DescribeVpcPeeringConnectionsPaginator";
|
|
92
|
+
export * from "./DescribeVpcsPaginator";
|
|
93
|
+
export * from "./GetAssociatedIpv6PoolCidrsPaginator";
|
|
94
|
+
export * from "./GetGroupsForCapacityReservationPaginator";
|
|
95
|
+
export * from "./GetInstanceTypesFromInstanceRequirementsPaginator";
|
|
96
|
+
export * from "./GetManagedPrefixListAssociationsPaginator";
|
|
97
|
+
export * from "./GetManagedPrefixListEntriesPaginator";
|
|
98
|
+
export * from "./GetSpotPlacementScoresPaginator";
|
|
99
|
+
export * from "./GetTransitGatewayAttachmentPropagationsPaginator";
|
|
100
|
+
export * from "./GetTransitGatewayMulticastDomainAssociationsPaginator";
|
|
101
|
+
export * from "./GetTransitGatewayPrefixListReferencesPaginator";
|
|
102
|
+
export * from "./GetTransitGatewayRouteTableAssociationsPaginator";
|
|
103
|
+
export * from "./GetTransitGatewayRouteTablePropagationsPaginator";
|
|
104
|
+
export * from "./GetVpnConnectionDeviceTypesPaginator";
|
|
105
|
+
export * from "./SearchLocalGatewayRoutesPaginator";
|
|
106
|
+
export * from "./SearchTransitGatewayMulticastGroupsPaginator";
|
|
@@ -347,12 +347,14 @@ import { GetEbsEncryptionByDefaultCommandInput, GetEbsEncryptionByDefaultCommand
|
|
|
347
347
|
import { GetFlowLogsIntegrationTemplateCommandInput, GetFlowLogsIntegrationTemplateCommandOutput } from "../commands/GetFlowLogsIntegrationTemplateCommand";
|
|
348
348
|
import { GetGroupsForCapacityReservationCommandInput, GetGroupsForCapacityReservationCommandOutput } from "../commands/GetGroupsForCapacityReservationCommand";
|
|
349
349
|
import { GetHostReservationPurchasePreviewCommandInput, GetHostReservationPurchasePreviewCommandOutput } from "../commands/GetHostReservationPurchasePreviewCommand";
|
|
350
|
+
import { GetInstanceTypesFromInstanceRequirementsCommandInput, GetInstanceTypesFromInstanceRequirementsCommandOutput } from "../commands/GetInstanceTypesFromInstanceRequirementsCommand";
|
|
350
351
|
import { GetLaunchTemplateDataCommandInput, GetLaunchTemplateDataCommandOutput } from "../commands/GetLaunchTemplateDataCommand";
|
|
351
352
|
import { GetManagedPrefixListAssociationsCommandInput, GetManagedPrefixListAssociationsCommandOutput } from "../commands/GetManagedPrefixListAssociationsCommand";
|
|
352
353
|
import { GetManagedPrefixListEntriesCommandInput, GetManagedPrefixListEntriesCommandOutput } from "../commands/GetManagedPrefixListEntriesCommand";
|
|
353
354
|
import { GetPasswordDataCommandInput, GetPasswordDataCommandOutput } from "../commands/GetPasswordDataCommand";
|
|
354
355
|
import { GetReservedInstancesExchangeQuoteCommandInput, GetReservedInstancesExchangeQuoteCommandOutput } from "../commands/GetReservedInstancesExchangeQuoteCommand";
|
|
355
356
|
import { GetSerialConsoleAccessStatusCommandInput, GetSerialConsoleAccessStatusCommandOutput } from "../commands/GetSerialConsoleAccessStatusCommand";
|
|
357
|
+
import { GetSpotPlacementScoresCommandInput, GetSpotPlacementScoresCommandOutput } from "../commands/GetSpotPlacementScoresCommand";
|
|
356
358
|
import { GetSubnetCidrReservationsCommandInput, GetSubnetCidrReservationsCommandOutput } from "../commands/GetSubnetCidrReservationsCommand";
|
|
357
359
|
import { GetTransitGatewayAttachmentPropagationsCommandInput, GetTransitGatewayAttachmentPropagationsCommandOutput } from "../commands/GetTransitGatewayAttachmentPropagationsCommand";
|
|
358
360
|
import { GetTransitGatewayMulticastDomainAssociationsCommandInput, GetTransitGatewayMulticastDomainAssociationsCommandOutput } from "../commands/GetTransitGatewayMulticastDomainAssociationsCommand";
|
|
@@ -818,12 +820,14 @@ export declare const serializeAws_ec2GetEbsEncryptionByDefaultCommand: (input: G
|
|
|
818
820
|
export declare const serializeAws_ec2GetFlowLogsIntegrationTemplateCommand: (input: GetFlowLogsIntegrationTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
819
821
|
export declare const serializeAws_ec2GetGroupsForCapacityReservationCommand: (input: GetGroupsForCapacityReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
820
822
|
export declare const serializeAws_ec2GetHostReservationPurchasePreviewCommand: (input: GetHostReservationPurchasePreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
823
|
+
export declare const serializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand: (input: GetInstanceTypesFromInstanceRequirementsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
821
824
|
export declare const serializeAws_ec2GetLaunchTemplateDataCommand: (input: GetLaunchTemplateDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
822
825
|
export declare const serializeAws_ec2GetManagedPrefixListAssociationsCommand: (input: GetManagedPrefixListAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
823
826
|
export declare const serializeAws_ec2GetManagedPrefixListEntriesCommand: (input: GetManagedPrefixListEntriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
824
827
|
export declare const serializeAws_ec2GetPasswordDataCommand: (input: GetPasswordDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
825
828
|
export declare const serializeAws_ec2GetReservedInstancesExchangeQuoteCommand: (input: GetReservedInstancesExchangeQuoteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
826
829
|
export declare const serializeAws_ec2GetSerialConsoleAccessStatusCommand: (input: GetSerialConsoleAccessStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
830
|
+
export declare const serializeAws_ec2GetSpotPlacementScoresCommand: (input: GetSpotPlacementScoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
827
831
|
export declare const serializeAws_ec2GetSubnetCidrReservationsCommand: (input: GetSubnetCidrReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
828
832
|
export declare const serializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand: (input: GetTransitGatewayAttachmentPropagationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
829
833
|
export declare const serializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand: (input: GetTransitGatewayMulticastDomainAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1289,12 +1293,14 @@ export declare const deserializeAws_ec2GetEbsEncryptionByDefaultCommand: (output
|
|
|
1289
1293
|
export declare const deserializeAws_ec2GetFlowLogsIntegrationTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFlowLogsIntegrationTemplateCommandOutput>;
|
|
1290
1294
|
export declare const deserializeAws_ec2GetGroupsForCapacityReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupsForCapacityReservationCommandOutput>;
|
|
1291
1295
|
export declare const deserializeAws_ec2GetHostReservationPurchasePreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetHostReservationPurchasePreviewCommandOutput>;
|
|
1296
|
+
export declare const deserializeAws_ec2GetInstanceTypesFromInstanceRequirementsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceTypesFromInstanceRequirementsCommandOutput>;
|
|
1292
1297
|
export declare const deserializeAws_ec2GetLaunchTemplateDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLaunchTemplateDataCommandOutput>;
|
|
1293
1298
|
export declare const deserializeAws_ec2GetManagedPrefixListAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedPrefixListAssociationsCommandOutput>;
|
|
1294
1299
|
export declare const deserializeAws_ec2GetManagedPrefixListEntriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetManagedPrefixListEntriesCommandOutput>;
|
|
1295
1300
|
export declare const deserializeAws_ec2GetPasswordDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPasswordDataCommandOutput>;
|
|
1296
1301
|
export declare const deserializeAws_ec2GetReservedInstancesExchangeQuoteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetReservedInstancesExchangeQuoteCommandOutput>;
|
|
1297
1302
|
export declare const deserializeAws_ec2GetSerialConsoleAccessStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSerialConsoleAccessStatusCommandOutput>;
|
|
1303
|
+
export declare const deserializeAws_ec2GetSpotPlacementScoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSpotPlacementScoresCommandOutput>;
|
|
1298
1304
|
export declare const deserializeAws_ec2GetSubnetCidrReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubnetCidrReservationsCommandOutput>;
|
|
1299
1305
|
export declare const deserializeAws_ec2GetTransitGatewayAttachmentPropagationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayAttachmentPropagationsCommandOutput>;
|
|
1300
1306
|
export declare const deserializeAws_ec2GetTransitGatewayMulticastDomainAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTransitGatewayMulticastDomainAssociationsCommandOutput>;
|