@aws-sdk/client-ec2 3.800.0 → 3.804.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 +48 -0
- package/dist-cjs/index.js +850 -196
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
- package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
- package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
- package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
- package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
- package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
- package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
- package/dist-es/commands/ImportImageCommand.js +1 -1
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/models/models_2.js +13 -8
- package/dist-es/models/models_3.js +8 -3
- package/dist-es/models/models_4.js +3 -6
- package/dist-es/models/models_5.js +12 -3
- package/dist-es/models/models_6.js +3 -21
- package/dist-es/models/models_7.js +22 -24
- package/dist-es/models/models_8.js +23 -0
- package/dist-es/protocols/Aws_ec2.js +560 -29
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +2 -2
- package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +2 -2
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.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 +1 -1
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +2 -2
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
- 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 +2 -2
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BundleInstanceCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelDeclarativePoliciesReportCommand.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/CancelReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
- 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 +2 -2
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -2
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageCommand.d.ts +3 -2
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +2 -2
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +2 -2
- package/dist-types/commands/CreateKeyPairCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -3
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +3 -2
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +2 -2
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -2
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -2
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +4 -2
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +3 -3
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
- 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 +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.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/DeleteIpamExternalResourceVerificationTokenCommand.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/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- 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/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
- 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 +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.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 +1 -1
- 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/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
- 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/DeprovisionIpamByoasnCommand.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 +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.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 +3 -2
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- 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/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +2 -2
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -2
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageCommand.d.ts +2 -2
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +2 -2
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisableRouteServerPropagationCommand.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/DisassociateCapacityReservationBillingOwnerCommand.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 +1 -1
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- 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/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.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/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +2 -2
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +3 -2
- 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 +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +3 -2
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -2
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -2
- package/dist-types/commands/ImportImageCommand.d.ts +2 -2
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +3 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -4
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +4 -2
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +2 -3
- 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 +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -2
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +61 -0
- package/dist-types/models/models_2.d.ts +322 -214
- package/dist-types/models/models_3.d.ts +270 -454
- package/dist-types/models/models_4.d.ts +3916 -3906
- package/dist-types/models/models_5.d.ts +1257 -949
- package/dist-types/models/models_6.d.ts +3406 -3631
- package/dist-types/models/models_7.d.ts +1825 -1722
- package/dist-types/models/models_8.d.ts +471 -3
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/runtimeConfig.browser.d.ts +17 -17
- package/dist-types/runtimeConfig.d.ts +16 -16
- package/dist-types/runtimeConfig.native.d.ts +18 -18
- package/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/EC2.d.ts +134 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +5 -3
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3 -0
- package/dist-types/ts3.4/models/models_2.d.ts +77 -54
- package/dist-types/ts3.4/models/models_3.d.ts +76 -97
- package/dist-types/ts3.4/models/models_4.d.ts +104 -79
- package/dist-types/ts3.4/models/models_5.d.ts +119 -90
- package/dist-types/ts3.4/models/models_6.d.ts +83 -126
- package/dist-types/ts3.4/models/models_7.d.ts +127 -115
- package/dist-types/ts3.4/models/models_8.d.ts +110 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
- package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/package.json +21 -21
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment
|
|
1
|
+
import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment } from "./models_0";
|
|
2
2
|
import { ConnectionTrackingSpecificationRequest, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ResponseLaunchTemplateData, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Describes a launch template version.</p>
|
|
@@ -570,6 +570,268 @@ export interface CreateLocalGatewayRouteTableVpcAssociationResult {
|
|
|
570
570
|
*/
|
|
571
571
|
LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation | undefined;
|
|
572
572
|
}
|
|
573
|
+
/**
|
|
574
|
+
* @public
|
|
575
|
+
*/
|
|
576
|
+
export interface CreateLocalGatewayVirtualInterfaceRequest {
|
|
577
|
+
/**
|
|
578
|
+
* <p>The ID of the local gateway virtual interface group.</p>
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
581
|
+
LocalGatewayVirtualInterfaceGroupId: string | undefined;
|
|
582
|
+
/**
|
|
583
|
+
* <p>References the Link Aggregation Group (LAG) that connects the Outpost to on-premises network devices.</p>
|
|
584
|
+
* @public
|
|
585
|
+
*/
|
|
586
|
+
OutpostLagId: string | undefined;
|
|
587
|
+
/**
|
|
588
|
+
* <p>The virtual local area network (VLAN) used for the local gateway virtual interface.</p>
|
|
589
|
+
* @public
|
|
590
|
+
*/
|
|
591
|
+
Vlan: number | undefined;
|
|
592
|
+
/**
|
|
593
|
+
* <p>The IP address assigned to the local gateway virtual interface on the Outpost side. Only IPv4 is supported.</p>
|
|
594
|
+
* @public
|
|
595
|
+
*/
|
|
596
|
+
LocalAddress: string | undefined;
|
|
597
|
+
/**
|
|
598
|
+
* <p>The peer IP address for the local gateway virtual interface. Only IPv4 is
|
|
599
|
+
* supported.</p>
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
PeerAddress: string | undefined;
|
|
603
|
+
/**
|
|
604
|
+
* <p>The Autonomous System Number (ASN) of the Border Gateway Protocol (BGP) peer.</p>
|
|
605
|
+
* @public
|
|
606
|
+
*/
|
|
607
|
+
PeerBgpAsn?: number | undefined;
|
|
608
|
+
/**
|
|
609
|
+
* <p>The tags to apply to a resource when the local gateway virtual interface is being created. </p>
|
|
610
|
+
* @public
|
|
611
|
+
*/
|
|
612
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
613
|
+
/**
|
|
614
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
615
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
616
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
619
|
+
DryRun?: boolean | undefined;
|
|
620
|
+
/**
|
|
621
|
+
* <p>The extended 32-bit ASN of the BGP peer for use with larger ASN values.</p>
|
|
622
|
+
* @public
|
|
623
|
+
*/
|
|
624
|
+
PeerBgpAsnExtended?: number | undefined;
|
|
625
|
+
}
|
|
626
|
+
/**
|
|
627
|
+
* @public
|
|
628
|
+
* @enum
|
|
629
|
+
*/
|
|
630
|
+
export declare const LocalGatewayVirtualInterfaceConfigurationState: {
|
|
631
|
+
readonly available: "available";
|
|
632
|
+
readonly deleted: "deleted";
|
|
633
|
+
readonly deleting: "deleting";
|
|
634
|
+
readonly pending: "pending";
|
|
635
|
+
};
|
|
636
|
+
/**
|
|
637
|
+
* @public
|
|
638
|
+
*/
|
|
639
|
+
export type LocalGatewayVirtualInterfaceConfigurationState = (typeof LocalGatewayVirtualInterfaceConfigurationState)[keyof typeof LocalGatewayVirtualInterfaceConfigurationState];
|
|
640
|
+
/**
|
|
641
|
+
* <p>Describes a local gateway virtual interface.</p>
|
|
642
|
+
* @public
|
|
643
|
+
*/
|
|
644
|
+
export interface LocalGatewayVirtualInterface {
|
|
645
|
+
/**
|
|
646
|
+
* <p>The ID of the virtual interface.</p>
|
|
647
|
+
* @public
|
|
648
|
+
*/
|
|
649
|
+
LocalGatewayVirtualInterfaceId?: string | undefined;
|
|
650
|
+
/**
|
|
651
|
+
* <p>The ID of the local gateway.</p>
|
|
652
|
+
* @public
|
|
653
|
+
*/
|
|
654
|
+
LocalGatewayId?: string | undefined;
|
|
655
|
+
/**
|
|
656
|
+
* <p>The ID of the local gateway virtual interface group.</p>
|
|
657
|
+
* @public
|
|
658
|
+
*/
|
|
659
|
+
LocalGatewayVirtualInterfaceGroupId?: string | undefined;
|
|
660
|
+
/**
|
|
661
|
+
* <p>The Amazon Resource Number (ARN) of the local gateway virtual interface.</p>
|
|
662
|
+
* @public
|
|
663
|
+
*/
|
|
664
|
+
LocalGatewayVirtualInterfaceArn?: string | undefined;
|
|
665
|
+
/**
|
|
666
|
+
* <p>The Outpost LAG ID.</p>
|
|
667
|
+
* @public
|
|
668
|
+
*/
|
|
669
|
+
OutpostLagId?: string | undefined;
|
|
670
|
+
/**
|
|
671
|
+
* <p>The ID of the VLAN.</p>
|
|
672
|
+
* @public
|
|
673
|
+
*/
|
|
674
|
+
Vlan?: number | undefined;
|
|
675
|
+
/**
|
|
676
|
+
* <p>The local address.</p>
|
|
677
|
+
* @public
|
|
678
|
+
*/
|
|
679
|
+
LocalAddress?: string | undefined;
|
|
680
|
+
/**
|
|
681
|
+
* <p>The peer address.</p>
|
|
682
|
+
* @public
|
|
683
|
+
*/
|
|
684
|
+
PeerAddress?: string | undefined;
|
|
685
|
+
/**
|
|
686
|
+
* <p>The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.</p>
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
LocalBgpAsn?: number | undefined;
|
|
690
|
+
/**
|
|
691
|
+
* <p>The peer BGP ASN.</p>
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
694
|
+
PeerBgpAsn?: number | undefined;
|
|
695
|
+
/**
|
|
696
|
+
* <p>The extended 32-bit ASN of the BGP peer for use with larger ASN values.</p>
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
699
|
+
PeerBgpAsnExtended?: number | undefined;
|
|
700
|
+
/**
|
|
701
|
+
* <p>The ID of the Amazon Web Services account that owns the local gateway virtual interface.</p>
|
|
702
|
+
* @public
|
|
703
|
+
*/
|
|
704
|
+
OwnerId?: string | undefined;
|
|
705
|
+
/**
|
|
706
|
+
* <p>The tags assigned to the virtual interface.</p>
|
|
707
|
+
* @public
|
|
708
|
+
*/
|
|
709
|
+
Tags?: Tag[] | undefined;
|
|
710
|
+
/**
|
|
711
|
+
* <p>The current state of the local gateway virtual interface.</p>
|
|
712
|
+
* @public
|
|
713
|
+
*/
|
|
714
|
+
ConfigurationState?: LocalGatewayVirtualInterfaceConfigurationState | undefined;
|
|
715
|
+
}
|
|
716
|
+
/**
|
|
717
|
+
* @public
|
|
718
|
+
*/
|
|
719
|
+
export interface CreateLocalGatewayVirtualInterfaceResult {
|
|
720
|
+
/**
|
|
721
|
+
* <p>Information about the local gateway virtual interface.</p>
|
|
722
|
+
* @public
|
|
723
|
+
*/
|
|
724
|
+
LocalGatewayVirtualInterface?: LocalGatewayVirtualInterface | undefined;
|
|
725
|
+
}
|
|
726
|
+
/**
|
|
727
|
+
* @public
|
|
728
|
+
*/
|
|
729
|
+
export interface CreateLocalGatewayVirtualInterfaceGroupRequest {
|
|
730
|
+
/**
|
|
731
|
+
* <p>The ID of the local gateway.</p>
|
|
732
|
+
* @public
|
|
733
|
+
*/
|
|
734
|
+
LocalGatewayId: string | undefined;
|
|
735
|
+
/**
|
|
736
|
+
* <p>The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).</p>
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
739
|
+
LocalBgpAsn?: number | undefined;
|
|
740
|
+
/**
|
|
741
|
+
* <p>The extended 32-bit ASN for the local BGP configuration.</p>
|
|
742
|
+
* @public
|
|
743
|
+
*/
|
|
744
|
+
LocalBgpAsnExtended?: number | undefined;
|
|
745
|
+
/**
|
|
746
|
+
* <p>The tags to apply to the local gateway virtual interface group when the resource is
|
|
747
|
+
* being created.</p>
|
|
748
|
+
* @public
|
|
749
|
+
*/
|
|
750
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
751
|
+
/**
|
|
752
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
753
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
754
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
755
|
+
* @public
|
|
756
|
+
*/
|
|
757
|
+
DryRun?: boolean | undefined;
|
|
758
|
+
}
|
|
759
|
+
/**
|
|
760
|
+
* @public
|
|
761
|
+
* @enum
|
|
762
|
+
*/
|
|
763
|
+
export declare const LocalGatewayVirtualInterfaceGroupConfigurationState: {
|
|
764
|
+
readonly available: "available";
|
|
765
|
+
readonly deleted: "deleted";
|
|
766
|
+
readonly deleting: "deleting";
|
|
767
|
+
readonly incomplete: "incomplete";
|
|
768
|
+
readonly pending: "pending";
|
|
769
|
+
};
|
|
770
|
+
/**
|
|
771
|
+
* @public
|
|
772
|
+
*/
|
|
773
|
+
export type LocalGatewayVirtualInterfaceGroupConfigurationState = (typeof LocalGatewayVirtualInterfaceGroupConfigurationState)[keyof typeof LocalGatewayVirtualInterfaceGroupConfigurationState];
|
|
774
|
+
/**
|
|
775
|
+
* <p>Describes a local gateway virtual interface group.</p>
|
|
776
|
+
* @public
|
|
777
|
+
*/
|
|
778
|
+
export interface LocalGatewayVirtualInterfaceGroup {
|
|
779
|
+
/**
|
|
780
|
+
* <p>The ID of the virtual interface group.</p>
|
|
781
|
+
* @public
|
|
782
|
+
*/
|
|
783
|
+
LocalGatewayVirtualInterfaceGroupId?: string | undefined;
|
|
784
|
+
/**
|
|
785
|
+
* <p>The IDs of the virtual interfaces.</p>
|
|
786
|
+
* @public
|
|
787
|
+
*/
|
|
788
|
+
LocalGatewayVirtualInterfaceIds?: string[] | undefined;
|
|
789
|
+
/**
|
|
790
|
+
* <p>The ID of the local gateway.</p>
|
|
791
|
+
* @public
|
|
792
|
+
*/
|
|
793
|
+
LocalGatewayId?: string | undefined;
|
|
794
|
+
/**
|
|
795
|
+
* <p>The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
|
|
796
|
+
* @public
|
|
797
|
+
*/
|
|
798
|
+
OwnerId?: string | undefined;
|
|
799
|
+
/**
|
|
800
|
+
* <p>The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).</p>
|
|
801
|
+
* @public
|
|
802
|
+
*/
|
|
803
|
+
LocalBgpAsn?: number | undefined;
|
|
804
|
+
/**
|
|
805
|
+
* <p>The extended 32-bit ASN for the local BGP configuration.</p>
|
|
806
|
+
* @public
|
|
807
|
+
*/
|
|
808
|
+
LocalBgpAsnExtended?: number | undefined;
|
|
809
|
+
/**
|
|
810
|
+
* <p>The Amazon Resource Number (ARN) of the local gateway virtual interface group.</p>
|
|
811
|
+
* @public
|
|
812
|
+
*/
|
|
813
|
+
LocalGatewayVirtualInterfaceGroupArn?: string | undefined;
|
|
814
|
+
/**
|
|
815
|
+
* <p>The tags assigned to the virtual interface group.</p>
|
|
816
|
+
* @public
|
|
817
|
+
*/
|
|
818
|
+
Tags?: Tag[] | undefined;
|
|
819
|
+
/**
|
|
820
|
+
* <p>The current state of the local gateway virtual interface group.</p>
|
|
821
|
+
* @public
|
|
822
|
+
*/
|
|
823
|
+
ConfigurationState?: LocalGatewayVirtualInterfaceGroupConfigurationState | undefined;
|
|
824
|
+
}
|
|
825
|
+
/**
|
|
826
|
+
* @public
|
|
827
|
+
*/
|
|
828
|
+
export interface CreateLocalGatewayVirtualInterfaceGroupResult {
|
|
829
|
+
/**
|
|
830
|
+
* <p>Information about the created local gateway virtual interface group.</p>
|
|
831
|
+
* @public
|
|
832
|
+
*/
|
|
833
|
+
LocalGatewayVirtualInterfaceGroup?: LocalGatewayVirtualInterfaceGroup | undefined;
|
|
834
|
+
}
|
|
573
835
|
/**
|
|
574
836
|
* @public
|
|
575
837
|
*/
|
|
@@ -2500,6 +2762,32 @@ export interface CreateReplaceRootVolumeTaskRequest {
|
|
|
2500
2762
|
* @public
|
|
2501
2763
|
*/
|
|
2502
2764
|
DeleteReplacedRootVolume?: boolean | undefined;
|
|
2765
|
+
/**
|
|
2766
|
+
* <p>Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download
|
|
2767
|
+
* the snapshot blocks from Amazon S3 to the replacement root volume. This is also known as
|
|
2768
|
+
* <i>volume initialization</i>. Specifying a volume initialization rate ensures that
|
|
2769
|
+
* the volume is initialized at a predictable and consistent rate after creation.</p>
|
|
2770
|
+
* <p>Omit this parameter if:</p>
|
|
2771
|
+
* <ul>
|
|
2772
|
+
* <li>
|
|
2773
|
+
* <p>You want to create the volume using fast snapshot restore. You must specify a snapshot
|
|
2774
|
+
* that is enabled for fast snapshot restore. In this case, the volume is fully initialized at
|
|
2775
|
+
* creation.</p>
|
|
2776
|
+
* <note>
|
|
2777
|
+
* <p>If you specify a snapshot that is enabled for fast snapshot restore and a volume initialization rate,
|
|
2778
|
+
* the volume will be initialized at the specified rate instead of fast snapshot restore.</p>
|
|
2779
|
+
* </note>
|
|
2780
|
+
* </li>
|
|
2781
|
+
* <li>
|
|
2782
|
+
* <p>You want to create a volume that is initialized at the default rate.</p>
|
|
2783
|
+
* </li>
|
|
2784
|
+
* </ul>
|
|
2785
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">
|
|
2786
|
+
* Initialize Amazon EBS volumes</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
2787
|
+
* <p>Valid range: 100 - 300 MiB/s</p>
|
|
2788
|
+
* @public
|
|
2789
|
+
*/
|
|
2790
|
+
VolumeInitializationRate?: number | undefined;
|
|
2503
2791
|
}
|
|
2504
2792
|
/**
|
|
2505
2793
|
* @public
|
|
@@ -7659,6 +7947,33 @@ export interface CreateVolumeRequest {
|
|
|
7659
7947
|
* @public
|
|
7660
7948
|
*/
|
|
7661
7949
|
ClientToken?: string | undefined;
|
|
7950
|
+
/**
|
|
7951
|
+
* <p>Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download
|
|
7952
|
+
* the snapshot blocks from Amazon S3 to the volume. This is also known as <i>volume
|
|
7953
|
+
* initialization</i>. Specifying a volume initialization rate ensures that the volume is
|
|
7954
|
+
* initialized at a predictable and consistent rate after creation.</p>
|
|
7955
|
+
* <p>This parameter is supported only for volumes created from snapshots. Omit this parameter
|
|
7956
|
+
* if:</p>
|
|
7957
|
+
* <ul>
|
|
7958
|
+
* <li>
|
|
7959
|
+
* <p>You want to create the volume using fast snapshot restore. You must specify a snapshot
|
|
7960
|
+
* that is enabled for fast snapshot restore. In this case, the volume is fully initialized at
|
|
7961
|
+
* creation.</p>
|
|
7962
|
+
* <note>
|
|
7963
|
+
* <p>If you specify a snapshot that is enabled for fast snapshot restore and a volume initialization rate,
|
|
7964
|
+
* the volume will be initialized at the specified rate instead of fast snapshot restore.</p>
|
|
7965
|
+
* </note>
|
|
7966
|
+
* </li>
|
|
7967
|
+
* <li>
|
|
7968
|
+
* <p>You want to create a volume that is initialized at the default rate.</p>
|
|
7969
|
+
* </li>
|
|
7970
|
+
* </ul>
|
|
7971
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">
|
|
7972
|
+
* Initialize Amazon EBS volumes</a> in the <i>Amazon EC2 User Guide</i>.</p>
|
|
7973
|
+
* <p>Valid range: 100 - 300 MiB/s</p>
|
|
7974
|
+
* @public
|
|
7975
|
+
*/
|
|
7976
|
+
VolumeInitializationRate?: number | undefined;
|
|
7662
7977
|
/**
|
|
7663
7978
|
* <p>Reserved for internal use.</p>
|
|
7664
7979
|
* @public
|
|
@@ -7746,6 +8061,12 @@ export interface Volume {
|
|
|
7746
8061
|
* @public
|
|
7747
8062
|
*/
|
|
7748
8063
|
Operator?: OperatorResponse | undefined;
|
|
8064
|
+
/**
|
|
8065
|
+
* <p>The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate) specified for the volume during creation,
|
|
8066
|
+
* in MiB/s. If no volume initialization rate was specified, the value is <code>null</code>.</p>
|
|
8067
|
+
* @public
|
|
8068
|
+
*/
|
|
8069
|
+
VolumeInitializationRate?: number | undefined;
|
|
7749
8070
|
/**
|
|
7750
8071
|
* <p>The ID of the volume.</p>
|
|
7751
8072
|
* @public
|
|
@@ -8760,219 +9081,6 @@ export interface ServiceTypeDetail {
|
|
|
8760
9081
|
*/
|
|
8761
9082
|
ServiceType?: ServiceType | undefined;
|
|
8762
9083
|
}
|
|
8763
|
-
/**
|
|
8764
|
-
* @public
|
|
8765
|
-
* @enum
|
|
8766
|
-
*/
|
|
8767
|
-
export declare const ServiceConnectivityType: {
|
|
8768
|
-
readonly ipv4: "ipv4";
|
|
8769
|
-
readonly ipv6: "ipv6";
|
|
8770
|
-
};
|
|
8771
|
-
/**
|
|
8772
|
-
* @public
|
|
8773
|
-
*/
|
|
8774
|
-
export type ServiceConnectivityType = (typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
|
|
8775
|
-
/**
|
|
8776
|
-
* <p>Describes a supported Region.</p>
|
|
8777
|
-
* @public
|
|
8778
|
-
*/
|
|
8779
|
-
export interface SupportedRegionDetail {
|
|
8780
|
-
/**
|
|
8781
|
-
* <p>The Region code.</p>
|
|
8782
|
-
* @public
|
|
8783
|
-
*/
|
|
8784
|
-
Region?: string | undefined;
|
|
8785
|
-
/**
|
|
8786
|
-
* <p>The service state. The possible values are <code>Pending</code>, <code>Available</code>,
|
|
8787
|
-
* <code>Deleting</code>, <code>Deleted</code>, <code>Failed</code>, and <code>Closed</code>.</p>
|
|
8788
|
-
* @public
|
|
8789
|
-
*/
|
|
8790
|
-
ServiceState?: string | undefined;
|
|
8791
|
-
}
|
|
8792
|
-
/**
|
|
8793
|
-
* <p>Describes a service configuration for a VPC endpoint service.</p>
|
|
8794
|
-
* @public
|
|
8795
|
-
*/
|
|
8796
|
-
export interface ServiceConfiguration {
|
|
8797
|
-
/**
|
|
8798
|
-
* <p>The type of service.</p>
|
|
8799
|
-
* @public
|
|
8800
|
-
*/
|
|
8801
|
-
ServiceType?: ServiceTypeDetail[] | undefined;
|
|
8802
|
-
/**
|
|
8803
|
-
* <p>The ID of the service.</p>
|
|
8804
|
-
* @public
|
|
8805
|
-
*/
|
|
8806
|
-
ServiceId?: string | undefined;
|
|
8807
|
-
/**
|
|
8808
|
-
* <p>The name of the service.</p>
|
|
8809
|
-
* @public
|
|
8810
|
-
*/
|
|
8811
|
-
ServiceName?: string | undefined;
|
|
8812
|
-
/**
|
|
8813
|
-
* <p>The service state.</p>
|
|
8814
|
-
* @public
|
|
8815
|
-
*/
|
|
8816
|
-
ServiceState?: ServiceState | undefined;
|
|
8817
|
-
/**
|
|
8818
|
-
* <p>The Availability Zones in which the service is available.</p>
|
|
8819
|
-
* @public
|
|
8820
|
-
*/
|
|
8821
|
-
AvailabilityZones?: string[] | undefined;
|
|
8822
|
-
/**
|
|
8823
|
-
* <p>Indicates whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.</p>
|
|
8824
|
-
* @public
|
|
8825
|
-
*/
|
|
8826
|
-
AcceptanceRequired?: boolean | undefined;
|
|
8827
|
-
/**
|
|
8828
|
-
* <p>Indicates whether the service manages its VPC endpoints. Management of the service VPC
|
|
8829
|
-
* endpoints using the VPC endpoint API is restricted.</p>
|
|
8830
|
-
* @public
|
|
8831
|
-
*/
|
|
8832
|
-
ManagesVpcEndpoints?: boolean | undefined;
|
|
8833
|
-
/**
|
|
8834
|
-
* <p>The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.</p>
|
|
8835
|
-
* @public
|
|
8836
|
-
*/
|
|
8837
|
-
NetworkLoadBalancerArns?: string[] | undefined;
|
|
8838
|
-
/**
|
|
8839
|
-
* <p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.</p>
|
|
8840
|
-
* @public
|
|
8841
|
-
*/
|
|
8842
|
-
GatewayLoadBalancerArns?: string[] | undefined;
|
|
8843
|
-
/**
|
|
8844
|
-
* <p>The supported IP address types.</p>
|
|
8845
|
-
* @public
|
|
8846
|
-
*/
|
|
8847
|
-
SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
|
|
8848
|
-
/**
|
|
8849
|
-
* <p>The DNS names for the service.</p>
|
|
8850
|
-
* @public
|
|
8851
|
-
*/
|
|
8852
|
-
BaseEndpointDnsNames?: string[] | undefined;
|
|
8853
|
-
/**
|
|
8854
|
-
* <p>The private DNS name for the service.</p>
|
|
8855
|
-
* @public
|
|
8856
|
-
*/
|
|
8857
|
-
PrivateDnsName?: string | undefined;
|
|
8858
|
-
/**
|
|
8859
|
-
* <p>Information about the endpoint service private DNS name configuration.</p>
|
|
8860
|
-
* @public
|
|
8861
|
-
*/
|
|
8862
|
-
PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | undefined;
|
|
8863
|
-
/**
|
|
8864
|
-
* <p>The payer responsibility.</p>
|
|
8865
|
-
* @public
|
|
8866
|
-
*/
|
|
8867
|
-
PayerResponsibility?: PayerResponsibility | undefined;
|
|
8868
|
-
/**
|
|
8869
|
-
* <p>The tags assigned to the service.</p>
|
|
8870
|
-
* @public
|
|
8871
|
-
*/
|
|
8872
|
-
Tags?: Tag[] | undefined;
|
|
8873
|
-
/**
|
|
8874
|
-
* <p>The supported Regions.</p>
|
|
8875
|
-
* @public
|
|
8876
|
-
*/
|
|
8877
|
-
SupportedRegions?: SupportedRegionDetail[] | undefined;
|
|
8878
|
-
/**
|
|
8879
|
-
* <p>Indicates whether consumers can access the service from a Region other than the
|
|
8880
|
-
* Region where the service is hosted.</p>
|
|
8881
|
-
* @public
|
|
8882
|
-
*/
|
|
8883
|
-
RemoteAccessEnabled?: boolean | undefined;
|
|
8884
|
-
}
|
|
8885
|
-
/**
|
|
8886
|
-
* @public
|
|
8887
|
-
*/
|
|
8888
|
-
export interface CreateVpcEndpointServiceConfigurationResult {
|
|
8889
|
-
/**
|
|
8890
|
-
* <p>Information about the service configuration.</p>
|
|
8891
|
-
* @public
|
|
8892
|
-
*/
|
|
8893
|
-
ServiceConfiguration?: ServiceConfiguration | undefined;
|
|
8894
|
-
/**
|
|
8895
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
8896
|
-
* request.</p>
|
|
8897
|
-
* @public
|
|
8898
|
-
*/
|
|
8899
|
-
ClientToken?: string | undefined;
|
|
8900
|
-
}
|
|
8901
|
-
/**
|
|
8902
|
-
* @public
|
|
8903
|
-
*/
|
|
8904
|
-
export interface CreateVpcPeeringConnectionRequest {
|
|
8905
|
-
/**
|
|
8906
|
-
* <p>The Region code for the accepter VPC, if the accepter VPC is located in a Region
|
|
8907
|
-
* other than the Region in which you make the request.</p>
|
|
8908
|
-
* <p>Default: The Region in which you make the request.</p>
|
|
8909
|
-
* @public
|
|
8910
|
-
*/
|
|
8911
|
-
PeerRegion?: string | undefined;
|
|
8912
|
-
/**
|
|
8913
|
-
* <p>The tags to assign to the peering connection.</p>
|
|
8914
|
-
* @public
|
|
8915
|
-
*/
|
|
8916
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
8917
|
-
/**
|
|
8918
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8919
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8920
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8921
|
-
* @public
|
|
8922
|
-
*/
|
|
8923
|
-
DryRun?: boolean | undefined;
|
|
8924
|
-
/**
|
|
8925
|
-
* <p>The ID of the requester VPC. You must specify this parameter in the
|
|
8926
|
-
* request.</p>
|
|
8927
|
-
* @public
|
|
8928
|
-
*/
|
|
8929
|
-
VpcId: string | undefined;
|
|
8930
|
-
/**
|
|
8931
|
-
* <p>The ID of the VPC with which you are creating the VPC peering connection. You must
|
|
8932
|
-
* specify this parameter in the request.</p>
|
|
8933
|
-
* @public
|
|
8934
|
-
*/
|
|
8935
|
-
PeerVpcId?: string | undefined;
|
|
8936
|
-
/**
|
|
8937
|
-
* <p>The Amazon Web Services account ID of the owner of the accepter VPC.</p>
|
|
8938
|
-
* <p>Default: Your Amazon Web Services account ID</p>
|
|
8939
|
-
* @public
|
|
8940
|
-
*/
|
|
8941
|
-
PeerOwnerId?: string | undefined;
|
|
8942
|
-
}
|
|
8943
|
-
/**
|
|
8944
|
-
* @public
|
|
8945
|
-
*/
|
|
8946
|
-
export interface CreateVpcPeeringConnectionResult {
|
|
8947
|
-
/**
|
|
8948
|
-
* <p>Information about the VPC peering connection.</p>
|
|
8949
|
-
* @public
|
|
8950
|
-
*/
|
|
8951
|
-
VpcPeeringConnection?: VpcPeeringConnection | undefined;
|
|
8952
|
-
}
|
|
8953
|
-
/**
|
|
8954
|
-
* @public
|
|
8955
|
-
* @enum
|
|
8956
|
-
*/
|
|
8957
|
-
export declare const TunnelInsideIpVersion: {
|
|
8958
|
-
readonly ipv4: "ipv4";
|
|
8959
|
-
readonly ipv6: "ipv6";
|
|
8960
|
-
};
|
|
8961
|
-
/**
|
|
8962
|
-
* @public
|
|
8963
|
-
*/
|
|
8964
|
-
export type TunnelInsideIpVersion = (typeof TunnelInsideIpVersion)[keyof typeof TunnelInsideIpVersion];
|
|
8965
|
-
/**
|
|
8966
|
-
* <p>The IKE version that is permitted for the VPN tunnel.</p>
|
|
8967
|
-
* @public
|
|
8968
|
-
*/
|
|
8969
|
-
export interface IKEVersionsRequestListValue {
|
|
8970
|
-
/**
|
|
8971
|
-
* <p>The IKE version.</p>
|
|
8972
|
-
* @public
|
|
8973
|
-
*/
|
|
8974
|
-
Value?: string | undefined;
|
|
8975
|
-
}
|
|
8976
9084
|
/**
|
|
8977
9085
|
* @internal
|
|
8978
9086
|
*/
|