@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,27 +1,68 @@
|
|
|
1
1
|
import { ActiveInstance, ActivityStatus, AddressTransfer, AllocationStrategy, AllowedImagesSettingsDisabledState, AllowedPrincipal, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
-
import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PayerResponsibility, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable,
|
|
4
|
-
import { Filter, IdFormat, MetricType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
|
|
5
|
-
import { AttributeBooleanValue, EventInformation,
|
|
3
|
+
import { ConnectionNotification, DnsEntry, DnsNameState, GroupIdentifier, IpAddressType, LocalGatewayVirtualInterface, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PayerResponsibility, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, ServiceTypeDetail, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
|
|
4
|
+
import { Filter, IdFormat, MetricType, ServiceConfiguration, ServiceConnectivityType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
|
|
5
|
+
import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode } from "./models_4";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
9
|
-
export interface
|
|
9
|
+
export interface DescribeLocalGatewayVirtualInterfacesRequest {
|
|
10
10
|
/**
|
|
11
|
-
* <p>The
|
|
11
|
+
* <p>The IDs of the virtual interfaces.</p>
|
|
12
12
|
* @public
|
|
13
13
|
*/
|
|
14
|
-
|
|
14
|
+
LocalGatewayVirtualInterfaceIds?: string[] | undefined;
|
|
15
15
|
/**
|
|
16
|
-
* <p>
|
|
16
|
+
* <p>One or more filters.</p>
|
|
17
|
+
* <ul>
|
|
18
|
+
* <li>
|
|
19
|
+
* <p>
|
|
20
|
+
* <code>local-address</code> - The local address.</p>
|
|
21
|
+
* </li>
|
|
22
|
+
* <li>
|
|
23
|
+
* <p>
|
|
24
|
+
* <code>local-bgp-asn</code> - The Border Gateway Protocol (BGP) Autonomous System Number (ASN)
|
|
25
|
+
* of the local gateway.</p>
|
|
26
|
+
* </li>
|
|
27
|
+
* <li>
|
|
28
|
+
* <p>
|
|
29
|
+
* <code>local-gateway-id</code> - The ID of the local gateway.</p>
|
|
30
|
+
* </li>
|
|
31
|
+
* <li>
|
|
32
|
+
* <p>
|
|
33
|
+
* <code>local-gateway-virtual-interface-id</code> - The ID of the virtual interface.</p>
|
|
34
|
+
* </li>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual interface.</p>
|
|
38
|
+
* </li>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>peer-address</code> - The peer address.</p>
|
|
42
|
+
* </li>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>
|
|
45
|
+
* <code>peer-bgp-asn</code> - The peer BGP ASN.</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>vlan</code> - The ID of the VLAN.</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* </ul>
|
|
17
52
|
* @public
|
|
18
53
|
*/
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
54
|
+
Filters?: Filter[] | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The maximum number of results to return with a single call.
|
|
57
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
MaxResults?: number | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* <p>The token for the next page of results.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
NextToken?: string | undefined;
|
|
25
66
|
/**
|
|
26
67
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
27
68
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -29,80 +70,170 @@ export interface DescribeMovingAddressesRequest {
|
|
|
29
70
|
* @public
|
|
30
71
|
*/
|
|
31
72
|
DryRun?: boolean | undefined;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export interface DescribeLocalGatewayVirtualInterfacesResult {
|
|
32
78
|
/**
|
|
33
|
-
* <p>
|
|
79
|
+
* <p>Information about the virtual interfaces.</p>
|
|
34
80
|
* @public
|
|
35
81
|
*/
|
|
36
|
-
|
|
82
|
+
LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[] | undefined;
|
|
37
83
|
/**
|
|
38
|
-
* <p>The token
|
|
84
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
39
85
|
* @public
|
|
40
86
|
*/
|
|
41
87
|
NextToken?: string | undefined;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export interface DescribeLockedSnapshotsRequest {
|
|
42
93
|
/**
|
|
43
|
-
* <p>
|
|
94
|
+
* <p>The filters.</p>
|
|
44
95
|
* <ul>
|
|
45
96
|
* <li>
|
|
46
97
|
* <p>
|
|
47
|
-
* <code>
|
|
48
|
-
*
|
|
98
|
+
* <code>lock-state</code> - The state of the snapshot lock (<code>compliance-cooloff</code> |
|
|
99
|
+
* <code>governance</code> | <code>compliance</code> | <code>expired</code>).</p>
|
|
49
100
|
* </li>
|
|
50
101
|
* </ul>
|
|
51
102
|
* @public
|
|
52
103
|
*/
|
|
53
104
|
Filters?: Filter[] | undefined;
|
|
54
105
|
/**
|
|
55
|
-
* <p>The maximum number of
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
* <code>MaxResults</code> is given a value outside of this range, an error is returned.</p>
|
|
59
|
-
* <p>Default: If no value is provided, the default is 1000.</p>
|
|
106
|
+
* <p>The maximum number of items to return for this request.
|
|
107
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
108
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
60
109
|
* @public
|
|
61
110
|
*/
|
|
62
111
|
MaxResults?: number | undefined;
|
|
112
|
+
/**
|
|
113
|
+
* <p>The token returned from a previous paginated request.
|
|
114
|
+
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
NextToken?: string | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* <p>The IDs of the snapshots for which to view the lock status.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
SnapshotIds?: string[] | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
125
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
126
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
DryRun?: boolean | undefined;
|
|
63
130
|
}
|
|
64
131
|
/**
|
|
65
132
|
* @public
|
|
66
133
|
* @enum
|
|
67
134
|
*/
|
|
68
|
-
export declare const
|
|
69
|
-
readonly
|
|
70
|
-
readonly
|
|
135
|
+
export declare const LockState: {
|
|
136
|
+
readonly compliance: "compliance";
|
|
137
|
+
readonly compliance_cooloff: "compliance-cooloff";
|
|
138
|
+
readonly expired: "expired";
|
|
139
|
+
readonly governance: "governance";
|
|
71
140
|
};
|
|
72
141
|
/**
|
|
73
142
|
* @public
|
|
74
143
|
*/
|
|
75
|
-
export type
|
|
144
|
+
export type LockState = (typeof LockState)[keyof typeof LockState];
|
|
76
145
|
/**
|
|
77
|
-
* <
|
|
78
|
-
* <p>This action is deprecated.</p>
|
|
79
|
-
* </note>
|
|
80
|
-
* <p>Describes the status of a moving Elastic IP address.</p>
|
|
146
|
+
* <p>Information about a locked snapshot.</p>
|
|
81
147
|
* @public
|
|
82
148
|
*/
|
|
83
|
-
export interface
|
|
149
|
+
export interface LockedSnapshotsInfo {
|
|
84
150
|
/**
|
|
85
|
-
* <p>The
|
|
151
|
+
* <p>The account ID of the Amazon Web Services account that owns the snapshot.</p>
|
|
86
152
|
* @public
|
|
87
153
|
*/
|
|
88
|
-
|
|
154
|
+
OwnerId?: string | undefined;
|
|
89
155
|
/**
|
|
90
|
-
* <p>The
|
|
156
|
+
* <p>The ID of the snapshot.</p>
|
|
91
157
|
* @public
|
|
92
158
|
*/
|
|
93
|
-
|
|
159
|
+
SnapshotId?: string | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* <p>The state of the snapshot lock. Valid states include:</p>
|
|
162
|
+
* <ul>
|
|
163
|
+
* <li>
|
|
164
|
+
* <p>
|
|
165
|
+
* <code>compliance-cooloff</code> - The snapshot has been locked in
|
|
166
|
+
* compliance mode but it is still within the cooling-off period. The snapshot can't be
|
|
167
|
+
* deleted, but it can be unlocked and the lock settings can be modified by users with
|
|
168
|
+
* appropriate permissions.</p>
|
|
169
|
+
* </li>
|
|
170
|
+
* <li>
|
|
171
|
+
* <p>
|
|
172
|
+
* <code>governance</code> - The snapshot is locked in governance mode. The
|
|
173
|
+
* snapshot can't be deleted, but it can be unlocked and the lock settings can be
|
|
174
|
+
* modified by users with appropriate permissions.</p>
|
|
175
|
+
* </li>
|
|
176
|
+
* <li>
|
|
177
|
+
* <p>
|
|
178
|
+
* <code>compliance</code> - The snapshot is locked in compliance mode and the
|
|
179
|
+
* cooling-off period has expired. The snapshot can't be unlocked or deleted. The lock
|
|
180
|
+
* duration can only be increased by users with appropriate permissions.</p>
|
|
181
|
+
* </li>
|
|
182
|
+
* <li>
|
|
183
|
+
* <p>
|
|
184
|
+
* <code>expired</code> - The snapshot was locked in compliance or governance
|
|
185
|
+
* mode but the lock duration has expired. The snapshot is not locked and can be deleted.</p>
|
|
186
|
+
* </li>
|
|
187
|
+
* </ul>
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
LockState?: LockState | undefined;
|
|
191
|
+
/**
|
|
192
|
+
* <p>The period of time for which the snapshot is locked, in days.</p>
|
|
193
|
+
* @public
|
|
194
|
+
*/
|
|
195
|
+
LockDuration?: number | undefined;
|
|
196
|
+
/**
|
|
197
|
+
* <p>The compliance mode cooling-off period, in hours.</p>
|
|
198
|
+
* @public
|
|
199
|
+
*/
|
|
200
|
+
CoolOffPeriod?: number | undefined;
|
|
201
|
+
/**
|
|
202
|
+
* <p>The date and time at which the compliance mode cooling-off period expires, in the UTC time zone
|
|
203
|
+
* (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
|
|
204
|
+
* @public
|
|
205
|
+
*/
|
|
206
|
+
CoolOffPeriodExpiresOn?: Date | undefined;
|
|
207
|
+
/**
|
|
208
|
+
* <p>The date and time at which the snapshot was locked, in the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
|
|
209
|
+
* @public
|
|
210
|
+
*/
|
|
211
|
+
LockCreatedOn?: Date | undefined;
|
|
212
|
+
/**
|
|
213
|
+
* <p>The date and time at which the lock duration started, in the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
|
|
214
|
+
* <p>If you lock a snapshot that is in the <code>pending</code> state, the lock duration
|
|
215
|
+
* starts only once the snapshot enters the <code>completed</code> state.</p>
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
LockDurationStartTime?: Date | undefined;
|
|
219
|
+
/**
|
|
220
|
+
* <p>The date and time at which the lock will expire, in the UTC time zone (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>).</p>
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
LockExpiresOn?: Date | undefined;
|
|
94
224
|
}
|
|
95
225
|
/**
|
|
96
226
|
* @public
|
|
97
227
|
*/
|
|
98
|
-
export interface
|
|
228
|
+
export interface DescribeLockedSnapshotsResult {
|
|
99
229
|
/**
|
|
100
|
-
* <p>
|
|
230
|
+
* <p>Information about the snapshots.</p>
|
|
101
231
|
* @public
|
|
102
232
|
*/
|
|
103
|
-
|
|
233
|
+
Snapshots?: LockedSnapshotsInfo[] | undefined;
|
|
104
234
|
/**
|
|
105
|
-
* <p>The token to
|
|
235
|
+
* <p>The token to include in another request to get the next page of items.
|
|
236
|
+
* This value is <code>null</code> when there are no more items to return.</p>
|
|
106
237
|
* @public
|
|
107
238
|
*/
|
|
108
239
|
NextToken?: string | undefined;
|
|
@@ -110,96 +241,84 @@ export interface DescribeMovingAddressesResult {
|
|
|
110
241
|
/**
|
|
111
242
|
* @public
|
|
112
243
|
*/
|
|
113
|
-
export interface
|
|
114
|
-
/**
|
|
115
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
116
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
117
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
118
|
-
* @public
|
|
119
|
-
*/
|
|
120
|
-
DryRun?: boolean | undefined;
|
|
244
|
+
export interface DescribeMacHostsRequest {
|
|
121
245
|
/**
|
|
122
246
|
* <p>The filters.</p>
|
|
123
247
|
* <ul>
|
|
124
248
|
* <li>
|
|
125
249
|
* <p>
|
|
126
|
-
* <code>
|
|
127
|
-
* </li>
|
|
128
|
-
* <li>
|
|
129
|
-
* <p>
|
|
130
|
-
* <code>state</code> - The state of the NAT gateway (<code>pending</code> |
|
|
131
|
-
* <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p>
|
|
132
|
-
* </li>
|
|
133
|
-
* <li>
|
|
134
|
-
* <p>
|
|
135
|
-
* <code>subnet-id</code> - The ID of the subnet in which the NAT gateway resides.</p>
|
|
136
|
-
* </li>
|
|
137
|
-
* <li>
|
|
138
|
-
* <p>
|
|
139
|
-
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
140
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
141
|
-
* </li>
|
|
142
|
-
* <li>
|
|
143
|
-
* <p>
|
|
144
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
250
|
+
* <code>availability-zone</code> - The Availability Zone of the EC2 Mac Dedicated Host.</p>
|
|
145
251
|
* </li>
|
|
146
252
|
* <li>
|
|
147
253
|
* <p>
|
|
148
|
-
* <code>
|
|
254
|
+
* <code>instance-type</code> - The instance type size that the EC2 Mac Dedicated Host is
|
|
255
|
+
* configured to support.</p>
|
|
149
256
|
* </li>
|
|
150
257
|
* </ul>
|
|
151
258
|
* @public
|
|
152
259
|
*/
|
|
153
|
-
|
|
260
|
+
Filters?: Filter[] | undefined;
|
|
154
261
|
/**
|
|
155
|
-
* <p>
|
|
156
|
-
*
|
|
157
|
-
*
|
|
262
|
+
* <p>
|
|
263
|
+
* The IDs of the EC2 Mac Dedicated Hosts.
|
|
264
|
+
* </p>
|
|
158
265
|
* @public
|
|
159
266
|
*/
|
|
160
|
-
|
|
267
|
+
HostIds?: string[] | undefined;
|
|
161
268
|
/**
|
|
162
|
-
* <p>The
|
|
269
|
+
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
|
|
163
270
|
* @public
|
|
164
271
|
*/
|
|
165
|
-
|
|
272
|
+
MaxResults?: number | undefined;
|
|
166
273
|
/**
|
|
167
|
-
* <p>The token
|
|
274
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
168
275
|
* @public
|
|
169
276
|
*/
|
|
170
277
|
NextToken?: string | undefined;
|
|
171
278
|
}
|
|
172
279
|
/**
|
|
280
|
+
* <p>
|
|
281
|
+
* Information about the EC2 Mac Dedicated Host.
|
|
282
|
+
* </p>
|
|
173
283
|
* @public
|
|
174
284
|
*/
|
|
175
|
-
export interface
|
|
285
|
+
export interface MacHost {
|
|
176
286
|
/**
|
|
177
|
-
* <p>
|
|
287
|
+
* <p>
|
|
288
|
+
* The EC2 Mac Dedicated Host ID.
|
|
289
|
+
* </p>
|
|
178
290
|
* @public
|
|
179
291
|
*/
|
|
180
|
-
|
|
292
|
+
HostId?: string | undefined;
|
|
181
293
|
/**
|
|
182
|
-
* <p>
|
|
294
|
+
* <p>
|
|
295
|
+
* The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
|
|
296
|
+
* </p>
|
|
183
297
|
* @public
|
|
184
298
|
*/
|
|
185
|
-
|
|
299
|
+
MacOSLatestSupportedVersions?: string[] | undefined;
|
|
186
300
|
}
|
|
187
301
|
/**
|
|
188
302
|
* @public
|
|
189
303
|
*/
|
|
190
|
-
export interface
|
|
304
|
+
export interface DescribeMacHostsResult {
|
|
191
305
|
/**
|
|
192
|
-
* <p>
|
|
306
|
+
* <p>
|
|
307
|
+
* Information about the EC2 Mac Dedicated Hosts.
|
|
308
|
+
* </p>
|
|
193
309
|
* @public
|
|
194
310
|
*/
|
|
195
|
-
|
|
311
|
+
MacHosts?: MacHost[] | undefined;
|
|
196
312
|
/**
|
|
197
|
-
* <p>The
|
|
198
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
199
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
313
|
+
* <p>The token to use to retrieve the next page of results.</p>
|
|
200
314
|
* @public
|
|
201
315
|
*/
|
|
202
|
-
|
|
316
|
+
NextToken?: string | undefined;
|
|
317
|
+
}
|
|
318
|
+
/**
|
|
319
|
+
* @public
|
|
320
|
+
*/
|
|
321
|
+
export interface DescribeManagedPrefixListsRequest {
|
|
203
322
|
/**
|
|
204
323
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
205
324
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -208,256 +327,139 @@ export interface DescribeNetworkAclsRequest {
|
|
|
208
327
|
*/
|
|
209
328
|
DryRun?: boolean | undefined;
|
|
210
329
|
/**
|
|
211
|
-
* <p>
|
|
212
|
-
* @public
|
|
213
|
-
*/
|
|
214
|
-
NetworkAclIds?: string[] | undefined;
|
|
215
|
-
/**
|
|
216
|
-
* <p>The filters.</p>
|
|
330
|
+
* <p>One or more filters.</p>
|
|
217
331
|
* <ul>
|
|
218
332
|
* <li>
|
|
219
333
|
* <p>
|
|
220
|
-
* <code>
|
|
221
|
-
* </li>
|
|
222
|
-
* <li>
|
|
223
|
-
* <p>
|
|
224
|
-
* <code>association.network-acl-id</code> - The ID of the network ACL involved in the association.</p>
|
|
225
|
-
* </li>
|
|
226
|
-
* <li>
|
|
227
|
-
* <p>
|
|
228
|
-
* <code>association.subnet-id</code> - The ID of the subnet involved in the association.</p>
|
|
229
|
-
* </li>
|
|
230
|
-
* <li>
|
|
231
|
-
* <p>
|
|
232
|
-
* <code>default</code> - Indicates whether the ACL is the default network ACL for the VPC.</p>
|
|
233
|
-
* </li>
|
|
234
|
-
* <li>
|
|
235
|
-
* <p>
|
|
236
|
-
* <code>entry.cidr</code> - The IPv4 CIDR range specified in the entry.</p>
|
|
237
|
-
* </li>
|
|
238
|
-
* <li>
|
|
239
|
-
* <p>
|
|
240
|
-
* <code>entry.icmp.code</code> - The ICMP code specified in the entry, if any.</p>
|
|
241
|
-
* </li>
|
|
242
|
-
* <li>
|
|
243
|
-
* <p>
|
|
244
|
-
* <code>entry.icmp.type</code> - The ICMP type specified in the entry, if any.</p>
|
|
245
|
-
* </li>
|
|
246
|
-
* <li>
|
|
247
|
-
* <p>
|
|
248
|
-
* <code>entry.ipv6-cidr</code> - The IPv6 CIDR range specified in the entry.</p>
|
|
249
|
-
* </li>
|
|
250
|
-
* <li>
|
|
251
|
-
* <p>
|
|
252
|
-
* <code>entry.port-range.from</code> - The start of the port range specified in the entry. </p>
|
|
253
|
-
* </li>
|
|
254
|
-
* <li>
|
|
255
|
-
* <p>
|
|
256
|
-
* <code>entry.port-range.to</code> - The end of the port range specified in the entry. </p>
|
|
257
|
-
* </li>
|
|
258
|
-
* <li>
|
|
259
|
-
* <p>
|
|
260
|
-
* <code>entry.protocol</code> - The protocol specified in the entry (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p>
|
|
334
|
+
* <code>owner-id</code> - The ID of the prefix list owner.</p>
|
|
261
335
|
* </li>
|
|
262
336
|
* <li>
|
|
263
337
|
* <p>
|
|
264
|
-
* <code>
|
|
338
|
+
* <code>prefix-list-id</code> - The ID of the prefix list.</p>
|
|
265
339
|
* </li>
|
|
266
340
|
* <li>
|
|
267
341
|
* <p>
|
|
268
|
-
* <code>
|
|
269
|
-
* for egress rules, or <code>false</code> for ingress rules.</p>
|
|
270
|
-
* </li>
|
|
271
|
-
* <li>
|
|
272
|
-
* <p>
|
|
273
|
-
* <code>entry.rule-number</code> - The number of an entry (in other words, rule) in
|
|
274
|
-
* the set of ACL entries.</p>
|
|
275
|
-
* </li>
|
|
276
|
-
* <li>
|
|
277
|
-
* <p>
|
|
278
|
-
* <code>network-acl-id</code> - The ID of the network ACL.</p>
|
|
279
|
-
* </li>
|
|
280
|
-
* <li>
|
|
281
|
-
* <p>
|
|
282
|
-
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the network ACL.</p>
|
|
283
|
-
* </li>
|
|
284
|
-
* <li>
|
|
285
|
-
* <p>
|
|
286
|
-
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
287
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
288
|
-
* </li>
|
|
289
|
-
* <li>
|
|
290
|
-
* <p>
|
|
291
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
292
|
-
* </li>
|
|
293
|
-
* <li>
|
|
294
|
-
* <p>
|
|
295
|
-
* <code>vpc-id</code> - The ID of the VPC for the network ACL.</p>
|
|
342
|
+
* <code>prefix-list-name</code> - The name of the prefix list.</p>
|
|
296
343
|
* </li>
|
|
297
344
|
* </ul>
|
|
298
345
|
* @public
|
|
299
346
|
*/
|
|
300
347
|
Filters?: Filter[] | undefined;
|
|
301
|
-
}
|
|
302
|
-
/**
|
|
303
|
-
* @public
|
|
304
|
-
*/
|
|
305
|
-
export interface DescribeNetworkAclsResult {
|
|
306
348
|
/**
|
|
307
|
-
* <p>
|
|
349
|
+
* <p>The maximum number of results to return with a single call.
|
|
350
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
308
351
|
* @public
|
|
309
352
|
*/
|
|
310
|
-
|
|
353
|
+
MaxResults?: number | undefined;
|
|
311
354
|
/**
|
|
312
|
-
* <p>The token
|
|
355
|
+
* <p>The token for the next page of results.</p>
|
|
313
356
|
* @public
|
|
314
357
|
*/
|
|
315
358
|
NextToken?: string | undefined;
|
|
359
|
+
/**
|
|
360
|
+
* <p>One or more prefix list IDs.</p>
|
|
361
|
+
* @public
|
|
362
|
+
*/
|
|
363
|
+
PrefixListIds?: string[] | undefined;
|
|
316
364
|
}
|
|
317
365
|
/**
|
|
318
366
|
* @public
|
|
319
367
|
*/
|
|
320
|
-
export interface
|
|
321
|
-
/**
|
|
322
|
-
* <p>The IDs of the Network Access Scope analyses.</p>
|
|
323
|
-
* @public
|
|
324
|
-
*/
|
|
325
|
-
NetworkInsightsAccessScopeAnalysisIds?: string[] | undefined;
|
|
368
|
+
export interface DescribeManagedPrefixListsResult {
|
|
326
369
|
/**
|
|
327
|
-
* <p>The
|
|
370
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
328
371
|
* @public
|
|
329
372
|
*/
|
|
330
|
-
|
|
373
|
+
NextToken?: string | undefined;
|
|
331
374
|
/**
|
|
332
|
-
* <p>
|
|
375
|
+
* <p>Information about the prefix lists.</p>
|
|
333
376
|
* @public
|
|
334
377
|
*/
|
|
335
|
-
|
|
378
|
+
PrefixLists?: ManagedPrefixList[] | undefined;
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* @public
|
|
382
|
+
*/
|
|
383
|
+
export interface DescribeMovingAddressesRequest {
|
|
336
384
|
/**
|
|
337
|
-
* <p>
|
|
385
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
386
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
387
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
338
388
|
* @public
|
|
339
389
|
*/
|
|
340
|
-
|
|
390
|
+
DryRun?: boolean | undefined;
|
|
341
391
|
/**
|
|
342
|
-
* <p>
|
|
392
|
+
* <p>One or more Elastic IP addresses.</p>
|
|
343
393
|
* @public
|
|
344
394
|
*/
|
|
345
|
-
|
|
395
|
+
PublicIps?: string[] | undefined;
|
|
346
396
|
/**
|
|
347
|
-
* <p>The
|
|
348
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
397
|
+
* <p>The token for the next page of results.</p>
|
|
349
398
|
* @public
|
|
350
399
|
*/
|
|
351
|
-
|
|
400
|
+
NextToken?: string | undefined;
|
|
352
401
|
/**
|
|
353
|
-
* <p>
|
|
354
|
-
*
|
|
355
|
-
*
|
|
402
|
+
* <p>One or more filters.</p>
|
|
403
|
+
* <ul>
|
|
404
|
+
* <li>
|
|
405
|
+
* <p>
|
|
406
|
+
* <code>moving-status</code> - The status of the Elastic IP address
|
|
407
|
+
* (<code>MovingToVpc</code> | <code>RestoringToClassic</code>).</p>
|
|
408
|
+
* </li>
|
|
409
|
+
* </ul>
|
|
356
410
|
* @public
|
|
357
411
|
*/
|
|
358
|
-
|
|
412
|
+
Filters?: Filter[] | undefined;
|
|
359
413
|
/**
|
|
360
|
-
* <p>The
|
|
414
|
+
* <p>The maximum number of results to return for the request in a single page. The remaining
|
|
415
|
+
* results of the initial request can be seen by sending another request with the returned
|
|
416
|
+
* <code>NextToken</code> value. This value can be between 5 and 1000; if
|
|
417
|
+
* <code>MaxResults</code> is given a value outside of this range, an error is returned.</p>
|
|
418
|
+
* <p>Default: If no value is provided, the default is 1000.</p>
|
|
361
419
|
* @public
|
|
362
420
|
*/
|
|
363
|
-
|
|
421
|
+
MaxResults?: number | undefined;
|
|
364
422
|
}
|
|
365
423
|
/**
|
|
366
424
|
* @public
|
|
367
425
|
* @enum
|
|
368
426
|
*/
|
|
369
|
-
export declare const
|
|
370
|
-
readonly
|
|
371
|
-
readonly
|
|
372
|
-
readonly unknown: "unknown";
|
|
373
|
-
};
|
|
374
|
-
/**
|
|
375
|
-
* @public
|
|
376
|
-
*/
|
|
377
|
-
export type FindingsFound = (typeof FindingsFound)[keyof typeof FindingsFound];
|
|
378
|
-
/**
|
|
379
|
-
* @public
|
|
380
|
-
* @enum
|
|
381
|
-
*/
|
|
382
|
-
export declare const AnalysisStatus: {
|
|
383
|
-
readonly failed: "failed";
|
|
384
|
-
readonly running: "running";
|
|
385
|
-
readonly succeeded: "succeeded";
|
|
427
|
+
export declare const MoveStatus: {
|
|
428
|
+
readonly movingToVpc: "movingToVpc";
|
|
429
|
+
readonly restoringToClassic: "restoringToClassic";
|
|
386
430
|
};
|
|
387
431
|
/**
|
|
388
432
|
* @public
|
|
389
433
|
*/
|
|
390
|
-
export type
|
|
434
|
+
export type MoveStatus = (typeof MoveStatus)[keyof typeof MoveStatus];
|
|
391
435
|
/**
|
|
392
|
-
* <
|
|
436
|
+
* <note>
|
|
437
|
+
* <p>This action is deprecated.</p>
|
|
438
|
+
* </note>
|
|
439
|
+
* <p>Describes the status of a moving Elastic IP address.</p>
|
|
393
440
|
* @public
|
|
394
441
|
*/
|
|
395
|
-
export interface
|
|
396
|
-
/**
|
|
397
|
-
* <p>The ID of the Network Access Scope analysis.</p>
|
|
398
|
-
* @public
|
|
399
|
-
*/
|
|
400
|
-
NetworkInsightsAccessScopeAnalysisId?: string | undefined;
|
|
401
|
-
/**
|
|
402
|
-
* <p>The Amazon Resource Name (ARN) of the Network Access Scope analysis.</p>
|
|
403
|
-
* @public
|
|
404
|
-
*/
|
|
405
|
-
NetworkInsightsAccessScopeAnalysisArn?: string | undefined;
|
|
406
|
-
/**
|
|
407
|
-
* <p>The ID of the Network Access Scope.</p>
|
|
408
|
-
* @public
|
|
409
|
-
*/
|
|
410
|
-
NetworkInsightsAccessScopeId?: string | undefined;
|
|
411
|
-
/**
|
|
412
|
-
* <p>The status.</p>
|
|
413
|
-
* @public
|
|
414
|
-
*/
|
|
415
|
-
Status?: AnalysisStatus | undefined;
|
|
416
|
-
/**
|
|
417
|
-
* <p>The status message.</p>
|
|
418
|
-
* @public
|
|
419
|
-
*/
|
|
420
|
-
StatusMessage?: string | undefined;
|
|
421
|
-
/**
|
|
422
|
-
* <p>The warning message.</p>
|
|
423
|
-
* @public
|
|
424
|
-
*/
|
|
425
|
-
WarningMessage?: string | undefined;
|
|
426
|
-
/**
|
|
427
|
-
* <p>The analysis start date.</p>
|
|
428
|
-
* @public
|
|
429
|
-
*/
|
|
430
|
-
StartDate?: Date | undefined;
|
|
431
|
-
/**
|
|
432
|
-
* <p>The analysis end date.</p>
|
|
433
|
-
* @public
|
|
434
|
-
*/
|
|
435
|
-
EndDate?: Date | undefined;
|
|
436
|
-
/**
|
|
437
|
-
* <p>Indicates whether there are findings.</p>
|
|
438
|
-
* @public
|
|
439
|
-
*/
|
|
440
|
-
FindingsFound?: FindingsFound | undefined;
|
|
442
|
+
export interface MovingAddressStatus {
|
|
441
443
|
/**
|
|
442
|
-
* <p>The
|
|
444
|
+
* <p>The status of the Elastic IP address that's being moved or restored.</p>
|
|
443
445
|
* @public
|
|
444
446
|
*/
|
|
445
|
-
|
|
447
|
+
MoveStatus?: MoveStatus | undefined;
|
|
446
448
|
/**
|
|
447
|
-
* <p>The
|
|
449
|
+
* <p>The Elastic IP address.</p>
|
|
448
450
|
* @public
|
|
449
451
|
*/
|
|
450
|
-
|
|
452
|
+
PublicIp?: string | undefined;
|
|
451
453
|
}
|
|
452
454
|
/**
|
|
453
455
|
* @public
|
|
454
456
|
*/
|
|
455
|
-
export interface
|
|
457
|
+
export interface DescribeMovingAddressesResult {
|
|
456
458
|
/**
|
|
457
|
-
* <p>The
|
|
459
|
+
* <p>The status for each Elastic IP address.</p>
|
|
458
460
|
* @public
|
|
459
461
|
*/
|
|
460
|
-
|
|
462
|
+
MovingAddressStatuses?: MovingAddressStatus[] | undefined;
|
|
461
463
|
/**
|
|
462
464
|
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
463
465
|
* @public
|
|
@@ -467,32 +469,61 @@ export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
|
|
|
467
469
|
/**
|
|
468
470
|
* @public
|
|
469
471
|
*/
|
|
470
|
-
export interface
|
|
472
|
+
export interface DescribeNatGatewaysRequest {
|
|
471
473
|
/**
|
|
472
|
-
* <p>
|
|
474
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
475
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
476
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
473
477
|
* @public
|
|
474
478
|
*/
|
|
475
|
-
|
|
479
|
+
DryRun?: boolean | undefined;
|
|
476
480
|
/**
|
|
477
|
-
* <p>
|
|
481
|
+
* <p>The filters.</p>
|
|
482
|
+
* <ul>
|
|
483
|
+
* <li>
|
|
484
|
+
* <p>
|
|
485
|
+
* <code>nat-gateway-id</code> - The ID of the NAT gateway.</p>
|
|
486
|
+
* </li>
|
|
487
|
+
* <li>
|
|
488
|
+
* <p>
|
|
489
|
+
* <code>state</code> - The state of the NAT gateway (<code>pending</code> |
|
|
490
|
+
* <code>failed</code> | <code>available</code> | <code>deleting</code> | <code>deleted</code>).</p>
|
|
491
|
+
* </li>
|
|
492
|
+
* <li>
|
|
493
|
+
* <p>
|
|
494
|
+
* <code>subnet-id</code> - The ID of the subnet in which the NAT gateway resides.</p>
|
|
495
|
+
* </li>
|
|
496
|
+
* <li>
|
|
497
|
+
* <p>
|
|
498
|
+
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
499
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
500
|
+
* </li>
|
|
501
|
+
* <li>
|
|
502
|
+
* <p>
|
|
503
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
504
|
+
* </li>
|
|
505
|
+
* <li>
|
|
506
|
+
* <p>
|
|
507
|
+
* <code>vpc-id</code> - The ID of the VPC in which the NAT gateway resides.</p>
|
|
508
|
+
* </li>
|
|
509
|
+
* </ul>
|
|
478
510
|
* @public
|
|
479
511
|
*/
|
|
480
|
-
|
|
512
|
+
Filter?: Filter[] | undefined;
|
|
481
513
|
/**
|
|
482
|
-
* <p>The maximum number of
|
|
483
|
-
*
|
|
514
|
+
* <p>The maximum number of items to return for this request.
|
|
515
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
516
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
484
517
|
* @public
|
|
485
518
|
*/
|
|
486
519
|
MaxResults?: number | undefined;
|
|
487
520
|
/**
|
|
488
|
-
* <p>
|
|
489
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
490
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
521
|
+
* <p>The IDs of the NAT gateways.</p>
|
|
491
522
|
* @public
|
|
492
523
|
*/
|
|
493
|
-
|
|
524
|
+
NatGatewayIds?: string[] | undefined;
|
|
494
525
|
/**
|
|
495
|
-
* <p>The token
|
|
526
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
496
527
|
* @public
|
|
497
528
|
*/
|
|
498
529
|
NextToken?: string | undefined;
|
|
@@ -500,14 +531,14 @@ export interface DescribeNetworkInsightsAccessScopesRequest {
|
|
|
500
531
|
/**
|
|
501
532
|
* @public
|
|
502
533
|
*/
|
|
503
|
-
export interface
|
|
534
|
+
export interface DescribeNatGatewaysResult {
|
|
504
535
|
/**
|
|
505
|
-
* <p>
|
|
536
|
+
* <p>Information about the NAT gateways.</p>
|
|
506
537
|
* @public
|
|
507
538
|
*/
|
|
508
|
-
|
|
539
|
+
NatGateways?: NatGateway[] | undefined;
|
|
509
540
|
/**
|
|
510
|
-
* <p>The token to
|
|
541
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
511
542
|
* @public
|
|
512
543
|
*/
|
|
513
544
|
NextToken?: string | undefined;
|
|
@@ -515,40 +546,162 @@ export interface DescribeNetworkInsightsAccessScopesResult {
|
|
|
515
546
|
/**
|
|
516
547
|
* @public
|
|
517
548
|
*/
|
|
518
|
-
export interface
|
|
549
|
+
export interface DescribeNetworkAclsRequest {
|
|
519
550
|
/**
|
|
520
|
-
* <p>The
|
|
551
|
+
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
521
552
|
* @public
|
|
522
553
|
*/
|
|
523
|
-
|
|
554
|
+
NextToken?: string | undefined;
|
|
524
555
|
/**
|
|
525
|
-
* <p>The
|
|
556
|
+
* <p>The maximum number of items to return for this request.
|
|
557
|
+
* To get the next page of items, make another request with the token returned in the output.
|
|
558
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
526
559
|
* @public
|
|
527
560
|
*/
|
|
528
|
-
|
|
561
|
+
MaxResults?: number | undefined;
|
|
529
562
|
/**
|
|
530
|
-
* <p>
|
|
563
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
564
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
565
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
531
566
|
* @public
|
|
532
567
|
*/
|
|
533
|
-
|
|
568
|
+
DryRun?: boolean | undefined;
|
|
534
569
|
/**
|
|
535
|
-
* <p>The
|
|
570
|
+
* <p>The IDs of the network ACLs.</p>
|
|
536
571
|
* @public
|
|
537
572
|
*/
|
|
538
|
-
|
|
573
|
+
NetworkAclIds?: string[] | undefined;
|
|
539
574
|
/**
|
|
540
|
-
* <p>The filters
|
|
575
|
+
* <p>The filters.</p>
|
|
541
576
|
* <ul>
|
|
542
577
|
* <li>
|
|
543
|
-
* <p>
|
|
578
|
+
* <p>
|
|
579
|
+
* <code>association.association-id</code> - The ID of an association ID for the ACL.</p>
|
|
544
580
|
* </li>
|
|
545
581
|
* <li>
|
|
546
|
-
* <p>
|
|
582
|
+
* <p>
|
|
583
|
+
* <code>association.network-acl-id</code> - The ID of the network ACL involved in the association.</p>
|
|
584
|
+
* </li>
|
|
585
|
+
* <li>
|
|
586
|
+
* <p>
|
|
587
|
+
* <code>association.subnet-id</code> - The ID of the subnet involved in the association.</p>
|
|
588
|
+
* </li>
|
|
589
|
+
* <li>
|
|
590
|
+
* <p>
|
|
591
|
+
* <code>default</code> - Indicates whether the ACL is the default network ACL for the VPC.</p>
|
|
592
|
+
* </li>
|
|
593
|
+
* <li>
|
|
594
|
+
* <p>
|
|
595
|
+
* <code>entry.cidr</code> - The IPv4 CIDR range specified in the entry.</p>
|
|
596
|
+
* </li>
|
|
597
|
+
* <li>
|
|
598
|
+
* <p>
|
|
599
|
+
* <code>entry.icmp.code</code> - The ICMP code specified in the entry, if any.</p>
|
|
600
|
+
* </li>
|
|
601
|
+
* <li>
|
|
602
|
+
* <p>
|
|
603
|
+
* <code>entry.icmp.type</code> - The ICMP type specified in the entry, if any.</p>
|
|
604
|
+
* </li>
|
|
605
|
+
* <li>
|
|
606
|
+
* <p>
|
|
607
|
+
* <code>entry.ipv6-cidr</code> - The IPv6 CIDR range specified in the entry.</p>
|
|
608
|
+
* </li>
|
|
609
|
+
* <li>
|
|
610
|
+
* <p>
|
|
611
|
+
* <code>entry.port-range.from</code> - The start of the port range specified in the entry. </p>
|
|
612
|
+
* </li>
|
|
613
|
+
* <li>
|
|
614
|
+
* <p>
|
|
615
|
+
* <code>entry.port-range.to</code> - The end of the port range specified in the entry. </p>
|
|
616
|
+
* </li>
|
|
617
|
+
* <li>
|
|
618
|
+
* <p>
|
|
619
|
+
* <code>entry.protocol</code> - The protocol specified in the entry (<code>tcp</code> | <code>udp</code> | <code>icmp</code> or a protocol number).</p>
|
|
620
|
+
* </li>
|
|
621
|
+
* <li>
|
|
622
|
+
* <p>
|
|
623
|
+
* <code>entry.rule-action</code> - Allows or denies the matching traffic (<code>allow</code> | <code>deny</code>).</p>
|
|
624
|
+
* </li>
|
|
625
|
+
* <li>
|
|
626
|
+
* <p>
|
|
627
|
+
* <code>entry.egress</code> - A Boolean that indicates the type of rule. Specify <code>true</code>
|
|
628
|
+
* for egress rules, or <code>false</code> for ingress rules.</p>
|
|
629
|
+
* </li>
|
|
630
|
+
* <li>
|
|
631
|
+
* <p>
|
|
632
|
+
* <code>entry.rule-number</code> - The number of an entry (in other words, rule) in
|
|
633
|
+
* the set of ACL entries.</p>
|
|
634
|
+
* </li>
|
|
635
|
+
* <li>
|
|
636
|
+
* <p>
|
|
637
|
+
* <code>network-acl-id</code> - The ID of the network ACL.</p>
|
|
638
|
+
* </li>
|
|
639
|
+
* <li>
|
|
640
|
+
* <p>
|
|
641
|
+
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the network ACL.</p>
|
|
642
|
+
* </li>
|
|
643
|
+
* <li>
|
|
644
|
+
* <p>
|
|
645
|
+
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
646
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
647
|
+
* </li>
|
|
648
|
+
* <li>
|
|
649
|
+
* <p>
|
|
650
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
651
|
+
* </li>
|
|
652
|
+
* <li>
|
|
653
|
+
* <p>
|
|
654
|
+
* <code>vpc-id</code> - The ID of the VPC for the network ACL.</p>
|
|
547
655
|
* </li>
|
|
548
656
|
* </ul>
|
|
549
657
|
* @public
|
|
550
658
|
*/
|
|
551
659
|
Filters?: Filter[] | undefined;
|
|
660
|
+
}
|
|
661
|
+
/**
|
|
662
|
+
* @public
|
|
663
|
+
*/
|
|
664
|
+
export interface DescribeNetworkAclsResult {
|
|
665
|
+
/**
|
|
666
|
+
* <p>Information about the network ACLs.</p>
|
|
667
|
+
* @public
|
|
668
|
+
*/
|
|
669
|
+
NetworkAcls?: NetworkAcl[] | undefined;
|
|
670
|
+
/**
|
|
671
|
+
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
672
|
+
* @public
|
|
673
|
+
*/
|
|
674
|
+
NextToken?: string | undefined;
|
|
675
|
+
}
|
|
676
|
+
/**
|
|
677
|
+
* @public
|
|
678
|
+
*/
|
|
679
|
+
export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
|
|
680
|
+
/**
|
|
681
|
+
* <p>The IDs of the Network Access Scope analyses.</p>
|
|
682
|
+
* @public
|
|
683
|
+
*/
|
|
684
|
+
NetworkInsightsAccessScopeAnalysisIds?: string[] | undefined;
|
|
685
|
+
/**
|
|
686
|
+
* <p>The ID of the Network Access Scope.</p>
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
NetworkInsightsAccessScopeId?: string | undefined;
|
|
690
|
+
/**
|
|
691
|
+
* <p>Filters the results based on the start time. The analysis must have started on or after this time.</p>
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
694
|
+
AnalysisStartTimeBegin?: Date | undefined;
|
|
695
|
+
/**
|
|
696
|
+
* <p>Filters the results based on the start time. The analysis must have started on or before this time.</p>
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
699
|
+
AnalysisStartTimeEnd?: Date | undefined;
|
|
700
|
+
/**
|
|
701
|
+
* <p>There are no supported filters.</p>
|
|
702
|
+
* @public
|
|
703
|
+
*/
|
|
704
|
+
Filters?: Filter[] | undefined;
|
|
552
705
|
/**
|
|
553
706
|
* <p>The maximum number of results to return with a single call.
|
|
554
707
|
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
@@ -569,102 +722,136 @@ export interface DescribeNetworkInsightsAnalysesRequest {
|
|
|
569
722
|
NextToken?: string | undefined;
|
|
570
723
|
}
|
|
571
724
|
/**
|
|
572
|
-
* <p>Describes a network insights analysis.</p>
|
|
573
725
|
* @public
|
|
726
|
+
* @enum
|
|
574
727
|
*/
|
|
575
|
-
export
|
|
728
|
+
export declare const FindingsFound: {
|
|
729
|
+
readonly false: "false";
|
|
730
|
+
readonly true: "true";
|
|
731
|
+
readonly unknown: "unknown";
|
|
732
|
+
};
|
|
733
|
+
/**
|
|
734
|
+
* @public
|
|
735
|
+
*/
|
|
736
|
+
export type FindingsFound = (typeof FindingsFound)[keyof typeof FindingsFound];
|
|
737
|
+
/**
|
|
738
|
+
* @public
|
|
739
|
+
* @enum
|
|
740
|
+
*/
|
|
741
|
+
export declare const AnalysisStatus: {
|
|
742
|
+
readonly failed: "failed";
|
|
743
|
+
readonly running: "running";
|
|
744
|
+
readonly succeeded: "succeeded";
|
|
745
|
+
};
|
|
746
|
+
/**
|
|
747
|
+
* @public
|
|
748
|
+
*/
|
|
749
|
+
export type AnalysisStatus = (typeof AnalysisStatus)[keyof typeof AnalysisStatus];
|
|
750
|
+
/**
|
|
751
|
+
* <p>Describes a Network Access Scope analysis.</p>
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
export interface NetworkInsightsAccessScopeAnalysis {
|
|
576
755
|
/**
|
|
577
|
-
* <p>The ID of the
|
|
756
|
+
* <p>The ID of the Network Access Scope analysis.</p>
|
|
578
757
|
* @public
|
|
579
758
|
*/
|
|
580
|
-
|
|
759
|
+
NetworkInsightsAccessScopeAnalysisId?: string | undefined;
|
|
581
760
|
/**
|
|
582
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
761
|
+
* <p>The Amazon Resource Name (ARN) of the Network Access Scope analysis.</p>
|
|
583
762
|
* @public
|
|
584
763
|
*/
|
|
585
|
-
|
|
764
|
+
NetworkInsightsAccessScopeAnalysisArn?: string | undefined;
|
|
586
765
|
/**
|
|
587
|
-
* <p>The ID of the
|
|
766
|
+
* <p>The ID of the Network Access Scope.</p>
|
|
588
767
|
* @public
|
|
589
768
|
*/
|
|
590
|
-
|
|
769
|
+
NetworkInsightsAccessScopeId?: string | undefined;
|
|
591
770
|
/**
|
|
592
|
-
* <p>The
|
|
771
|
+
* <p>The status.</p>
|
|
593
772
|
* @public
|
|
594
773
|
*/
|
|
595
|
-
|
|
774
|
+
Status?: AnalysisStatus | undefined;
|
|
596
775
|
/**
|
|
597
|
-
* <p>The
|
|
776
|
+
* <p>The status message.</p>
|
|
598
777
|
* @public
|
|
599
778
|
*/
|
|
600
|
-
|
|
779
|
+
StatusMessage?: string | undefined;
|
|
601
780
|
/**
|
|
602
|
-
* <p>The
|
|
781
|
+
* <p>The warning message.</p>
|
|
603
782
|
* @public
|
|
604
783
|
*/
|
|
605
|
-
|
|
784
|
+
WarningMessage?: string | undefined;
|
|
606
785
|
/**
|
|
607
|
-
* <p>The
|
|
786
|
+
* <p>The analysis start date.</p>
|
|
608
787
|
* @public
|
|
609
788
|
*/
|
|
610
|
-
|
|
789
|
+
StartDate?: Date | undefined;
|
|
611
790
|
/**
|
|
612
|
-
* <p>The
|
|
791
|
+
* <p>The analysis end date.</p>
|
|
613
792
|
* @public
|
|
614
793
|
*/
|
|
615
|
-
|
|
794
|
+
EndDate?: Date | undefined;
|
|
616
795
|
/**
|
|
617
|
-
* <p>
|
|
796
|
+
* <p>Indicates whether there are findings.</p>
|
|
618
797
|
* @public
|
|
619
798
|
*/
|
|
620
|
-
|
|
799
|
+
FindingsFound?: FindingsFound | undefined;
|
|
621
800
|
/**
|
|
622
|
-
* <p>
|
|
801
|
+
* <p>The number of network interfaces analyzed.</p>
|
|
623
802
|
* @public
|
|
624
803
|
*/
|
|
625
|
-
|
|
804
|
+
AnalyzedEniCount?: number | undefined;
|
|
626
805
|
/**
|
|
627
|
-
* <p>The
|
|
806
|
+
* <p>The tags.</p>
|
|
628
807
|
* @public
|
|
629
808
|
*/
|
|
630
|
-
|
|
809
|
+
Tags?: Tag[] | undefined;
|
|
810
|
+
}
|
|
811
|
+
/**
|
|
812
|
+
* @public
|
|
813
|
+
*/
|
|
814
|
+
export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
|
|
631
815
|
/**
|
|
632
|
-
* <p>The
|
|
816
|
+
* <p>The Network Access Scope analyses.</p>
|
|
633
817
|
* @public
|
|
634
818
|
*/
|
|
635
|
-
|
|
819
|
+
NetworkInsightsAccessScopeAnalyses?: NetworkInsightsAccessScopeAnalysis[] | undefined;
|
|
636
820
|
/**
|
|
637
|
-
* <p>The
|
|
821
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
638
822
|
* @public
|
|
639
823
|
*/
|
|
640
|
-
|
|
824
|
+
NextToken?: string | undefined;
|
|
825
|
+
}
|
|
826
|
+
/**
|
|
827
|
+
* @public
|
|
828
|
+
*/
|
|
829
|
+
export interface DescribeNetworkInsightsAccessScopesRequest {
|
|
641
830
|
/**
|
|
642
|
-
* <p>
|
|
831
|
+
* <p>The IDs of the Network Access Scopes.</p>
|
|
643
832
|
* @public
|
|
644
833
|
*/
|
|
645
|
-
|
|
834
|
+
NetworkInsightsAccessScopeIds?: string[] | undefined;
|
|
646
835
|
/**
|
|
647
|
-
* <p>
|
|
836
|
+
* <p>There are no supported filters.</p>
|
|
648
837
|
* @public
|
|
649
838
|
*/
|
|
650
|
-
|
|
839
|
+
Filters?: Filter[] | undefined;
|
|
651
840
|
/**
|
|
652
|
-
* <p>The
|
|
841
|
+
* <p>The maximum number of results to return with a single call.
|
|
842
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
653
843
|
* @public
|
|
654
844
|
*/
|
|
655
|
-
|
|
656
|
-
}
|
|
657
|
-
/**
|
|
658
|
-
* @public
|
|
659
|
-
*/
|
|
660
|
-
export interface DescribeNetworkInsightsAnalysesResult {
|
|
845
|
+
MaxResults?: number | undefined;
|
|
661
846
|
/**
|
|
662
|
-
* <p>
|
|
847
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
848
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
849
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
663
850
|
* @public
|
|
664
851
|
*/
|
|
665
|
-
|
|
852
|
+
DryRun?: boolean | undefined;
|
|
666
853
|
/**
|
|
667
|
-
* <p>The token
|
|
854
|
+
* <p>The token for the next page of results.</p>
|
|
668
855
|
* @public
|
|
669
856
|
*/
|
|
670
857
|
NextToken?: string | undefined;
|
|
@@ -672,7 +859,179 @@ export interface DescribeNetworkInsightsAnalysesResult {
|
|
|
672
859
|
/**
|
|
673
860
|
* @public
|
|
674
861
|
*/
|
|
675
|
-
export interface
|
|
862
|
+
export interface DescribeNetworkInsightsAccessScopesResult {
|
|
863
|
+
/**
|
|
864
|
+
* <p>The Network Access Scopes.</p>
|
|
865
|
+
* @public
|
|
866
|
+
*/
|
|
867
|
+
NetworkInsightsAccessScopes?: NetworkInsightsAccessScope[] | undefined;
|
|
868
|
+
/**
|
|
869
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
870
|
+
* @public
|
|
871
|
+
*/
|
|
872
|
+
NextToken?: string | undefined;
|
|
873
|
+
}
|
|
874
|
+
/**
|
|
875
|
+
* @public
|
|
876
|
+
*/
|
|
877
|
+
export interface DescribeNetworkInsightsAnalysesRequest {
|
|
878
|
+
/**
|
|
879
|
+
* <p>The ID of the network insights analyses. You must specify either analysis IDs or a path ID.</p>
|
|
880
|
+
* @public
|
|
881
|
+
*/
|
|
882
|
+
NetworkInsightsAnalysisIds?: string[] | undefined;
|
|
883
|
+
/**
|
|
884
|
+
* <p>The ID of the path. You must specify either a path ID or analysis IDs.</p>
|
|
885
|
+
* @public
|
|
886
|
+
*/
|
|
887
|
+
NetworkInsightsPathId?: string | undefined;
|
|
888
|
+
/**
|
|
889
|
+
* <p>The time when the network insights analyses started.</p>
|
|
890
|
+
* @public
|
|
891
|
+
*/
|
|
892
|
+
AnalysisStartTime?: Date | undefined;
|
|
893
|
+
/**
|
|
894
|
+
* <p>The time when the network insights analyses ended.</p>
|
|
895
|
+
* @public
|
|
896
|
+
*/
|
|
897
|
+
AnalysisEndTime?: Date | undefined;
|
|
898
|
+
/**
|
|
899
|
+
* <p>The filters. The following are the possible values:</p>
|
|
900
|
+
* <ul>
|
|
901
|
+
* <li>
|
|
902
|
+
* <p>path-found - A Boolean value that indicates whether a feasible path is found.</p>
|
|
903
|
+
* </li>
|
|
904
|
+
* <li>
|
|
905
|
+
* <p>status - The status of the analysis (running | succeeded | failed).</p>
|
|
906
|
+
* </li>
|
|
907
|
+
* </ul>
|
|
908
|
+
* @public
|
|
909
|
+
*/
|
|
910
|
+
Filters?: Filter[] | undefined;
|
|
911
|
+
/**
|
|
912
|
+
* <p>The maximum number of results to return with a single call.
|
|
913
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
914
|
+
* @public
|
|
915
|
+
*/
|
|
916
|
+
MaxResults?: number | undefined;
|
|
917
|
+
/**
|
|
918
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
919
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
920
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
921
|
+
* @public
|
|
922
|
+
*/
|
|
923
|
+
DryRun?: boolean | undefined;
|
|
924
|
+
/**
|
|
925
|
+
* <p>The token for the next page of results.</p>
|
|
926
|
+
* @public
|
|
927
|
+
*/
|
|
928
|
+
NextToken?: string | undefined;
|
|
929
|
+
}
|
|
930
|
+
/**
|
|
931
|
+
* <p>Describes a network insights analysis.</p>
|
|
932
|
+
* @public
|
|
933
|
+
*/
|
|
934
|
+
export interface NetworkInsightsAnalysis {
|
|
935
|
+
/**
|
|
936
|
+
* <p>The ID of the network insights analysis.</p>
|
|
937
|
+
* @public
|
|
938
|
+
*/
|
|
939
|
+
NetworkInsightsAnalysisId?: string | undefined;
|
|
940
|
+
/**
|
|
941
|
+
* <p>The Amazon Resource Name (ARN) of the network insights analysis.</p>
|
|
942
|
+
* @public
|
|
943
|
+
*/
|
|
944
|
+
NetworkInsightsAnalysisArn?: string | undefined;
|
|
945
|
+
/**
|
|
946
|
+
* <p>The ID of the path.</p>
|
|
947
|
+
* @public
|
|
948
|
+
*/
|
|
949
|
+
NetworkInsightsPathId?: string | undefined;
|
|
950
|
+
/**
|
|
951
|
+
* <p>The member accounts that contain resources that the path can traverse.</p>
|
|
952
|
+
* @public
|
|
953
|
+
*/
|
|
954
|
+
AdditionalAccounts?: string[] | undefined;
|
|
955
|
+
/**
|
|
956
|
+
* <p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>
|
|
957
|
+
* @public
|
|
958
|
+
*/
|
|
959
|
+
FilterInArns?: string[] | undefined;
|
|
960
|
+
/**
|
|
961
|
+
* <p>The time the analysis started.</p>
|
|
962
|
+
* @public
|
|
963
|
+
*/
|
|
964
|
+
StartDate?: Date | undefined;
|
|
965
|
+
/**
|
|
966
|
+
* <p>The status of the network insights analysis.</p>
|
|
967
|
+
* @public
|
|
968
|
+
*/
|
|
969
|
+
Status?: AnalysisStatus | undefined;
|
|
970
|
+
/**
|
|
971
|
+
* <p>The status message, if the status is <code>failed</code>.</p>
|
|
972
|
+
* @public
|
|
973
|
+
*/
|
|
974
|
+
StatusMessage?: string | undefined;
|
|
975
|
+
/**
|
|
976
|
+
* <p>The warning message.</p>
|
|
977
|
+
* @public
|
|
978
|
+
*/
|
|
979
|
+
WarningMessage?: string | undefined;
|
|
980
|
+
/**
|
|
981
|
+
* <p>Indicates whether the destination is reachable from the source.</p>
|
|
982
|
+
* @public
|
|
983
|
+
*/
|
|
984
|
+
NetworkPathFound?: boolean | undefined;
|
|
985
|
+
/**
|
|
986
|
+
* <p>The components in the path from source to destination.</p>
|
|
987
|
+
* @public
|
|
988
|
+
*/
|
|
989
|
+
ForwardPathComponents?: PathComponent[] | undefined;
|
|
990
|
+
/**
|
|
991
|
+
* <p>The components in the path from destination to source.</p>
|
|
992
|
+
* @public
|
|
993
|
+
*/
|
|
994
|
+
ReturnPathComponents?: PathComponent[] | undefined;
|
|
995
|
+
/**
|
|
996
|
+
* <p>The explanations. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/reachability/explanation-codes.html">Reachability Analyzer explanation codes</a>.</p>
|
|
997
|
+
* @public
|
|
998
|
+
*/
|
|
999
|
+
Explanations?: Explanation[] | undefined;
|
|
1000
|
+
/**
|
|
1001
|
+
* <p>Potential intermediate components.</p>
|
|
1002
|
+
* @public
|
|
1003
|
+
*/
|
|
1004
|
+
AlternatePathHints?: AlternatePathHint[] | undefined;
|
|
1005
|
+
/**
|
|
1006
|
+
* <p>Potential intermediate accounts.</p>
|
|
1007
|
+
* @public
|
|
1008
|
+
*/
|
|
1009
|
+
SuggestedAccounts?: string[] | undefined;
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>The tags.</p>
|
|
1012
|
+
* @public
|
|
1013
|
+
*/
|
|
1014
|
+
Tags?: Tag[] | undefined;
|
|
1015
|
+
}
|
|
1016
|
+
/**
|
|
1017
|
+
* @public
|
|
1018
|
+
*/
|
|
1019
|
+
export interface DescribeNetworkInsightsAnalysesResult {
|
|
1020
|
+
/**
|
|
1021
|
+
* <p>Information about the network insights analyses.</p>
|
|
1022
|
+
* @public
|
|
1023
|
+
*/
|
|
1024
|
+
NetworkInsightsAnalyses?: NetworkInsightsAnalysis[] | undefined;
|
|
1025
|
+
/**
|
|
1026
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
1027
|
+
* @public
|
|
1028
|
+
*/
|
|
1029
|
+
NextToken?: string | undefined;
|
|
1030
|
+
}
|
|
1031
|
+
/**
|
|
1032
|
+
* @public
|
|
1033
|
+
*/
|
|
1034
|
+
export interface DescribeNetworkInsightsPathsRequest {
|
|
676
1035
|
/**
|
|
677
1036
|
* <p>The IDs of the paths.</p>
|
|
678
1037
|
* @public
|
|
@@ -1128,110 +1487,59 @@ export interface DescribeNetworkInterfacesResult {
|
|
|
1128
1487
|
/**
|
|
1129
1488
|
* @public
|
|
1130
1489
|
*/
|
|
1131
|
-
export interface
|
|
1132
|
-
/**
|
|
1133
|
-
* <p>The IDs of the placement groups.</p>
|
|
1134
|
-
* @public
|
|
1135
|
-
*/
|
|
1136
|
-
GroupIds?: string[] | undefined;
|
|
1490
|
+
export interface DescribeOutpostLagsRequest {
|
|
1137
1491
|
/**
|
|
1138
|
-
* <p>
|
|
1139
|
-
* request, and provides an error response. If you have the required permissions, the error response is
|
|
1140
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1492
|
+
* <p>The IDs of the Outpost LAGs.</p>
|
|
1141
1493
|
* @public
|
|
1142
1494
|
*/
|
|
1143
|
-
|
|
1495
|
+
OutpostLagIds?: string[] | undefined;
|
|
1144
1496
|
/**
|
|
1145
|
-
* <p>The
|
|
1146
|
-
*
|
|
1497
|
+
* <p>The filters to use for narrowing down the request. The following filters are
|
|
1498
|
+
* supported:</p>
|
|
1147
1499
|
* <ul>
|
|
1148
1500
|
* <li>
|
|
1149
|
-
* <p>
|
|
1150
|
-
*
|
|
1501
|
+
* <p>
|
|
1502
|
+
* <code>service-link-virtual-interface-id</code> - The ID of the service link virtual interface.</p>
|
|
1151
1503
|
* </li>
|
|
1152
1504
|
* <li>
|
|
1153
|
-
* <p>
|
|
1154
|
-
*
|
|
1155
|
-
* parameter instead.</p>
|
|
1505
|
+
* <p>
|
|
1506
|
+
* <code>service-link-virtual-interface-arn</code> - The ARN of the service link virtual interface.</p>
|
|
1156
1507
|
* </li>
|
|
1157
|
-
* </ul>
|
|
1158
|
-
* @public
|
|
1159
|
-
*/
|
|
1160
|
-
GroupNames?: string[] | undefined;
|
|
1161
|
-
/**
|
|
1162
|
-
* <p>The filters.</p>
|
|
1163
|
-
* <ul>
|
|
1164
1508
|
* <li>
|
|
1165
1509
|
* <p>
|
|
1166
|
-
* <code>
|
|
1510
|
+
* <code>outpost-id</code> - The Outpost ID.</p>
|
|
1167
1511
|
* </li>
|
|
1168
1512
|
* <li>
|
|
1169
1513
|
* <p>
|
|
1170
|
-
* <code>
|
|
1171
|
-
* group.</p>
|
|
1514
|
+
* <code>outpost-arn</code> - The Outpost ARN.</p>
|
|
1172
1515
|
* </li>
|
|
1173
1516
|
* <li>
|
|
1174
1517
|
* <p>
|
|
1175
|
-
* <code>
|
|
1176
|
-
* (<code>host</code> | <code>rack</code>). </p>
|
|
1518
|
+
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the service link virtual interface.</p>
|
|
1177
1519
|
* </li>
|
|
1178
1520
|
* <li>
|
|
1179
1521
|
* <p>
|
|
1180
|
-
* <code>
|
|
1181
|
-
* <code>available</code> | <code>deleting</code> |
|
|
1182
|
-
* <code>deleted</code>).</p>
|
|
1522
|
+
* <code>vlan</code> - The ID of the address pool.</p>
|
|
1183
1523
|
* </li>
|
|
1184
1524
|
* <li>
|
|
1185
1525
|
* <p>
|
|
1186
|
-
* <code>
|
|
1187
|
-
* (<code>cluster</code> | <code>spread</code> |
|
|
1188
|
-
* <code>partition</code>).</p>
|
|
1526
|
+
* <code>local-address</code> - The local address.</p>
|
|
1189
1527
|
* </li>
|
|
1190
1528
|
* <li>
|
|
1191
1529
|
* <p>
|
|
1192
|
-
* <code>
|
|
1193
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
1530
|
+
* <code>peer-address</code> - The peer address.</p>
|
|
1194
1531
|
* </li>
|
|
1195
1532
|
* <li>
|
|
1196
1533
|
* <p>
|
|
1197
|
-
* <code>
|
|
1534
|
+
* <code>peer-bgp-asn</code> - The peer BGP ASN.</p>
|
|
1198
1535
|
* </li>
|
|
1199
|
-
* </ul>
|
|
1200
|
-
* @public
|
|
1201
|
-
*/
|
|
1202
|
-
Filters?: Filter[] | undefined;
|
|
1203
|
-
}
|
|
1204
|
-
/**
|
|
1205
|
-
* @public
|
|
1206
|
-
*/
|
|
1207
|
-
export interface DescribePlacementGroupsResult {
|
|
1208
|
-
/**
|
|
1209
|
-
* <p>Information about the placement groups.</p>
|
|
1210
|
-
* @public
|
|
1211
|
-
*/
|
|
1212
|
-
PlacementGroups?: PlacementGroup[] | undefined;
|
|
1213
|
-
}
|
|
1214
|
-
/**
|
|
1215
|
-
* @public
|
|
1216
|
-
*/
|
|
1217
|
-
export interface DescribePrefixListsRequest {
|
|
1218
|
-
/**
|
|
1219
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1220
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1221
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1222
|
-
* @public
|
|
1223
|
-
*/
|
|
1224
|
-
DryRun?: boolean | undefined;
|
|
1225
|
-
/**
|
|
1226
|
-
* <p>One or more filters.</p>
|
|
1227
|
-
* <ul>
|
|
1228
1536
|
* <li>
|
|
1229
1537
|
* <p>
|
|
1230
|
-
* <code>
|
|
1538
|
+
* <code>outpost-lag-id</code> - The Outpost LAG ID.</p>
|
|
1231
1539
|
* </li>
|
|
1232
1540
|
* <li>
|
|
1233
1541
|
* <p>
|
|
1234
|
-
* <code>
|
|
1542
|
+
* <code>configuration-state</code> - The configuration state of the service link virtual interface.</p>
|
|
1235
1543
|
* </li>
|
|
1236
1544
|
* </ul>
|
|
1237
1545
|
* @public
|
|
@@ -1249,26 +1557,213 @@ export interface DescribePrefixListsRequest {
|
|
|
1249
1557
|
*/
|
|
1250
1558
|
NextToken?: string | undefined;
|
|
1251
1559
|
/**
|
|
1252
|
-
* <p>
|
|
1560
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1561
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1562
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1253
1563
|
* @public
|
|
1254
1564
|
*/
|
|
1255
|
-
|
|
1565
|
+
DryRun?: boolean | undefined;
|
|
1256
1566
|
}
|
|
1257
1567
|
/**
|
|
1258
|
-
* <p>Describes
|
|
1568
|
+
* <p>Describes an Outpost link aggregation group (LAG).</p>
|
|
1259
1569
|
* @public
|
|
1260
1570
|
*/
|
|
1261
|
-
export interface
|
|
1571
|
+
export interface OutpostLag {
|
|
1262
1572
|
/**
|
|
1263
|
-
* <p>The
|
|
1573
|
+
* <p>The Amazon Resource Number (ARN) of the Outpost LAG.</p>
|
|
1264
1574
|
* @public
|
|
1265
1575
|
*/
|
|
1266
|
-
|
|
1576
|
+
OutpostArn?: string | undefined;
|
|
1267
1577
|
/**
|
|
1268
|
-
* <p>The ID of the
|
|
1578
|
+
* <p>The ID of the Outpost LAG owner.</p>
|
|
1269
1579
|
* @public
|
|
1270
1580
|
*/
|
|
1271
|
-
|
|
1581
|
+
OwnerId?: string | undefined;
|
|
1582
|
+
/**
|
|
1583
|
+
* <p>The current state of the Outpost LAG.</p>
|
|
1584
|
+
* @public
|
|
1585
|
+
*/
|
|
1586
|
+
State?: string | undefined;
|
|
1587
|
+
/**
|
|
1588
|
+
* <p>The ID of the Outpost LAG.</p>
|
|
1589
|
+
* @public
|
|
1590
|
+
*/
|
|
1591
|
+
OutpostLagId?: string | undefined;
|
|
1592
|
+
/**
|
|
1593
|
+
* <p>The IDs of the local gateway virtual interfaces associated with the Outpost LAG.</p>
|
|
1594
|
+
* @public
|
|
1595
|
+
*/
|
|
1596
|
+
LocalGatewayVirtualInterfaceIds?: string[] | undefined;
|
|
1597
|
+
/**
|
|
1598
|
+
* <p>The service link virtual interface IDs associated with the Outpost LAG.</p>
|
|
1599
|
+
* @public
|
|
1600
|
+
*/
|
|
1601
|
+
ServiceLinkVirtualInterfaceIds?: string[] | undefined;
|
|
1602
|
+
/**
|
|
1603
|
+
* <p>The tags associated with the Outpost LAG.</p>
|
|
1604
|
+
* @public
|
|
1605
|
+
*/
|
|
1606
|
+
Tags?: Tag[] | undefined;
|
|
1607
|
+
}
|
|
1608
|
+
/**
|
|
1609
|
+
* @public
|
|
1610
|
+
*/
|
|
1611
|
+
export interface DescribeOutpostLagsResult {
|
|
1612
|
+
/**
|
|
1613
|
+
* <p>The Outpost LAGs.</p>
|
|
1614
|
+
* @public
|
|
1615
|
+
*/
|
|
1616
|
+
OutpostLags?: OutpostLag[] | undefined;
|
|
1617
|
+
/**
|
|
1618
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
1619
|
+
* @public
|
|
1620
|
+
*/
|
|
1621
|
+
NextToken?: string | undefined;
|
|
1622
|
+
}
|
|
1623
|
+
/**
|
|
1624
|
+
* @public
|
|
1625
|
+
*/
|
|
1626
|
+
export interface DescribePlacementGroupsRequest {
|
|
1627
|
+
/**
|
|
1628
|
+
* <p>The IDs of the placement groups.</p>
|
|
1629
|
+
* @public
|
|
1630
|
+
*/
|
|
1631
|
+
GroupIds?: string[] | undefined;
|
|
1632
|
+
/**
|
|
1633
|
+
* <p>Checks whether you have the required permissions for the operation, without actually making the
|
|
1634
|
+
* request, and provides an error response. If you have the required permissions, the error response is
|
|
1635
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1636
|
+
* @public
|
|
1637
|
+
*/
|
|
1638
|
+
DryRun?: boolean | undefined;
|
|
1639
|
+
/**
|
|
1640
|
+
* <p>The names of the placement groups.</p>
|
|
1641
|
+
* <p>Constraints:</p>
|
|
1642
|
+
* <ul>
|
|
1643
|
+
* <li>
|
|
1644
|
+
* <p>You can specify a name only if the placement group is owned by your
|
|
1645
|
+
* account.</p>
|
|
1646
|
+
* </li>
|
|
1647
|
+
* <li>
|
|
1648
|
+
* <p>If a placement group is <i>shared</i> with your account,
|
|
1649
|
+
* specifying the name results in an error. You must use the <code>GroupId</code>
|
|
1650
|
+
* parameter instead.</p>
|
|
1651
|
+
* </li>
|
|
1652
|
+
* </ul>
|
|
1653
|
+
* @public
|
|
1654
|
+
*/
|
|
1655
|
+
GroupNames?: string[] | undefined;
|
|
1656
|
+
/**
|
|
1657
|
+
* <p>The filters.</p>
|
|
1658
|
+
* <ul>
|
|
1659
|
+
* <li>
|
|
1660
|
+
* <p>
|
|
1661
|
+
* <code>group-name</code> - The name of the placement group.</p>
|
|
1662
|
+
* </li>
|
|
1663
|
+
* <li>
|
|
1664
|
+
* <p>
|
|
1665
|
+
* <code>group-arn</code> - The Amazon Resource Name (ARN) of the placement
|
|
1666
|
+
* group.</p>
|
|
1667
|
+
* </li>
|
|
1668
|
+
* <li>
|
|
1669
|
+
* <p>
|
|
1670
|
+
* <code>spread-level</code> - The spread level for the placement group
|
|
1671
|
+
* (<code>host</code> | <code>rack</code>). </p>
|
|
1672
|
+
* </li>
|
|
1673
|
+
* <li>
|
|
1674
|
+
* <p>
|
|
1675
|
+
* <code>state</code> - The state of the placement group (<code>pending</code> |
|
|
1676
|
+
* <code>available</code> | <code>deleting</code> |
|
|
1677
|
+
* <code>deleted</code>).</p>
|
|
1678
|
+
* </li>
|
|
1679
|
+
* <li>
|
|
1680
|
+
* <p>
|
|
1681
|
+
* <code>strategy</code> - The strategy of the placement group
|
|
1682
|
+
* (<code>cluster</code> | <code>spread</code> |
|
|
1683
|
+
* <code>partition</code>).</p>
|
|
1684
|
+
* </li>
|
|
1685
|
+
* <li>
|
|
1686
|
+
* <p>
|
|
1687
|
+
* <code>tag:<key></code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
1688
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
1689
|
+
* </li>
|
|
1690
|
+
* <li>
|
|
1691
|
+
* <p>
|
|
1692
|
+
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p>
|
|
1693
|
+
* </li>
|
|
1694
|
+
* </ul>
|
|
1695
|
+
* @public
|
|
1696
|
+
*/
|
|
1697
|
+
Filters?: Filter[] | undefined;
|
|
1698
|
+
}
|
|
1699
|
+
/**
|
|
1700
|
+
* @public
|
|
1701
|
+
*/
|
|
1702
|
+
export interface DescribePlacementGroupsResult {
|
|
1703
|
+
/**
|
|
1704
|
+
* <p>Information about the placement groups.</p>
|
|
1705
|
+
* @public
|
|
1706
|
+
*/
|
|
1707
|
+
PlacementGroups?: PlacementGroup[] | undefined;
|
|
1708
|
+
}
|
|
1709
|
+
/**
|
|
1710
|
+
* @public
|
|
1711
|
+
*/
|
|
1712
|
+
export interface DescribePrefixListsRequest {
|
|
1713
|
+
/**
|
|
1714
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1715
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1716
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1717
|
+
* @public
|
|
1718
|
+
*/
|
|
1719
|
+
DryRun?: boolean | undefined;
|
|
1720
|
+
/**
|
|
1721
|
+
* <p>One or more filters.</p>
|
|
1722
|
+
* <ul>
|
|
1723
|
+
* <li>
|
|
1724
|
+
* <p>
|
|
1725
|
+
* <code>prefix-list-id</code>: The ID of a prefix list.</p>
|
|
1726
|
+
* </li>
|
|
1727
|
+
* <li>
|
|
1728
|
+
* <p>
|
|
1729
|
+
* <code>prefix-list-name</code>: The name of a prefix list.</p>
|
|
1730
|
+
* </li>
|
|
1731
|
+
* </ul>
|
|
1732
|
+
* @public
|
|
1733
|
+
*/
|
|
1734
|
+
Filters?: Filter[] | undefined;
|
|
1735
|
+
/**
|
|
1736
|
+
* <p>The maximum number of results to return with a single call.
|
|
1737
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
1738
|
+
* @public
|
|
1739
|
+
*/
|
|
1740
|
+
MaxResults?: number | undefined;
|
|
1741
|
+
/**
|
|
1742
|
+
* <p>The token for the next page of results.</p>
|
|
1743
|
+
* @public
|
|
1744
|
+
*/
|
|
1745
|
+
NextToken?: string | undefined;
|
|
1746
|
+
/**
|
|
1747
|
+
* <p>One or more prefix list IDs.</p>
|
|
1748
|
+
* @public
|
|
1749
|
+
*/
|
|
1750
|
+
PrefixListIds?: string[] | undefined;
|
|
1751
|
+
}
|
|
1752
|
+
/**
|
|
1753
|
+
* <p>Describes prefixes for Amazon Web Services services.</p>
|
|
1754
|
+
* @public
|
|
1755
|
+
*/
|
|
1756
|
+
export interface PrefixList {
|
|
1757
|
+
/**
|
|
1758
|
+
* <p>The IP address range of the Amazon Web Services service.</p>
|
|
1759
|
+
* @public
|
|
1760
|
+
*/
|
|
1761
|
+
Cidrs?: string[] | undefined;
|
|
1762
|
+
/**
|
|
1763
|
+
* <p>The ID of the prefix.</p>
|
|
1764
|
+
* @public
|
|
1765
|
+
*/
|
|
1766
|
+
PrefixListId?: string | undefined;
|
|
1272
1767
|
/**
|
|
1273
1768
|
* <p>The name of the prefix.</p>
|
|
1274
1769
|
* @public
|
|
@@ -3603,32 +4098,62 @@ export interface DescribeSecurityGroupVpcAssociationsResult {
|
|
|
3603
4098
|
*/
|
|
3604
4099
|
NextToken?: string | undefined;
|
|
3605
4100
|
}
|
|
3606
|
-
/**
|
|
3607
|
-
* @public
|
|
3608
|
-
* @enum
|
|
3609
|
-
*/
|
|
3610
|
-
export declare const SnapshotAttributeName: {
|
|
3611
|
-
readonly createVolumePermission: "createVolumePermission";
|
|
3612
|
-
readonly productCodes: "productCodes";
|
|
3613
|
-
};
|
|
3614
|
-
/**
|
|
3615
|
-
* @public
|
|
3616
|
-
*/
|
|
3617
|
-
export type SnapshotAttributeName = (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
|
|
3618
4101
|
/**
|
|
3619
4102
|
* @public
|
|
3620
4103
|
*/
|
|
3621
|
-
export interface
|
|
4104
|
+
export interface DescribeServiceLinkVirtualInterfacesRequest {
|
|
3622
4105
|
/**
|
|
3623
|
-
* <p>The
|
|
4106
|
+
* <p>The IDs of the service link virtual interfaces.</p>
|
|
3624
4107
|
* @public
|
|
3625
4108
|
*/
|
|
3626
|
-
|
|
4109
|
+
ServiceLinkVirtualInterfaceIds?: string[] | undefined;
|
|
3627
4110
|
/**
|
|
3628
|
-
* <p>The
|
|
4111
|
+
* <p>The filters to use for narrowing down the request. The following filters are
|
|
4112
|
+
* supported:</p>
|
|
4113
|
+
* <ul>
|
|
4114
|
+
* <li>
|
|
4115
|
+
* <p>
|
|
4116
|
+
* <code>outpost-lag-id</code> - The ID of the Outpost LAG.</p>
|
|
4117
|
+
* </li>
|
|
4118
|
+
* <li>
|
|
4119
|
+
* <p>
|
|
4120
|
+
* <code>outpost-arn</code> - The Outpost ARN.</p>
|
|
4121
|
+
* </li>
|
|
4122
|
+
* <li>
|
|
4123
|
+
* <p>
|
|
4124
|
+
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the service link virtual interface.</p>
|
|
4125
|
+
* </li>
|
|
4126
|
+
* <li>
|
|
4127
|
+
* <p>
|
|
4128
|
+
* <code>state</code> - The state of the Outpost LAG.</p>
|
|
4129
|
+
* </li>
|
|
4130
|
+
* <li>
|
|
4131
|
+
* <p>
|
|
4132
|
+
* <code>vlan</code> - The ID of the address pool.</p>
|
|
4133
|
+
* </li>
|
|
4134
|
+
* <li>
|
|
4135
|
+
* <p>
|
|
4136
|
+
* <code>service-link-virtual-interface-id</code> - The ID of the service link virtual interface.</p>
|
|
4137
|
+
* </li>
|
|
4138
|
+
* <li>
|
|
4139
|
+
* <p>
|
|
4140
|
+
* <code>local-gateway-virtual-interface-id</code> - The ID of the local gateway virtual interface.</p>
|
|
4141
|
+
* </li>
|
|
4142
|
+
* </ul>
|
|
3629
4143
|
* @public
|
|
3630
4144
|
*/
|
|
3631
|
-
|
|
4145
|
+
Filters?: Filter[] | undefined;
|
|
4146
|
+
/**
|
|
4147
|
+
* <p>The maximum number of results to return with a single call.
|
|
4148
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
4149
|
+
* @public
|
|
4150
|
+
*/
|
|
4151
|
+
MaxResults?: number | undefined;
|
|
4152
|
+
/**
|
|
4153
|
+
* <p>The token for the next page of results.</p>
|
|
4154
|
+
* @public
|
|
4155
|
+
*/
|
|
4156
|
+
NextToken?: string | undefined;
|
|
3632
4157
|
/**
|
|
3633
4158
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
3634
4159
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -3638,44 +4163,173 @@ export interface DescribeSnapshotAttributeRequest {
|
|
|
3638
4163
|
DryRun?: boolean | undefined;
|
|
3639
4164
|
}
|
|
3640
4165
|
/**
|
|
3641
|
-
* <p>Describes the user or group to be added or removed from the list of create volume
|
|
3642
|
-
* permissions for a volume.</p>
|
|
3643
4166
|
* @public
|
|
4167
|
+
* @enum
|
|
3644
4168
|
*/
|
|
3645
|
-
export
|
|
4169
|
+
export declare const ServiceLinkVirtualInterfaceConfigurationState: {
|
|
4170
|
+
readonly available: "available";
|
|
4171
|
+
readonly deleted: "deleted";
|
|
4172
|
+
readonly deleting: "deleting";
|
|
4173
|
+
readonly pending: "pending";
|
|
4174
|
+
};
|
|
4175
|
+
/**
|
|
4176
|
+
* @public
|
|
4177
|
+
*/
|
|
4178
|
+
export type ServiceLinkVirtualInterfaceConfigurationState = (typeof ServiceLinkVirtualInterfaceConfigurationState)[keyof typeof ServiceLinkVirtualInterfaceConfigurationState];
|
|
4179
|
+
/**
|
|
4180
|
+
* <p>Describes the service link virtual interfaces that establish connectivity between Amazon Web Services Outpost and on-premises networks.</p>
|
|
4181
|
+
* @public
|
|
4182
|
+
*/
|
|
4183
|
+
export interface ServiceLinkVirtualInterface {
|
|
3646
4184
|
/**
|
|
3647
|
-
* <p>The ID of the
|
|
4185
|
+
* <p>The ID of the service link virtual interface.</p>
|
|
3648
4186
|
* @public
|
|
3649
4187
|
*/
|
|
3650
|
-
|
|
4188
|
+
ServiceLinkVirtualInterfaceId?: string | undefined;
|
|
3651
4189
|
/**
|
|
3652
|
-
* <p>The
|
|
4190
|
+
* <p>The Amazon Resource Number (ARN) for the service link virtual interface. </p>
|
|
3653
4191
|
* @public
|
|
3654
4192
|
*/
|
|
3655
|
-
|
|
3656
|
-
}
|
|
3657
|
-
/**
|
|
3658
|
-
* @public
|
|
3659
|
-
*/
|
|
3660
|
-
export interface DescribeSnapshotAttributeResult {
|
|
4193
|
+
ServiceLinkVirtualInterfaceArn?: string | undefined;
|
|
3661
4194
|
/**
|
|
3662
|
-
* <p>The
|
|
4195
|
+
* <p>The Outpost ID for the service link virtual interface.</p>
|
|
3663
4196
|
* @public
|
|
3664
4197
|
*/
|
|
3665
|
-
|
|
4198
|
+
OutpostId?: string | undefined;
|
|
3666
4199
|
/**
|
|
3667
|
-
* <p>The
|
|
4200
|
+
* <p>The Outpost Amazon Resource Number (ARN) for the service link virtual interface.</p>
|
|
3668
4201
|
* @public
|
|
3669
4202
|
*/
|
|
3670
|
-
|
|
4203
|
+
OutpostArn?: string | undefined;
|
|
3671
4204
|
/**
|
|
3672
|
-
* <p>The
|
|
3673
|
-
* snapshot.</p>
|
|
4205
|
+
* <p>The ID of the Amazon Web Services account that owns the service link virtual interface..</p>
|
|
3674
4206
|
* @public
|
|
3675
4207
|
*/
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
4208
|
+
OwnerId?: string | undefined;
|
|
4209
|
+
/**
|
|
4210
|
+
* <p>The IPv4 address assigned to the local gateway virtual interface on the Outpost side.</p>
|
|
4211
|
+
* @public
|
|
4212
|
+
*/
|
|
4213
|
+
LocalAddress?: string | undefined;
|
|
4214
|
+
/**
|
|
4215
|
+
* <p>The IPv4 peer address for the service link virtual interface.</p>
|
|
4216
|
+
* @public
|
|
4217
|
+
*/
|
|
4218
|
+
PeerAddress?: string | undefined;
|
|
4219
|
+
/**
|
|
4220
|
+
* <p>The ASN for the Border Gateway Protocol (BGP) associated with the service link virtual interface.</p>
|
|
4221
|
+
* @public
|
|
4222
|
+
*/
|
|
4223
|
+
PeerBgpAsn?: number | undefined;
|
|
4224
|
+
/**
|
|
4225
|
+
* <p>The virtual local area network for the service link virtual interface.</p>
|
|
4226
|
+
* @public
|
|
4227
|
+
*/
|
|
4228
|
+
Vlan?: number | undefined;
|
|
4229
|
+
/**
|
|
4230
|
+
* <p>The link aggregation group (LAG) ID for the service link virtual interface.</p>
|
|
4231
|
+
* @public
|
|
4232
|
+
*/
|
|
4233
|
+
OutpostLagId?: string | undefined;
|
|
4234
|
+
/**
|
|
4235
|
+
* <p>The tags associated with the service link virtual interface.</p>
|
|
4236
|
+
* @public
|
|
4237
|
+
*/
|
|
4238
|
+
Tags?: Tag[] | undefined;
|
|
4239
|
+
/**
|
|
4240
|
+
* <p>The current state of the service link virtual interface.</p>
|
|
4241
|
+
* @public
|
|
4242
|
+
*/
|
|
4243
|
+
ConfigurationState?: ServiceLinkVirtualInterfaceConfigurationState | undefined;
|
|
4244
|
+
}
|
|
4245
|
+
/**
|
|
4246
|
+
* @public
|
|
4247
|
+
*/
|
|
4248
|
+
export interface DescribeServiceLinkVirtualInterfacesResult {
|
|
4249
|
+
/**
|
|
4250
|
+
* <p>Describes the service link virtual interfaces.</p>
|
|
4251
|
+
* @public
|
|
4252
|
+
*/
|
|
4253
|
+
ServiceLinkVirtualInterfaces?: ServiceLinkVirtualInterface[] | undefined;
|
|
4254
|
+
/**
|
|
4255
|
+
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
4256
|
+
* @public
|
|
4257
|
+
*/
|
|
4258
|
+
NextToken?: string | undefined;
|
|
4259
|
+
}
|
|
4260
|
+
/**
|
|
4261
|
+
* @public
|
|
4262
|
+
* @enum
|
|
4263
|
+
*/
|
|
4264
|
+
export declare const SnapshotAttributeName: {
|
|
4265
|
+
readonly createVolumePermission: "createVolumePermission";
|
|
4266
|
+
readonly productCodes: "productCodes";
|
|
4267
|
+
};
|
|
4268
|
+
/**
|
|
4269
|
+
* @public
|
|
4270
|
+
*/
|
|
4271
|
+
export type SnapshotAttributeName = (typeof SnapshotAttributeName)[keyof typeof SnapshotAttributeName];
|
|
4272
|
+
/**
|
|
4273
|
+
* @public
|
|
4274
|
+
*/
|
|
4275
|
+
export interface DescribeSnapshotAttributeRequest {
|
|
4276
|
+
/**
|
|
4277
|
+
* <p>The snapshot attribute you would like to view.</p>
|
|
4278
|
+
* @public
|
|
4279
|
+
*/
|
|
4280
|
+
Attribute: SnapshotAttributeName | undefined;
|
|
4281
|
+
/**
|
|
4282
|
+
* <p>The ID of the EBS snapshot.</p>
|
|
4283
|
+
* @public
|
|
4284
|
+
*/
|
|
4285
|
+
SnapshotId: string | undefined;
|
|
4286
|
+
/**
|
|
4287
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4288
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
4289
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4290
|
+
* @public
|
|
4291
|
+
*/
|
|
4292
|
+
DryRun?: boolean | undefined;
|
|
4293
|
+
}
|
|
4294
|
+
/**
|
|
4295
|
+
* <p>Describes the user or group to be added or removed from the list of create volume
|
|
4296
|
+
* permissions for a volume.</p>
|
|
4297
|
+
* @public
|
|
4298
|
+
*/
|
|
4299
|
+
export interface CreateVolumePermission {
|
|
4300
|
+
/**
|
|
4301
|
+
* <p>The ID of the Amazon Web Services account to be added or removed.</p>
|
|
4302
|
+
* @public
|
|
4303
|
+
*/
|
|
4304
|
+
UserId?: string | undefined;
|
|
4305
|
+
/**
|
|
4306
|
+
* <p>The group to be added or removed. The possible value is <code>all</code>.</p>
|
|
4307
|
+
* @public
|
|
4308
|
+
*/
|
|
4309
|
+
Group?: PermissionGroup | undefined;
|
|
4310
|
+
}
|
|
4311
|
+
/**
|
|
4312
|
+
* @public
|
|
4313
|
+
*/
|
|
4314
|
+
export interface DescribeSnapshotAttributeResult {
|
|
4315
|
+
/**
|
|
4316
|
+
* <p>The product codes.</p>
|
|
4317
|
+
* @public
|
|
4318
|
+
*/
|
|
4319
|
+
ProductCodes?: ProductCode[] | undefined;
|
|
4320
|
+
/**
|
|
4321
|
+
* <p>The ID of the EBS snapshot.</p>
|
|
4322
|
+
* @public
|
|
4323
|
+
*/
|
|
4324
|
+
SnapshotId?: string | undefined;
|
|
4325
|
+
/**
|
|
4326
|
+
* <p>The users and groups that have the permissions for creating volumes from the
|
|
4327
|
+
* snapshot.</p>
|
|
4328
|
+
* @public
|
|
4329
|
+
*/
|
|
4330
|
+
CreateVolumePermissions?: CreateVolumePermission[] | undefined;
|
|
4331
|
+
}
|
|
4332
|
+
/**
|
|
3679
4333
|
* @public
|
|
3680
4334
|
*/
|
|
3681
4335
|
export interface DescribeSnapshotsRequest {
|
|
@@ -10138,335 +10792,45 @@ export interface DescribeVpnGatewaysRequest {
|
|
|
10138
10792
|
* <p>
|
|
10139
10793
|
* <code>type</code> - The type of virtual private gateway. Currently the only
|
|
10140
10794
|
* supported type is <code>ipsec.1</code>.</p>
|
|
10141
|
-
* </li>
|
|
10142
|
-
* <li>
|
|
10143
|
-
* <p>
|
|
10144
|
-
* <code>vpn-gateway-id</code> - The ID of the virtual private gateway.</p>
|
|
10145
|
-
* </li>
|
|
10146
|
-
* </ul>
|
|
10147
|
-
* @public
|
|
10148
|
-
*/
|
|
10149
|
-
Filters?: Filter[] | undefined;
|
|
10150
|
-
/**
|
|
10151
|
-
* <p>One or more virtual private gateway IDs.</p>
|
|
10152
|
-
* <p>Default: Describes all your virtual private gateways.</p>
|
|
10153
|
-
* @public
|
|
10154
|
-
*/
|
|
10155
|
-
VpnGatewayIds?: string[] | undefined;
|
|
10156
|
-
/**
|
|
10157
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
10158
|
-
* making the request, and provides an error response. If you have the required
|
|
10159
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
10160
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
10161
|
-
* @public
|
|
10162
|
-
*/
|
|
10163
|
-
DryRun?: boolean | undefined;
|
|
10164
|
-
}
|
|
10165
|
-
/**
|
|
10166
|
-
* <p>Contains the output of DescribeVpnGateways.</p>
|
|
10167
|
-
* @public
|
|
10168
|
-
*/
|
|
10169
|
-
export interface DescribeVpnGatewaysResult {
|
|
10170
|
-
/**
|
|
10171
|
-
* <p>Information about one or more virtual private gateways.</p>
|
|
10172
|
-
* @public
|
|
10173
|
-
*/
|
|
10174
|
-
VpnGateways?: VpnGateway[] | undefined;
|
|
10175
|
-
}
|
|
10176
|
-
/**
|
|
10177
|
-
* @public
|
|
10178
|
-
*/
|
|
10179
|
-
export interface DetachClassicLinkVpcRequest {
|
|
10180
|
-
/**
|
|
10181
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10182
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10183
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10184
|
-
* @public
|
|
10185
|
-
*/
|
|
10186
|
-
DryRun?: boolean | undefined;
|
|
10187
|
-
/**
|
|
10188
|
-
* <p>The ID of the instance to unlink from the VPC.</p>
|
|
10189
|
-
* @public
|
|
10190
|
-
*/
|
|
10191
|
-
InstanceId: string | undefined;
|
|
10192
|
-
/**
|
|
10193
|
-
* <p>The ID of the VPC to which the instance is linked.</p>
|
|
10194
|
-
* @public
|
|
10195
|
-
*/
|
|
10196
|
-
VpcId: string | undefined;
|
|
10197
|
-
}
|
|
10198
|
-
/**
|
|
10199
|
-
* @public
|
|
10200
|
-
*/
|
|
10201
|
-
export interface DetachClassicLinkVpcResult {
|
|
10202
|
-
/**
|
|
10203
|
-
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
10204
|
-
* @public
|
|
10205
|
-
*/
|
|
10206
|
-
Return?: boolean | undefined;
|
|
10207
|
-
}
|
|
10208
|
-
/**
|
|
10209
|
-
* @public
|
|
10210
|
-
*/
|
|
10211
|
-
export interface DetachInternetGatewayRequest {
|
|
10212
|
-
/**
|
|
10213
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10214
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10215
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10216
|
-
* @public
|
|
10217
|
-
*/
|
|
10218
|
-
DryRun?: boolean | undefined;
|
|
10219
|
-
/**
|
|
10220
|
-
* <p>The ID of the internet gateway.</p>
|
|
10221
|
-
* @public
|
|
10222
|
-
*/
|
|
10223
|
-
InternetGatewayId: string | undefined;
|
|
10224
|
-
/**
|
|
10225
|
-
* <p>The ID of the VPC.</p>
|
|
10226
|
-
* @public
|
|
10227
|
-
*/
|
|
10228
|
-
VpcId: string | undefined;
|
|
10229
|
-
}
|
|
10230
|
-
/**
|
|
10231
|
-
* <p>Contains the parameters for DetachNetworkInterface.</p>
|
|
10232
|
-
* @public
|
|
10233
|
-
*/
|
|
10234
|
-
export interface DetachNetworkInterfaceRequest {
|
|
10235
|
-
/**
|
|
10236
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10237
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10238
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10239
|
-
* @public
|
|
10240
|
-
*/
|
|
10241
|
-
DryRun?: boolean | undefined;
|
|
10242
|
-
/**
|
|
10243
|
-
* <p>The ID of the attachment.</p>
|
|
10244
|
-
* @public
|
|
10245
|
-
*/
|
|
10246
|
-
AttachmentId: string | undefined;
|
|
10247
|
-
/**
|
|
10248
|
-
* <p>Specifies whether to force a detachment.</p>
|
|
10249
|
-
* <note>
|
|
10250
|
-
* <ul>
|
|
10251
|
-
* <li>
|
|
10252
|
-
* <p>Use the <code>Force</code> parameter only as a last resort to detach a network interface from a failed instance. </p>
|
|
10253
|
-
* </li>
|
|
10254
|
-
* <li>
|
|
10255
|
-
* <p>If you use the <code>Force</code> parameter to detach a network interface, you might not be able to attach a different network interface to the same index on the instance without first stopping and starting the instance.</p>
|
|
10256
|
-
* </li>
|
|
10257
|
-
* <li>
|
|
10258
|
-
* <p>If you force the detachment of a network interface, the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">instance metadata</a>
|
|
10259
|
-
* might not get updated. This means that the attributes associated
|
|
10260
|
-
* with the detached network interface might still be visible. The
|
|
10261
|
-
* instance metadata will get updated when you stop and start the
|
|
10262
|
-
* instance.</p>
|
|
10263
|
-
* </li>
|
|
10264
|
-
* </ul>
|
|
10265
|
-
* </note>
|
|
10266
|
-
* @public
|
|
10267
|
-
*/
|
|
10268
|
-
Force?: boolean | undefined;
|
|
10269
|
-
}
|
|
10270
|
-
/**
|
|
10271
|
-
* @public
|
|
10272
|
-
*/
|
|
10273
|
-
export interface DetachVerifiedAccessTrustProviderRequest {
|
|
10274
|
-
/**
|
|
10275
|
-
* <p>The ID of the Verified Access instance.</p>
|
|
10276
|
-
* @public
|
|
10277
|
-
*/
|
|
10278
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
10279
|
-
/**
|
|
10280
|
-
* <p>The ID of the Verified Access trust provider.</p>
|
|
10281
|
-
* @public
|
|
10282
|
-
*/
|
|
10283
|
-
VerifiedAccessTrustProviderId: string | undefined;
|
|
10284
|
-
/**
|
|
10285
|
-
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
10286
|
-
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
10287
|
-
* @public
|
|
10288
|
-
*/
|
|
10289
|
-
ClientToken?: string | undefined;
|
|
10290
|
-
/**
|
|
10291
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10292
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10293
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10294
|
-
* @public
|
|
10295
|
-
*/
|
|
10296
|
-
DryRun?: boolean | undefined;
|
|
10297
|
-
}
|
|
10298
|
-
/**
|
|
10299
|
-
* @public
|
|
10300
|
-
*/
|
|
10301
|
-
export interface DetachVerifiedAccessTrustProviderResult {
|
|
10302
|
-
/**
|
|
10303
|
-
* <p>Details about the Verified Access trust provider.</p>
|
|
10304
|
-
* @public
|
|
10305
|
-
*/
|
|
10306
|
-
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
10307
|
-
/**
|
|
10308
|
-
* <p>Details about the Verified Access instance.</p>
|
|
10309
|
-
* @public
|
|
10310
|
-
*/
|
|
10311
|
-
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
10312
|
-
}
|
|
10313
|
-
/**
|
|
10314
|
-
* @public
|
|
10315
|
-
*/
|
|
10316
|
-
export interface DetachVolumeRequest {
|
|
10317
|
-
/**
|
|
10318
|
-
* <p>The device name.</p>
|
|
10319
|
-
* @public
|
|
10320
|
-
*/
|
|
10321
|
-
Device?: string | undefined;
|
|
10322
|
-
/**
|
|
10323
|
-
* <p>Forces detachment if the previous detachment attempt did not occur cleanly (for example,
|
|
10324
|
-
* logging into an instance, unmounting the volume, and detaching normally). This option can lead
|
|
10325
|
-
* to data loss or a corrupted file system. Use this option only as a last resort to detach a
|
|
10326
|
-
* volume from a failed instance. The instance won't have an opportunity to flush file system
|
|
10327
|
-
* caches or file system metadata. If you use this option, you must perform file system check and
|
|
10328
|
-
* repair procedures.</p>
|
|
10329
|
-
* @public
|
|
10330
|
-
*/
|
|
10331
|
-
Force?: boolean | undefined;
|
|
10332
|
-
/**
|
|
10333
|
-
* <p>The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.</p>
|
|
10334
|
-
* @public
|
|
10335
|
-
*/
|
|
10336
|
-
InstanceId?: string | undefined;
|
|
10337
|
-
/**
|
|
10338
|
-
* <p>The ID of the volume.</p>
|
|
10339
|
-
* @public
|
|
10340
|
-
*/
|
|
10341
|
-
VolumeId: string | undefined;
|
|
10342
|
-
/**
|
|
10343
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10344
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10345
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10346
|
-
* @public
|
|
10347
|
-
*/
|
|
10348
|
-
DryRun?: boolean | undefined;
|
|
10349
|
-
}
|
|
10350
|
-
/**
|
|
10351
|
-
* <p>Contains the parameters for DetachVpnGateway.</p>
|
|
10352
|
-
* @public
|
|
10353
|
-
*/
|
|
10354
|
-
export interface DetachVpnGatewayRequest {
|
|
10355
|
-
/**
|
|
10356
|
-
* <p>The ID of the VPC.</p>
|
|
10357
|
-
* @public
|
|
10358
|
-
*/
|
|
10359
|
-
VpcId: string | undefined;
|
|
10360
|
-
/**
|
|
10361
|
-
* <p>The ID of the virtual private gateway.</p>
|
|
10362
|
-
* @public
|
|
10363
|
-
*/
|
|
10364
|
-
VpnGatewayId: string | undefined;
|
|
10365
|
-
/**
|
|
10366
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
10367
|
-
* making the request, and provides an error response. If you have the required
|
|
10368
|
-
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
10369
|
-
* <code>UnauthorizedOperation</code>.</p>
|
|
10370
|
-
* @public
|
|
10371
|
-
*/
|
|
10372
|
-
DryRun?: boolean | undefined;
|
|
10373
|
-
}
|
|
10374
|
-
/**
|
|
10375
|
-
* @public
|
|
10376
|
-
*/
|
|
10377
|
-
export interface DisableAddressTransferRequest {
|
|
10378
|
-
/**
|
|
10379
|
-
* <p>The allocation ID of an Elastic IP address.</p>
|
|
10380
|
-
* @public
|
|
10381
|
-
*/
|
|
10382
|
-
AllocationId: string | undefined;
|
|
10383
|
-
/**
|
|
10384
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10385
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10386
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10387
|
-
* @public
|
|
10388
|
-
*/
|
|
10389
|
-
DryRun?: boolean | undefined;
|
|
10390
|
-
}
|
|
10391
|
-
/**
|
|
10392
|
-
* @public
|
|
10393
|
-
*/
|
|
10394
|
-
export interface DisableAddressTransferResult {
|
|
10395
|
-
/**
|
|
10396
|
-
* <p>An Elastic IP address transfer.</p>
|
|
10397
|
-
* @public
|
|
10398
|
-
*/
|
|
10399
|
-
AddressTransfer?: AddressTransfer | undefined;
|
|
10400
|
-
}
|
|
10401
|
-
/**
|
|
10402
|
-
* @public
|
|
10403
|
-
*/
|
|
10404
|
-
export interface DisableAllowedImagesSettingsRequest {
|
|
10405
|
-
/**
|
|
10406
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10407
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
10408
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10409
|
-
* @public
|
|
10410
|
-
*/
|
|
10411
|
-
DryRun?: boolean | undefined;
|
|
10412
|
-
}
|
|
10413
|
-
/**
|
|
10414
|
-
* @public
|
|
10415
|
-
*/
|
|
10416
|
-
export interface DisableAllowedImagesSettingsResult {
|
|
10417
|
-
/**
|
|
10418
|
-
* <p>Returns <code>disabled</code> if the request succeeds; otherwise, it returns an
|
|
10419
|
-
* error.</p>
|
|
10420
|
-
* @public
|
|
10421
|
-
*/
|
|
10422
|
-
AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
|
|
10423
|
-
}
|
|
10424
|
-
/**
|
|
10425
|
-
* @public
|
|
10426
|
-
*/
|
|
10427
|
-
export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
10428
|
-
/**
|
|
10429
|
-
* <p>The source Region or Availability Zone that the metric subscription is disabled for. For example, <code>us-east-1</code>.</p>
|
|
10430
|
-
* @public
|
|
10431
|
-
*/
|
|
10432
|
-
Source?: string | undefined;
|
|
10433
|
-
/**
|
|
10434
|
-
* <p>The target Region or Availability Zone that the metric subscription is disabled for. For example, <code>eu-north-1</code>.</p>
|
|
10435
|
-
* @public
|
|
10436
|
-
*/
|
|
10437
|
-
Destination?: string | undefined;
|
|
10438
|
-
/**
|
|
10439
|
-
* <p>The metric used for the disabled subscription.</p>
|
|
10795
|
+
* </li>
|
|
10796
|
+
* <li>
|
|
10797
|
+
* <p>
|
|
10798
|
+
* <code>vpn-gateway-id</code> - The ID of the virtual private gateway.</p>
|
|
10799
|
+
* </li>
|
|
10800
|
+
* </ul>
|
|
10440
10801
|
* @public
|
|
10441
10802
|
*/
|
|
10442
|
-
|
|
10803
|
+
Filters?: Filter[] | undefined;
|
|
10443
10804
|
/**
|
|
10444
|
-
* <p>
|
|
10805
|
+
* <p>One or more virtual private gateway IDs.</p>
|
|
10806
|
+
* <p>Default: Describes all your virtual private gateways.</p>
|
|
10445
10807
|
* @public
|
|
10446
10808
|
*/
|
|
10447
|
-
|
|
10809
|
+
VpnGatewayIds?: string[] | undefined;
|
|
10448
10810
|
/**
|
|
10449
|
-
* <p>Checks whether you have the required permissions for the action, without actually
|
|
10450
|
-
*
|
|
10451
|
-
*
|
|
10811
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
10812
|
+
* making the request, and provides an error response. If you have the required
|
|
10813
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
10814
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
10452
10815
|
* @public
|
|
10453
10816
|
*/
|
|
10454
10817
|
DryRun?: boolean | undefined;
|
|
10455
10818
|
}
|
|
10456
10819
|
/**
|
|
10820
|
+
* <p>Contains the output of DescribeVpnGateways.</p>
|
|
10457
10821
|
* @public
|
|
10458
10822
|
*/
|
|
10459
|
-
export interface
|
|
10823
|
+
export interface DescribeVpnGatewaysResult {
|
|
10460
10824
|
/**
|
|
10461
|
-
* <p>
|
|
10825
|
+
* <p>Information about one or more virtual private gateways.</p>
|
|
10462
10826
|
* @public
|
|
10463
10827
|
*/
|
|
10464
|
-
|
|
10828
|
+
VpnGateways?: VpnGateway[] | undefined;
|
|
10465
10829
|
}
|
|
10466
10830
|
/**
|
|
10467
10831
|
* @public
|
|
10468
10832
|
*/
|
|
10469
|
-
export interface
|
|
10833
|
+
export interface DetachClassicLinkVpcRequest {
|
|
10470
10834
|
/**
|
|
10471
10835
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10472
10836
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -10474,109 +10838,109 @@ export interface DisableEbsEncryptionByDefaultRequest {
|
|
|
10474
10838
|
* @public
|
|
10475
10839
|
*/
|
|
10476
10840
|
DryRun?: boolean | undefined;
|
|
10841
|
+
/**
|
|
10842
|
+
* <p>The ID of the instance to unlink from the VPC.</p>
|
|
10843
|
+
* @public
|
|
10844
|
+
*/
|
|
10845
|
+
InstanceId: string | undefined;
|
|
10846
|
+
/**
|
|
10847
|
+
* <p>The ID of the VPC to which the instance is linked.</p>
|
|
10848
|
+
* @public
|
|
10849
|
+
*/
|
|
10850
|
+
VpcId: string | undefined;
|
|
10477
10851
|
}
|
|
10478
10852
|
/**
|
|
10479
10853
|
* @public
|
|
10480
10854
|
*/
|
|
10481
|
-
export interface
|
|
10855
|
+
export interface DetachClassicLinkVpcResult {
|
|
10482
10856
|
/**
|
|
10483
|
-
* <p>
|
|
10857
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
10484
10858
|
* @public
|
|
10485
10859
|
*/
|
|
10486
|
-
|
|
10860
|
+
Return?: boolean | undefined;
|
|
10487
10861
|
}
|
|
10488
10862
|
/**
|
|
10489
10863
|
* @public
|
|
10490
10864
|
*/
|
|
10491
|
-
export interface
|
|
10865
|
+
export interface DetachInternetGatewayRequest {
|
|
10492
10866
|
/**
|
|
10493
|
-
* <p>
|
|
10867
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10868
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10869
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10494
10870
|
* @public
|
|
10495
10871
|
*/
|
|
10496
|
-
|
|
10872
|
+
DryRun?: boolean | undefined;
|
|
10497
10873
|
/**
|
|
10498
|
-
* <p>
|
|
10499
|
-
* parameter overrides any errors that are encountered while cleaning up resources in your
|
|
10500
|
-
* account.</p>
|
|
10874
|
+
* <p>The ID of the internet gateway.</p>
|
|
10501
10875
|
* @public
|
|
10502
10876
|
*/
|
|
10503
|
-
|
|
10877
|
+
InternetGatewayId: string | undefined;
|
|
10504
10878
|
/**
|
|
10505
|
-
* <p>
|
|
10506
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
10507
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10879
|
+
* <p>The ID of the VPC.</p>
|
|
10508
10880
|
* @public
|
|
10509
10881
|
*/
|
|
10510
|
-
|
|
10882
|
+
VpcId: string | undefined;
|
|
10511
10883
|
}
|
|
10512
10884
|
/**
|
|
10885
|
+
* <p>Contains the parameters for DetachNetworkInterface.</p>
|
|
10513
10886
|
* @public
|
|
10514
10887
|
*/
|
|
10515
|
-
export interface
|
|
10516
|
-
/**
|
|
10517
|
-
* <p>The ID of the image for which Windows fast launch was disabled.</p>
|
|
10518
|
-
* @public
|
|
10519
|
-
*/
|
|
10520
|
-
ImageId?: string | undefined;
|
|
10521
|
-
/**
|
|
10522
|
-
* <p>The pre-provisioning resource type that must be cleaned after turning off Windows fast
|
|
10523
|
-
* launch for the Windows AMI. Supported values include: <code>snapshot</code>.</p>
|
|
10524
|
-
* @public
|
|
10525
|
-
*/
|
|
10526
|
-
ResourceType?: FastLaunchResourceType | undefined;
|
|
10527
|
-
/**
|
|
10528
|
-
* <p>Parameters that were used for Windows fast launch for the Windows AMI before Windows fast
|
|
10529
|
-
* launch was disabled. This informs the clean-up process.</p>
|
|
10530
|
-
* @public
|
|
10531
|
-
*/
|
|
10532
|
-
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
10533
|
-
/**
|
|
10534
|
-
* <p>The launch template that was used to launch Windows instances from pre-provisioned
|
|
10535
|
-
* snapshots.</p>
|
|
10536
|
-
* @public
|
|
10537
|
-
*/
|
|
10538
|
-
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
10539
|
-
/**
|
|
10540
|
-
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
10541
|
-
* pre-provisioned snapshots for Windows fast launch.</p>
|
|
10542
|
-
* @public
|
|
10543
|
-
*/
|
|
10544
|
-
MaxParallelLaunches?: number | undefined;
|
|
10545
|
-
/**
|
|
10546
|
-
* <p>The owner of the Windows AMI for which Windows fast launch was disabled.</p>
|
|
10547
|
-
* @public
|
|
10548
|
-
*/
|
|
10549
|
-
OwnerId?: string | undefined;
|
|
10888
|
+
export interface DetachNetworkInterfaceRequest {
|
|
10550
10889
|
/**
|
|
10551
|
-
* <p>
|
|
10890
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10891
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10892
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10552
10893
|
* @public
|
|
10553
10894
|
*/
|
|
10554
|
-
|
|
10895
|
+
DryRun?: boolean | undefined;
|
|
10555
10896
|
/**
|
|
10556
|
-
* <p>The
|
|
10897
|
+
* <p>The ID of the attachment.</p>
|
|
10557
10898
|
* @public
|
|
10558
10899
|
*/
|
|
10559
|
-
|
|
10900
|
+
AttachmentId: string | undefined;
|
|
10560
10901
|
/**
|
|
10561
|
-
* <p>
|
|
10902
|
+
* <p>Specifies whether to force a detachment.</p>
|
|
10903
|
+
* <note>
|
|
10904
|
+
* <ul>
|
|
10905
|
+
* <li>
|
|
10906
|
+
* <p>Use the <code>Force</code> parameter only as a last resort to detach a network interface from a failed instance. </p>
|
|
10907
|
+
* </li>
|
|
10908
|
+
* <li>
|
|
10909
|
+
* <p>If you use the <code>Force</code> parameter to detach a network interface, you might not be able to attach a different network interface to the same index on the instance without first stopping and starting the instance.</p>
|
|
10910
|
+
* </li>
|
|
10911
|
+
* <li>
|
|
10912
|
+
* <p>If you force the detachment of a network interface, the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">instance metadata</a>
|
|
10913
|
+
* might not get updated. This means that the attributes associated
|
|
10914
|
+
* with the detached network interface might still be visible. The
|
|
10915
|
+
* instance metadata will get updated when you stop and start the
|
|
10916
|
+
* instance.</p>
|
|
10917
|
+
* </li>
|
|
10918
|
+
* </ul>
|
|
10919
|
+
* </note>
|
|
10562
10920
|
* @public
|
|
10563
10921
|
*/
|
|
10564
|
-
|
|
10922
|
+
Force?: boolean | undefined;
|
|
10565
10923
|
}
|
|
10566
10924
|
/**
|
|
10567
10925
|
* @public
|
|
10568
10926
|
*/
|
|
10569
|
-
export interface
|
|
10927
|
+
export interface DetachVerifiedAccessTrustProviderRequest {
|
|
10928
|
+
/**
|
|
10929
|
+
* <p>The ID of the Verified Access instance.</p>
|
|
10930
|
+
* @public
|
|
10931
|
+
*/
|
|
10932
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
10570
10933
|
/**
|
|
10571
|
-
* <p>
|
|
10934
|
+
* <p>The ID of the Verified Access trust provider.</p>
|
|
10572
10935
|
* @public
|
|
10573
10936
|
*/
|
|
10574
|
-
|
|
10937
|
+
VerifiedAccessTrustProviderId: string | undefined;
|
|
10575
10938
|
/**
|
|
10576
|
-
* <p>
|
|
10939
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
10940
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
10577
10941
|
* @public
|
|
10578
10942
|
*/
|
|
10579
|
-
|
|
10943
|
+
ClientToken?: string | undefined;
|
|
10580
10944
|
/**
|
|
10581
10945
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10582
10946
|
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
@@ -10586,150 +10950,112 @@ export interface DisableFastSnapshotRestoresRequest {
|
|
|
10586
10950
|
DryRun?: boolean | undefined;
|
|
10587
10951
|
}
|
|
10588
10952
|
/**
|
|
10589
|
-
* <p>Describes fast snapshot restores that were successfully disabled.</p>
|
|
10590
10953
|
* @public
|
|
10591
10954
|
*/
|
|
10592
|
-
export interface
|
|
10593
|
-
/**
|
|
10594
|
-
* <p>The ID of the snapshot.</p>
|
|
10595
|
-
* @public
|
|
10596
|
-
*/
|
|
10597
|
-
SnapshotId?: string | undefined;
|
|
10598
|
-
/**
|
|
10599
|
-
* <p>The Availability Zone.</p>
|
|
10600
|
-
* @public
|
|
10601
|
-
*/
|
|
10602
|
-
AvailabilityZone?: string | undefined;
|
|
10603
|
-
/**
|
|
10604
|
-
* <p>The state of fast snapshot restores for the snapshot.</p>
|
|
10605
|
-
* @public
|
|
10606
|
-
*/
|
|
10607
|
-
State?: FastSnapshotRestoreStateCode | undefined;
|
|
10608
|
-
/**
|
|
10609
|
-
* <p>The reason for the state transition. The possible values are as follows:</p>
|
|
10610
|
-
* <ul>
|
|
10611
|
-
* <li>
|
|
10612
|
-
* <p>
|
|
10613
|
-
* <code>Client.UserInitiated</code> - The state successfully transitioned to <code>enabling</code> or
|
|
10614
|
-
* <code>disabling</code>.</p>
|
|
10615
|
-
* </li>
|
|
10616
|
-
* <li>
|
|
10617
|
-
* <p>
|
|
10618
|
-
* <code>Client.UserInitiated - Lifecycle state transition</code> - The state successfully transitioned
|
|
10619
|
-
* to <code>optimizing</code>, <code>enabled</code>, or <code>disabled</code>.</p>
|
|
10620
|
-
* </li>
|
|
10621
|
-
* </ul>
|
|
10622
|
-
* @public
|
|
10623
|
-
*/
|
|
10624
|
-
StateTransitionReason?: string | undefined;
|
|
10955
|
+
export interface DetachVerifiedAccessTrustProviderResult {
|
|
10625
10956
|
/**
|
|
10626
|
-
* <p>
|
|
10957
|
+
* <p>Details about the Verified Access trust provider.</p>
|
|
10627
10958
|
* @public
|
|
10628
10959
|
*/
|
|
10629
|
-
|
|
10960
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
10630
10961
|
/**
|
|
10631
|
-
* <p>
|
|
10962
|
+
* <p>Details about the Verified Access instance.</p>
|
|
10632
10963
|
* @public
|
|
10633
10964
|
*/
|
|
10634
|
-
|
|
10965
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
10966
|
+
}
|
|
10967
|
+
/**
|
|
10968
|
+
* @public
|
|
10969
|
+
*/
|
|
10970
|
+
export interface DetachVolumeRequest {
|
|
10635
10971
|
/**
|
|
10636
|
-
* <p>The
|
|
10972
|
+
* <p>The device name.</p>
|
|
10637
10973
|
* @public
|
|
10638
10974
|
*/
|
|
10639
|
-
|
|
10975
|
+
Device?: string | undefined;
|
|
10640
10976
|
/**
|
|
10641
|
-
* <p>
|
|
10977
|
+
* <p>Forces detachment if the previous detachment attempt did not occur cleanly (for example,
|
|
10978
|
+
* logging into an instance, unmounting the volume, and detaching normally). This option can lead
|
|
10979
|
+
* to data loss or a corrupted file system. Use this option only as a last resort to detach a
|
|
10980
|
+
* volume from a failed instance. The instance won't have an opportunity to flush file system
|
|
10981
|
+
* caches or file system metadata. If you use this option, you must perform file system check and
|
|
10982
|
+
* repair procedures.</p>
|
|
10642
10983
|
* @public
|
|
10643
10984
|
*/
|
|
10644
|
-
|
|
10985
|
+
Force?: boolean | undefined;
|
|
10645
10986
|
/**
|
|
10646
|
-
* <p>The
|
|
10987
|
+
* <p>The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.</p>
|
|
10647
10988
|
* @public
|
|
10648
10989
|
*/
|
|
10649
|
-
|
|
10990
|
+
InstanceId?: string | undefined;
|
|
10650
10991
|
/**
|
|
10651
|
-
* <p>The
|
|
10992
|
+
* <p>The ID of the volume.</p>
|
|
10652
10993
|
* @public
|
|
10653
10994
|
*/
|
|
10654
|
-
|
|
10995
|
+
VolumeId: string | undefined;
|
|
10655
10996
|
/**
|
|
10656
|
-
* <p>
|
|
10997
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10998
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
10999
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10657
11000
|
* @public
|
|
10658
11001
|
*/
|
|
10659
|
-
|
|
11002
|
+
DryRun?: boolean | undefined;
|
|
10660
11003
|
}
|
|
10661
11004
|
/**
|
|
10662
|
-
* <p>
|
|
11005
|
+
* <p>Contains the parameters for DetachVpnGateway.</p>
|
|
10663
11006
|
* @public
|
|
10664
11007
|
*/
|
|
10665
|
-
export interface
|
|
10666
|
-
/**
|
|
10667
|
-
* <p>The error code.</p>
|
|
10668
|
-
* @public
|
|
10669
|
-
*/
|
|
10670
|
-
Code?: string | undefined;
|
|
11008
|
+
export interface DetachVpnGatewayRequest {
|
|
10671
11009
|
/**
|
|
10672
|
-
* <p>The
|
|
11010
|
+
* <p>The ID of the VPC.</p>
|
|
10673
11011
|
* @public
|
|
10674
11012
|
*/
|
|
10675
|
-
|
|
10676
|
-
}
|
|
10677
|
-
/**
|
|
10678
|
-
* <p>Contains information about an error that occurred when disabling fast snapshot restores.</p>
|
|
10679
|
-
* @public
|
|
10680
|
-
*/
|
|
10681
|
-
export interface DisableFastSnapshotRestoreStateErrorItem {
|
|
11013
|
+
VpcId: string | undefined;
|
|
10682
11014
|
/**
|
|
10683
|
-
* <p>The
|
|
11015
|
+
* <p>The ID of the virtual private gateway.</p>
|
|
10684
11016
|
* @public
|
|
10685
11017
|
*/
|
|
10686
|
-
|
|
11018
|
+
VpnGatewayId: string | undefined;
|
|
10687
11019
|
/**
|
|
10688
|
-
* <p>
|
|
11020
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
11021
|
+
* making the request, and provides an error response. If you have the required
|
|
11022
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
11023
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
10689
11024
|
* @public
|
|
10690
11025
|
*/
|
|
10691
|
-
|
|
11026
|
+
DryRun?: boolean | undefined;
|
|
10692
11027
|
}
|
|
10693
11028
|
/**
|
|
10694
|
-
* <p>Contains information about the errors that occurred when disabling fast snapshot restores.</p>
|
|
10695
11029
|
* @public
|
|
10696
11030
|
*/
|
|
10697
|
-
export interface
|
|
11031
|
+
export interface DisableAddressTransferRequest {
|
|
10698
11032
|
/**
|
|
10699
|
-
* <p>The ID of
|
|
11033
|
+
* <p>The allocation ID of an Elastic IP address.</p>
|
|
10700
11034
|
* @public
|
|
10701
11035
|
*/
|
|
10702
|
-
|
|
11036
|
+
AllocationId: string | undefined;
|
|
10703
11037
|
/**
|
|
10704
|
-
* <p>
|
|
11038
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
11039
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11040
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10705
11041
|
* @public
|
|
10706
11042
|
*/
|
|
10707
|
-
|
|
11043
|
+
DryRun?: boolean | undefined;
|
|
10708
11044
|
}
|
|
10709
11045
|
/**
|
|
10710
11046
|
* @public
|
|
10711
11047
|
*/
|
|
10712
|
-
export interface
|
|
10713
|
-
/**
|
|
10714
|
-
* <p>Information about the snapshots for which fast snapshot restores were successfully disabled.</p>
|
|
10715
|
-
* @public
|
|
10716
|
-
*/
|
|
10717
|
-
Successful?: DisableFastSnapshotRestoreSuccessItem[] | undefined;
|
|
11048
|
+
export interface DisableAddressTransferResult {
|
|
10718
11049
|
/**
|
|
10719
|
-
* <p>
|
|
11050
|
+
* <p>An Elastic IP address transfer.</p>
|
|
10720
11051
|
* @public
|
|
10721
11052
|
*/
|
|
10722
|
-
|
|
11053
|
+
AddressTransfer?: AddressTransfer | undefined;
|
|
10723
11054
|
}
|
|
10724
11055
|
/**
|
|
10725
11056
|
* @public
|
|
10726
11057
|
*/
|
|
10727
|
-
export interface
|
|
10728
|
-
/**
|
|
10729
|
-
* <p>The ID of the AMI.</p>
|
|
10730
|
-
* @public
|
|
10731
|
-
*/
|
|
10732
|
-
ImageId: string | undefined;
|
|
11058
|
+
export interface DisableAllowedImagesSettingsRequest {
|
|
10733
11059
|
/**
|
|
10734
11060
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10735
11061
|
* and provides an error response. If you have the required permissions, the error response is
|
|
@@ -10741,60 +11067,42 @@ export interface DisableImageRequest {
|
|
|
10741
11067
|
/**
|
|
10742
11068
|
* @public
|
|
10743
11069
|
*/
|
|
10744
|
-
export interface
|
|
11070
|
+
export interface DisableAllowedImagesSettingsResult {
|
|
10745
11071
|
/**
|
|
10746
|
-
* <p>Returns <code>
|
|
11072
|
+
* <p>Returns <code>disabled</code> if the request succeeds; otherwise, it returns an
|
|
11073
|
+
* error.</p>
|
|
10747
11074
|
* @public
|
|
10748
11075
|
*/
|
|
10749
|
-
|
|
11076
|
+
AllowedImagesSettingsState?: AllowedImagesSettingsDisabledState | undefined;
|
|
10750
11077
|
}
|
|
10751
11078
|
/**
|
|
10752
11079
|
* @public
|
|
10753
11080
|
*/
|
|
10754
|
-
export interface
|
|
11081
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionRequest {
|
|
10755
11082
|
/**
|
|
10756
|
-
* <p>
|
|
10757
|
-
* and provides an error response. If you have the required permissions, the error response is
|
|
10758
|
-
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
11083
|
+
* <p>The source Region or Availability Zone that the metric subscription is disabled for. For example, <code>us-east-1</code>.</p>
|
|
10759
11084
|
* @public
|
|
10760
11085
|
*/
|
|
10761
|
-
|
|
10762
|
-
}
|
|
10763
|
-
/**
|
|
10764
|
-
* @public
|
|
10765
|
-
* @enum
|
|
10766
|
-
*/
|
|
10767
|
-
export declare const ImageBlockPublicAccessDisabledState: {
|
|
10768
|
-
readonly unblocked: "unblocked";
|
|
10769
|
-
};
|
|
10770
|
-
/**
|
|
10771
|
-
* @public
|
|
10772
|
-
*/
|
|
10773
|
-
export type ImageBlockPublicAccessDisabledState = (typeof ImageBlockPublicAccessDisabledState)[keyof typeof ImageBlockPublicAccessDisabledState];
|
|
10774
|
-
/**
|
|
10775
|
-
* @public
|
|
10776
|
-
*/
|
|
10777
|
-
export interface DisableImageBlockPublicAccessResult {
|
|
11086
|
+
Source?: string | undefined;
|
|
10778
11087
|
/**
|
|
10779
|
-
* <p>
|
|
10780
|
-
* error.</p>
|
|
11088
|
+
* <p>The target Region or Availability Zone that the metric subscription is disabled for. For example, <code>eu-north-1</code>.</p>
|
|
10781
11089
|
* @public
|
|
10782
11090
|
*/
|
|
10783
|
-
|
|
10784
|
-
}
|
|
10785
|
-
/**
|
|
10786
|
-
* @public
|
|
10787
|
-
*/
|
|
10788
|
-
export interface DisableImageDeprecationRequest {
|
|
11091
|
+
Destination?: string | undefined;
|
|
10789
11092
|
/**
|
|
10790
|
-
* <p>The
|
|
11093
|
+
* <p>The metric used for the disabled subscription.</p>
|
|
11094
|
+
* @public
|
|
11095
|
+
*/
|
|
11096
|
+
Metric?: MetricType | undefined;
|
|
11097
|
+
/**
|
|
11098
|
+
* <p>The statistic used for the disabled subscription. </p>
|
|
10791
11099
|
* @public
|
|
10792
11100
|
*/
|
|
10793
|
-
|
|
11101
|
+
Statistic?: StatisticType | undefined;
|
|
10794
11102
|
/**
|
|
10795
11103
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
10796
|
-
*
|
|
10797
|
-
*
|
|
11104
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
11105
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
10798
11106
|
* @public
|
|
10799
11107
|
*/
|
|
10800
11108
|
DryRun?: boolean | undefined;
|
|
@@ -10802,12 +11110,12 @@ export interface DisableImageDeprecationRequest {
|
|
|
10802
11110
|
/**
|
|
10803
11111
|
* @public
|
|
10804
11112
|
*/
|
|
10805
|
-
export interface
|
|
11113
|
+
export interface DisableAwsNetworkPerformanceMetricSubscriptionResult {
|
|
10806
11114
|
/**
|
|
10807
|
-
* <p>
|
|
11115
|
+
* <p>Indicates whether the unsubscribe action was successful.</p>
|
|
10808
11116
|
* @public
|
|
10809
11117
|
*/
|
|
10810
|
-
|
|
11118
|
+
Output?: boolean | undefined;
|
|
10811
11119
|
}
|
|
10812
11120
|
/**
|
|
10813
11121
|
* @internal
|