@aws-sdk/client-ec2 3.592.0 → 3.598.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 +8 -0
- package/dist-cjs/index.js +126 -8
- package/dist-es/EC2.js +2 -0
- package/dist-es/commands/DescribeTrafficMirrorFilterRulesCommand.js +24 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_5.js +0 -7
- package/dist-es/models/models_6.js +7 -0
- package/dist-es/protocols/Aws_ec2.js +102 -0
- package/dist-types/EC2.d.ts +8 -0
- package/dist-types/EC2Client.d.ts +3 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +2 -2
- package/dist-types/commands/AllocateAddressCommand.d.ts +3 -3
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +2 -3
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +2 -3
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +2 -1
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +4 -2
- package/dist-types/commands/AssociateVpcCidrBlockCommand.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/CancelReservedInstancesListingCommand.d.ts +2 -3
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +4 -3
- 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/CreateDhcpOptionsCommand.d.ts +3 -3
- 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 +4 -3
- 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 +2 -3
- 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/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 +4 -4
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -3
- 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/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 +3 -4
- 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 +2 -2
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +2 -2
- package/dist-types/commands/CreateRestoreImageTaskCommand.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 +3 -3
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +3 -3
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +18 -5
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +17 -0
- 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 +3 -2
- 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 +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +4 -2
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +3 -5
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +3 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeRegionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +3 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +101 -0
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +14 -2
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -2
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -4
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +14 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +6 -0
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -4
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -2
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +3 -3
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +3 -3
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -2
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +4 -4
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +6 -3
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +4 -4
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +6 -5
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +45 -42
- package/dist-types/models/models_1.d.ts +93 -84
- package/dist-types/models/models_2.d.ts +41 -30
- package/dist-types/models/models_3.d.ts +51 -48
- package/dist-types/models/models_4.d.ts +144 -119
- package/dist-types/models/models_5.d.ts +113 -103
- package/dist-types/models/models_6.d.ts +106 -69
- package/dist-types/models/models_7.d.ts +71 -30
- package/dist-types/protocols/Aws_ec2.d.ts +9 -0
- package/dist-types/ts3.4/EC2.d.ts +18 -0
- package/dist-types/ts3.4/EC2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_2.d.ts +2 -0
- package/dist-types/ts3.4/models/models_5.d.ts +13 -22
- package/dist-types/ts3.4/models/models_6.d.ts +22 -11
- package/dist-types/ts3.4/models/models_7.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
- package/package.json +39 -39
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _InstanceType, AddressTransfer, AllowedPrincipal, AsnAssociation, AssociationStatus, CapacityReservationState, CurrencyCodeValues, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { DiskImageFormat, InstanceRequirementsRequest, Subnet, VolumeType, Vpc } from "./models_1";
|
|
3
|
-
import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SSEType, State, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, IpAddressType, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, SSEType, State, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcEndpoint, VpnConnection, VpnGateway } from "./models_2";
|
|
4
4
|
import { ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, Filter, MetricType, PaymentOption, PeriodType, ProductCode, StatisticType, VirtualizationType } from "./models_3";
|
|
5
5
|
import { ArchitectureType, AttributeBooleanValue, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, RIProductDescription } from "./models_4";
|
|
6
6
|
/**
|
|
@@ -560,7 +560,7 @@ export interface DescribeSubnetsRequest {
|
|
|
560
560
|
*/
|
|
561
561
|
export interface DescribeSubnetsResult {
|
|
562
562
|
/**
|
|
563
|
-
* <p>Information about
|
|
563
|
+
* <p>Information about the subnets.</p>
|
|
564
564
|
* @public
|
|
565
565
|
*/
|
|
566
566
|
Subnets?: Subnet[];
|
|
@@ -667,6 +667,97 @@ export interface DescribeTagsResult {
|
|
|
667
667
|
*/
|
|
668
668
|
Tags?: TagDescription[];
|
|
669
669
|
}
|
|
670
|
+
/**
|
|
671
|
+
* @public
|
|
672
|
+
*/
|
|
673
|
+
export interface DescribeTrafficMirrorFilterRulesRequest {
|
|
674
|
+
/**
|
|
675
|
+
* <p>Traffic filter rule IDs.</p>
|
|
676
|
+
* @public
|
|
677
|
+
*/
|
|
678
|
+
TrafficMirrorFilterRuleIds?: string[];
|
|
679
|
+
/**
|
|
680
|
+
* <p>Traffic filter ID.</p>
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
683
|
+
TrafficMirrorFilterId?: string;
|
|
684
|
+
/**
|
|
685
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
686
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
687
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
688
|
+
* @public
|
|
689
|
+
*/
|
|
690
|
+
DryRun?: boolean;
|
|
691
|
+
/**
|
|
692
|
+
* <p>Traffic mirror filters.</p>
|
|
693
|
+
* <ul>
|
|
694
|
+
* <li>
|
|
695
|
+
* <p>
|
|
696
|
+
* <code>traffic-mirror-filter-rule-id</code>: The ID of the Traffic Mirror rule.</p>
|
|
697
|
+
* </li>
|
|
698
|
+
* <li>
|
|
699
|
+
* <p>
|
|
700
|
+
* <code>traffic-mirror-filter-id</code>: The ID of the filter that this rule is associated with.</p>
|
|
701
|
+
* </li>
|
|
702
|
+
* <li>
|
|
703
|
+
* <p>
|
|
704
|
+
* <code>rule-number</code>: The number of the Traffic Mirror rule.</p>
|
|
705
|
+
* </li>
|
|
706
|
+
* <li>
|
|
707
|
+
* <p>
|
|
708
|
+
* <code>rule-action</code>: The action taken on the filtered traffic. Possible actions are <code>accept</code> and <code>reject</code>.</p>
|
|
709
|
+
* </li>
|
|
710
|
+
* <li>
|
|
711
|
+
* <p>
|
|
712
|
+
* <code>traffic-direction</code>: The traffic direction. Possible directions are <code>ingress</code> and <code>egress</code>.</p>
|
|
713
|
+
* </li>
|
|
714
|
+
* <li>
|
|
715
|
+
* <p>
|
|
716
|
+
* <code>protocol</code>: The protocol, for example UDP, assigned to the Traffic Mirror rule.</p>
|
|
717
|
+
* </li>
|
|
718
|
+
* <li>
|
|
719
|
+
* <p>
|
|
720
|
+
* <code>source-cidr-block</code>: The source CIDR block assigned to the Traffic Mirror rule.</p>
|
|
721
|
+
* </li>
|
|
722
|
+
* <li>
|
|
723
|
+
* <p>
|
|
724
|
+
* <code>destination-cidr-block</code>: The destination CIDR block assigned to the Traffic Mirror rule.</p>
|
|
725
|
+
* </li>
|
|
726
|
+
* <li>
|
|
727
|
+
* <p>
|
|
728
|
+
* <code>description</code>: The description of the Traffic Mirror rule.</p>
|
|
729
|
+
* </li>
|
|
730
|
+
* </ul>
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
Filters?: Filter[];
|
|
734
|
+
/**
|
|
735
|
+
* <p>The maximum number of results to return with a single call.
|
|
736
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
739
|
+
MaxResults?: number;
|
|
740
|
+
/**
|
|
741
|
+
* <p>The token for the next page of results.</p>
|
|
742
|
+
* @public
|
|
743
|
+
*/
|
|
744
|
+
NextToken?: string;
|
|
745
|
+
}
|
|
746
|
+
/**
|
|
747
|
+
* @public
|
|
748
|
+
*/
|
|
749
|
+
export interface DescribeTrafficMirrorFilterRulesResult {
|
|
750
|
+
/**
|
|
751
|
+
* <p>Traffic mirror rules.</p>
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
TrafficMirrorFilterRules?: TrafficMirrorFilterRule[];
|
|
755
|
+
/**
|
|
756
|
+
* <p>The token to use to retrieve the next page of results. The value is <code>null</code> when there are no more results to return.</p>
|
|
757
|
+
* @public
|
|
758
|
+
*/
|
|
759
|
+
NextToken?: string;
|
|
760
|
+
}
|
|
670
761
|
/**
|
|
671
762
|
* @public
|
|
672
763
|
*/
|
|
@@ -2281,16 +2372,15 @@ export interface DescribeVolumesRequest {
|
|
|
2281
2372
|
*/
|
|
2282
2373
|
DryRun?: boolean;
|
|
2283
2374
|
/**
|
|
2284
|
-
* <p>The maximum number of
|
|
2285
|
-
*
|
|
2286
|
-
*
|
|
2287
|
-
* volume IDs parameter in the same request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
2375
|
+
* <p>The maximum number of items to return for this request.
|
|
2376
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
2377
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
2288
2378
|
* @public
|
|
2289
2379
|
*/
|
|
2290
2380
|
MaxResults?: number;
|
|
2291
2381
|
/**
|
|
2292
2382
|
* <p>The token returned from a previous paginated request.
|
|
2293
|
-
*
|
|
2383
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
2294
2384
|
* @public
|
|
2295
2385
|
*/
|
|
2296
2386
|
NextToken?: string;
|
|
@@ -2306,7 +2396,7 @@ export interface DescribeVolumesResult {
|
|
|
2306
2396
|
Volumes?: Volume[];
|
|
2307
2397
|
/**
|
|
2308
2398
|
* <p>The token to include in another request to get the next page of items.
|
|
2309
|
-
*
|
|
2399
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
2310
2400
|
* @public
|
|
2311
2401
|
*/
|
|
2312
2402
|
NextToken?: string;
|
|
@@ -2382,8 +2472,8 @@ export interface DescribeVolumesModificationsRequest {
|
|
|
2382
2472
|
*/
|
|
2383
2473
|
Filters?: Filter[];
|
|
2384
2474
|
/**
|
|
2385
|
-
* <p>The token returned
|
|
2386
|
-
*
|
|
2475
|
+
* <p>The token returned from a previous paginated request.
|
|
2476
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
2387
2477
|
* @public
|
|
2388
2478
|
*/
|
|
2389
2479
|
NextToken?: string;
|
|
@@ -2507,7 +2597,7 @@ export interface DescribeVolumesModificationsResult {
|
|
|
2507
2597
|
VolumesModifications?: VolumeModification[];
|
|
2508
2598
|
/**
|
|
2509
2599
|
* <p>The token to include in another request to get the next page of items.
|
|
2510
|
-
*
|
|
2600
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
2511
2601
|
* @public
|
|
2512
2602
|
*/
|
|
2513
2603
|
NextToken?: string;
|
|
@@ -2583,17 +2673,15 @@ export interface DescribeVolumeStatusRequest {
|
|
|
2583
2673
|
*/
|
|
2584
2674
|
Filters?: Filter[];
|
|
2585
2675
|
/**
|
|
2586
|
-
* <p>The maximum number of items to return for this request.
|
|
2587
|
-
*
|
|
2588
|
-
*
|
|
2589
|
-
* then all items are returned. You cannot specify this parameter and the volume IDs parameter in the
|
|
2590
|
-
* same request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
2676
|
+
* <p>The maximum number of items to return for this request.
|
|
2677
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
2678
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
2591
2679
|
* @public
|
|
2592
2680
|
*/
|
|
2593
2681
|
MaxResults?: number;
|
|
2594
2682
|
/**
|
|
2595
2683
|
* <p>The token returned from a previous paginated request.
|
|
2596
|
-
*
|
|
2684
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
2597
2685
|
* @public
|
|
2598
2686
|
*/
|
|
2599
2687
|
NextToken?: string;
|
|
@@ -2793,7 +2881,7 @@ export interface VolumeStatusItem {
|
|
|
2793
2881
|
export interface DescribeVolumeStatusResult {
|
|
2794
2882
|
/**
|
|
2795
2883
|
* <p>The token to include in another request to get the next page of items.
|
|
2796
|
-
*
|
|
2884
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
2797
2885
|
* @public
|
|
2798
2886
|
*/
|
|
2799
2887
|
NextToken?: string;
|
|
@@ -3283,7 +3371,7 @@ export interface DescribeVpcEndpointsRequest {
|
|
|
3283
3371
|
*/
|
|
3284
3372
|
export interface DescribeVpcEndpointsResult {
|
|
3285
3373
|
/**
|
|
3286
|
-
* <p>Information about the endpoints.</p>
|
|
3374
|
+
* <p>Information about the VPC endpoints.</p>
|
|
3287
3375
|
* @public
|
|
3288
3376
|
*/
|
|
3289
3377
|
VpcEndpoints?: VpcEndpoint[];
|
|
@@ -3804,7 +3892,6 @@ export interface DescribeVpcsRequest {
|
|
|
3804
3892
|
Filters?: Filter[];
|
|
3805
3893
|
/**
|
|
3806
3894
|
* <p>The IDs of the VPCs.</p>
|
|
3807
|
-
* <p>Default: Describes all your VPCs.</p>
|
|
3808
3895
|
* @public
|
|
3809
3896
|
*/
|
|
3810
3897
|
VpcIds?: string[];
|
|
@@ -3833,7 +3920,7 @@ export interface DescribeVpcsRequest {
|
|
|
3833
3920
|
*/
|
|
3834
3921
|
export interface DescribeVpcsResult {
|
|
3835
3922
|
/**
|
|
3836
|
-
* <p>Information about
|
|
3923
|
+
* <p>Information about the VPCs.</p>
|
|
3837
3924
|
* @public
|
|
3838
3925
|
*/
|
|
3839
3926
|
Vpcs?: Vpc[];
|
|
@@ -4133,7 +4220,7 @@ export interface DetachVerifiedAccessTrustProviderRequest {
|
|
|
4133
4220
|
VerifiedAccessTrustProviderId: string | undefined;
|
|
4134
4221
|
/**
|
|
4135
4222
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
4136
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
4223
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
4137
4224
|
* @public
|
|
4138
4225
|
*/
|
|
4139
4226
|
ClientToken?: string;
|
|
@@ -5319,8 +5406,8 @@ export interface DisassociateTrunkInterfaceRequest {
|
|
|
5319
5406
|
AssociationId: string | undefined;
|
|
5320
5407
|
/**
|
|
5321
5408
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
5322
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
5323
|
-
*
|
|
5409
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
|
|
5410
|
+
* idempotency</a>.</p>
|
|
5324
5411
|
* @public
|
|
5325
5412
|
*/
|
|
5326
5413
|
ClientToken?: string;
|
|
@@ -5343,8 +5430,8 @@ export interface DisassociateTrunkInterfaceResult {
|
|
|
5343
5430
|
Return?: boolean;
|
|
5344
5431
|
/**
|
|
5345
5432
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
5346
|
-
* request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
5347
|
-
*
|
|
5433
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
|
|
5434
|
+
* idempotency</a>.</p>
|
|
5348
5435
|
* @public
|
|
5349
5436
|
*/
|
|
5350
5437
|
ClientToken?: string;
|
|
@@ -7701,83 +7788,6 @@ export declare const IpamOverlapStatus: {
|
|
|
7701
7788
|
* @public
|
|
7702
7789
|
*/
|
|
7703
7790
|
export type IpamOverlapStatus = (typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
|
|
7704
|
-
/**
|
|
7705
|
-
* @public
|
|
7706
|
-
* @enum
|
|
7707
|
-
*/
|
|
7708
|
-
export declare const IpamAddressHistoryResourceType: {
|
|
7709
|
-
readonly eip: "eip";
|
|
7710
|
-
readonly instance: "instance";
|
|
7711
|
-
readonly network_interface: "network-interface";
|
|
7712
|
-
readonly subnet: "subnet";
|
|
7713
|
-
readonly vpc: "vpc";
|
|
7714
|
-
};
|
|
7715
|
-
/**
|
|
7716
|
-
* @public
|
|
7717
|
-
*/
|
|
7718
|
-
export type IpamAddressHistoryResourceType = (typeof IpamAddressHistoryResourceType)[keyof typeof IpamAddressHistoryResourceType];
|
|
7719
|
-
/**
|
|
7720
|
-
* <p>The historical record of a CIDR within an IPAM scope. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
7721
|
-
* </p>
|
|
7722
|
-
* @public
|
|
7723
|
-
*/
|
|
7724
|
-
export interface IpamAddressHistoryRecord {
|
|
7725
|
-
/**
|
|
7726
|
-
* <p>The ID of the resource owner.</p>
|
|
7727
|
-
* @public
|
|
7728
|
-
*/
|
|
7729
|
-
ResourceOwnerId?: string;
|
|
7730
|
-
/**
|
|
7731
|
-
* <p>The Amazon Web Services Region of the resource.</p>
|
|
7732
|
-
* @public
|
|
7733
|
-
*/
|
|
7734
|
-
ResourceRegion?: string;
|
|
7735
|
-
/**
|
|
7736
|
-
* <p>The type of the resource.</p>
|
|
7737
|
-
* @public
|
|
7738
|
-
*/
|
|
7739
|
-
ResourceType?: IpamAddressHistoryResourceType;
|
|
7740
|
-
/**
|
|
7741
|
-
* <p>The ID of the resource.</p>
|
|
7742
|
-
* @public
|
|
7743
|
-
*/
|
|
7744
|
-
ResourceId?: string;
|
|
7745
|
-
/**
|
|
7746
|
-
* <p>The CIDR of the resource.</p>
|
|
7747
|
-
* @public
|
|
7748
|
-
*/
|
|
7749
|
-
ResourceCidr?: string;
|
|
7750
|
-
/**
|
|
7751
|
-
* <p>The name of the resource.</p>
|
|
7752
|
-
* @public
|
|
7753
|
-
*/
|
|
7754
|
-
ResourceName?: string;
|
|
7755
|
-
/**
|
|
7756
|
-
* <p>The compliance status of a resource. For more information on compliance statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
7757
|
-
* @public
|
|
7758
|
-
*/
|
|
7759
|
-
ResourceComplianceStatus?: IpamComplianceStatus;
|
|
7760
|
-
/**
|
|
7761
|
-
* <p>The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
7762
|
-
* @public
|
|
7763
|
-
*/
|
|
7764
|
-
ResourceOverlapStatus?: IpamOverlapStatus;
|
|
7765
|
-
/**
|
|
7766
|
-
* <p>The VPC ID of the resource.</p>
|
|
7767
|
-
* @public
|
|
7768
|
-
*/
|
|
7769
|
-
VpcId?: string;
|
|
7770
|
-
/**
|
|
7771
|
-
* <p>Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the start time may have occurred before this specific time.</p>
|
|
7772
|
-
* @public
|
|
7773
|
-
*/
|
|
7774
|
-
SampledStartTime?: Date;
|
|
7775
|
-
/**
|
|
7776
|
-
* <p>Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the end time may have occurred before this specific time.</p>
|
|
7777
|
-
* @public
|
|
7778
|
-
*/
|
|
7779
|
-
SampledEndTime?: Date;
|
|
7780
|
-
}
|
|
7781
7791
|
/**
|
|
7782
7792
|
* @internal
|
|
7783
7793
|
*/
|
|
@@ -3,7 +3,84 @@ import { AttributeValue, CapacityReservationPreference, CapacityReservationTarge
|
|
|
3
3
|
import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetCidrReservation, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
4
|
import { ArchitectureValues, BootModeValues, ConversionTask, Filter, FpgaImageAttribute, FpgaImageAttributeName, ImportImageLicenseConfigurationResponse, IpamPoolCidr, LaunchPermission, PermissionGroup, SnapshotDetail, VirtualizationType } from "./models_3";
|
|
5
5
|
import { AnalysisStatus, ArchitectureType, AttributeBooleanValue, CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchTemplateConfig, LockState, Monitoring, ReservedInstancesConfiguration, SnapshotAttributeName, SnapshotTaskDetail } from "./models_4";
|
|
6
|
-
import { InstanceFamilyCreditSpecification,
|
|
6
|
+
import { InstanceFamilyCreditSpecification, IpamComplianceStatus, IpamOverlapStatus, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
* @enum
|
|
10
|
+
*/
|
|
11
|
+
export declare const IpamAddressHistoryResourceType: {
|
|
12
|
+
readonly eip: "eip";
|
|
13
|
+
readonly instance: "instance";
|
|
14
|
+
readonly network_interface: "network-interface";
|
|
15
|
+
readonly subnet: "subnet";
|
|
16
|
+
readonly vpc: "vpc";
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export type IpamAddressHistoryResourceType = (typeof IpamAddressHistoryResourceType)[keyof typeof IpamAddressHistoryResourceType];
|
|
22
|
+
/**
|
|
23
|
+
* <p>The historical record of a CIDR within an IPAM scope. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
24
|
+
* </p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export interface IpamAddressHistoryRecord {
|
|
28
|
+
/**
|
|
29
|
+
* <p>The ID of the resource owner.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
ResourceOwnerId?: string;
|
|
33
|
+
/**
|
|
34
|
+
* <p>The Amazon Web Services Region of the resource.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
ResourceRegion?: string;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The type of the resource.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
ResourceType?: IpamAddressHistoryResourceType;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The ID of the resource.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
ResourceId?: string;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The CIDR of the resource.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
ResourceCidr?: string;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The name of the resource.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
ResourceName?: string;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The compliance status of a resource. For more information on compliance statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
ResourceComplianceStatus?: IpamComplianceStatus;
|
|
63
|
+
/**
|
|
64
|
+
* <p>The overlap status of an IPAM resource. The overlap status tells you if the CIDR for a resource overlaps with another CIDR in the scope. For more information on overlap statuses, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/monitor-cidr-compliance-ipam.html">Monitor CIDR usage by resource</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
ResourceOverlapStatus?: IpamOverlapStatus;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The VPC ID of the resource.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
VpcId?: string;
|
|
73
|
+
/**
|
|
74
|
+
* <p>Sampled start time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the start time may have occurred before this specific time.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
SampledStartTime?: Date;
|
|
78
|
+
/**
|
|
79
|
+
* <p>Sampled end time of the resource-to-CIDR association within the IPAM scope. Changes are picked up in periodic snapshots, so the end time may have occurred before this specific time.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
SampledEndTime?: Date;
|
|
83
|
+
}
|
|
7
84
|
/**
|
|
8
85
|
* @public
|
|
9
86
|
*/
|
|
@@ -3622,8 +3699,8 @@ export interface ModifyAvailabilityZoneGroupRequest {
|
|
|
3622
3699
|
*/
|
|
3623
3700
|
GroupName: string | undefined;
|
|
3624
3701
|
/**
|
|
3625
|
-
* <p>Indicates whether
|
|
3626
|
-
*
|
|
3702
|
+
* <p>Indicates whether to opt in to the zone group. The only valid value is <code>opted-in</code>.
|
|
3703
|
+
* You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.</p>
|
|
3627
3704
|
* @public
|
|
3628
3705
|
*/
|
|
3629
3706
|
OptInStatus: ModifyAvailabilityZoneOptInStatus | undefined;
|
|
@@ -3728,11 +3805,12 @@ export interface ModifyCapacityReservationFleetRequest {
|
|
|
3728
3805
|
*/
|
|
3729
3806
|
CapacityReservationFleetId: string | undefined;
|
|
3730
3807
|
/**
|
|
3731
|
-
* <p>The total number of capacity units to be reserved by the Capacity Reservation Fleet. This
|
|
3732
|
-
* together with the instance type weights that you assign to each instance type
|
|
3733
|
-
* determine the number of instances for which the Fleet reserves
|
|
3734
|
-
* units that make sense for your workload. For more
|
|
3735
|
-
*
|
|
3808
|
+
* <p>The total number of capacity units to be reserved by the Capacity Reservation Fleet. This
|
|
3809
|
+
* value, together with the instance type weights that you assign to each instance type
|
|
3810
|
+
* used by the Fleet determine the number of instances for which the Fleet reserves
|
|
3811
|
+
* capacity. Both values are based on units that make sense for your workload. For more
|
|
3812
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
|
|
3813
|
+
* capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
3736
3814
|
* @public
|
|
3737
3815
|
*/
|
|
3738
3816
|
TotalTargetCapacity?: number;
|
|
@@ -3945,7 +4023,7 @@ export interface ModifyDefaultCreditSpecificationResult {
|
|
|
3945
4023
|
*/
|
|
3946
4024
|
export interface ModifyEbsDefaultKmsKeyIdRequest {
|
|
3947
4025
|
/**
|
|
3948
|
-
* <p>The identifier of the
|
|
4026
|
+
* <p>The identifier of the KMS key to use for Amazon EBS encryption.
|
|
3949
4027
|
* If this parameter is not specified, your KMS key for Amazon EBS is used. If <code>KmsKeyId</code> is
|
|
3950
4028
|
* specified, the encrypted state must be <code>true</code>.</p>
|
|
3951
4029
|
* <p>You can specify the KMS key using any of the following:</p>
|
|
@@ -4165,8 +4243,8 @@ export interface ModifyHostsRequest {
|
|
|
4165
4243
|
HostIds: string[] | undefined;
|
|
4166
4244
|
/**
|
|
4167
4245
|
* <p>Indicates whether to enable or disable host recovery for the Dedicated Host. For more
|
|
4168
|
-
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html">
|
|
4169
|
-
*
|
|
4246
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html">Host recovery</a> in
|
|
4247
|
+
* the <i>Amazon EC2 User Guide</i>.</p>
|
|
4170
4248
|
* @public
|
|
4171
4249
|
*/
|
|
4172
4250
|
HostRecovery?: HostRecovery;
|
|
@@ -4191,7 +4269,7 @@ export interface ModifyHostsRequest {
|
|
|
4191
4269
|
InstanceFamily?: string;
|
|
4192
4270
|
/**
|
|
4193
4271
|
* <p>Indicates whether to enable or disable host maintenance for the Dedicated Host. For
|
|
4194
|
-
* more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html">
|
|
4272
|
+
* more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html">Host
|
|
4195
4273
|
* maintenance</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
4196
4274
|
* @public
|
|
4197
4275
|
*/
|
|
@@ -4559,8 +4637,8 @@ export interface ModifyInstanceAttributeRequest {
|
|
|
4559
4637
|
Value?: string;
|
|
4560
4638
|
/**
|
|
4561
4639
|
* <p>Indicates whether an instance is enabled for stop protection. For more information,
|
|
4562
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/
|
|
4563
|
-
*
|
|
4640
|
+
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html">Enable stop
|
|
4641
|
+
* protection for your instance</a>.</p>
|
|
4564
4642
|
* <p></p>
|
|
4565
4643
|
* @public
|
|
4566
4644
|
*/
|
|
@@ -6277,7 +6355,10 @@ export interface ModifyTrafficMirrorFilterRuleRequest {
|
|
|
6277
6355
|
*/
|
|
6278
6356
|
export interface ModifyTrafficMirrorFilterRuleResult {
|
|
6279
6357
|
/**
|
|
6280
|
-
* <
|
|
6358
|
+
* <note>
|
|
6359
|
+
* <p>Tags are not returned for ModifyTrafficMirrorFilterRule.</p>
|
|
6360
|
+
* </note>
|
|
6361
|
+
* <p>A Traffic Mirror rule.</p>
|
|
6281
6362
|
* @public
|
|
6282
6363
|
*/
|
|
6283
6364
|
TrafficMirrorFilterRule?: TrafficMirrorFilterRule;
|
|
@@ -6647,7 +6728,7 @@ export interface ModifyVerifiedAccessEndpointRequest {
|
|
|
6647
6728
|
Description?: string;
|
|
6648
6729
|
/**
|
|
6649
6730
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
6650
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
6731
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
6651
6732
|
* @public
|
|
6652
6733
|
*/
|
|
6653
6734
|
ClientToken?: string;
|
|
@@ -6690,7 +6771,7 @@ export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
|
6690
6771
|
PolicyDocument?: string;
|
|
6691
6772
|
/**
|
|
6692
6773
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
6693
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
6774
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
6694
6775
|
* @public
|
|
6695
6776
|
*/
|
|
6696
6777
|
ClientToken?: string;
|
|
@@ -6748,7 +6829,7 @@ export interface ModifyVerifiedAccessGroupRequest {
|
|
|
6748
6829
|
Description?: string;
|
|
6749
6830
|
/**
|
|
6750
6831
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
6751
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
6832
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
6752
6833
|
* @public
|
|
6753
6834
|
*/
|
|
6754
6835
|
ClientToken?: string;
|
|
@@ -6791,7 +6872,7 @@ export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
|
6791
6872
|
PolicyDocument?: string;
|
|
6792
6873
|
/**
|
|
6793
6874
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
6794
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
6875
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
6795
6876
|
* @public
|
|
6796
6877
|
*/
|
|
6797
6878
|
ClientToken?: string;
|
|
@@ -6851,7 +6932,7 @@ export interface ModifyVerifiedAccessInstanceRequest {
|
|
|
6851
6932
|
DryRun?: boolean;
|
|
6852
6933
|
/**
|
|
6853
6934
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
6854
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
6935
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
6855
6936
|
* @public
|
|
6856
6937
|
*/
|
|
6857
6938
|
ClientToken?: string;
|
|
@@ -6980,7 +7061,7 @@ export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
|
6980
7061
|
DryRun?: boolean;
|
|
6981
7062
|
/**
|
|
6982
7063
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
6983
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
7064
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
6984
7065
|
* @public
|
|
6985
7066
|
*/
|
|
6986
7067
|
ClientToken?: string;
|
|
@@ -7081,7 +7162,7 @@ export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
|
7081
7162
|
DryRun?: boolean;
|
|
7082
7163
|
/**
|
|
7083
7164
|
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
7084
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/
|
|
7165
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
7085
7166
|
* @public
|
|
7086
7167
|
*/
|
|
7087
7168
|
ClientToken?: string;
|
|
@@ -7171,7 +7252,7 @@ export interface ModifyVolumeRequest {
|
|
|
7171
7252
|
* </li>
|
|
7172
7253
|
* </ul>
|
|
7173
7254
|
* <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
|
|
7174
|
-
* <a href="https://docs.aws.amazon.com/
|
|
7255
|
+
* <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">instances
|
|
7175
7256
|
* built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
|
|
7176
7257
|
* <p>Default: The existing value is retained if you keep the same volume type. If you change
|
|
7177
7258
|
* the volume type to <code>io1</code>, <code>io2</code>, or <code>gp3</code>, the default is 3,000.</p>
|
|
@@ -7189,7 +7270,7 @@ export interface ModifyVolumeRequest {
|
|
|
7189
7270
|
Throughput?: number;
|
|
7190
7271
|
/**
|
|
7191
7272
|
* <p>Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the
|
|
7192
|
-
*
|
|
7273
|
+
* volume to up to 16 <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">
|
|
7193
7274
|
* Nitro-based instances</a> in the same Availability Zone. This parameter is
|
|
7194
7275
|
* supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see
|
|
7195
7276
|
* <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html">
|
|
@@ -8192,7 +8273,7 @@ export interface MoveByoipCidrToIpamResult {
|
|
|
8192
8273
|
}
|
|
8193
8274
|
/**
|
|
8194
8275
|
* <p>Provides authorization for Amazon to bring a specific IP address range to a specific
|
|
8195
|
-
* Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip">Configuring your BYOIP address range</a> in the <i>Amazon
|
|
8276
|
+
* Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip">Configuring your BYOIP address range</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
8196
8277
|
* @public
|
|
8197
8278
|
*/
|
|
8198
8279
|
export interface CidrAuthorizationContext {
|
|
@@ -8284,50 +8365,6 @@ export interface ProvisionByoipCidrResult {
|
|
|
8284
8365
|
*/
|
|
8285
8366
|
ByoipCidr?: ByoipCidr;
|
|
8286
8367
|
}
|
|
8287
|
-
/**
|
|
8288
|
-
* <p>Provides authorization for Amazon to bring an Autonomous System Number (ASN) to a specific Amazon Web Services account using bring your own ASN (BYOASN).
|
|
8289
|
-
* For details on the format of the message and signature, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoasn.html">Tutorial: Bring your ASN to IPAM</a> in the <i>Amazon VPC IPAM guide</i>.</p>
|
|
8290
|
-
* @public
|
|
8291
|
-
*/
|
|
8292
|
-
export interface AsnAuthorizationContext {
|
|
8293
|
-
/**
|
|
8294
|
-
* <p>The authorization context's message.</p>
|
|
8295
|
-
* @public
|
|
8296
|
-
*/
|
|
8297
|
-
Message: string | undefined;
|
|
8298
|
-
/**
|
|
8299
|
-
* <p>The authorization context's signature.</p>
|
|
8300
|
-
* @public
|
|
8301
|
-
*/
|
|
8302
|
-
Signature: string | undefined;
|
|
8303
|
-
}
|
|
8304
|
-
/**
|
|
8305
|
-
* @public
|
|
8306
|
-
*/
|
|
8307
|
-
export interface ProvisionIpamByoasnRequest {
|
|
8308
|
-
/**
|
|
8309
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8310
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8311
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8312
|
-
* @public
|
|
8313
|
-
*/
|
|
8314
|
-
DryRun?: boolean;
|
|
8315
|
-
/**
|
|
8316
|
-
* <p>An IPAM ID.</p>
|
|
8317
|
-
* @public
|
|
8318
|
-
*/
|
|
8319
|
-
IpamId: string | undefined;
|
|
8320
|
-
/**
|
|
8321
|
-
* <p>A public 2-byte or 4-byte ASN.</p>
|
|
8322
|
-
* @public
|
|
8323
|
-
*/
|
|
8324
|
-
Asn: string | undefined;
|
|
8325
|
-
/**
|
|
8326
|
-
* <p>An ASN authorization context.</p>
|
|
8327
|
-
* @public
|
|
8328
|
-
*/
|
|
8329
|
-
AsnAuthorizationContext: AsnAuthorizationContext | undefined;
|
|
8330
|
-
}
|
|
8331
8368
|
/**
|
|
8332
8369
|
* @internal
|
|
8333
8370
|
*/
|