@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
|
@@ -214,15 +214,20 @@ export interface PrivateDnsNameOptionsResponse {
|
|
|
214
214
|
}
|
|
215
215
|
/**
|
|
216
216
|
* @public
|
|
217
|
+
* @enum
|
|
217
218
|
*/
|
|
218
|
-
export declare
|
|
219
|
-
pending
|
|
220
|
-
running
|
|
221
|
-
shutting_down
|
|
222
|
-
stopped
|
|
223
|
-
stopping
|
|
224
|
-
terminated
|
|
225
|
-
}
|
|
219
|
+
export declare const InstanceStateName: {
|
|
220
|
+
readonly pending: "pending";
|
|
221
|
+
readonly running: "running";
|
|
222
|
+
readonly shutting_down: "shutting-down";
|
|
223
|
+
readonly stopped: "stopped";
|
|
224
|
+
readonly stopping: "stopping";
|
|
225
|
+
readonly terminated: "terminated";
|
|
226
|
+
};
|
|
227
|
+
/**
|
|
228
|
+
* @public
|
|
229
|
+
*/
|
|
230
|
+
export type InstanceStateName = (typeof InstanceStateName)[keyof typeof InstanceStateName];
|
|
226
231
|
/**
|
|
227
232
|
* @public
|
|
228
233
|
* <p>Describes the current state of an instance.</p>
|
|
@@ -709,14 +714,19 @@ export interface DescribeInstanceStatusRequest {
|
|
|
709
714
|
}
|
|
710
715
|
/**
|
|
711
716
|
* @public
|
|
717
|
+
* @enum
|
|
712
718
|
*/
|
|
713
|
-
export declare
|
|
714
|
-
instance_reboot
|
|
715
|
-
instance_retirement
|
|
716
|
-
instance_stop
|
|
717
|
-
system_maintenance
|
|
718
|
-
system_reboot
|
|
719
|
-
}
|
|
719
|
+
export declare const EventCode: {
|
|
720
|
+
readonly instance_reboot: "instance-reboot";
|
|
721
|
+
readonly instance_retirement: "instance-retirement";
|
|
722
|
+
readonly instance_stop: "instance-stop";
|
|
723
|
+
readonly system_maintenance: "system-maintenance";
|
|
724
|
+
readonly system_reboot: "system-reboot";
|
|
725
|
+
};
|
|
726
|
+
/**
|
|
727
|
+
* @public
|
|
728
|
+
*/
|
|
729
|
+
export type EventCode = (typeof EventCode)[keyof typeof EventCode];
|
|
720
730
|
/**
|
|
721
731
|
* @public
|
|
722
732
|
* <p>Describes a scheduled event for an instance.</p>
|
|
@@ -752,19 +762,29 @@ export interface InstanceStatusEvent {
|
|
|
752
762
|
}
|
|
753
763
|
/**
|
|
754
764
|
* @public
|
|
765
|
+
* @enum
|
|
755
766
|
*/
|
|
756
|
-
export declare
|
|
757
|
-
reachability
|
|
758
|
-
}
|
|
767
|
+
export declare const StatusName: {
|
|
768
|
+
readonly reachability: "reachability";
|
|
769
|
+
};
|
|
759
770
|
/**
|
|
760
771
|
* @public
|
|
761
772
|
*/
|
|
762
|
-
export
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
773
|
+
export type StatusName = (typeof StatusName)[keyof typeof StatusName];
|
|
774
|
+
/**
|
|
775
|
+
* @public
|
|
776
|
+
* @enum
|
|
777
|
+
*/
|
|
778
|
+
export declare const StatusType: {
|
|
779
|
+
readonly failed: "failed";
|
|
780
|
+
readonly initializing: "initializing";
|
|
781
|
+
readonly insufficient_data: "insufficient-data";
|
|
782
|
+
readonly passed: "passed";
|
|
783
|
+
};
|
|
784
|
+
/**
|
|
785
|
+
* @public
|
|
786
|
+
*/
|
|
787
|
+
export type StatusType = (typeof StatusType)[keyof typeof StatusType];
|
|
768
788
|
/**
|
|
769
789
|
* @public
|
|
770
790
|
* <p>Describes the instance status.</p>
|
|
@@ -786,14 +806,19 @@ export interface InstanceStatusDetails {
|
|
|
786
806
|
}
|
|
787
807
|
/**
|
|
788
808
|
* @public
|
|
809
|
+
* @enum
|
|
789
810
|
*/
|
|
790
|
-
export declare
|
|
791
|
-
impaired
|
|
792
|
-
initializing
|
|
793
|
-
insufficient_data
|
|
794
|
-
not_applicable
|
|
795
|
-
ok
|
|
796
|
-
}
|
|
811
|
+
export declare const SummaryStatus: {
|
|
812
|
+
readonly impaired: "impaired";
|
|
813
|
+
readonly initializing: "initializing";
|
|
814
|
+
readonly insufficient_data: "insufficient-data";
|
|
815
|
+
readonly not_applicable: "not-applicable";
|
|
816
|
+
readonly ok: "ok";
|
|
817
|
+
};
|
|
818
|
+
/**
|
|
819
|
+
* @public
|
|
820
|
+
*/
|
|
821
|
+
export type SummaryStatus = (typeof SummaryStatus)[keyof typeof SummaryStatus];
|
|
797
822
|
/**
|
|
798
823
|
* @public
|
|
799
824
|
* <p>Describes the status of an instance.</p>
|
|
@@ -861,12 +886,17 @@ export interface DescribeInstanceStatusResult {
|
|
|
861
886
|
}
|
|
862
887
|
/**
|
|
863
888
|
* @public
|
|
889
|
+
* @enum
|
|
864
890
|
*/
|
|
865
|
-
export declare
|
|
866
|
-
availability_zone
|
|
867
|
-
availability_zone_id
|
|
868
|
-
region
|
|
869
|
-
}
|
|
891
|
+
export declare const LocationType: {
|
|
892
|
+
readonly availability_zone: "availability-zone";
|
|
893
|
+
readonly availability_zone_id: "availability-zone-id";
|
|
894
|
+
readonly region: "region";
|
|
895
|
+
};
|
|
896
|
+
/**
|
|
897
|
+
* @public
|
|
898
|
+
*/
|
|
899
|
+
export type LocationType = (typeof LocationType)[keyof typeof LocationType];
|
|
870
900
|
/**
|
|
871
901
|
* @public
|
|
872
902
|
*/
|
|
@@ -1225,27 +1255,42 @@ export interface EbsOptimizedInfo {
|
|
|
1225
1255
|
}
|
|
1226
1256
|
/**
|
|
1227
1257
|
* @public
|
|
1258
|
+
* @enum
|
|
1228
1259
|
*/
|
|
1229
|
-
export declare
|
|
1230
|
-
default
|
|
1231
|
-
supported
|
|
1232
|
-
unsupported
|
|
1233
|
-
}
|
|
1260
|
+
export declare const EbsOptimizedSupport: {
|
|
1261
|
+
readonly default: "default";
|
|
1262
|
+
readonly supported: "supported";
|
|
1263
|
+
readonly unsupported: "unsupported";
|
|
1264
|
+
};
|
|
1234
1265
|
/**
|
|
1235
1266
|
* @public
|
|
1236
1267
|
*/
|
|
1237
|
-
export
|
|
1238
|
-
supported = "supported",
|
|
1239
|
-
unsupported = "unsupported"
|
|
1240
|
-
}
|
|
1268
|
+
export type EbsOptimizedSupport = (typeof EbsOptimizedSupport)[keyof typeof EbsOptimizedSupport];
|
|
1241
1269
|
/**
|
|
1242
1270
|
* @public
|
|
1271
|
+
* @enum
|
|
1243
1272
|
*/
|
|
1244
|
-
export declare
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1273
|
+
export declare const EbsEncryptionSupport: {
|
|
1274
|
+
readonly supported: "supported";
|
|
1275
|
+
readonly unsupported: "unsupported";
|
|
1276
|
+
};
|
|
1277
|
+
/**
|
|
1278
|
+
* @public
|
|
1279
|
+
*/
|
|
1280
|
+
export type EbsEncryptionSupport = (typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
|
|
1281
|
+
/**
|
|
1282
|
+
* @public
|
|
1283
|
+
* @enum
|
|
1284
|
+
*/
|
|
1285
|
+
export declare const EbsNvmeSupport: {
|
|
1286
|
+
readonly REQUIRED: "required";
|
|
1287
|
+
readonly SUPPORTED: "supported";
|
|
1288
|
+
readonly UNSUPPORTED: "unsupported";
|
|
1289
|
+
};
|
|
1290
|
+
/**
|
|
1291
|
+
* @public
|
|
1292
|
+
*/
|
|
1293
|
+
export type EbsNvmeSupport = (typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
|
|
1249
1294
|
/**
|
|
1250
1295
|
* @public
|
|
1251
1296
|
* <p>Describes the Amazon EBS features supported by the instance type.</p>
|
|
@@ -1363,11 +1408,16 @@ export interface GpuInfo {
|
|
|
1363
1408
|
}
|
|
1364
1409
|
/**
|
|
1365
1410
|
* @public
|
|
1411
|
+
* @enum
|
|
1366
1412
|
*/
|
|
1367
|
-
export declare
|
|
1368
|
-
NITRO
|
|
1369
|
-
XEN
|
|
1370
|
-
}
|
|
1413
|
+
export declare const InstanceTypeHypervisor: {
|
|
1414
|
+
readonly NITRO: "nitro";
|
|
1415
|
+
readonly XEN: "xen";
|
|
1416
|
+
};
|
|
1417
|
+
/**
|
|
1418
|
+
* @public
|
|
1419
|
+
*/
|
|
1420
|
+
export type InstanceTypeHypervisor = (typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
|
|
1371
1421
|
/**
|
|
1372
1422
|
* @public
|
|
1373
1423
|
* <p>Describes the Inference accelerators for the instance type.</p>
|
|
@@ -1398,11 +1448,16 @@ export interface InferenceAcceleratorInfo {
|
|
|
1398
1448
|
}
|
|
1399
1449
|
/**
|
|
1400
1450
|
* @public
|
|
1451
|
+
* @enum
|
|
1401
1452
|
*/
|
|
1402
|
-
export declare
|
|
1403
|
-
hdd
|
|
1404
|
-
ssd
|
|
1405
|
-
}
|
|
1453
|
+
export declare const DiskType: {
|
|
1454
|
+
readonly hdd: "hdd";
|
|
1455
|
+
readonly ssd: "ssd";
|
|
1456
|
+
};
|
|
1457
|
+
/**
|
|
1458
|
+
* @public
|
|
1459
|
+
*/
|
|
1460
|
+
export type DiskType = (typeof DiskType)[keyof typeof DiskType];
|
|
1406
1461
|
/**
|
|
1407
1462
|
* @public
|
|
1408
1463
|
* <p>Describes a disk.</p>
|
|
@@ -1423,19 +1478,29 @@ export interface DiskInfo {
|
|
|
1423
1478
|
}
|
|
1424
1479
|
/**
|
|
1425
1480
|
* @public
|
|
1481
|
+
* @enum
|
|
1426
1482
|
*/
|
|
1427
|
-
export declare
|
|
1428
|
-
required
|
|
1429
|
-
unsupported
|
|
1430
|
-
}
|
|
1483
|
+
export declare const InstanceStorageEncryptionSupport: {
|
|
1484
|
+
readonly required: "required";
|
|
1485
|
+
readonly unsupported: "unsupported";
|
|
1486
|
+
};
|
|
1431
1487
|
/**
|
|
1432
1488
|
* @public
|
|
1433
1489
|
*/
|
|
1434
|
-
export
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1490
|
+
export type InstanceStorageEncryptionSupport = (typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
|
|
1491
|
+
/**
|
|
1492
|
+
* @public
|
|
1493
|
+
* @enum
|
|
1494
|
+
*/
|
|
1495
|
+
export declare const EphemeralNvmeSupport: {
|
|
1496
|
+
readonly REQUIRED: "required";
|
|
1497
|
+
readonly SUPPORTED: "supported";
|
|
1498
|
+
readonly UNSUPPORTED: "unsupported";
|
|
1499
|
+
};
|
|
1500
|
+
/**
|
|
1501
|
+
* @public
|
|
1502
|
+
*/
|
|
1503
|
+
export type EphemeralNvmeSupport = (typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
|
|
1439
1504
|
/**
|
|
1440
1505
|
* @public
|
|
1441
1506
|
* <p>Describes the instance store features that are supported by the instance type.</p>
|
|
@@ -1480,12 +1545,17 @@ export interface EfaInfo {
|
|
|
1480
1545
|
}
|
|
1481
1546
|
/**
|
|
1482
1547
|
* @public
|
|
1548
|
+
* @enum
|
|
1483
1549
|
*/
|
|
1484
|
-
export declare
|
|
1485
|
-
required
|
|
1486
|
-
supported
|
|
1487
|
-
unsupported
|
|
1488
|
-
}
|
|
1550
|
+
export declare const EnaSupport: {
|
|
1551
|
+
readonly required: "required";
|
|
1552
|
+
readonly supported: "supported";
|
|
1553
|
+
readonly unsupported: "unsupported";
|
|
1554
|
+
};
|
|
1555
|
+
/**
|
|
1556
|
+
* @public
|
|
1557
|
+
*/
|
|
1558
|
+
export type EnaSupport = (typeof EnaSupport)[keyof typeof EnaSupport];
|
|
1489
1559
|
/**
|
|
1490
1560
|
* @public
|
|
1491
1561
|
* <p>Describes the network card support of the instance type.</p>
|
|
@@ -1566,12 +1636,17 @@ export interface NetworkInfo {
|
|
|
1566
1636
|
}
|
|
1567
1637
|
/**
|
|
1568
1638
|
* @public
|
|
1639
|
+
* @enum
|
|
1569
1640
|
*/
|
|
1570
|
-
export declare
|
|
1571
|
-
cluster
|
|
1572
|
-
partition
|
|
1573
|
-
spread
|
|
1574
|
-
}
|
|
1641
|
+
export declare const PlacementGroupStrategy: {
|
|
1642
|
+
readonly cluster: "cluster";
|
|
1643
|
+
readonly partition: "partition";
|
|
1644
|
+
readonly spread: "spread";
|
|
1645
|
+
};
|
|
1646
|
+
/**
|
|
1647
|
+
* @public
|
|
1648
|
+
*/
|
|
1649
|
+
export type PlacementGroupStrategy = (typeof PlacementGroupStrategy)[keyof typeof PlacementGroupStrategy];
|
|
1575
1650
|
/**
|
|
1576
1651
|
* @public
|
|
1577
1652
|
* <p>Describes the placement group support of the instance type.</p>
|
|
@@ -1584,14 +1659,19 @@ export interface PlacementGroupInfo {
|
|
|
1584
1659
|
}
|
|
1585
1660
|
/**
|
|
1586
1661
|
* @public
|
|
1662
|
+
* @enum
|
|
1587
1663
|
*/
|
|
1588
|
-
export declare
|
|
1589
|
-
arm64
|
|
1590
|
-
arm64_mac
|
|
1591
|
-
i386
|
|
1592
|
-
x86_64
|
|
1593
|
-
x86_64_mac
|
|
1594
|
-
}
|
|
1664
|
+
export declare const ArchitectureType: {
|
|
1665
|
+
readonly arm64: "arm64";
|
|
1666
|
+
readonly arm64_mac: "arm64_mac";
|
|
1667
|
+
readonly i386: "i386";
|
|
1668
|
+
readonly x86_64: "x86_64";
|
|
1669
|
+
readonly x86_64_mac: "x86_64_mac";
|
|
1670
|
+
};
|
|
1671
|
+
/**
|
|
1672
|
+
* @public
|
|
1673
|
+
*/
|
|
1674
|
+
export type ArchitectureType = (typeof ArchitectureType)[keyof typeof ArchitectureType];
|
|
1595
1675
|
/**
|
|
1596
1676
|
* @public
|
|
1597
1677
|
* <p>Describes the processor used by the instance type.</p>
|
|
@@ -1608,25 +1688,40 @@ export interface ProcessorInfo {
|
|
|
1608
1688
|
}
|
|
1609
1689
|
/**
|
|
1610
1690
|
* @public
|
|
1691
|
+
* @enum
|
|
1611
1692
|
*/
|
|
1612
|
-
export declare
|
|
1613
|
-
legacy_bios
|
|
1614
|
-
uefi
|
|
1615
|
-
}
|
|
1693
|
+
export declare const BootModeType: {
|
|
1694
|
+
readonly legacy_bios: "legacy-bios";
|
|
1695
|
+
readonly uefi: "uefi";
|
|
1696
|
+
};
|
|
1616
1697
|
/**
|
|
1617
1698
|
* @public
|
|
1618
1699
|
*/
|
|
1619
|
-
export
|
|
1620
|
-
ebs = "ebs",
|
|
1621
|
-
instance_store = "instance-store"
|
|
1622
|
-
}
|
|
1700
|
+
export type BootModeType = (typeof BootModeType)[keyof typeof BootModeType];
|
|
1623
1701
|
/**
|
|
1624
1702
|
* @public
|
|
1703
|
+
* @enum
|
|
1625
1704
|
*/
|
|
1626
|
-
export declare
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
}
|
|
1705
|
+
export declare const RootDeviceType: {
|
|
1706
|
+
readonly ebs: "ebs";
|
|
1707
|
+
readonly instance_store: "instance-store";
|
|
1708
|
+
};
|
|
1709
|
+
/**
|
|
1710
|
+
* @public
|
|
1711
|
+
*/
|
|
1712
|
+
export type RootDeviceType = (typeof RootDeviceType)[keyof typeof RootDeviceType];
|
|
1713
|
+
/**
|
|
1714
|
+
* @public
|
|
1715
|
+
* @enum
|
|
1716
|
+
*/
|
|
1717
|
+
export declare const UsageClassType: {
|
|
1718
|
+
readonly on_demand: "on-demand";
|
|
1719
|
+
readonly spot: "spot";
|
|
1720
|
+
};
|
|
1721
|
+
/**
|
|
1722
|
+
* @public
|
|
1723
|
+
*/
|
|
1724
|
+
export type UsageClassType = (typeof UsageClassType)[keyof typeof UsageClassType];
|
|
1630
1725
|
/**
|
|
1631
1726
|
* @public
|
|
1632
1727
|
* <p>Describes the vCPU configurations for the instance type.</p>
|
|
@@ -3067,11 +3162,16 @@ export interface DescribeMovingAddressesRequest {
|
|
|
3067
3162
|
}
|
|
3068
3163
|
/**
|
|
3069
3164
|
* @public
|
|
3165
|
+
* @enum
|
|
3070
3166
|
*/
|
|
3071
|
-
export declare
|
|
3072
|
-
movingToVpc
|
|
3073
|
-
restoringToClassic
|
|
3074
|
-
}
|
|
3167
|
+
export declare const MoveStatus: {
|
|
3168
|
+
readonly movingToVpc: "movingToVpc";
|
|
3169
|
+
readonly restoringToClassic: "restoringToClassic";
|
|
3170
|
+
};
|
|
3171
|
+
/**
|
|
3172
|
+
* @public
|
|
3173
|
+
*/
|
|
3174
|
+
export type MoveStatus = (typeof MoveStatus)[keyof typeof MoveStatus];
|
|
3075
3175
|
/**
|
|
3076
3176
|
* @public
|
|
3077
3177
|
* <p>Describes the status of a moving Elastic IP address.</p>
|
|
@@ -3338,20 +3438,30 @@ export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
|
|
|
3338
3438
|
}
|
|
3339
3439
|
/**
|
|
3340
3440
|
* @public
|
|
3441
|
+
* @enum
|
|
3341
3442
|
*/
|
|
3342
|
-
export declare
|
|
3343
|
-
false
|
|
3344
|
-
true
|
|
3345
|
-
unknown
|
|
3346
|
-
}
|
|
3443
|
+
export declare const FindingsFound: {
|
|
3444
|
+
readonly false: "false";
|
|
3445
|
+
readonly true: "true";
|
|
3446
|
+
readonly unknown: "unknown";
|
|
3447
|
+
};
|
|
3347
3448
|
/**
|
|
3348
3449
|
* @public
|
|
3349
3450
|
*/
|
|
3350
|
-
export
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3451
|
+
export type FindingsFound = (typeof FindingsFound)[keyof typeof FindingsFound];
|
|
3452
|
+
/**
|
|
3453
|
+
* @public
|
|
3454
|
+
* @enum
|
|
3455
|
+
*/
|
|
3456
|
+
export declare const AnalysisStatus: {
|
|
3457
|
+
readonly failed: "failed";
|
|
3458
|
+
readonly running: "running";
|
|
3459
|
+
readonly succeeded: "succeeded";
|
|
3460
|
+
};
|
|
3461
|
+
/**
|
|
3462
|
+
* @public
|
|
3463
|
+
*/
|
|
3464
|
+
export type AnalysisStatus = (typeof AnalysisStatus)[keyof typeof AnalysisStatus];
|
|
3355
3465
|
/**
|
|
3356
3466
|
* @public
|
|
3357
3467
|
* <p>Describes a Network Access Scope analysis.</p>
|
|
@@ -3665,13 +3775,18 @@ export interface DescribeNetworkInsightsPathsResult {
|
|
|
3665
3775
|
}
|
|
3666
3776
|
/**
|
|
3667
3777
|
* @public
|
|
3778
|
+
* @enum
|
|
3668
3779
|
*/
|
|
3669
|
-
export declare
|
|
3670
|
-
attachment
|
|
3671
|
-
description
|
|
3672
|
-
groupSet
|
|
3673
|
-
sourceDestCheck
|
|
3674
|
-
}
|
|
3780
|
+
export declare const NetworkInterfaceAttribute: {
|
|
3781
|
+
readonly attachment: "attachment";
|
|
3782
|
+
readonly description: "description";
|
|
3783
|
+
readonly groupSet: "groupSet";
|
|
3784
|
+
readonly sourceDestCheck: "sourceDestCheck";
|
|
3785
|
+
};
|
|
3786
|
+
/**
|
|
3787
|
+
* @public
|
|
3788
|
+
*/
|
|
3789
|
+
export type NetworkInterfaceAttribute = (typeof NetworkInterfaceAttribute)[keyof typeof NetworkInterfaceAttribute];
|
|
3675
3790
|
/**
|
|
3676
3791
|
* @public
|
|
3677
3792
|
* <p>Contains the parameters for DescribeNetworkInterfaceAttribute.</p>
|
|
@@ -4421,22 +4536,32 @@ export interface DescribeReplaceRootVolumeTasksResult {
|
|
|
4421
4536
|
}
|
|
4422
4537
|
/**
|
|
4423
4538
|
* @public
|
|
4539
|
+
* @enum
|
|
4424
4540
|
*/
|
|
4425
|
-
export declare
|
|
4426
|
-
CONVERTIBLE
|
|
4427
|
-
STANDARD
|
|
4428
|
-
}
|
|
4541
|
+
export declare const OfferingClassType: {
|
|
4542
|
+
readonly CONVERTIBLE: "convertible";
|
|
4543
|
+
readonly STANDARD: "standard";
|
|
4544
|
+
};
|
|
4429
4545
|
/**
|
|
4430
4546
|
* @public
|
|
4431
4547
|
*/
|
|
4432
|
-
export
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
|
|
4439
|
-
|
|
4548
|
+
export type OfferingClassType = (typeof OfferingClassType)[keyof typeof OfferingClassType];
|
|
4549
|
+
/**
|
|
4550
|
+
* @public
|
|
4551
|
+
* @enum
|
|
4552
|
+
*/
|
|
4553
|
+
export declare const OfferingTypeValues: {
|
|
4554
|
+
readonly All_Upfront: "All Upfront";
|
|
4555
|
+
readonly Heavy_Utilization: "Heavy Utilization";
|
|
4556
|
+
readonly Light_Utilization: "Light Utilization";
|
|
4557
|
+
readonly Medium_Utilization: "Medium Utilization";
|
|
4558
|
+
readonly No_Upfront: "No Upfront";
|
|
4559
|
+
readonly Partial_Upfront: "Partial Upfront";
|
|
4560
|
+
};
|
|
4561
|
+
/**
|
|
4562
|
+
* @public
|
|
4563
|
+
*/
|
|
4564
|
+
export type OfferingTypeValues = (typeof OfferingTypeValues)[keyof typeof OfferingTypeValues];
|
|
4440
4565
|
/**
|
|
4441
4566
|
* @public
|
|
4442
4567
|
* <p>Contains the parameters for DescribeReservedInstances.</p>
|
|
@@ -4536,19 +4661,29 @@ export interface DescribeReservedInstancesRequest {
|
|
|
4536
4661
|
}
|
|
4537
4662
|
/**
|
|
4538
4663
|
* @public
|
|
4664
|
+
* @enum
|
|
4539
4665
|
*/
|
|
4540
|
-
export declare
|
|
4541
|
-
Linux_UNIX
|
|
4542
|
-
Linux_UNIX_Amazon_VPC_
|
|
4543
|
-
Windows
|
|
4544
|
-
Windows_Amazon_VPC_
|
|
4545
|
-
}
|
|
4666
|
+
export declare const RIProductDescription: {
|
|
4667
|
+
readonly Linux_UNIX: "Linux/UNIX";
|
|
4668
|
+
readonly Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)";
|
|
4669
|
+
readonly Windows: "Windows";
|
|
4670
|
+
readonly Windows_Amazon_VPC_: "Windows (Amazon VPC)";
|
|
4671
|
+
};
|
|
4546
4672
|
/**
|
|
4547
4673
|
* @public
|
|
4548
4674
|
*/
|
|
4549
|
-
export
|
|
4550
|
-
|
|
4551
|
-
|
|
4675
|
+
export type RIProductDescription = (typeof RIProductDescription)[keyof typeof RIProductDescription];
|
|
4676
|
+
/**
|
|
4677
|
+
* @public
|
|
4678
|
+
* @enum
|
|
4679
|
+
*/
|
|
4680
|
+
export declare const RecurringChargeFrequency: {
|
|
4681
|
+
readonly Hourly: "Hourly";
|
|
4682
|
+
};
|
|
4683
|
+
/**
|
|
4684
|
+
* @public
|
|
4685
|
+
*/
|
|
4686
|
+
export type RecurringChargeFrequency = (typeof RecurringChargeFrequency)[keyof typeof RecurringChargeFrequency];
|
|
4552
4687
|
/**
|
|
4553
4688
|
* @public
|
|
4554
4689
|
* <p>Describes a recurring charge.</p>
|
|
@@ -4565,22 +4700,32 @@ export interface RecurringCharge {
|
|
|
4565
4700
|
}
|
|
4566
4701
|
/**
|
|
4567
4702
|
* @public
|
|
4703
|
+
* @enum
|
|
4568
4704
|
*/
|
|
4569
|
-
export declare
|
|
4570
|
-
AVAILABILITY_ZONE
|
|
4571
|
-
REGIONAL
|
|
4572
|
-
}
|
|
4705
|
+
export declare const Scope: {
|
|
4706
|
+
readonly AVAILABILITY_ZONE: "Availability Zone";
|
|
4707
|
+
readonly REGIONAL: "Region";
|
|
4708
|
+
};
|
|
4573
4709
|
/**
|
|
4574
4710
|
* @public
|
|
4575
4711
|
*/
|
|
4576
|
-
export
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
|
|
4581
|
-
|
|
4582
|
-
|
|
4583
|
-
|
|
4712
|
+
export type Scope = (typeof Scope)[keyof typeof Scope];
|
|
4713
|
+
/**
|
|
4714
|
+
* @public
|
|
4715
|
+
* @enum
|
|
4716
|
+
*/
|
|
4717
|
+
export declare const ReservedInstanceState: {
|
|
4718
|
+
readonly active: "active";
|
|
4719
|
+
readonly payment_failed: "payment-failed";
|
|
4720
|
+
readonly payment_pending: "payment-pending";
|
|
4721
|
+
readonly queued: "queued";
|
|
4722
|
+
readonly queued_deleted: "queued-deleted";
|
|
4723
|
+
readonly retired: "retired";
|
|
4724
|
+
};
|
|
4725
|
+
/**
|
|
4726
|
+
* @public
|
|
4727
|
+
*/
|
|
4728
|
+
export type ReservedInstanceState = (typeof ReservedInstanceState)[keyof typeof ReservedInstanceState];
|
|
4584
4729
|
/**
|
|
4585
4730
|
* @public
|
|
4586
4731
|
* <p>Describes a Reserved Instance.</p>
|
|
@@ -5959,11 +6104,16 @@ export interface DescribeSecurityGroupsResult {
|
|
|
5959
6104
|
}
|
|
5960
6105
|
/**
|
|
5961
6106
|
* @public
|
|
6107
|
+
* @enum
|
|
5962
6108
|
*/
|
|
5963
|
-
export declare
|
|
5964
|
-
createVolumePermission
|
|
5965
|
-
productCodes
|
|
5966
|
-
}
|
|
6109
|
+
export declare const SnapshotAttributeName: {
|
|
6110
|
+
readonly createVolumePermission: "createVolumePermission";
|
|
6111
|
+
readonly productCodes: "productCodes";
|
|
6112
|
+
};
|
|
6113
|
+
/**
|
|
6114
|
+
* @public
|
|
6115
|
+
*/
|
|
6116
|
+
export type SnapshotAttributeName = (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
|
|
5967
6117
|
/**
|
|
5968
6118
|
* @public
|
|
5969
6119
|
*/
|
|
@@ -6179,18 +6329,23 @@ export interface DescribeSnapshotTierStatusRequest {
|
|
|
6179
6329
|
}
|
|
6180
6330
|
/**
|
|
6181
6331
|
* @public
|
|
6332
|
+
* @enum
|
|
6182
6333
|
*/
|
|
6183
|
-
export declare
|
|
6184
|
-
archival_completed
|
|
6185
|
-
archival_failed
|
|
6186
|
-
archival_in_progress
|
|
6187
|
-
permanent_restore_completed
|
|
6188
|
-
permanent_restore_failed
|
|
6189
|
-
permanent_restore_in_progress
|
|
6190
|
-
temporary_restore_completed
|
|
6191
|
-
temporary_restore_failed
|
|
6192
|
-
temporary_restore_in_progress
|
|
6193
|
-
}
|
|
6334
|
+
export declare const TieringOperationStatus: {
|
|
6335
|
+
readonly archival_completed: "archival-completed";
|
|
6336
|
+
readonly archival_failed: "archival-failed";
|
|
6337
|
+
readonly archival_in_progress: "archival-in-progress";
|
|
6338
|
+
readonly permanent_restore_completed: "permanent-restore-completed";
|
|
6339
|
+
readonly permanent_restore_failed: "permanent-restore-failed";
|
|
6340
|
+
readonly permanent_restore_in_progress: "permanent-restore-in-progress";
|
|
6341
|
+
readonly temporary_restore_completed: "temporary-restore-completed";
|
|
6342
|
+
readonly temporary_restore_failed: "temporary-restore-failed";
|
|
6343
|
+
readonly temporary_restore_in_progress: "temporary-restore-in-progress";
|
|
6344
|
+
};
|
|
6345
|
+
/**
|
|
6346
|
+
* @public
|
|
6347
|
+
*/
|
|
6348
|
+
export type TieringOperationStatus = (typeof TieringOperationStatus)[keyof typeof TieringOperationStatus];
|
|
6194
6349
|
/**
|
|
6195
6350
|
* @public
|
|
6196
6351
|
* <p>Provides information about a snapshot's storage tier.</p>
|
|
@@ -6336,13 +6491,18 @@ export interface DescribeSpotFleetInstancesResponse {
|
|
|
6336
6491
|
}
|
|
6337
6492
|
/**
|
|
6338
6493
|
* @public
|
|
6494
|
+
* @enum
|
|
6339
6495
|
*/
|
|
6340
|
-
export declare
|
|
6341
|
-
BATCH_CHANGE
|
|
6342
|
-
ERROR
|
|
6343
|
-
INFORMATION
|
|
6344
|
-
INSTANCE_CHANGE
|
|
6345
|
-
}
|
|
6496
|
+
export declare const EventType: {
|
|
6497
|
+
readonly BATCH_CHANGE: "fleetRequestChange";
|
|
6498
|
+
readonly ERROR: "error";
|
|
6499
|
+
readonly INFORMATION: "information";
|
|
6500
|
+
readonly INSTANCE_CHANGE: "instanceChange";
|
|
6501
|
+
};
|
|
6502
|
+
/**
|
|
6503
|
+
* @public
|
|
6504
|
+
*/
|
|
6505
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
6346
6506
|
/**
|
|
6347
6507
|
* @public
|
|
6348
6508
|
* <p>Contains the parameters for DescribeSpotFleetRequestHistory.</p>
|
|
@@ -6480,11 +6640,16 @@ export interface DescribeSpotFleetRequestsRequest {
|
|
|
6480
6640
|
}
|
|
6481
6641
|
/**
|
|
6482
6642
|
* @public
|
|
6643
|
+
* @enum
|
|
6483
6644
|
*/
|
|
6484
|
-
export declare
|
|
6485
|
-
DEFAULT
|
|
6486
|
-
NO_TERMINATION
|
|
6487
|
-
}
|
|
6645
|
+
export declare const ExcessCapacityTerminationPolicy: {
|
|
6646
|
+
readonly DEFAULT: "default";
|
|
6647
|
+
readonly NO_TERMINATION: "noTermination";
|
|
6648
|
+
};
|
|
6649
|
+
/**
|
|
6650
|
+
* @public
|
|
6651
|
+
*/
|
|
6652
|
+
export type ExcessCapacityTerminationPolicy = (typeof ExcessCapacityTerminationPolicy)[keyof typeof ExcessCapacityTerminationPolicy];
|
|
6488
6653
|
/**
|
|
6489
6654
|
* @public
|
|
6490
6655
|
* <p>Describes whether monitoring is enabled.</p>
|
|
@@ -6889,18 +7054,28 @@ export interface LoadBalancersConfig {
|
|
|
6889
7054
|
}
|
|
6890
7055
|
/**
|
|
6891
7056
|
* @public
|
|
7057
|
+
* @enum
|
|
6892
7058
|
*/
|
|
6893
|
-
export declare
|
|
6894
|
-
LOWEST_PRICE
|
|
6895
|
-
PRIORITIZED
|
|
6896
|
-
}
|
|
7059
|
+
export declare const OnDemandAllocationStrategy: {
|
|
7060
|
+
readonly LOWEST_PRICE: "lowestPrice";
|
|
7061
|
+
readonly PRIORITIZED: "prioritized";
|
|
7062
|
+
};
|
|
6897
7063
|
/**
|
|
6898
7064
|
* @public
|
|
6899
7065
|
*/
|
|
6900
|
-
export
|
|
6901
|
-
|
|
6902
|
-
|
|
6903
|
-
|
|
7066
|
+
export type OnDemandAllocationStrategy = (typeof OnDemandAllocationStrategy)[keyof typeof OnDemandAllocationStrategy];
|
|
7067
|
+
/**
|
|
7068
|
+
* @public
|
|
7069
|
+
* @enum
|
|
7070
|
+
*/
|
|
7071
|
+
export declare const ReplacementStrategy: {
|
|
7072
|
+
readonly LAUNCH: "launch";
|
|
7073
|
+
readonly LAUNCH_BEFORE_TERMINATE: "launch-before-terminate";
|
|
7074
|
+
};
|
|
7075
|
+
/**
|
|
7076
|
+
* @public
|
|
7077
|
+
*/
|
|
7078
|
+
export type ReplacementStrategy = (typeof ReplacementStrategy)[keyof typeof ReplacementStrategy];
|
|
6904
7079
|
/**
|
|
6905
7080
|
* @public
|
|
6906
7081
|
* <p>The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your
|
|
@@ -7542,14 +7717,19 @@ export interface LaunchSpecification {
|
|
|
7542
7717
|
}
|
|
7543
7718
|
/**
|
|
7544
7719
|
* @public
|
|
7720
|
+
* @enum
|
|
7545
7721
|
*/
|
|
7546
|
-
export declare
|
|
7547
|
-
active
|
|
7548
|
-
cancelled
|
|
7549
|
-
closed
|
|
7550
|
-
failed
|
|
7551
|
-
open
|
|
7552
|
-
}
|
|
7722
|
+
export declare const SpotInstanceState: {
|
|
7723
|
+
readonly active: "active";
|
|
7724
|
+
readonly cancelled: "cancelled";
|
|
7725
|
+
readonly closed: "closed";
|
|
7726
|
+
readonly failed: "failed";
|
|
7727
|
+
readonly open: "open";
|
|
7728
|
+
};
|
|
7729
|
+
/**
|
|
7730
|
+
* @public
|
|
7731
|
+
*/
|
|
7732
|
+
export type SpotInstanceState = (typeof SpotInstanceState)[keyof typeof SpotInstanceState];
|
|
7553
7733
|
/**
|
|
7554
7734
|
* @public
|
|
7555
7735
|
* <p>Describes the status of a Spot Instance request.</p>
|
|
@@ -9337,11 +9517,16 @@ export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
|
|
|
9337
9517
|
}
|
|
9338
9518
|
/**
|
|
9339
9519
|
* @public
|
|
9520
|
+
* @enum
|
|
9340
9521
|
*/
|
|
9341
|
-
export declare
|
|
9342
|
-
FAILED
|
|
9343
|
-
SUCCESS
|
|
9344
|
-
}
|
|
9522
|
+
export declare const VerifiedAccessLogDeliveryStatusCode: {
|
|
9523
|
+
readonly FAILED: "failed";
|
|
9524
|
+
readonly SUCCESS: "success";
|
|
9525
|
+
};
|
|
9526
|
+
/**
|
|
9527
|
+
* @public
|
|
9528
|
+
*/
|
|
9529
|
+
export type VerifiedAccessLogDeliveryStatusCode = (typeof VerifiedAccessLogDeliveryStatusCode)[keyof typeof VerifiedAccessLogDeliveryStatusCode];
|
|
9345
9530
|
/**
|
|
9346
9531
|
* @public
|
|
9347
9532
|
* <p>Describes a log delivery status.</p>
|
|
@@ -9547,11 +9732,16 @@ export interface DescribeVerifiedAccessTrustProvidersResult {
|
|
|
9547
9732
|
}
|
|
9548
9733
|
/**
|
|
9549
9734
|
* @public
|
|
9735
|
+
* @enum
|
|
9550
9736
|
*/
|
|
9551
|
-
export declare
|
|
9552
|
-
autoEnableIO
|
|
9553
|
-
productCodes
|
|
9554
|
-
}
|
|
9737
|
+
export declare const VolumeAttributeName: {
|
|
9738
|
+
readonly autoEnableIO: "autoEnableIO";
|
|
9739
|
+
readonly productCodes: "productCodes";
|
|
9740
|
+
};
|
|
9741
|
+
/**
|
|
9742
|
+
* @public
|
|
9743
|
+
*/
|
|
9744
|
+
export type VolumeAttributeName = (typeof VolumeAttributeName)[keyof typeof VolumeAttributeName];
|
|
9555
9745
|
/**
|
|
9556
9746
|
* @public
|
|
9557
9747
|
*/
|