@aws-sdk/client-ec2 3.843.0 → 3.845.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/dist-cjs/index.js +459 -73
- package/dist-es/EC2.js +4 -0
- package/dist-es/commands/DescribeCapacityBlockStatusCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityBlocksCommand.js +22 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +6 -0
- package/dist-es/models/models_2.js +0 -5
- package/dist-es/models/models_3.js +15 -6
- package/dist-es/models/models_4.js +6 -0
- package/dist-es/models/models_5.js +5 -0
- package/dist-es/pagination/DescribeCapacityBlockStatusPaginator.js +4 -0
- package/dist-es/pagination/DescribeCapacityBlocksPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -1
- package/dist-es/protocols/Aws_ec2.js +384 -60
- package/dist-types/EC2.d.ts +16 -0
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +5 -3
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +3 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +5 -2
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +6 -2
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +102 -0
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +106 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +14 -59
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +6 -1
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +4 -2
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +24 -2
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -2
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +7 -6
- package/dist-types/models/models_1.d.ts +67 -19
- package/dist-types/models/models_2.d.ts +17 -14
- package/dist-types/models/models_3.d.ts +329 -270
- package/dist-types/models/models_4.d.ts +288 -210
- package/dist-types/models/models_5.d.ts +288 -461
- package/dist-types/models/models_6.d.ts +1413 -1339
- package/dist-types/models/models_7.d.ts +395 -172
- package/dist-types/models/models_8.d.ts +166 -1
- package/dist-types/pagination/DescribeCapacityBlockStatusPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeCapacityBlocksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_ec2.d.ts +18 -0
- package/dist-types/ts3.4/EC2.d.ts +36 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +10 -3
- package/dist-types/ts3.4/models/models_2.d.ts +4 -7
- package/dist-types/ts3.4/models/models_3.d.ts +71 -57
- package/dist-types/ts3.4/models/models_4.d.ts +59 -52
- package/dist-types/ts3.4/models/models_5.d.ts +66 -85
- package/dist-types/ts3.4/models/models_6.d.ts +79 -73
- package/dist-types/ts3.4/models/models_7.d.ts +79 -46
- package/dist-types/ts3.4/models/models_8.d.ts +45 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlockStatusPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeCapacityBlocksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
- package/package.json +15 -15
|
@@ -1,10 +1,393 @@
|
|
|
1
|
-
import { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, HostMaintenance, HostRecovery, InstanceEventWindow, Ipv6SupportValue, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType,
|
|
2
|
-
import { _InstanceType, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, EndDateType, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceBandwidthWeighting, InstanceEventWindowTimeRangeRequest, InstanceMatchCriteria, Ipam, IpamMeteredAccount, IpamPool, IpamResourceDiscovery, IpamScope, IpamTier, LaunchTemplate, Placement, PlatformValues, RequestIpamResourceTag, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
|
|
3
|
-
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, InternetGatewayExclusionMode,
|
|
4
|
-
import { Byoasn, CapacityBlockExtension, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
|
|
5
|
-
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues } from "./models_4";
|
|
1
|
+
import { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, HostMaintenance, HostRecovery, InstanceEventWindow, Ipv6SupportValue, SecurityGroupReferencingSupportValue, SubnetAssociation, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
+
import { _InstanceType, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, EndDateType, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceBandwidthWeighting, InstanceEventWindowTimeRangeRequest, InstanceMatchCriteria, InstanceRequirementsRequest, IpAddressType, Ipam, IpamMeteredAccount, IpamPool, IpamResourceDiscovery, IpamScope, IpamTier, LaunchTemplate, Placement, PlatformValues, RequestIpamResourceTag, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType, VolumeType } from "./models_1";
|
|
3
|
+
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, InternetGatewayExclusionMode, LocalGatewayRoute, ManagedPrefixList, RouteServer, RouteServerPersistRoutesAction, SubnetCidrReservation, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnEcmpSupportValue } from "./models_2";
|
|
4
|
+
import { Byoasn, CapacityBlock, CapacityBlockExtension, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
|
|
5
|
+
import { ArchitectureType, ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues, VirtualizationType } from "./models_4";
|
|
6
6
|
import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InternetGatewayBlockMode, LaunchTemplateConfig, LockState, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SnapshotAttributeName, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
|
|
7
|
-
import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase,
|
|
7
|
+
import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily } from "./models_6";
|
|
8
|
+
/**
|
|
9
|
+
* <p>The architecture type, virtualization type, and other attributes for the instance types.
|
|
10
|
+
* When you specify instance attributes, Amazon EC2 will identify instance types with those
|
|
11
|
+
* attributes.</p>
|
|
12
|
+
* <p>If you specify <code>InstanceRequirementsWithMetadataRequest</code>, you can't specify
|
|
13
|
+
* <code>InstanceTypes</code>.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export interface InstanceRequirementsWithMetadataRequest {
|
|
17
|
+
/**
|
|
18
|
+
* <p>The architecture type.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
ArchitectureTypes?: ArchitectureType[] | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The virtualization type.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
VirtualizationTypes?: VirtualizationType[] | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
|
|
29
|
+
* identify instance types with those attributes.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
InstanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export interface GetSpotPlacementScoresRequest {
|
|
38
|
+
/**
|
|
39
|
+
* <p>The instance types. We recommend that you specify at least three instance types. If you
|
|
40
|
+
* specify one or two instance types, or specify variations of a single instance type (for
|
|
41
|
+
* example, an <code>m3.xlarge</code> with and without instance storage), the returned
|
|
42
|
+
* placement score will always be low. </p>
|
|
43
|
+
* <p>If you specify <code>InstanceTypes</code>, you can't specify
|
|
44
|
+
* <code>InstanceRequirementsWithMetadata</code>.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
InstanceTypes?: string[] | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The target capacity.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
TargetCapacity: number | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The unit for the target capacity.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>Specify <code>true</code> so that the response returns a list of scored Availability Zones.
|
|
60
|
+
* Otherwise, the response returns a list of scored Regions.</p>
|
|
61
|
+
* <p>A list of scored Availability Zones is useful if you want to launch all of your Spot
|
|
62
|
+
* capacity into a single Availability Zone.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
SingleAvailabilityZone?: boolean | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The Regions used to narrow down the list of Regions to be scored. Enter the Region code,
|
|
68
|
+
* for example, <code>us-east-1</code>.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
RegionNames?: string[] | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
|
|
74
|
+
* identify instance types with those attributes.</p>
|
|
75
|
+
* <p>If you specify <code>InstanceRequirementsWithMetadata</code>, you can't specify
|
|
76
|
+
* <code>InstanceTypes</code>.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
InstanceRequirementsWithMetadata?: InstanceRequirementsWithMetadataRequest | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
82
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
83
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
DryRun?: boolean | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* <p>The maximum number of items to return for this request.
|
|
89
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
90
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
MaxResults?: number | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
NextToken?: string | undefined;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* <p>The Spot placement score for this Region or Availability Zone. The score is calculated
|
|
102
|
+
* based on the assumption that the <code>capacity-optimized</code> allocation strategy is
|
|
103
|
+
* used and that all of the Availability Zones in the Region can be used.</p>
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export interface SpotPlacementScore {
|
|
107
|
+
/**
|
|
108
|
+
* <p>The Region.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
Region?: string | undefined;
|
|
112
|
+
/**
|
|
113
|
+
* <p>The Availability Zone.</p>
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
AvailabilityZoneId?: string | undefined;
|
|
117
|
+
/**
|
|
118
|
+
* <p>The placement score, on a scale from <code>1</code> to <code>10</code>. A score of
|
|
119
|
+
* <code>10</code> indicates that your Spot request is highly likely to succeed in this
|
|
120
|
+
* Region or Availability Zone. A score of <code>1</code> indicates that your Spot request is
|
|
121
|
+
* not likely to succeed. </p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
Score?: number | undefined;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
export interface GetSpotPlacementScoresResult {
|
|
130
|
+
/**
|
|
131
|
+
* <p>The Spot placement score for the top 10 Regions or Availability Zones, scored on a scale
|
|
132
|
+
* from 1 to 10. Each score
|
|
133
|
+
reflects how likely it is that each Region or Availability Zone
|
|
134
|
+
* will succeed at fulfilling the specified target capacity
|
|
135
|
+
<i>at the time of the Spot
|
|
136
|
+
* placement score request</i>. A score of <code>10</code> means that your Spot
|
|
137
|
+
* capacity request is highly likely to succeed in that Region or Availability Zone. </p>
|
|
138
|
+
* <p>If you request a Spot placement score for Regions, a high score assumes that your fleet
|
|
139
|
+
* request will be configured to use all Availability Zones and the
|
|
140
|
+
* <code>capacity-optimized</code> allocation strategy. If you request a Spot placement
|
|
141
|
+
* score for Availability Zones, a high score assumes that your fleet request will be
|
|
142
|
+
* configured to use a single Availability Zone and the <code>capacity-optimized</code>
|
|
143
|
+
* allocation strategy.</p>
|
|
144
|
+
* <p>Different
|
|
145
|
+
Regions or Availability Zones might return the same score.</p>
|
|
146
|
+
* <note>
|
|
147
|
+
* <p>The Spot placement score serves as a recommendation only. No score guarantees that your
|
|
148
|
+
* Spot request will be fully or partially fulfilled.</p>
|
|
149
|
+
* </note>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
SpotPlacementScores?: SpotPlacementScore[] | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
155
|
+
* are no more items to return.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
NextToken?: string | undefined;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
export interface GetSubnetCidrReservationsRequest {
|
|
164
|
+
/**
|
|
165
|
+
* <p>One or more filters.</p>
|
|
166
|
+
* <ul>
|
|
167
|
+
* <li>
|
|
168
|
+
* <p>
|
|
169
|
+
* <code>reservationType</code> - The type of reservation (<code>prefix</code> |
|
|
170
|
+
* <code>explicit</code>).</p>
|
|
171
|
+
* </li>
|
|
172
|
+
* <li>
|
|
173
|
+
* <p>
|
|
174
|
+
* <code>subnet-id</code> - The ID of the subnet.</p>
|
|
175
|
+
* </li>
|
|
176
|
+
* <li>
|
|
177
|
+
* <p>
|
|
178
|
+
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
179
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
180
|
+
* </li>
|
|
181
|
+
* <li>
|
|
182
|
+
* <p>
|
|
183
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
184
|
+
* </li>
|
|
185
|
+
* </ul>
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
Filters?: Filter[] | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* <p>The ID of the subnet.</p>
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
SubnetId: string | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
196
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
197
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
198
|
+
* @public
|
|
199
|
+
*/
|
|
200
|
+
DryRun?: boolean | undefined;
|
|
201
|
+
/**
|
|
202
|
+
* <p>The token for the next page of results.</p>
|
|
203
|
+
* @public
|
|
204
|
+
*/
|
|
205
|
+
NextToken?: string | undefined;
|
|
206
|
+
/**
|
|
207
|
+
* <p>The maximum number of results to return with a single call.
|
|
208
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
209
|
+
* @public
|
|
210
|
+
*/
|
|
211
|
+
MaxResults?: number | undefined;
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
216
|
+
export interface GetSubnetCidrReservationsResult {
|
|
217
|
+
/**
|
|
218
|
+
* <p>Information about the IPv4 subnet CIDR reservations.</p>
|
|
219
|
+
* @public
|
|
220
|
+
*/
|
|
221
|
+
SubnetIpv4CidrReservations?: SubnetCidrReservation[] | undefined;
|
|
222
|
+
/**
|
|
223
|
+
* <p>Information about the IPv6 subnet CIDR reservations.</p>
|
|
224
|
+
* @public
|
|
225
|
+
*/
|
|
226
|
+
SubnetIpv6CidrReservations?: SubnetCidrReservation[] | undefined;
|
|
227
|
+
/**
|
|
228
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
229
|
+
* @public
|
|
230
|
+
*/
|
|
231
|
+
NextToken?: string | undefined;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* @public
|
|
235
|
+
*/
|
|
236
|
+
export interface GetTransitGatewayAttachmentPropagationsRequest {
|
|
237
|
+
/**
|
|
238
|
+
* <p>The ID of the attachment.</p>
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
TransitGatewayAttachmentId: string | undefined;
|
|
242
|
+
/**
|
|
243
|
+
* <p>One or more filters. The possible values are:</p>
|
|
244
|
+
* <ul>
|
|
245
|
+
* <li>
|
|
246
|
+
* <p>
|
|
247
|
+
* <code>transit-gateway-route-table-id</code> - The ID of the transit gateway route table.</p>
|
|
248
|
+
* </li>
|
|
249
|
+
* </ul>
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
252
|
+
Filters?: Filter[] | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* <p>The maximum number of results to return with a single call.
|
|
255
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
258
|
+
MaxResults?: number | undefined;
|
|
259
|
+
/**
|
|
260
|
+
* <p>The token for the next page of results.</p>
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
263
|
+
NextToken?: string | undefined;
|
|
264
|
+
/**
|
|
265
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
266
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
267
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
268
|
+
* @public
|
|
269
|
+
*/
|
|
270
|
+
DryRun?: boolean | undefined;
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* <p>Describes a propagation route table.</p>
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
export interface TransitGatewayAttachmentPropagation {
|
|
277
|
+
/**
|
|
278
|
+
* <p>The ID of the propagation route table.</p>
|
|
279
|
+
* @public
|
|
280
|
+
*/
|
|
281
|
+
TransitGatewayRouteTableId?: string | undefined;
|
|
282
|
+
/**
|
|
283
|
+
* <p>The state of the propagation route table.</p>
|
|
284
|
+
* @public
|
|
285
|
+
*/
|
|
286
|
+
State?: TransitGatewayPropagationState | undefined;
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* @public
|
|
290
|
+
*/
|
|
291
|
+
export interface GetTransitGatewayAttachmentPropagationsResult {
|
|
292
|
+
/**
|
|
293
|
+
* <p>Information about the propagation route tables.</p>
|
|
294
|
+
* @public
|
|
295
|
+
*/
|
|
296
|
+
TransitGatewayAttachmentPropagations?: TransitGatewayAttachmentPropagation[] | undefined;
|
|
297
|
+
/**
|
|
298
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
299
|
+
* @public
|
|
300
|
+
*/
|
|
301
|
+
NextToken?: string | undefined;
|
|
302
|
+
}
|
|
303
|
+
/**
|
|
304
|
+
* @public
|
|
305
|
+
*/
|
|
306
|
+
export interface GetTransitGatewayMulticastDomainAssociationsRequest {
|
|
307
|
+
/**
|
|
308
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
309
|
+
* @public
|
|
310
|
+
*/
|
|
311
|
+
TransitGatewayMulticastDomainId: string | undefined;
|
|
312
|
+
/**
|
|
313
|
+
* <p>One or more filters. The possible values are:</p>
|
|
314
|
+
* <ul>
|
|
315
|
+
* <li>
|
|
316
|
+
* <p>
|
|
317
|
+
* <code>resource-id</code> - The ID of the resource.</p>
|
|
318
|
+
* </li>
|
|
319
|
+
* <li>
|
|
320
|
+
* <p>
|
|
321
|
+
* <code>resource-type</code> - The type of resource. The valid value is: <code>vpc</code>.</p>
|
|
322
|
+
* </li>
|
|
323
|
+
* <li>
|
|
324
|
+
* <p>
|
|
325
|
+
* <code>state</code> - The state of the subnet association. Valid values are
|
|
326
|
+
* <code>associated</code> | <code>associating</code> |
|
|
327
|
+
* <code>disassociated</code> | <code>disassociating</code>.</p>
|
|
328
|
+
* </li>
|
|
329
|
+
* <li>
|
|
330
|
+
* <p>
|
|
331
|
+
* <code>subnet-id</code> - The ID of the subnet.</p>
|
|
332
|
+
* </li>
|
|
333
|
+
* <li>
|
|
334
|
+
* <p>
|
|
335
|
+
* <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p>
|
|
336
|
+
* </li>
|
|
337
|
+
* </ul>
|
|
338
|
+
* @public
|
|
339
|
+
*/
|
|
340
|
+
Filters?: Filter[] | undefined;
|
|
341
|
+
/**
|
|
342
|
+
* <p>The maximum number of results to return with a single call.
|
|
343
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
344
|
+
* @public
|
|
345
|
+
*/
|
|
346
|
+
MaxResults?: number | undefined;
|
|
347
|
+
/**
|
|
348
|
+
* <p>The token for the next page of results.</p>
|
|
349
|
+
* @public
|
|
350
|
+
*/
|
|
351
|
+
NextToken?: string | undefined;
|
|
352
|
+
/**
|
|
353
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
354
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
355
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
356
|
+
* @public
|
|
357
|
+
*/
|
|
358
|
+
DryRun?: boolean | undefined;
|
|
359
|
+
}
|
|
360
|
+
/**
|
|
361
|
+
* <p>Describes the resources associated with the transit gateway multicast domain.</p>
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
export interface TransitGatewayMulticastDomainAssociation {
|
|
365
|
+
/**
|
|
366
|
+
* <p>The ID of the transit gateway attachment.</p>
|
|
367
|
+
* @public
|
|
368
|
+
*/
|
|
369
|
+
TransitGatewayAttachmentId?: string | undefined;
|
|
370
|
+
/**
|
|
371
|
+
* <p>The ID of the resource.</p>
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
ResourceId?: string | undefined;
|
|
375
|
+
/**
|
|
376
|
+
* <p>The type of resource, for example a VPC attachment.</p>
|
|
377
|
+
* @public
|
|
378
|
+
*/
|
|
379
|
+
ResourceType?: TransitGatewayAttachmentResourceType | undefined;
|
|
380
|
+
/**
|
|
381
|
+
* <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain association resource.</p>
|
|
382
|
+
* @public
|
|
383
|
+
*/
|
|
384
|
+
ResourceOwnerId?: string | undefined;
|
|
385
|
+
/**
|
|
386
|
+
* <p>The subnet associated with the transit gateway multicast domain.</p>
|
|
387
|
+
* @public
|
|
388
|
+
*/
|
|
389
|
+
Subnet?: SubnetAssociation | undefined;
|
|
390
|
+
}
|
|
8
391
|
/**
|
|
9
392
|
* @public
|
|
10
393
|
*/
|
|
@@ -2814,7 +3197,7 @@ export interface ModifyInstanceAttributeRequest {
|
|
|
2814
3197
|
* attached. The volume must be owned by the caller. If no value is specified for
|
|
2815
3198
|
* <code>DeleteOnTermination</code>, the default is <code>true</code> and the volume is
|
|
2816
3199
|
* deleted when the instance is terminated. You can't modify the <code>DeleteOnTermination</code>
|
|
2817
|
-
* attribute for volumes that are attached to
|
|
3200
|
+
* attribute for volumes that are attached to Amazon Web Services-managed resources.</p>
|
|
2818
3201
|
* <p>To add instance store volumes to an Amazon EBS-backed instance, you must add them when
|
|
2819
3202
|
* you launch the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Update the block device mapping when launching an instance</a> in the
|
|
2820
3203
|
* <i>Amazon EC2 User Guide</i>.</p>
|
|
@@ -7521,6 +7904,11 @@ export interface PurchaseCapacityBlockResult {
|
|
|
7521
7904
|
* @public
|
|
7522
7905
|
*/
|
|
7523
7906
|
CapacityReservation?: CapacityReservation | undefined;
|
|
7907
|
+
/**
|
|
7908
|
+
* <p>The Capacity Block.</p>
|
|
7909
|
+
* @public
|
|
7910
|
+
*/
|
|
7911
|
+
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
7524
7912
|
}
|
|
7525
7913
|
/**
|
|
7526
7914
|
* @public
|
|
@@ -8082,171 +8470,6 @@ export interface RegisterTransitGatewayMulticastGroupSourcesResult {
|
|
|
8082
8470
|
*/
|
|
8083
8471
|
RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources | undefined;
|
|
8084
8472
|
}
|
|
8085
|
-
/**
|
|
8086
|
-
* @public
|
|
8087
|
-
*/
|
|
8088
|
-
export interface RejectCapacityReservationBillingOwnershipRequest {
|
|
8089
|
-
/**
|
|
8090
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8091
|
-
* @public
|
|
8092
|
-
*/
|
|
8093
|
-
DryRun?: boolean | undefined;
|
|
8094
|
-
/**
|
|
8095
|
-
* <p>The ID of the Capacity Reservation for which to reject the request.</p>
|
|
8096
|
-
* @public
|
|
8097
|
-
*/
|
|
8098
|
-
CapacityReservationId: string | undefined;
|
|
8099
|
-
}
|
|
8100
|
-
/**
|
|
8101
|
-
* @public
|
|
8102
|
-
*/
|
|
8103
|
-
export interface RejectCapacityReservationBillingOwnershipResult {
|
|
8104
|
-
/**
|
|
8105
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
8106
|
-
* @public
|
|
8107
|
-
*/
|
|
8108
|
-
Return?: boolean | undefined;
|
|
8109
|
-
}
|
|
8110
|
-
/**
|
|
8111
|
-
* @public
|
|
8112
|
-
*/
|
|
8113
|
-
export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
|
|
8114
|
-
/**
|
|
8115
|
-
* <p>The ID of the transit gateway multicast domain.</p>
|
|
8116
|
-
* @public
|
|
8117
|
-
*/
|
|
8118
|
-
TransitGatewayMulticastDomainId?: string | undefined;
|
|
8119
|
-
/**
|
|
8120
|
-
* <p>The ID of the transit gateway attachment.</p>
|
|
8121
|
-
* @public
|
|
8122
|
-
*/
|
|
8123
|
-
TransitGatewayAttachmentId?: string | undefined;
|
|
8124
|
-
/**
|
|
8125
|
-
* <p>The IDs of the subnets to associate with the transit gateway multicast domain.</p>
|
|
8126
|
-
* @public
|
|
8127
|
-
*/
|
|
8128
|
-
SubnetIds?: string[] | undefined;
|
|
8129
|
-
/**
|
|
8130
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8131
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8132
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8133
|
-
* @public
|
|
8134
|
-
*/
|
|
8135
|
-
DryRun?: boolean | undefined;
|
|
8136
|
-
}
|
|
8137
|
-
/**
|
|
8138
|
-
* @public
|
|
8139
|
-
*/
|
|
8140
|
-
export interface RejectTransitGatewayMulticastDomainAssociationsResult {
|
|
8141
|
-
/**
|
|
8142
|
-
* <p>Information about the multicast domain associations.</p>
|
|
8143
|
-
* @public
|
|
8144
|
-
*/
|
|
8145
|
-
Associations?: TransitGatewayMulticastDomainAssociations | undefined;
|
|
8146
|
-
}
|
|
8147
|
-
/**
|
|
8148
|
-
* @public
|
|
8149
|
-
*/
|
|
8150
|
-
export interface RejectTransitGatewayPeeringAttachmentRequest {
|
|
8151
|
-
/**
|
|
8152
|
-
* <p>The ID of the transit gateway peering attachment.</p>
|
|
8153
|
-
* @public
|
|
8154
|
-
*/
|
|
8155
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
8156
|
-
/**
|
|
8157
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8158
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8159
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8160
|
-
* @public
|
|
8161
|
-
*/
|
|
8162
|
-
DryRun?: boolean | undefined;
|
|
8163
|
-
}
|
|
8164
|
-
/**
|
|
8165
|
-
* @public
|
|
8166
|
-
*/
|
|
8167
|
-
export interface RejectTransitGatewayPeeringAttachmentResult {
|
|
8168
|
-
/**
|
|
8169
|
-
* <p>The transit gateway peering attachment.</p>
|
|
8170
|
-
* @public
|
|
8171
|
-
*/
|
|
8172
|
-
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
|
|
8173
|
-
}
|
|
8174
|
-
/**
|
|
8175
|
-
* @public
|
|
8176
|
-
*/
|
|
8177
|
-
export interface RejectTransitGatewayVpcAttachmentRequest {
|
|
8178
|
-
/**
|
|
8179
|
-
* <p>The ID of the attachment.</p>
|
|
8180
|
-
* @public
|
|
8181
|
-
*/
|
|
8182
|
-
TransitGatewayAttachmentId: string | undefined;
|
|
8183
|
-
/**
|
|
8184
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8185
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8186
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8187
|
-
* @public
|
|
8188
|
-
*/
|
|
8189
|
-
DryRun?: boolean | undefined;
|
|
8190
|
-
}
|
|
8191
|
-
/**
|
|
8192
|
-
* @public
|
|
8193
|
-
*/
|
|
8194
|
-
export interface RejectTransitGatewayVpcAttachmentResult {
|
|
8195
|
-
/**
|
|
8196
|
-
* <p>Information about the attachment.</p>
|
|
8197
|
-
* @public
|
|
8198
|
-
*/
|
|
8199
|
-
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
|
|
8200
|
-
}
|
|
8201
|
-
/**
|
|
8202
|
-
* @public
|
|
8203
|
-
*/
|
|
8204
|
-
export interface RejectVpcEndpointConnectionsRequest {
|
|
8205
|
-
/**
|
|
8206
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8207
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8208
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8209
|
-
* @public
|
|
8210
|
-
*/
|
|
8211
|
-
DryRun?: boolean | undefined;
|
|
8212
|
-
/**
|
|
8213
|
-
* <p>The ID of the service.</p>
|
|
8214
|
-
* @public
|
|
8215
|
-
*/
|
|
8216
|
-
ServiceId: string | undefined;
|
|
8217
|
-
/**
|
|
8218
|
-
* <p>The IDs of the VPC endpoints.</p>
|
|
8219
|
-
* @public
|
|
8220
|
-
*/
|
|
8221
|
-
VpcEndpointIds: string[] | undefined;
|
|
8222
|
-
}
|
|
8223
|
-
/**
|
|
8224
|
-
* @public
|
|
8225
|
-
*/
|
|
8226
|
-
export interface RejectVpcEndpointConnectionsResult {
|
|
8227
|
-
/**
|
|
8228
|
-
* <p>Information about the endpoints that were not rejected, if applicable.</p>
|
|
8229
|
-
* @public
|
|
8230
|
-
*/
|
|
8231
|
-
Unsuccessful?: UnsuccessfulItem[] | undefined;
|
|
8232
|
-
}
|
|
8233
|
-
/**
|
|
8234
|
-
* @public
|
|
8235
|
-
*/
|
|
8236
|
-
export interface RejectVpcPeeringConnectionRequest {
|
|
8237
|
-
/**
|
|
8238
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8239
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8240
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8241
|
-
* @public
|
|
8242
|
-
*/
|
|
8243
|
-
DryRun?: boolean | undefined;
|
|
8244
|
-
/**
|
|
8245
|
-
* <p>The ID of the VPC peering connection.</p>
|
|
8246
|
-
* @public
|
|
8247
|
-
*/
|
|
8248
|
-
VpcPeeringConnectionId: string | undefined;
|
|
8249
|
-
}
|
|
8250
8473
|
/**
|
|
8251
8474
|
* @internal
|
|
8252
8475
|
*/
|