@aws-sdk/client-ec2 3.295.0 → 3.297.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/dist-cjs/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +3 -3
- package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteCommand.js +3 -3
- package/dist-cjs/commands/CreateRouteTableCommand.js +1 -2
- package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +3 -3
- package/dist-cjs/commands/DeleteSubnetCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +3 -3
- package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +3 -3
- package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +3 -3
- package/dist-cjs/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
- package/dist-cjs/commands/StopInstancesCommand.js +3 -3
- package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
- package/dist-cjs/commands/TerminateInstancesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +25 -27
- package/dist-cjs/models/models_1.js +44 -42
- package/dist-cjs/models/models_2.js +41 -41
- package/dist-cjs/models/models_3.js +42 -47
- package/dist-cjs/models/models_4.js +47 -45
- package/dist-cjs/models/models_5.js +48 -42
- package/dist-cjs/models/models_6.js +44 -42
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +1334 -5817
- package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
- package/dist-es/commands/CreateReservedInstancesListingCommand.js +1 -1
- package/dist-es/commands/CreateRestoreImageTaskCommand.js +1 -1
- package/dist-es/commands/CreateRouteCommand.js +1 -1
- package/dist-es/commands/CreateRouteTableCommand.js +1 -2
- package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +1 -1
- package/dist-es/commands/DeleteSubnetCommand.js +1 -1
- package/dist-es/commands/DeleteTagsCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +1 -1
- package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
- package/dist-es/commands/DescribeVolumeStatusCommand.js +1 -2
- package/dist-es/commands/DescribeVolumesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumesModificationsCommand.js +1 -1
- package/dist-es/commands/ImportVolumeCommand.js +1 -1
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +1 -1
- package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -2
- package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
- package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
- package/dist-es/commands/StopInstancesCommand.js +1 -1
- package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
- package/dist-es/commands/TerminateInstancesCommand.js +1 -2
- package/dist-es/models/models_0.js +15 -18
- package/dist-es/models/models_1.js +30 -27
- package/dist-es/models/models_2.js +27 -27
- package/dist-es/models/models_3.js +27 -33
- package/dist-es/models/models_4.js +33 -31
- package/dist-es/models/models_5.js +34 -27
- package/dist-es/models/models_6.js +29 -27
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +1334 -5817
- package/dist-types/EC2.d.ts +604 -6
- package/dist-types/EC2Client.d.ts +24 -4
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +16 -0
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +16 -0
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +16 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/AllocateAddressCommand.d.ts +16 -0
- package/dist-types/commands/AllocateHostsCommand.d.ts +16 -0
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +20 -2
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +16 -0
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +16 -0
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +16 -0
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +16 -0
- package/dist-types/commands/AssociateAddressCommand.d.ts +16 -0
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +16 -0
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +16 -0
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +16 -0
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +16 -0
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +16 -0
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +16 -0
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/AttachVolumeCommand.d.ts +16 -0
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/BundleInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +16 -0
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +16 -0
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +16 -0
- package/dist-types/commands/CancelImportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +16 -0
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +16 -0
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +16 -0
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +16 -0
- package/dist-types/commands/CopyImageCommand.d.ts +16 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +16 -0
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +16 -0
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +16 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +16 -0
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +16 -0
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +16 -0
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateImageCommand.d.ts +16 -0
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpamCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +16 -0
- package/dist-types/commands/CreateKeyPairCommand.d.ts +16 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +16 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +16 -0
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +18 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +16 -0
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +16 -0
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +18 -1
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +17 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +17 -1
- package/dist-types/commands/CreateRouteCommand.d.ts +17 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +17 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +18 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +16 -0
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSubnetCommand.d.ts +16 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +16 -0
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +16 -0
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFleetsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpamCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +16 -0
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +16 -0
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +17 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +17 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +17 -2
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +16 -0
- package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHostsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpamsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +16 -0
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +16 -0
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +17 -2
- package/dist-types/commands/DescribeVolumesCommand.d.ts +18 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +17 -1
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +16 -0
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +16 -0
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/DetachVolumeCommand.d.ts +16 -0
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +16 -0
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +16 -0
- package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +16 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +16 -0
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +16 -0
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +16 -0
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +16 -0
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +16 -0
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +16 -0
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +16 -0
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateAddressCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +16 -0
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +16 -0
- package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +16 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +16 -0
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +16 -0
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +16 -0
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +16 -0
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +16 -0
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +16 -0
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +16 -0
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +16 -0
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +16 -0
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +16 -0
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +16 -0
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ExportImageCommand.d.ts +16 -0
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +16 -0
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +16 -0
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +16 -0
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +16 -0
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +16 -0
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +16 -0
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +16 -0
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +16 -0
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +16 -0
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +16 -0
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +16 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +16 -0
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +16 -0
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +16 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +16 -0
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +19 -0
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +16 -0
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +16 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +16 -0
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +16 -0
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +16 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +16 -0
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +16 -0
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +16 -0
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +16 -0
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +16 -0
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +16 -0
- package/dist-types/commands/ImportImageCommand.d.ts +16 -0
- package/dist-types/commands/ImportInstanceCommand.d.ts +16 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +16 -0
- package/dist-types/commands/ImportSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/ImportVolumeCommand.d.ts +17 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +17 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +17 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +17 -2
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +16 -0
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +16 -0
- package/dist-types/commands/ModifyFleetCommand.d.ts +16 -0
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyHostsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +16 -0
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +16 -0
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +16 -0
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +16 -0
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +16 -0
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +16 -0
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +16 -0
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVolumeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +16 -0
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +16 -0
- package/dist-types/commands/MonitorInstancesCommand.d.ts +16 -0
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +16 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +16 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +16 -0
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +16 -0
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +16 -0
- package/dist-types/commands/RebootInstancesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +16 -0
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +16 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +16 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +16 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +16 -0
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +16 -0
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +16 -0
- package/dist-types/commands/ReleaseAddressCommand.d.ts +16 -0
- package/dist-types/commands/ReleaseHostsCommand.d.ts +16 -0
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +19 -0
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceRouteCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +16 -0
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +16 -0
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +16 -0
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +16 -0
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +16 -0
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +16 -0
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +16 -0
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +16 -0
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +16 -0
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +16 -0
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +16 -0
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +16 -0
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +16 -0
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +16 -0
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +16 -0
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +16 -0
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +16 -0
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +16 -0
- package/dist-types/commands/StartInstancesCommand.d.ts +16 -0
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +18 -1
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +17 -1
- package/dist-types/commands/StopInstancesCommand.d.ts +17 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +17 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +17 -2
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +16 -0
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +16 -0
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +16 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +16 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +16 -0
- package/dist-types/models/EC2ServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +807 -100
- package/dist-types/models/models_1.d.ts +786 -233
- package/dist-types/models/models_2.d.ts +912 -143
- package/dist-types/models/models_3.d.ts +825 -229
- package/dist-types/models/models_4.d.ts +897 -358
- package/dist-types/models/models_5.d.ts +1099 -200
- package/dist-types/models/models_6.d.ts +940 -163
- package/dist-types/models/models_7.d.ts +228 -0
- package/dist-types/pagination/DescribeAddressTransfersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAddressesAttributePaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeByoipCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCapacityReservationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCarrierGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClassicLinkInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCoipPoolsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDhcpOptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeExportImageTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFleetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFlowLogsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeFpgaImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeHostReservationOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeHostReservationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeHostsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImportImageTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImportSnapshotTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceEventWindowsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstanceTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeInternetGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamPoolsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamResourceDiscoveriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamScopesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpamsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeIpv6PoolsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLaunchTemplatesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeLocalGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeManagedPrefixListsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeMovingAddressesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNatGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkAclsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNetworkInterfacesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePrefixListsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePrincipalIdFormatPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePublicIpv4PoolsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeRouteTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeScheduledInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSecurityGroupRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSecurityGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSnapshotTierStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSpotFleetRequestsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSpotPriceHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeStoreImageTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSubnetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTransitGatewaysPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessInstanceLoggingConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVerifiedAccessTrustProvidersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVolumeStatusPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVolumesModificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVolumesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeVpcsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +3 -0
- package/dist-types/pagination/GetGroupsForCapacityReservationPaginator.d.ts +3 -0
- package/dist-types/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamAddressHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamDiscoveredAccountsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamDiscoveredResourceCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamPoolAllocationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamPoolCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetIpamResourceCidrsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetManagedPrefixListEntriesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetSpotPlacementScoresPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListImagesInRecycleBinPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchLocalGatewayRoutesPaginator.d.ts +3 -0
- package/dist-types/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
- 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/CreateRouteTableCommand.d.ts +4 -2
- 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 +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -4
- 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 +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +59 -36
- package/dist-types/ts3.4/models/models_1.d.ts +74 -87
- package/dist-types/ts3.4/models/models_2.d.ts +83 -61
- package/dist-types/ts3.4/models/models_3.d.ts +63 -89
- package/dist-types/ts3.4/models/models_4.d.ts +89 -94
- package/dist-types/ts3.4/models/models_5.d.ts +91 -83
- package/dist-types/ts3.4/models/models_6.d.ts +84 -73
- package/dist-types/ts3.4/models/models_7.d.ts +68 -0
- package/package.json +31 -31
|
@@ -1,6 +1,219 @@
|
|
|
1
|
-
import { ApplianceModeSupportValue, CarrierGateway, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv6SupportValue, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
-
import { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
1
|
+
import { ApplianceModeSupportValue, CarrierGateway, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, InstanceEventWindowState, Ipv6SupportValue, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UnsuccessfulItem, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, GatewayType, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, ReplaceRootVolumeTask, Subnet, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateReplaceRootVolumeTaskResult {
|
|
7
|
+
/**
|
|
8
|
+
* <p>Information about the root volume replacement task.</p>
|
|
9
|
+
*/
|
|
10
|
+
ReplaceRootVolumeTask?: ReplaceRootVolumeTask;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
* <p>Describes the price for a Reserved Instance.</p>
|
|
15
|
+
*/
|
|
16
|
+
export interface PriceScheduleSpecification {
|
|
17
|
+
/**
|
|
18
|
+
* <p>The currency for transacting the Reserved Instance resale.
|
|
19
|
+
* At this time, the only supported currency is <code>USD</code>.</p>
|
|
20
|
+
*/
|
|
21
|
+
CurrencyCode?: CurrencyCodeValues | string;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The fixed price for the term.</p>
|
|
24
|
+
*/
|
|
25
|
+
Price?: number;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.</p>
|
|
28
|
+
*/
|
|
29
|
+
Term?: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
* <p>Contains the parameters for CreateReservedInstancesListing.</p>
|
|
34
|
+
*/
|
|
35
|
+
export interface CreateReservedInstancesListingRequest {
|
|
36
|
+
/**
|
|
37
|
+
* <p>Unique, case-sensitive identifier you provide to ensure idempotency of your
|
|
38
|
+
* listings. This helps avoid duplicate listings. For more information, see
|
|
39
|
+
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
40
|
+
*/
|
|
41
|
+
ClientToken: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.</p>
|
|
44
|
+
*/
|
|
45
|
+
InstanceCount: number | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.</p>
|
|
48
|
+
*/
|
|
49
|
+
PriceSchedules: PriceScheduleSpecification[] | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The ID of the active Standard Reserved Instance.</p>
|
|
52
|
+
*/
|
|
53
|
+
ReservedInstancesId: string | undefined;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* <p>Contains the output of CreateReservedInstancesListing.</p>
|
|
58
|
+
*/
|
|
59
|
+
export interface CreateReservedInstancesListingResult {
|
|
60
|
+
/**
|
|
61
|
+
* <p>Information about the Standard Reserved Instance listing.</p>
|
|
62
|
+
*/
|
|
63
|
+
ReservedInstancesListings?: ReservedInstancesListing[];
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
export interface CreateRestoreImageTaskRequest {
|
|
69
|
+
/**
|
|
70
|
+
* <p>The name of the Amazon S3 bucket that contains the stored AMI object.</p>
|
|
71
|
+
*/
|
|
72
|
+
Bucket: string | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The name of the stored AMI object in the bucket.</p>
|
|
75
|
+
*/
|
|
76
|
+
ObjectKey: string | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* <p>The name for the restored AMI. The name must be unique for AMIs in the Region for this
|
|
79
|
+
* account. If you do not provide a name, the new AMI gets the same name as the original
|
|
80
|
+
* AMI.</p>
|
|
81
|
+
*/
|
|
82
|
+
Name?: string;
|
|
83
|
+
/**
|
|
84
|
+
* <p>The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the
|
|
85
|
+
* snapshots, or both.</p>
|
|
86
|
+
* <ul>
|
|
87
|
+
* <li>
|
|
88
|
+
* <p>To tag the AMI, the value for <code>ResourceType</code> must be <code>image</code>.</p>
|
|
89
|
+
* </li>
|
|
90
|
+
* <li>
|
|
91
|
+
* <p>To
|
|
92
|
+
* tag the snapshots, the value for <code>ResourceType</code> must be <code>snapshot</code>. The
|
|
93
|
+
* same tag is applied to all of the snapshots that are created.</p>
|
|
94
|
+
* </li>
|
|
95
|
+
* </ul>
|
|
96
|
+
*/
|
|
97
|
+
TagSpecifications?: TagSpecification[];
|
|
98
|
+
/**
|
|
99
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
100
|
+
* and provides an error response. If you have the required permissions, the error response is
|
|
101
|
+
* <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
102
|
+
*/
|
|
103
|
+
DryRun?: boolean;
|
|
104
|
+
}
|
|
105
|
+
/**
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
export interface CreateRestoreImageTaskResult {
|
|
109
|
+
/**
|
|
110
|
+
* <p>The AMI ID.</p>
|
|
111
|
+
*/
|
|
112
|
+
ImageId?: string;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
export interface CreateRouteRequest {
|
|
118
|
+
/**
|
|
119
|
+
* <p>The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>
|
|
120
|
+
*/
|
|
121
|
+
DestinationCidrBlock?: string;
|
|
122
|
+
/**
|
|
123
|
+
* <p>The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.</p>
|
|
124
|
+
*/
|
|
125
|
+
DestinationIpv6CidrBlock?: string;
|
|
126
|
+
/**
|
|
127
|
+
* <p>The ID of a prefix list used for the destination match.</p>
|
|
128
|
+
*/
|
|
129
|
+
DestinationPrefixListId?: string;
|
|
130
|
+
/**
|
|
131
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
132
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
133
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
134
|
+
*/
|
|
135
|
+
DryRun?: boolean;
|
|
136
|
+
/**
|
|
137
|
+
* <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
|
|
138
|
+
*/
|
|
139
|
+
VpcEndpointId?: string;
|
|
140
|
+
/**
|
|
141
|
+
* <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
|
|
142
|
+
*/
|
|
143
|
+
EgressOnlyInternetGatewayId?: string;
|
|
144
|
+
/**
|
|
145
|
+
* <p>The ID of an internet gateway or virtual private gateway attached to your
|
|
146
|
+
* VPC.</p>
|
|
147
|
+
*/
|
|
148
|
+
GatewayId?: string;
|
|
149
|
+
/**
|
|
150
|
+
* <p>The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.</p>
|
|
151
|
+
*/
|
|
152
|
+
InstanceId?: string;
|
|
153
|
+
/**
|
|
154
|
+
* <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
|
|
155
|
+
*/
|
|
156
|
+
NatGatewayId?: string;
|
|
157
|
+
/**
|
|
158
|
+
* <p>The ID of a transit gateway.</p>
|
|
159
|
+
*/
|
|
160
|
+
TransitGatewayId?: string;
|
|
161
|
+
/**
|
|
162
|
+
* <p>The ID of the local gateway.</p>
|
|
163
|
+
*/
|
|
164
|
+
LocalGatewayId?: string;
|
|
165
|
+
/**
|
|
166
|
+
* <p>The ID of the carrier gateway.</p>
|
|
167
|
+
* <p>You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.</p>
|
|
168
|
+
*/
|
|
169
|
+
CarrierGatewayId?: string;
|
|
170
|
+
/**
|
|
171
|
+
* <p>The ID of a network interface.</p>
|
|
172
|
+
*/
|
|
173
|
+
NetworkInterfaceId?: string;
|
|
174
|
+
/**
|
|
175
|
+
* <p>The ID of the route table for the route.</p>
|
|
176
|
+
*/
|
|
177
|
+
RouteTableId: string | undefined;
|
|
178
|
+
/**
|
|
179
|
+
* <p>The ID of a VPC peering connection.</p>
|
|
180
|
+
*/
|
|
181
|
+
VpcPeeringConnectionId?: string;
|
|
182
|
+
/**
|
|
183
|
+
* <p>The Amazon Resource Name (ARN) of the core network.</p>
|
|
184
|
+
*/
|
|
185
|
+
CoreNetworkArn?: string;
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
export interface CreateRouteResult {
|
|
191
|
+
/**
|
|
192
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
193
|
+
*/
|
|
194
|
+
Return?: boolean;
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
export interface CreateRouteTableRequest {
|
|
200
|
+
/**
|
|
201
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
202
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
203
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
204
|
+
*/
|
|
205
|
+
DryRun?: boolean;
|
|
206
|
+
/**
|
|
207
|
+
* <p>The ID of the VPC.</p>
|
|
208
|
+
*/
|
|
209
|
+
VpcId: string | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* <p>The tags to assign to the route table.</p>
|
|
212
|
+
*/
|
|
213
|
+
TagSpecifications?: TagSpecification[];
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* @public
|
|
4
217
|
* <p>Describes an association between a route table and a subnet or gateway.</p>
|
|
5
218
|
*/
|
|
6
219
|
export interface RouteTableAssociation {
|
|
@@ -30,6 +243,7 @@ export interface RouteTableAssociation {
|
|
|
30
243
|
AssociationState?: RouteTableAssociationState;
|
|
31
244
|
}
|
|
32
245
|
/**
|
|
246
|
+
* @public
|
|
33
247
|
* <p>Describes a virtual private gateway propagating route.</p>
|
|
34
248
|
*/
|
|
35
249
|
export interface PropagatingVgw {
|
|
@@ -38,16 +252,23 @@ export interface PropagatingVgw {
|
|
|
38
252
|
*/
|
|
39
253
|
GatewayId?: string;
|
|
40
254
|
}
|
|
255
|
+
/**
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
41
258
|
export declare enum RouteOrigin {
|
|
42
259
|
CreateRoute = "CreateRoute",
|
|
43
260
|
CreateRouteTable = "CreateRouteTable",
|
|
44
261
|
EnableVgwRoutePropagation = "EnableVgwRoutePropagation"
|
|
45
262
|
}
|
|
263
|
+
/**
|
|
264
|
+
* @public
|
|
265
|
+
*/
|
|
46
266
|
export declare enum RouteState {
|
|
47
267
|
active = "active",
|
|
48
268
|
blackhole = "blackhole"
|
|
49
269
|
}
|
|
50
270
|
/**
|
|
271
|
+
* @public
|
|
51
272
|
* <p>Describes a route in a route table.</p>
|
|
52
273
|
*/
|
|
53
274
|
export interface Route {
|
|
@@ -133,6 +354,7 @@ export interface Route {
|
|
|
133
354
|
CoreNetworkArn?: string;
|
|
134
355
|
}
|
|
135
356
|
/**
|
|
357
|
+
* @public
|
|
136
358
|
* <p>Describes a route table.</p>
|
|
137
359
|
*/
|
|
138
360
|
export interface RouteTable {
|
|
@@ -165,18 +387,24 @@ export interface RouteTable {
|
|
|
165
387
|
*/
|
|
166
388
|
OwnerId?: string;
|
|
167
389
|
}
|
|
390
|
+
/**
|
|
391
|
+
* @public
|
|
392
|
+
*/
|
|
168
393
|
export interface CreateRouteTableResult {
|
|
169
394
|
/**
|
|
170
395
|
* <p>Information about the route table.</p>
|
|
171
396
|
*/
|
|
172
397
|
RouteTable?: RouteTable;
|
|
173
398
|
}
|
|
399
|
+
/**
|
|
400
|
+
* @public
|
|
401
|
+
*/
|
|
174
402
|
export interface CreateSecurityGroupRequest {
|
|
175
403
|
/**
|
|
176
|
-
* <p>A description for the security group
|
|
404
|
+
* <p>A description for the security group.</p>
|
|
177
405
|
* <p>Constraints: Up to 255 characters in length</p>
|
|
178
406
|
* <p>Constraints for EC2-Classic: ASCII characters</p>
|
|
179
|
-
* <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]
|
|
407
|
+
* <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;\{\}!$*</p>
|
|
180
408
|
*/
|
|
181
409
|
Description: string | undefined;
|
|
182
410
|
/**
|
|
@@ -184,7 +412,7 @@ export interface CreateSecurityGroupRequest {
|
|
|
184
412
|
* <p>Constraints: Up to 255 characters in length. Cannot start with
|
|
185
413
|
* <code>sg-</code>.</p>
|
|
186
414
|
* <p>Constraints for EC2-Classic: ASCII characters</p>
|
|
187
|
-
* <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]
|
|
415
|
+
* <p>Constraints for EC2-VPC: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;\{\}!$*</p>
|
|
188
416
|
*/
|
|
189
417
|
GroupName: string | undefined;
|
|
190
418
|
/**
|
|
@@ -202,6 +430,9 @@ export interface CreateSecurityGroupRequest {
|
|
|
202
430
|
*/
|
|
203
431
|
DryRun?: boolean;
|
|
204
432
|
}
|
|
433
|
+
/**
|
|
434
|
+
* @public
|
|
435
|
+
*/
|
|
205
436
|
export interface CreateSecurityGroupResult {
|
|
206
437
|
/**
|
|
207
438
|
* <p>The ID of the security group.</p>
|
|
@@ -212,6 +443,9 @@ export interface CreateSecurityGroupResult {
|
|
|
212
443
|
*/
|
|
213
444
|
Tags?: Tag[];
|
|
214
445
|
}
|
|
446
|
+
/**
|
|
447
|
+
* @public
|
|
448
|
+
*/
|
|
215
449
|
export interface CreateSnapshotRequest {
|
|
216
450
|
/**
|
|
217
451
|
* <p>A description for the snapshot.</p>
|
|
@@ -254,6 +488,9 @@ export interface CreateSnapshotRequest {
|
|
|
254
488
|
*/
|
|
255
489
|
DryRun?: boolean;
|
|
256
490
|
}
|
|
491
|
+
/**
|
|
492
|
+
* @public
|
|
493
|
+
*/
|
|
257
494
|
export declare enum SnapshotState {
|
|
258
495
|
completed = "completed",
|
|
259
496
|
error = "error",
|
|
@@ -261,11 +498,15 @@ export declare enum SnapshotState {
|
|
|
261
498
|
recoverable = "recoverable",
|
|
262
499
|
recovering = "recovering"
|
|
263
500
|
}
|
|
501
|
+
/**
|
|
502
|
+
* @public
|
|
503
|
+
*/
|
|
264
504
|
export declare enum StorageTier {
|
|
265
505
|
archive = "archive",
|
|
266
506
|
standard = "standard"
|
|
267
507
|
}
|
|
268
508
|
/**
|
|
509
|
+
* @public
|
|
269
510
|
* <p>Describes a snapshot.</p>
|
|
270
511
|
*/
|
|
271
512
|
export interface Snapshot {
|
|
@@ -354,10 +595,14 @@ export interface Snapshot {
|
|
|
354
595
|
*/
|
|
355
596
|
RestoreExpiryTime?: Date;
|
|
356
597
|
}
|
|
598
|
+
/**
|
|
599
|
+
* @public
|
|
600
|
+
*/
|
|
357
601
|
export declare enum CopyTagsFromSource {
|
|
358
602
|
volume = "volume"
|
|
359
603
|
}
|
|
360
604
|
/**
|
|
605
|
+
* @public
|
|
361
606
|
* <p>The instance details to specify which volumes should be snapshotted.</p>
|
|
362
607
|
*/
|
|
363
608
|
export interface InstanceSpecification {
|
|
@@ -377,6 +622,9 @@ export interface InstanceSpecification {
|
|
|
377
622
|
*/
|
|
378
623
|
ExcludeDataVolumeIds?: string[];
|
|
379
624
|
}
|
|
625
|
+
/**
|
|
626
|
+
* @public
|
|
627
|
+
*/
|
|
380
628
|
export interface CreateSnapshotsRequest {
|
|
381
629
|
/**
|
|
382
630
|
* <p> A description propagated to every snapshot specified by the instance.</p>
|
|
@@ -426,6 +674,7 @@ export interface CreateSnapshotsRequest {
|
|
|
426
674
|
CopyTagsFromSource?: CopyTagsFromSource | string;
|
|
427
675
|
}
|
|
428
676
|
/**
|
|
677
|
+
* @public
|
|
429
678
|
* <p>Information about a snapshot.</p>
|
|
430
679
|
*/
|
|
431
680
|
export interface SnapshotInfo {
|
|
@@ -477,6 +726,9 @@ export interface SnapshotInfo {
|
|
|
477
726
|
*/
|
|
478
727
|
OutpostArn?: string;
|
|
479
728
|
}
|
|
729
|
+
/**
|
|
730
|
+
* @public
|
|
731
|
+
*/
|
|
480
732
|
export interface CreateSnapshotsResult {
|
|
481
733
|
/**
|
|
482
734
|
* <p>List of snapshots.</p>
|
|
@@ -484,6 +736,7 @@ export interface CreateSnapshotsResult {
|
|
|
484
736
|
Snapshots?: SnapshotInfo[];
|
|
485
737
|
}
|
|
486
738
|
/**
|
|
739
|
+
* @public
|
|
487
740
|
* <p>Contains the parameters for CreateSpotDatafeedSubscription.</p>
|
|
488
741
|
*/
|
|
489
742
|
export interface CreateSpotDatafeedSubscriptionRequest {
|
|
@@ -506,6 +759,7 @@ export interface CreateSpotDatafeedSubscriptionRequest {
|
|
|
506
759
|
Prefix?: string;
|
|
507
760
|
}
|
|
508
761
|
/**
|
|
762
|
+
* @public
|
|
509
763
|
* <p>Describes a Spot Instance state change.</p>
|
|
510
764
|
*/
|
|
511
765
|
export interface SpotInstanceStateFault {
|
|
@@ -518,11 +772,15 @@ export interface SpotInstanceStateFault {
|
|
|
518
772
|
*/
|
|
519
773
|
Message?: string;
|
|
520
774
|
}
|
|
775
|
+
/**
|
|
776
|
+
* @public
|
|
777
|
+
*/
|
|
521
778
|
export declare enum DatafeedSubscriptionState {
|
|
522
779
|
Active = "Active",
|
|
523
780
|
Inactive = "Inactive"
|
|
524
781
|
}
|
|
525
782
|
/**
|
|
783
|
+
* @public
|
|
526
784
|
* <p>Describes the data feed for a Spot Instance.</p>
|
|
527
785
|
*/
|
|
528
786
|
export interface SpotDatafeedSubscription {
|
|
@@ -548,6 +806,7 @@ export interface SpotDatafeedSubscription {
|
|
|
548
806
|
State?: DatafeedSubscriptionState | string;
|
|
549
807
|
}
|
|
550
808
|
/**
|
|
809
|
+
* @public
|
|
551
810
|
* <p>Contains the output of CreateSpotDatafeedSubscription.</p>
|
|
552
811
|
*/
|
|
553
812
|
export interface CreateSpotDatafeedSubscriptionResult {
|
|
@@ -557,6 +816,7 @@ export interface CreateSpotDatafeedSubscriptionResult {
|
|
|
557
816
|
SpotDatafeedSubscription?: SpotDatafeedSubscription;
|
|
558
817
|
}
|
|
559
818
|
/**
|
|
819
|
+
* @public
|
|
560
820
|
* <p>The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. For more
|
|
561
821
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-tagging.html">Categorizing your storage using
|
|
562
822
|
* tags</a> in the <i>Amazon Simple Storage Service User Guide</i>.</p>
|
|
@@ -575,6 +835,9 @@ export interface S3ObjectTag {
|
|
|
575
835
|
*/
|
|
576
836
|
Value?: string;
|
|
577
837
|
}
|
|
838
|
+
/**
|
|
839
|
+
* @public
|
|
840
|
+
*/
|
|
578
841
|
export interface CreateStoreImageTaskRequest {
|
|
579
842
|
/**
|
|
580
843
|
* <p>The ID of the AMI.</p>
|
|
@@ -597,12 +860,18 @@ export interface CreateStoreImageTaskRequest {
|
|
|
597
860
|
*/
|
|
598
861
|
DryRun?: boolean;
|
|
599
862
|
}
|
|
863
|
+
/**
|
|
864
|
+
* @public
|
|
865
|
+
*/
|
|
600
866
|
export interface CreateStoreImageTaskResult {
|
|
601
867
|
/**
|
|
602
868
|
* <p>The name of the stored AMI object in the S3 bucket.</p>
|
|
603
869
|
*/
|
|
604
870
|
ObjectKey?: string;
|
|
605
871
|
}
|
|
872
|
+
/**
|
|
873
|
+
* @public
|
|
874
|
+
*/
|
|
606
875
|
export interface CreateSubnetRequest {
|
|
607
876
|
/**
|
|
608
877
|
* <p>The tags to assign to the subnet.</p>
|
|
@@ -656,16 +925,25 @@ export interface CreateSubnetRequest {
|
|
|
656
925
|
*/
|
|
657
926
|
Ipv6Native?: boolean;
|
|
658
927
|
}
|
|
928
|
+
/**
|
|
929
|
+
* @public
|
|
930
|
+
*/
|
|
659
931
|
export interface CreateSubnetResult {
|
|
660
932
|
/**
|
|
661
933
|
* <p>Information about the subnet.</p>
|
|
662
934
|
*/
|
|
663
935
|
Subnet?: Subnet;
|
|
664
936
|
}
|
|
937
|
+
/**
|
|
938
|
+
* @public
|
|
939
|
+
*/
|
|
665
940
|
export declare enum SubnetCidrReservationType {
|
|
666
941
|
explicit = "explicit",
|
|
667
942
|
prefix = "prefix"
|
|
668
943
|
}
|
|
944
|
+
/**
|
|
945
|
+
* @public
|
|
946
|
+
*/
|
|
669
947
|
export interface CreateSubnetCidrReservationRequest {
|
|
670
948
|
/**
|
|
671
949
|
* <p>The ID of the subnet.</p>
|
|
@@ -716,6 +994,7 @@ export interface CreateSubnetCidrReservationRequest {
|
|
|
716
994
|
TagSpecifications?: TagSpecification[];
|
|
717
995
|
}
|
|
718
996
|
/**
|
|
997
|
+
* @public
|
|
719
998
|
* <p>Describes a subnet CIDR reservation.</p>
|
|
720
999
|
*/
|
|
721
1000
|
export interface SubnetCidrReservation {
|
|
@@ -751,12 +1030,18 @@ export interface SubnetCidrReservation {
|
|
|
751
1030
|
*/
|
|
752
1031
|
Tags?: Tag[];
|
|
753
1032
|
}
|
|
1033
|
+
/**
|
|
1034
|
+
* @public
|
|
1035
|
+
*/
|
|
754
1036
|
export interface CreateSubnetCidrReservationResult {
|
|
755
1037
|
/**
|
|
756
1038
|
* <p>Information about the created subnet CIDR reservation.</p>
|
|
757
1039
|
*/
|
|
758
1040
|
SubnetCidrReservation?: SubnetCidrReservation;
|
|
759
1041
|
}
|
|
1042
|
+
/**
|
|
1043
|
+
* @public
|
|
1044
|
+
*/
|
|
760
1045
|
export interface CreateTagsRequest {
|
|
761
1046
|
/**
|
|
762
1047
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -775,6 +1060,9 @@ export interface CreateTagsRequest {
|
|
|
775
1060
|
*/
|
|
776
1061
|
Tags: Tag[] | undefined;
|
|
777
1062
|
}
|
|
1063
|
+
/**
|
|
1064
|
+
* @public
|
|
1065
|
+
*/
|
|
778
1066
|
export interface CreateTrafficMirrorFilterRequest {
|
|
779
1067
|
/**
|
|
780
1068
|
* <p>The description of the Traffic Mirror filter.</p>
|
|
@@ -796,6 +1084,7 @@ export interface CreateTrafficMirrorFilterRequest {
|
|
|
796
1084
|
ClientToken?: string;
|
|
797
1085
|
}
|
|
798
1086
|
/**
|
|
1087
|
+
* @public
|
|
799
1088
|
* <p>Describes the Traffic Mirror port range.</p>
|
|
800
1089
|
*/
|
|
801
1090
|
export interface TrafficMirrorPortRange {
|
|
@@ -808,15 +1097,22 @@ export interface TrafficMirrorPortRange {
|
|
|
808
1097
|
*/
|
|
809
1098
|
ToPort?: number;
|
|
810
1099
|
}
|
|
1100
|
+
/**
|
|
1101
|
+
* @public
|
|
1102
|
+
*/
|
|
811
1103
|
export declare enum TrafficMirrorRuleAction {
|
|
812
1104
|
accept = "accept",
|
|
813
1105
|
reject = "reject"
|
|
814
1106
|
}
|
|
1107
|
+
/**
|
|
1108
|
+
* @public
|
|
1109
|
+
*/
|
|
815
1110
|
export declare enum TrafficDirection {
|
|
816
1111
|
egress = "egress",
|
|
817
1112
|
ingress = "ingress"
|
|
818
1113
|
}
|
|
819
1114
|
/**
|
|
1115
|
+
* @public
|
|
820
1116
|
* <p>Describes the Traffic Mirror rule.</p>
|
|
821
1117
|
*/
|
|
822
1118
|
export interface TrafficMirrorFilterRule {
|
|
@@ -865,10 +1161,14 @@ export interface TrafficMirrorFilterRule {
|
|
|
865
1161
|
*/
|
|
866
1162
|
Description?: string;
|
|
867
1163
|
}
|
|
1164
|
+
/**
|
|
1165
|
+
* @public
|
|
1166
|
+
*/
|
|
868
1167
|
export declare enum TrafficMirrorNetworkService {
|
|
869
1168
|
amazon_dns = "amazon-dns"
|
|
870
1169
|
}
|
|
871
1170
|
/**
|
|
1171
|
+
* @public
|
|
872
1172
|
* <p>Describes the Traffic Mirror filter.</p>
|
|
873
1173
|
*/
|
|
874
1174
|
export interface TrafficMirrorFilter {
|
|
@@ -897,6 +1197,9 @@ export interface TrafficMirrorFilter {
|
|
|
897
1197
|
*/
|
|
898
1198
|
Tags?: Tag[];
|
|
899
1199
|
}
|
|
1200
|
+
/**
|
|
1201
|
+
* @public
|
|
1202
|
+
*/
|
|
900
1203
|
export interface CreateTrafficMirrorFilterResult {
|
|
901
1204
|
/**
|
|
902
1205
|
* <p>Information about the Traffic Mirror filter.</p>
|
|
@@ -908,6 +1211,7 @@ export interface CreateTrafficMirrorFilterResult {
|
|
|
908
1211
|
ClientToken?: string;
|
|
909
1212
|
}
|
|
910
1213
|
/**
|
|
1214
|
+
* @public
|
|
911
1215
|
* <p>Information about the Traffic Mirror filter rule port range.</p>
|
|
912
1216
|
*/
|
|
913
1217
|
export interface TrafficMirrorPortRangeRequest {
|
|
@@ -920,6 +1224,9 @@ export interface TrafficMirrorPortRangeRequest {
|
|
|
920
1224
|
*/
|
|
921
1225
|
ToPort?: number;
|
|
922
1226
|
}
|
|
1227
|
+
/**
|
|
1228
|
+
* @public
|
|
1229
|
+
*/
|
|
923
1230
|
export interface CreateTrafficMirrorFilterRuleRequest {
|
|
924
1231
|
/**
|
|
925
1232
|
* <p>The ID of the filter that this rule is associated with.</p>
|
|
@@ -974,6 +1281,9 @@ export interface CreateTrafficMirrorFilterRuleRequest {
|
|
|
974
1281
|
*/
|
|
975
1282
|
ClientToken?: string;
|
|
976
1283
|
}
|
|
1284
|
+
/**
|
|
1285
|
+
* @public
|
|
1286
|
+
*/
|
|
977
1287
|
export interface CreateTrafficMirrorFilterRuleResult {
|
|
978
1288
|
/**
|
|
979
1289
|
* <p>The Traffic Mirror rule.</p>
|
|
@@ -984,6 +1294,9 @@ export interface CreateTrafficMirrorFilterRuleResult {
|
|
|
984
1294
|
*/
|
|
985
1295
|
ClientToken?: string;
|
|
986
1296
|
}
|
|
1297
|
+
/**
|
|
1298
|
+
* @public
|
|
1299
|
+
*/
|
|
987
1300
|
export interface CreateTrafficMirrorSessionRequest {
|
|
988
1301
|
/**
|
|
989
1302
|
* <p>The ID of the source network interface.</p>
|
|
@@ -1038,6 +1351,7 @@ export interface CreateTrafficMirrorSessionRequest {
|
|
|
1038
1351
|
ClientToken?: string;
|
|
1039
1352
|
}
|
|
1040
1353
|
/**
|
|
1354
|
+
* @public
|
|
1041
1355
|
* <p>Describes a Traffic Mirror session.</p>
|
|
1042
1356
|
*/
|
|
1043
1357
|
export interface TrafficMirrorSession {
|
|
@@ -1083,6 +1397,9 @@ export interface TrafficMirrorSession {
|
|
|
1083
1397
|
*/
|
|
1084
1398
|
Tags?: Tag[];
|
|
1085
1399
|
}
|
|
1400
|
+
/**
|
|
1401
|
+
* @public
|
|
1402
|
+
*/
|
|
1086
1403
|
export interface CreateTrafficMirrorSessionResult {
|
|
1087
1404
|
/**
|
|
1088
1405
|
* <p>Information about the Traffic Mirror session.</p>
|
|
@@ -1093,6 +1410,9 @@ export interface CreateTrafficMirrorSessionResult {
|
|
|
1093
1410
|
*/
|
|
1094
1411
|
ClientToken?: string;
|
|
1095
1412
|
}
|
|
1413
|
+
/**
|
|
1414
|
+
* @public
|
|
1415
|
+
*/
|
|
1096
1416
|
export interface CreateTrafficMirrorTargetRequest {
|
|
1097
1417
|
/**
|
|
1098
1418
|
* <p>The network interface ID that is associated with the target.</p>
|
|
@@ -1125,12 +1445,16 @@ export interface CreateTrafficMirrorTargetRequest {
|
|
|
1125
1445
|
*/
|
|
1126
1446
|
GatewayLoadBalancerEndpointId?: string;
|
|
1127
1447
|
}
|
|
1448
|
+
/**
|
|
1449
|
+
* @public
|
|
1450
|
+
*/
|
|
1128
1451
|
export declare enum TrafficMirrorTargetType {
|
|
1129
1452
|
gateway_load_balancer_endpoint = "gateway-load-balancer-endpoint",
|
|
1130
1453
|
network_interface = "network-interface",
|
|
1131
1454
|
network_load_balancer = "network-load-balancer"
|
|
1132
1455
|
}
|
|
1133
1456
|
/**
|
|
1457
|
+
* @public
|
|
1134
1458
|
* <p>Describes a Traffic Mirror target.</p>
|
|
1135
1459
|
*/
|
|
1136
1460
|
export interface TrafficMirrorTarget {
|
|
@@ -1167,6 +1491,9 @@ export interface TrafficMirrorTarget {
|
|
|
1167
1491
|
*/
|
|
1168
1492
|
GatewayLoadBalancerEndpointId?: string;
|
|
1169
1493
|
}
|
|
1494
|
+
/**
|
|
1495
|
+
* @public
|
|
1496
|
+
*/
|
|
1170
1497
|
export interface CreateTrafficMirrorTargetResult {
|
|
1171
1498
|
/**
|
|
1172
1499
|
* <p>Information about the Traffic Mirror target.</p>
|
|
@@ -1177,27 +1504,43 @@ export interface CreateTrafficMirrorTargetResult {
|
|
|
1177
1504
|
*/
|
|
1178
1505
|
ClientToken?: string;
|
|
1179
1506
|
}
|
|
1507
|
+
/**
|
|
1508
|
+
* @public
|
|
1509
|
+
*/
|
|
1180
1510
|
export declare enum AutoAcceptSharedAttachmentsValue {
|
|
1181
1511
|
disable = "disable",
|
|
1182
1512
|
enable = "enable"
|
|
1183
1513
|
}
|
|
1514
|
+
/**
|
|
1515
|
+
* @public
|
|
1516
|
+
*/
|
|
1184
1517
|
export declare enum DefaultRouteTableAssociationValue {
|
|
1185
1518
|
disable = "disable",
|
|
1186
1519
|
enable = "enable"
|
|
1187
1520
|
}
|
|
1521
|
+
/**
|
|
1522
|
+
* @public
|
|
1523
|
+
*/
|
|
1188
1524
|
export declare enum DefaultRouteTablePropagationValue {
|
|
1189
1525
|
disable = "disable",
|
|
1190
1526
|
enable = "enable"
|
|
1191
1527
|
}
|
|
1528
|
+
/**
|
|
1529
|
+
* @public
|
|
1530
|
+
*/
|
|
1192
1531
|
export declare enum MulticastSupportValue {
|
|
1193
1532
|
disable = "disable",
|
|
1194
1533
|
enable = "enable"
|
|
1195
1534
|
}
|
|
1535
|
+
/**
|
|
1536
|
+
* @public
|
|
1537
|
+
*/
|
|
1196
1538
|
export declare enum VpnEcmpSupportValue {
|
|
1197
1539
|
disable = "disable",
|
|
1198
1540
|
enable = "enable"
|
|
1199
1541
|
}
|
|
1200
1542
|
/**
|
|
1543
|
+
* @public
|
|
1201
1544
|
* <p>Describes the options for a transit gateway.</p>
|
|
1202
1545
|
*/
|
|
1203
1546
|
export interface TransitGatewayRequestOptions {
|
|
@@ -1235,6 +1578,9 @@ export interface TransitGatewayRequestOptions {
|
|
|
1235
1578
|
*/
|
|
1236
1579
|
TransitGatewayCidrBlocks?: string[];
|
|
1237
1580
|
}
|
|
1581
|
+
/**
|
|
1582
|
+
* @public
|
|
1583
|
+
*/
|
|
1238
1584
|
export interface CreateTransitGatewayRequest {
|
|
1239
1585
|
/**
|
|
1240
1586
|
* <p>A description of the transit gateway.</p>
|
|
@@ -1256,6 +1602,7 @@ export interface CreateTransitGatewayRequest {
|
|
|
1256
1602
|
DryRun?: boolean;
|
|
1257
1603
|
}
|
|
1258
1604
|
/**
|
|
1605
|
+
* @public
|
|
1259
1606
|
* <p>Describes the options for a transit gateway.</p>
|
|
1260
1607
|
*/
|
|
1261
1608
|
export interface TransitGatewayOptions {
|
|
@@ -1301,6 +1648,9 @@ export interface TransitGatewayOptions {
|
|
|
1301
1648
|
*/
|
|
1302
1649
|
MulticastSupport?: MulticastSupportValue | string;
|
|
1303
1650
|
}
|
|
1651
|
+
/**
|
|
1652
|
+
* @public
|
|
1653
|
+
*/
|
|
1304
1654
|
export declare enum TransitGatewayState {
|
|
1305
1655
|
available = "available",
|
|
1306
1656
|
deleted = "deleted",
|
|
@@ -1309,6 +1659,7 @@ export declare enum TransitGatewayState {
|
|
|
1309
1659
|
pending = "pending"
|
|
1310
1660
|
}
|
|
1311
1661
|
/**
|
|
1662
|
+
* @public
|
|
1312
1663
|
* <p>Describes a transit gateway.</p>
|
|
1313
1664
|
*/
|
|
1314
1665
|
export interface TransitGateway {
|
|
@@ -1345,16 +1696,23 @@ export interface TransitGateway {
|
|
|
1345
1696
|
*/
|
|
1346
1697
|
Tags?: Tag[];
|
|
1347
1698
|
}
|
|
1699
|
+
/**
|
|
1700
|
+
* @public
|
|
1701
|
+
*/
|
|
1348
1702
|
export interface CreateTransitGatewayResult {
|
|
1349
1703
|
/**
|
|
1350
1704
|
* <p>Information about the transit gateway.</p>
|
|
1351
1705
|
*/
|
|
1352
1706
|
TransitGateway?: TransitGateway;
|
|
1353
1707
|
}
|
|
1708
|
+
/**
|
|
1709
|
+
* @public
|
|
1710
|
+
*/
|
|
1354
1711
|
export declare enum ProtocolValue {
|
|
1355
1712
|
gre = "gre"
|
|
1356
1713
|
}
|
|
1357
1714
|
/**
|
|
1715
|
+
* @public
|
|
1358
1716
|
* <p>The options for a Connect attachment.</p>
|
|
1359
1717
|
*/
|
|
1360
1718
|
export interface CreateTransitGatewayConnectRequestOptions {
|
|
@@ -1363,6 +1721,9 @@ export interface CreateTransitGatewayConnectRequestOptions {
|
|
|
1363
1721
|
*/
|
|
1364
1722
|
Protocol: ProtocolValue | string | undefined;
|
|
1365
1723
|
}
|
|
1724
|
+
/**
|
|
1725
|
+
* @public
|
|
1726
|
+
*/
|
|
1366
1727
|
export interface CreateTransitGatewayConnectRequest {
|
|
1367
1728
|
/**
|
|
1368
1729
|
* <p>The ID of the transit gateway attachment. You can specify a VPC attachment or Amazon Web Services Direct Connect attachment.</p>
|
|
@@ -1384,6 +1745,7 @@ export interface CreateTransitGatewayConnectRequest {
|
|
|
1384
1745
|
DryRun?: boolean;
|
|
1385
1746
|
}
|
|
1386
1747
|
/**
|
|
1748
|
+
* @public
|
|
1387
1749
|
* <p>Describes the Connect attachment options.</p>
|
|
1388
1750
|
*/
|
|
1389
1751
|
export interface TransitGatewayConnectOptions {
|
|
@@ -1393,6 +1755,7 @@ export interface TransitGatewayConnectOptions {
|
|
|
1393
1755
|
Protocol?: ProtocolValue | string;
|
|
1394
1756
|
}
|
|
1395
1757
|
/**
|
|
1758
|
+
* @public
|
|
1396
1759
|
* <p>Describes a transit gateway Connect attachment.</p>
|
|
1397
1760
|
*/
|
|
1398
1761
|
export interface TransitGatewayConnect {
|
|
@@ -1425,6 +1788,9 @@ export interface TransitGatewayConnect {
|
|
|
1425
1788
|
*/
|
|
1426
1789
|
Tags?: Tag[];
|
|
1427
1790
|
}
|
|
1791
|
+
/**
|
|
1792
|
+
* @public
|
|
1793
|
+
*/
|
|
1428
1794
|
export interface CreateTransitGatewayConnectResult {
|
|
1429
1795
|
/**
|
|
1430
1796
|
* <p>Information about the Connect attachment.</p>
|
|
@@ -1432,6 +1798,7 @@ export interface CreateTransitGatewayConnectResult {
|
|
|
1432
1798
|
TransitGatewayConnect?: TransitGatewayConnect;
|
|
1433
1799
|
}
|
|
1434
1800
|
/**
|
|
1801
|
+
* @public
|
|
1435
1802
|
* <p>The BGP options for the Connect attachment.</p>
|
|
1436
1803
|
*/
|
|
1437
1804
|
export interface TransitGatewayConnectRequestBgpOptions {
|
|
@@ -1440,6 +1807,9 @@ export interface TransitGatewayConnectRequestBgpOptions {
|
|
|
1440
1807
|
*/
|
|
1441
1808
|
PeerAsn?: number;
|
|
1442
1809
|
}
|
|
1810
|
+
/**
|
|
1811
|
+
* @public
|
|
1812
|
+
*/
|
|
1443
1813
|
export interface CreateTransitGatewayConnectPeerRequest {
|
|
1444
1814
|
/**
|
|
1445
1815
|
* <p>The ID of the Connect attachment.</p>
|
|
@@ -1478,11 +1848,15 @@ export interface CreateTransitGatewayConnectPeerRequest {
|
|
|
1478
1848
|
*/
|
|
1479
1849
|
DryRun?: boolean;
|
|
1480
1850
|
}
|
|
1851
|
+
/**
|
|
1852
|
+
* @public
|
|
1853
|
+
*/
|
|
1481
1854
|
export declare enum BgpStatus {
|
|
1482
1855
|
down = "down",
|
|
1483
1856
|
up = "up"
|
|
1484
1857
|
}
|
|
1485
1858
|
/**
|
|
1859
|
+
* @public
|
|
1486
1860
|
* <p>The BGP configuration information.</p>
|
|
1487
1861
|
*/
|
|
1488
1862
|
export interface TransitGatewayAttachmentBgpConfiguration {
|
|
@@ -1508,6 +1882,7 @@ export interface TransitGatewayAttachmentBgpConfiguration {
|
|
|
1508
1882
|
BgpStatus?: BgpStatus | string;
|
|
1509
1883
|
}
|
|
1510
1884
|
/**
|
|
1885
|
+
* @public
|
|
1511
1886
|
* <p>Describes the Connect peer details.</p>
|
|
1512
1887
|
*/
|
|
1513
1888
|
export interface TransitGatewayConnectPeerConfiguration {
|
|
@@ -1532,6 +1907,9 @@ export interface TransitGatewayConnectPeerConfiguration {
|
|
|
1532
1907
|
*/
|
|
1533
1908
|
BgpConfigurations?: TransitGatewayAttachmentBgpConfiguration[];
|
|
1534
1909
|
}
|
|
1910
|
+
/**
|
|
1911
|
+
* @public
|
|
1912
|
+
*/
|
|
1535
1913
|
export declare enum TransitGatewayConnectPeerState {
|
|
1536
1914
|
available = "available",
|
|
1537
1915
|
deleted = "deleted",
|
|
@@ -1539,6 +1917,7 @@ export declare enum TransitGatewayConnectPeerState {
|
|
|
1539
1917
|
pending = "pending"
|
|
1540
1918
|
}
|
|
1541
1919
|
/**
|
|
1920
|
+
* @public
|
|
1542
1921
|
* <p>Describes a transit gateway Connect peer.</p>
|
|
1543
1922
|
*/
|
|
1544
1923
|
export interface TransitGatewayConnectPeer {
|
|
@@ -1567,25 +1946,38 @@ export interface TransitGatewayConnectPeer {
|
|
|
1567
1946
|
*/
|
|
1568
1947
|
Tags?: Tag[];
|
|
1569
1948
|
}
|
|
1949
|
+
/**
|
|
1950
|
+
* @public
|
|
1951
|
+
*/
|
|
1570
1952
|
export interface CreateTransitGatewayConnectPeerResult {
|
|
1571
1953
|
/**
|
|
1572
1954
|
* <p>Information about the Connect peer.</p>
|
|
1573
1955
|
*/
|
|
1574
1956
|
TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
|
|
1575
1957
|
}
|
|
1958
|
+
/**
|
|
1959
|
+
* @public
|
|
1960
|
+
*/
|
|
1576
1961
|
export declare enum AutoAcceptSharedAssociationsValue {
|
|
1577
1962
|
disable = "disable",
|
|
1578
1963
|
enable = "enable"
|
|
1579
1964
|
}
|
|
1965
|
+
/**
|
|
1966
|
+
* @public
|
|
1967
|
+
*/
|
|
1580
1968
|
export declare enum Igmpv2SupportValue {
|
|
1581
1969
|
disable = "disable",
|
|
1582
1970
|
enable = "enable"
|
|
1583
1971
|
}
|
|
1972
|
+
/**
|
|
1973
|
+
* @public
|
|
1974
|
+
*/
|
|
1584
1975
|
export declare enum StaticSourcesSupportValue {
|
|
1585
1976
|
disable = "disable",
|
|
1586
1977
|
enable = "enable"
|
|
1587
1978
|
}
|
|
1588
1979
|
/**
|
|
1980
|
+
* @public
|
|
1589
1981
|
* <p>The options for the transit gateway multicast domain.</p>
|
|
1590
1982
|
*/
|
|
1591
1983
|
export interface CreateTransitGatewayMulticastDomainRequestOptions {
|
|
@@ -1602,6 +1994,9 @@ export interface CreateTransitGatewayMulticastDomainRequestOptions {
|
|
|
1602
1994
|
*/
|
|
1603
1995
|
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
|
|
1604
1996
|
}
|
|
1997
|
+
/**
|
|
1998
|
+
* @public
|
|
1999
|
+
*/
|
|
1605
2000
|
export interface CreateTransitGatewayMulticastDomainRequest {
|
|
1606
2001
|
/**
|
|
1607
2002
|
* <p>The ID of the transit gateway.</p>
|
|
@@ -1623,6 +2018,7 @@ export interface CreateTransitGatewayMulticastDomainRequest {
|
|
|
1623
2018
|
DryRun?: boolean;
|
|
1624
2019
|
}
|
|
1625
2020
|
/**
|
|
2021
|
+
* @public
|
|
1626
2022
|
* <p>Describes the options for a transit gateway multicast domain.</p>
|
|
1627
2023
|
*/
|
|
1628
2024
|
export interface TransitGatewayMulticastDomainOptions {
|
|
@@ -1639,6 +2035,9 @@ export interface TransitGatewayMulticastDomainOptions {
|
|
|
1639
2035
|
*/
|
|
1640
2036
|
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | string;
|
|
1641
2037
|
}
|
|
2038
|
+
/**
|
|
2039
|
+
* @public
|
|
2040
|
+
*/
|
|
1642
2041
|
export declare enum TransitGatewayMulticastDomainState {
|
|
1643
2042
|
available = "available",
|
|
1644
2043
|
deleted = "deleted",
|
|
@@ -1646,6 +2045,7 @@ export declare enum TransitGatewayMulticastDomainState {
|
|
|
1646
2045
|
pending = "pending"
|
|
1647
2046
|
}
|
|
1648
2047
|
/**
|
|
2048
|
+
* @public
|
|
1649
2049
|
* <p>Describes the transit gateway multicast domain.</p>
|
|
1650
2050
|
*/
|
|
1651
2051
|
export interface TransitGatewayMulticastDomain {
|
|
@@ -1682,6 +2082,9 @@ export interface TransitGatewayMulticastDomain {
|
|
|
1682
2082
|
*/
|
|
1683
2083
|
Tags?: Tag[];
|
|
1684
2084
|
}
|
|
2085
|
+
/**
|
|
2086
|
+
* @public
|
|
2087
|
+
*/
|
|
1685
2088
|
export interface CreateTransitGatewayMulticastDomainResult {
|
|
1686
2089
|
/**
|
|
1687
2090
|
* <p>Information about the transit gateway multicast domain.</p>
|
|
@@ -1689,6 +2092,7 @@ export interface CreateTransitGatewayMulticastDomainResult {
|
|
|
1689
2092
|
TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
|
|
1690
2093
|
}
|
|
1691
2094
|
/**
|
|
2095
|
+
* @public
|
|
1692
2096
|
* <p>Describes whether dynamic routing is enabled or disabled for the transit gateway peering request.</p>
|
|
1693
2097
|
*/
|
|
1694
2098
|
export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
|
|
@@ -1697,6 +2101,9 @@ export interface CreateTransitGatewayPeeringAttachmentRequestOptions {
|
|
|
1697
2101
|
*/
|
|
1698
2102
|
DynamicRouting?: DynamicRoutingValue | string;
|
|
1699
2103
|
}
|
|
2104
|
+
/**
|
|
2105
|
+
* @public
|
|
2106
|
+
*/
|
|
1700
2107
|
export interface CreateTransitGatewayPeeringAttachmentRequest {
|
|
1701
2108
|
/**
|
|
1702
2109
|
* <p>The ID of the transit gateway.</p>
|
|
@@ -1729,12 +2136,18 @@ export interface CreateTransitGatewayPeeringAttachmentRequest {
|
|
|
1729
2136
|
*/
|
|
1730
2137
|
DryRun?: boolean;
|
|
1731
2138
|
}
|
|
2139
|
+
/**
|
|
2140
|
+
* @public
|
|
2141
|
+
*/
|
|
1732
2142
|
export interface CreateTransitGatewayPeeringAttachmentResult {
|
|
1733
2143
|
/**
|
|
1734
2144
|
* <p>The transit gateway peering attachment.</p>
|
|
1735
2145
|
*/
|
|
1736
2146
|
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
1737
2147
|
}
|
|
2148
|
+
/**
|
|
2149
|
+
* @public
|
|
2150
|
+
*/
|
|
1738
2151
|
export interface CreateTransitGatewayPolicyTableRequest {
|
|
1739
2152
|
/**
|
|
1740
2153
|
* <p>The ID of the transit gateway used for the policy table.</p>
|
|
@@ -1751,6 +2164,9 @@ export interface CreateTransitGatewayPolicyTableRequest {
|
|
|
1751
2164
|
*/
|
|
1752
2165
|
DryRun?: boolean;
|
|
1753
2166
|
}
|
|
2167
|
+
/**
|
|
2168
|
+
* @public
|
|
2169
|
+
*/
|
|
1754
2170
|
export declare enum TransitGatewayPolicyTableState {
|
|
1755
2171
|
available = "available",
|
|
1756
2172
|
deleted = "deleted",
|
|
@@ -1758,6 +2174,7 @@ export declare enum TransitGatewayPolicyTableState {
|
|
|
1758
2174
|
pending = "pending"
|
|
1759
2175
|
}
|
|
1760
2176
|
/**
|
|
2177
|
+
* @public
|
|
1761
2178
|
* <p>Describes a transit gateway policy table.</p>
|
|
1762
2179
|
*/
|
|
1763
2180
|
export interface TransitGatewayPolicyTable {
|
|
@@ -1782,12 +2199,18 @@ export interface TransitGatewayPolicyTable {
|
|
|
1782
2199
|
*/
|
|
1783
2200
|
Tags?: Tag[];
|
|
1784
2201
|
}
|
|
2202
|
+
/**
|
|
2203
|
+
* @public
|
|
2204
|
+
*/
|
|
1785
2205
|
export interface CreateTransitGatewayPolicyTableResult {
|
|
1786
2206
|
/**
|
|
1787
2207
|
* <p>Describes the created transit gateway policy table.</p>
|
|
1788
2208
|
*/
|
|
1789
2209
|
TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
|
|
1790
2210
|
}
|
|
2211
|
+
/**
|
|
2212
|
+
* @public
|
|
2213
|
+
*/
|
|
1791
2214
|
export interface CreateTransitGatewayPrefixListReferenceRequest {
|
|
1792
2215
|
/**
|
|
1793
2216
|
* <p>The ID of the transit gateway route table.</p>
|
|
@@ -1812,6 +2235,9 @@ export interface CreateTransitGatewayPrefixListReferenceRequest {
|
|
|
1812
2235
|
*/
|
|
1813
2236
|
DryRun?: boolean;
|
|
1814
2237
|
}
|
|
2238
|
+
/**
|
|
2239
|
+
* @public
|
|
2240
|
+
*/
|
|
1815
2241
|
export declare enum TransitGatewayPrefixListReferenceState {
|
|
1816
2242
|
available = "available",
|
|
1817
2243
|
deleting = "deleting",
|
|
@@ -1819,6 +2245,7 @@ export declare enum TransitGatewayPrefixListReferenceState {
|
|
|
1819
2245
|
pending = "pending"
|
|
1820
2246
|
}
|
|
1821
2247
|
/**
|
|
2248
|
+
* @public
|
|
1822
2249
|
* <p>Describes a transit gateway prefix list attachment.</p>
|
|
1823
2250
|
*/
|
|
1824
2251
|
export interface TransitGatewayPrefixListAttachment {
|
|
@@ -1836,6 +2263,7 @@ export interface TransitGatewayPrefixListAttachment {
|
|
|
1836
2263
|
ResourceId?: string;
|
|
1837
2264
|
}
|
|
1838
2265
|
/**
|
|
2266
|
+
* @public
|
|
1839
2267
|
* <p>Describes a prefix list reference.</p>
|
|
1840
2268
|
*/
|
|
1841
2269
|
export interface TransitGatewayPrefixListReference {
|
|
@@ -1864,12 +2292,18 @@ export interface TransitGatewayPrefixListReference {
|
|
|
1864
2292
|
*/
|
|
1865
2293
|
TransitGatewayAttachment?: TransitGatewayPrefixListAttachment;
|
|
1866
2294
|
}
|
|
2295
|
+
/**
|
|
2296
|
+
* @public
|
|
2297
|
+
*/
|
|
1867
2298
|
export interface CreateTransitGatewayPrefixListReferenceResult {
|
|
1868
2299
|
/**
|
|
1869
2300
|
* <p>Information about the prefix list reference.</p>
|
|
1870
2301
|
*/
|
|
1871
2302
|
TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
|
|
1872
2303
|
}
|
|
2304
|
+
/**
|
|
2305
|
+
* @public
|
|
2306
|
+
*/
|
|
1873
2307
|
export interface CreateTransitGatewayRouteRequest {
|
|
1874
2308
|
/**
|
|
1875
2309
|
* <p>The CIDR range used for destination matches. Routing decisions are based on the
|
|
@@ -1895,6 +2329,9 @@ export interface CreateTransitGatewayRouteRequest {
|
|
|
1895
2329
|
*/
|
|
1896
2330
|
DryRun?: boolean;
|
|
1897
2331
|
}
|
|
2332
|
+
/**
|
|
2333
|
+
* @public
|
|
2334
|
+
*/
|
|
1898
2335
|
export declare enum TransitGatewayRouteState {
|
|
1899
2336
|
active = "active",
|
|
1900
2337
|
blackhole = "blackhole",
|
|
@@ -1903,6 +2340,7 @@ export declare enum TransitGatewayRouteState {
|
|
|
1903
2340
|
pending = "pending"
|
|
1904
2341
|
}
|
|
1905
2342
|
/**
|
|
2343
|
+
* @public
|
|
1906
2344
|
* <p>Describes a route attachment.</p>
|
|
1907
2345
|
*/
|
|
1908
2346
|
export interface TransitGatewayRouteAttachment {
|
|
@@ -1919,11 +2357,15 @@ export interface TransitGatewayRouteAttachment {
|
|
|
1919
2357
|
*/
|
|
1920
2358
|
ResourceType?: TransitGatewayAttachmentResourceType | string;
|
|
1921
2359
|
}
|
|
2360
|
+
/**
|
|
2361
|
+
* @public
|
|
2362
|
+
*/
|
|
1922
2363
|
export declare enum TransitGatewayRouteType {
|
|
1923
2364
|
propagated = "propagated",
|
|
1924
2365
|
static = "static"
|
|
1925
2366
|
}
|
|
1926
2367
|
/**
|
|
2368
|
+
* @public
|
|
1927
2369
|
* <p>Describes a route for a transit gateway route table.</p>
|
|
1928
2370
|
*/
|
|
1929
2371
|
export interface TransitGatewayRoute {
|
|
@@ -1952,12 +2394,18 @@ export interface TransitGatewayRoute {
|
|
|
1952
2394
|
*/
|
|
1953
2395
|
State?: TransitGatewayRouteState | string;
|
|
1954
2396
|
}
|
|
2397
|
+
/**
|
|
2398
|
+
* @public
|
|
2399
|
+
*/
|
|
1955
2400
|
export interface CreateTransitGatewayRouteResult {
|
|
1956
2401
|
/**
|
|
1957
2402
|
* <p>Information about the route.</p>
|
|
1958
2403
|
*/
|
|
1959
2404
|
Route?: TransitGatewayRoute;
|
|
1960
2405
|
}
|
|
2406
|
+
/**
|
|
2407
|
+
* @public
|
|
2408
|
+
*/
|
|
1961
2409
|
export interface CreateTransitGatewayRouteTableRequest {
|
|
1962
2410
|
/**
|
|
1963
2411
|
* <p>The ID of the transit gateway.</p>
|
|
@@ -1974,6 +2422,9 @@ export interface CreateTransitGatewayRouteTableRequest {
|
|
|
1974
2422
|
*/
|
|
1975
2423
|
DryRun?: boolean;
|
|
1976
2424
|
}
|
|
2425
|
+
/**
|
|
2426
|
+
* @public
|
|
2427
|
+
*/
|
|
1977
2428
|
export declare enum TransitGatewayRouteTableState {
|
|
1978
2429
|
available = "available",
|
|
1979
2430
|
deleted = "deleted",
|
|
@@ -1981,6 +2432,7 @@ export declare enum TransitGatewayRouteTableState {
|
|
|
1981
2432
|
pending = "pending"
|
|
1982
2433
|
}
|
|
1983
2434
|
/**
|
|
2435
|
+
* @public
|
|
1984
2436
|
* <p>Describes a transit gateway route table.</p>
|
|
1985
2437
|
*/
|
|
1986
2438
|
export interface TransitGatewayRouteTable {
|
|
@@ -2013,12 +2465,18 @@ export interface TransitGatewayRouteTable {
|
|
|
2013
2465
|
*/
|
|
2014
2466
|
Tags?: Tag[];
|
|
2015
2467
|
}
|
|
2468
|
+
/**
|
|
2469
|
+
* @public
|
|
2470
|
+
*/
|
|
2016
2471
|
export interface CreateTransitGatewayRouteTableResult {
|
|
2017
2472
|
/**
|
|
2018
2473
|
* <p>Information about the transit gateway route table.</p>
|
|
2019
2474
|
*/
|
|
2020
2475
|
TransitGatewayRouteTable?: TransitGatewayRouteTable;
|
|
2021
2476
|
}
|
|
2477
|
+
/**
|
|
2478
|
+
* @public
|
|
2479
|
+
*/
|
|
2022
2480
|
export interface CreateTransitGatewayRouteTableAnnouncementRequest {
|
|
2023
2481
|
/**
|
|
2024
2482
|
* <p>The ID of the transit gateway route table.</p>
|
|
@@ -2039,10 +2497,16 @@ export interface CreateTransitGatewayRouteTableAnnouncementRequest {
|
|
|
2039
2497
|
*/
|
|
2040
2498
|
DryRun?: boolean;
|
|
2041
2499
|
}
|
|
2500
|
+
/**
|
|
2501
|
+
* @public
|
|
2502
|
+
*/
|
|
2042
2503
|
export declare enum TransitGatewayRouteTableAnnouncementDirection {
|
|
2043
2504
|
incoming = "incoming",
|
|
2044
2505
|
outgoing = "outgoing"
|
|
2045
2506
|
}
|
|
2507
|
+
/**
|
|
2508
|
+
* @public
|
|
2509
|
+
*/
|
|
2046
2510
|
export declare enum TransitGatewayRouteTableAnnouncementState {
|
|
2047
2511
|
available = "available",
|
|
2048
2512
|
deleted = "deleted",
|
|
@@ -2052,6 +2516,7 @@ export declare enum TransitGatewayRouteTableAnnouncementState {
|
|
|
2052
2516
|
pending = "pending"
|
|
2053
2517
|
}
|
|
2054
2518
|
/**
|
|
2519
|
+
* @public
|
|
2055
2520
|
* <p>Describes a transit gateway route table announcement.</p>
|
|
2056
2521
|
*/
|
|
2057
2522
|
export interface TransitGatewayRouteTableAnnouncement {
|
|
@@ -2100,6 +2565,9 @@ export interface TransitGatewayRouteTableAnnouncement {
|
|
|
2100
2565
|
*/
|
|
2101
2566
|
Tags?: Tag[];
|
|
2102
2567
|
}
|
|
2568
|
+
/**
|
|
2569
|
+
* @public
|
|
2570
|
+
*/
|
|
2103
2571
|
export interface CreateTransitGatewayRouteTableAnnouncementResult {
|
|
2104
2572
|
/**
|
|
2105
2573
|
* <p>Provides details about the transit gateway route table announcement.</p>
|
|
@@ -2107,6 +2575,7 @@ export interface CreateTransitGatewayRouteTableAnnouncementResult {
|
|
|
2107
2575
|
TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
|
|
2108
2576
|
}
|
|
2109
2577
|
/**
|
|
2578
|
+
* @public
|
|
2110
2579
|
* <p>Describes the options for a VPC attachment.</p>
|
|
2111
2580
|
*/
|
|
2112
2581
|
export interface CreateTransitGatewayVpcAttachmentRequestOptions {
|
|
@@ -2123,6 +2592,9 @@ export interface CreateTransitGatewayVpcAttachmentRequestOptions {
|
|
|
2123
2592
|
*/
|
|
2124
2593
|
ApplianceModeSupport?: ApplianceModeSupportValue | string;
|
|
2125
2594
|
}
|
|
2595
|
+
/**
|
|
2596
|
+
* @public
|
|
2597
|
+
*/
|
|
2126
2598
|
export interface CreateTransitGatewayVpcAttachmentRequest {
|
|
2127
2599
|
/**
|
|
2128
2600
|
* <p>The ID of the transit gateway.</p>
|
|
@@ -2153,24 +2625,37 @@ export interface CreateTransitGatewayVpcAttachmentRequest {
|
|
|
2153
2625
|
*/
|
|
2154
2626
|
DryRun?: boolean;
|
|
2155
2627
|
}
|
|
2628
|
+
/**
|
|
2629
|
+
* @public
|
|
2630
|
+
*/
|
|
2156
2631
|
export interface CreateTransitGatewayVpcAttachmentResult {
|
|
2157
2632
|
/**
|
|
2158
2633
|
* <p>Information about the VPC attachment.</p>
|
|
2159
2634
|
*/
|
|
2160
2635
|
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
2161
2636
|
}
|
|
2637
|
+
/**
|
|
2638
|
+
* @public
|
|
2639
|
+
*/
|
|
2162
2640
|
export declare enum VerifiedAccessEndpointAttachmentType {
|
|
2163
2641
|
vpc = "vpc"
|
|
2164
2642
|
}
|
|
2643
|
+
/**
|
|
2644
|
+
* @public
|
|
2645
|
+
*/
|
|
2165
2646
|
export declare enum VerifiedAccessEndpointType {
|
|
2166
2647
|
load_balancer = "load-balancer",
|
|
2167
2648
|
network_interface = "network-interface"
|
|
2168
2649
|
}
|
|
2650
|
+
/**
|
|
2651
|
+
* @public
|
|
2652
|
+
*/
|
|
2169
2653
|
export declare enum VerifiedAccessEndpointProtocol {
|
|
2170
2654
|
http = "http",
|
|
2171
2655
|
https = "https"
|
|
2172
2656
|
}
|
|
2173
2657
|
/**
|
|
2658
|
+
* @public
|
|
2174
2659
|
* <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
|
|
2175
2660
|
* <code>load-balancer</code> type.</p>
|
|
2176
2661
|
*/
|
|
@@ -2193,6 +2678,7 @@ export interface CreateVerifiedAccessEndpointLoadBalancerOptions {
|
|
|
2193
2678
|
SubnetIds?: string[];
|
|
2194
2679
|
}
|
|
2195
2680
|
/**
|
|
2681
|
+
* @public
|
|
2196
2682
|
* <p>Options for a network interface-type endpoint.</p>
|
|
2197
2683
|
*/
|
|
2198
2684
|
export interface CreateVerifiedAccessEndpointEniOptions {
|
|
@@ -2209,6 +2695,9 @@ export interface CreateVerifiedAccessEndpointEniOptions {
|
|
|
2209
2695
|
*/
|
|
2210
2696
|
Port?: number;
|
|
2211
2697
|
}
|
|
2698
|
+
/**
|
|
2699
|
+
* @public
|
|
2700
|
+
*/
|
|
2212
2701
|
export interface CreateVerifiedAccessEndpointRequest {
|
|
2213
2702
|
/**
|
|
2214
2703
|
* <p>The ID of the Verified Access group to associate the endpoint with.</p>
|
|
@@ -2275,6 +2764,7 @@ export interface CreateVerifiedAccessEndpointRequest {
|
|
|
2275
2764
|
DryRun?: boolean;
|
|
2276
2765
|
}
|
|
2277
2766
|
/**
|
|
2767
|
+
* @public
|
|
2278
2768
|
* <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
|
|
2279
2769
|
* <code>load-balancer</code> type.</p>
|
|
2280
2770
|
*/
|
|
@@ -2297,6 +2787,7 @@ export interface VerifiedAccessEndpointLoadBalancerOptions {
|
|
|
2297
2787
|
SubnetIds?: string[];
|
|
2298
2788
|
}
|
|
2299
2789
|
/**
|
|
2790
|
+
* @public
|
|
2300
2791
|
* <p>Options for a network-interface type endpoint.</p>
|
|
2301
2792
|
*/
|
|
2302
2793
|
export interface VerifiedAccessEndpointEniOptions {
|
|
@@ -2313,6 +2804,9 @@ export interface VerifiedAccessEndpointEniOptions {
|
|
|
2313
2804
|
*/
|
|
2314
2805
|
Port?: number;
|
|
2315
2806
|
}
|
|
2807
|
+
/**
|
|
2808
|
+
* @public
|
|
2809
|
+
*/
|
|
2316
2810
|
export declare enum VerifiedAccessEndpointStatusCode {
|
|
2317
2811
|
active = "active",
|
|
2318
2812
|
deleted = "deleted",
|
|
@@ -2321,6 +2815,7 @@ export declare enum VerifiedAccessEndpointStatusCode {
|
|
|
2321
2815
|
updating = "updating"
|
|
2322
2816
|
}
|
|
2323
2817
|
/**
|
|
2818
|
+
* @public
|
|
2324
2819
|
* <p>Describes the status of a Verified Access endpoint.</p>
|
|
2325
2820
|
*/
|
|
2326
2821
|
export interface VerifiedAccessEndpointStatus {
|
|
@@ -2334,6 +2829,7 @@ export interface VerifiedAccessEndpointStatus {
|
|
|
2334
2829
|
Message?: string;
|
|
2335
2830
|
}
|
|
2336
2831
|
/**
|
|
2832
|
+
* @public
|
|
2337
2833
|
* <p>An Amazon Web Services Verified Access endpoint specifies the application that Amazon Web Services Verified Access provides access to. It must be
|
|
2338
2834
|
* attached to an Amazon Web Services Verified Access group. An Amazon Web Services Verified Access endpoint must also have an attached access policy
|
|
2339
2835
|
* before you attached it to a group.</p>
|
|
@@ -2416,12 +2912,18 @@ export interface VerifiedAccessEndpoint {
|
|
|
2416
2912
|
*/
|
|
2417
2913
|
Tags?: Tag[];
|
|
2418
2914
|
}
|
|
2915
|
+
/**
|
|
2916
|
+
* @public
|
|
2917
|
+
*/
|
|
2419
2918
|
export interface CreateVerifiedAccessEndpointResult {
|
|
2420
2919
|
/**
|
|
2421
2920
|
* <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
|
|
2422
2921
|
*/
|
|
2423
2922
|
VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
|
|
2424
2923
|
}
|
|
2924
|
+
/**
|
|
2925
|
+
* @public
|
|
2926
|
+
*/
|
|
2425
2927
|
export interface CreateVerifiedAccessGroupRequest {
|
|
2426
2928
|
/**
|
|
2427
2929
|
* <p>The ID of the Amazon Web Services Verified Access instance.</p>
|
|
@@ -2452,6 +2954,7 @@ export interface CreateVerifiedAccessGroupRequest {
|
|
|
2452
2954
|
DryRun?: boolean;
|
|
2453
2955
|
}
|
|
2454
2956
|
/**
|
|
2957
|
+
* @public
|
|
2455
2958
|
* <p>Describes a Verified Access group.</p>
|
|
2456
2959
|
*/
|
|
2457
2960
|
export interface VerifiedAccessGroup {
|
|
@@ -2492,12 +2995,18 @@ export interface VerifiedAccessGroup {
|
|
|
2492
2995
|
*/
|
|
2493
2996
|
Tags?: Tag[];
|
|
2494
2997
|
}
|
|
2998
|
+
/**
|
|
2999
|
+
* @public
|
|
3000
|
+
*/
|
|
2495
3001
|
export interface CreateVerifiedAccessGroupResult {
|
|
2496
3002
|
/**
|
|
2497
3003
|
* <p>The ID of the Verified Access group.</p>
|
|
2498
3004
|
*/
|
|
2499
3005
|
VerifiedAccessGroup?: VerifiedAccessGroup;
|
|
2500
3006
|
}
|
|
3007
|
+
/**
|
|
3008
|
+
* @public
|
|
3009
|
+
*/
|
|
2501
3010
|
export interface CreateVerifiedAccessInstanceRequest {
|
|
2502
3011
|
/**
|
|
2503
3012
|
* <p>A description for the Amazon Web Services Verified Access instance.</p>
|
|
@@ -2519,6 +3028,9 @@ export interface CreateVerifiedAccessInstanceRequest {
|
|
|
2519
3028
|
*/
|
|
2520
3029
|
DryRun?: boolean;
|
|
2521
3030
|
}
|
|
3031
|
+
/**
|
|
3032
|
+
* @public
|
|
3033
|
+
*/
|
|
2522
3034
|
export interface CreateVerifiedAccessInstanceResult {
|
|
2523
3035
|
/**
|
|
2524
3036
|
* <p>The ID of the Amazon Web Services Verified Access instance.</p>
|
|
@@ -2526,6 +3038,7 @@ export interface CreateVerifiedAccessInstanceResult {
|
|
|
2526
3038
|
VerifiedAccessInstance?: VerifiedAccessInstance;
|
|
2527
3039
|
}
|
|
2528
3040
|
/**
|
|
3041
|
+
* @public
|
|
2529
3042
|
* <p>Options for a device-identity type trust provider.</p>
|
|
2530
3043
|
*/
|
|
2531
3044
|
export interface CreateVerifiedAccessTrustProviderDeviceOptions {
|
|
@@ -2535,6 +3048,7 @@ export interface CreateVerifiedAccessTrustProviderDeviceOptions {
|
|
|
2535
3048
|
TenantId?: string;
|
|
2536
3049
|
}
|
|
2537
3050
|
/**
|
|
3051
|
+
* @public
|
|
2538
3052
|
* <p>Options for an OIDC-based, user-identity type trust provider.</p>
|
|
2539
3053
|
*/
|
|
2540
3054
|
export interface CreateVerifiedAccessTrustProviderOidcOptions {
|
|
@@ -2567,6 +3081,9 @@ export interface CreateVerifiedAccessTrustProviderOidcOptions {
|
|
|
2567
3081
|
*/
|
|
2568
3082
|
Scope?: string;
|
|
2569
3083
|
}
|
|
3084
|
+
/**
|
|
3085
|
+
* @public
|
|
3086
|
+
*/
|
|
2570
3087
|
export interface CreateVerifiedAccessTrustProviderRequest {
|
|
2571
3088
|
/**
|
|
2572
3089
|
* <p>The type of trust provider can be either user or device-based.</p>
|
|
@@ -2612,12 +3129,18 @@ export interface CreateVerifiedAccessTrustProviderRequest {
|
|
|
2612
3129
|
*/
|
|
2613
3130
|
DryRun?: boolean;
|
|
2614
3131
|
}
|
|
3132
|
+
/**
|
|
3133
|
+
* @public
|
|
3134
|
+
*/
|
|
2615
3135
|
export interface CreateVerifiedAccessTrustProviderResult {
|
|
2616
3136
|
/**
|
|
2617
3137
|
* <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
|
|
2618
3138
|
*/
|
|
2619
3139
|
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
|
|
2620
3140
|
}
|
|
3141
|
+
/**
|
|
3142
|
+
* @public
|
|
3143
|
+
*/
|
|
2621
3144
|
export interface CreateVolumeRequest {
|
|
2622
3145
|
/**
|
|
2623
3146
|
* <p>The Availability Zone in which to create the volume.</p>
|
|
@@ -2782,6 +3305,9 @@ export interface CreateVolumeRequest {
|
|
|
2782
3305
|
*/
|
|
2783
3306
|
ClientToken?: string;
|
|
2784
3307
|
}
|
|
3308
|
+
/**
|
|
3309
|
+
* @public
|
|
3310
|
+
*/
|
|
2785
3311
|
export declare enum VolumeState {
|
|
2786
3312
|
available = "available",
|
|
2787
3313
|
creating = "creating",
|
|
@@ -2791,6 +3317,7 @@ export declare enum VolumeState {
|
|
|
2791
3317
|
in_use = "in-use"
|
|
2792
3318
|
}
|
|
2793
3319
|
/**
|
|
3320
|
+
* @public
|
|
2794
3321
|
* <p>Describes a volume.</p>
|
|
2795
3322
|
*/
|
|
2796
3323
|
export interface Volume {
|
|
@@ -2862,6 +3389,9 @@ export interface Volume {
|
|
|
2862
3389
|
*/
|
|
2863
3390
|
Throughput?: number;
|
|
2864
3391
|
}
|
|
3392
|
+
/**
|
|
3393
|
+
* @public
|
|
3394
|
+
*/
|
|
2865
3395
|
export interface CreateVpcRequest {
|
|
2866
3396
|
/**
|
|
2867
3397
|
* <p>The IPv4 network range for the VPC, in CIDR notation. For example,
|
|
@@ -2928,12 +3458,18 @@ export interface CreateVpcRequest {
|
|
|
2928
3458
|
*/
|
|
2929
3459
|
TagSpecifications?: TagSpecification[];
|
|
2930
3460
|
}
|
|
3461
|
+
/**
|
|
3462
|
+
* @public
|
|
3463
|
+
*/
|
|
2931
3464
|
export interface CreateVpcResult {
|
|
2932
3465
|
/**
|
|
2933
3466
|
* <p>Information about the VPC.</p>
|
|
2934
3467
|
*/
|
|
2935
3468
|
Vpc?: Vpc;
|
|
2936
3469
|
}
|
|
3470
|
+
/**
|
|
3471
|
+
* @public
|
|
3472
|
+
*/
|
|
2937
3473
|
export declare enum DnsRecordIpType {
|
|
2938
3474
|
dualstack = "dualstack",
|
|
2939
3475
|
ipv4 = "ipv4",
|
|
@@ -2941,6 +3477,7 @@ export declare enum DnsRecordIpType {
|
|
|
2941
3477
|
service_defined = "service-defined"
|
|
2942
3478
|
}
|
|
2943
3479
|
/**
|
|
3480
|
+
* @public
|
|
2944
3481
|
* <p>Describes the DNS options for an endpoint.</p>
|
|
2945
3482
|
*/
|
|
2946
3483
|
export interface DnsOptionsSpecification {
|
|
@@ -2956,16 +3493,25 @@ export interface DnsOptionsSpecification {
|
|
|
2956
3493
|
*/
|
|
2957
3494
|
PrivateDnsOnlyForInboundResolverEndpoint?: boolean;
|
|
2958
3495
|
}
|
|
3496
|
+
/**
|
|
3497
|
+
* @public
|
|
3498
|
+
*/
|
|
2959
3499
|
export declare enum IpAddressType {
|
|
2960
3500
|
dualstack = "dualstack",
|
|
2961
3501
|
ipv4 = "ipv4",
|
|
2962
3502
|
ipv6 = "ipv6"
|
|
2963
3503
|
}
|
|
3504
|
+
/**
|
|
3505
|
+
* @public
|
|
3506
|
+
*/
|
|
2964
3507
|
export declare enum VpcEndpointType {
|
|
2965
3508
|
Gateway = "Gateway",
|
|
2966
3509
|
GatewayLoadBalancer = "GatewayLoadBalancer",
|
|
2967
3510
|
Interface = "Interface"
|
|
2968
3511
|
}
|
|
3512
|
+
/**
|
|
3513
|
+
* @public
|
|
3514
|
+
*/
|
|
2969
3515
|
export interface CreateVpcEndpointRequest {
|
|
2970
3516
|
/**
|
|
2971
3517
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3043,6 +3589,7 @@ export interface CreateVpcEndpointRequest {
|
|
|
3043
3589
|
TagSpecifications?: TagSpecification[];
|
|
3044
3590
|
}
|
|
3045
3591
|
/**
|
|
3592
|
+
* @public
|
|
3046
3593
|
* <p>Describes a DNS entry.</p>
|
|
3047
3594
|
*/
|
|
3048
3595
|
export interface DnsEntry {
|
|
@@ -3056,6 +3603,7 @@ export interface DnsEntry {
|
|
|
3056
3603
|
HostedZoneId?: string;
|
|
3057
3604
|
}
|
|
3058
3605
|
/**
|
|
3606
|
+
* @public
|
|
3059
3607
|
* <p>Describes the DNS options for an endpoint.</p>
|
|
3060
3608
|
*/
|
|
3061
3609
|
export interface DnsOptions {
|
|
@@ -3069,6 +3617,7 @@ export interface DnsOptions {
|
|
|
3069
3617
|
PrivateDnsOnlyForInboundResolverEndpoint?: boolean;
|
|
3070
3618
|
}
|
|
3071
3619
|
/**
|
|
3620
|
+
* @public
|
|
3072
3621
|
* <p>Describes a security group.</p>
|
|
3073
3622
|
*/
|
|
3074
3623
|
export interface SecurityGroupIdentifier {
|
|
@@ -3082,6 +3631,7 @@ export interface SecurityGroupIdentifier {
|
|
|
3082
3631
|
GroupName?: string;
|
|
3083
3632
|
}
|
|
3084
3633
|
/**
|
|
3634
|
+
* @public
|
|
3085
3635
|
* <p>The last error that occurred for a VPC endpoint.</p>
|
|
3086
3636
|
*/
|
|
3087
3637
|
export interface LastError {
|
|
@@ -3094,6 +3644,9 @@ export interface LastError {
|
|
|
3094
3644
|
*/
|
|
3095
3645
|
Code?: string;
|
|
3096
3646
|
}
|
|
3647
|
+
/**
|
|
3648
|
+
* @public
|
|
3649
|
+
*/
|
|
3097
3650
|
export declare enum State {
|
|
3098
3651
|
Available = "Available",
|
|
3099
3652
|
Deleted = "Deleted",
|
|
@@ -3105,6 +3658,7 @@ export declare enum State {
|
|
|
3105
3658
|
Rejected = "Rejected"
|
|
3106
3659
|
}
|
|
3107
3660
|
/**
|
|
3661
|
+
* @public
|
|
3108
3662
|
* <p>Describes a VPC endpoint.</p>
|
|
3109
3663
|
*/
|
|
3110
3664
|
export interface VpcEndpoint {
|
|
@@ -3186,6 +3740,9 @@ export interface VpcEndpoint {
|
|
|
3186
3740
|
*/
|
|
3187
3741
|
LastError?: LastError;
|
|
3188
3742
|
}
|
|
3743
|
+
/**
|
|
3744
|
+
* @public
|
|
3745
|
+
*/
|
|
3189
3746
|
export interface CreateVpcEndpointResult {
|
|
3190
3747
|
/**
|
|
3191
3748
|
* <p>Information about the endpoint.</p>
|
|
@@ -3197,6 +3754,9 @@ export interface CreateVpcEndpointResult {
|
|
|
3197
3754
|
*/
|
|
3198
3755
|
ClientToken?: string;
|
|
3199
3756
|
}
|
|
3757
|
+
/**
|
|
3758
|
+
* @public
|
|
3759
|
+
*/
|
|
3200
3760
|
export interface CreateVpcEndpointConnectionNotificationRequest {
|
|
3201
3761
|
/**
|
|
3202
3762
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3229,14 +3789,21 @@ export interface CreateVpcEndpointConnectionNotificationRequest {
|
|
|
3229
3789
|
*/
|
|
3230
3790
|
ClientToken?: string;
|
|
3231
3791
|
}
|
|
3792
|
+
/**
|
|
3793
|
+
* @public
|
|
3794
|
+
*/
|
|
3232
3795
|
export declare enum ConnectionNotificationState {
|
|
3233
3796
|
Disabled = "Disabled",
|
|
3234
3797
|
Enabled = "Enabled"
|
|
3235
3798
|
}
|
|
3799
|
+
/**
|
|
3800
|
+
* @public
|
|
3801
|
+
*/
|
|
3236
3802
|
export declare enum ConnectionNotificationType {
|
|
3237
3803
|
Topic = "Topic"
|
|
3238
3804
|
}
|
|
3239
3805
|
/**
|
|
3806
|
+
* @public
|
|
3240
3807
|
* <p>Describes a connection notification for a VPC endpoint or VPC endpoint
|
|
3241
3808
|
* service.</p>
|
|
3242
3809
|
*/
|
|
@@ -3271,6 +3838,9 @@ export interface ConnectionNotification {
|
|
|
3271
3838
|
*/
|
|
3272
3839
|
ConnectionNotificationState?: ConnectionNotificationState | string;
|
|
3273
3840
|
}
|
|
3841
|
+
/**
|
|
3842
|
+
* @public
|
|
3843
|
+
*/
|
|
3274
3844
|
export interface CreateVpcEndpointConnectionNotificationResult {
|
|
3275
3845
|
/**
|
|
3276
3846
|
* <p>Information about the notification.</p>
|
|
@@ -3282,6 +3852,9 @@ export interface CreateVpcEndpointConnectionNotificationResult {
|
|
|
3282
3852
|
*/
|
|
3283
3853
|
ClientToken?: string;
|
|
3284
3854
|
}
|
|
3855
|
+
/**
|
|
3856
|
+
* @public
|
|
3857
|
+
*/
|
|
3285
3858
|
export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
3286
3859
|
/**
|
|
3287
3860
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3321,15 +3894,22 @@ export interface CreateVpcEndpointServiceConfigurationRequest {
|
|
|
3321
3894
|
*/
|
|
3322
3895
|
TagSpecifications?: TagSpecification[];
|
|
3323
3896
|
}
|
|
3897
|
+
/**
|
|
3898
|
+
* @public
|
|
3899
|
+
*/
|
|
3324
3900
|
export declare enum PayerResponsibility {
|
|
3325
3901
|
ServiceOwner = "ServiceOwner"
|
|
3326
3902
|
}
|
|
3903
|
+
/**
|
|
3904
|
+
* @public
|
|
3905
|
+
*/
|
|
3327
3906
|
export declare enum DnsNameState {
|
|
3328
3907
|
Failed = "failed",
|
|
3329
3908
|
PendingVerification = "pendingVerification",
|
|
3330
3909
|
Verified = "verified"
|
|
3331
3910
|
}
|
|
3332
3911
|
/**
|
|
3912
|
+
* @public
|
|
3333
3913
|
* <p>Information about the private DNS name for the service endpoint.</p>
|
|
3334
3914
|
*/
|
|
3335
3915
|
export interface PrivateDnsNameConfiguration {
|
|
@@ -3353,6 +3933,9 @@ export interface PrivateDnsNameConfiguration {
|
|
|
3353
3933
|
*/
|
|
3354
3934
|
Name?: string;
|
|
3355
3935
|
}
|
|
3936
|
+
/**
|
|
3937
|
+
* @public
|
|
3938
|
+
*/
|
|
3356
3939
|
export declare enum ServiceState {
|
|
3357
3940
|
Available = "Available",
|
|
3358
3941
|
Deleted = "Deleted",
|
|
@@ -3360,12 +3943,16 @@ export declare enum ServiceState {
|
|
|
3360
3943
|
Failed = "Failed",
|
|
3361
3944
|
Pending = "Pending"
|
|
3362
3945
|
}
|
|
3946
|
+
/**
|
|
3947
|
+
* @public
|
|
3948
|
+
*/
|
|
3363
3949
|
export declare enum ServiceType {
|
|
3364
3950
|
Gateway = "Gateway",
|
|
3365
3951
|
GatewayLoadBalancer = "GatewayLoadBalancer",
|
|
3366
3952
|
Interface = "Interface"
|
|
3367
3953
|
}
|
|
3368
3954
|
/**
|
|
3955
|
+
* @public
|
|
3369
3956
|
* <p>Describes the type of service for a VPC endpoint.</p>
|
|
3370
3957
|
*/
|
|
3371
3958
|
export interface ServiceTypeDetail {
|
|
@@ -3374,11 +3961,15 @@ export interface ServiceTypeDetail {
|
|
|
3374
3961
|
*/
|
|
3375
3962
|
ServiceType?: ServiceType | string;
|
|
3376
3963
|
}
|
|
3964
|
+
/**
|
|
3965
|
+
* @public
|
|
3966
|
+
*/
|
|
3377
3967
|
export declare enum ServiceConnectivityType {
|
|
3378
3968
|
ipv4 = "ipv4",
|
|
3379
3969
|
ipv6 = "ipv6"
|
|
3380
3970
|
}
|
|
3381
3971
|
/**
|
|
3972
|
+
* @public
|
|
3382
3973
|
* <p>Describes a service configuration for a VPC endpoint service.</p>
|
|
3383
3974
|
*/
|
|
3384
3975
|
export interface ServiceConfiguration {
|
|
@@ -3444,6 +4035,9 @@ export interface ServiceConfiguration {
|
|
|
3444
4035
|
*/
|
|
3445
4036
|
Tags?: Tag[];
|
|
3446
4037
|
}
|
|
4038
|
+
/**
|
|
4039
|
+
* @public
|
|
4040
|
+
*/
|
|
3447
4041
|
export interface CreateVpcEndpointServiceConfigurationResult {
|
|
3448
4042
|
/**
|
|
3449
4043
|
* <p>Information about the service configuration.</p>
|
|
@@ -3455,6 +4049,9 @@ export interface CreateVpcEndpointServiceConfigurationResult {
|
|
|
3455
4049
|
*/
|
|
3456
4050
|
ClientToken?: string;
|
|
3457
4051
|
}
|
|
4052
|
+
/**
|
|
4053
|
+
* @public
|
|
4054
|
+
*/
|
|
3458
4055
|
export interface CreateVpcPeeringConnectionRequest {
|
|
3459
4056
|
/**
|
|
3460
4057
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3488,17 +4085,24 @@ export interface CreateVpcPeeringConnectionRequest {
|
|
|
3488
4085
|
*/
|
|
3489
4086
|
TagSpecifications?: TagSpecification[];
|
|
3490
4087
|
}
|
|
4088
|
+
/**
|
|
4089
|
+
* @public
|
|
4090
|
+
*/
|
|
3491
4091
|
export interface CreateVpcPeeringConnectionResult {
|
|
3492
4092
|
/**
|
|
3493
4093
|
* <p>Information about the VPC peering connection.</p>
|
|
3494
4094
|
*/
|
|
3495
4095
|
VpcPeeringConnection?: VpcPeeringConnection;
|
|
3496
4096
|
}
|
|
4097
|
+
/**
|
|
4098
|
+
* @public
|
|
4099
|
+
*/
|
|
3497
4100
|
export declare enum TunnelInsideIpVersion {
|
|
3498
4101
|
ipv4 = "ipv4",
|
|
3499
4102
|
ipv6 = "ipv6"
|
|
3500
4103
|
}
|
|
3501
4104
|
/**
|
|
4105
|
+
* @public
|
|
3502
4106
|
* <p>The IKE version that is permitted for the VPN tunnel.</p>
|
|
3503
4107
|
*/
|
|
3504
4108
|
export interface IKEVersionsRequestListValue {
|
|
@@ -3508,6 +4112,7 @@ export interface IKEVersionsRequestListValue {
|
|
|
3508
4112
|
Value?: string;
|
|
3509
4113
|
}
|
|
3510
4114
|
/**
|
|
4115
|
+
* @public
|
|
3511
4116
|
* <p>Options for sending VPN tunnel logs to CloudWatch.</p>
|
|
3512
4117
|
*/
|
|
3513
4118
|
export interface CloudWatchLogOptionsSpecification {
|
|
@@ -3529,6 +4134,7 @@ export interface CloudWatchLogOptionsSpecification {
|
|
|
3529
4134
|
LogOutputFormat?: string;
|
|
3530
4135
|
}
|
|
3531
4136
|
/**
|
|
4137
|
+
* @public
|
|
3532
4138
|
* <p>Options for logging VPN tunnel activity.</p>
|
|
3533
4139
|
*/
|
|
3534
4140
|
export interface VpnTunnelLogOptionsSpecification {
|
|
@@ -3538,6 +4144,7 @@ export interface VpnTunnelLogOptionsSpecification {
|
|
|
3538
4144
|
CloudWatchLogOptions?: CloudWatchLogOptionsSpecification;
|
|
3539
4145
|
}
|
|
3540
4146
|
/**
|
|
4147
|
+
* @public
|
|
3541
4148
|
* <p>Specifies a Diffie-Hellman group number for the VPN tunnel for phase 1 IKE
|
|
3542
4149
|
* negotiations.</p>
|
|
3543
4150
|
*/
|
|
@@ -3548,6 +4155,7 @@ export interface Phase1DHGroupNumbersRequestListValue {
|
|
|
3548
4155
|
Value?: number;
|
|
3549
4156
|
}
|
|
3550
4157
|
/**
|
|
4158
|
+
* @public
|
|
3551
4159
|
* <p>Specifies the encryption algorithm for the VPN tunnel for phase 1 IKE
|
|
3552
4160
|
* negotiations.</p>
|
|
3553
4161
|
*/
|
|
@@ -3558,6 +4166,7 @@ export interface Phase1EncryptionAlgorithmsRequestListValue {
|
|
|
3558
4166
|
Value?: string;
|
|
3559
4167
|
}
|
|
3560
4168
|
/**
|
|
4169
|
+
* @public
|
|
3561
4170
|
* <p>Specifies the integrity algorithm for the VPN tunnel for phase 1 IKE
|
|
3562
4171
|
* negotiations.</p>
|
|
3563
4172
|
*/
|
|
@@ -3568,6 +4177,7 @@ export interface Phase1IntegrityAlgorithmsRequestListValue {
|
|
|
3568
4177
|
Value?: string;
|
|
3569
4178
|
}
|
|
3570
4179
|
/**
|
|
4180
|
+
* @public
|
|
3571
4181
|
* <p>Specifies a Diffie-Hellman group number for the VPN tunnel for phase 2 IKE
|
|
3572
4182
|
* negotiations.</p>
|
|
3573
4183
|
*/
|
|
@@ -3578,6 +4188,7 @@ export interface Phase2DHGroupNumbersRequestListValue {
|
|
|
3578
4188
|
Value?: number;
|
|
3579
4189
|
}
|
|
3580
4190
|
/**
|
|
4191
|
+
* @public
|
|
3581
4192
|
* <p>Specifies the encryption algorithm for the VPN tunnel for phase 2 IKE
|
|
3582
4193
|
* negotiations.</p>
|
|
3583
4194
|
*/
|
|
@@ -3588,6 +4199,7 @@ export interface Phase2EncryptionAlgorithmsRequestListValue {
|
|
|
3588
4199
|
Value?: string;
|
|
3589
4200
|
}
|
|
3590
4201
|
/**
|
|
4202
|
+
* @public
|
|
3591
4203
|
* <p>Specifies the integrity algorithm for the VPN tunnel for phase 2 IKE
|
|
3592
4204
|
* negotiations.</p>
|
|
3593
4205
|
*/
|
|
@@ -3598,6 +4210,7 @@ export interface Phase2IntegrityAlgorithmsRequestListValue {
|
|
|
3598
4210
|
Value?: string;
|
|
3599
4211
|
}
|
|
3600
4212
|
/**
|
|
4213
|
+
* @public
|
|
3601
4214
|
* <p>The tunnel options for a single VPN tunnel.</p>
|
|
3602
4215
|
*/
|
|
3603
4216
|
export interface VpnTunnelOptionsSpecification {
|
|
@@ -3789,6 +4402,7 @@ export interface VpnTunnelOptionsSpecification {
|
|
|
3789
4402
|
LogOptions?: VpnTunnelLogOptionsSpecification;
|
|
3790
4403
|
}
|
|
3791
4404
|
/**
|
|
4405
|
+
* @public
|
|
3792
4406
|
* <p>Describes VPN connection options.</p>
|
|
3793
4407
|
*/
|
|
3794
4408
|
export interface VpnConnectionOptionsSpecification {
|
|
@@ -3855,6 +4469,7 @@ export interface VpnConnectionOptionsSpecification {
|
|
|
3855
4469
|
TransportTransitGatewayAttachmentId?: string;
|
|
3856
4470
|
}
|
|
3857
4471
|
/**
|
|
4472
|
+
* @public
|
|
3858
4473
|
* <p>Contains the parameters for CreateVpnConnection.</p>
|
|
3859
4474
|
*/
|
|
3860
4475
|
export interface CreateVpnConnectionRequest {
|
|
@@ -3892,6 +4507,9 @@ export interface CreateVpnConnectionRequest {
|
|
|
3892
4507
|
*/
|
|
3893
4508
|
TagSpecifications?: TagSpecification[];
|
|
3894
4509
|
}
|
|
4510
|
+
/**
|
|
4511
|
+
* @public
|
|
4512
|
+
*/
|
|
3895
4513
|
export declare enum GatewayAssociationState {
|
|
3896
4514
|
associated = "associated",
|
|
3897
4515
|
associating = "associating",
|
|
@@ -3899,6 +4517,7 @@ export declare enum GatewayAssociationState {
|
|
|
3899
4517
|
not_associated = "not-associated"
|
|
3900
4518
|
}
|
|
3901
4519
|
/**
|
|
4520
|
+
* @public
|
|
3902
4521
|
* <p>The internet key exchange (IKE) version permitted for the VPN tunnel.</p>
|
|
3903
4522
|
*/
|
|
3904
4523
|
export interface IKEVersionsListValue {
|
|
@@ -3908,6 +4527,7 @@ export interface IKEVersionsListValue {
|
|
|
3908
4527
|
Value?: string;
|
|
3909
4528
|
}
|
|
3910
4529
|
/**
|
|
4530
|
+
* @public
|
|
3911
4531
|
* <p>Options for sending VPN tunnel logs to CloudWatch.</p>
|
|
3912
4532
|
*/
|
|
3913
4533
|
export interface CloudWatchLogOptions {
|
|
@@ -3929,6 +4549,7 @@ export interface CloudWatchLogOptions {
|
|
|
3929
4549
|
LogOutputFormat?: string;
|
|
3930
4550
|
}
|
|
3931
4551
|
/**
|
|
4552
|
+
* @public
|
|
3932
4553
|
* <p>Options for logging VPN tunnel activity.</p>
|
|
3933
4554
|
*/
|
|
3934
4555
|
export interface VpnTunnelLogOptions {
|
|
@@ -3938,6 +4559,7 @@ export interface VpnTunnelLogOptions {
|
|
|
3938
4559
|
CloudWatchLogOptions?: CloudWatchLogOptions;
|
|
3939
4560
|
}
|
|
3940
4561
|
/**
|
|
4562
|
+
* @public
|
|
3941
4563
|
* <p>The Diffie-Hellmann group number for phase 1 IKE negotiations.</p>
|
|
3942
4564
|
*/
|
|
3943
4565
|
export interface Phase1DHGroupNumbersListValue {
|
|
@@ -3947,6 +4569,7 @@ export interface Phase1DHGroupNumbersListValue {
|
|
|
3947
4569
|
Value?: number;
|
|
3948
4570
|
}
|
|
3949
4571
|
/**
|
|
4572
|
+
* @public
|
|
3950
4573
|
* <p>The encryption algorithm for phase 1 IKE negotiations.</p>
|
|
3951
4574
|
*/
|
|
3952
4575
|
export interface Phase1EncryptionAlgorithmsListValue {
|
|
@@ -3956,6 +4579,7 @@ export interface Phase1EncryptionAlgorithmsListValue {
|
|
|
3956
4579
|
Value?: string;
|
|
3957
4580
|
}
|
|
3958
4581
|
/**
|
|
4582
|
+
* @public
|
|
3959
4583
|
* <p>The integrity algorithm for phase 1 IKE negotiations.</p>
|
|
3960
4584
|
*/
|
|
3961
4585
|
export interface Phase1IntegrityAlgorithmsListValue {
|
|
@@ -3965,6 +4589,7 @@ export interface Phase1IntegrityAlgorithmsListValue {
|
|
|
3965
4589
|
Value?: string;
|
|
3966
4590
|
}
|
|
3967
4591
|
/**
|
|
4592
|
+
* @public
|
|
3968
4593
|
* <p>The Diffie-Hellmann group number for phase 2 IKE negotiations.</p>
|
|
3969
4594
|
*/
|
|
3970
4595
|
export interface Phase2DHGroupNumbersListValue {
|
|
@@ -3974,6 +4599,7 @@ export interface Phase2DHGroupNumbersListValue {
|
|
|
3974
4599
|
Value?: number;
|
|
3975
4600
|
}
|
|
3976
4601
|
/**
|
|
4602
|
+
* @public
|
|
3977
4603
|
* <p>The encryption algorithm for phase 2 IKE negotiations.</p>
|
|
3978
4604
|
*/
|
|
3979
4605
|
export interface Phase2EncryptionAlgorithmsListValue {
|
|
@@ -3983,6 +4609,7 @@ export interface Phase2EncryptionAlgorithmsListValue {
|
|
|
3983
4609
|
Value?: string;
|
|
3984
4610
|
}
|
|
3985
4611
|
/**
|
|
4612
|
+
* @public
|
|
3986
4613
|
* <p>The integrity algorithm for phase 2 IKE negotiations.</p>
|
|
3987
4614
|
*/
|
|
3988
4615
|
export interface Phase2IntegrityAlgorithmsListValue {
|
|
@@ -3992,6 +4619,7 @@ export interface Phase2IntegrityAlgorithmsListValue {
|
|
|
3992
4619
|
Value?: string;
|
|
3993
4620
|
}
|
|
3994
4621
|
/**
|
|
4622
|
+
* @public
|
|
3995
4623
|
* <p>The VPN tunnel options.</p>
|
|
3996
4624
|
*/
|
|
3997
4625
|
export interface TunnelOption {
|
|
@@ -4086,6 +4714,7 @@ export interface TunnelOption {
|
|
|
4086
4714
|
LogOptions?: VpnTunnelLogOptions;
|
|
4087
4715
|
}
|
|
4088
4716
|
/**
|
|
4717
|
+
* @public
|
|
4089
4718
|
* <p>Describes VPN connection options.</p>
|
|
4090
4719
|
*/
|
|
4091
4720
|
export interface VpnConnectionOptions {
|
|
@@ -4135,9 +4764,15 @@ export interface VpnConnectionOptions {
|
|
|
4135
4764
|
*/
|
|
4136
4765
|
TunnelOptions?: TunnelOption[];
|
|
4137
4766
|
}
|
|
4767
|
+
/**
|
|
4768
|
+
* @public
|
|
4769
|
+
*/
|
|
4138
4770
|
export declare enum VpnStaticRouteSource {
|
|
4139
4771
|
Static = "Static"
|
|
4140
4772
|
}
|
|
4773
|
+
/**
|
|
4774
|
+
* @public
|
|
4775
|
+
*/
|
|
4141
4776
|
export declare enum VpnState {
|
|
4142
4777
|
available = "available",
|
|
4143
4778
|
deleted = "deleted",
|
|
@@ -4145,6 +4780,7 @@ export declare enum VpnState {
|
|
|
4145
4780
|
pending = "pending"
|
|
4146
4781
|
}
|
|
4147
4782
|
/**
|
|
4783
|
+
* @public
|
|
4148
4784
|
* <p>Describes a static route for a VPN connection.</p>
|
|
4149
4785
|
*/
|
|
4150
4786
|
export interface VpnStaticRoute {
|
|
@@ -4161,11 +4797,15 @@ export interface VpnStaticRoute {
|
|
|
4161
4797
|
*/
|
|
4162
4798
|
State?: VpnState | string;
|
|
4163
4799
|
}
|
|
4800
|
+
/**
|
|
4801
|
+
* @public
|
|
4802
|
+
*/
|
|
4164
4803
|
export declare enum TelemetryStatus {
|
|
4165
4804
|
DOWN = "DOWN",
|
|
4166
4805
|
UP = "UP"
|
|
4167
4806
|
}
|
|
4168
4807
|
/**
|
|
4808
|
+
* @public
|
|
4169
4809
|
* <p>Describes telemetry for a VPN tunnel.</p>
|
|
4170
4810
|
*/
|
|
4171
4811
|
export interface VgwTelemetry {
|
|
@@ -4196,6 +4836,7 @@ export interface VgwTelemetry {
|
|
|
4196
4836
|
CertificateArn?: string;
|
|
4197
4837
|
}
|
|
4198
4838
|
/**
|
|
4839
|
+
* @public
|
|
4199
4840
|
* <p>Describes a VPN connection.</p>
|
|
4200
4841
|
*/
|
|
4201
4842
|
export interface VpnConnection {
|
|
@@ -4266,6 +4907,7 @@ export interface VpnConnection {
|
|
|
4266
4907
|
VgwTelemetry?: VgwTelemetry[];
|
|
4267
4908
|
}
|
|
4268
4909
|
/**
|
|
4910
|
+
* @public
|
|
4269
4911
|
* <p>Contains the output of CreateVpnConnection.</p>
|
|
4270
4912
|
*/
|
|
4271
4913
|
export interface CreateVpnConnectionResult {
|
|
@@ -4275,6 +4917,7 @@ export interface CreateVpnConnectionResult {
|
|
|
4275
4917
|
VpnConnection?: VpnConnection;
|
|
4276
4918
|
}
|
|
4277
4919
|
/**
|
|
4920
|
+
* @public
|
|
4278
4921
|
* <p>Contains the parameters for CreateVpnConnectionRoute.</p>
|
|
4279
4922
|
*/
|
|
4280
4923
|
export interface CreateVpnConnectionRouteRequest {
|
|
@@ -4288,6 +4931,7 @@ export interface CreateVpnConnectionRouteRequest {
|
|
|
4288
4931
|
VpnConnectionId: string | undefined;
|
|
4289
4932
|
}
|
|
4290
4933
|
/**
|
|
4934
|
+
* @public
|
|
4291
4935
|
* <p>Contains the parameters for CreateVpnGateway.</p>
|
|
4292
4936
|
*/
|
|
4293
4937
|
export interface CreateVpnGatewayRequest {
|
|
@@ -4319,6 +4963,7 @@ export interface CreateVpnGatewayRequest {
|
|
|
4319
4963
|
DryRun?: boolean;
|
|
4320
4964
|
}
|
|
4321
4965
|
/**
|
|
4966
|
+
* @public
|
|
4322
4967
|
* <p>Describes a virtual private gateway.</p>
|
|
4323
4968
|
*/
|
|
4324
4969
|
export interface VpnGateway {
|
|
@@ -4354,6 +4999,7 @@ export interface VpnGateway {
|
|
|
4354
4999
|
Tags?: Tag[];
|
|
4355
5000
|
}
|
|
4356
5001
|
/**
|
|
5002
|
+
* @public
|
|
4357
5003
|
* <p>Contains the output of CreateVpnGateway.</p>
|
|
4358
5004
|
*/
|
|
4359
5005
|
export interface CreateVpnGatewayResult {
|
|
@@ -4362,6 +5008,9 @@ export interface CreateVpnGatewayResult {
|
|
|
4362
5008
|
*/
|
|
4363
5009
|
VpnGateway?: VpnGateway;
|
|
4364
5010
|
}
|
|
5011
|
+
/**
|
|
5012
|
+
* @public
|
|
5013
|
+
*/
|
|
4365
5014
|
export interface DeleteCarrierGatewayRequest {
|
|
4366
5015
|
/**
|
|
4367
5016
|
* <p>The ID of the carrier gateway.</p>
|
|
@@ -4374,12 +5023,18 @@ export interface DeleteCarrierGatewayRequest {
|
|
|
4374
5023
|
*/
|
|
4375
5024
|
DryRun?: boolean;
|
|
4376
5025
|
}
|
|
5026
|
+
/**
|
|
5027
|
+
* @public
|
|
5028
|
+
*/
|
|
4377
5029
|
export interface DeleteCarrierGatewayResult {
|
|
4378
5030
|
/**
|
|
4379
5031
|
* <p>Information about the carrier gateway.</p>
|
|
4380
5032
|
*/
|
|
4381
5033
|
CarrierGateway?: CarrierGateway;
|
|
4382
5034
|
}
|
|
5035
|
+
/**
|
|
5036
|
+
* @public
|
|
5037
|
+
*/
|
|
4383
5038
|
export interface DeleteClientVpnEndpointRequest {
|
|
4384
5039
|
/**
|
|
4385
5040
|
* <p>The ID of the Client VPN to be deleted.</p>
|
|
@@ -4390,12 +5045,18 @@ export interface DeleteClientVpnEndpointRequest {
|
|
|
4390
5045
|
*/
|
|
4391
5046
|
DryRun?: boolean;
|
|
4392
5047
|
}
|
|
5048
|
+
/**
|
|
5049
|
+
* @public
|
|
5050
|
+
*/
|
|
4393
5051
|
export interface DeleteClientVpnEndpointResult {
|
|
4394
5052
|
/**
|
|
4395
5053
|
* <p>The current state of the Client VPN endpoint.</p>
|
|
4396
5054
|
*/
|
|
4397
5055
|
Status?: ClientVpnEndpointStatus;
|
|
4398
5056
|
}
|
|
5057
|
+
/**
|
|
5058
|
+
* @public
|
|
5059
|
+
*/
|
|
4399
5060
|
export interface DeleteClientVpnRouteRequest {
|
|
4400
5061
|
/**
|
|
4401
5062
|
* <p>The ID of the Client VPN endpoint from which the route is to be deleted.</p>
|
|
@@ -4414,12 +5075,18 @@ export interface DeleteClientVpnRouteRequest {
|
|
|
4414
5075
|
*/
|
|
4415
5076
|
DryRun?: boolean;
|
|
4416
5077
|
}
|
|
5078
|
+
/**
|
|
5079
|
+
* @public
|
|
5080
|
+
*/
|
|
4417
5081
|
export interface DeleteClientVpnRouteResult {
|
|
4418
5082
|
/**
|
|
4419
5083
|
* <p>The current state of the route.</p>
|
|
4420
5084
|
*/
|
|
4421
5085
|
Status?: ClientVpnRouteStatus;
|
|
4422
5086
|
}
|
|
5087
|
+
/**
|
|
5088
|
+
* @public
|
|
5089
|
+
*/
|
|
4423
5090
|
export interface DeleteCoipCidrRequest {
|
|
4424
5091
|
/**
|
|
4425
5092
|
* <p> A customer-owned IP address range that you want to delete. </p>
|
|
@@ -4438,6 +5105,9 @@ export interface DeleteCoipCidrRequest {
|
|
|
4438
5105
|
*/
|
|
4439
5106
|
DryRun?: boolean;
|
|
4440
5107
|
}
|
|
5108
|
+
/**
|
|
5109
|
+
* @public
|
|
5110
|
+
*/
|
|
4441
5111
|
export interface DeleteCoipCidrResult {
|
|
4442
5112
|
/**
|
|
4443
5113
|
* <p>
|
|
@@ -4446,6 +5116,9 @@ export interface DeleteCoipCidrResult {
|
|
|
4446
5116
|
*/
|
|
4447
5117
|
CoipCidr?: CoipCidr;
|
|
4448
5118
|
}
|
|
5119
|
+
/**
|
|
5120
|
+
* @public
|
|
5121
|
+
*/
|
|
4449
5122
|
export interface DeleteCoipPoolRequest {
|
|
4450
5123
|
/**
|
|
4451
5124
|
* <p>The ID of the CoIP pool that you want to delete. </p>
|
|
@@ -4458,6 +5131,9 @@ export interface DeleteCoipPoolRequest {
|
|
|
4458
5131
|
*/
|
|
4459
5132
|
DryRun?: boolean;
|
|
4460
5133
|
}
|
|
5134
|
+
/**
|
|
5135
|
+
* @public
|
|
5136
|
+
*/
|
|
4461
5137
|
export interface DeleteCoipPoolResult {
|
|
4462
5138
|
/**
|
|
4463
5139
|
* <p>Information about the CoIP address pool.</p>
|
|
@@ -4465,6 +5141,7 @@ export interface DeleteCoipPoolResult {
|
|
|
4465
5141
|
CoipPool?: CoipPool;
|
|
4466
5142
|
}
|
|
4467
5143
|
/**
|
|
5144
|
+
* @public
|
|
4468
5145
|
* <p>Contains the parameters for DeleteCustomerGateway.</p>
|
|
4469
5146
|
*/
|
|
4470
5147
|
export interface DeleteCustomerGatewayRequest {
|
|
@@ -4480,6 +5157,9 @@ export interface DeleteCustomerGatewayRequest {
|
|
|
4480
5157
|
*/
|
|
4481
5158
|
DryRun?: boolean;
|
|
4482
5159
|
}
|
|
5160
|
+
/**
|
|
5161
|
+
* @public
|
|
5162
|
+
*/
|
|
4483
5163
|
export interface DeleteDhcpOptionsRequest {
|
|
4484
5164
|
/**
|
|
4485
5165
|
* <p>The ID of the DHCP options set.</p>
|
|
@@ -4492,6 +5172,9 @@ export interface DeleteDhcpOptionsRequest {
|
|
|
4492
5172
|
*/
|
|
4493
5173
|
DryRun?: boolean;
|
|
4494
5174
|
}
|
|
5175
|
+
/**
|
|
5176
|
+
* @public
|
|
5177
|
+
*/
|
|
4495
5178
|
export interface DeleteEgressOnlyInternetGatewayRequest {
|
|
4496
5179
|
/**
|
|
4497
5180
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4504,12 +5187,18 @@ export interface DeleteEgressOnlyInternetGatewayRequest {
|
|
|
4504
5187
|
*/
|
|
4505
5188
|
EgressOnlyInternetGatewayId: string | undefined;
|
|
4506
5189
|
}
|
|
5190
|
+
/**
|
|
5191
|
+
* @public
|
|
5192
|
+
*/
|
|
4507
5193
|
export interface DeleteEgressOnlyInternetGatewayResult {
|
|
4508
5194
|
/**
|
|
4509
5195
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
4510
5196
|
*/
|
|
4511
5197
|
ReturnCode?: boolean;
|
|
4512
5198
|
}
|
|
5199
|
+
/**
|
|
5200
|
+
* @public
|
|
5201
|
+
*/
|
|
4513
5202
|
export interface DeleteFleetsRequest {
|
|
4514
5203
|
/**
|
|
4515
5204
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4532,6 +5221,9 @@ export interface DeleteFleetsRequest {
|
|
|
4532
5221
|
*/
|
|
4533
5222
|
TerminateInstances: boolean | undefined;
|
|
4534
5223
|
}
|
|
5224
|
+
/**
|
|
5225
|
+
* @public
|
|
5226
|
+
*/
|
|
4535
5227
|
export declare enum FleetStateCode {
|
|
4536
5228
|
ACTIVE = "active",
|
|
4537
5229
|
DELETED = "deleted",
|
|
@@ -4542,6 +5234,7 @@ export declare enum FleetStateCode {
|
|
|
4542
5234
|
SUBMITTED = "submitted"
|
|
4543
5235
|
}
|
|
4544
5236
|
/**
|
|
5237
|
+
* @public
|
|
4545
5238
|
* <p>Describes an EC2 Fleet that was successfully deleted.</p>
|
|
4546
5239
|
*/
|
|
4547
5240
|
export interface DeleteFleetSuccessItem {
|
|
@@ -4558,6 +5251,9 @@ export interface DeleteFleetSuccessItem {
|
|
|
4558
5251
|
*/
|
|
4559
5252
|
FleetId?: string;
|
|
4560
5253
|
}
|
|
5254
|
+
/**
|
|
5255
|
+
* @public
|
|
5256
|
+
*/
|
|
4561
5257
|
export declare enum DeleteFleetErrorCode {
|
|
4562
5258
|
FLEET_ID_DOES_NOT_EXIST = "fleetIdDoesNotExist",
|
|
4563
5259
|
FLEET_ID_MALFORMED = "fleetIdMalformed",
|
|
@@ -4565,6 +5261,7 @@ export declare enum DeleteFleetErrorCode {
|
|
|
4565
5261
|
UNEXPECTED_ERROR = "unexpectedError"
|
|
4566
5262
|
}
|
|
4567
5263
|
/**
|
|
5264
|
+
* @public
|
|
4568
5265
|
* <p>Describes an EC2 Fleet error.</p>
|
|
4569
5266
|
*/
|
|
4570
5267
|
export interface DeleteFleetError {
|
|
@@ -4578,6 +5275,7 @@ export interface DeleteFleetError {
|
|
|
4578
5275
|
Message?: string;
|
|
4579
5276
|
}
|
|
4580
5277
|
/**
|
|
5278
|
+
* @public
|
|
4581
5279
|
* <p>Describes an EC2 Fleet that was not successfully deleted.</p>
|
|
4582
5280
|
*/
|
|
4583
5281
|
export interface DeleteFleetErrorItem {
|
|
@@ -4590,6 +5288,9 @@ export interface DeleteFleetErrorItem {
|
|
|
4590
5288
|
*/
|
|
4591
5289
|
FleetId?: string;
|
|
4592
5290
|
}
|
|
5291
|
+
/**
|
|
5292
|
+
* @public
|
|
5293
|
+
*/
|
|
4593
5294
|
export interface DeleteFleetsResult {
|
|
4594
5295
|
/**
|
|
4595
5296
|
* <p>Information about the EC2 Fleets that are successfully deleted.</p>
|
|
@@ -4600,6 +5301,9 @@ export interface DeleteFleetsResult {
|
|
|
4600
5301
|
*/
|
|
4601
5302
|
UnsuccessfulFleetDeletions?: DeleteFleetErrorItem[];
|
|
4602
5303
|
}
|
|
5304
|
+
/**
|
|
5305
|
+
* @public
|
|
5306
|
+
*/
|
|
4603
5307
|
export interface DeleteFlowLogsRequest {
|
|
4604
5308
|
/**
|
|
4605
5309
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4613,12 +5317,18 @@ export interface DeleteFlowLogsRequest {
|
|
|
4613
5317
|
*/
|
|
4614
5318
|
FlowLogIds: string[] | undefined;
|
|
4615
5319
|
}
|
|
5320
|
+
/**
|
|
5321
|
+
* @public
|
|
5322
|
+
*/
|
|
4616
5323
|
export interface DeleteFlowLogsResult {
|
|
4617
5324
|
/**
|
|
4618
5325
|
* <p>Information about the flow logs that could not be deleted successfully.</p>
|
|
4619
5326
|
*/
|
|
4620
5327
|
Unsuccessful?: UnsuccessfulItem[];
|
|
4621
5328
|
}
|
|
5329
|
+
/**
|
|
5330
|
+
* @public
|
|
5331
|
+
*/
|
|
4622
5332
|
export interface DeleteFpgaImageRequest {
|
|
4623
5333
|
/**
|
|
4624
5334
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4631,12 +5341,18 @@ export interface DeleteFpgaImageRequest {
|
|
|
4631
5341
|
*/
|
|
4632
5342
|
FpgaImageId: string | undefined;
|
|
4633
5343
|
}
|
|
5344
|
+
/**
|
|
5345
|
+
* @public
|
|
5346
|
+
*/
|
|
4634
5347
|
export interface DeleteFpgaImageResult {
|
|
4635
5348
|
/**
|
|
4636
5349
|
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
4637
5350
|
*/
|
|
4638
5351
|
Return?: boolean;
|
|
4639
5352
|
}
|
|
5353
|
+
/**
|
|
5354
|
+
* @public
|
|
5355
|
+
*/
|
|
4640
5356
|
export interface DeleteInstanceEventWindowRequest {
|
|
4641
5357
|
/**
|
|
4642
5358
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4655,6 +5371,7 @@ export interface DeleteInstanceEventWindowRequest {
|
|
|
4655
5371
|
InstanceEventWindowId: string | undefined;
|
|
4656
5372
|
}
|
|
4657
5373
|
/**
|
|
5374
|
+
* @public
|
|
4658
5375
|
* <p>The state of the event window.</p>
|
|
4659
5376
|
*/
|
|
4660
5377
|
export interface InstanceEventWindowStateChange {
|
|
@@ -4667,12 +5384,18 @@ export interface InstanceEventWindowStateChange {
|
|
|
4667
5384
|
*/
|
|
4668
5385
|
State?: InstanceEventWindowState | string;
|
|
4669
5386
|
}
|
|
5387
|
+
/**
|
|
5388
|
+
* @public
|
|
5389
|
+
*/
|
|
4670
5390
|
export interface DeleteInstanceEventWindowResult {
|
|
4671
5391
|
/**
|
|
4672
5392
|
* <p>The state of the event window.</p>
|
|
4673
5393
|
*/
|
|
4674
5394
|
InstanceEventWindowState?: InstanceEventWindowStateChange;
|
|
4675
5395
|
}
|
|
5396
|
+
/**
|
|
5397
|
+
* @public
|
|
5398
|
+
*/
|
|
4676
5399
|
export interface DeleteInternetGatewayRequest {
|
|
4677
5400
|
/**
|
|
4678
5401
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4685,6 +5408,9 @@ export interface DeleteInternetGatewayRequest {
|
|
|
4685
5408
|
*/
|
|
4686
5409
|
InternetGatewayId: string | undefined;
|
|
4687
5410
|
}
|
|
5411
|
+
/**
|
|
5412
|
+
* @public
|
|
5413
|
+
*/
|
|
4688
5414
|
export interface DeleteIpamRequest {
|
|
4689
5415
|
/**
|
|
4690
5416
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -4722,12 +5448,18 @@ export interface DeleteIpamRequest {
|
|
|
4722
5448
|
*/
|
|
4723
5449
|
Cascade?: boolean;
|
|
4724
5450
|
}
|
|
5451
|
+
/**
|
|
5452
|
+
* @public
|
|
5453
|
+
*/
|
|
4725
5454
|
export interface DeleteIpamResult {
|
|
4726
5455
|
/**
|
|
4727
5456
|
* <p>Information about the results of the deletion.</p>
|
|
4728
5457
|
*/
|
|
4729
5458
|
Ipam?: Ipam;
|
|
4730
5459
|
}
|
|
5460
|
+
/**
|
|
5461
|
+
* @public
|
|
5462
|
+
*/
|
|
4731
5463
|
export interface DeleteIpamPoolRequest {
|
|
4732
5464
|
/**
|
|
4733
5465
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -4740,12 +5472,18 @@ export interface DeleteIpamPoolRequest {
|
|
|
4740
5472
|
*/
|
|
4741
5473
|
IpamPoolId: string | undefined;
|
|
4742
5474
|
}
|
|
5475
|
+
/**
|
|
5476
|
+
* @public
|
|
5477
|
+
*/
|
|
4743
5478
|
export interface DeleteIpamPoolResult {
|
|
4744
5479
|
/**
|
|
4745
5480
|
* <p>Information about the results of the deletion.</p>
|
|
4746
5481
|
*/
|
|
4747
5482
|
IpamPool?: IpamPool;
|
|
4748
5483
|
}
|
|
5484
|
+
/**
|
|
5485
|
+
* @public
|
|
5486
|
+
*/
|
|
4749
5487
|
export interface DeleteIpamResourceDiscoveryRequest {
|
|
4750
5488
|
/**
|
|
4751
5489
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -4758,12 +5496,18 @@ export interface DeleteIpamResourceDiscoveryRequest {
|
|
|
4758
5496
|
*/
|
|
4759
5497
|
IpamResourceDiscoveryId: string | undefined;
|
|
4760
5498
|
}
|
|
5499
|
+
/**
|
|
5500
|
+
* @public
|
|
5501
|
+
*/
|
|
4761
5502
|
export interface DeleteIpamResourceDiscoveryResult {
|
|
4762
5503
|
/**
|
|
4763
5504
|
* <p>The IPAM resource discovery.</p>
|
|
4764
5505
|
*/
|
|
4765
5506
|
IpamResourceDiscovery?: IpamResourceDiscovery;
|
|
4766
5507
|
}
|
|
5508
|
+
/**
|
|
5509
|
+
* @public
|
|
5510
|
+
*/
|
|
4767
5511
|
export interface DeleteIpamScopeRequest {
|
|
4768
5512
|
/**
|
|
4769
5513
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -4776,12 +5520,18 @@ export interface DeleteIpamScopeRequest {
|
|
|
4776
5520
|
*/
|
|
4777
5521
|
IpamScopeId: string | undefined;
|
|
4778
5522
|
}
|
|
5523
|
+
/**
|
|
5524
|
+
* @public
|
|
5525
|
+
*/
|
|
4779
5526
|
export interface DeleteIpamScopeResult {
|
|
4780
5527
|
/**
|
|
4781
5528
|
* <p>Information about the results of the deletion.</p>
|
|
4782
5529
|
*/
|
|
4783
5530
|
IpamScope?: IpamScope;
|
|
4784
5531
|
}
|
|
5532
|
+
/**
|
|
5533
|
+
* @public
|
|
5534
|
+
*/
|
|
4785
5535
|
export interface DeleteKeyPairRequest {
|
|
4786
5536
|
/**
|
|
4787
5537
|
* <p>The name of the key pair.</p>
|
|
@@ -4798,6 +5548,9 @@ export interface DeleteKeyPairRequest {
|
|
|
4798
5548
|
*/
|
|
4799
5549
|
DryRun?: boolean;
|
|
4800
5550
|
}
|
|
5551
|
+
/**
|
|
5552
|
+
* @public
|
|
5553
|
+
*/
|
|
4801
5554
|
export interface DeleteLaunchTemplateRequest {
|
|
4802
5555
|
/**
|
|
4803
5556
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
@@ -4819,12 +5572,18 @@ export interface DeleteLaunchTemplateRequest {
|
|
|
4819
5572
|
*/
|
|
4820
5573
|
LaunchTemplateName?: string;
|
|
4821
5574
|
}
|
|
5575
|
+
/**
|
|
5576
|
+
* @public
|
|
5577
|
+
*/
|
|
4822
5578
|
export interface DeleteLaunchTemplateResult {
|
|
4823
5579
|
/**
|
|
4824
5580
|
* <p>Information about the launch template.</p>
|
|
4825
5581
|
*/
|
|
4826
5582
|
LaunchTemplate?: LaunchTemplate;
|
|
4827
5583
|
}
|
|
5584
|
+
/**
|
|
5585
|
+
* @public
|
|
5586
|
+
*/
|
|
4828
5587
|
export interface DeleteLaunchTemplateVersionsRequest {
|
|
4829
5588
|
/**
|
|
4830
5589
|
* <p>Checks whether you have the required permissions for the action, without actually
|
|
@@ -4851,6 +5610,7 @@ export interface DeleteLaunchTemplateVersionsRequest {
|
|
|
4851
5610
|
Versions: string[] | undefined;
|
|
4852
5611
|
}
|
|
4853
5612
|
/**
|
|
5613
|
+
* @public
|
|
4854
5614
|
* <p>Describes a launch template version that was successfully deleted.</p>
|
|
4855
5615
|
*/
|
|
4856
5616
|
export interface DeleteLaunchTemplateVersionsResponseSuccessItem {
|
|
@@ -4867,6 +5627,9 @@ export interface DeleteLaunchTemplateVersionsResponseSuccessItem {
|
|
|
4867
5627
|
*/
|
|
4868
5628
|
VersionNumber?: number;
|
|
4869
5629
|
}
|
|
5630
|
+
/**
|
|
5631
|
+
* @public
|
|
5632
|
+
*/
|
|
4870
5633
|
export declare enum LaunchTemplateErrorCode {
|
|
4871
5634
|
LAUNCH_TEMPLATE_ID_DOES_NOT_EXIST = "launchTemplateIdDoesNotExist",
|
|
4872
5635
|
LAUNCH_TEMPLATE_ID_MALFORMED = "launchTemplateIdMalformed",
|
|
@@ -4876,6 +5639,7 @@ export declare enum LaunchTemplateErrorCode {
|
|
|
4876
5639
|
UNEXPECTED_ERROR = "unexpectedError"
|
|
4877
5640
|
}
|
|
4878
5641
|
/**
|
|
5642
|
+
* @public
|
|
4879
5643
|
* <p>Describes the error that's returned when you cannot delete a launch template
|
|
4880
5644
|
* version.</p>
|
|
4881
5645
|
*/
|
|
@@ -4890,6 +5654,7 @@ export interface ResponseError {
|
|
|
4890
5654
|
Message?: string;
|
|
4891
5655
|
}
|
|
4892
5656
|
/**
|
|
5657
|
+
* @public
|
|
4893
5658
|
* <p>Describes a launch template version that could not be deleted.</p>
|
|
4894
5659
|
*/
|
|
4895
5660
|
export interface DeleteLaunchTemplateVersionsResponseErrorItem {
|
|
@@ -4910,6 +5675,9 @@ export interface DeleteLaunchTemplateVersionsResponseErrorItem {
|
|
|
4910
5675
|
*/
|
|
4911
5676
|
ResponseError?: ResponseError;
|
|
4912
5677
|
}
|
|
5678
|
+
/**
|
|
5679
|
+
* @public
|
|
5680
|
+
*/
|
|
4913
5681
|
export interface DeleteLaunchTemplateVersionsResult {
|
|
4914
5682
|
/**
|
|
4915
5683
|
* <p>Information about the launch template versions that were successfully deleted.</p>
|
|
@@ -4920,6 +5688,9 @@ export interface DeleteLaunchTemplateVersionsResult {
|
|
|
4920
5688
|
*/
|
|
4921
5689
|
UnsuccessfullyDeletedLaunchTemplateVersions?: DeleteLaunchTemplateVersionsResponseErrorItem[];
|
|
4922
5690
|
}
|
|
5691
|
+
/**
|
|
5692
|
+
* @public
|
|
5693
|
+
*/
|
|
4923
5694
|
export interface DeleteLocalGatewayRouteRequest {
|
|
4924
5695
|
/**
|
|
4925
5696
|
* <p>The CIDR range for the route. This must match the CIDR for the route exactly.</p>
|
|
@@ -4943,12 +5714,18 @@ export interface DeleteLocalGatewayRouteRequest {
|
|
|
4943
5714
|
*/
|
|
4944
5715
|
DestinationPrefixListId?: string;
|
|
4945
5716
|
}
|
|
5717
|
+
/**
|
|
5718
|
+
* @public
|
|
5719
|
+
*/
|
|
4946
5720
|
export interface DeleteLocalGatewayRouteResult {
|
|
4947
5721
|
/**
|
|
4948
5722
|
* <p>Information about the route.</p>
|
|
4949
5723
|
*/
|
|
4950
5724
|
Route?: LocalGatewayRoute;
|
|
4951
5725
|
}
|
|
5726
|
+
/**
|
|
5727
|
+
* @public
|
|
5728
|
+
*/
|
|
4952
5729
|
export interface DeleteLocalGatewayRouteTableRequest {
|
|
4953
5730
|
/**
|
|
4954
5731
|
* <p>
|
|
@@ -4963,12 +5740,18 @@ export interface DeleteLocalGatewayRouteTableRequest {
|
|
|
4963
5740
|
*/
|
|
4964
5741
|
DryRun?: boolean;
|
|
4965
5742
|
}
|
|
5743
|
+
/**
|
|
5744
|
+
* @public
|
|
5745
|
+
*/
|
|
4966
5746
|
export interface DeleteLocalGatewayRouteTableResult {
|
|
4967
5747
|
/**
|
|
4968
5748
|
* <p>Information about the local gateway route table.</p>
|
|
4969
5749
|
*/
|
|
4970
5750
|
LocalGatewayRouteTable?: LocalGatewayRouteTable;
|
|
4971
5751
|
}
|
|
5752
|
+
/**
|
|
5753
|
+
* @public
|
|
5754
|
+
*/
|
|
4972
5755
|
export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
|
|
4973
5756
|
/**
|
|
4974
5757
|
* <p>
|
|
@@ -4983,12 +5766,18 @@ export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationReq
|
|
|
4983
5766
|
*/
|
|
4984
5767
|
DryRun?: boolean;
|
|
4985
5768
|
}
|
|
5769
|
+
/**
|
|
5770
|
+
* @public
|
|
5771
|
+
*/
|
|
4986
5772
|
export interface DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
|
|
4987
5773
|
/**
|
|
4988
5774
|
* <p>Information about the association.</p>
|
|
4989
5775
|
*/
|
|
4990
5776
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
|
|
4991
5777
|
}
|
|
5778
|
+
/**
|
|
5779
|
+
* @public
|
|
5780
|
+
*/
|
|
4992
5781
|
export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
|
|
4993
5782
|
/**
|
|
4994
5783
|
* <p>The ID of the association.</p>
|
|
@@ -5001,12 +5790,18 @@ export interface DeleteLocalGatewayRouteTableVpcAssociationRequest {
|
|
|
5001
5790
|
*/
|
|
5002
5791
|
DryRun?: boolean;
|
|
5003
5792
|
}
|
|
5793
|
+
/**
|
|
5794
|
+
* @public
|
|
5795
|
+
*/
|
|
5004
5796
|
export interface DeleteLocalGatewayRouteTableVpcAssociationResult {
|
|
5005
5797
|
/**
|
|
5006
5798
|
* <p>Information about the association.</p>
|
|
5007
5799
|
*/
|
|
5008
5800
|
LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation;
|
|
5009
5801
|
}
|
|
5802
|
+
/**
|
|
5803
|
+
* @public
|
|
5804
|
+
*/
|
|
5010
5805
|
export interface DeleteManagedPrefixListRequest {
|
|
5011
5806
|
/**
|
|
5012
5807
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -5019,12 +5814,18 @@ export interface DeleteManagedPrefixListRequest {
|
|
|
5019
5814
|
*/
|
|
5020
5815
|
PrefixListId: string | undefined;
|
|
5021
5816
|
}
|
|
5817
|
+
/**
|
|
5818
|
+
* @public
|
|
5819
|
+
*/
|
|
5022
5820
|
export interface DeleteManagedPrefixListResult {
|
|
5023
5821
|
/**
|
|
5024
5822
|
* <p>Information about the prefix list.</p>
|
|
5025
5823
|
*/
|
|
5026
5824
|
PrefixList?: ManagedPrefixList;
|
|
5027
5825
|
}
|
|
5826
|
+
/**
|
|
5827
|
+
* @public
|
|
5828
|
+
*/
|
|
5028
5829
|
export interface DeleteNatGatewayRequest {
|
|
5029
5830
|
/**
|
|
5030
5831
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -5037,12 +5838,18 @@ export interface DeleteNatGatewayRequest {
|
|
|
5037
5838
|
*/
|
|
5038
5839
|
NatGatewayId: string | undefined;
|
|
5039
5840
|
}
|
|
5841
|
+
/**
|
|
5842
|
+
* @public
|
|
5843
|
+
*/
|
|
5040
5844
|
export interface DeleteNatGatewayResult {
|
|
5041
5845
|
/**
|
|
5042
5846
|
* <p>The ID of the NAT gateway.</p>
|
|
5043
5847
|
*/
|
|
5044
5848
|
NatGatewayId?: string;
|
|
5045
5849
|
}
|
|
5850
|
+
/**
|
|
5851
|
+
* @public
|
|
5852
|
+
*/
|
|
5046
5853
|
export interface DeleteNetworkAclRequest {
|
|
5047
5854
|
/**
|
|
5048
5855
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -5055,6 +5862,9 @@ export interface DeleteNetworkAclRequest {
|
|
|
5055
5862
|
*/
|
|
5056
5863
|
NetworkAclId: string | undefined;
|
|
5057
5864
|
}
|
|
5865
|
+
/**
|
|
5866
|
+
* @public
|
|
5867
|
+
*/
|
|
5058
5868
|
export interface DeleteNetworkAclEntryRequest {
|
|
5059
5869
|
/**
|
|
5060
5870
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -5075,6 +5885,9 @@ export interface DeleteNetworkAclEntryRequest {
|
|
|
5075
5885
|
*/
|
|
5076
5886
|
RuleNumber: number | undefined;
|
|
5077
5887
|
}
|
|
5888
|
+
/**
|
|
5889
|
+
* @public
|
|
5890
|
+
*/
|
|
5078
5891
|
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
5079
5892
|
/**
|
|
5080
5893
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -5087,12 +5900,18 @@ export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
|
5087
5900
|
*/
|
|
5088
5901
|
NetworkInsightsAccessScopeId: string | undefined;
|
|
5089
5902
|
}
|
|
5903
|
+
/**
|
|
5904
|
+
* @public
|
|
5905
|
+
*/
|
|
5090
5906
|
export interface DeleteNetworkInsightsAccessScopeResult {
|
|
5091
5907
|
/**
|
|
5092
5908
|
* <p>The ID of the Network Access Scope.</p>
|
|
5093
5909
|
*/
|
|
5094
5910
|
NetworkInsightsAccessScopeId?: string;
|
|
5095
5911
|
}
|
|
5912
|
+
/**
|
|
5913
|
+
* @public
|
|
5914
|
+
*/
|
|
5096
5915
|
export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
|
|
5097
5916
|
/**
|
|
5098
5917
|
* <p>The ID of the Network Access Scope analysis.</p>
|
|
@@ -5105,12 +5924,18 @@ export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
|
|
|
5105
5924
|
*/
|
|
5106
5925
|
DryRun?: boolean;
|
|
5107
5926
|
}
|
|
5927
|
+
/**
|
|
5928
|
+
* @public
|
|
5929
|
+
*/
|
|
5108
5930
|
export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
|
|
5109
5931
|
/**
|
|
5110
5932
|
* <p>The ID of the Network Access Scope analysis.</p>
|
|
5111
5933
|
*/
|
|
5112
5934
|
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
5113
5935
|
}
|
|
5936
|
+
/**
|
|
5937
|
+
* @public
|
|
5938
|
+
*/
|
|
5114
5939
|
export interface DeleteNetworkInsightsAnalysisRequest {
|
|
5115
5940
|
/**
|
|
5116
5941
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -5123,12 +5948,18 @@ export interface DeleteNetworkInsightsAnalysisRequest {
|
|
|
5123
5948
|
*/
|
|
5124
5949
|
NetworkInsightsAnalysisId: string | undefined;
|
|
5125
5950
|
}
|
|
5951
|
+
/**
|
|
5952
|
+
* @public
|
|
5953
|
+
*/
|
|
5126
5954
|
export interface DeleteNetworkInsightsAnalysisResult {
|
|
5127
5955
|
/**
|
|
5128
5956
|
* <p>The ID of the network insights analysis.</p>
|
|
5129
5957
|
*/
|
|
5130
5958
|
NetworkInsightsAnalysisId?: string;
|
|
5131
5959
|
}
|
|
5960
|
+
/**
|
|
5961
|
+
* @public
|
|
5962
|
+
*/
|
|
5132
5963
|
export interface DeleteNetworkInsightsPathRequest {
|
|
5133
5964
|
/**
|
|
5134
5965
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -5141,6 +5972,9 @@ export interface DeleteNetworkInsightsPathRequest {
|
|
|
5141
5972
|
*/
|
|
5142
5973
|
NetworkInsightsPathId: string | undefined;
|
|
5143
5974
|
}
|
|
5975
|
+
/**
|
|
5976
|
+
* @public
|
|
5977
|
+
*/
|
|
5144
5978
|
export interface DeleteNetworkInsightsPathResult {
|
|
5145
5979
|
/**
|
|
5146
5980
|
* <p>The ID of the path.</p>
|
|
@@ -5148,6 +5982,7 @@ export interface DeleteNetworkInsightsPathResult {
|
|
|
5148
5982
|
NetworkInsightsPathId?: string;
|
|
5149
5983
|
}
|
|
5150
5984
|
/**
|
|
5985
|
+
* @public
|
|
5151
5986
|
* <p>Contains the parameters for DeleteNetworkInterface.</p>
|
|
5152
5987
|
*/
|
|
5153
5988
|
export interface DeleteNetworkInterfaceRequest {
|
|
@@ -5163,6 +5998,7 @@ export interface DeleteNetworkInterfaceRequest {
|
|
|
5163
5998
|
NetworkInterfaceId: string | undefined;
|
|
5164
5999
|
}
|
|
5165
6000
|
/**
|
|
6001
|
+
* @public
|
|
5166
6002
|
* <p>Contains the parameters for DeleteNetworkInterfacePermission.</p>
|
|
5167
6003
|
*/
|
|
5168
6004
|
export interface DeleteNetworkInterfacePermissionRequest {
|
|
@@ -5183,6 +6019,7 @@ export interface DeleteNetworkInterfacePermissionRequest {
|
|
|
5183
6019
|
DryRun?: boolean;
|
|
5184
6020
|
}
|
|
5185
6021
|
/**
|
|
6022
|
+
* @public
|
|
5186
6023
|
* <p>Contains the output for DeleteNetworkInterfacePermission.</p>
|
|
5187
6024
|
*/
|
|
5188
6025
|
export interface DeleteNetworkInterfacePermissionResult {
|
|
@@ -5191,6 +6028,9 @@ export interface DeleteNetworkInterfacePermissionResult {
|
|
|
5191
6028
|
*/
|
|
5192
6029
|
Return?: boolean;
|
|
5193
6030
|
}
|
|
6031
|
+
/**
|
|
6032
|
+
* @public
|
|
6033
|
+
*/
|
|
5194
6034
|
export interface DeletePlacementGroupRequest {
|
|
5195
6035
|
/**
|
|
5196
6036
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -5203,6 +6043,9 @@ export interface DeletePlacementGroupRequest {
|
|
|
5203
6043
|
*/
|
|
5204
6044
|
GroupName: string | undefined;
|
|
5205
6045
|
}
|
|
6046
|
+
/**
|
|
6047
|
+
* @public
|
|
6048
|
+
*/
|
|
5206
6049
|
export interface DeletePublicIpv4PoolRequest {
|
|
5207
6050
|
/**
|
|
5208
6051
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -5215,12 +6058,18 @@ export interface DeletePublicIpv4PoolRequest {
|
|
|
5215
6058
|
*/
|
|
5216
6059
|
PoolId: string | undefined;
|
|
5217
6060
|
}
|
|
6061
|
+
/**
|
|
6062
|
+
* @public
|
|
6063
|
+
*/
|
|
5218
6064
|
export interface DeletePublicIpv4PoolResult {
|
|
5219
6065
|
/**
|
|
5220
6066
|
* <p>Information about the result of deleting the public IPv4 pool.</p>
|
|
5221
6067
|
*/
|
|
5222
6068
|
ReturnValue?: boolean;
|
|
5223
6069
|
}
|
|
6070
|
+
/**
|
|
6071
|
+
* @public
|
|
6072
|
+
*/
|
|
5224
6073
|
export interface DeleteQueuedReservedInstancesRequest {
|
|
5225
6074
|
/**
|
|
5226
6075
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -5233,12 +6082,16 @@ export interface DeleteQueuedReservedInstancesRequest {
|
|
|
5233
6082
|
*/
|
|
5234
6083
|
ReservedInstancesIds: string[] | undefined;
|
|
5235
6084
|
}
|
|
6085
|
+
/**
|
|
6086
|
+
* @public
|
|
6087
|
+
*/
|
|
5236
6088
|
export declare enum DeleteQueuedReservedInstancesErrorCode {
|
|
5237
6089
|
RESERVED_INSTANCES_ID_INVALID = "reserved-instances-id-invalid",
|
|
5238
6090
|
RESERVED_INSTANCES_NOT_IN_QUEUED_STATE = "reserved-instances-not-in-queued-state",
|
|
5239
6091
|
UNEXPECTED_ERROR = "unexpected-error"
|
|
5240
6092
|
}
|
|
5241
6093
|
/**
|
|
6094
|
+
* @public
|
|
5242
6095
|
* <p>Describes the error for a Reserved Instance whose queued purchase could not be deleted.</p>
|
|
5243
6096
|
*/
|
|
5244
6097
|
export interface DeleteQueuedReservedInstancesError {
|
|
@@ -5252,6 +6105,7 @@ export interface DeleteQueuedReservedInstancesError {
|
|
|
5252
6105
|
Message?: string;
|
|
5253
6106
|
}
|
|
5254
6107
|
/**
|
|
6108
|
+
* @public
|
|
5255
6109
|
* <p>Describes a Reserved Instance whose queued purchase was not deleted.</p>
|
|
5256
6110
|
*/
|
|
5257
6111
|
export interface FailedQueuedPurchaseDeletion {
|
|
@@ -5265,6 +6119,7 @@ export interface FailedQueuedPurchaseDeletion {
|
|
|
5265
6119
|
ReservedInstancesId?: string;
|
|
5266
6120
|
}
|
|
5267
6121
|
/**
|
|
6122
|
+
* @public
|
|
5268
6123
|
* <p>Describes a Reserved Instance whose queued purchase was successfully deleted.</p>
|
|
5269
6124
|
*/
|
|
5270
6125
|
export interface SuccessfulQueuedPurchaseDeletion {
|
|
@@ -5273,6 +6128,9 @@ export interface SuccessfulQueuedPurchaseDeletion {
|
|
|
5273
6128
|
*/
|
|
5274
6129
|
ReservedInstancesId?: string;
|
|
5275
6130
|
}
|
|
6131
|
+
/**
|
|
6132
|
+
* @public
|
|
6133
|
+
*/
|
|
5276
6134
|
export interface DeleteQueuedReservedInstancesResult {
|
|
5277
6135
|
/**
|
|
5278
6136
|
* <p>Information about the queued purchases that were successfully deleted.</p>
|
|
@@ -5283,6 +6141,9 @@ export interface DeleteQueuedReservedInstancesResult {
|
|
|
5283
6141
|
*/
|
|
5284
6142
|
FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[];
|
|
5285
6143
|
}
|
|
6144
|
+
/**
|
|
6145
|
+
* @public
|
|
6146
|
+
*/
|
|
5286
6147
|
export interface DeleteRouteRequest {
|
|
5287
6148
|
/**
|
|
5288
6149
|
* <p>The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</p>
|
|
@@ -5307,6 +6168,9 @@ export interface DeleteRouteRequest {
|
|
|
5307
6168
|
*/
|
|
5308
6169
|
RouteTableId: string | undefined;
|
|
5309
6170
|
}
|
|
6171
|
+
/**
|
|
6172
|
+
* @public
|
|
6173
|
+
*/
|
|
5310
6174
|
export interface DeleteRouteTableRequest {
|
|
5311
6175
|
/**
|
|
5312
6176
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -5319,6 +6183,9 @@ export interface DeleteRouteTableRequest {
|
|
|
5319
6183
|
*/
|
|
5320
6184
|
RouteTableId: string | undefined;
|
|
5321
6185
|
}
|
|
6186
|
+
/**
|
|
6187
|
+
* @public
|
|
6188
|
+
*/
|
|
5322
6189
|
export interface DeleteSecurityGroupRequest {
|
|
5323
6190
|
/**
|
|
5324
6191
|
* <p>The ID of the security group. Required for a nondefault VPC.</p>
|
|
@@ -5337,6 +6204,9 @@ export interface DeleteSecurityGroupRequest {
|
|
|
5337
6204
|
*/
|
|
5338
6205
|
DryRun?: boolean;
|
|
5339
6206
|
}
|
|
6207
|
+
/**
|
|
6208
|
+
* @public
|
|
6209
|
+
*/
|
|
5340
6210
|
export interface DeleteSnapshotRequest {
|
|
5341
6211
|
/**
|
|
5342
6212
|
* <p>The ID of the EBS snapshot.</p>
|
|
@@ -5350,6 +6220,7 @@ export interface DeleteSnapshotRequest {
|
|
|
5350
6220
|
DryRun?: boolean;
|
|
5351
6221
|
}
|
|
5352
6222
|
/**
|
|
6223
|
+
* @public
|
|
5353
6224
|
* <p>Contains the parameters for DeleteSpotDatafeedSubscription.</p>
|
|
5354
6225
|
*/
|
|
5355
6226
|
export interface DeleteSpotDatafeedSubscriptionRequest {
|
|
@@ -5361,108 +6232,42 @@ export interface DeleteSpotDatafeedSubscriptionRequest {
|
|
|
5361
6232
|
*/
|
|
5362
6233
|
DryRun?: boolean;
|
|
5363
6234
|
}
|
|
5364
|
-
|
|
5365
|
-
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
|
|
5379
|
-
|
|
5380
|
-
|
|
5381
|
-
|
|
5382
|
-
|
|
5383
|
-
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
|
|
5395
|
-
|
|
5396
|
-
|
|
5397
|
-
|
|
5398
|
-
|
|
5399
|
-
|
|
5400
|
-
DryRun?: boolean;
|
|
5401
|
-
/**
|
|
5402
|
-
* <p>The IDs of the resources, separated by spaces.</p>
|
|
5403
|
-
* <p>Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.</p>
|
|
5404
|
-
*/
|
|
5405
|
-
Resources: string[] | undefined;
|
|
5406
|
-
/**
|
|
5407
|
-
* <p>The tags to delete. Specify a tag key and an optional tag value to delete
|
|
5408
|
-
* specific tags. If you specify a tag key without a tag value, we delete any tag with this
|
|
5409
|
-
* key regardless of its value. If you specify a tag key with an empty string as the tag
|
|
5410
|
-
* value, we delete the tag only if its value is an empty string.</p>
|
|
5411
|
-
* <p>If you omit this parameter, we delete all user-defined tags for the specified
|
|
5412
|
-
* resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code>
|
|
5413
|
-
* prefix).</p>
|
|
5414
|
-
* <p>Constraints: Up to 1000 tags.</p>
|
|
5415
|
-
*/
|
|
5416
|
-
Tags?: Tag[];
|
|
5417
|
-
}
|
|
5418
|
-
export interface DeleteTrafficMirrorFilterRequest {
|
|
5419
|
-
/**
|
|
5420
|
-
* <p>The ID of the Traffic Mirror filter.</p>
|
|
5421
|
-
*/
|
|
5422
|
-
TrafficMirrorFilterId: string | undefined;
|
|
5423
|
-
/**
|
|
5424
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5425
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5426
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5427
|
-
*/
|
|
5428
|
-
DryRun?: boolean;
|
|
5429
|
-
}
|
|
5430
|
-
export interface DeleteTrafficMirrorFilterResult {
|
|
5431
|
-
/**
|
|
5432
|
-
* <p>The ID of the Traffic Mirror filter.</p>
|
|
5433
|
-
*/
|
|
5434
|
-
TrafficMirrorFilterId?: string;
|
|
5435
|
-
}
|
|
5436
|
-
export interface DeleteTrafficMirrorFilterRuleRequest {
|
|
5437
|
-
/**
|
|
5438
|
-
* <p>The ID of the Traffic Mirror rule.</p>
|
|
5439
|
-
*/
|
|
5440
|
-
TrafficMirrorFilterRuleId: string | undefined;
|
|
5441
|
-
/**
|
|
5442
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5443
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5444
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5445
|
-
*/
|
|
5446
|
-
DryRun?: boolean;
|
|
5447
|
-
}
|
|
5448
|
-
export interface DeleteTrafficMirrorFilterRuleResult {
|
|
5449
|
-
/**
|
|
5450
|
-
* <p>The ID of the deleted Traffic Mirror rule.</p>
|
|
5451
|
-
*/
|
|
5452
|
-
TrafficMirrorFilterRuleId?: string;
|
|
5453
|
-
}
|
|
5454
|
-
export interface DeleteTrafficMirrorSessionRequest {
|
|
5455
|
-
/**
|
|
5456
|
-
* <p>The ID of the Traffic Mirror session.</p>
|
|
5457
|
-
*/
|
|
5458
|
-
TrafficMirrorSessionId: string | undefined;
|
|
5459
|
-
/**
|
|
5460
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
5461
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
5462
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
5463
|
-
*/
|
|
5464
|
-
DryRun?: boolean;
|
|
5465
|
-
}
|
|
6235
|
+
/**
|
|
6236
|
+
* @internal
|
|
6237
|
+
*/
|
|
6238
|
+
export declare const CreateReplaceRootVolumeTaskResultFilterSensitiveLog: (obj: CreateReplaceRootVolumeTaskResult) => any;
|
|
6239
|
+
/**
|
|
6240
|
+
* @internal
|
|
6241
|
+
*/
|
|
6242
|
+
export declare const PriceScheduleSpecificationFilterSensitiveLog: (obj: PriceScheduleSpecification) => any;
|
|
6243
|
+
/**
|
|
6244
|
+
* @internal
|
|
6245
|
+
*/
|
|
6246
|
+
export declare const CreateReservedInstancesListingRequestFilterSensitiveLog: (obj: CreateReservedInstancesListingRequest) => any;
|
|
6247
|
+
/**
|
|
6248
|
+
* @internal
|
|
6249
|
+
*/
|
|
6250
|
+
export declare const CreateReservedInstancesListingResultFilterSensitiveLog: (obj: CreateReservedInstancesListingResult) => any;
|
|
6251
|
+
/**
|
|
6252
|
+
* @internal
|
|
6253
|
+
*/
|
|
6254
|
+
export declare const CreateRestoreImageTaskRequestFilterSensitiveLog: (obj: CreateRestoreImageTaskRequest) => any;
|
|
6255
|
+
/**
|
|
6256
|
+
* @internal
|
|
6257
|
+
*/
|
|
6258
|
+
export declare const CreateRestoreImageTaskResultFilterSensitiveLog: (obj: CreateRestoreImageTaskResult) => any;
|
|
6259
|
+
/**
|
|
6260
|
+
* @internal
|
|
6261
|
+
*/
|
|
6262
|
+
export declare const CreateRouteRequestFilterSensitiveLog: (obj: CreateRouteRequest) => any;
|
|
6263
|
+
/**
|
|
6264
|
+
* @internal
|
|
6265
|
+
*/
|
|
6266
|
+
export declare const CreateRouteResultFilterSensitiveLog: (obj: CreateRouteResult) => any;
|
|
6267
|
+
/**
|
|
6268
|
+
* @internal
|
|
6269
|
+
*/
|
|
6270
|
+
export declare const CreateRouteTableRequestFilterSensitiveLog: (obj: CreateRouteTableRequest) => any;
|
|
5466
6271
|
/**
|
|
5467
6272
|
* @internal
|
|
5468
6273
|
*/
|
|
@@ -6403,39 +7208,3 @@ export declare const DeleteSnapshotRequestFilterSensitiveLog: (obj: DeleteSnapsh
|
|
|
6403
7208
|
* @internal
|
|
6404
7209
|
*/
|
|
6405
7210
|
export declare const DeleteSpotDatafeedSubscriptionRequestFilterSensitiveLog: (obj: DeleteSpotDatafeedSubscriptionRequest) => any;
|
|
6406
|
-
/**
|
|
6407
|
-
* @internal
|
|
6408
|
-
*/
|
|
6409
|
-
export declare const DeleteSubnetRequestFilterSensitiveLog: (obj: DeleteSubnetRequest) => any;
|
|
6410
|
-
/**
|
|
6411
|
-
* @internal
|
|
6412
|
-
*/
|
|
6413
|
-
export declare const DeleteSubnetCidrReservationRequestFilterSensitiveLog: (obj: DeleteSubnetCidrReservationRequest) => any;
|
|
6414
|
-
/**
|
|
6415
|
-
* @internal
|
|
6416
|
-
*/
|
|
6417
|
-
export declare const DeleteSubnetCidrReservationResultFilterSensitiveLog: (obj: DeleteSubnetCidrReservationResult) => any;
|
|
6418
|
-
/**
|
|
6419
|
-
* @internal
|
|
6420
|
-
*/
|
|
6421
|
-
export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
6422
|
-
/**
|
|
6423
|
-
* @internal
|
|
6424
|
-
*/
|
|
6425
|
-
export declare const DeleteTrafficMirrorFilterRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRequest) => any;
|
|
6426
|
-
/**
|
|
6427
|
-
* @internal
|
|
6428
|
-
*/
|
|
6429
|
-
export declare const DeleteTrafficMirrorFilterResultFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterResult) => any;
|
|
6430
|
-
/**
|
|
6431
|
-
* @internal
|
|
6432
|
-
*/
|
|
6433
|
-
export declare const DeleteTrafficMirrorFilterRuleRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRuleRequest) => any;
|
|
6434
|
-
/**
|
|
6435
|
-
* @internal
|
|
6436
|
-
*/
|
|
6437
|
-
export declare const DeleteTrafficMirrorFilterRuleResultFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRuleResult) => any;
|
|
6438
|
-
/**
|
|
6439
|
-
* @internal
|
|
6440
|
-
*/
|
|
6441
|
-
export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorSessionRequest) => any;
|