@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
|
@@ -773,11 +773,16 @@ export interface DeprovisionIpamPoolCidrRequest {
|
|
|
773
773
|
}
|
|
774
774
|
/**
|
|
775
775
|
* @public
|
|
776
|
+
* @enum
|
|
776
777
|
*/
|
|
777
|
-
export declare
|
|
778
|
-
cidr_not_available
|
|
779
|
-
limit_exceeded
|
|
780
|
-
}
|
|
778
|
+
export declare const IpamPoolCidrFailureCode: {
|
|
779
|
+
readonly cidr_not_available: "cidr-not-available";
|
|
780
|
+
readonly limit_exceeded: "limit-exceeded";
|
|
781
|
+
};
|
|
782
|
+
/**
|
|
783
|
+
* @public
|
|
784
|
+
*/
|
|
785
|
+
export type IpamPoolCidrFailureCode = (typeof IpamPoolCidrFailureCode)[keyof typeof IpamPoolCidrFailureCode];
|
|
781
786
|
/**
|
|
782
787
|
* @public
|
|
783
788
|
* <p>Details related to why an IPAM pool CIDR failed to be provisioned.</p>
|
|
@@ -794,17 +799,22 @@ export interface IpamPoolCidrFailureReason {
|
|
|
794
799
|
}
|
|
795
800
|
/**
|
|
796
801
|
* @public
|
|
802
|
+
* @enum
|
|
797
803
|
*/
|
|
798
|
-
export declare
|
|
799
|
-
deprovisioned
|
|
800
|
-
failed_deprovision
|
|
801
|
-
failed_import
|
|
802
|
-
failed_provision
|
|
803
|
-
pending_deprovision
|
|
804
|
-
pending_import
|
|
805
|
-
pending_provision
|
|
806
|
-
provisioned
|
|
807
|
-
}
|
|
804
|
+
export declare const IpamPoolCidrState: {
|
|
805
|
+
readonly deprovisioned: "deprovisioned";
|
|
806
|
+
readonly failed_deprovision: "failed-deprovision";
|
|
807
|
+
readonly failed_import: "failed-import";
|
|
808
|
+
readonly failed_provision: "failed-provision";
|
|
809
|
+
readonly pending_deprovision: "pending-deprovision";
|
|
810
|
+
readonly pending_import: "pending-import";
|
|
811
|
+
readonly pending_provision: "pending-provision";
|
|
812
|
+
readonly provisioned: "provisioned";
|
|
813
|
+
};
|
|
814
|
+
/**
|
|
815
|
+
* @public
|
|
816
|
+
*/
|
|
817
|
+
export type IpamPoolCidrState = (typeof IpamPoolCidrState)[keyof typeof IpamPoolCidrState];
|
|
808
818
|
/**
|
|
809
819
|
* @public
|
|
810
820
|
* <p>A CIDR provisioned to an IPAM pool.</p>
|
|
@@ -1386,21 +1396,31 @@ export interface AvailabilityZoneMessage {
|
|
|
1386
1396
|
}
|
|
1387
1397
|
/**
|
|
1388
1398
|
* @public
|
|
1399
|
+
* @enum
|
|
1389
1400
|
*/
|
|
1390
|
-
export declare
|
|
1391
|
-
not_opted_in
|
|
1392
|
-
opt_in_not_required
|
|
1393
|
-
opted_in
|
|
1394
|
-
}
|
|
1401
|
+
export declare const AvailabilityZoneOptInStatus: {
|
|
1402
|
+
readonly not_opted_in: "not-opted-in";
|
|
1403
|
+
readonly opt_in_not_required: "opt-in-not-required";
|
|
1404
|
+
readonly opted_in: "opted-in";
|
|
1405
|
+
};
|
|
1395
1406
|
/**
|
|
1396
1407
|
* @public
|
|
1397
1408
|
*/
|
|
1398
|
-
export
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1409
|
+
export type AvailabilityZoneOptInStatus = (typeof AvailabilityZoneOptInStatus)[keyof typeof AvailabilityZoneOptInStatus];
|
|
1410
|
+
/**
|
|
1411
|
+
* @public
|
|
1412
|
+
* @enum
|
|
1413
|
+
*/
|
|
1414
|
+
export declare const AvailabilityZoneState: {
|
|
1415
|
+
readonly available: "available";
|
|
1416
|
+
readonly impaired: "impaired";
|
|
1417
|
+
readonly information: "information";
|
|
1418
|
+
readonly unavailable: "unavailable";
|
|
1419
|
+
};
|
|
1420
|
+
/**
|
|
1421
|
+
* @public
|
|
1422
|
+
*/
|
|
1423
|
+
export type AvailabilityZoneState = (typeof AvailabilityZoneState)[keyof typeof AvailabilityZoneState];
|
|
1404
1424
|
/**
|
|
1405
1425
|
* @public
|
|
1406
1426
|
* <p>Describes Availability Zones, Local Zones, and Wavelength Zones.</p>
|
|
@@ -1497,27 +1517,42 @@ export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
|
|
|
1497
1517
|
}
|
|
1498
1518
|
/**
|
|
1499
1519
|
* @public
|
|
1520
|
+
* @enum
|
|
1500
1521
|
*/
|
|
1501
|
-
export declare
|
|
1502
|
-
aggregate_latency
|
|
1503
|
-
}
|
|
1522
|
+
export declare const MetricType: {
|
|
1523
|
+
readonly aggregate_latency: "aggregate-latency";
|
|
1524
|
+
};
|
|
1504
1525
|
/**
|
|
1505
1526
|
* @public
|
|
1506
1527
|
*/
|
|
1507
|
-
export
|
|
1508
|
-
fifteen_minutes = "fifteen-minutes",
|
|
1509
|
-
five_minutes = "five-minutes",
|
|
1510
|
-
one_day = "one-day",
|
|
1511
|
-
one_hour = "one-hour",
|
|
1512
|
-
one_week = "one-week",
|
|
1513
|
-
three_hours = "three-hours"
|
|
1514
|
-
}
|
|
1528
|
+
export type MetricType = (typeof MetricType)[keyof typeof MetricType];
|
|
1515
1529
|
/**
|
|
1516
1530
|
* @public
|
|
1531
|
+
* @enum
|
|
1517
1532
|
*/
|
|
1518
|
-
export declare
|
|
1519
|
-
|
|
1520
|
-
|
|
1533
|
+
export declare const PeriodType: {
|
|
1534
|
+
readonly fifteen_minutes: "fifteen-minutes";
|
|
1535
|
+
readonly five_minutes: "five-minutes";
|
|
1536
|
+
readonly one_day: "one-day";
|
|
1537
|
+
readonly one_hour: "one-hour";
|
|
1538
|
+
readonly one_week: "one-week";
|
|
1539
|
+
readonly three_hours: "three-hours";
|
|
1540
|
+
};
|
|
1541
|
+
/**
|
|
1542
|
+
* @public
|
|
1543
|
+
*/
|
|
1544
|
+
export type PeriodType = (typeof PeriodType)[keyof typeof PeriodType];
|
|
1545
|
+
/**
|
|
1546
|
+
* @public
|
|
1547
|
+
* @enum
|
|
1548
|
+
*/
|
|
1549
|
+
export declare const StatisticType: {
|
|
1550
|
+
readonly p50: "p50";
|
|
1551
|
+
};
|
|
1552
|
+
/**
|
|
1553
|
+
* @public
|
|
1554
|
+
*/
|
|
1555
|
+
export type StatisticType = (typeof StatisticType)[keyof typeof StatisticType];
|
|
1521
1556
|
/**
|
|
1522
1557
|
* @public
|
|
1523
1558
|
* <p>Describes an Infrastructure Performance subscription.</p>
|
|
@@ -2283,13 +2318,18 @@ export interface DescribeClientVpnConnectionsRequest {
|
|
|
2283
2318
|
}
|
|
2284
2319
|
/**
|
|
2285
2320
|
* @public
|
|
2321
|
+
* @enum
|
|
2286
2322
|
*/
|
|
2287
|
-
export declare
|
|
2288
|
-
active
|
|
2289
|
-
failed_to_terminate
|
|
2290
|
-
terminated
|
|
2291
|
-
terminating
|
|
2292
|
-
}
|
|
2323
|
+
export declare const ClientVpnConnectionStatusCode: {
|
|
2324
|
+
readonly active: "active";
|
|
2325
|
+
readonly failed_to_terminate: "failed-to-terminate";
|
|
2326
|
+
readonly terminated: "terminated";
|
|
2327
|
+
readonly terminating: "terminating";
|
|
2328
|
+
};
|
|
2329
|
+
/**
|
|
2330
|
+
* @public
|
|
2331
|
+
*/
|
|
2332
|
+
export type ClientVpnConnectionStatusCode = (typeof ClientVpnConnectionStatusCode)[keyof typeof ClientVpnConnectionStatusCode];
|
|
2293
2333
|
/**
|
|
2294
2334
|
* @public
|
|
2295
2335
|
* <p>Describes the status of a client connection.</p>
|
|
@@ -2419,10 +2459,15 @@ export interface DescribeClientVpnEndpointsRequest {
|
|
|
2419
2459
|
}
|
|
2420
2460
|
/**
|
|
2421
2461
|
* @public
|
|
2462
|
+
* @enum
|
|
2422
2463
|
*/
|
|
2423
|
-
export declare
|
|
2424
|
-
vpc
|
|
2425
|
-
}
|
|
2464
|
+
export declare const AssociatedNetworkType: {
|
|
2465
|
+
readonly vpc: "vpc";
|
|
2466
|
+
};
|
|
2467
|
+
/**
|
|
2468
|
+
* @public
|
|
2469
|
+
*/
|
|
2470
|
+
export type AssociatedNetworkType = (typeof AssociatedNetworkType)[keyof typeof AssociatedNetworkType];
|
|
2426
2471
|
/**
|
|
2427
2472
|
* @public
|
|
2428
2473
|
* <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
|
|
@@ -2496,11 +2541,16 @@ export interface ClientVpnAuthentication {
|
|
|
2496
2541
|
}
|
|
2497
2542
|
/**
|
|
2498
2543
|
* @public
|
|
2544
|
+
* @enum
|
|
2499
2545
|
*/
|
|
2500
|
-
export declare
|
|
2501
|
-
applied
|
|
2502
|
-
applying
|
|
2503
|
-
}
|
|
2546
|
+
export declare const ClientVpnEndpointAttributeStatusCode: {
|
|
2547
|
+
readonly applied: "applied";
|
|
2548
|
+
readonly applying: "applying";
|
|
2549
|
+
};
|
|
2550
|
+
/**
|
|
2551
|
+
* @public
|
|
2552
|
+
*/
|
|
2553
|
+
export type ClientVpnEndpointAttributeStatusCode = (typeof ClientVpnEndpointAttributeStatusCode)[keyof typeof ClientVpnEndpointAttributeStatusCode];
|
|
2504
2554
|
/**
|
|
2505
2555
|
* @public
|
|
2506
2556
|
* <p>Describes the status of the Client VPN endpoint attribute.</p>
|
|
@@ -2572,10 +2622,15 @@ export interface ConnectionLogResponseOptions {
|
|
|
2572
2622
|
}
|
|
2573
2623
|
/**
|
|
2574
2624
|
* @public
|
|
2625
|
+
* @enum
|
|
2575
2626
|
*/
|
|
2576
|
-
export declare
|
|
2577
|
-
openvpn
|
|
2578
|
-
}
|
|
2627
|
+
export declare const VpnProtocol: {
|
|
2628
|
+
readonly openvpn: "openvpn";
|
|
2629
|
+
};
|
|
2630
|
+
/**
|
|
2631
|
+
* @public
|
|
2632
|
+
*/
|
|
2633
|
+
export type VpnProtocol = (typeof VpnProtocol)[keyof typeof VpnProtocol];
|
|
2579
2634
|
/**
|
|
2580
2635
|
* @public
|
|
2581
2636
|
* <p>Describes a Client VPN endpoint.</p>
|
|
@@ -3060,13 +3115,18 @@ export interface ImportVolumeTaskDetails {
|
|
|
3060
3115
|
}
|
|
3061
3116
|
/**
|
|
3062
3117
|
* @public
|
|
3118
|
+
* @enum
|
|
3063
3119
|
*/
|
|
3064
|
-
export declare
|
|
3065
|
-
active
|
|
3066
|
-
cancelled
|
|
3067
|
-
cancelling
|
|
3068
|
-
completed
|
|
3069
|
-
}
|
|
3120
|
+
export declare const ConversionTaskState: {
|
|
3121
|
+
readonly active: "active";
|
|
3122
|
+
readonly cancelled: "cancelled";
|
|
3123
|
+
readonly cancelling: "cancelling";
|
|
3124
|
+
readonly completed: "completed";
|
|
3125
|
+
};
|
|
3126
|
+
/**
|
|
3127
|
+
* @public
|
|
3128
|
+
*/
|
|
3129
|
+
export type ConversionTaskState = (typeof ConversionTaskState)[keyof typeof ConversionTaskState];
|
|
3070
3130
|
/**
|
|
3071
3131
|
* @public
|
|
3072
3132
|
* <p>Describes a conversion task.</p>
|
|
@@ -3360,11 +3420,16 @@ export interface DescribeElasticGpusRequest {
|
|
|
3360
3420
|
}
|
|
3361
3421
|
/**
|
|
3362
3422
|
* @public
|
|
3423
|
+
* @enum
|
|
3363
3424
|
*/
|
|
3364
|
-
export declare
|
|
3365
|
-
Impaired
|
|
3366
|
-
Ok
|
|
3367
|
-
}
|
|
3425
|
+
export declare const ElasticGpuStatus: {
|
|
3426
|
+
readonly Impaired: "IMPAIRED";
|
|
3427
|
+
readonly Ok: "OK";
|
|
3428
|
+
};
|
|
3429
|
+
/**
|
|
3430
|
+
* @public
|
|
3431
|
+
*/
|
|
3432
|
+
export type ElasticGpuStatus = (typeof ElasticGpuStatus)[keyof typeof ElasticGpuStatus];
|
|
3368
3433
|
/**
|
|
3369
3434
|
* @public
|
|
3370
3435
|
* <p>Describes the status of an Elastic Graphics accelerator.</p>
|
|
@@ -3377,10 +3442,15 @@ export interface ElasticGpuHealth {
|
|
|
3377
3442
|
}
|
|
3378
3443
|
/**
|
|
3379
3444
|
* @public
|
|
3445
|
+
* @enum
|
|
3380
3446
|
*/
|
|
3381
|
-
export declare
|
|
3382
|
-
Attached
|
|
3383
|
-
}
|
|
3447
|
+
export declare const ElasticGpuState: {
|
|
3448
|
+
readonly Attached: "ATTACHED";
|
|
3449
|
+
};
|
|
3450
|
+
/**
|
|
3451
|
+
* @public
|
|
3452
|
+
*/
|
|
3453
|
+
export type ElasticGpuState = (typeof ElasticGpuState)[keyof typeof ElasticGpuState];
|
|
3384
3454
|
/**
|
|
3385
3455
|
* @public
|
|
3386
3456
|
* <p>Describes an Elastic Graphics accelerator.</p>
|
|
@@ -3619,10 +3689,15 @@ export interface FastLaunchLaunchTemplateSpecificationResponse {
|
|
|
3619
3689
|
}
|
|
3620
3690
|
/**
|
|
3621
3691
|
* @public
|
|
3692
|
+
* @enum
|
|
3622
3693
|
*/
|
|
3623
|
-
export declare
|
|
3624
|
-
SNAPSHOT
|
|
3625
|
-
}
|
|
3694
|
+
export declare const FastLaunchResourceType: {
|
|
3695
|
+
readonly SNAPSHOT: "snapshot";
|
|
3696
|
+
};
|
|
3697
|
+
/**
|
|
3698
|
+
* @public
|
|
3699
|
+
*/
|
|
3700
|
+
export type FastLaunchResourceType = (typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
|
|
3626
3701
|
/**
|
|
3627
3702
|
* @public
|
|
3628
3703
|
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.</p>
|
|
@@ -3635,15 +3710,20 @@ export interface FastLaunchSnapshotConfigurationResponse {
|
|
|
3635
3710
|
}
|
|
3636
3711
|
/**
|
|
3637
3712
|
* @public
|
|
3713
|
+
* @enum
|
|
3638
3714
|
*/
|
|
3639
|
-
export declare
|
|
3640
|
-
disabling
|
|
3641
|
-
disabling_failed
|
|
3642
|
-
enabled
|
|
3643
|
-
enabled_failed
|
|
3644
|
-
enabling
|
|
3645
|
-
enabling_failed
|
|
3646
|
-
}
|
|
3715
|
+
export declare const FastLaunchStateCode: {
|
|
3716
|
+
readonly disabling: "disabling";
|
|
3717
|
+
readonly disabling_failed: "disabling-failed";
|
|
3718
|
+
readonly enabled: "enabled";
|
|
3719
|
+
readonly enabled_failed: "enabled-failed";
|
|
3720
|
+
readonly enabling: "enabling";
|
|
3721
|
+
readonly enabling_failed: "enabling-failed";
|
|
3722
|
+
};
|
|
3723
|
+
/**
|
|
3724
|
+
* @public
|
|
3725
|
+
*/
|
|
3726
|
+
export type FastLaunchStateCode = (typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
|
|
3647
3727
|
/**
|
|
3648
3728
|
* @public
|
|
3649
3729
|
* <p>Describe details about a fast-launch enabled Windows image that meets the requested
|
|
@@ -3757,14 +3837,19 @@ export interface DescribeFastSnapshotRestoresRequest {
|
|
|
3757
3837
|
}
|
|
3758
3838
|
/**
|
|
3759
3839
|
* @public
|
|
3840
|
+
* @enum
|
|
3760
3841
|
*/
|
|
3761
|
-
export declare
|
|
3762
|
-
disabled
|
|
3763
|
-
disabling
|
|
3764
|
-
enabled
|
|
3765
|
-
enabling
|
|
3766
|
-
optimizing
|
|
3767
|
-
}
|
|
3842
|
+
export declare const FastSnapshotRestoreStateCode: {
|
|
3843
|
+
readonly disabled: "disabled";
|
|
3844
|
+
readonly disabling: "disabling";
|
|
3845
|
+
readonly enabled: "enabled";
|
|
3846
|
+
readonly enabling: "enabling";
|
|
3847
|
+
readonly optimizing: "optimizing";
|
|
3848
|
+
};
|
|
3849
|
+
/**
|
|
3850
|
+
* @public
|
|
3851
|
+
*/
|
|
3852
|
+
export type FastSnapshotRestoreStateCode = (typeof FastSnapshotRestoreStateCode)[keyof typeof FastSnapshotRestoreStateCode];
|
|
3768
3853
|
/**
|
|
3769
3854
|
* @public
|
|
3770
3855
|
* <p>Describes fast snapshot restores for a snapshot.</p>
|
|
@@ -3843,12 +3928,17 @@ export interface DescribeFastSnapshotRestoresResult {
|
|
|
3843
3928
|
}
|
|
3844
3929
|
/**
|
|
3845
3930
|
* @public
|
|
3931
|
+
* @enum
|
|
3846
3932
|
*/
|
|
3847
|
-
export declare
|
|
3848
|
-
FLEET_CHANGE
|
|
3849
|
-
INSTANCE_CHANGE
|
|
3850
|
-
SERVICE_ERROR
|
|
3851
|
-
}
|
|
3933
|
+
export declare const FleetEventType: {
|
|
3934
|
+
readonly FLEET_CHANGE: "fleet-change";
|
|
3935
|
+
readonly INSTANCE_CHANGE: "instance-change";
|
|
3936
|
+
readonly SERVICE_ERROR: "service-error";
|
|
3937
|
+
};
|
|
3938
|
+
/**
|
|
3939
|
+
* @public
|
|
3940
|
+
*/
|
|
3941
|
+
export type FleetEventType = (typeof FleetEventType)[keyof typeof FleetEventType];
|
|
3852
3942
|
/**
|
|
3853
3943
|
* @public
|
|
3854
3944
|
*/
|
|
@@ -4198,13 +4288,18 @@ export interface DescribeFleetsRequest {
|
|
|
4198
4288
|
}
|
|
4199
4289
|
/**
|
|
4200
4290
|
* @public
|
|
4291
|
+
* @enum
|
|
4201
4292
|
*/
|
|
4202
|
-
export declare
|
|
4203
|
-
ERROR
|
|
4204
|
-
FULFILLED
|
|
4205
|
-
PENDING_FULFILLMENT
|
|
4206
|
-
PENDING_TERMINATION
|
|
4207
|
-
}
|
|
4293
|
+
export declare const FleetActivityStatus: {
|
|
4294
|
+
readonly ERROR: "error";
|
|
4295
|
+
readonly FULFILLED: "fulfilled";
|
|
4296
|
+
readonly PENDING_FULFILLMENT: "pending_fulfillment";
|
|
4297
|
+
readonly PENDING_TERMINATION: "pending_termination";
|
|
4298
|
+
};
|
|
4299
|
+
/**
|
|
4300
|
+
* @public
|
|
4301
|
+
*/
|
|
4302
|
+
export type FleetActivityStatus = (typeof FleetActivityStatus)[keyof typeof FleetActivityStatus];
|
|
4208
4303
|
/**
|
|
4209
4304
|
* @public
|
|
4210
4305
|
* <p>Describes the instances that could not be launched by the fleet.</p>
|
|
@@ -4856,13 +4951,18 @@ export interface DescribeFlowLogsResult {
|
|
|
4856
4951
|
}
|
|
4857
4952
|
/**
|
|
4858
4953
|
* @public
|
|
4954
|
+
* @enum
|
|
4859
4955
|
*/
|
|
4860
|
-
export declare
|
|
4861
|
-
description
|
|
4862
|
-
loadPermission
|
|
4863
|
-
name
|
|
4864
|
-
productCodes
|
|
4865
|
-
}
|
|
4956
|
+
export declare const FpgaImageAttributeName: {
|
|
4957
|
+
readonly description: "description";
|
|
4958
|
+
readonly loadPermission: "loadPermission";
|
|
4959
|
+
readonly name: "name";
|
|
4960
|
+
readonly productCodes: "productCodes";
|
|
4961
|
+
};
|
|
4962
|
+
/**
|
|
4963
|
+
* @public
|
|
4964
|
+
*/
|
|
4965
|
+
export type FpgaImageAttributeName = (typeof FpgaImageAttributeName)[keyof typeof FpgaImageAttributeName];
|
|
4866
4966
|
/**
|
|
4867
4967
|
* @public
|
|
4868
4968
|
*/
|
|
@@ -4884,10 +4984,15 @@ export interface DescribeFpgaImageAttributeRequest {
|
|
|
4884
4984
|
}
|
|
4885
4985
|
/**
|
|
4886
4986
|
* @public
|
|
4987
|
+
* @enum
|
|
4887
4988
|
*/
|
|
4888
|
-
export declare
|
|
4889
|
-
all
|
|
4890
|
-
}
|
|
4989
|
+
export declare const PermissionGroup: {
|
|
4990
|
+
readonly all: "all";
|
|
4991
|
+
};
|
|
4992
|
+
/**
|
|
4993
|
+
* @public
|
|
4994
|
+
*/
|
|
4995
|
+
export type PermissionGroup = (typeof PermissionGroup)[keyof typeof PermissionGroup];
|
|
4891
4996
|
/**
|
|
4892
4997
|
* @public
|
|
4893
4998
|
* <p>Describes a load permission.</p>
|
|
@@ -4904,11 +5009,16 @@ export interface LoadPermission {
|
|
|
4904
5009
|
}
|
|
4905
5010
|
/**
|
|
4906
5011
|
* @public
|
|
5012
|
+
* @enum
|
|
4907
5013
|
*/
|
|
4908
|
-
export declare
|
|
4909
|
-
devpay
|
|
4910
|
-
marketplace
|
|
4911
|
-
}
|
|
5014
|
+
export declare const ProductCodeValues: {
|
|
5015
|
+
readonly devpay: "devpay";
|
|
5016
|
+
readonly marketplace: "marketplace";
|
|
5017
|
+
};
|
|
5018
|
+
/**
|
|
5019
|
+
* @public
|
|
5020
|
+
*/
|
|
5021
|
+
export type ProductCodeValues = (typeof ProductCodeValues)[keyof typeof ProductCodeValues];
|
|
4912
5022
|
/**
|
|
4913
5023
|
* @public
|
|
4914
5024
|
* <p>Describes a product code.</p>
|
|
@@ -5062,13 +5172,18 @@ export interface PciId {
|
|
|
5062
5172
|
}
|
|
5063
5173
|
/**
|
|
5064
5174
|
* @public
|
|
5175
|
+
* @enum
|
|
5065
5176
|
*/
|
|
5066
|
-
export declare
|
|
5067
|
-
available
|
|
5068
|
-
failed
|
|
5069
|
-
pending
|
|
5070
|
-
unavailable
|
|
5071
|
-
}
|
|
5177
|
+
export declare const FpgaImageStateCode: {
|
|
5178
|
+
readonly available: "available";
|
|
5179
|
+
readonly failed: "failed";
|
|
5180
|
+
readonly pending: "pending";
|
|
5181
|
+
readonly unavailable: "unavailable";
|
|
5182
|
+
};
|
|
5183
|
+
/**
|
|
5184
|
+
* @public
|
|
5185
|
+
*/
|
|
5186
|
+
export type FpgaImageStateCode = (typeof FpgaImageStateCode)[keyof typeof FpgaImageStateCode];
|
|
5072
5187
|
/**
|
|
5073
5188
|
* @public
|
|
5074
5189
|
* <p>Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).</p>
|
|
@@ -5233,12 +5348,17 @@ export interface DescribeHostReservationOfferingsRequest {
|
|
|
5233
5348
|
}
|
|
5234
5349
|
/**
|
|
5235
5350
|
* @public
|
|
5351
|
+
* @enum
|
|
5236
5352
|
*/
|
|
5237
|
-
export declare
|
|
5238
|
-
ALL_UPFRONT
|
|
5239
|
-
NO_UPFRONT
|
|
5240
|
-
PARTIAL_UPFRONT
|
|
5241
|
-
}
|
|
5353
|
+
export declare const PaymentOption: {
|
|
5354
|
+
readonly ALL_UPFRONT: "AllUpfront";
|
|
5355
|
+
readonly NO_UPFRONT: "NoUpfront";
|
|
5356
|
+
readonly PARTIAL_UPFRONT: "PartialUpfront";
|
|
5357
|
+
};
|
|
5358
|
+
/**
|
|
5359
|
+
* @public
|
|
5360
|
+
*/
|
|
5361
|
+
export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
|
|
5242
5362
|
/**
|
|
5243
5363
|
* @public
|
|
5244
5364
|
* <p>Details about the Dedicated Host Reservation offering.</p>
|
|
@@ -5336,13 +5456,18 @@ export interface DescribeHostReservationsRequest {
|
|
|
5336
5456
|
}
|
|
5337
5457
|
/**
|
|
5338
5458
|
* @public
|
|
5459
|
+
* @enum
|
|
5339
5460
|
*/
|
|
5340
|
-
export declare
|
|
5341
|
-
ACTIVE
|
|
5342
|
-
PAYMENT_FAILED
|
|
5343
|
-
PAYMENT_PENDING
|
|
5344
|
-
RETIRED
|
|
5345
|
-
}
|
|
5461
|
+
export declare const ReservationState: {
|
|
5462
|
+
readonly ACTIVE: "active";
|
|
5463
|
+
readonly PAYMENT_FAILED: "payment-failed";
|
|
5464
|
+
readonly PAYMENT_PENDING: "payment-pending";
|
|
5465
|
+
readonly RETIRED: "retired";
|
|
5466
|
+
};
|
|
5467
|
+
/**
|
|
5468
|
+
* @public
|
|
5469
|
+
*/
|
|
5470
|
+
export type ReservationState = (typeof ReservationState)[keyof typeof ReservationState];
|
|
5346
5471
|
/**
|
|
5347
5472
|
* @public
|
|
5348
5473
|
* <p>Details about the Dedicated Host Reservation and associated Dedicated Hosts.</p>
|
|
@@ -5789,21 +5914,26 @@ export interface DescribeIdFormatResult {
|
|
|
5789
5914
|
}
|
|
5790
5915
|
/**
|
|
5791
5916
|
* @public
|
|
5917
|
+
* @enum
|
|
5792
5918
|
*/
|
|
5793
|
-
export declare
|
|
5794
|
-
blockDeviceMapping
|
|
5795
|
-
bootMode
|
|
5796
|
-
description
|
|
5797
|
-
imdsSupport
|
|
5798
|
-
kernel
|
|
5799
|
-
lastLaunchedTime
|
|
5800
|
-
launchPermission
|
|
5801
|
-
productCodes
|
|
5802
|
-
ramdisk
|
|
5803
|
-
sriovNetSupport
|
|
5804
|
-
tpmSupport
|
|
5805
|
-
uefiData
|
|
5806
|
-
}
|
|
5919
|
+
export declare const ImageAttributeName: {
|
|
5920
|
+
readonly blockDeviceMapping: "blockDeviceMapping";
|
|
5921
|
+
readonly bootMode: "bootMode";
|
|
5922
|
+
readonly description: "description";
|
|
5923
|
+
readonly imdsSupport: "imdsSupport";
|
|
5924
|
+
readonly kernel: "kernel";
|
|
5925
|
+
readonly lastLaunchedTime: "lastLaunchedTime";
|
|
5926
|
+
readonly launchPermission: "launchPermission";
|
|
5927
|
+
readonly productCodes: "productCodes";
|
|
5928
|
+
readonly ramdisk: "ramdisk";
|
|
5929
|
+
readonly sriovNetSupport: "sriovNetSupport";
|
|
5930
|
+
readonly tpmSupport: "tpmSupport";
|
|
5931
|
+
readonly uefiData: "uefiData";
|
|
5932
|
+
};
|
|
5933
|
+
/**
|
|
5934
|
+
* @public
|
|
5935
|
+
*/
|
|
5936
|
+
export type ImageAttributeName = (typeof ImageAttributeName)[keyof typeof ImageAttributeName];
|
|
5807
5937
|
/**
|
|
5808
5938
|
* @public
|
|
5809
5939
|
* <p>Contains the parameters for DescribeImageAttribute.</p>
|
|
@@ -6146,75 +6276,120 @@ export interface DescribeImagesRequest {
|
|
|
6146
6276
|
}
|
|
6147
6277
|
/**
|
|
6148
6278
|
* @public
|
|
6279
|
+
* @enum
|
|
6149
6280
|
*/
|
|
6150
|
-
export declare
|
|
6151
|
-
arm64
|
|
6152
|
-
arm64_mac
|
|
6153
|
-
i386
|
|
6154
|
-
x86_64
|
|
6155
|
-
x86_64_mac
|
|
6156
|
-
}
|
|
6281
|
+
export declare const ArchitectureValues: {
|
|
6282
|
+
readonly arm64: "arm64";
|
|
6283
|
+
readonly arm64_mac: "arm64_mac";
|
|
6284
|
+
readonly i386: "i386";
|
|
6285
|
+
readonly x86_64: "x86_64";
|
|
6286
|
+
readonly x86_64_mac: "x86_64_mac";
|
|
6287
|
+
};
|
|
6157
6288
|
/**
|
|
6158
6289
|
* @public
|
|
6159
6290
|
*/
|
|
6160
|
-
export
|
|
6161
|
-
legacy_bios = "legacy-bios",
|
|
6162
|
-
uefi = "uefi",
|
|
6163
|
-
uefi_preferred = "uefi-preferred"
|
|
6164
|
-
}
|
|
6291
|
+
export type ArchitectureValues = (typeof ArchitectureValues)[keyof typeof ArchitectureValues];
|
|
6165
6292
|
/**
|
|
6166
6293
|
* @public
|
|
6294
|
+
* @enum
|
|
6167
6295
|
*/
|
|
6168
|
-
export declare
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
|
|
6296
|
+
export declare const BootModeValues: {
|
|
6297
|
+
readonly legacy_bios: "legacy-bios";
|
|
6298
|
+
readonly uefi: "uefi";
|
|
6299
|
+
readonly uefi_preferred: "uefi-preferred";
|
|
6300
|
+
};
|
|
6172
6301
|
/**
|
|
6173
6302
|
* @public
|
|
6174
6303
|
*/
|
|
6175
|
-
export
|
|
6176
|
-
kernel = "kernel",
|
|
6177
|
-
machine = "machine",
|
|
6178
|
-
ramdisk = "ramdisk"
|
|
6179
|
-
}
|
|
6304
|
+
export type BootModeValues = (typeof BootModeValues)[keyof typeof BootModeValues];
|
|
6180
6305
|
/**
|
|
6181
6306
|
* @public
|
|
6307
|
+
* @enum
|
|
6182
6308
|
*/
|
|
6183
|
-
export declare
|
|
6184
|
-
|
|
6185
|
-
|
|
6309
|
+
export declare const HypervisorType: {
|
|
6310
|
+
readonly ovm: "ovm";
|
|
6311
|
+
readonly xen: "xen";
|
|
6312
|
+
};
|
|
6186
6313
|
/**
|
|
6187
6314
|
* @public
|
|
6188
6315
|
*/
|
|
6189
|
-
export
|
|
6190
|
-
ebs = "ebs",
|
|
6191
|
-
instance_store = "instance-store"
|
|
6192
|
-
}
|
|
6316
|
+
export type HypervisorType = (typeof HypervisorType)[keyof typeof HypervisorType];
|
|
6193
6317
|
/**
|
|
6194
6318
|
* @public
|
|
6319
|
+
* @enum
|
|
6195
6320
|
*/
|
|
6196
|
-
export declare
|
|
6197
|
-
|
|
6198
|
-
|
|
6199
|
-
|
|
6200
|
-
|
|
6201
|
-
invalid = "invalid",
|
|
6202
|
-
pending = "pending",
|
|
6203
|
-
transient = "transient"
|
|
6204
|
-
}
|
|
6321
|
+
export declare const ImageTypeValues: {
|
|
6322
|
+
readonly kernel: "kernel";
|
|
6323
|
+
readonly machine: "machine";
|
|
6324
|
+
readonly ramdisk: "ramdisk";
|
|
6325
|
+
};
|
|
6205
6326
|
/**
|
|
6206
6327
|
* @public
|
|
6207
6328
|
*/
|
|
6208
|
-
export
|
|
6209
|
-
v2_0 = "v2.0"
|
|
6210
|
-
}
|
|
6329
|
+
export type ImageTypeValues = (typeof ImageTypeValues)[keyof typeof ImageTypeValues];
|
|
6211
6330
|
/**
|
|
6212
6331
|
* @public
|
|
6332
|
+
* @enum
|
|
6213
6333
|
*/
|
|
6214
|
-
export declare
|
|
6215
|
-
|
|
6216
|
-
|
|
6217
|
-
|
|
6334
|
+
export declare const ImdsSupportValues: {
|
|
6335
|
+
readonly v2_0: "v2.0";
|
|
6336
|
+
};
|
|
6337
|
+
/**
|
|
6338
|
+
* @public
|
|
6339
|
+
*/
|
|
6340
|
+
export type ImdsSupportValues = (typeof ImdsSupportValues)[keyof typeof ImdsSupportValues];
|
|
6341
|
+
/**
|
|
6342
|
+
* @public
|
|
6343
|
+
* @enum
|
|
6344
|
+
*/
|
|
6345
|
+
export declare const DeviceType: {
|
|
6346
|
+
readonly ebs: "ebs";
|
|
6347
|
+
readonly instance_store: "instance-store";
|
|
6348
|
+
};
|
|
6349
|
+
/**
|
|
6350
|
+
* @public
|
|
6351
|
+
*/
|
|
6352
|
+
export type DeviceType = (typeof DeviceType)[keyof typeof DeviceType];
|
|
6353
|
+
/**
|
|
6354
|
+
* @public
|
|
6355
|
+
* @enum
|
|
6356
|
+
*/
|
|
6357
|
+
export declare const ImageState: {
|
|
6358
|
+
readonly available: "available";
|
|
6359
|
+
readonly deregistered: "deregistered";
|
|
6360
|
+
readonly error: "error";
|
|
6361
|
+
readonly failed: "failed";
|
|
6362
|
+
readonly invalid: "invalid";
|
|
6363
|
+
readonly pending: "pending";
|
|
6364
|
+
readonly transient: "transient";
|
|
6365
|
+
};
|
|
6366
|
+
/**
|
|
6367
|
+
* @public
|
|
6368
|
+
*/
|
|
6369
|
+
export type ImageState = (typeof ImageState)[keyof typeof ImageState];
|
|
6370
|
+
/**
|
|
6371
|
+
* @public
|
|
6372
|
+
* @enum
|
|
6373
|
+
*/
|
|
6374
|
+
export declare const TpmSupportValues: {
|
|
6375
|
+
readonly v2_0: "v2.0";
|
|
6376
|
+
};
|
|
6377
|
+
/**
|
|
6378
|
+
* @public
|
|
6379
|
+
*/
|
|
6380
|
+
export type TpmSupportValues = (typeof TpmSupportValues)[keyof typeof TpmSupportValues];
|
|
6381
|
+
/**
|
|
6382
|
+
* @public
|
|
6383
|
+
* @enum
|
|
6384
|
+
*/
|
|
6385
|
+
export declare const VirtualizationType: {
|
|
6386
|
+
readonly hvm: "hvm";
|
|
6387
|
+
readonly paravirtual: "paravirtual";
|
|
6388
|
+
};
|
|
6389
|
+
/**
|
|
6390
|
+
* @public
|
|
6391
|
+
*/
|
|
6392
|
+
export type VirtualizationType = (typeof VirtualizationType)[keyof typeof VirtualizationType];
|
|
6218
6393
|
/**
|
|
6219
6394
|
* @public
|
|
6220
6395
|
* <p>Describes an image.</p>
|
|
@@ -6685,25 +6860,30 @@ export interface DescribeImportSnapshotTasksResult {
|
|
|
6685
6860
|
}
|
|
6686
6861
|
/**
|
|
6687
6862
|
* @public
|
|
6863
|
+
* @enum
|
|
6688
6864
|
*/
|
|
6689
|
-
export declare
|
|
6690
|
-
blockDeviceMapping
|
|
6691
|
-
disableApiStop
|
|
6692
|
-
disableApiTermination
|
|
6693
|
-
ebsOptimized
|
|
6694
|
-
enaSupport
|
|
6695
|
-
enclaveOptions
|
|
6696
|
-
groupSet
|
|
6697
|
-
instanceInitiatedShutdownBehavior
|
|
6698
|
-
instanceType
|
|
6699
|
-
kernel
|
|
6700
|
-
productCodes
|
|
6701
|
-
ramdisk
|
|
6702
|
-
rootDeviceName
|
|
6703
|
-
sourceDestCheck
|
|
6704
|
-
sriovNetSupport
|
|
6705
|
-
userData
|
|
6706
|
-
}
|
|
6865
|
+
export declare const InstanceAttributeName: {
|
|
6866
|
+
readonly blockDeviceMapping: "blockDeviceMapping";
|
|
6867
|
+
readonly disableApiStop: "disableApiStop";
|
|
6868
|
+
readonly disableApiTermination: "disableApiTermination";
|
|
6869
|
+
readonly ebsOptimized: "ebsOptimized";
|
|
6870
|
+
readonly enaSupport: "enaSupport";
|
|
6871
|
+
readonly enclaveOptions: "enclaveOptions";
|
|
6872
|
+
readonly groupSet: "groupSet";
|
|
6873
|
+
readonly instanceInitiatedShutdownBehavior: "instanceInitiatedShutdownBehavior";
|
|
6874
|
+
readonly instanceType: "instanceType";
|
|
6875
|
+
readonly kernel: "kernel";
|
|
6876
|
+
readonly productCodes: "productCodes";
|
|
6877
|
+
readonly ramdisk: "ramdisk";
|
|
6878
|
+
readonly rootDeviceName: "rootDeviceName";
|
|
6879
|
+
readonly sourceDestCheck: "sourceDestCheck";
|
|
6880
|
+
readonly sriovNetSupport: "sriovNetSupport";
|
|
6881
|
+
readonly userData: "userData";
|
|
6882
|
+
};
|
|
6883
|
+
/**
|
|
6884
|
+
* @public
|
|
6885
|
+
*/
|
|
6886
|
+
export type InstanceAttributeName = (typeof InstanceAttributeName)[keyof typeof InstanceAttributeName];
|
|
6707
6887
|
/**
|
|
6708
6888
|
* @public
|
|
6709
6889
|
*/
|
|
@@ -7605,11 +7785,16 @@ export interface CpuOptions {
|
|
|
7605
7785
|
}
|
|
7606
7786
|
/**
|
|
7607
7787
|
* @public
|
|
7788
|
+
* @enum
|
|
7608
7789
|
*/
|
|
7609
|
-
export declare
|
|
7610
|
-
legacy_bios
|
|
7611
|
-
uefi
|
|
7612
|
-
}
|
|
7790
|
+
export declare const InstanceBootModeValues: {
|
|
7791
|
+
readonly legacy_bios: "legacy-bios";
|
|
7792
|
+
readonly uefi: "uefi";
|
|
7793
|
+
};
|
|
7794
|
+
/**
|
|
7795
|
+
* @public
|
|
7796
|
+
*/
|
|
7797
|
+
export type InstanceBootModeValues = (typeof InstanceBootModeValues)[keyof typeof InstanceBootModeValues];
|
|
7613
7798
|
/**
|
|
7614
7799
|
* @public
|
|
7615
7800
|
* <p>Describes the association between an instance and an Elastic Graphics accelerator.</p>
|
|
@@ -7681,11 +7866,16 @@ export interface HibernationOptions {
|
|
|
7681
7866
|
}
|
|
7682
7867
|
/**
|
|
7683
7868
|
* @public
|
|
7869
|
+
* @enum
|
|
7684
7870
|
*/
|
|
7685
|
-
export declare
|
|
7686
|
-
scheduled
|
|
7687
|
-
spot
|
|
7688
|
-
}
|
|
7871
|
+
export declare const InstanceLifecycleType: {
|
|
7872
|
+
readonly scheduled: "scheduled";
|
|
7873
|
+
readonly spot: "spot";
|
|
7874
|
+
};
|
|
7875
|
+
/**
|
|
7876
|
+
* @public
|
|
7877
|
+
*/
|
|
7878
|
+
export type InstanceLifecycleType = (typeof InstanceLifecycleType)[keyof typeof InstanceLifecycleType];
|
|
7689
7879
|
/**
|
|
7690
7880
|
* @public
|
|
7691
7881
|
* <p>Describes a license configuration.</p>
|
|
@@ -7698,11 +7888,16 @@ export interface LicenseConfiguration {
|
|
|
7698
7888
|
}
|
|
7699
7889
|
/**
|
|
7700
7890
|
* @public
|
|
7891
|
+
* @enum
|
|
7701
7892
|
*/
|
|
7702
|
-
export declare
|
|
7703
|
-
default
|
|
7704
|
-
disabled
|
|
7705
|
-
}
|
|
7893
|
+
export declare const InstanceAutoRecoveryState: {
|
|
7894
|
+
readonly default: "default";
|
|
7895
|
+
readonly disabled: "disabled";
|
|
7896
|
+
};
|
|
7897
|
+
/**
|
|
7898
|
+
* @public
|
|
7899
|
+
*/
|
|
7900
|
+
export type InstanceAutoRecoveryState = (typeof InstanceAutoRecoveryState)[keyof typeof InstanceAutoRecoveryState];
|
|
7706
7901
|
/**
|
|
7707
7902
|
* @public
|
|
7708
7903
|
* <p>The maintenance options for the instance.</p>
|
|
@@ -7716,39 +7911,64 @@ export interface InstanceMaintenanceOptions {
|
|
|
7716
7911
|
}
|
|
7717
7912
|
/**
|
|
7718
7913
|
* @public
|
|
7914
|
+
* @enum
|
|
7719
7915
|
*/
|
|
7720
|
-
export declare
|
|
7721
|
-
disabled
|
|
7722
|
-
enabled
|
|
7723
|
-
}
|
|
7916
|
+
export declare const InstanceMetadataEndpointState: {
|
|
7917
|
+
readonly disabled: "disabled";
|
|
7918
|
+
readonly enabled: "enabled";
|
|
7919
|
+
};
|
|
7724
7920
|
/**
|
|
7725
7921
|
* @public
|
|
7726
7922
|
*/
|
|
7727
|
-
export
|
|
7728
|
-
disabled = "disabled",
|
|
7729
|
-
enabled = "enabled"
|
|
7730
|
-
}
|
|
7923
|
+
export type InstanceMetadataEndpointState = (typeof InstanceMetadataEndpointState)[keyof typeof InstanceMetadataEndpointState];
|
|
7731
7924
|
/**
|
|
7732
7925
|
* @public
|
|
7926
|
+
* @enum
|
|
7733
7927
|
*/
|
|
7734
|
-
export declare
|
|
7735
|
-
|
|
7736
|
-
|
|
7737
|
-
}
|
|
7928
|
+
export declare const InstanceMetadataProtocolState: {
|
|
7929
|
+
readonly disabled: "disabled";
|
|
7930
|
+
readonly enabled: "enabled";
|
|
7931
|
+
};
|
|
7738
7932
|
/**
|
|
7739
7933
|
* @public
|
|
7740
7934
|
*/
|
|
7741
|
-
export
|
|
7742
|
-
disabled = "disabled",
|
|
7743
|
-
enabled = "enabled"
|
|
7744
|
-
}
|
|
7935
|
+
export type InstanceMetadataProtocolState = (typeof InstanceMetadataProtocolState)[keyof typeof InstanceMetadataProtocolState];
|
|
7745
7936
|
/**
|
|
7746
7937
|
* @public
|
|
7938
|
+
* @enum
|
|
7747
7939
|
*/
|
|
7748
|
-
export declare
|
|
7749
|
-
|
|
7750
|
-
|
|
7751
|
-
}
|
|
7940
|
+
export declare const HttpTokensState: {
|
|
7941
|
+
readonly optional: "optional";
|
|
7942
|
+
readonly required: "required";
|
|
7943
|
+
};
|
|
7944
|
+
/**
|
|
7945
|
+
* @public
|
|
7946
|
+
*/
|
|
7947
|
+
export type HttpTokensState = (typeof HttpTokensState)[keyof typeof HttpTokensState];
|
|
7948
|
+
/**
|
|
7949
|
+
* @public
|
|
7950
|
+
* @enum
|
|
7951
|
+
*/
|
|
7952
|
+
export declare const InstanceMetadataTagsState: {
|
|
7953
|
+
readonly disabled: "disabled";
|
|
7954
|
+
readonly enabled: "enabled";
|
|
7955
|
+
};
|
|
7956
|
+
/**
|
|
7957
|
+
* @public
|
|
7958
|
+
*/
|
|
7959
|
+
export type InstanceMetadataTagsState = (typeof InstanceMetadataTagsState)[keyof typeof InstanceMetadataTagsState];
|
|
7960
|
+
/**
|
|
7961
|
+
* @public
|
|
7962
|
+
* @enum
|
|
7963
|
+
*/
|
|
7964
|
+
export declare const InstanceMetadataOptionsState: {
|
|
7965
|
+
readonly applied: "applied";
|
|
7966
|
+
readonly pending: "pending";
|
|
7967
|
+
};
|
|
7968
|
+
/**
|
|
7969
|
+
* @public
|
|
7970
|
+
*/
|
|
7971
|
+
export type InstanceMetadataOptionsState = (typeof InstanceMetadataOptionsState)[keyof typeof InstanceMetadataOptionsState];
|
|
7752
7972
|
/**
|
|
7753
7973
|
* @public
|
|
7754
7974
|
* <p>The metadata options for the instance.</p>
|
|
@@ -7816,10 +8036,15 @@ export interface InstanceMetadataOptionsResponse {
|
|
|
7816
8036
|
}
|
|
7817
8037
|
/**
|
|
7818
8038
|
* @public
|
|
8039
|
+
* @enum
|
|
7819
8040
|
*/
|
|
7820
|
-
export declare
|
|
7821
|
-
disabled
|
|
7822
|
-
disabling
|
|
7823
|
-
enabled
|
|
7824
|
-
pending
|
|
7825
|
-
}
|
|
8041
|
+
export declare const MonitoringState: {
|
|
8042
|
+
readonly disabled: "disabled";
|
|
8043
|
+
readonly disabling: "disabling";
|
|
8044
|
+
readonly enabled: "enabled";
|
|
8045
|
+
readonly pending: "pending";
|
|
8046
|
+
};
|
|
8047
|
+
/**
|
|
8048
|
+
* @public
|
|
8049
|
+
*/
|
|
8050
|
+
export type MonitoringState = (typeof MonitoringState)[keyof typeof MonitoringState];
|