@aws-sdk/client-ec2 3.300.0 → 3.303.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/EC2.js +30 -0
- package/dist-cjs/commands/GetVpnTunnelReplacementStatusCommand.js +45 -0
- package/dist-cjs/commands/ReplaceVpnTunnelCommand.js +45 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +1126 -1192
- package/dist-cjs/models/models_1.js +397 -469
- package/dist-cjs/models/models_2.js +280 -336
- package/dist-cjs/models/models_3.js +241 -286
- package/dist-cjs/models/models_4.js +197 -235
- package/dist-cjs/models/models_5.js +77 -91
- package/dist-cjs/models/models_6.js +65 -79
- package/dist-cjs/protocols/Aws_ec2.js +180 -15
- package/dist-es/EC2.js +30 -0
- package/dist-es/commands/GetVpnTunnelReplacementStatusCommand.js +41 -0
- package/dist-es/commands/ReplaceVpnTunnelCommand.js +41 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +1126 -1192
- package/dist-es/models/models_1.js +397 -469
- package/dist-es/models/models_2.js +280 -336
- package/dist-es/models/models_3.js +241 -286
- package/dist-es/models/models_4.js +197 -235
- package/dist-es/models/models_5.js +77 -91
- package/dist-es/models/models_6.js +65 -79
- package/dist-es/protocols/Aws_ec2.js +161 -0
- package/dist-types/EC2.d.ts +16 -0
- package/dist-types/EC2Client.d.ts +4 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +5 -5
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +4 -4
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -2
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +2 -2
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +5 -5
- package/dist-types/commands/AllocateHostsCommand.d.ts +5 -5
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -2
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +2 -2
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +3 -3
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +3 -3
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +2 -2
- package/dist-types/commands/AssociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +2 -2
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +6 -6
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +5 -5
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +3 -3
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +2 -2
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -2
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +3 -3
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/AttachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +15 -15
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +15 -15
- package/dist-types/commands/BundleInstanceCommand.d.ts +3 -3
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +2 -2
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
- package/dist-types/commands/CancelImportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +2 -2
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +5 -5
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +5 -5
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +7 -7
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +5 -5
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +15 -15
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +5 -5
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +5 -5
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +8 -8
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +5 -5
- package/dist-types/commands/CreateFleetCommand.d.ts +35 -35
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +7 -7
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +6 -6
- package/dist-types/commands/CreateImageCommand.d.ts +8 -8
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +7 -7
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +6 -6
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +5 -5
- package/dist-types/commands/CreateIpamCommand.d.ts +7 -7
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +7 -7
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +7 -7
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +5 -5
- package/dist-types/commands/CreateKeyPairCommand.d.ts +5 -5
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +61 -61
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +59 -59
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +5 -5
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +5 -5
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +5 -5
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +7 -7
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +7 -7
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +5 -5
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +3 -3
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +44 -109
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +7 -7
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +14 -14
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +5 -5
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +5 -5
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +5 -5
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +3 -3
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +5 -5
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +5 -5
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +5 -5
- package/dist-types/commands/CreateSnapshotCommand.d.ts +5 -5
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +7 -7
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +5 -5
- package/dist-types/commands/CreateSubnetCommand.d.ts +5 -5
- package/dist-types/commands/CreateTagsCommand.d.ts +4 -4
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +5 -5
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -2
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +5 -5
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +5 -5
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +7 -7
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +6 -6
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +7 -7
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +6 -6
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +6 -6
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +5 -5
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +5 -5
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +5 -5
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +7 -7
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +9 -9
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +5 -5
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +5 -5
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +7 -7
- package/dist-types/commands/CreateVolumeCommand.d.ts +5 -5
- package/dist-types/commands/CreateVpcCommand.d.ts +5 -5
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +9 -9
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +6 -6
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +5 -5
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +25 -24
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +5 -5
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +4 -4
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterImageCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAddressesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +5 -5
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +4 -4
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +5 -5
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +5 -5
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +5 -5
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +4 -4
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeFleetsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeHostsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +7 -7
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +5 -5
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +5 -5
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +5 -5
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeIpamsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +5 -5
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +6 -6
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +5 -5
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -2
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeRegionsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +5 -5
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +7 -7
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -4
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +6 -6
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +5 -5
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTagsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVolumesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVpcsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +5 -5
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +3 -3
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +6 -6
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +3 -3
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +3 -3
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +6 -6
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +4 -4
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +3 -3
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +4 -4
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +4 -4
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +2 -2
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +21 -21
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +4 -4
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +4 -4
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +4 -4
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +4 -4
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +5 -5
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +4 -4
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +24 -24
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +4 -4
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +4 -4
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +4 -4
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +4 -4
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -4
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +4 -4
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +4 -4
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +4 -4
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +65 -0
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +11 -11
- package/dist-types/commands/ImportInstanceCommand.d.ts +10 -10
- package/dist-types/commands/ImportKeyPairCommand.d.ts +5 -5
- package/dist-types/commands/ImportSnapshotCommand.d.ts +9 -9
- package/dist-types/commands/ImportVolumeCommand.d.ts +3 -3
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +7 -7
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +26 -26
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +7 -7
- package/dist-types/commands/ModifyHostsCommand.d.ts +2 -2
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +10 -10
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +8 -8
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +3 -3
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +3 -3
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +3 -3
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +5 -5
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +3 -3
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +5 -5
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +5 -5
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +7 -7
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +4 -4
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +4 -4
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +6 -6
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +24 -24
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +4 -8
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -2
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +3 -3
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +2 -2
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +3 -3
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +3 -3
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +4 -4
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +5 -5
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +5 -5
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -2
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -5
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -2
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -2
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +20 -18
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -2
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +6 -6
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +6 -6
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RebootInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RegisterImageCommand.d.ts +5 -5
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +3 -3
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -2
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -2
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +2 -2
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +2 -2
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +3 -3
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +66 -0
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +3 -3
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +61 -61
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +25 -25
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +12 -12
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +12 -12
- package/dist-types/commands/RunInstancesCommand.d.ts +41 -41
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +15 -15
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +4 -4
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +4 -4
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +4 -4
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartInstancesCommand.d.ts +4 -3
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +6 -6
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +8 -9
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +2 -2
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +2 -2
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +3 -3
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +2 -2
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +13 -13
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +13 -13
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +1464 -1134
- package/dist-types/models/models_1.d.ts +757 -397
- package/dist-types/models/models_2.d.ts +568 -280
- package/dist-types/models/models_3.d.ts +466 -241
- package/dist-types/models/models_4.d.ts +387 -197
- package/dist-types/models/models_5.d.ts +212 -191
- package/dist-types/models/models_6.d.ts +290 -159
- package/dist-types/models/models_7.d.ts +95 -3
- package/dist-types/protocols/Aws_ec2.d.ts +6 -0
- package/dist-types/ts3.4/EC2.d.ts +34 -0
- package/dist-types/ts3.4/EC2Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.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 +1244 -1126
- package/dist-types/ts3.4/models/models_1.d.ts +523 -397
- package/dist-types/ts3.4/models/models_2.d.ts +381 -280
- package/dist-types/ts3.4/models/models_3.d.ts +324 -241
- package/dist-types/ts3.4/models/models_4.d.ts +261 -197
- package/dist-types/ts3.4/models/models_5.d.ts +123 -101
- package/dist-types/ts3.4/models/models_6.d.ts +126 -91
- package/dist-types/ts3.4/models/models_7.d.ts +37 -3
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +24 -0
- package/package.json +36 -36
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CertificateAuthenticationRequest, DirectoryServiceAuthenticationRequest, FederatedAuthenticationRequest, InstanceEventWindow, Ipv4PrefixSpecification, NatGatewayAddress, PortRange, Protocol, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
|
+
* @enum
|
|
4
5
|
*/
|
|
5
|
-
export declare
|
|
6
|
-
certificate_authentication
|
|
7
|
-
directory_service_authentication
|
|
8
|
-
federated_authentication
|
|
9
|
-
}
|
|
6
|
+
export declare const ClientVpnAuthenticationType: {
|
|
7
|
+
readonly certificate_authentication: "certificate-authentication";
|
|
8
|
+
readonly directory_service_authentication: "directory-service-authentication";
|
|
9
|
+
readonly federated_authentication: "federated-authentication";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export type ClientVpnAuthenticationType = (typeof ClientVpnAuthenticationType)[keyof typeof ClientVpnAuthenticationType];
|
|
10
15
|
/**
|
|
11
16
|
* @public
|
|
12
17
|
* <p>Describes the authentication method to be used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/authentication-authrization.html#client-authentication">Authentication</a>
|
|
@@ -86,18 +91,28 @@ export interface ConnectionLogOptions {
|
|
|
86
91
|
}
|
|
87
92
|
/**
|
|
88
93
|
* @public
|
|
94
|
+
* @enum
|
|
89
95
|
*/
|
|
90
|
-
export declare
|
|
91
|
-
disabled
|
|
92
|
-
enabled
|
|
93
|
-
}
|
|
96
|
+
export declare const SelfServicePortal: {
|
|
97
|
+
readonly disabled: "disabled";
|
|
98
|
+
readonly enabled: "enabled";
|
|
99
|
+
};
|
|
94
100
|
/**
|
|
95
101
|
* @public
|
|
96
102
|
*/
|
|
97
|
-
export
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
103
|
+
export type SelfServicePortal = (typeof SelfServicePortal)[keyof typeof SelfServicePortal];
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
* @enum
|
|
107
|
+
*/
|
|
108
|
+
export declare const TransportProtocol: {
|
|
109
|
+
readonly tcp: "tcp";
|
|
110
|
+
readonly udp: "udp";
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
export type TransportProtocol = (typeof TransportProtocol)[keyof typeof TransportProtocol];
|
|
101
116
|
/**
|
|
102
117
|
* @public
|
|
103
118
|
*/
|
|
@@ -211,13 +226,18 @@ export interface CreateClientVpnEndpointRequest {
|
|
|
211
226
|
}
|
|
212
227
|
/**
|
|
213
228
|
* @public
|
|
229
|
+
* @enum
|
|
214
230
|
*/
|
|
215
|
-
export declare
|
|
216
|
-
available
|
|
217
|
-
deleted
|
|
218
|
-
deleting
|
|
219
|
-
pending_associate
|
|
220
|
-
}
|
|
231
|
+
export declare const ClientVpnEndpointStatusCode: {
|
|
232
|
+
readonly available: "available";
|
|
233
|
+
readonly deleted: "deleted";
|
|
234
|
+
readonly deleting: "deleting";
|
|
235
|
+
readonly pending_associate: "pending-associate";
|
|
236
|
+
};
|
|
237
|
+
/**
|
|
238
|
+
* @public
|
|
239
|
+
*/
|
|
240
|
+
export type ClientVpnEndpointStatusCode = (typeof ClientVpnEndpointStatusCode)[keyof typeof ClientVpnEndpointStatusCode];
|
|
221
241
|
/**
|
|
222
242
|
* @public
|
|
223
243
|
* <p>Describes the state of a Client VPN endpoint.</p>
|
|
@@ -319,13 +339,18 @@ export interface CreateClientVpnRouteRequest {
|
|
|
319
339
|
}
|
|
320
340
|
/**
|
|
321
341
|
* @public
|
|
342
|
+
* @enum
|
|
322
343
|
*/
|
|
323
|
-
export declare
|
|
324
|
-
active
|
|
325
|
-
creating
|
|
326
|
-
deleting
|
|
327
|
-
failed
|
|
328
|
-
}
|
|
344
|
+
export declare const ClientVpnRouteStatusCode: {
|
|
345
|
+
readonly active: "active";
|
|
346
|
+
readonly creating: "creating";
|
|
347
|
+
readonly deleting: "deleting";
|
|
348
|
+
readonly failed: "failed";
|
|
349
|
+
};
|
|
350
|
+
/**
|
|
351
|
+
* @public
|
|
352
|
+
*/
|
|
353
|
+
export type ClientVpnRouteStatusCode = (typeof ClientVpnRouteStatusCode)[keyof typeof ClientVpnRouteStatusCode];
|
|
329
354
|
/**
|
|
330
355
|
* @public
|
|
331
356
|
* <p>Describes the state of a Client VPN endpoint route.</p>
|
|
@@ -469,10 +494,15 @@ export interface CreateCoipPoolResult {
|
|
|
469
494
|
}
|
|
470
495
|
/**
|
|
471
496
|
* @public
|
|
497
|
+
* @enum
|
|
472
498
|
*/
|
|
473
|
-
export declare
|
|
474
|
-
ipsec_1
|
|
475
|
-
}
|
|
499
|
+
export declare const GatewayType: {
|
|
500
|
+
readonly ipsec_1: "ipsec.1";
|
|
501
|
+
};
|
|
502
|
+
/**
|
|
503
|
+
* @public
|
|
504
|
+
*/
|
|
505
|
+
export type GatewayType = (typeof GatewayType)[keyof typeof GatewayType];
|
|
476
506
|
/**
|
|
477
507
|
* @public
|
|
478
508
|
* <p>Contains the parameters for CreateCustomerGateway.</p>
|
|
@@ -594,11 +624,16 @@ export interface CreateDefaultSubnetRequest {
|
|
|
594
624
|
}
|
|
595
625
|
/**
|
|
596
626
|
* @public
|
|
627
|
+
* @enum
|
|
597
628
|
*/
|
|
598
|
-
export declare
|
|
599
|
-
ip_name
|
|
600
|
-
resource_name
|
|
601
|
-
}
|
|
629
|
+
export declare const HostnameType: {
|
|
630
|
+
readonly ip_name: "ip-name";
|
|
631
|
+
readonly resource_name: "resource-name";
|
|
632
|
+
};
|
|
633
|
+
/**
|
|
634
|
+
* @public
|
|
635
|
+
*/
|
|
636
|
+
export type HostnameType = (typeof HostnameType)[keyof typeof HostnameType];
|
|
602
637
|
/**
|
|
603
638
|
* @public
|
|
604
639
|
* <p>Describes the options for instance hostnames.</p>
|
|
@@ -624,11 +659,16 @@ export interface PrivateDnsNameOptionsOnLaunch {
|
|
|
624
659
|
}
|
|
625
660
|
/**
|
|
626
661
|
* @public
|
|
662
|
+
* @enum
|
|
627
663
|
*/
|
|
628
|
-
export declare
|
|
629
|
-
available
|
|
630
|
-
pending
|
|
631
|
-
}
|
|
664
|
+
export declare const SubnetState: {
|
|
665
|
+
readonly available: "available";
|
|
666
|
+
readonly pending: "pending";
|
|
667
|
+
};
|
|
668
|
+
/**
|
|
669
|
+
* @public
|
|
670
|
+
*/
|
|
671
|
+
export type SubnetState = (typeof SubnetState)[keyof typeof SubnetState];
|
|
632
672
|
/**
|
|
633
673
|
* @public
|
|
634
674
|
* <p>Describes a subnet.</p>
|
|
@@ -750,19 +790,29 @@ export interface CreateDefaultVpcRequest {
|
|
|
750
790
|
}
|
|
751
791
|
/**
|
|
752
792
|
* @public
|
|
793
|
+
* @enum
|
|
753
794
|
*/
|
|
754
|
-
export declare
|
|
755
|
-
dedicated
|
|
756
|
-
default
|
|
757
|
-
host
|
|
758
|
-
}
|
|
795
|
+
export declare const Tenancy: {
|
|
796
|
+
readonly dedicated: "dedicated";
|
|
797
|
+
readonly default: "default";
|
|
798
|
+
readonly host: "host";
|
|
799
|
+
};
|
|
759
800
|
/**
|
|
760
801
|
* @public
|
|
761
802
|
*/
|
|
762
|
-
export
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
803
|
+
export type Tenancy = (typeof Tenancy)[keyof typeof Tenancy];
|
|
804
|
+
/**
|
|
805
|
+
* @public
|
|
806
|
+
* @enum
|
|
807
|
+
*/
|
|
808
|
+
export declare const VpcState: {
|
|
809
|
+
readonly available: "available";
|
|
810
|
+
readonly pending: "pending";
|
|
811
|
+
};
|
|
812
|
+
/**
|
|
813
|
+
* @public
|
|
814
|
+
*/
|
|
815
|
+
export type VpcState = (typeof VpcState)[keyof typeof VpcState];
|
|
766
816
|
/**
|
|
767
817
|
* @public
|
|
768
818
|
* <p>Describes a VPC.</p>
|
|
@@ -982,11 +1032,16 @@ export interface CreateEgressOnlyInternetGatewayResult {
|
|
|
982
1032
|
}
|
|
983
1033
|
/**
|
|
984
1034
|
* @public
|
|
1035
|
+
* @enum
|
|
985
1036
|
*/
|
|
986
|
-
export declare
|
|
987
|
-
NO_TERMINATION
|
|
988
|
-
TERMINATION
|
|
989
|
-
}
|
|
1037
|
+
export declare const FleetExcessCapacityTerminationPolicy: {
|
|
1038
|
+
readonly NO_TERMINATION: "no-termination";
|
|
1039
|
+
readonly TERMINATION: "termination";
|
|
1040
|
+
};
|
|
1041
|
+
/**
|
|
1042
|
+
* @public
|
|
1043
|
+
*/
|
|
1044
|
+
export type FleetExcessCapacityTerminationPolicy = (typeof FleetExcessCapacityTerminationPolicy)[keyof typeof FleetExcessCapacityTerminationPolicy];
|
|
990
1045
|
/**
|
|
991
1046
|
* @public
|
|
992
1047
|
* <p>The Amazon EC2 launch template that can be used by
|
|
@@ -1015,12 +1070,17 @@ export interface FleetLaunchTemplateSpecificationRequest {
|
|
|
1015
1070
|
}
|
|
1016
1071
|
/**
|
|
1017
1072
|
* @public
|
|
1073
|
+
* @enum
|
|
1018
1074
|
*/
|
|
1019
|
-
export declare
|
|
1020
|
-
EXCLUDED
|
|
1021
|
-
INCLUDED
|
|
1022
|
-
REQUIRED
|
|
1023
|
-
}
|
|
1075
|
+
export declare const BareMetal: {
|
|
1076
|
+
readonly EXCLUDED: "excluded";
|
|
1077
|
+
readonly INCLUDED: "included";
|
|
1078
|
+
readonly REQUIRED: "required";
|
|
1079
|
+
};
|
|
1080
|
+
/**
|
|
1081
|
+
* @public
|
|
1082
|
+
*/
|
|
1083
|
+
export type BareMetal = (typeof BareMetal)[keyof typeof BareMetal];
|
|
1024
1084
|
/**
|
|
1025
1085
|
* @public
|
|
1026
1086
|
* <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
|
|
@@ -1041,42 +1101,67 @@ export interface BaselineEbsBandwidthMbpsRequest {
|
|
|
1041
1101
|
}
|
|
1042
1102
|
/**
|
|
1043
1103
|
* @public
|
|
1104
|
+
* @enum
|
|
1044
1105
|
*/
|
|
1045
|
-
export declare
|
|
1046
|
-
EXCLUDED
|
|
1047
|
-
INCLUDED
|
|
1048
|
-
REQUIRED
|
|
1049
|
-
}
|
|
1106
|
+
export declare const BurstablePerformance: {
|
|
1107
|
+
readonly EXCLUDED: "excluded";
|
|
1108
|
+
readonly INCLUDED: "included";
|
|
1109
|
+
readonly REQUIRED: "required";
|
|
1110
|
+
};
|
|
1050
1111
|
/**
|
|
1051
1112
|
* @public
|
|
1052
1113
|
*/
|
|
1053
|
-
export
|
|
1054
|
-
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
1055
|
-
AMD = "amd",
|
|
1056
|
-
INTEL = "intel"
|
|
1057
|
-
}
|
|
1114
|
+
export type BurstablePerformance = (typeof BurstablePerformance)[keyof typeof BurstablePerformance];
|
|
1058
1115
|
/**
|
|
1059
1116
|
* @public
|
|
1117
|
+
* @enum
|
|
1060
1118
|
*/
|
|
1061
|
-
export declare
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1119
|
+
export declare const CpuManufacturer: {
|
|
1120
|
+
readonly AMAZON_WEB_SERVICES: "amazon-web-services";
|
|
1121
|
+
readonly AMD: "amd";
|
|
1122
|
+
readonly INTEL: "intel";
|
|
1123
|
+
};
|
|
1065
1124
|
/**
|
|
1066
1125
|
* @public
|
|
1067
1126
|
*/
|
|
1068
|
-
export
|
|
1069
|
-
EXCLUDED = "excluded",
|
|
1070
|
-
INCLUDED = "included",
|
|
1071
|
-
REQUIRED = "required"
|
|
1072
|
-
}
|
|
1127
|
+
export type CpuManufacturer = (typeof CpuManufacturer)[keyof typeof CpuManufacturer];
|
|
1073
1128
|
/**
|
|
1074
1129
|
* @public
|
|
1130
|
+
* @enum
|
|
1075
1131
|
*/
|
|
1076
|
-
export declare
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
}
|
|
1132
|
+
export declare const InstanceGeneration: {
|
|
1133
|
+
readonly CURRENT: "current";
|
|
1134
|
+
readonly PREVIOUS: "previous";
|
|
1135
|
+
};
|
|
1136
|
+
/**
|
|
1137
|
+
* @public
|
|
1138
|
+
*/
|
|
1139
|
+
export type InstanceGeneration = (typeof InstanceGeneration)[keyof typeof InstanceGeneration];
|
|
1140
|
+
/**
|
|
1141
|
+
* @public
|
|
1142
|
+
* @enum
|
|
1143
|
+
*/
|
|
1144
|
+
export declare const LocalStorage: {
|
|
1145
|
+
readonly EXCLUDED: "excluded";
|
|
1146
|
+
readonly INCLUDED: "included";
|
|
1147
|
+
readonly REQUIRED: "required";
|
|
1148
|
+
};
|
|
1149
|
+
/**
|
|
1150
|
+
* @public
|
|
1151
|
+
*/
|
|
1152
|
+
export type LocalStorage = (typeof LocalStorage)[keyof typeof LocalStorage];
|
|
1153
|
+
/**
|
|
1154
|
+
* @public
|
|
1155
|
+
* @enum
|
|
1156
|
+
*/
|
|
1157
|
+
export declare const LocalStorageType: {
|
|
1158
|
+
readonly HDD: "hdd";
|
|
1159
|
+
readonly SSD: "ssd";
|
|
1160
|
+
};
|
|
1161
|
+
/**
|
|
1162
|
+
* @public
|
|
1163
|
+
*/
|
|
1164
|
+
export type LocalStorageType = (typeof LocalStorageType)[keyof typeof LocalStorageType];
|
|
1080
1165
|
/**
|
|
1081
1166
|
* @public
|
|
1082
1167
|
* <p>The minimum and maximum amount of memory per vCPU, in GiB.</p>
|
|
@@ -1648,17 +1733,27 @@ export interface FleetLaunchTemplateConfigRequest {
|
|
|
1648
1733
|
}
|
|
1649
1734
|
/**
|
|
1650
1735
|
* @public
|
|
1736
|
+
* @enum
|
|
1651
1737
|
*/
|
|
1652
|
-
export declare
|
|
1653
|
-
LOWEST_PRICE
|
|
1654
|
-
PRIORITIZED
|
|
1655
|
-
}
|
|
1738
|
+
export declare const FleetOnDemandAllocationStrategy: {
|
|
1739
|
+
readonly LOWEST_PRICE: "lowest-price";
|
|
1740
|
+
readonly PRIORITIZED: "prioritized";
|
|
1741
|
+
};
|
|
1656
1742
|
/**
|
|
1657
1743
|
* @public
|
|
1658
1744
|
*/
|
|
1659
|
-
export
|
|
1660
|
-
|
|
1661
|
-
|
|
1745
|
+
export type FleetOnDemandAllocationStrategy = (typeof FleetOnDemandAllocationStrategy)[keyof typeof FleetOnDemandAllocationStrategy];
|
|
1746
|
+
/**
|
|
1747
|
+
* @public
|
|
1748
|
+
* @enum
|
|
1749
|
+
*/
|
|
1750
|
+
export declare const FleetCapacityReservationUsageStrategy: {
|
|
1751
|
+
readonly USE_CAPACITY_RESERVATIONS_FIRST: "use-capacity-reservations-first";
|
|
1752
|
+
};
|
|
1753
|
+
/**
|
|
1754
|
+
* @public
|
|
1755
|
+
*/
|
|
1756
|
+
export type FleetCapacityReservationUsageStrategy = (typeof FleetCapacityReservationUsageStrategy)[keyof typeof FleetCapacityReservationUsageStrategy];
|
|
1662
1757
|
/**
|
|
1663
1758
|
* @public
|
|
1664
1759
|
* <p>Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand
|
|
@@ -1737,29 +1832,44 @@ export interface OnDemandOptionsRequest {
|
|
|
1737
1832
|
}
|
|
1738
1833
|
/**
|
|
1739
1834
|
* @public
|
|
1835
|
+
* @enum
|
|
1740
1836
|
*/
|
|
1741
|
-
export declare
|
|
1742
|
-
CAPACITY_OPTIMIZED
|
|
1743
|
-
CAPACITY_OPTIMIZED_PRIORITIZED
|
|
1744
|
-
DIVERSIFIED
|
|
1745
|
-
LOWEST_PRICE
|
|
1746
|
-
PRICE_CAPACITY_OPTIMIZED
|
|
1747
|
-
}
|
|
1837
|
+
export declare const SpotAllocationStrategy: {
|
|
1838
|
+
readonly CAPACITY_OPTIMIZED: "capacity-optimized";
|
|
1839
|
+
readonly CAPACITY_OPTIMIZED_PRIORITIZED: "capacity-optimized-prioritized";
|
|
1840
|
+
readonly DIVERSIFIED: "diversified";
|
|
1841
|
+
readonly LOWEST_PRICE: "lowest-price";
|
|
1842
|
+
readonly PRICE_CAPACITY_OPTIMIZED: "price-capacity-optimized";
|
|
1843
|
+
};
|
|
1748
1844
|
/**
|
|
1749
1845
|
* @public
|
|
1750
1846
|
*/
|
|
1751
|
-
export
|
|
1752
|
-
hibernate = "hibernate",
|
|
1753
|
-
stop = "stop",
|
|
1754
|
-
terminate = "terminate"
|
|
1755
|
-
}
|
|
1847
|
+
export type SpotAllocationStrategy = (typeof SpotAllocationStrategy)[keyof typeof SpotAllocationStrategy];
|
|
1756
1848
|
/**
|
|
1757
1849
|
* @public
|
|
1850
|
+
* @enum
|
|
1758
1851
|
*/
|
|
1759
|
-
export declare
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1852
|
+
export declare const SpotInstanceInterruptionBehavior: {
|
|
1853
|
+
readonly hibernate: "hibernate";
|
|
1854
|
+
readonly stop: "stop";
|
|
1855
|
+
readonly terminate: "terminate";
|
|
1856
|
+
};
|
|
1857
|
+
/**
|
|
1858
|
+
* @public
|
|
1859
|
+
*/
|
|
1860
|
+
export type SpotInstanceInterruptionBehavior = (typeof SpotInstanceInterruptionBehavior)[keyof typeof SpotInstanceInterruptionBehavior];
|
|
1861
|
+
/**
|
|
1862
|
+
* @public
|
|
1863
|
+
* @enum
|
|
1864
|
+
*/
|
|
1865
|
+
export declare const FleetReplacementStrategy: {
|
|
1866
|
+
readonly LAUNCH: "launch";
|
|
1867
|
+
readonly LAUNCH_BEFORE_TERMINATE: "launch-before-terminate";
|
|
1868
|
+
};
|
|
1869
|
+
/**
|
|
1870
|
+
* @public
|
|
1871
|
+
*/
|
|
1872
|
+
export type FleetReplacementStrategy = (typeof FleetReplacementStrategy)[keyof typeof FleetReplacementStrategy];
|
|
1763
1873
|
/**
|
|
1764
1874
|
* @public
|
|
1765
1875
|
* <p>The Spot Instance replacement strategy to use when Amazon EC2 emits a rebalance
|
|
@@ -1913,19 +2023,29 @@ export interface SpotOptionsRequest {
|
|
|
1913
2023
|
}
|
|
1914
2024
|
/**
|
|
1915
2025
|
* @public
|
|
2026
|
+
* @enum
|
|
1916
2027
|
*/
|
|
1917
|
-
export declare
|
|
1918
|
-
ON_DEMAND
|
|
1919
|
-
SPOT
|
|
1920
|
-
}
|
|
2028
|
+
export declare const DefaultTargetCapacityType: {
|
|
2029
|
+
readonly ON_DEMAND: "on-demand";
|
|
2030
|
+
readonly SPOT: "spot";
|
|
2031
|
+
};
|
|
1921
2032
|
/**
|
|
1922
2033
|
* @public
|
|
1923
2034
|
*/
|
|
1924
|
-
export
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
2035
|
+
export type DefaultTargetCapacityType = (typeof DefaultTargetCapacityType)[keyof typeof DefaultTargetCapacityType];
|
|
2036
|
+
/**
|
|
2037
|
+
* @public
|
|
2038
|
+
* @enum
|
|
2039
|
+
*/
|
|
2040
|
+
export declare const TargetCapacityUnitType: {
|
|
2041
|
+
readonly MEMORY_MIB: "memory-mib";
|
|
2042
|
+
readonly UNITS: "units";
|
|
2043
|
+
readonly VCPU: "vcpu";
|
|
2044
|
+
};
|
|
2045
|
+
/**
|
|
2046
|
+
* @public
|
|
2047
|
+
*/
|
|
2048
|
+
export type TargetCapacityUnitType = (typeof TargetCapacityUnitType)[keyof typeof TargetCapacityUnitType];
|
|
1929
2049
|
/**
|
|
1930
2050
|
* @public
|
|
1931
2051
|
* <p>The number of units to request. You can choose to set the target capacity as the number of
|
|
@@ -1968,12 +2088,17 @@ export interface TargetCapacitySpecificationRequest {
|
|
|
1968
2088
|
}
|
|
1969
2089
|
/**
|
|
1970
2090
|
* @public
|
|
2091
|
+
* @enum
|
|
1971
2092
|
*/
|
|
1972
|
-
export declare
|
|
1973
|
-
INSTANT
|
|
1974
|
-
MAINTAIN
|
|
1975
|
-
REQUEST
|
|
1976
|
-
}
|
|
2093
|
+
export declare const FleetType: {
|
|
2094
|
+
readonly INSTANT: "instant";
|
|
2095
|
+
readonly MAINTAIN: "maintain";
|
|
2096
|
+
readonly REQUEST: "request";
|
|
2097
|
+
};
|
|
2098
|
+
/**
|
|
2099
|
+
* @public
|
|
2100
|
+
*/
|
|
2101
|
+
export type FleetType = (typeof FleetType)[keyof typeof FleetType];
|
|
1977
2102
|
/**
|
|
1978
2103
|
* @public
|
|
1979
2104
|
*/
|
|
@@ -2647,11 +2772,16 @@ export interface LaunchTemplateAndOverridesResponse {
|
|
|
2647
2772
|
}
|
|
2648
2773
|
/**
|
|
2649
2774
|
* @public
|
|
2775
|
+
* @enum
|
|
2650
2776
|
*/
|
|
2651
|
-
export declare
|
|
2652
|
-
ON_DEMAND
|
|
2653
|
-
SPOT
|
|
2654
|
-
}
|
|
2777
|
+
export declare const InstanceLifecycle: {
|
|
2778
|
+
readonly ON_DEMAND: "on-demand";
|
|
2779
|
+
readonly SPOT: "spot";
|
|
2780
|
+
};
|
|
2781
|
+
/**
|
|
2782
|
+
* @public
|
|
2783
|
+
*/
|
|
2784
|
+
export type InstanceLifecycle = (typeof InstanceLifecycle)[keyof typeof InstanceLifecycle];
|
|
2655
2785
|
/**
|
|
2656
2786
|
* @public
|
|
2657
2787
|
* <p>Describes the instances that could not be launched by the fleet.</p>
|
|
@@ -2679,10 +2809,15 @@ export interface CreateFleetError {
|
|
|
2679
2809
|
}
|
|
2680
2810
|
/**
|
|
2681
2811
|
* @public
|
|
2812
|
+
* @enum
|
|
2682
2813
|
*/
|
|
2683
|
-
export declare
|
|
2684
|
-
Windows
|
|
2685
|
-
}
|
|
2814
|
+
export declare const PlatformValues: {
|
|
2815
|
+
readonly Windows: "Windows";
|
|
2816
|
+
};
|
|
2817
|
+
/**
|
|
2818
|
+
* @public
|
|
2819
|
+
*/
|
|
2820
|
+
export type PlatformValues = (typeof PlatformValues)[keyof typeof PlatformValues];
|
|
2686
2821
|
/**
|
|
2687
2822
|
* @public
|
|
2688
2823
|
* <p>Describes the instances that were launched by the fleet.</p>
|
|
@@ -2732,11 +2867,16 @@ export interface CreateFleetResult {
|
|
|
2732
2867
|
}
|
|
2733
2868
|
/**
|
|
2734
2869
|
* @public
|
|
2870
|
+
* @enum
|
|
2735
2871
|
*/
|
|
2736
|
-
export declare
|
|
2737
|
-
parquet
|
|
2738
|
-
plain_text
|
|
2739
|
-
}
|
|
2872
|
+
export declare const DestinationFileFormat: {
|
|
2873
|
+
readonly parquet: "parquet";
|
|
2874
|
+
readonly plain_text: "plain-text";
|
|
2875
|
+
};
|
|
2876
|
+
/**
|
|
2877
|
+
* @public
|
|
2878
|
+
*/
|
|
2879
|
+
export type DestinationFileFormat = (typeof DestinationFileFormat)[keyof typeof DestinationFileFormat];
|
|
2740
2880
|
/**
|
|
2741
2881
|
* @public
|
|
2742
2882
|
* <p>Describes the destination options for a flow log.</p>
|
|
@@ -2759,30 +2899,45 @@ export interface DestinationOptionsRequest {
|
|
|
2759
2899
|
}
|
|
2760
2900
|
/**
|
|
2761
2901
|
* @public
|
|
2902
|
+
* @enum
|
|
2762
2903
|
*/
|
|
2763
|
-
export declare
|
|
2764
|
-
cloud_watch_logs
|
|
2765
|
-
kinesis_data_firehose
|
|
2766
|
-
s3
|
|
2767
|
-
}
|
|
2904
|
+
export declare const LogDestinationType: {
|
|
2905
|
+
readonly cloud_watch_logs: "cloud-watch-logs";
|
|
2906
|
+
readonly kinesis_data_firehose: "kinesis-data-firehose";
|
|
2907
|
+
readonly s3: "s3";
|
|
2908
|
+
};
|
|
2768
2909
|
/**
|
|
2769
2910
|
* @public
|
|
2770
2911
|
*/
|
|
2771
|
-
export
|
|
2772
|
-
NetworkInterface = "NetworkInterface",
|
|
2773
|
-
Subnet = "Subnet",
|
|
2774
|
-
TransitGateway = "TransitGateway",
|
|
2775
|
-
TransitGatewayAttachment = "TransitGatewayAttachment",
|
|
2776
|
-
VPC = "VPC"
|
|
2777
|
-
}
|
|
2912
|
+
export type LogDestinationType = (typeof LogDestinationType)[keyof typeof LogDestinationType];
|
|
2778
2913
|
/**
|
|
2779
2914
|
* @public
|
|
2915
|
+
* @enum
|
|
2780
2916
|
*/
|
|
2781
|
-
export declare
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2917
|
+
export declare const FlowLogsResourceType: {
|
|
2918
|
+
readonly NetworkInterface: "NetworkInterface";
|
|
2919
|
+
readonly Subnet: "Subnet";
|
|
2920
|
+
readonly TransitGateway: "TransitGateway";
|
|
2921
|
+
readonly TransitGatewayAttachment: "TransitGatewayAttachment";
|
|
2922
|
+
readonly VPC: "VPC";
|
|
2923
|
+
};
|
|
2924
|
+
/**
|
|
2925
|
+
* @public
|
|
2926
|
+
*/
|
|
2927
|
+
export type FlowLogsResourceType = (typeof FlowLogsResourceType)[keyof typeof FlowLogsResourceType];
|
|
2928
|
+
/**
|
|
2929
|
+
* @public
|
|
2930
|
+
* @enum
|
|
2931
|
+
*/
|
|
2932
|
+
export declare const TrafficType: {
|
|
2933
|
+
readonly ACCEPT: "ACCEPT";
|
|
2934
|
+
readonly ALL: "ALL";
|
|
2935
|
+
readonly REJECT: "REJECT";
|
|
2936
|
+
};
|
|
2937
|
+
/**
|
|
2938
|
+
* @public
|
|
2939
|
+
*/
|
|
2940
|
+
export type TrafficType = (typeof TrafficType)[keyof typeof TrafficType];
|
|
2786
2941
|
/**
|
|
2787
2942
|
* @public
|
|
2788
2943
|
*/
|
|
@@ -2974,16 +3129,21 @@ export interface CreateFpgaImageResult {
|
|
|
2974
3129
|
}
|
|
2975
3130
|
/**
|
|
2976
3131
|
* @public
|
|
3132
|
+
* @enum
|
|
2977
3133
|
*/
|
|
2978
|
-
export declare
|
|
2979
|
-
gp2
|
|
2980
|
-
gp3
|
|
2981
|
-
io1
|
|
2982
|
-
io2
|
|
2983
|
-
sc1
|
|
2984
|
-
st1
|
|
2985
|
-
standard
|
|
2986
|
-
}
|
|
3134
|
+
export declare const VolumeType: {
|
|
3135
|
+
readonly gp2: "gp2";
|
|
3136
|
+
readonly gp3: "gp3";
|
|
3137
|
+
readonly io1: "io1";
|
|
3138
|
+
readonly io2: "io2";
|
|
3139
|
+
readonly sc1: "sc1";
|
|
3140
|
+
readonly st1: "st1";
|
|
3141
|
+
readonly standard: "standard";
|
|
3142
|
+
};
|
|
3143
|
+
/**
|
|
3144
|
+
* @public
|
|
3145
|
+
*/
|
|
3146
|
+
export type VolumeType = (typeof VolumeType)[keyof typeof VolumeType];
|
|
2987
3147
|
/**
|
|
2988
3148
|
* @public
|
|
2989
3149
|
* <p>Describes a block device for an EBS volume.</p>
|
|
@@ -3318,18 +3478,28 @@ export interface CreateInstanceEventWindowResult {
|
|
|
3318
3478
|
}
|
|
3319
3479
|
/**
|
|
3320
3480
|
* @public
|
|
3481
|
+
* @enum
|
|
3321
3482
|
*/
|
|
3322
|
-
export declare
|
|
3323
|
-
ova
|
|
3324
|
-
}
|
|
3483
|
+
export declare const ContainerFormat: {
|
|
3484
|
+
readonly ova: "ova";
|
|
3485
|
+
};
|
|
3325
3486
|
/**
|
|
3326
3487
|
* @public
|
|
3327
3488
|
*/
|
|
3328
|
-
export
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3489
|
+
export type ContainerFormat = (typeof ContainerFormat)[keyof typeof ContainerFormat];
|
|
3490
|
+
/**
|
|
3491
|
+
* @public
|
|
3492
|
+
* @enum
|
|
3493
|
+
*/
|
|
3494
|
+
export declare const DiskImageFormat: {
|
|
3495
|
+
readonly RAW: "RAW";
|
|
3496
|
+
readonly VHD: "VHD";
|
|
3497
|
+
readonly VMDK: "VMDK";
|
|
3498
|
+
};
|
|
3499
|
+
/**
|
|
3500
|
+
* @public
|
|
3501
|
+
*/
|
|
3502
|
+
export type DiskImageFormat = (typeof DiskImageFormat)[keyof typeof DiskImageFormat];
|
|
3333
3503
|
/**
|
|
3334
3504
|
* @public
|
|
3335
3505
|
* <p>Describes an export instance task.</p>
|
|
@@ -3358,12 +3528,17 @@ export interface ExportToS3TaskSpecification {
|
|
|
3358
3528
|
}
|
|
3359
3529
|
/**
|
|
3360
3530
|
* @public
|
|
3531
|
+
* @enum
|
|
3361
3532
|
*/
|
|
3362
|
-
export declare
|
|
3363
|
-
citrix
|
|
3364
|
-
microsoft
|
|
3365
|
-
vmware
|
|
3366
|
-
}
|
|
3533
|
+
export declare const ExportEnvironment: {
|
|
3534
|
+
readonly citrix: "citrix";
|
|
3535
|
+
readonly microsoft: "microsoft";
|
|
3536
|
+
readonly vmware: "vmware";
|
|
3537
|
+
};
|
|
3538
|
+
/**
|
|
3539
|
+
* @public
|
|
3540
|
+
*/
|
|
3541
|
+
export type ExportEnvironment = (typeof ExportEnvironment)[keyof typeof ExportEnvironment];
|
|
3367
3542
|
/**
|
|
3368
3543
|
* @public
|
|
3369
3544
|
*/
|
|
@@ -3430,13 +3605,18 @@ export interface InstanceExportDetails {
|
|
|
3430
3605
|
}
|
|
3431
3606
|
/**
|
|
3432
3607
|
* @public
|
|
3608
|
+
* @enum
|
|
3433
3609
|
*/
|
|
3434
|
-
export declare
|
|
3435
|
-
active
|
|
3436
|
-
cancelled
|
|
3437
|
-
cancelling
|
|
3438
|
-
completed
|
|
3439
|
-
}
|
|
3610
|
+
export declare const ExportTaskState: {
|
|
3611
|
+
readonly active: "active";
|
|
3612
|
+
readonly cancelled: "cancelled";
|
|
3613
|
+
readonly cancelling: "cancelling";
|
|
3614
|
+
readonly completed: "completed";
|
|
3615
|
+
};
|
|
3616
|
+
/**
|
|
3617
|
+
* @public
|
|
3618
|
+
*/
|
|
3619
|
+
export type ExportTaskState = (typeof ExportTaskState)[keyof typeof ExportTaskState];
|
|
3440
3620
|
/**
|
|
3441
3621
|
* @public
|
|
3442
3622
|
* <p>Describes an export instance task.</p>
|
|
@@ -3569,21 +3749,26 @@ export interface IpamOperatingRegion {
|
|
|
3569
3749
|
}
|
|
3570
3750
|
/**
|
|
3571
3751
|
* @public
|
|
3752
|
+
* @enum
|
|
3572
3753
|
*/
|
|
3573
|
-
export declare
|
|
3574
|
-
create_complete
|
|
3575
|
-
create_failed
|
|
3576
|
-
create_in_progress
|
|
3577
|
-
delete_complete
|
|
3578
|
-
delete_failed
|
|
3579
|
-
delete_in_progress
|
|
3580
|
-
isolate_complete
|
|
3581
|
-
isolate_in_progress
|
|
3582
|
-
modify_complete
|
|
3583
|
-
modify_failed
|
|
3584
|
-
modify_in_progress
|
|
3585
|
-
restore_in_progress
|
|
3586
|
-
}
|
|
3754
|
+
export declare const IpamState: {
|
|
3755
|
+
readonly create_complete: "create-complete";
|
|
3756
|
+
readonly create_failed: "create-failed";
|
|
3757
|
+
readonly create_in_progress: "create-in-progress";
|
|
3758
|
+
readonly delete_complete: "delete-complete";
|
|
3759
|
+
readonly delete_failed: "delete-failed";
|
|
3760
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
3761
|
+
readonly isolate_complete: "isolate-complete";
|
|
3762
|
+
readonly isolate_in_progress: "isolate-in-progress";
|
|
3763
|
+
readonly modify_complete: "modify-complete";
|
|
3764
|
+
readonly modify_failed: "modify-failed";
|
|
3765
|
+
readonly modify_in_progress: "modify-in-progress";
|
|
3766
|
+
readonly restore_in_progress: "restore-in-progress";
|
|
3767
|
+
};
|
|
3768
|
+
/**
|
|
3769
|
+
* @public
|
|
3770
|
+
*/
|
|
3771
|
+
export type IpamState = (typeof IpamState)[keyof typeof IpamState];
|
|
3587
3772
|
/**
|
|
3588
3773
|
* @public
|
|
3589
3774
|
* <p>IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
@@ -3674,17 +3859,27 @@ export interface RequestIpamResourceTag {
|
|
|
3674
3859
|
}
|
|
3675
3860
|
/**
|
|
3676
3861
|
* @public
|
|
3862
|
+
* @enum
|
|
3677
3863
|
*/
|
|
3678
|
-
export declare
|
|
3679
|
-
ec2
|
|
3680
|
-
}
|
|
3864
|
+
export declare const IpamPoolAwsService: {
|
|
3865
|
+
readonly ec2: "ec2";
|
|
3866
|
+
};
|
|
3681
3867
|
/**
|
|
3682
3868
|
* @public
|
|
3683
3869
|
*/
|
|
3684
|
-
export
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3870
|
+
export type IpamPoolAwsService = (typeof IpamPoolAwsService)[keyof typeof IpamPoolAwsService];
|
|
3871
|
+
/**
|
|
3872
|
+
* @public
|
|
3873
|
+
* @enum
|
|
3874
|
+
*/
|
|
3875
|
+
export declare const IpamPoolPublicIpSource: {
|
|
3876
|
+
readonly amazon: "amazon";
|
|
3877
|
+
readonly byoip: "byoip";
|
|
3878
|
+
};
|
|
3879
|
+
/**
|
|
3880
|
+
* @public
|
|
3881
|
+
*/
|
|
3882
|
+
export type IpamPoolPublicIpSource = (typeof IpamPoolPublicIpSource)[keyof typeof IpamPoolPublicIpSource];
|
|
3688
3883
|
/**
|
|
3689
3884
|
* @public
|
|
3690
3885
|
*/
|
|
@@ -3786,28 +3981,38 @@ export interface IpamResourceTag {
|
|
|
3786
3981
|
}
|
|
3787
3982
|
/**
|
|
3788
3983
|
* @public
|
|
3984
|
+
* @enum
|
|
3789
3985
|
*/
|
|
3790
|
-
export declare
|
|
3791
|
-
private
|
|
3792
|
-
public
|
|
3793
|
-
}
|
|
3986
|
+
export declare const IpamScopeType: {
|
|
3987
|
+
readonly private: "private";
|
|
3988
|
+
readonly public: "public";
|
|
3989
|
+
};
|
|
3794
3990
|
/**
|
|
3795
3991
|
* @public
|
|
3796
3992
|
*/
|
|
3797
|
-
export
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3993
|
+
export type IpamScopeType = (typeof IpamScopeType)[keyof typeof IpamScopeType];
|
|
3994
|
+
/**
|
|
3995
|
+
* @public
|
|
3996
|
+
* @enum
|
|
3997
|
+
*/
|
|
3998
|
+
export declare const IpamPoolState: {
|
|
3999
|
+
readonly create_complete: "create-complete";
|
|
4000
|
+
readonly create_failed: "create-failed";
|
|
4001
|
+
readonly create_in_progress: "create-in-progress";
|
|
4002
|
+
readonly delete_complete: "delete-complete";
|
|
4003
|
+
readonly delete_failed: "delete-failed";
|
|
4004
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
4005
|
+
readonly isolate_complete: "isolate-complete";
|
|
4006
|
+
readonly isolate_in_progress: "isolate-in-progress";
|
|
4007
|
+
readonly modify_complete: "modify-complete";
|
|
4008
|
+
readonly modify_failed: "modify-failed";
|
|
4009
|
+
readonly modify_in_progress: "modify-in-progress";
|
|
4010
|
+
readonly restore_in_progress: "restore-in-progress";
|
|
4011
|
+
};
|
|
4012
|
+
/**
|
|
4013
|
+
* @public
|
|
4014
|
+
*/
|
|
4015
|
+
export type IpamPoolState = (typeof IpamPoolState)[keyof typeof IpamPoolState];
|
|
3811
4016
|
/**
|
|
3812
4017
|
* @public
|
|
3813
4018
|
* <p>In IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each.</p>
|
|
@@ -3955,21 +4160,26 @@ export interface CreateIpamResourceDiscoveryRequest {
|
|
|
3955
4160
|
}
|
|
3956
4161
|
/**
|
|
3957
4162
|
* @public
|
|
4163
|
+
* @enum
|
|
3958
4164
|
*/
|
|
3959
|
-
export declare
|
|
3960
|
-
CREATE_COMPLETE
|
|
3961
|
-
CREATE_FAILED
|
|
3962
|
-
CREATE_IN_PROGRESS
|
|
3963
|
-
DELETE_COMPLETE
|
|
3964
|
-
DELETE_FAILED
|
|
3965
|
-
DELETE_IN_PROGRESS
|
|
3966
|
-
ISOLATE_COMPLETE
|
|
3967
|
-
ISOLATE_IN_PROGRESS
|
|
3968
|
-
MODIFY_COMPLETE
|
|
3969
|
-
MODIFY_FAILED
|
|
3970
|
-
MODIFY_IN_PROGRESS
|
|
3971
|
-
RESTORE_IN_PROGRESS
|
|
3972
|
-
}
|
|
4165
|
+
export declare const IpamResourceDiscoveryState: {
|
|
4166
|
+
readonly CREATE_COMPLETE: "create-complete";
|
|
4167
|
+
readonly CREATE_FAILED: "create-failed";
|
|
4168
|
+
readonly CREATE_IN_PROGRESS: "create-in-progress";
|
|
4169
|
+
readonly DELETE_COMPLETE: "delete-complete";
|
|
4170
|
+
readonly DELETE_FAILED: "delete-failed";
|
|
4171
|
+
readonly DELETE_IN_PROGRESS: "delete-in-progress";
|
|
4172
|
+
readonly ISOLATE_COMPLETE: "isolate-complete";
|
|
4173
|
+
readonly ISOLATE_IN_PROGRESS: "isolate-in-progress";
|
|
4174
|
+
readonly MODIFY_COMPLETE: "modify-complete";
|
|
4175
|
+
readonly MODIFY_FAILED: "modify-failed";
|
|
4176
|
+
readonly MODIFY_IN_PROGRESS: "modify-in-progress";
|
|
4177
|
+
readonly RESTORE_IN_PROGRESS: "restore-in-progress";
|
|
4178
|
+
};
|
|
4179
|
+
/**
|
|
4180
|
+
* @public
|
|
4181
|
+
*/
|
|
4182
|
+
export type IpamResourceDiscoveryState = (typeof IpamResourceDiscoveryState)[keyof typeof IpamResourceDiscoveryState];
|
|
3973
4183
|
/**
|
|
3974
4184
|
* @public
|
|
3975
4185
|
* <p>A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.</p>
|
|
@@ -4101,21 +4311,26 @@ export interface CreateIpamScopeRequest {
|
|
|
4101
4311
|
}
|
|
4102
4312
|
/**
|
|
4103
4313
|
* @public
|
|
4314
|
+
* @enum
|
|
4104
4315
|
*/
|
|
4105
|
-
export declare
|
|
4106
|
-
create_complete
|
|
4107
|
-
create_failed
|
|
4108
|
-
create_in_progress
|
|
4109
|
-
delete_complete
|
|
4110
|
-
delete_failed
|
|
4111
|
-
delete_in_progress
|
|
4112
|
-
isolate_complete
|
|
4113
|
-
isolate_in_progress
|
|
4114
|
-
modify_complete
|
|
4115
|
-
modify_failed
|
|
4116
|
-
modify_in_progress
|
|
4117
|
-
restore_in_progress
|
|
4118
|
-
}
|
|
4316
|
+
export declare const IpamScopeState: {
|
|
4317
|
+
readonly create_complete: "create-complete";
|
|
4318
|
+
readonly create_failed: "create-failed";
|
|
4319
|
+
readonly create_in_progress: "create-in-progress";
|
|
4320
|
+
readonly delete_complete: "delete-complete";
|
|
4321
|
+
readonly delete_failed: "delete-failed";
|
|
4322
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
4323
|
+
readonly isolate_complete: "isolate-complete";
|
|
4324
|
+
readonly isolate_in_progress: "isolate-in-progress";
|
|
4325
|
+
readonly modify_complete: "modify-complete";
|
|
4326
|
+
readonly modify_failed: "modify-failed";
|
|
4327
|
+
readonly modify_in_progress: "modify-in-progress";
|
|
4328
|
+
readonly restore_in_progress: "restore-in-progress";
|
|
4329
|
+
};
|
|
4330
|
+
/**
|
|
4331
|
+
* @public
|
|
4332
|
+
*/
|
|
4333
|
+
export type IpamScopeState = (typeof IpamScopeState)[keyof typeof IpamScopeState];
|
|
4119
4334
|
/**
|
|
4120
4335
|
* @public
|
|
4121
4336
|
* <p>In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.</p>
|
|
@@ -4179,18 +4394,28 @@ export interface CreateIpamScopeResult {
|
|
|
4179
4394
|
}
|
|
4180
4395
|
/**
|
|
4181
4396
|
* @public
|
|
4397
|
+
* @enum
|
|
4182
4398
|
*/
|
|
4183
|
-
export declare
|
|
4184
|
-
pem
|
|
4185
|
-
ppk
|
|
4186
|
-
}
|
|
4399
|
+
export declare const KeyFormat: {
|
|
4400
|
+
readonly pem: "pem";
|
|
4401
|
+
readonly ppk: "ppk";
|
|
4402
|
+
};
|
|
4187
4403
|
/**
|
|
4188
4404
|
* @public
|
|
4189
4405
|
*/
|
|
4190
|
-
export
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4406
|
+
export type KeyFormat = (typeof KeyFormat)[keyof typeof KeyFormat];
|
|
4407
|
+
/**
|
|
4408
|
+
* @public
|
|
4409
|
+
* @enum
|
|
4410
|
+
*/
|
|
4411
|
+
export declare const KeyType: {
|
|
4412
|
+
readonly ed25519: "ed25519";
|
|
4413
|
+
readonly rsa: "rsa";
|
|
4414
|
+
};
|
|
4415
|
+
/**
|
|
4416
|
+
* @public
|
|
4417
|
+
*/
|
|
4418
|
+
export type KeyType = (typeof KeyType)[keyof typeof KeyType];
|
|
4194
4419
|
/**
|
|
4195
4420
|
* @public
|
|
4196
4421
|
*/
|
|
@@ -4371,11 +4596,16 @@ export interface LaunchTemplateBlockDeviceMappingRequest {
|
|
|
4371
4596
|
}
|
|
4372
4597
|
/**
|
|
4373
4598
|
* @public
|
|
4599
|
+
* @enum
|
|
4374
4600
|
*/
|
|
4375
|
-
export declare
|
|
4376
|
-
none
|
|
4377
|
-
open
|
|
4378
|
-
}
|
|
4601
|
+
export declare const CapacityReservationPreference: {
|
|
4602
|
+
readonly none: "none";
|
|
4603
|
+
readonly open: "open";
|
|
4604
|
+
};
|
|
4605
|
+
/**
|
|
4606
|
+
* @public
|
|
4607
|
+
*/
|
|
4608
|
+
export type CapacityReservationPreference = (typeof CapacityReservationPreference)[keyof typeof CapacityReservationPreference];
|
|
4379
4609
|
/**
|
|
4380
4610
|
* @public
|
|
4381
4611
|
* <p>Describes a target Capacity Reservation or Capacity Reservation group.</p>
|
|
@@ -4525,32 +4755,52 @@ export interface LaunchTemplateIamInstanceProfileSpecificationRequest {
|
|
|
4525
4755
|
}
|
|
4526
4756
|
/**
|
|
4527
4757
|
* @public
|
|
4758
|
+
* @enum
|
|
4528
4759
|
*/
|
|
4529
|
-
export declare
|
|
4530
|
-
stop
|
|
4531
|
-
terminate
|
|
4532
|
-
}
|
|
4760
|
+
export declare const ShutdownBehavior: {
|
|
4761
|
+
readonly stop: "stop";
|
|
4762
|
+
readonly terminate: "terminate";
|
|
4763
|
+
};
|
|
4533
4764
|
/**
|
|
4534
4765
|
* @public
|
|
4535
4766
|
*/
|
|
4536
|
-
export
|
|
4537
|
-
spot = "spot"
|
|
4538
|
-
}
|
|
4767
|
+
export type ShutdownBehavior = (typeof ShutdownBehavior)[keyof typeof ShutdownBehavior];
|
|
4539
4768
|
/**
|
|
4540
4769
|
* @public
|
|
4770
|
+
* @enum
|
|
4541
4771
|
*/
|
|
4542
|
-
export declare
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
terminate = "terminate"
|
|
4546
|
-
}
|
|
4772
|
+
export declare const MarketType: {
|
|
4773
|
+
readonly spot: "spot";
|
|
4774
|
+
};
|
|
4547
4775
|
/**
|
|
4548
4776
|
* @public
|
|
4549
4777
|
*/
|
|
4550
|
-
export
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4778
|
+
export type MarketType = (typeof MarketType)[keyof typeof MarketType];
|
|
4779
|
+
/**
|
|
4780
|
+
* @public
|
|
4781
|
+
* @enum
|
|
4782
|
+
*/
|
|
4783
|
+
export declare const InstanceInterruptionBehavior: {
|
|
4784
|
+
readonly hibernate: "hibernate";
|
|
4785
|
+
readonly stop: "stop";
|
|
4786
|
+
readonly terminate: "terminate";
|
|
4787
|
+
};
|
|
4788
|
+
/**
|
|
4789
|
+
* @public
|
|
4790
|
+
*/
|
|
4791
|
+
export type InstanceInterruptionBehavior = (typeof InstanceInterruptionBehavior)[keyof typeof InstanceInterruptionBehavior];
|
|
4792
|
+
/**
|
|
4793
|
+
* @public
|
|
4794
|
+
* @enum
|
|
4795
|
+
*/
|
|
4796
|
+
export declare const SpotInstanceType: {
|
|
4797
|
+
readonly one_time: "one-time";
|
|
4798
|
+
readonly persistent: "persistent";
|
|
4799
|
+
};
|
|
4800
|
+
/**
|
|
4801
|
+
* @public
|
|
4802
|
+
*/
|
|
4803
|
+
export type SpotInstanceType = (typeof SpotInstanceType)[keyof typeof SpotInstanceType];
|
|
4554
4804
|
/**
|
|
4555
4805
|
* @public
|
|
4556
4806
|
* <p>The options for Spot Instances.</p>
|
|
@@ -4624,11 +4874,16 @@ export interface LaunchTemplateLicenseConfigurationRequest {
|
|
|
4624
4874
|
}
|
|
4625
4875
|
/**
|
|
4626
4876
|
* @public
|
|
4877
|
+
* @enum
|
|
4627
4878
|
*/
|
|
4628
|
-
export declare
|
|
4629
|
-
default
|
|
4630
|
-
disabled
|
|
4631
|
-
}
|
|
4879
|
+
export declare const LaunchTemplateAutoRecoveryState: {
|
|
4880
|
+
readonly default: "default";
|
|
4881
|
+
readonly disabled: "disabled";
|
|
4882
|
+
};
|
|
4883
|
+
/**
|
|
4884
|
+
* @public
|
|
4885
|
+
*/
|
|
4886
|
+
export type LaunchTemplateAutoRecoveryState = (typeof LaunchTemplateAutoRecoveryState)[keyof typeof LaunchTemplateAutoRecoveryState];
|
|
4632
4887
|
/**
|
|
4633
4888
|
* @public
|
|
4634
4889
|
* <p>The maintenance options of your instance.</p>
|
|
@@ -4642,32 +4897,52 @@ export interface LaunchTemplateInstanceMaintenanceOptionsRequest {
|
|
|
4642
4897
|
}
|
|
4643
4898
|
/**
|
|
4644
4899
|
* @public
|
|
4900
|
+
* @enum
|
|
4645
4901
|
*/
|
|
4646
|
-
export declare
|
|
4647
|
-
disabled
|
|
4648
|
-
enabled
|
|
4649
|
-
}
|
|
4902
|
+
export declare const LaunchTemplateInstanceMetadataEndpointState: {
|
|
4903
|
+
readonly disabled: "disabled";
|
|
4904
|
+
readonly enabled: "enabled";
|
|
4905
|
+
};
|
|
4650
4906
|
/**
|
|
4651
4907
|
* @public
|
|
4652
4908
|
*/
|
|
4653
|
-
export
|
|
4654
|
-
disabled = "disabled",
|
|
4655
|
-
enabled = "enabled"
|
|
4656
|
-
}
|
|
4909
|
+
export type LaunchTemplateInstanceMetadataEndpointState = (typeof LaunchTemplateInstanceMetadataEndpointState)[keyof typeof LaunchTemplateInstanceMetadataEndpointState];
|
|
4657
4910
|
/**
|
|
4658
4911
|
* @public
|
|
4912
|
+
* @enum
|
|
4659
4913
|
*/
|
|
4660
|
-
export declare
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
}
|
|
4914
|
+
export declare const LaunchTemplateInstanceMetadataProtocolIpv6: {
|
|
4915
|
+
readonly disabled: "disabled";
|
|
4916
|
+
readonly enabled: "enabled";
|
|
4917
|
+
};
|
|
4664
4918
|
/**
|
|
4665
4919
|
* @public
|
|
4666
4920
|
*/
|
|
4667
|
-
export
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4921
|
+
export type LaunchTemplateInstanceMetadataProtocolIpv6 = (typeof LaunchTemplateInstanceMetadataProtocolIpv6)[keyof typeof LaunchTemplateInstanceMetadataProtocolIpv6];
|
|
4922
|
+
/**
|
|
4923
|
+
* @public
|
|
4924
|
+
* @enum
|
|
4925
|
+
*/
|
|
4926
|
+
export declare const LaunchTemplateHttpTokensState: {
|
|
4927
|
+
readonly optional: "optional";
|
|
4928
|
+
readonly required: "required";
|
|
4929
|
+
};
|
|
4930
|
+
/**
|
|
4931
|
+
* @public
|
|
4932
|
+
*/
|
|
4933
|
+
export type LaunchTemplateHttpTokensState = (typeof LaunchTemplateHttpTokensState)[keyof typeof LaunchTemplateHttpTokensState];
|
|
4934
|
+
/**
|
|
4935
|
+
* @public
|
|
4936
|
+
* @enum
|
|
4937
|
+
*/
|
|
4938
|
+
export declare const LaunchTemplateInstanceMetadataTagsState: {
|
|
4939
|
+
readonly disabled: "disabled";
|
|
4940
|
+
readonly enabled: "enabled";
|
|
4941
|
+
};
|
|
4942
|
+
/**
|
|
4943
|
+
* @public
|
|
4944
|
+
*/
|
|
4945
|
+
export type LaunchTemplateInstanceMetadataTagsState = (typeof LaunchTemplateInstanceMetadataTagsState)[keyof typeof LaunchTemplateInstanceMetadataTagsState];
|
|
4671
4946
|
/**
|
|
4672
4947
|
* @public
|
|
4673
4948
|
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Instance metadata and user data</a> in the
|
|
@@ -5657,11 +5932,16 @@ export interface LaunchTemplateInstanceMaintenanceOptions {
|
|
|
5657
5932
|
}
|
|
5658
5933
|
/**
|
|
5659
5934
|
* @public
|
|
5935
|
+
* @enum
|
|
5660
5936
|
*/
|
|
5661
|
-
export declare
|
|
5662
|
-
applied
|
|
5663
|
-
pending
|
|
5664
|
-
}
|
|
5937
|
+
export declare const LaunchTemplateInstanceMetadataOptionsState: {
|
|
5938
|
+
readonly applied: "applied";
|
|
5939
|
+
readonly pending: "pending";
|
|
5940
|
+
};
|
|
5941
|
+
/**
|
|
5942
|
+
* @public
|
|
5943
|
+
*/
|
|
5944
|
+
export type LaunchTemplateInstanceMetadataOptionsState = (typeof LaunchTemplateInstanceMetadataOptionsState)[keyof typeof LaunchTemplateInstanceMetadataOptionsState];
|
|
5665
5945
|
/**
|
|
5666
5946
|
* @public
|
|
5667
5947
|
* <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Instance metadata and user data</a> in the
|
|
@@ -6188,21 +6468,31 @@ export interface CreateLocalGatewayRouteRequest {
|
|
|
6188
6468
|
}
|
|
6189
6469
|
/**
|
|
6190
6470
|
* @public
|
|
6471
|
+
* @enum
|
|
6191
6472
|
*/
|
|
6192
|
-
export declare
|
|
6193
|
-
active
|
|
6194
|
-
blackhole
|
|
6195
|
-
deleted
|
|
6196
|
-
deleting
|
|
6197
|
-
pending
|
|
6198
|
-
}
|
|
6473
|
+
export declare const LocalGatewayRouteState: {
|
|
6474
|
+
readonly active: "active";
|
|
6475
|
+
readonly blackhole: "blackhole";
|
|
6476
|
+
readonly deleted: "deleted";
|
|
6477
|
+
readonly deleting: "deleting";
|
|
6478
|
+
readonly pending: "pending";
|
|
6479
|
+
};
|
|
6199
6480
|
/**
|
|
6200
6481
|
* @public
|
|
6201
6482
|
*/
|
|
6202
|
-
export
|
|
6203
|
-
|
|
6204
|
-
|
|
6205
|
-
|
|
6483
|
+
export type LocalGatewayRouteState = (typeof LocalGatewayRouteState)[keyof typeof LocalGatewayRouteState];
|
|
6484
|
+
/**
|
|
6485
|
+
* @public
|
|
6486
|
+
* @enum
|
|
6487
|
+
*/
|
|
6488
|
+
export declare const LocalGatewayRouteType: {
|
|
6489
|
+
readonly propagated: "propagated";
|
|
6490
|
+
readonly static: "static";
|
|
6491
|
+
};
|
|
6492
|
+
/**
|
|
6493
|
+
* @public
|
|
6494
|
+
*/
|
|
6495
|
+
export type LocalGatewayRouteType = (typeof LocalGatewayRouteType)[keyof typeof LocalGatewayRouteType];
|
|
6206
6496
|
/**
|
|
6207
6497
|
* @public
|
|
6208
6498
|
* <p>Describes a route for a local gateway route table.</p>
|
|
@@ -6266,11 +6556,16 @@ export interface CreateLocalGatewayRouteResult {
|
|
|
6266
6556
|
}
|
|
6267
6557
|
/**
|
|
6268
6558
|
* @public
|
|
6559
|
+
* @enum
|
|
6269
6560
|
*/
|
|
6270
|
-
export declare
|
|
6271
|
-
coip
|
|
6272
|
-
direct_vpc_routing
|
|
6273
|
-
}
|
|
6561
|
+
export declare const LocalGatewayRouteTableMode: {
|
|
6562
|
+
readonly coip: "coip";
|
|
6563
|
+
readonly direct_vpc_routing: "direct-vpc-routing";
|
|
6564
|
+
};
|
|
6565
|
+
/**
|
|
6566
|
+
* @public
|
|
6567
|
+
*/
|
|
6568
|
+
export type LocalGatewayRouteTableMode = (typeof LocalGatewayRouteTableMode)[keyof typeof LocalGatewayRouteTableMode];
|
|
6274
6569
|
/**
|
|
6275
6570
|
* @public
|
|
6276
6571
|
*/
|
|
@@ -6621,21 +6916,26 @@ export interface CreateManagedPrefixListRequest {
|
|
|
6621
6916
|
}
|
|
6622
6917
|
/**
|
|
6623
6918
|
* @public
|
|
6919
|
+
* @enum
|
|
6624
6920
|
*/
|
|
6625
|
-
export declare
|
|
6626
|
-
create_complete
|
|
6627
|
-
create_failed
|
|
6628
|
-
create_in_progress
|
|
6629
|
-
delete_complete
|
|
6630
|
-
delete_failed
|
|
6631
|
-
delete_in_progress
|
|
6632
|
-
modify_complete
|
|
6633
|
-
modify_failed
|
|
6634
|
-
modify_in_progress
|
|
6635
|
-
restore_complete
|
|
6636
|
-
restore_failed
|
|
6637
|
-
restore_in_progress
|
|
6638
|
-
}
|
|
6921
|
+
export declare const PrefixListState: {
|
|
6922
|
+
readonly create_complete: "create-complete";
|
|
6923
|
+
readonly create_failed: "create-failed";
|
|
6924
|
+
readonly create_in_progress: "create-in-progress";
|
|
6925
|
+
readonly delete_complete: "delete-complete";
|
|
6926
|
+
readonly delete_failed: "delete-failed";
|
|
6927
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
6928
|
+
readonly modify_complete: "modify-complete";
|
|
6929
|
+
readonly modify_failed: "modify-failed";
|
|
6930
|
+
readonly modify_in_progress: "modify-in-progress";
|
|
6931
|
+
readonly restore_complete: "restore-complete";
|
|
6932
|
+
readonly restore_failed: "restore-failed";
|
|
6933
|
+
readonly restore_in_progress: "restore-in-progress";
|
|
6934
|
+
};
|
|
6935
|
+
/**
|
|
6936
|
+
* @public
|
|
6937
|
+
*/
|
|
6938
|
+
export type PrefixListState = (typeof PrefixListState)[keyof typeof PrefixListState];
|
|
6639
6939
|
/**
|
|
6640
6940
|
* @public
|
|
6641
6941
|
* <p>Describes a managed prefix list.</p>
|
|
@@ -6693,11 +6993,16 @@ export interface CreateManagedPrefixListResult {
|
|
|
6693
6993
|
}
|
|
6694
6994
|
/**
|
|
6695
6995
|
* @public
|
|
6996
|
+
* @enum
|
|
6696
6997
|
*/
|
|
6697
|
-
export declare
|
|
6698
|
-
PRIVATE
|
|
6699
|
-
PUBLIC
|
|
6700
|
-
}
|
|
6998
|
+
export declare const ConnectivityType: {
|
|
6999
|
+
readonly PRIVATE: "private";
|
|
7000
|
+
readonly PUBLIC: "public";
|
|
7001
|
+
};
|
|
7002
|
+
/**
|
|
7003
|
+
* @public
|
|
7004
|
+
*/
|
|
7005
|
+
export type ConnectivityType = (typeof ConnectivityType)[keyof typeof ConnectivityType];
|
|
6701
7006
|
/**
|
|
6702
7007
|
* @public
|
|
6703
7008
|
*/
|
|
@@ -6779,14 +7084,19 @@ export interface ProvisionedBandwidth {
|
|
|
6779
7084
|
}
|
|
6780
7085
|
/**
|
|
6781
7086
|
* @public
|
|
7087
|
+
* @enum
|
|
6782
7088
|
*/
|
|
6783
|
-
export declare
|
|
6784
|
-
AVAILABLE
|
|
6785
|
-
DELETED
|
|
6786
|
-
DELETING
|
|
6787
|
-
FAILED
|
|
6788
|
-
PENDING
|
|
6789
|
-
}
|
|
7089
|
+
export declare const NatGatewayState: {
|
|
7090
|
+
readonly AVAILABLE: "available";
|
|
7091
|
+
readonly DELETED: "deleted";
|
|
7092
|
+
readonly DELETING: "deleting";
|
|
7093
|
+
readonly FAILED: "failed";
|
|
7094
|
+
readonly PENDING: "pending";
|
|
7095
|
+
};
|
|
7096
|
+
/**
|
|
7097
|
+
* @public
|
|
7098
|
+
*/
|
|
7099
|
+
export type NatGatewayState = (typeof NatGatewayState)[keyof typeof NatGatewayState];
|
|
6790
7100
|
/**
|
|
6791
7101
|
* @public
|
|
6792
7102
|
* <p>Describes a NAT gateway.</p>
|
|
@@ -6958,11 +7268,16 @@ export interface IcmpTypeCode {
|
|
|
6958
7268
|
}
|
|
6959
7269
|
/**
|
|
6960
7270
|
* @public
|
|
7271
|
+
* @enum
|
|
6961
7272
|
*/
|
|
6962
|
-
export declare
|
|
6963
|
-
allow
|
|
6964
|
-
deny
|
|
6965
|
-
}
|
|
7273
|
+
export declare const RuleAction: {
|
|
7274
|
+
readonly allow: "allow";
|
|
7275
|
+
readonly deny: "deny";
|
|
7276
|
+
};
|
|
7277
|
+
/**
|
|
7278
|
+
* @public
|
|
7279
|
+
*/
|
|
7280
|
+
export type RuleAction = (typeof RuleAction)[keyof typeof RuleAction];
|
|
6966
7281
|
/**
|
|
6967
7282
|
* @public
|
|
6968
7283
|
* <p>Describes an entry in a network ACL.</p>
|
|
@@ -7387,12 +7702,17 @@ export interface CreateNetworkInsightsPathResult {
|
|
|
7387
7702
|
}
|
|
7388
7703
|
/**
|
|
7389
7704
|
* @public
|
|
7705
|
+
* @enum
|
|
7390
7706
|
*/
|
|
7391
|
-
export declare
|
|
7392
|
-
branch
|
|
7393
|
-
efa
|
|
7394
|
-
trunk
|
|
7395
|
-
}
|
|
7707
|
+
export declare const NetworkInterfaceCreationType: {
|
|
7708
|
+
readonly branch: "branch";
|
|
7709
|
+
readonly efa: "efa";
|
|
7710
|
+
readonly trunk: "trunk";
|
|
7711
|
+
};
|
|
7712
|
+
/**
|
|
7713
|
+
* @public
|
|
7714
|
+
*/
|
|
7715
|
+
export type NetworkInterfaceCreationType = (typeof NetworkInterfaceCreationType)[keyof typeof NetworkInterfaceCreationType];
|
|
7396
7716
|
/**
|
|
7397
7717
|
* @public
|
|
7398
7718
|
*/
|
|
@@ -7615,26 +7935,31 @@ export interface GroupIdentifier {
|
|
|
7615
7935
|
}
|
|
7616
7936
|
/**
|
|
7617
7937
|
* @public
|
|
7938
|
+
* @enum
|
|
7618
7939
|
*/
|
|
7619
|
-
export declare
|
|
7620
|
-
api_gateway_managed
|
|
7621
|
-
aws_codestar_connections_managed
|
|
7622
|
-
branch
|
|
7623
|
-
efa
|
|
7624
|
-
gateway_load_balancer
|
|
7625
|
-
gateway_load_balancer_endpoint
|
|
7626
|
-
global_accelerator_managed
|
|
7627
|
-
interface
|
|
7628
|
-
iot_rules_managed
|
|
7629
|
-
lambda
|
|
7630
|
-
load_balancer
|
|
7631
|
-
natGateway
|
|
7632
|
-
network_load_balancer
|
|
7633
|
-
quicksight
|
|
7634
|
-
transit_gateway
|
|
7635
|
-
trunk
|
|
7636
|
-
vpc_endpoint
|
|
7637
|
-
}
|
|
7940
|
+
export declare const NetworkInterfaceType: {
|
|
7941
|
+
readonly api_gateway_managed: "api_gateway_managed";
|
|
7942
|
+
readonly aws_codestar_connections_managed: "aws_codestar_connections_managed";
|
|
7943
|
+
readonly branch: "branch";
|
|
7944
|
+
readonly efa: "efa";
|
|
7945
|
+
readonly gateway_load_balancer: "gateway_load_balancer";
|
|
7946
|
+
readonly gateway_load_balancer_endpoint: "gateway_load_balancer_endpoint";
|
|
7947
|
+
readonly global_accelerator_managed: "global_accelerator_managed";
|
|
7948
|
+
readonly interface: "interface";
|
|
7949
|
+
readonly iot_rules_managed: "iot_rules_managed";
|
|
7950
|
+
readonly lambda: "lambda";
|
|
7951
|
+
readonly load_balancer: "load_balancer";
|
|
7952
|
+
readonly natGateway: "natGateway";
|
|
7953
|
+
readonly network_load_balancer: "network_load_balancer";
|
|
7954
|
+
readonly quicksight: "quicksight";
|
|
7955
|
+
readonly transit_gateway: "transit_gateway";
|
|
7956
|
+
readonly trunk: "trunk";
|
|
7957
|
+
readonly vpc_endpoint: "vpc_endpoint";
|
|
7958
|
+
};
|
|
7959
|
+
/**
|
|
7960
|
+
* @public
|
|
7961
|
+
*/
|
|
7962
|
+
export type NetworkInterfaceType = (typeof NetworkInterfaceType)[keyof typeof NetworkInterfaceType];
|
|
7638
7963
|
/**
|
|
7639
7964
|
* @public
|
|
7640
7965
|
* <p>Describes an IPv6 address associated with a network interface.</p>
|
|
@@ -7679,14 +8004,19 @@ export interface NetworkInterfacePrivateIpAddress {
|
|
|
7679
8004
|
}
|
|
7680
8005
|
/**
|
|
7681
8006
|
* @public
|
|
8007
|
+
* @enum
|
|
7682
8008
|
*/
|
|
7683
|
-
export declare
|
|
7684
|
-
associated
|
|
7685
|
-
attaching
|
|
7686
|
-
available
|
|
7687
|
-
detaching
|
|
7688
|
-
in_use
|
|
7689
|
-
}
|
|
8009
|
+
export declare const NetworkInterfaceStatus: {
|
|
8010
|
+
readonly associated: "associated";
|
|
8011
|
+
readonly attaching: "attaching";
|
|
8012
|
+
readonly available: "available";
|
|
8013
|
+
readonly detaching: "detaching";
|
|
8014
|
+
readonly in_use: "in-use";
|
|
8015
|
+
};
|
|
8016
|
+
/**
|
|
8017
|
+
* @public
|
|
8018
|
+
*/
|
|
8019
|
+
export type NetworkInterfaceStatus = (typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
|
|
7690
8020
|
/**
|
|
7691
8021
|
* @public
|
|
7692
8022
|
* <p>Describes a network interface.</p>
|
|
@@ -7816,11 +8146,16 @@ export interface CreateNetworkInterfaceResult {
|
|
|
7816
8146
|
}
|
|
7817
8147
|
/**
|
|
7818
8148
|
* @public
|
|
8149
|
+
* @enum
|
|
7819
8150
|
*/
|
|
7820
|
-
export declare
|
|
7821
|
-
EIP_ASSOCIATE
|
|
7822
|
-
INSTANCE_ATTACH
|
|
7823
|
-
}
|
|
8151
|
+
export declare const InterfacePermissionType: {
|
|
8152
|
+
readonly EIP_ASSOCIATE: "EIP-ASSOCIATE";
|
|
8153
|
+
readonly INSTANCE_ATTACH: "INSTANCE-ATTACH";
|
|
8154
|
+
};
|
|
8155
|
+
/**
|
|
8156
|
+
* @public
|
|
8157
|
+
*/
|
|
8158
|
+
export type InterfacePermissionType = (typeof InterfacePermissionType)[keyof typeof InterfacePermissionType];
|
|
7824
8159
|
/**
|
|
7825
8160
|
* @public
|
|
7826
8161
|
* <p>Contains the parameters for CreateNetworkInterfacePermission.</p>
|
|
@@ -7851,13 +8186,18 @@ export interface CreateNetworkInterfacePermissionRequest {
|
|
|
7851
8186
|
}
|
|
7852
8187
|
/**
|
|
7853
8188
|
* @public
|
|
8189
|
+
* @enum
|
|
7854
8190
|
*/
|
|
7855
|
-
export declare
|
|
7856
|
-
granted
|
|
7857
|
-
pending
|
|
7858
|
-
revoked
|
|
7859
|
-
revoking
|
|
7860
|
-
}
|
|
8191
|
+
export declare const NetworkInterfacePermissionStateCode: {
|
|
8192
|
+
readonly granted: "granted";
|
|
8193
|
+
readonly pending: "pending";
|
|
8194
|
+
readonly revoked: "revoked";
|
|
8195
|
+
readonly revoking: "revoking";
|
|
8196
|
+
};
|
|
8197
|
+
/**
|
|
8198
|
+
* @public
|
|
8199
|
+
*/
|
|
8200
|
+
export type NetworkInterfacePermissionStateCode = (typeof NetworkInterfacePermissionStateCode)[keyof typeof NetworkInterfacePermissionStateCode];
|
|
7861
8201
|
/**
|
|
7862
8202
|
* @public
|
|
7863
8203
|
* <p>Describes the state of a network interface permission.</p>
|
|
@@ -7914,19 +8254,29 @@ export interface CreateNetworkInterfacePermissionResult {
|
|
|
7914
8254
|
}
|
|
7915
8255
|
/**
|
|
7916
8256
|
* @public
|
|
8257
|
+
* @enum
|
|
7917
8258
|
*/
|
|
7918
|
-
export declare
|
|
7919
|
-
host
|
|
7920
|
-
rack
|
|
7921
|
-
}
|
|
8259
|
+
export declare const SpreadLevel: {
|
|
8260
|
+
readonly host: "host";
|
|
8261
|
+
readonly rack: "rack";
|
|
8262
|
+
};
|
|
7922
8263
|
/**
|
|
7923
8264
|
* @public
|
|
7924
8265
|
*/
|
|
7925
|
-
export
|
|
7926
|
-
|
|
7927
|
-
|
|
7928
|
-
|
|
7929
|
-
|
|
8266
|
+
export type SpreadLevel = (typeof SpreadLevel)[keyof typeof SpreadLevel];
|
|
8267
|
+
/**
|
|
8268
|
+
* @public
|
|
8269
|
+
* @enum
|
|
8270
|
+
*/
|
|
8271
|
+
export declare const PlacementStrategy: {
|
|
8272
|
+
readonly cluster: "cluster";
|
|
8273
|
+
readonly partition: "partition";
|
|
8274
|
+
readonly spread: "spread";
|
|
8275
|
+
};
|
|
8276
|
+
/**
|
|
8277
|
+
* @public
|
|
8278
|
+
*/
|
|
8279
|
+
export type PlacementStrategy = (typeof PlacementStrategy)[keyof typeof PlacementStrategy];
|
|
7930
8280
|
/**
|
|
7931
8281
|
* @public
|
|
7932
8282
|
*/
|
|
@@ -7972,13 +8322,18 @@ export interface CreatePlacementGroupRequest {
|
|
|
7972
8322
|
}
|
|
7973
8323
|
/**
|
|
7974
8324
|
* @public
|
|
8325
|
+
* @enum
|
|
7975
8326
|
*/
|
|
7976
|
-
export declare
|
|
7977
|
-
available
|
|
7978
|
-
deleted
|
|
7979
|
-
deleting
|
|
7980
|
-
pending
|
|
7981
|
-
}
|
|
8327
|
+
export declare const PlacementGroupState: {
|
|
8328
|
+
readonly available: "available";
|
|
8329
|
+
readonly deleted: "deleted";
|
|
8330
|
+
readonly deleting: "deleting";
|
|
8331
|
+
readonly pending: "pending";
|
|
8332
|
+
};
|
|
8333
|
+
/**
|
|
8334
|
+
* @public
|
|
8335
|
+
*/
|
|
8336
|
+
export type PlacementGroupState = (typeof PlacementGroupState)[keyof typeof PlacementGroupState];
|
|
7982
8337
|
/**
|
|
7983
8338
|
* @public
|
|
7984
8339
|
* <p>Describes a placement group.</p>
|
|
@@ -8104,15 +8459,20 @@ export interface CreateReplaceRootVolumeTaskRequest {
|
|
|
8104
8459
|
}
|
|
8105
8460
|
/**
|
|
8106
8461
|
* @public
|
|
8462
|
+
* @enum
|
|
8107
8463
|
*/
|
|
8108
|
-
export declare
|
|
8109
|
-
failed
|
|
8110
|
-
failed_detached
|
|
8111
|
-
failing
|
|
8112
|
-
in_progress
|
|
8113
|
-
pending
|
|
8114
|
-
succeeded
|
|
8115
|
-
}
|
|
8464
|
+
export declare const ReplaceRootVolumeTaskState: {
|
|
8465
|
+
readonly failed: "failed";
|
|
8466
|
+
readonly failed_detached: "failed-detached";
|
|
8467
|
+
readonly failing: "failing";
|
|
8468
|
+
readonly in_progress: "in-progress";
|
|
8469
|
+
readonly pending: "pending";
|
|
8470
|
+
readonly succeeded: "succeeded";
|
|
8471
|
+
};
|
|
8472
|
+
/**
|
|
8473
|
+
* @public
|
|
8474
|
+
*/
|
|
8475
|
+
export type ReplaceRootVolumeTaskState = (typeof ReplaceRootVolumeTaskState)[keyof typeof ReplaceRootVolumeTaskState];
|
|
8116
8476
|
/**
|
|
8117
8477
|
* @public
|
|
8118
8478
|
* <p>Information about a root volume replacement task.</p>
|