@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,4 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
+
* @public
|
|
2
3
|
* <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips)
|
|
3
4
|
* on an instance.</p>
|
|
4
5
|
*/
|
|
@@ -15,6 +16,7 @@ export interface AcceleratorCount {
|
|
|
15
16
|
Max?: number;
|
|
16
17
|
}
|
|
17
18
|
/**
|
|
19
|
+
* @public
|
|
18
20
|
* <p>The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips)
|
|
19
21
|
* on an instance. To exclude accelerator-enabled instance types, set <code>Max</code> to
|
|
20
22
|
* <code>0</code>.</p>
|
|
@@ -32,12 +34,18 @@ export interface AcceleratorCountRequest {
|
|
|
32
34
|
*/
|
|
33
35
|
Max?: number;
|
|
34
36
|
}
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
35
40
|
export declare enum AcceleratorManufacturer {
|
|
36
41
|
AMAZON_WEB_SERVICES = "amazon-web-services",
|
|
37
42
|
AMD = "amd",
|
|
38
43
|
NVIDIA = "nvidia",
|
|
39
44
|
XILINX = "xilinx"
|
|
40
45
|
}
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
41
49
|
export declare enum AcceleratorName {
|
|
42
50
|
A100 = "a100",
|
|
43
51
|
INFERENTIA = "inferentia",
|
|
@@ -50,6 +58,7 @@ export declare enum AcceleratorName {
|
|
|
50
58
|
VU9P = "vu9p"
|
|
51
59
|
}
|
|
52
60
|
/**
|
|
61
|
+
* @public
|
|
53
62
|
* <p>The minimum and maximum amount of total accelerator memory, in MiB.</p>
|
|
54
63
|
*/
|
|
55
64
|
export interface AcceleratorTotalMemoryMiB {
|
|
@@ -65,6 +74,7 @@ export interface AcceleratorTotalMemoryMiB {
|
|
|
65
74
|
Max?: number;
|
|
66
75
|
}
|
|
67
76
|
/**
|
|
77
|
+
* @public
|
|
68
78
|
* <p>The minimum and maximum amount of total accelerator memory, in MiB.</p>
|
|
69
79
|
*/
|
|
70
80
|
export interface AcceleratorTotalMemoryMiBRequest {
|
|
@@ -79,11 +89,17 @@ export interface AcceleratorTotalMemoryMiBRequest {
|
|
|
79
89
|
*/
|
|
80
90
|
Max?: number;
|
|
81
91
|
}
|
|
92
|
+
/**
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
82
95
|
export declare enum AcceleratorType {
|
|
83
96
|
FPGA = "fpga",
|
|
84
97
|
GPU = "gpu",
|
|
85
98
|
INFERENCE = "inference"
|
|
86
99
|
}
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
87
103
|
export declare enum ResourceType {
|
|
88
104
|
capacity_reservation = "capacity-reservation",
|
|
89
105
|
capacity_reservation_fleet = "capacity-reservation-fleet",
|
|
@@ -172,6 +188,7 @@ export declare enum ResourceType {
|
|
|
172
188
|
vpn_gateway = "vpn-gateway"
|
|
173
189
|
}
|
|
174
190
|
/**
|
|
191
|
+
* @public
|
|
175
192
|
* <p>Describes a tag.</p>
|
|
176
193
|
*/
|
|
177
194
|
export interface Tag {
|
|
@@ -188,6 +205,7 @@ export interface Tag {
|
|
|
188
205
|
Value?: string;
|
|
189
206
|
}
|
|
190
207
|
/**
|
|
208
|
+
* @public
|
|
191
209
|
* <p>The tags to apply to a resource when the resource is being created. When you specify a tag, you must
|
|
192
210
|
* specify the resource type to tag, otherwise the request will fail.</p>
|
|
193
211
|
* <note>
|
|
@@ -207,6 +225,9 @@ export interface TagSpecification {
|
|
|
207
225
|
*/
|
|
208
226
|
Tags?: Tag[];
|
|
209
227
|
}
|
|
228
|
+
/**
|
|
229
|
+
* @public
|
|
230
|
+
*/
|
|
210
231
|
export interface AcceptAddressTransferRequest {
|
|
211
232
|
/**
|
|
212
233
|
* <p>The Elastic IP address you are accepting for transfer.</p>
|
|
@@ -225,12 +246,16 @@ export interface AcceptAddressTransferRequest {
|
|
|
225
246
|
*/
|
|
226
247
|
DryRun?: boolean;
|
|
227
248
|
}
|
|
249
|
+
/**
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
228
252
|
export declare enum AddressTransferStatus {
|
|
229
253
|
accepted = "accepted",
|
|
230
254
|
disabled = "disabled",
|
|
231
255
|
pending = "pending"
|
|
232
256
|
}
|
|
233
257
|
/**
|
|
258
|
+
* @public
|
|
234
259
|
* <p>Details on the Elastic IP address transfer. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#transfer-EIPs-intro">Transfer Elastic IP addresses</a> in the <i>Amazon Virtual Private Cloud User Guide</i>.</p>
|
|
235
260
|
*/
|
|
236
261
|
export interface AddressTransfer {
|
|
@@ -261,6 +286,9 @@ export interface AddressTransfer {
|
|
|
261
286
|
*/
|
|
262
287
|
AddressTransferStatus?: AddressTransferStatus | string;
|
|
263
288
|
}
|
|
289
|
+
/**
|
|
290
|
+
* @public
|
|
291
|
+
*/
|
|
264
292
|
export interface AcceptAddressTransferResult {
|
|
265
293
|
/**
|
|
266
294
|
* <p>An Elastic IP address transfer.</p>
|
|
@@ -268,6 +296,7 @@ export interface AcceptAddressTransferResult {
|
|
|
268
296
|
AddressTransfer?: AddressTransfer;
|
|
269
297
|
}
|
|
270
298
|
/**
|
|
299
|
+
* @public
|
|
271
300
|
* <p>Details about the target configuration.</p>
|
|
272
301
|
*/
|
|
273
302
|
export interface TargetConfigurationRequest {
|
|
@@ -282,6 +311,7 @@ export interface TargetConfigurationRequest {
|
|
|
282
311
|
OfferingId: string | undefined;
|
|
283
312
|
}
|
|
284
313
|
/**
|
|
314
|
+
* @public
|
|
285
315
|
* <p>Contains the parameters for accepting the quote.</p>
|
|
286
316
|
*/
|
|
287
317
|
export interface AcceptReservedInstancesExchangeQuoteRequest {
|
|
@@ -303,6 +333,7 @@ export interface AcceptReservedInstancesExchangeQuoteRequest {
|
|
|
303
333
|
TargetConfigurations?: TargetConfigurationRequest[];
|
|
304
334
|
}
|
|
305
335
|
/**
|
|
336
|
+
* @public
|
|
306
337
|
* <p>The result of the exchange and whether it was <code>successful</code>.</p>
|
|
307
338
|
*/
|
|
308
339
|
export interface AcceptReservedInstancesExchangeQuoteResult {
|
|
@@ -311,6 +342,9 @@ export interface AcceptReservedInstancesExchangeQuoteResult {
|
|
|
311
342
|
*/
|
|
312
343
|
ExchangeId?: string;
|
|
313
344
|
}
|
|
345
|
+
/**
|
|
346
|
+
* @public
|
|
347
|
+
*/
|
|
314
348
|
export interface AcceptTransitGatewayMulticastDomainAssociationsRequest {
|
|
315
349
|
/**
|
|
316
350
|
* <p>The ID of the transit gateway multicast domain.</p>
|
|
@@ -331,6 +365,9 @@ export interface AcceptTransitGatewayMulticastDomainAssociationsRequest {
|
|
|
331
365
|
*/
|
|
332
366
|
DryRun?: boolean;
|
|
333
367
|
}
|
|
368
|
+
/**
|
|
369
|
+
* @public
|
|
370
|
+
*/
|
|
334
371
|
export declare enum TransitGatewayAttachmentResourceType {
|
|
335
372
|
connect = "connect",
|
|
336
373
|
direct_connect_gateway = "direct-connect-gateway",
|
|
@@ -339,6 +376,9 @@ export declare enum TransitGatewayAttachmentResourceType {
|
|
|
339
376
|
vpc = "vpc",
|
|
340
377
|
vpn = "vpn"
|
|
341
378
|
}
|
|
379
|
+
/**
|
|
380
|
+
* @public
|
|
381
|
+
*/
|
|
342
382
|
export declare enum TransitGatewayMulitcastDomainAssociationState {
|
|
343
383
|
associated = "associated",
|
|
344
384
|
associating = "associating",
|
|
@@ -349,6 +389,7 @@ export declare enum TransitGatewayMulitcastDomainAssociationState {
|
|
|
349
389
|
rejected = "rejected"
|
|
350
390
|
}
|
|
351
391
|
/**
|
|
392
|
+
* @public
|
|
352
393
|
* <p>Describes the subnet association with the transit gateway multicast domain.</p>
|
|
353
394
|
*/
|
|
354
395
|
export interface SubnetAssociation {
|
|
@@ -362,6 +403,7 @@ export interface SubnetAssociation {
|
|
|
362
403
|
State?: TransitGatewayMulitcastDomainAssociationState | string;
|
|
363
404
|
}
|
|
364
405
|
/**
|
|
406
|
+
* @public
|
|
365
407
|
* <p>Describes the multicast domain associations.</p>
|
|
366
408
|
*/
|
|
367
409
|
export interface TransitGatewayMulticastDomainAssociations {
|
|
@@ -390,12 +432,18 @@ export interface TransitGatewayMulticastDomainAssociations {
|
|
|
390
432
|
*/
|
|
391
433
|
Subnets?: SubnetAssociation[];
|
|
392
434
|
}
|
|
435
|
+
/**
|
|
436
|
+
* @public
|
|
437
|
+
*/
|
|
393
438
|
export interface AcceptTransitGatewayMulticastDomainAssociationsResult {
|
|
394
439
|
/**
|
|
395
440
|
* <p>Information about the multicast domain associations.</p>
|
|
396
441
|
*/
|
|
397
442
|
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
398
443
|
}
|
|
444
|
+
/**
|
|
445
|
+
* @public
|
|
446
|
+
*/
|
|
399
447
|
export interface AcceptTransitGatewayPeeringAttachmentRequest {
|
|
400
448
|
/**
|
|
401
449
|
* <p>The ID of the transit gateway attachment.</p>
|
|
@@ -409,6 +457,7 @@ export interface AcceptTransitGatewayPeeringAttachmentRequest {
|
|
|
409
457
|
DryRun?: boolean;
|
|
410
458
|
}
|
|
411
459
|
/**
|
|
460
|
+
* @public
|
|
412
461
|
* <p>Information about the transit gateway in the peering attachment.</p>
|
|
413
462
|
*/
|
|
414
463
|
export interface PeeringTgwInfo {
|
|
@@ -429,11 +478,15 @@ export interface PeeringTgwInfo {
|
|
|
429
478
|
*/
|
|
430
479
|
Region?: string;
|
|
431
480
|
}
|
|
481
|
+
/**
|
|
482
|
+
* @public
|
|
483
|
+
*/
|
|
432
484
|
export declare enum DynamicRoutingValue {
|
|
433
485
|
disable = "disable",
|
|
434
486
|
enable = "enable"
|
|
435
487
|
}
|
|
436
488
|
/**
|
|
489
|
+
* @public
|
|
437
490
|
* <p>Describes dynamic routing for the transit gateway peering attachment.</p>
|
|
438
491
|
*/
|
|
439
492
|
export interface TransitGatewayPeeringAttachmentOptions {
|
|
@@ -442,6 +495,9 @@ export interface TransitGatewayPeeringAttachmentOptions {
|
|
|
442
495
|
*/
|
|
443
496
|
DynamicRouting?: DynamicRoutingValue | string;
|
|
444
497
|
}
|
|
498
|
+
/**
|
|
499
|
+
* @public
|
|
500
|
+
*/
|
|
445
501
|
export declare enum TransitGatewayAttachmentState {
|
|
446
502
|
available = "available",
|
|
447
503
|
deleted = "deleted",
|
|
@@ -458,6 +514,7 @@ export declare enum TransitGatewayAttachmentState {
|
|
|
458
514
|
rollingBack = "rollingBack"
|
|
459
515
|
}
|
|
460
516
|
/**
|
|
517
|
+
* @public
|
|
461
518
|
* <p>The status of the transit gateway peering attachment.</p>
|
|
462
519
|
*/
|
|
463
520
|
export interface PeeringAttachmentStatus {
|
|
@@ -471,6 +528,7 @@ export interface PeeringAttachmentStatus {
|
|
|
471
528
|
Message?: string;
|
|
472
529
|
}
|
|
473
530
|
/**
|
|
531
|
+
* @public
|
|
474
532
|
* <p>Describes the transit gateway peering attachment.</p>
|
|
475
533
|
*/
|
|
476
534
|
export interface TransitGatewayPeeringAttachment {
|
|
@@ -511,12 +569,18 @@ export interface TransitGatewayPeeringAttachment {
|
|
|
511
569
|
*/
|
|
512
570
|
Tags?: Tag[];
|
|
513
571
|
}
|
|
572
|
+
/**
|
|
573
|
+
* @public
|
|
574
|
+
*/
|
|
514
575
|
export interface AcceptTransitGatewayPeeringAttachmentResult {
|
|
515
576
|
/**
|
|
516
577
|
* <p>The transit gateway peering attachment.</p>
|
|
517
578
|
*/
|
|
518
579
|
TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
|
|
519
580
|
}
|
|
581
|
+
/**
|
|
582
|
+
* @public
|
|
583
|
+
*/
|
|
520
584
|
export interface AcceptTransitGatewayVpcAttachmentRequest {
|
|
521
585
|
/**
|
|
522
586
|
* <p>The ID of the attachment.</p>
|
|
@@ -529,19 +593,29 @@ export interface AcceptTransitGatewayVpcAttachmentRequest {
|
|
|
529
593
|
*/
|
|
530
594
|
DryRun?: boolean;
|
|
531
595
|
}
|
|
596
|
+
/**
|
|
597
|
+
* @public
|
|
598
|
+
*/
|
|
532
599
|
export declare enum ApplianceModeSupportValue {
|
|
533
600
|
disable = "disable",
|
|
534
601
|
enable = "enable"
|
|
535
602
|
}
|
|
603
|
+
/**
|
|
604
|
+
* @public
|
|
605
|
+
*/
|
|
536
606
|
export declare enum DnsSupportValue {
|
|
537
607
|
disable = "disable",
|
|
538
608
|
enable = "enable"
|
|
539
609
|
}
|
|
610
|
+
/**
|
|
611
|
+
* @public
|
|
612
|
+
*/
|
|
540
613
|
export declare enum Ipv6SupportValue {
|
|
541
614
|
disable = "disable",
|
|
542
615
|
enable = "enable"
|
|
543
616
|
}
|
|
544
617
|
/**
|
|
618
|
+
* @public
|
|
545
619
|
* <p>Describes the VPC attachment options.</p>
|
|
546
620
|
*/
|
|
547
621
|
export interface TransitGatewayVpcAttachmentOptions {
|
|
@@ -559,6 +633,7 @@ export interface TransitGatewayVpcAttachmentOptions {
|
|
|
559
633
|
ApplianceModeSupport?: ApplianceModeSupportValue | string;
|
|
560
634
|
}
|
|
561
635
|
/**
|
|
636
|
+
* @public
|
|
562
637
|
* <p>Describes a VPC attachment.</p>
|
|
563
638
|
*/
|
|
564
639
|
export interface TransitGatewayVpcAttachment {
|
|
@@ -599,12 +674,18 @@ export interface TransitGatewayVpcAttachment {
|
|
|
599
674
|
*/
|
|
600
675
|
Tags?: Tag[];
|
|
601
676
|
}
|
|
677
|
+
/**
|
|
678
|
+
* @public
|
|
679
|
+
*/
|
|
602
680
|
export interface AcceptTransitGatewayVpcAttachmentResult {
|
|
603
681
|
/**
|
|
604
682
|
* <p>The VPC attachment.</p>
|
|
605
683
|
*/
|
|
606
684
|
TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
|
|
607
685
|
}
|
|
686
|
+
/**
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
608
689
|
export interface AcceptVpcEndpointConnectionsRequest {
|
|
609
690
|
/**
|
|
610
691
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -622,6 +703,7 @@ export interface AcceptVpcEndpointConnectionsRequest {
|
|
|
622
703
|
VpcEndpointIds: string[] | undefined;
|
|
623
704
|
}
|
|
624
705
|
/**
|
|
706
|
+
* @public
|
|
625
707
|
* <p>Information about the error that occurred. For more information about errors, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html">Error codes</a>.</p>
|
|
626
708
|
*/
|
|
627
709
|
export interface UnsuccessfulItemError {
|
|
@@ -635,6 +717,7 @@ export interface UnsuccessfulItemError {
|
|
|
635
717
|
Message?: string;
|
|
636
718
|
}
|
|
637
719
|
/**
|
|
720
|
+
* @public
|
|
638
721
|
* <p>Information about items that were not successfully processed in a batch call.</p>
|
|
639
722
|
*/
|
|
640
723
|
export interface UnsuccessfulItem {
|
|
@@ -647,6 +730,9 @@ export interface UnsuccessfulItem {
|
|
|
647
730
|
*/
|
|
648
731
|
ResourceId?: string;
|
|
649
732
|
}
|
|
733
|
+
/**
|
|
734
|
+
* @public
|
|
735
|
+
*/
|
|
650
736
|
export interface AcceptVpcEndpointConnectionsResult {
|
|
651
737
|
/**
|
|
652
738
|
* <p>Information about the interface endpoints that were not accepted, if
|
|
@@ -654,6 +740,9 @@ export interface AcceptVpcEndpointConnectionsResult {
|
|
|
654
740
|
*/
|
|
655
741
|
Unsuccessful?: UnsuccessfulItem[];
|
|
656
742
|
}
|
|
743
|
+
/**
|
|
744
|
+
* @public
|
|
745
|
+
*/
|
|
657
746
|
export interface AcceptVpcPeeringConnectionRequest {
|
|
658
747
|
/**
|
|
659
748
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -668,6 +757,7 @@ export interface AcceptVpcPeeringConnectionRequest {
|
|
|
668
757
|
VpcPeeringConnectionId: string | undefined;
|
|
669
758
|
}
|
|
670
759
|
/**
|
|
760
|
+
* @public
|
|
671
761
|
* <p>Describes an IPv4 CIDR block.</p>
|
|
672
762
|
*/
|
|
673
763
|
export interface CidrBlock {
|
|
@@ -677,6 +767,7 @@ export interface CidrBlock {
|
|
|
677
767
|
CidrBlock?: string;
|
|
678
768
|
}
|
|
679
769
|
/**
|
|
770
|
+
* @public
|
|
680
771
|
* <p>Describes an IPv6 CIDR block.</p>
|
|
681
772
|
*/
|
|
682
773
|
export interface Ipv6CidrBlock {
|
|
@@ -686,6 +777,7 @@ export interface Ipv6CidrBlock {
|
|
|
686
777
|
Ipv6CidrBlock?: string;
|
|
687
778
|
}
|
|
688
779
|
/**
|
|
780
|
+
* @public
|
|
689
781
|
* <note>
|
|
690
782
|
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
691
783
|
* </note>
|
|
@@ -706,6 +798,7 @@ export interface VpcPeeringConnectionOptionsDescription {
|
|
|
706
798
|
AllowEgressFromLocalVpcToRemoteClassicLink?: boolean;
|
|
707
799
|
}
|
|
708
800
|
/**
|
|
801
|
+
* @public
|
|
709
802
|
* <p>Describes a VPC in a VPC peering connection.</p>
|
|
710
803
|
*/
|
|
711
804
|
export interface VpcPeeringConnectionVpcInfo {
|
|
@@ -738,6 +831,9 @@ export interface VpcPeeringConnectionVpcInfo {
|
|
|
738
831
|
*/
|
|
739
832
|
Region?: string;
|
|
740
833
|
}
|
|
834
|
+
/**
|
|
835
|
+
* @public
|
|
836
|
+
*/
|
|
741
837
|
export declare enum VpcPeeringConnectionStateReasonCode {
|
|
742
838
|
active = "active",
|
|
743
839
|
deleted = "deleted",
|
|
@@ -750,6 +846,7 @@ export declare enum VpcPeeringConnectionStateReasonCode {
|
|
|
750
846
|
rejected = "rejected"
|
|
751
847
|
}
|
|
752
848
|
/**
|
|
849
|
+
* @public
|
|
753
850
|
* <p>Describes the status of a VPC peering connection.</p>
|
|
754
851
|
*/
|
|
755
852
|
export interface VpcPeeringConnectionStateReason {
|
|
@@ -763,6 +860,7 @@ export interface VpcPeeringConnectionStateReason {
|
|
|
763
860
|
Message?: string;
|
|
764
861
|
}
|
|
765
862
|
/**
|
|
863
|
+
* @public
|
|
766
864
|
* <p>Describes a VPC peering connection.</p>
|
|
767
865
|
*/
|
|
768
866
|
export interface VpcPeeringConnection {
|
|
@@ -791,6 +889,9 @@ export interface VpcPeeringConnection {
|
|
|
791
889
|
*/
|
|
792
890
|
VpcPeeringConnectionId?: string;
|
|
793
891
|
}
|
|
892
|
+
/**
|
|
893
|
+
* @public
|
|
894
|
+
*/
|
|
794
895
|
export interface AcceptVpcPeeringConnectionResult {
|
|
795
896
|
/**
|
|
796
897
|
* <p>Information about the VPC peering connection.</p>
|
|
@@ -798,6 +899,7 @@ export interface AcceptVpcPeeringConnectionResult {
|
|
|
798
899
|
VpcPeeringConnection?: VpcPeeringConnection;
|
|
799
900
|
}
|
|
800
901
|
/**
|
|
902
|
+
* @public
|
|
801
903
|
* <p>Describes a range of ports.</p>
|
|
802
904
|
*/
|
|
803
905
|
export interface PortRange {
|
|
@@ -811,6 +913,7 @@ export interface PortRange {
|
|
|
811
913
|
To?: number;
|
|
812
914
|
}
|
|
813
915
|
/**
|
|
916
|
+
* @public
|
|
814
917
|
* <p>Describes a network access control (ACL) rule.</p>
|
|
815
918
|
*/
|
|
816
919
|
export interface AnalysisAclRule {
|
|
@@ -840,6 +943,7 @@ export interface AnalysisAclRule {
|
|
|
840
943
|
RuleNumber?: number;
|
|
841
944
|
}
|
|
842
945
|
/**
|
|
946
|
+
* @public
|
|
843
947
|
* <p>Describes a path component.</p>
|
|
844
948
|
*/
|
|
845
949
|
export interface AnalysisComponent {
|
|
@@ -857,19 +961,87 @@ export interface AnalysisComponent {
|
|
|
857
961
|
Name?: string;
|
|
858
962
|
}
|
|
859
963
|
/**
|
|
860
|
-
*
|
|
964
|
+
* @public
|
|
965
|
+
* <p>Describes additional settings for a stateful rule.</p>
|
|
966
|
+
*/
|
|
967
|
+
export interface RuleOption {
|
|
968
|
+
/**
|
|
969
|
+
* <p>The Suricata keyword.</p>
|
|
970
|
+
*/
|
|
971
|
+
Keyword?: string;
|
|
972
|
+
/**
|
|
973
|
+
* <p>The settings for the keyword.</p>
|
|
974
|
+
*/
|
|
975
|
+
Settings?: string[];
|
|
976
|
+
}
|
|
977
|
+
/**
|
|
978
|
+
* @public
|
|
979
|
+
* <p>Describes the rule options for a stateful rule group.</p>
|
|
980
|
+
*/
|
|
981
|
+
export interface RuleGroupRuleOptionsPair {
|
|
982
|
+
/**
|
|
983
|
+
* <p>The ARN of the rule group.</p>
|
|
984
|
+
*/
|
|
985
|
+
RuleGroupArn?: string;
|
|
986
|
+
/**
|
|
987
|
+
* <p>The rule options.</p>
|
|
988
|
+
*/
|
|
989
|
+
RuleOptions?: RuleOption[];
|
|
990
|
+
}
|
|
991
|
+
/**
|
|
992
|
+
* @public
|
|
993
|
+
* <p>Describes the type of a stateful rule group.</p>
|
|
994
|
+
*/
|
|
995
|
+
export interface RuleGroupTypePair {
|
|
996
|
+
/**
|
|
997
|
+
* <p>The ARN of the rule group.</p>
|
|
998
|
+
*/
|
|
999
|
+
RuleGroupArn?: string;
|
|
1000
|
+
/**
|
|
1001
|
+
* <p>The rule group type. The possible values are <code>Domain List</code> and <code>Suricata</code>.</p>
|
|
1002
|
+
*/
|
|
1003
|
+
RuleGroupType?: string;
|
|
1004
|
+
}
|
|
1005
|
+
/**
|
|
1006
|
+
* @public
|
|
1007
|
+
* <p>Describes an additional detail for a path analysis. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/reachability/additional-detail-codes.html">Reachability Analyzer additional detail codes</a>.</p>
|
|
861
1008
|
*/
|
|
862
1009
|
export interface AdditionalDetail {
|
|
863
1010
|
/**
|
|
864
|
-
* <p>The
|
|
1011
|
+
* <p>The additional detail code.</p>
|
|
865
1012
|
*/
|
|
866
1013
|
AdditionalDetailType?: string;
|
|
867
1014
|
/**
|
|
868
1015
|
* <p>The path component.</p>
|
|
869
1016
|
*/
|
|
870
1017
|
Component?: AnalysisComponent;
|
|
1018
|
+
/**
|
|
1019
|
+
* <p>The VPC endpoint service.</p>
|
|
1020
|
+
*/
|
|
1021
|
+
VpcEndpointService?: AnalysisComponent;
|
|
1022
|
+
/**
|
|
1023
|
+
* <p>The rule options.</p>
|
|
1024
|
+
*/
|
|
1025
|
+
RuleOptions?: RuleOption[];
|
|
1026
|
+
/**
|
|
1027
|
+
* <p>The rule group type.</p>
|
|
1028
|
+
*/
|
|
1029
|
+
RuleGroupTypePairs?: RuleGroupTypePair[];
|
|
1030
|
+
/**
|
|
1031
|
+
* <p>The rule options.</p>
|
|
1032
|
+
*/
|
|
1033
|
+
RuleGroupRuleOptionsPairs?: RuleGroupRuleOptionsPair[];
|
|
1034
|
+
/**
|
|
1035
|
+
* <p>The name of the VPC endpoint service.</p>
|
|
1036
|
+
*/
|
|
1037
|
+
ServiceName?: string;
|
|
1038
|
+
/**
|
|
1039
|
+
* <p>The load balancers.</p>
|
|
1040
|
+
*/
|
|
1041
|
+
LoadBalancers?: AnalysisComponent[];
|
|
871
1042
|
}
|
|
872
1043
|
/**
|
|
1044
|
+
* @public
|
|
873
1045
|
* <p>Describes a load balancer listener.</p>
|
|
874
1046
|
*/
|
|
875
1047
|
export interface AnalysisLoadBalancerListener {
|
|
@@ -883,6 +1055,85 @@ export interface AnalysisLoadBalancerListener {
|
|
|
883
1055
|
InstancePort?: number;
|
|
884
1056
|
}
|
|
885
1057
|
/**
|
|
1058
|
+
* @public
|
|
1059
|
+
* <p>Describes a stateful rule.</p>
|
|
1060
|
+
*/
|
|
1061
|
+
export interface FirewallStatefulRule {
|
|
1062
|
+
/**
|
|
1063
|
+
* <p>The ARN of the stateful rule group.</p>
|
|
1064
|
+
*/
|
|
1065
|
+
RuleGroupArn?: string;
|
|
1066
|
+
/**
|
|
1067
|
+
* <p>The source IP addresses, in CIDR notation.</p>
|
|
1068
|
+
*/
|
|
1069
|
+
Sources?: string[];
|
|
1070
|
+
/**
|
|
1071
|
+
* <p>The destination IP addresses, in CIDR notation.</p>
|
|
1072
|
+
*/
|
|
1073
|
+
Destinations?: string[];
|
|
1074
|
+
/**
|
|
1075
|
+
* <p>The source ports.</p>
|
|
1076
|
+
*/
|
|
1077
|
+
SourcePorts?: PortRange[];
|
|
1078
|
+
/**
|
|
1079
|
+
* <p>The destination ports.</p>
|
|
1080
|
+
*/
|
|
1081
|
+
DestinationPorts?: PortRange[];
|
|
1082
|
+
/**
|
|
1083
|
+
* <p>The protocol.</p>
|
|
1084
|
+
*/
|
|
1085
|
+
Protocol?: string;
|
|
1086
|
+
/**
|
|
1087
|
+
* <p>The rule action. The possible values are <code>pass</code>, <code>drop</code>, and
|
|
1088
|
+
* <code>alert</code>.</p>
|
|
1089
|
+
*/
|
|
1090
|
+
RuleAction?: string;
|
|
1091
|
+
/**
|
|
1092
|
+
* <p>The direction. The possible values are <code>FORWARD</code> and <code>ANY</code>.</p>
|
|
1093
|
+
*/
|
|
1094
|
+
Direction?: string;
|
|
1095
|
+
}
|
|
1096
|
+
/**
|
|
1097
|
+
* @public
|
|
1098
|
+
* <p>Describes a stateless rule.</p>
|
|
1099
|
+
*/
|
|
1100
|
+
export interface FirewallStatelessRule {
|
|
1101
|
+
/**
|
|
1102
|
+
* <p>The ARN of the stateless rule group.</p>
|
|
1103
|
+
*/
|
|
1104
|
+
RuleGroupArn?: string;
|
|
1105
|
+
/**
|
|
1106
|
+
* <p>The source IP addresses, in CIDR notation.</p>
|
|
1107
|
+
*/
|
|
1108
|
+
Sources?: string[];
|
|
1109
|
+
/**
|
|
1110
|
+
* <p>The destination IP addresses, in CIDR notation.</p>
|
|
1111
|
+
*/
|
|
1112
|
+
Destinations?: string[];
|
|
1113
|
+
/**
|
|
1114
|
+
* <p>The source ports.</p>
|
|
1115
|
+
*/
|
|
1116
|
+
SourcePorts?: PortRange[];
|
|
1117
|
+
/**
|
|
1118
|
+
* <p>The destination ports.</p>
|
|
1119
|
+
*/
|
|
1120
|
+
DestinationPorts?: PortRange[];
|
|
1121
|
+
/**
|
|
1122
|
+
* <p>The protocols.</p>
|
|
1123
|
+
*/
|
|
1124
|
+
Protocols?: number[];
|
|
1125
|
+
/**
|
|
1126
|
+
* <p>The rule action. The possible values are <code>pass</code>, <code>drop</code>, and
|
|
1127
|
+
* <code>forward_to_site</code>.</p>
|
|
1128
|
+
*/
|
|
1129
|
+
RuleAction?: string;
|
|
1130
|
+
/**
|
|
1131
|
+
* <p>The rule priority.</p>
|
|
1132
|
+
*/
|
|
1133
|
+
Priority?: number;
|
|
1134
|
+
}
|
|
1135
|
+
/**
|
|
1136
|
+
* @public
|
|
886
1137
|
* <p>Describes a load balancer target.</p>
|
|
887
1138
|
*/
|
|
888
1139
|
export interface AnalysisLoadBalancerTarget {
|
|
@@ -904,6 +1155,7 @@ export interface AnalysisLoadBalancerTarget {
|
|
|
904
1155
|
Port?: number;
|
|
905
1156
|
}
|
|
906
1157
|
/**
|
|
1158
|
+
* @public
|
|
907
1159
|
* <p>Describes a route table route.</p>
|
|
908
1160
|
*/
|
|
909
1161
|
export interface AnalysisRouteTableRoute {
|
|
@@ -970,8 +1222,21 @@ export interface AnalysisRouteTableRoute {
|
|
|
970
1222
|
* </ul>
|
|
971
1223
|
*/
|
|
972
1224
|
State?: string;
|
|
1225
|
+
/**
|
|
1226
|
+
* <p>The ID of a carrier gateway.</p>
|
|
1227
|
+
*/
|
|
1228
|
+
CarrierGatewayId?: string;
|
|
1229
|
+
/**
|
|
1230
|
+
* <p>The Amazon Resource Name (ARN) of a core network.</p>
|
|
1231
|
+
*/
|
|
1232
|
+
CoreNetworkArn?: string;
|
|
1233
|
+
/**
|
|
1234
|
+
* <p>The ID of a local gateway.</p>
|
|
1235
|
+
*/
|
|
1236
|
+
LocalGatewayId?: string;
|
|
973
1237
|
}
|
|
974
1238
|
/**
|
|
1239
|
+
* @public
|
|
975
1240
|
* <p>Describes a security group rule.</p>
|
|
976
1241
|
*/
|
|
977
1242
|
export interface AnalysisSecurityGroupRule {
|
|
@@ -1009,6 +1274,7 @@ export interface AnalysisSecurityGroupRule {
|
|
|
1009
1274
|
Protocol?: string;
|
|
1010
1275
|
}
|
|
1011
1276
|
/**
|
|
1277
|
+
* @public
|
|
1012
1278
|
* <p>Describes a route in a transit gateway route table.</p>
|
|
1013
1279
|
*/
|
|
1014
1280
|
export interface TransitGatewayRouteTableRoute {
|
|
@@ -1050,6 +1316,7 @@ export interface TransitGatewayRouteTableRoute {
|
|
|
1050
1316
|
ResourceType?: string;
|
|
1051
1317
|
}
|
|
1052
1318
|
/**
|
|
1319
|
+
* @public
|
|
1053
1320
|
* <p>Describes an explanation code for an unreachable path. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/reachability/explanation-codes.html">Reachability Analyzer explanation codes</a>.</p>
|
|
1054
1321
|
*/
|
|
1055
1322
|
export interface Explanation {
|
|
@@ -1265,8 +1532,17 @@ export interface Explanation {
|
|
|
1265
1532
|
* <p>The Region for the component.</p>
|
|
1266
1533
|
*/
|
|
1267
1534
|
ComponentRegion?: string;
|
|
1535
|
+
/**
|
|
1536
|
+
* <p>The Network Firewall stateless rule.</p>
|
|
1537
|
+
*/
|
|
1538
|
+
FirewallStatelessRule?: FirewallStatelessRule;
|
|
1539
|
+
/**
|
|
1540
|
+
* <p>The Network Firewall stateful rule.</p>
|
|
1541
|
+
*/
|
|
1542
|
+
FirewallStatefulRule?: FirewallStatefulRule;
|
|
1268
1543
|
}
|
|
1269
1544
|
/**
|
|
1545
|
+
* @public
|
|
1270
1546
|
* <p>Describes a header. Reflects any changes made by a component as traffic passes through.
|
|
1271
1547
|
* The fields of an inbound header are null except for the first component of a path.</p>
|
|
1272
1548
|
*/
|
|
@@ -1293,6 +1569,7 @@ export interface AnalysisPacketHeader {
|
|
|
1293
1569
|
SourcePortRanges?: PortRange[];
|
|
1294
1570
|
}
|
|
1295
1571
|
/**
|
|
1572
|
+
* @public
|
|
1296
1573
|
* <p>Describes a path component.</p>
|
|
1297
1574
|
*/
|
|
1298
1575
|
export interface PathComponent {
|
|
@@ -1364,8 +1641,21 @@ export interface PathComponent {
|
|
|
1364
1641
|
* <p>The load balancer listener.</p>
|
|
1365
1642
|
*/
|
|
1366
1643
|
ElasticLoadBalancerListener?: AnalysisComponent;
|
|
1644
|
+
/**
|
|
1645
|
+
* <p>The Network Firewall stateless rule.</p>
|
|
1646
|
+
*/
|
|
1647
|
+
FirewallStatelessRule?: FirewallStatelessRule;
|
|
1648
|
+
/**
|
|
1649
|
+
* <p>The Network Firewall stateful rule.</p>
|
|
1650
|
+
*/
|
|
1651
|
+
FirewallStatefulRule?: FirewallStatefulRule;
|
|
1652
|
+
/**
|
|
1653
|
+
* <p>The name of the VPC endpoint service.</p>
|
|
1654
|
+
*/
|
|
1655
|
+
ServiceName?: string;
|
|
1367
1656
|
}
|
|
1368
1657
|
/**
|
|
1658
|
+
* @public
|
|
1369
1659
|
* <p>Describes a finding for a Network Access Scope.</p>
|
|
1370
1660
|
*/
|
|
1371
1661
|
export interface AccessScopeAnalysisFinding {
|
|
@@ -1386,11 +1676,15 @@ export interface AccessScopeAnalysisFinding {
|
|
|
1386
1676
|
*/
|
|
1387
1677
|
FindingComponents?: PathComponent[];
|
|
1388
1678
|
}
|
|
1679
|
+
/**
|
|
1680
|
+
* @public
|
|
1681
|
+
*/
|
|
1389
1682
|
export declare enum Protocol {
|
|
1390
1683
|
tcp = "tcp",
|
|
1391
1684
|
udp = "udp"
|
|
1392
1685
|
}
|
|
1393
1686
|
/**
|
|
1687
|
+
* @public
|
|
1394
1688
|
* <p>Describes a packet header statement.</p>
|
|
1395
1689
|
*/
|
|
1396
1690
|
export interface PacketHeaderStatement {
|
|
@@ -1424,6 +1718,7 @@ export interface PacketHeaderStatement {
|
|
|
1424
1718
|
Protocols?: (Protocol | string)[];
|
|
1425
1719
|
}
|
|
1426
1720
|
/**
|
|
1721
|
+
* @public
|
|
1427
1722
|
* <p>Describes a resource statement.</p>
|
|
1428
1723
|
*/
|
|
1429
1724
|
export interface ResourceStatement {
|
|
@@ -1437,6 +1732,7 @@ export interface ResourceStatement {
|
|
|
1437
1732
|
ResourceTypes?: string[];
|
|
1438
1733
|
}
|
|
1439
1734
|
/**
|
|
1735
|
+
* @public
|
|
1440
1736
|
* <p>Describes a path statement.</p>
|
|
1441
1737
|
*/
|
|
1442
1738
|
export interface PathStatement {
|
|
@@ -1450,6 +1746,7 @@ export interface PathStatement {
|
|
|
1450
1746
|
ResourceStatement?: ResourceStatement;
|
|
1451
1747
|
}
|
|
1452
1748
|
/**
|
|
1749
|
+
* @public
|
|
1453
1750
|
* <p>Describes a through resource statement.</p>
|
|
1454
1751
|
*/
|
|
1455
1752
|
export interface ThroughResourcesStatement {
|
|
@@ -1459,6 +1756,7 @@ export interface ThroughResourcesStatement {
|
|
|
1459
1756
|
ResourceStatement?: ResourceStatement;
|
|
1460
1757
|
}
|
|
1461
1758
|
/**
|
|
1759
|
+
* @public
|
|
1462
1760
|
* <p>Describes a path.</p>
|
|
1463
1761
|
*/
|
|
1464
1762
|
export interface AccessScopePath {
|
|
@@ -1476,6 +1774,7 @@ export interface AccessScopePath {
|
|
|
1476
1774
|
ThroughResources?: ThroughResourcesStatement[];
|
|
1477
1775
|
}
|
|
1478
1776
|
/**
|
|
1777
|
+
* @public
|
|
1479
1778
|
* <p>Describes a packet header statement.</p>
|
|
1480
1779
|
*/
|
|
1481
1780
|
export interface PacketHeaderStatementRequest {
|
|
@@ -1509,6 +1808,7 @@ export interface PacketHeaderStatementRequest {
|
|
|
1509
1808
|
Protocols?: (Protocol | string)[];
|
|
1510
1809
|
}
|
|
1511
1810
|
/**
|
|
1811
|
+
* @public
|
|
1512
1812
|
* <p>Describes a resource statement.</p>
|
|
1513
1813
|
*/
|
|
1514
1814
|
export interface ResourceStatementRequest {
|
|
@@ -1522,6 +1822,7 @@ export interface ResourceStatementRequest {
|
|
|
1522
1822
|
ResourceTypes?: string[];
|
|
1523
1823
|
}
|
|
1524
1824
|
/**
|
|
1825
|
+
* @public
|
|
1525
1826
|
* <p>Describes a path statement.</p>
|
|
1526
1827
|
*/
|
|
1527
1828
|
export interface PathStatementRequest {
|
|
@@ -1535,6 +1836,7 @@ export interface PathStatementRequest {
|
|
|
1535
1836
|
ResourceStatement?: ResourceStatementRequest;
|
|
1536
1837
|
}
|
|
1537
1838
|
/**
|
|
1839
|
+
* @public
|
|
1538
1840
|
* <p>Describes a through resource statement.</p>
|
|
1539
1841
|
*/
|
|
1540
1842
|
export interface ThroughResourcesStatementRequest {
|
|
@@ -1544,6 +1846,7 @@ export interface ThroughResourcesStatementRequest {
|
|
|
1544
1846
|
ResourceStatement?: ResourceStatementRequest;
|
|
1545
1847
|
}
|
|
1546
1848
|
/**
|
|
1849
|
+
* @public
|
|
1547
1850
|
* <p>Describes a path.</p>
|
|
1548
1851
|
*/
|
|
1549
1852
|
export interface AccessScopePathRequest {
|
|
@@ -1561,6 +1864,7 @@ export interface AccessScopePathRequest {
|
|
|
1561
1864
|
ThroughResources?: ThroughResourcesStatementRequest[];
|
|
1562
1865
|
}
|
|
1563
1866
|
/**
|
|
1867
|
+
* @public
|
|
1564
1868
|
* <p>Describes a value of an account attribute.</p>
|
|
1565
1869
|
*/
|
|
1566
1870
|
export interface AccountAttributeValue {
|
|
@@ -1570,6 +1874,7 @@ export interface AccountAttributeValue {
|
|
|
1570
1874
|
AttributeValue?: string;
|
|
1571
1875
|
}
|
|
1572
1876
|
/**
|
|
1877
|
+
* @public
|
|
1573
1878
|
* <p>Describes an account attribute.</p>
|
|
1574
1879
|
*/
|
|
1575
1880
|
export interface AccountAttribute {
|
|
@@ -1582,15 +1887,22 @@ export interface AccountAttribute {
|
|
|
1582
1887
|
*/
|
|
1583
1888
|
AttributeValues?: AccountAttributeValue[];
|
|
1584
1889
|
}
|
|
1890
|
+
/**
|
|
1891
|
+
* @public
|
|
1892
|
+
*/
|
|
1585
1893
|
export declare enum AccountAttributeName {
|
|
1586
1894
|
default_vpc = "default-vpc",
|
|
1587
1895
|
supported_platforms = "supported-platforms"
|
|
1588
1896
|
}
|
|
1897
|
+
/**
|
|
1898
|
+
* @public
|
|
1899
|
+
*/
|
|
1589
1900
|
export declare enum InstanceHealthStatus {
|
|
1590
1901
|
HEALTHY_STATUS = "healthy",
|
|
1591
1902
|
UNHEALTHY_STATUS = "unhealthy"
|
|
1592
1903
|
}
|
|
1593
1904
|
/**
|
|
1905
|
+
* @public
|
|
1594
1906
|
* <p>Describes a running instance in a Spot Fleet.</p>
|
|
1595
1907
|
*/
|
|
1596
1908
|
export interface ActiveInstance {
|
|
@@ -1613,12 +1925,18 @@ export interface ActiveInstance {
|
|
|
1613
1925
|
*/
|
|
1614
1926
|
InstanceHealth?: InstanceHealthStatus | string;
|
|
1615
1927
|
}
|
|
1928
|
+
/**
|
|
1929
|
+
* @public
|
|
1930
|
+
*/
|
|
1616
1931
|
export declare enum ActivityStatus {
|
|
1617
1932
|
ERROR = "error",
|
|
1618
1933
|
FULFILLED = "fulfilled",
|
|
1619
1934
|
PENDING_FULFILLMENT = "pending_fulfillment",
|
|
1620
1935
|
PENDING_TERMINATION = "pending_termination"
|
|
1621
1936
|
}
|
|
1937
|
+
/**
|
|
1938
|
+
* @public
|
|
1939
|
+
*/
|
|
1622
1940
|
export declare enum PrincipalType {
|
|
1623
1941
|
Account = "Account",
|
|
1624
1942
|
All = "All",
|
|
@@ -1628,6 +1946,7 @@ export declare enum PrincipalType {
|
|
|
1628
1946
|
User = "User"
|
|
1629
1947
|
}
|
|
1630
1948
|
/**
|
|
1949
|
+
* @public
|
|
1631
1950
|
* <p>Describes a principal.</p>
|
|
1632
1951
|
*/
|
|
1633
1952
|
export interface AddedPrincipal {
|
|
@@ -1649,6 +1968,7 @@ export interface AddedPrincipal {
|
|
|
1649
1968
|
ServiceId?: string;
|
|
1650
1969
|
}
|
|
1651
1970
|
/**
|
|
1971
|
+
* @public
|
|
1652
1972
|
* <p>Add an operating Region to an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
|
|
1653
1973
|
* <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.
|
|
1654
1974
|
* </p>
|
|
@@ -1660,6 +1980,7 @@ export interface AddIpamOperatingRegion {
|
|
|
1660
1980
|
RegionName?: string;
|
|
1661
1981
|
}
|
|
1662
1982
|
/**
|
|
1983
|
+
* @public
|
|
1663
1984
|
* <p>An entry for a prefix list.</p>
|
|
1664
1985
|
*/
|
|
1665
1986
|
export interface AddPrefixListEntry {
|
|
@@ -1673,11 +1994,15 @@ export interface AddPrefixListEntry {
|
|
|
1673
1994
|
*/
|
|
1674
1995
|
Description?: string;
|
|
1675
1996
|
}
|
|
1997
|
+
/**
|
|
1998
|
+
* @public
|
|
1999
|
+
*/
|
|
1676
2000
|
export declare enum DomainType {
|
|
1677
2001
|
standard = "standard",
|
|
1678
2002
|
vpc = "vpc"
|
|
1679
2003
|
}
|
|
1680
2004
|
/**
|
|
2005
|
+
* @public
|
|
1681
2006
|
* <p>Describes an Elastic IP address, or a carrier IP address.</p>
|
|
1682
2007
|
*/
|
|
1683
2008
|
export interface Address {
|
|
@@ -1742,6 +2067,7 @@ export interface Address {
|
|
|
1742
2067
|
CarrierIp?: string;
|
|
1743
2068
|
}
|
|
1744
2069
|
/**
|
|
2070
|
+
* @public
|
|
1745
2071
|
* <p>The status of an updated pointer (PTR) record for an Elastic IP address.</p>
|
|
1746
2072
|
*/
|
|
1747
2073
|
export interface PtrUpdateStatus {
|
|
@@ -1759,6 +2085,7 @@ export interface PtrUpdateStatus {
|
|
|
1759
2085
|
Reason?: string;
|
|
1760
2086
|
}
|
|
1761
2087
|
/**
|
|
2088
|
+
* @public
|
|
1762
2089
|
* <p>The attributes associated with an Elastic IP address.</p>
|
|
1763
2090
|
*/
|
|
1764
2091
|
export interface AddressAttribute {
|
|
@@ -1779,13 +2106,22 @@ export interface AddressAttribute {
|
|
|
1779
2106
|
*/
|
|
1780
2107
|
PtrRecordUpdate?: PtrUpdateStatus;
|
|
1781
2108
|
}
|
|
2109
|
+
/**
|
|
2110
|
+
* @public
|
|
2111
|
+
*/
|
|
1782
2112
|
export declare enum AddressAttributeName {
|
|
1783
2113
|
domain_name = "domain-name"
|
|
1784
2114
|
}
|
|
2115
|
+
/**
|
|
2116
|
+
* @public
|
|
2117
|
+
*/
|
|
1785
2118
|
export declare enum AddressFamily {
|
|
1786
2119
|
ipv4 = "ipv4",
|
|
1787
2120
|
ipv6 = "ipv6"
|
|
1788
2121
|
}
|
|
2122
|
+
/**
|
|
2123
|
+
* @public
|
|
2124
|
+
*/
|
|
1789
2125
|
export interface AdvertiseByoipCidrRequest {
|
|
1790
2126
|
/**
|
|
1791
2127
|
* <p>The address range, in CIDR notation. This must be the exact range that you provisioned.
|
|
@@ -1799,6 +2135,9 @@ export interface AdvertiseByoipCidrRequest {
|
|
|
1799
2135
|
*/
|
|
1800
2136
|
DryRun?: boolean;
|
|
1801
2137
|
}
|
|
2138
|
+
/**
|
|
2139
|
+
* @public
|
|
2140
|
+
*/
|
|
1802
2141
|
export declare enum ByoipCidrState {
|
|
1803
2142
|
advertised = "advertised",
|
|
1804
2143
|
deprovisioned = "deprovisioned",
|
|
@@ -1810,6 +2149,7 @@ export declare enum ByoipCidrState {
|
|
|
1810
2149
|
provisioned_not_publicly_advertisable = "provisioned-not-publicly-advertisable"
|
|
1811
2150
|
}
|
|
1812
2151
|
/**
|
|
2152
|
+
* @public
|
|
1813
2153
|
* <p>Information about an address range that is provisioned for use with your Amazon Web Services resources
|
|
1814
2154
|
* through bring your own IP addresses (BYOIP).</p>
|
|
1815
2155
|
*/
|
|
@@ -1831,16 +2171,25 @@ export interface ByoipCidr {
|
|
|
1831
2171
|
*/
|
|
1832
2172
|
State?: ByoipCidrState | string;
|
|
1833
2173
|
}
|
|
2174
|
+
/**
|
|
2175
|
+
* @public
|
|
2176
|
+
*/
|
|
1834
2177
|
export interface AdvertiseByoipCidrResult {
|
|
1835
2178
|
/**
|
|
1836
2179
|
* <p>Information about the address range.</p>
|
|
1837
2180
|
*/
|
|
1838
2181
|
ByoipCidr?: ByoipCidr;
|
|
1839
2182
|
}
|
|
2183
|
+
/**
|
|
2184
|
+
* @public
|
|
2185
|
+
*/
|
|
1840
2186
|
export declare enum Affinity {
|
|
1841
2187
|
default = "default",
|
|
1842
2188
|
host = "host"
|
|
1843
2189
|
}
|
|
2190
|
+
/**
|
|
2191
|
+
* @public
|
|
2192
|
+
*/
|
|
1844
2193
|
export interface AllocateAddressRequest {
|
|
1845
2194
|
/**
|
|
1846
2195
|
* <p>Indicates whether the Elastic IP address is for use with instances in a VPC or instances in EC2-Classic.</p>
|
|
@@ -1883,6 +2232,9 @@ export interface AllocateAddressRequest {
|
|
|
1883
2232
|
*/
|
|
1884
2233
|
TagSpecifications?: TagSpecification[];
|
|
1885
2234
|
}
|
|
2235
|
+
/**
|
|
2236
|
+
* @public
|
|
2237
|
+
*/
|
|
1886
2238
|
export interface AllocateAddressResult {
|
|
1887
2239
|
/**
|
|
1888
2240
|
* <p>The Elastic IP address.</p>
|
|
@@ -1920,18 +2272,30 @@ export interface AllocateAddressResult {
|
|
|
1920
2272
|
*/
|
|
1921
2273
|
CarrierIp?: string;
|
|
1922
2274
|
}
|
|
2275
|
+
/**
|
|
2276
|
+
* @public
|
|
2277
|
+
*/
|
|
1923
2278
|
export declare enum AutoPlacement {
|
|
1924
2279
|
off = "off",
|
|
1925
2280
|
on = "on"
|
|
1926
2281
|
}
|
|
2282
|
+
/**
|
|
2283
|
+
* @public
|
|
2284
|
+
*/
|
|
1927
2285
|
export declare enum HostMaintenance {
|
|
1928
2286
|
off = "off",
|
|
1929
2287
|
on = "on"
|
|
1930
2288
|
}
|
|
2289
|
+
/**
|
|
2290
|
+
* @public
|
|
2291
|
+
*/
|
|
1931
2292
|
export declare enum HostRecovery {
|
|
1932
2293
|
off = "off",
|
|
1933
2294
|
on = "on"
|
|
1934
2295
|
}
|
|
2296
|
+
/**
|
|
2297
|
+
* @public
|
|
2298
|
+
*/
|
|
1935
2299
|
export interface AllocateHostsRequest {
|
|
1936
2300
|
/**
|
|
1937
2301
|
* <p>Indicates whether the host accepts any untargeted instance launches that match its
|
|
@@ -1998,6 +2362,7 @@ export interface AllocateHostsRequest {
|
|
|
1998
2362
|
HostMaintenance?: HostMaintenance | string;
|
|
1999
2363
|
}
|
|
2000
2364
|
/**
|
|
2365
|
+
* @public
|
|
2001
2366
|
* <p>Contains the output of AllocateHosts.</p>
|
|
2002
2367
|
*/
|
|
2003
2368
|
export interface AllocateHostsResult {
|
|
@@ -2007,6 +2372,9 @@ export interface AllocateHostsResult {
|
|
|
2007
2372
|
*/
|
|
2008
2373
|
HostIds?: string[];
|
|
2009
2374
|
}
|
|
2375
|
+
/**
|
|
2376
|
+
* @public
|
|
2377
|
+
*/
|
|
2010
2378
|
export interface AllocateIpamPoolCidrRequest {
|
|
2011
2379
|
/**
|
|
2012
2380
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -2061,6 +2429,9 @@ export interface AllocateIpamPoolCidrRequest {
|
|
|
2061
2429
|
*/
|
|
2062
2430
|
DisallowedCidrs?: string[];
|
|
2063
2431
|
}
|
|
2432
|
+
/**
|
|
2433
|
+
* @public
|
|
2434
|
+
*/
|
|
2064
2435
|
export declare enum IpamPoolAllocationResourceType {
|
|
2065
2436
|
custom = "custom",
|
|
2066
2437
|
ec2_public_ipv4_pool = "ec2-public-ipv4-pool",
|
|
@@ -2068,6 +2439,7 @@ export declare enum IpamPoolAllocationResourceType {
|
|
|
2068
2439
|
vpc = "vpc"
|
|
2069
2440
|
}
|
|
2070
2441
|
/**
|
|
2442
|
+
* @public
|
|
2071
2443
|
* <p>In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource.</p>
|
|
2072
2444
|
*/
|
|
2073
2445
|
export interface IpamPoolAllocation {
|
|
@@ -2101,12 +2473,18 @@ export interface IpamPoolAllocation {
|
|
|
2101
2473
|
*/
|
|
2102
2474
|
ResourceOwner?: string;
|
|
2103
2475
|
}
|
|
2476
|
+
/**
|
|
2477
|
+
* @public
|
|
2478
|
+
*/
|
|
2104
2479
|
export interface AllocateIpamPoolCidrResult {
|
|
2105
2480
|
/**
|
|
2106
2481
|
* <p>Information about the allocation created.</p>
|
|
2107
2482
|
*/
|
|
2108
2483
|
IpamPoolAllocation?: IpamPoolAllocation;
|
|
2109
2484
|
}
|
|
2485
|
+
/**
|
|
2486
|
+
* @public
|
|
2487
|
+
*/
|
|
2110
2488
|
export declare enum AllocationState {
|
|
2111
2489
|
available = "available",
|
|
2112
2490
|
pending = "pending",
|
|
@@ -2115,6 +2493,9 @@ export declare enum AllocationState {
|
|
|
2115
2493
|
released_permanent_failure = "released-permanent-failure",
|
|
2116
2494
|
under_assessment = "under-assessment"
|
|
2117
2495
|
}
|
|
2496
|
+
/**
|
|
2497
|
+
* @public
|
|
2498
|
+
*/
|
|
2118
2499
|
export declare enum AllocationStrategy {
|
|
2119
2500
|
CAPACITY_OPTIMIZED = "capacityOptimized",
|
|
2120
2501
|
CAPACITY_OPTIMIZED_PRIORITIZED = "capacityOptimizedPrioritized",
|
|
@@ -2122,10 +2503,14 @@ export declare enum AllocationStrategy {
|
|
|
2122
2503
|
LOWEST_PRICE = "lowestPrice",
|
|
2123
2504
|
PRICE_CAPACITY_OPTIMIZED = "priceCapacityOptimized"
|
|
2124
2505
|
}
|
|
2506
|
+
/**
|
|
2507
|
+
* @public
|
|
2508
|
+
*/
|
|
2125
2509
|
export declare enum AllocationType {
|
|
2126
2510
|
used = "used"
|
|
2127
2511
|
}
|
|
2128
2512
|
/**
|
|
2513
|
+
* @public
|
|
2129
2514
|
* <p>Describes a principal.</p>
|
|
2130
2515
|
*/
|
|
2131
2516
|
export interface AllowedPrincipal {
|
|
@@ -2150,11 +2535,15 @@ export interface AllowedPrincipal {
|
|
|
2150
2535
|
*/
|
|
2151
2536
|
ServiceId?: string;
|
|
2152
2537
|
}
|
|
2538
|
+
/**
|
|
2539
|
+
* @public
|
|
2540
|
+
*/
|
|
2153
2541
|
export declare enum AllowsMultipleInstanceTypes {
|
|
2154
2542
|
off = "off",
|
|
2155
2543
|
on = "on"
|
|
2156
2544
|
}
|
|
2157
2545
|
/**
|
|
2546
|
+
* @public
|
|
2158
2547
|
* <p>Describes an potential intermediate component of a feasible path.</p>
|
|
2159
2548
|
*/
|
|
2160
2549
|
export interface AlternatePathHint {
|
|
@@ -2167,6 +2556,9 @@ export interface AlternatePathHint {
|
|
|
2167
2556
|
*/
|
|
2168
2557
|
ComponentArn?: string;
|
|
2169
2558
|
}
|
|
2559
|
+
/**
|
|
2560
|
+
* @public
|
|
2561
|
+
*/
|
|
2170
2562
|
export interface ApplySecurityGroupsToClientVpnTargetNetworkRequest {
|
|
2171
2563
|
/**
|
|
2172
2564
|
* <p>The ID of the Client VPN endpoint.</p>
|
|
@@ -2186,12 +2578,18 @@ export interface ApplySecurityGroupsToClientVpnTargetNetworkRequest {
|
|
|
2186
2578
|
*/
|
|
2187
2579
|
DryRun?: boolean;
|
|
2188
2580
|
}
|
|
2581
|
+
/**
|
|
2582
|
+
* @public
|
|
2583
|
+
*/
|
|
2189
2584
|
export interface ApplySecurityGroupsToClientVpnTargetNetworkResult {
|
|
2190
2585
|
/**
|
|
2191
2586
|
* <p>The IDs of the applied security groups.</p>
|
|
2192
2587
|
*/
|
|
2193
2588
|
SecurityGroupIds?: string[];
|
|
2194
2589
|
}
|
|
2590
|
+
/**
|
|
2591
|
+
* @public
|
|
2592
|
+
*/
|
|
2195
2593
|
export interface AssignIpv6AddressesRequest {
|
|
2196
2594
|
/**
|
|
2197
2595
|
* <p>The number of additional IPv6 addresses to assign to the network interface.
|
|
@@ -2220,6 +2618,9 @@ export interface AssignIpv6AddressesRequest {
|
|
|
2220
2618
|
*/
|
|
2221
2619
|
NetworkInterfaceId: string | undefined;
|
|
2222
2620
|
}
|
|
2621
|
+
/**
|
|
2622
|
+
* @public
|
|
2623
|
+
*/
|
|
2223
2624
|
export interface AssignIpv6AddressesResult {
|
|
2224
2625
|
/**
|
|
2225
2626
|
* <p>The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses
|
|
@@ -2236,6 +2637,7 @@ export interface AssignIpv6AddressesResult {
|
|
|
2236
2637
|
NetworkInterfaceId?: string;
|
|
2237
2638
|
}
|
|
2238
2639
|
/**
|
|
2640
|
+
* @public
|
|
2239
2641
|
* <p>Contains the parameters for AssignPrivateIpAddresses.</p>
|
|
2240
2642
|
*/
|
|
2241
2643
|
export interface AssignPrivateIpAddressesRequest {
|
|
@@ -2266,6 +2668,7 @@ export interface AssignPrivateIpAddressesRequest {
|
|
|
2266
2668
|
Ipv4PrefixCount?: number;
|
|
2267
2669
|
}
|
|
2268
2670
|
/**
|
|
2671
|
+
* @public
|
|
2269
2672
|
* <p>Describes an IPv4 prefix.</p>
|
|
2270
2673
|
*/
|
|
2271
2674
|
export interface Ipv4PrefixSpecification {
|
|
@@ -2277,6 +2680,7 @@ export interface Ipv4PrefixSpecification {
|
|
|
2277
2680
|
Ipv4Prefix?: string;
|
|
2278
2681
|
}
|
|
2279
2682
|
/**
|
|
2683
|
+
* @public
|
|
2280
2684
|
* <p>Describes the private IP addresses assigned to a network interface.</p>
|
|
2281
2685
|
*/
|
|
2282
2686
|
export interface AssignedPrivateIpAddress {
|
|
@@ -2285,6 +2689,9 @@ export interface AssignedPrivateIpAddress {
|
|
|
2285
2689
|
*/
|
|
2286
2690
|
PrivateIpAddress?: string;
|
|
2287
2691
|
}
|
|
2692
|
+
/**
|
|
2693
|
+
* @public
|
|
2694
|
+
*/
|
|
2288
2695
|
export interface AssignPrivateIpAddressesResult {
|
|
2289
2696
|
/**
|
|
2290
2697
|
* <p>The ID of the network interface.</p>
|
|
@@ -2299,6 +2706,9 @@ export interface AssignPrivateIpAddressesResult {
|
|
|
2299
2706
|
*/
|
|
2300
2707
|
AssignedIpv4Prefixes?: Ipv4PrefixSpecification[];
|
|
2301
2708
|
}
|
|
2709
|
+
/**
|
|
2710
|
+
* @public
|
|
2711
|
+
*/
|
|
2302
2712
|
export interface AssignPrivateNatGatewayAddressRequest {
|
|
2303
2713
|
/**
|
|
2304
2714
|
* <p>The NAT gateway ID.</p>
|
|
@@ -2319,6 +2729,9 @@ export interface AssignPrivateNatGatewayAddressRequest {
|
|
|
2319
2729
|
*/
|
|
2320
2730
|
DryRun?: boolean;
|
|
2321
2731
|
}
|
|
2732
|
+
/**
|
|
2733
|
+
* @public
|
|
2734
|
+
*/
|
|
2322
2735
|
export declare enum NatGatewayAddressStatus {
|
|
2323
2736
|
ASSIGNING = "assigning",
|
|
2324
2737
|
ASSOCIATING = "associating",
|
|
@@ -2328,6 +2741,7 @@ export declare enum NatGatewayAddressStatus {
|
|
|
2328
2741
|
UNASSIGNING = "unassigning"
|
|
2329
2742
|
}
|
|
2330
2743
|
/**
|
|
2744
|
+
* @public
|
|
2331
2745
|
* <p>Describes the IP addresses and network interface associated with a NAT gateway.</p>
|
|
2332
2746
|
*/
|
|
2333
2747
|
export interface NatGatewayAddress {
|
|
@@ -2364,6 +2778,9 @@ export interface NatGatewayAddress {
|
|
|
2364
2778
|
*/
|
|
2365
2779
|
Status?: NatGatewayAddressStatus | string;
|
|
2366
2780
|
}
|
|
2781
|
+
/**
|
|
2782
|
+
* @public
|
|
2783
|
+
*/
|
|
2367
2784
|
export interface AssignPrivateNatGatewayAddressResult {
|
|
2368
2785
|
/**
|
|
2369
2786
|
* <p>The NAT gateway ID.</p>
|
|
@@ -2374,6 +2791,9 @@ export interface AssignPrivateNatGatewayAddressResult {
|
|
|
2374
2791
|
*/
|
|
2375
2792
|
NatGatewayAddresses?: NatGatewayAddress[];
|
|
2376
2793
|
}
|
|
2794
|
+
/**
|
|
2795
|
+
* @public
|
|
2796
|
+
*/
|
|
2377
2797
|
export interface AssociateAddressRequest {
|
|
2378
2798
|
/**
|
|
2379
2799
|
* <p>[EC2-VPC] The allocation ID. This is required for EC2-VPC.</p>
|
|
@@ -2411,12 +2831,18 @@ export interface AssociateAddressRequest {
|
|
|
2411
2831
|
*/
|
|
2412
2832
|
PrivateIpAddress?: string;
|
|
2413
2833
|
}
|
|
2834
|
+
/**
|
|
2835
|
+
* @public
|
|
2836
|
+
*/
|
|
2414
2837
|
export interface AssociateAddressResult {
|
|
2415
2838
|
/**
|
|
2416
2839
|
* <p>[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.</p>
|
|
2417
2840
|
*/
|
|
2418
2841
|
AssociationId?: string;
|
|
2419
2842
|
}
|
|
2843
|
+
/**
|
|
2844
|
+
* @public
|
|
2845
|
+
*/
|
|
2420
2846
|
export interface AssociateClientVpnTargetNetworkRequest {
|
|
2421
2847
|
/**
|
|
2422
2848
|
* <p>The ID of the Client VPN endpoint.</p>
|
|
@@ -2435,6 +2861,9 @@ export interface AssociateClientVpnTargetNetworkRequest {
|
|
|
2435
2861
|
*/
|
|
2436
2862
|
DryRun?: boolean;
|
|
2437
2863
|
}
|
|
2864
|
+
/**
|
|
2865
|
+
* @public
|
|
2866
|
+
*/
|
|
2438
2867
|
export declare enum AssociationStatusCode {
|
|
2439
2868
|
associated = "associated",
|
|
2440
2869
|
associating = "associating",
|
|
@@ -2443,6 +2872,7 @@ export declare enum AssociationStatusCode {
|
|
|
2443
2872
|
disassociating = "disassociating"
|
|
2444
2873
|
}
|
|
2445
2874
|
/**
|
|
2875
|
+
* @public
|
|
2446
2876
|
* <p>Describes the state of a target network association.</p>
|
|
2447
2877
|
*/
|
|
2448
2878
|
export interface AssociationStatus {
|
|
@@ -2455,6 +2885,9 @@ export interface AssociationStatus {
|
|
|
2455
2885
|
*/
|
|
2456
2886
|
Message?: string;
|
|
2457
2887
|
}
|
|
2888
|
+
/**
|
|
2889
|
+
* @public
|
|
2890
|
+
*/
|
|
2458
2891
|
export interface AssociateClientVpnTargetNetworkResult {
|
|
2459
2892
|
/**
|
|
2460
2893
|
* <p>The unique ID of the target network association.</p>
|
|
@@ -2465,6 +2898,9 @@ export interface AssociateClientVpnTargetNetworkResult {
|
|
|
2465
2898
|
*/
|
|
2466
2899
|
Status?: AssociationStatus;
|
|
2467
2900
|
}
|
|
2901
|
+
/**
|
|
2902
|
+
* @public
|
|
2903
|
+
*/
|
|
2468
2904
|
export interface AssociateDhcpOptionsRequest {
|
|
2469
2905
|
/**
|
|
2470
2906
|
* <p>The ID of the DHCP options set, or <code>default</code> to associate
|
|
@@ -2482,6 +2918,9 @@ export interface AssociateDhcpOptionsRequest {
|
|
|
2482
2918
|
*/
|
|
2483
2919
|
DryRun?: boolean;
|
|
2484
2920
|
}
|
|
2921
|
+
/**
|
|
2922
|
+
* @public
|
|
2923
|
+
*/
|
|
2485
2924
|
export interface AssociateEnclaveCertificateIamRoleRequest {
|
|
2486
2925
|
/**
|
|
2487
2926
|
* <p>The ARN of the ACM certificate with which to associate the IAM role.</p>
|
|
@@ -2497,6 +2936,9 @@ export interface AssociateEnclaveCertificateIamRoleRequest {
|
|
|
2497
2936
|
*/
|
|
2498
2937
|
DryRun?: boolean;
|
|
2499
2938
|
}
|
|
2939
|
+
/**
|
|
2940
|
+
* @public
|
|
2941
|
+
*/
|
|
2500
2942
|
export interface AssociateEnclaveCertificateIamRoleResult {
|
|
2501
2943
|
/**
|
|
2502
2944
|
* <p>The name of the Amazon S3 bucket to which the certificate was uploaded.</p>
|
|
@@ -2513,6 +2955,7 @@ export interface AssociateEnclaveCertificateIamRoleResult {
|
|
|
2513
2955
|
EncryptionKmsKeyId?: string;
|
|
2514
2956
|
}
|
|
2515
2957
|
/**
|
|
2958
|
+
* @public
|
|
2516
2959
|
* <p>Describes an IAM instance profile.</p>
|
|
2517
2960
|
*/
|
|
2518
2961
|
export interface IamInstanceProfileSpecification {
|
|
@@ -2525,6 +2968,9 @@ export interface IamInstanceProfileSpecification {
|
|
|
2525
2968
|
*/
|
|
2526
2969
|
Name?: string;
|
|
2527
2970
|
}
|
|
2971
|
+
/**
|
|
2972
|
+
* @public
|
|
2973
|
+
*/
|
|
2528
2974
|
export interface AssociateIamInstanceProfileRequest {
|
|
2529
2975
|
/**
|
|
2530
2976
|
* <p>The IAM instance profile.</p>
|
|
@@ -2536,6 +2982,7 @@ export interface AssociateIamInstanceProfileRequest {
|
|
|
2536
2982
|
InstanceId: string | undefined;
|
|
2537
2983
|
}
|
|
2538
2984
|
/**
|
|
2985
|
+
* @public
|
|
2539
2986
|
* <p>Describes an IAM instance profile.</p>
|
|
2540
2987
|
*/
|
|
2541
2988
|
export interface IamInstanceProfile {
|
|
@@ -2548,6 +2995,9 @@ export interface IamInstanceProfile {
|
|
|
2548
2995
|
*/
|
|
2549
2996
|
Id?: string;
|
|
2550
2997
|
}
|
|
2998
|
+
/**
|
|
2999
|
+
* @public
|
|
3000
|
+
*/
|
|
2551
3001
|
export declare enum IamInstanceProfileAssociationState {
|
|
2552
3002
|
ASSOCIATED = "associated",
|
|
2553
3003
|
ASSOCIATING = "associating",
|
|
@@ -2555,6 +3005,7 @@ export declare enum IamInstanceProfileAssociationState {
|
|
|
2555
3005
|
DISASSOCIATING = "disassociating"
|
|
2556
3006
|
}
|
|
2557
3007
|
/**
|
|
3008
|
+
* @public
|
|
2558
3009
|
* <p>Describes an association between an IAM instance profile and an instance.</p>
|
|
2559
3010
|
*/
|
|
2560
3011
|
export interface IamInstanceProfileAssociation {
|
|
@@ -2579,6 +3030,9 @@ export interface IamInstanceProfileAssociation {
|
|
|
2579
3030
|
*/
|
|
2580
3031
|
Timestamp?: Date;
|
|
2581
3032
|
}
|
|
3033
|
+
/**
|
|
3034
|
+
* @public
|
|
3035
|
+
*/
|
|
2582
3036
|
export interface AssociateIamInstanceProfileResult {
|
|
2583
3037
|
/**
|
|
2584
3038
|
* <p>Information about the IAM instance profile association.</p>
|
|
@@ -2586,6 +3040,7 @@ export interface AssociateIamInstanceProfileResult {
|
|
|
2586
3040
|
IamInstanceProfileAssociation?: IamInstanceProfileAssociation;
|
|
2587
3041
|
}
|
|
2588
3042
|
/**
|
|
3043
|
+
* @public
|
|
2589
3044
|
* <p>One or more targets associated with the specified event window. Only one
|
|
2590
3045
|
* <i>type</i> of target (instance ID, instance tag, or Dedicated Host ID)
|
|
2591
3046
|
* can be associated with an event window.</p>
|
|
@@ -2607,6 +3062,9 @@ export interface InstanceEventWindowAssociationRequest {
|
|
|
2607
3062
|
*/
|
|
2608
3063
|
DedicatedHostIds?: string[];
|
|
2609
3064
|
}
|
|
3065
|
+
/**
|
|
3066
|
+
* @public
|
|
3067
|
+
*/
|
|
2610
3068
|
export interface AssociateInstanceEventWindowRequest {
|
|
2611
3069
|
/**
|
|
2612
3070
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2624,6 +3082,7 @@ export interface AssociateInstanceEventWindowRequest {
|
|
|
2624
3082
|
AssociationTarget: InstanceEventWindowAssociationRequest | undefined;
|
|
2625
3083
|
}
|
|
2626
3084
|
/**
|
|
3085
|
+
* @public
|
|
2627
3086
|
* <p>One or more targets associated with the event window.</p>
|
|
2628
3087
|
*/
|
|
2629
3088
|
export interface InstanceEventWindowAssociationTarget {
|
|
@@ -2641,12 +3100,18 @@ export interface InstanceEventWindowAssociationTarget {
|
|
|
2641
3100
|
*/
|
|
2642
3101
|
DedicatedHostIds?: string[];
|
|
2643
3102
|
}
|
|
3103
|
+
/**
|
|
3104
|
+
* @public
|
|
3105
|
+
*/
|
|
2644
3106
|
export declare enum InstanceEventWindowState {
|
|
2645
3107
|
active = "active",
|
|
2646
3108
|
creating = "creating",
|
|
2647
3109
|
deleted = "deleted",
|
|
2648
3110
|
deleting = "deleting"
|
|
2649
3111
|
}
|
|
3112
|
+
/**
|
|
3113
|
+
* @public
|
|
3114
|
+
*/
|
|
2650
3115
|
export declare enum WeekDay {
|
|
2651
3116
|
friday = "friday",
|
|
2652
3117
|
monday = "monday",
|
|
@@ -2657,6 +3122,7 @@ export declare enum WeekDay {
|
|
|
2657
3122
|
wednesday = "wednesday"
|
|
2658
3123
|
}
|
|
2659
3124
|
/**
|
|
3125
|
+
* @public
|
|
2660
3126
|
* <p>The start day and time and the end day and time of the time range, in UTC.</p>
|
|
2661
3127
|
*/
|
|
2662
3128
|
export interface InstanceEventWindowTimeRange {
|
|
@@ -2678,6 +3144,7 @@ export interface InstanceEventWindowTimeRange {
|
|
|
2678
3144
|
EndHour?: number;
|
|
2679
3145
|
}
|
|
2680
3146
|
/**
|
|
3147
|
+
* @public
|
|
2681
3148
|
* <p>The event window.</p>
|
|
2682
3149
|
*/
|
|
2683
3150
|
export interface InstanceEventWindow {
|
|
@@ -2710,12 +3177,18 @@ export interface InstanceEventWindow {
|
|
|
2710
3177
|
*/
|
|
2711
3178
|
Tags?: Tag[];
|
|
2712
3179
|
}
|
|
3180
|
+
/**
|
|
3181
|
+
* @public
|
|
3182
|
+
*/
|
|
2713
3183
|
export interface AssociateInstanceEventWindowResult {
|
|
2714
3184
|
/**
|
|
2715
3185
|
* <p>Information about the event window.</p>
|
|
2716
3186
|
*/
|
|
2717
3187
|
InstanceEventWindow?: InstanceEventWindow;
|
|
2718
3188
|
}
|
|
3189
|
+
/**
|
|
3190
|
+
* @public
|
|
3191
|
+
*/
|
|
2719
3192
|
export interface AssociateIpamResourceDiscoveryRequest {
|
|
2720
3193
|
/**
|
|
2721
3194
|
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
@@ -2740,10 +3213,16 @@ export interface AssociateIpamResourceDiscoveryRequest {
|
|
|
2740
3213
|
*/
|
|
2741
3214
|
ClientToken?: string;
|
|
2742
3215
|
}
|
|
3216
|
+
/**
|
|
3217
|
+
* @public
|
|
3218
|
+
*/
|
|
2743
3219
|
export declare enum IpamAssociatedResourceDiscoveryStatus {
|
|
2744
3220
|
ACTIVE = "active",
|
|
2745
3221
|
NOT_FOUND = "not-found"
|
|
2746
3222
|
}
|
|
3223
|
+
/**
|
|
3224
|
+
* @public
|
|
3225
|
+
*/
|
|
2747
3226
|
export declare enum IpamResourceDiscoveryAssociationState {
|
|
2748
3227
|
ASSOCIATE_COMPLETE = "associate-complete",
|
|
2749
3228
|
ASSOCIATE_FAILED = "associate-failed",
|
|
@@ -2756,6 +3235,7 @@ export declare enum IpamResourceDiscoveryAssociationState {
|
|
|
2756
3235
|
RESTORE_IN_PROGRESS = "restore-in-progress"
|
|
2757
3236
|
}
|
|
2758
3237
|
/**
|
|
3238
|
+
* @public
|
|
2759
3239
|
* <p>An IPAM resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM. IPAM aggregates the resource CIDRs discovered by the associated resource discovery.</p>
|
|
2760
3240
|
*/
|
|
2761
3241
|
export interface IpamResourceDiscoveryAssociation {
|
|
@@ -2854,12 +3334,18 @@ export interface IpamResourceDiscoveryAssociation {
|
|
|
2854
3334
|
*/
|
|
2855
3335
|
Tags?: Tag[];
|
|
2856
3336
|
}
|
|
3337
|
+
/**
|
|
3338
|
+
* @public
|
|
3339
|
+
*/
|
|
2857
3340
|
export interface AssociateIpamResourceDiscoveryResult {
|
|
2858
3341
|
/**
|
|
2859
3342
|
* <p>A resource discovery association. An associated resource discovery is a resource discovery that has been associated with an IPAM.</p>
|
|
2860
3343
|
*/
|
|
2861
3344
|
IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
|
|
2862
3345
|
}
|
|
3346
|
+
/**
|
|
3347
|
+
* @public
|
|
3348
|
+
*/
|
|
2863
3349
|
export interface AssociateNatGatewayAddressRequest {
|
|
2864
3350
|
/**
|
|
2865
3351
|
* <p>The NAT gateway ID.</p>
|
|
@@ -2880,6 +3366,9 @@ export interface AssociateNatGatewayAddressRequest {
|
|
|
2880
3366
|
*/
|
|
2881
3367
|
DryRun?: boolean;
|
|
2882
3368
|
}
|
|
3369
|
+
/**
|
|
3370
|
+
* @public
|
|
3371
|
+
*/
|
|
2883
3372
|
export interface AssociateNatGatewayAddressResult {
|
|
2884
3373
|
/**
|
|
2885
3374
|
* <p>The NAT gateway ID.</p>
|
|
@@ -2890,6 +3379,9 @@ export interface AssociateNatGatewayAddressResult {
|
|
|
2890
3379
|
*/
|
|
2891
3380
|
NatGatewayAddresses?: NatGatewayAddress[];
|
|
2892
3381
|
}
|
|
3382
|
+
/**
|
|
3383
|
+
* @public
|
|
3384
|
+
*/
|
|
2893
3385
|
export interface AssociateRouteTableRequest {
|
|
2894
3386
|
/**
|
|
2895
3387
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -2910,6 +3402,9 @@ export interface AssociateRouteTableRequest {
|
|
|
2910
3402
|
*/
|
|
2911
3403
|
GatewayId?: string;
|
|
2912
3404
|
}
|
|
3405
|
+
/**
|
|
3406
|
+
* @public
|
|
3407
|
+
*/
|
|
2913
3408
|
export declare enum RouteTableAssociationStateCode {
|
|
2914
3409
|
associated = "associated",
|
|
2915
3410
|
associating = "associating",
|
|
@@ -2918,6 +3413,7 @@ export declare enum RouteTableAssociationStateCode {
|
|
|
2918
3413
|
failed = "failed"
|
|
2919
3414
|
}
|
|
2920
3415
|
/**
|
|
3416
|
+
* @public
|
|
2921
3417
|
* <p>Describes the state of an association between a route table and a subnet or gateway.</p>
|
|
2922
3418
|
*/
|
|
2923
3419
|
export interface RouteTableAssociationState {
|
|
@@ -2930,6 +3426,9 @@ export interface RouteTableAssociationState {
|
|
|
2930
3426
|
*/
|
|
2931
3427
|
StatusMessage?: string;
|
|
2932
3428
|
}
|
|
3429
|
+
/**
|
|
3430
|
+
* @public
|
|
3431
|
+
*/
|
|
2933
3432
|
export interface AssociateRouteTableResult {
|
|
2934
3433
|
/**
|
|
2935
3434
|
* <p>The route table association ID. This ID is required for disassociating the route
|
|
@@ -2941,6 +3440,9 @@ export interface AssociateRouteTableResult {
|
|
|
2941
3440
|
*/
|
|
2942
3441
|
AssociationState?: RouteTableAssociationState;
|
|
2943
3442
|
}
|
|
3443
|
+
/**
|
|
3444
|
+
* @public
|
|
3445
|
+
*/
|
|
2944
3446
|
export interface AssociateSubnetCidrBlockRequest {
|
|
2945
3447
|
/**
|
|
2946
3448
|
* <p>The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix
|
|
@@ -2952,6 +3454,9 @@ export interface AssociateSubnetCidrBlockRequest {
|
|
|
2952
3454
|
*/
|
|
2953
3455
|
SubnetId: string | undefined;
|
|
2954
3456
|
}
|
|
3457
|
+
/**
|
|
3458
|
+
* @public
|
|
3459
|
+
*/
|
|
2955
3460
|
export declare enum SubnetCidrBlockStateCode {
|
|
2956
3461
|
associated = "associated",
|
|
2957
3462
|
associating = "associating",
|
|
@@ -2961,6 +3466,7 @@ export declare enum SubnetCidrBlockStateCode {
|
|
|
2961
3466
|
failing = "failing"
|
|
2962
3467
|
}
|
|
2963
3468
|
/**
|
|
3469
|
+
* @public
|
|
2964
3470
|
* <p>Describes the state of a CIDR block.</p>
|
|
2965
3471
|
*/
|
|
2966
3472
|
export interface SubnetCidrBlockState {
|
|
@@ -2974,6 +3480,7 @@ export interface SubnetCidrBlockState {
|
|
|
2974
3480
|
StatusMessage?: string;
|
|
2975
3481
|
}
|
|
2976
3482
|
/**
|
|
3483
|
+
* @public
|
|
2977
3484
|
* <p>Describes an association between a subnet and an IPv6 CIDR block.</p>
|
|
2978
3485
|
*/
|
|
2979
3486
|
export interface SubnetIpv6CidrBlockAssociation {
|
|
@@ -2990,6 +3497,9 @@ export interface SubnetIpv6CidrBlockAssociation {
|
|
|
2990
3497
|
*/
|
|
2991
3498
|
Ipv6CidrBlockState?: SubnetCidrBlockState;
|
|
2992
3499
|
}
|
|
3500
|
+
/**
|
|
3501
|
+
* @public
|
|
3502
|
+
*/
|
|
2993
3503
|
export interface AssociateSubnetCidrBlockResult {
|
|
2994
3504
|
/**
|
|
2995
3505
|
* <p>Information about the IPv6 association.</p>
|
|
@@ -3000,6 +3510,9 @@ export interface AssociateSubnetCidrBlockResult {
|
|
|
3000
3510
|
*/
|
|
3001
3511
|
SubnetId?: string;
|
|
3002
3512
|
}
|
|
3513
|
+
/**
|
|
3514
|
+
* @public
|
|
3515
|
+
*/
|
|
3003
3516
|
export interface AssociateTransitGatewayMulticastDomainRequest {
|
|
3004
3517
|
/**
|
|
3005
3518
|
* <p>The ID of the transit gateway multicast domain.</p>
|
|
@@ -3020,12 +3533,18 @@ export interface AssociateTransitGatewayMulticastDomainRequest {
|
|
|
3020
3533
|
*/
|
|
3021
3534
|
DryRun?: boolean;
|
|
3022
3535
|
}
|
|
3536
|
+
/**
|
|
3537
|
+
* @public
|
|
3538
|
+
*/
|
|
3023
3539
|
export interface AssociateTransitGatewayMulticastDomainResult {
|
|
3024
3540
|
/**
|
|
3025
3541
|
* <p>Information about the transit gateway multicast domain associations.</p>
|
|
3026
3542
|
*/
|
|
3027
3543
|
Associations?: TransitGatewayMulticastDomainAssociations;
|
|
3028
3544
|
}
|
|
3545
|
+
/**
|
|
3546
|
+
* @public
|
|
3547
|
+
*/
|
|
3029
3548
|
export interface AssociateTransitGatewayPolicyTableRequest {
|
|
3030
3549
|
/**
|
|
3031
3550
|
* <p>The ID of the transit gateway policy table to associate with the transit gateway attachment.</p>
|
|
@@ -3042,6 +3561,9 @@ export interface AssociateTransitGatewayPolicyTableRequest {
|
|
|
3042
3561
|
*/
|
|
3043
3562
|
DryRun?: boolean;
|
|
3044
3563
|
}
|
|
3564
|
+
/**
|
|
3565
|
+
* @public
|
|
3566
|
+
*/
|
|
3045
3567
|
export declare enum TransitGatewayAssociationState {
|
|
3046
3568
|
associated = "associated",
|
|
3047
3569
|
associating = "associating",
|
|
@@ -3049,6 +3571,7 @@ export declare enum TransitGatewayAssociationState {
|
|
|
3049
3571
|
disassociating = "disassociating"
|
|
3050
3572
|
}
|
|
3051
3573
|
/**
|
|
3574
|
+
* @public
|
|
3052
3575
|
* <p>Describes a transit gateway policy table association.</p>
|
|
3053
3576
|
*/
|
|
3054
3577
|
export interface TransitGatewayPolicyTableAssociation {
|
|
@@ -3073,12 +3596,18 @@ export interface TransitGatewayPolicyTableAssociation {
|
|
|
3073
3596
|
*/
|
|
3074
3597
|
State?: TransitGatewayAssociationState | string;
|
|
3075
3598
|
}
|
|
3599
|
+
/**
|
|
3600
|
+
* @public
|
|
3601
|
+
*/
|
|
3076
3602
|
export interface AssociateTransitGatewayPolicyTableResult {
|
|
3077
3603
|
/**
|
|
3078
3604
|
* <p>Describes the association of a transit gateway and a transit gateway policy table.</p>
|
|
3079
3605
|
*/
|
|
3080
3606
|
Association?: TransitGatewayPolicyTableAssociation;
|
|
3081
3607
|
}
|
|
3608
|
+
/**
|
|
3609
|
+
* @public
|
|
3610
|
+
*/
|
|
3082
3611
|
export interface AssociateTransitGatewayRouteTableRequest {
|
|
3083
3612
|
/**
|
|
3084
3613
|
* <p>The ID of the transit gateway route table.</p>
|
|
@@ -3096,6 +3625,7 @@ export interface AssociateTransitGatewayRouteTableRequest {
|
|
|
3096
3625
|
DryRun?: boolean;
|
|
3097
3626
|
}
|
|
3098
3627
|
/**
|
|
3628
|
+
* @public
|
|
3099
3629
|
* <p>Describes an association between a resource attachment and a transit gateway route table.</p>
|
|
3100
3630
|
*/
|
|
3101
3631
|
export interface TransitGatewayAssociation {
|
|
@@ -3120,12 +3650,18 @@ export interface TransitGatewayAssociation {
|
|
|
3120
3650
|
*/
|
|
3121
3651
|
State?: TransitGatewayAssociationState | string;
|
|
3122
3652
|
}
|
|
3653
|
+
/**
|
|
3654
|
+
* @public
|
|
3655
|
+
*/
|
|
3123
3656
|
export interface AssociateTransitGatewayRouteTableResult {
|
|
3124
3657
|
/**
|
|
3125
3658
|
* <p>The ID of the association.</p>
|
|
3126
3659
|
*/
|
|
3127
3660
|
Association?: TransitGatewayAssociation;
|
|
3128
3661
|
}
|
|
3662
|
+
/**
|
|
3663
|
+
* @public
|
|
3664
|
+
*/
|
|
3129
3665
|
export interface AssociateTrunkInterfaceRequest {
|
|
3130
3666
|
/**
|
|
3131
3667
|
* <p>The ID of the branch network interface.</p>
|
|
@@ -3156,11 +3692,15 @@ export interface AssociateTrunkInterfaceRequest {
|
|
|
3156
3692
|
*/
|
|
3157
3693
|
DryRun?: boolean;
|
|
3158
3694
|
}
|
|
3695
|
+
/**
|
|
3696
|
+
* @public
|
|
3697
|
+
*/
|
|
3159
3698
|
export declare enum InterfaceProtocolType {
|
|
3160
3699
|
GRE = "GRE",
|
|
3161
3700
|
VLAN = "VLAN"
|
|
3162
3701
|
}
|
|
3163
3702
|
/**
|
|
3703
|
+
* @public
|
|
3164
3704
|
* <note>
|
|
3165
3705
|
* <p>Currently available in <b>limited preview only</b>.
|
|
3166
3706
|
* If you are interested in using this feature, contact your account manager.</p>
|
|
@@ -3197,6 +3737,9 @@ export interface TrunkInterfaceAssociation {
|
|
|
3197
3737
|
*/
|
|
3198
3738
|
Tags?: Tag[];
|
|
3199
3739
|
}
|
|
3740
|
+
/**
|
|
3741
|
+
* @public
|
|
3742
|
+
*/
|
|
3200
3743
|
export interface AssociateTrunkInterfaceResult {
|
|
3201
3744
|
/**
|
|
3202
3745
|
* <p>Information about the association between the trunk network interface and branch network interface.</p>
|
|
@@ -3209,6 +3752,9 @@ export interface AssociateTrunkInterfaceResult {
|
|
|
3209
3752
|
*/
|
|
3210
3753
|
ClientToken?: string;
|
|
3211
3754
|
}
|
|
3755
|
+
/**
|
|
3756
|
+
* @public
|
|
3757
|
+
*/
|
|
3212
3758
|
export interface AssociateVpcCidrBlockRequest {
|
|
3213
3759
|
/**
|
|
3214
3760
|
* <p>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.</p>
|
|
@@ -3256,6 +3802,9 @@ export interface AssociateVpcCidrBlockRequest {
|
|
|
3256
3802
|
*/
|
|
3257
3803
|
Ipv6NetmaskLength?: number;
|
|
3258
3804
|
}
|
|
3805
|
+
/**
|
|
3806
|
+
* @public
|
|
3807
|
+
*/
|
|
3259
3808
|
export declare enum VpcCidrBlockStateCode {
|
|
3260
3809
|
associated = "associated",
|
|
3261
3810
|
associating = "associating",
|
|
@@ -3265,6 +3814,7 @@ export declare enum VpcCidrBlockStateCode {
|
|
|
3265
3814
|
failing = "failing"
|
|
3266
3815
|
}
|
|
3267
3816
|
/**
|
|
3817
|
+
* @public
|
|
3268
3818
|
* <p>Describes the state of a CIDR block.</p>
|
|
3269
3819
|
*/
|
|
3270
3820
|
export interface VpcCidrBlockState {
|
|
@@ -3278,6 +3828,7 @@ export interface VpcCidrBlockState {
|
|
|
3278
3828
|
StatusMessage?: string;
|
|
3279
3829
|
}
|
|
3280
3830
|
/**
|
|
3831
|
+
* @public
|
|
3281
3832
|
* <p>Describes an IPv4 CIDR block associated with a VPC.</p>
|
|
3282
3833
|
*/
|
|
3283
3834
|
export interface VpcCidrBlockAssociation {
|
|
@@ -3295,6 +3846,7 @@ export interface VpcCidrBlockAssociation {
|
|
|
3295
3846
|
CidrBlockState?: VpcCidrBlockState;
|
|
3296
3847
|
}
|
|
3297
3848
|
/**
|
|
3849
|
+
* @public
|
|
3298
3850
|
* <p>Describes an IPv6 CIDR block associated with a VPC.</p>
|
|
3299
3851
|
*/
|
|
3300
3852
|
export interface VpcIpv6CidrBlockAssociation {
|
|
@@ -3320,6 +3872,9 @@ export interface VpcIpv6CidrBlockAssociation {
|
|
|
3320
3872
|
*/
|
|
3321
3873
|
Ipv6Pool?: string;
|
|
3322
3874
|
}
|
|
3875
|
+
/**
|
|
3876
|
+
* @public
|
|
3877
|
+
*/
|
|
3323
3878
|
export interface AssociateVpcCidrBlockResult {
|
|
3324
3879
|
/**
|
|
3325
3880
|
* <p>Information about the IPv6 CIDR block association.</p>
|
|
@@ -3334,6 +3889,9 @@ export interface AssociateVpcCidrBlockResult {
|
|
|
3334
3889
|
*/
|
|
3335
3890
|
VpcId?: string;
|
|
3336
3891
|
}
|
|
3892
|
+
/**
|
|
3893
|
+
* @public
|
|
3894
|
+
*/
|
|
3337
3895
|
export interface AttachClassicLinkVpcRequest {
|
|
3338
3896
|
/**
|
|
3339
3897
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3354,12 +3912,18 @@ export interface AttachClassicLinkVpcRequest {
|
|
|
3354
3912
|
*/
|
|
3355
3913
|
VpcId: string | undefined;
|
|
3356
3914
|
}
|
|
3915
|
+
/**
|
|
3916
|
+
* @public
|
|
3917
|
+
*/
|
|
3357
3918
|
export interface AttachClassicLinkVpcResult {
|
|
3358
3919
|
/**
|
|
3359
3920
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
3360
3921
|
*/
|
|
3361
3922
|
Return?: boolean;
|
|
3362
3923
|
}
|
|
3924
|
+
/**
|
|
3925
|
+
* @public
|
|
3926
|
+
*/
|
|
3363
3927
|
export interface AttachInternetGatewayRequest {
|
|
3364
3928
|
/**
|
|
3365
3929
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3377,6 +3941,7 @@ export interface AttachInternetGatewayRequest {
|
|
|
3377
3941
|
VpcId: string | undefined;
|
|
3378
3942
|
}
|
|
3379
3943
|
/**
|
|
3944
|
+
* @public
|
|
3380
3945
|
* <p>ENA Express is compatible with both TCP and UDP transport protocols. When it’s enabled, TCP traffic
|
|
3381
3946
|
* automatically uses it. However, some UDP-based applications are designed to handle network packets that are
|
|
3382
3947
|
* out of order, without a need for retransmission, such as live video broadcasting or other near-real-time
|
|
@@ -3390,6 +3955,7 @@ export interface EnaSrdUdpSpecification {
|
|
|
3390
3955
|
EnaSrdUdpEnabled?: boolean;
|
|
3391
3956
|
}
|
|
3392
3957
|
/**
|
|
3958
|
+
* @public
|
|
3393
3959
|
* <p>ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the
|
|
3394
3960
|
* maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances.
|
|
3395
3961
|
* With ENA Express, you can communicate between two EC2 instances in the same subnet within the same
|
|
@@ -3410,6 +3976,7 @@ export interface EnaSrdSpecification {
|
|
|
3410
3976
|
EnaSrdUdpSpecification?: EnaSrdUdpSpecification;
|
|
3411
3977
|
}
|
|
3412
3978
|
/**
|
|
3979
|
+
* @public
|
|
3413
3980
|
* <p>Contains the parameters for AttachNetworkInterface.</p>
|
|
3414
3981
|
*/
|
|
3415
3982
|
export interface AttachNetworkInterfaceRequest {
|
|
@@ -3443,6 +4010,7 @@ export interface AttachNetworkInterfaceRequest {
|
|
|
3443
4010
|
EnaSrdSpecification?: EnaSrdSpecification;
|
|
3444
4011
|
}
|
|
3445
4012
|
/**
|
|
4013
|
+
* @public
|
|
3446
4014
|
* <p>Contains the output of AttachNetworkInterface.</p>
|
|
3447
4015
|
*/
|
|
3448
4016
|
export interface AttachNetworkInterfaceResult {
|
|
@@ -3455,6 +4023,9 @@ export interface AttachNetworkInterfaceResult {
|
|
|
3455
4023
|
*/
|
|
3456
4024
|
NetworkCardIndex?: number;
|
|
3457
4025
|
}
|
|
4026
|
+
/**
|
|
4027
|
+
* @public
|
|
4028
|
+
*/
|
|
3458
4029
|
export interface AttachVerifiedAccessTrustProviderRequest {
|
|
3459
4030
|
/**
|
|
3460
4031
|
* <p>The ID of the Amazon Web Services Verified Access instance.</p>
|
|
@@ -3476,19 +4047,29 @@ export interface AttachVerifiedAccessTrustProviderRequest {
|
|
|
3476
4047
|
*/
|
|
3477
4048
|
DryRun?: boolean;
|
|
3478
4049
|
}
|
|
4050
|
+
/**
|
|
4051
|
+
* @public
|
|
4052
|
+
*/
|
|
3479
4053
|
export declare enum DeviceTrustProviderType {
|
|
3480
4054
|
crowdstrike = "crowdstrike",
|
|
3481
4055
|
jamf = "jamf"
|
|
3482
4056
|
}
|
|
4057
|
+
/**
|
|
4058
|
+
* @public
|
|
4059
|
+
*/
|
|
3483
4060
|
export declare enum TrustProviderType {
|
|
3484
4061
|
device = "device",
|
|
3485
4062
|
user = "user"
|
|
3486
4063
|
}
|
|
4064
|
+
/**
|
|
4065
|
+
* @public
|
|
4066
|
+
*/
|
|
3487
4067
|
export declare enum UserTrustProviderType {
|
|
3488
4068
|
iam_identity_center = "iam-identity-center",
|
|
3489
4069
|
oidc = "oidc"
|
|
3490
4070
|
}
|
|
3491
4071
|
/**
|
|
4072
|
+
* @public
|
|
3492
4073
|
* <p>Condensed information about a trust provider.</p>
|
|
3493
4074
|
*/
|
|
3494
4075
|
export interface VerifiedAccessTrustProviderCondensed {
|
|
@@ -3514,6 +4095,7 @@ export interface VerifiedAccessTrustProviderCondensed {
|
|
|
3514
4095
|
DeviceTrustProviderType?: DeviceTrustProviderType | string;
|
|
3515
4096
|
}
|
|
3516
4097
|
/**
|
|
4098
|
+
* @public
|
|
3517
4099
|
* <p>Describes a Verified Access instance.</p>
|
|
3518
4100
|
*/
|
|
3519
4101
|
export interface VerifiedAccessInstance {
|
|
@@ -3543,6 +4125,7 @@ export interface VerifiedAccessInstance {
|
|
|
3543
4125
|
Tags?: Tag[];
|
|
3544
4126
|
}
|
|
3545
4127
|
/**
|
|
4128
|
+
* @public
|
|
3546
4129
|
* <p>Options for an Amazon Web Services Verified Access device-identity based trust provider.</p>
|
|
3547
4130
|
*/
|
|
3548
4131
|
export interface DeviceOptions {
|
|
@@ -3552,6 +4135,7 @@ export interface DeviceOptions {
|
|
|
3552
4135
|
TenantId?: string;
|
|
3553
4136
|
}
|
|
3554
4137
|
/**
|
|
4138
|
+
* @public
|
|
3555
4139
|
* <p>Options for OIDC-based, user-identity type trust provider.</p>
|
|
3556
4140
|
*/
|
|
3557
4141
|
export interface OidcOptions {
|
|
@@ -3585,6 +4169,7 @@ export interface OidcOptions {
|
|
|
3585
4169
|
Scope?: string;
|
|
3586
4170
|
}
|
|
3587
4171
|
/**
|
|
4172
|
+
* @public
|
|
3588
4173
|
* <p>Describes a Verified Access trust provider.</p>
|
|
3589
4174
|
*/
|
|
3590
4175
|
export interface VerifiedAccessTrustProvider {
|
|
@@ -3633,6 +4218,9 @@ export interface VerifiedAccessTrustProvider {
|
|
|
3633
4218
|
*/
|
|
3634
4219
|
Tags?: Tag[];
|
|
3635
4220
|
}
|
|
4221
|
+
/**
|
|
4222
|
+
* @public
|
|
4223
|
+
*/
|
|
3636
4224
|
export interface AttachVerifiedAccessTrustProviderResult {
|
|
3637
4225
|
/**
|
|
3638
4226
|
* <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
|
|
@@ -3643,6 +4231,9 @@ export interface AttachVerifiedAccessTrustProviderResult {
|
|
|
3643
4231
|
*/
|
|
3644
4232
|
VerifiedAccessInstance?: VerifiedAccessInstance;
|
|
3645
4233
|
}
|
|
4234
|
+
/**
|
|
4235
|
+
* @public
|
|
4236
|
+
*/
|
|
3646
4237
|
export interface AttachVolumeRequest {
|
|
3647
4238
|
/**
|
|
3648
4239
|
* <p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
@@ -3664,6 +4255,9 @@ export interface AttachVolumeRequest {
|
|
|
3664
4255
|
*/
|
|
3665
4256
|
DryRun?: boolean;
|
|
3666
4257
|
}
|
|
4258
|
+
/**
|
|
4259
|
+
* @public
|
|
4260
|
+
*/
|
|
3667
4261
|
export declare enum VolumeAttachmentState {
|
|
3668
4262
|
attached = "attached",
|
|
3669
4263
|
attaching = "attaching",
|
|
@@ -3672,6 +4266,7 @@ export declare enum VolumeAttachmentState {
|
|
|
3672
4266
|
detaching = "detaching"
|
|
3673
4267
|
}
|
|
3674
4268
|
/**
|
|
4269
|
+
* @public
|
|
3675
4270
|
* <p>Describes volume attachment details.</p>
|
|
3676
4271
|
*/
|
|
3677
4272
|
export interface VolumeAttachment {
|
|
@@ -3701,6 +4296,7 @@ export interface VolumeAttachment {
|
|
|
3701
4296
|
DeleteOnTermination?: boolean;
|
|
3702
4297
|
}
|
|
3703
4298
|
/**
|
|
4299
|
+
* @public
|
|
3704
4300
|
* <p>Contains the parameters for AttachVpnGateway.</p>
|
|
3705
4301
|
*/
|
|
3706
4302
|
export interface AttachVpnGatewayRequest {
|
|
@@ -3720,6 +4316,9 @@ export interface AttachVpnGatewayRequest {
|
|
|
3720
4316
|
*/
|
|
3721
4317
|
DryRun?: boolean;
|
|
3722
4318
|
}
|
|
4319
|
+
/**
|
|
4320
|
+
* @public
|
|
4321
|
+
*/
|
|
3723
4322
|
export declare enum AttachmentStatus {
|
|
3724
4323
|
attached = "attached",
|
|
3725
4324
|
attaching = "attaching",
|
|
@@ -3727,6 +4326,7 @@ export declare enum AttachmentStatus {
|
|
|
3727
4326
|
detaching = "detaching"
|
|
3728
4327
|
}
|
|
3729
4328
|
/**
|
|
4329
|
+
* @public
|
|
3730
4330
|
* <p>Describes an attachment between a virtual private gateway and a VPC.</p>
|
|
3731
4331
|
*/
|
|
3732
4332
|
export interface VpcAttachment {
|
|
@@ -3740,6 +4340,7 @@ export interface VpcAttachment {
|
|
|
3740
4340
|
VpcId?: string;
|
|
3741
4341
|
}
|
|
3742
4342
|
/**
|
|
4343
|
+
* @public
|
|
3743
4344
|
* <p>Contains the output of AttachVpnGateway.</p>
|
|
3744
4345
|
*/
|
|
3745
4346
|
export interface AttachVpnGatewayResult {
|
|
@@ -3748,6 +4349,9 @@ export interface AttachVpnGatewayResult {
|
|
|
3748
4349
|
*/
|
|
3749
4350
|
VpcAttachment?: VpcAttachment;
|
|
3750
4351
|
}
|
|
4352
|
+
/**
|
|
4353
|
+
* @public
|
|
4354
|
+
*/
|
|
3751
4355
|
export interface AuthorizeClientVpnIngressRequest {
|
|
3752
4356
|
/**
|
|
3753
4357
|
* <p>The ID of the Client VPN endpoint.</p>
|
|
@@ -3780,6 +4384,9 @@ export interface AuthorizeClientVpnIngressRequest {
|
|
|
3780
4384
|
*/
|
|
3781
4385
|
DryRun?: boolean;
|
|
3782
4386
|
}
|
|
4387
|
+
/**
|
|
4388
|
+
* @public
|
|
4389
|
+
*/
|
|
3783
4390
|
export declare enum ClientVpnAuthorizationRuleStatusCode {
|
|
3784
4391
|
active = "active",
|
|
3785
4392
|
authorizing = "authorizing",
|
|
@@ -3787,6 +4394,7 @@ export declare enum ClientVpnAuthorizationRuleStatusCode {
|
|
|
3787
4394
|
revoking = "revoking"
|
|
3788
4395
|
}
|
|
3789
4396
|
/**
|
|
4397
|
+
* @public
|
|
3790
4398
|
* <p>Describes the state of an authorization rule.</p>
|
|
3791
4399
|
*/
|
|
3792
4400
|
export interface ClientVpnAuthorizationRuleStatus {
|
|
@@ -3799,6 +4407,9 @@ export interface ClientVpnAuthorizationRuleStatus {
|
|
|
3799
4407
|
*/
|
|
3800
4408
|
Message?: string;
|
|
3801
4409
|
}
|
|
4410
|
+
/**
|
|
4411
|
+
* @public
|
|
4412
|
+
*/
|
|
3802
4413
|
export interface AuthorizeClientVpnIngressResult {
|
|
3803
4414
|
/**
|
|
3804
4415
|
* <p>The current state of the authorization rule.</p>
|
|
@@ -3806,6 +4417,7 @@ export interface AuthorizeClientVpnIngressResult {
|
|
|
3806
4417
|
Status?: ClientVpnAuthorizationRuleStatus;
|
|
3807
4418
|
}
|
|
3808
4419
|
/**
|
|
4420
|
+
* @public
|
|
3809
4421
|
* <p>Describes an IPv4 range.</p>
|
|
3810
4422
|
*/
|
|
3811
4423
|
export interface IpRange {
|
|
@@ -3817,11 +4429,12 @@ export interface IpRange {
|
|
|
3817
4429
|
/**
|
|
3818
4430
|
* <p>A description for the security group rule that references this IPv4 address range.</p>
|
|
3819
4431
|
* <p>Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9,
|
|
3820
|
-
* spaces, and ._-:/()#,@[]
|
|
4432
|
+
* spaces, and ._-:/()#,@[]+=&;\{\}!$*</p>
|
|
3821
4433
|
*/
|
|
3822
4434
|
Description?: string;
|
|
3823
4435
|
}
|
|
3824
4436
|
/**
|
|
4437
|
+
* @public
|
|
3825
4438
|
* <p>[EC2-VPC only] Describes an IPv6 range.</p>
|
|
3826
4439
|
*/
|
|
3827
4440
|
export interface Ipv6Range {
|
|
@@ -3833,18 +4446,19 @@ export interface Ipv6Range {
|
|
|
3833
4446
|
/**
|
|
3834
4447
|
* <p>A description for the security group rule that references this IPv6 address range.</p>
|
|
3835
4448
|
* <p>Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9,
|
|
3836
|
-
* spaces, and ._-:/()#,@[]
|
|
4449
|
+
* spaces, and ._-:/()#,@[]+=&;\{\}!$*</p>
|
|
3837
4450
|
*/
|
|
3838
4451
|
Description?: string;
|
|
3839
4452
|
}
|
|
3840
4453
|
/**
|
|
4454
|
+
* @public
|
|
3841
4455
|
* <p>Describes a prefix list ID.</p>
|
|
3842
4456
|
*/
|
|
3843
4457
|
export interface PrefixListId {
|
|
3844
4458
|
/**
|
|
3845
4459
|
* <p>A description for the security group rule that references this prefix list ID.</p>
|
|
3846
4460
|
* <p>Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9,
|
|
3847
|
-
* spaces, and ._-:/()#,@[]
|
|
4461
|
+
* spaces, and ._-:/()#,@[]+=;\{\}!$*</p>
|
|
3848
4462
|
*/
|
|
3849
4463
|
Description?: string;
|
|
3850
4464
|
/**
|
|
@@ -3853,6 +4467,7 @@ export interface PrefixListId {
|
|
|
3853
4467
|
PrefixListId?: string;
|
|
3854
4468
|
}
|
|
3855
4469
|
/**
|
|
4470
|
+
* @public
|
|
3856
4471
|
* <p>Describes a security group and Amazon Web Services account ID pair.</p>
|
|
3857
4472
|
* <note>
|
|
3858
4473
|
* <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
@@ -3863,7 +4478,7 @@ export interface UserIdGroupPair {
|
|
|
3863
4478
|
* <p>A description for the security group rule that references this user ID group
|
|
3864
4479
|
* pair.</p>
|
|
3865
4480
|
* <p>Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9,
|
|
3866
|
-
* spaces, and ._-:/()#,@[]
|
|
4481
|
+
* spaces, and ._-:/()#,@[]+=;\{\}!$*</p>
|
|
3867
4482
|
*/
|
|
3868
4483
|
Description?: string;
|
|
3869
4484
|
/**
|
|
@@ -3901,6 +4516,7 @@ export interface UserIdGroupPair {
|
|
|
3901
4516
|
VpcPeeringConnectionId?: string;
|
|
3902
4517
|
}
|
|
3903
4518
|
/**
|
|
4519
|
+
* @public
|
|
3904
4520
|
* <p>Describes a set of permissions for a security group rule.</p>
|
|
3905
4521
|
*/
|
|
3906
4522
|
export interface IpPermission {
|
|
@@ -3944,6 +4560,9 @@ export interface IpPermission {
|
|
|
3944
4560
|
*/
|
|
3945
4561
|
UserIdGroupPairs?: UserIdGroupPair[];
|
|
3946
4562
|
}
|
|
4563
|
+
/**
|
|
4564
|
+
* @public
|
|
4565
|
+
*/
|
|
3947
4566
|
export interface AuthorizeSecurityGroupEgressRequest {
|
|
3948
4567
|
/**
|
|
3949
4568
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -3993,6 +4612,7 @@ export interface AuthorizeSecurityGroupEgressRequest {
|
|
|
3993
4612
|
SourceSecurityGroupOwnerId?: string;
|
|
3994
4613
|
}
|
|
3995
4614
|
/**
|
|
4615
|
+
* @public
|
|
3996
4616
|
* <p> Describes the security group that is referenced in the security group rule.</p>
|
|
3997
4617
|
*/
|
|
3998
4618
|
export interface ReferencedSecurityGroup {
|
|
@@ -4018,6 +4638,7 @@ export interface ReferencedSecurityGroup {
|
|
|
4018
4638
|
VpcPeeringConnectionId?: string;
|
|
4019
4639
|
}
|
|
4020
4640
|
/**
|
|
4641
|
+
* @public
|
|
4021
4642
|
* <p>Describes a security group rule.</p>
|
|
4022
4643
|
*/
|
|
4023
4644
|
export interface SecurityGroupRule {
|
|
@@ -4080,6 +4701,9 @@ export interface SecurityGroupRule {
|
|
|
4080
4701
|
*/
|
|
4081
4702
|
Tags?: Tag[];
|
|
4082
4703
|
}
|
|
4704
|
+
/**
|
|
4705
|
+
* @public
|
|
4706
|
+
*/
|
|
4083
4707
|
export interface AuthorizeSecurityGroupEgressResult {
|
|
4084
4708
|
/**
|
|
4085
4709
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
@@ -4090,6 +4714,9 @@ export interface AuthorizeSecurityGroupEgressResult {
|
|
|
4090
4714
|
*/
|
|
4091
4715
|
SecurityGroupRules?: SecurityGroupRule[];
|
|
4092
4716
|
}
|
|
4717
|
+
/**
|
|
4718
|
+
* @public
|
|
4719
|
+
*/
|
|
4093
4720
|
export interface AuthorizeSecurityGroupIngressRequest {
|
|
4094
4721
|
/**
|
|
4095
4722
|
* <p>The IPv4 address range, in CIDR format. You can't specify this parameter when specifying a source
|
|
@@ -4163,6 +4790,9 @@ export interface AuthorizeSecurityGroupIngressRequest {
|
|
|
4163
4790
|
*/
|
|
4164
4791
|
TagSpecifications?: TagSpecification[];
|
|
4165
4792
|
}
|
|
4793
|
+
/**
|
|
4794
|
+
* @public
|
|
4795
|
+
*/
|
|
4166
4796
|
export interface AuthorizeSecurityGroupIngressResult {
|
|
4167
4797
|
/**
|
|
4168
4798
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
|
|
@@ -4174,6 +4804,7 @@ export interface AuthorizeSecurityGroupIngressResult {
|
|
|
4174
4804
|
SecurityGroupRules?: SecurityGroupRule[];
|
|
4175
4805
|
}
|
|
4176
4806
|
/**
|
|
4807
|
+
* @public
|
|
4177
4808
|
* <p>Describes the storage parameters for Amazon S3 and Amazon S3 buckets for an instance store-backed AMI.</p>
|
|
4178
4809
|
*/
|
|
4179
4810
|
export interface S3Storage {
|
|
@@ -4202,6 +4833,7 @@ export interface S3Storage {
|
|
|
4202
4833
|
UploadPolicySignature?: string;
|
|
4203
4834
|
}
|
|
4204
4835
|
/**
|
|
4836
|
+
* @public
|
|
4205
4837
|
* <p>Describes the storage location for an instance store-backed AMI.</p>
|
|
4206
4838
|
*/
|
|
4207
4839
|
export interface Storage {
|
|
@@ -4211,6 +4843,7 @@ export interface Storage {
|
|
|
4211
4843
|
S3?: S3Storage;
|
|
4212
4844
|
}
|
|
4213
4845
|
/**
|
|
4846
|
+
* @public
|
|
4214
4847
|
* <p>Contains the parameters for BundleInstance.</p>
|
|
4215
4848
|
*/
|
|
4216
4849
|
export interface BundleInstanceRequest {
|
|
@@ -4233,6 +4866,7 @@ export interface BundleInstanceRequest {
|
|
|
4233
4866
|
DryRun?: boolean;
|
|
4234
4867
|
}
|
|
4235
4868
|
/**
|
|
4869
|
+
* @public
|
|
4236
4870
|
* <p>Describes an error for <a>BundleInstance</a>.</p>
|
|
4237
4871
|
*/
|
|
4238
4872
|
export interface BundleTaskError {
|
|
@@ -4245,6 +4879,9 @@ export interface BundleTaskError {
|
|
|
4245
4879
|
*/
|
|
4246
4880
|
Message?: string;
|
|
4247
4881
|
}
|
|
4882
|
+
/**
|
|
4883
|
+
* @public
|
|
4884
|
+
*/
|
|
4248
4885
|
export declare enum BundleTaskState {
|
|
4249
4886
|
bundling = "bundling",
|
|
4250
4887
|
cancelling = "cancelling",
|
|
@@ -4255,6 +4892,7 @@ export declare enum BundleTaskState {
|
|
|
4255
4892
|
waiting_for_shutdown = "waiting-for-shutdown"
|
|
4256
4893
|
}
|
|
4257
4894
|
/**
|
|
4895
|
+
* @public
|
|
4258
4896
|
* <p>Describes a bundle task.</p>
|
|
4259
4897
|
*/
|
|
4260
4898
|
export interface BundleTask {
|
|
@@ -4292,6 +4930,7 @@ export interface BundleTask {
|
|
|
4292
4930
|
UpdateTime?: Date;
|
|
4293
4931
|
}
|
|
4294
4932
|
/**
|
|
4933
|
+
* @public
|
|
4295
4934
|
* <p>Contains the output of BundleInstance.</p>
|
|
4296
4935
|
*/
|
|
4297
4936
|
export interface BundleInstanceResult {
|
|
@@ -4301,6 +4940,7 @@ export interface BundleInstanceResult {
|
|
|
4301
4940
|
BundleTask?: BundleTask;
|
|
4302
4941
|
}
|
|
4303
4942
|
/**
|
|
4943
|
+
* @public
|
|
4304
4944
|
* <p>Contains the parameters for CancelBundleTask.</p>
|
|
4305
4945
|
*/
|
|
4306
4946
|
export interface CancelBundleTaskRequest {
|
|
@@ -4316,6 +4956,7 @@ export interface CancelBundleTaskRequest {
|
|
|
4316
4956
|
DryRun?: boolean;
|
|
4317
4957
|
}
|
|
4318
4958
|
/**
|
|
4959
|
+
* @public
|
|
4319
4960
|
* <p>Contains the output of CancelBundleTask.</p>
|
|
4320
4961
|
*/
|
|
4321
4962
|
export interface CancelBundleTaskResult {
|
|
@@ -4324,6 +4965,9 @@ export interface CancelBundleTaskResult {
|
|
|
4324
4965
|
*/
|
|
4325
4966
|
BundleTask?: BundleTask;
|
|
4326
4967
|
}
|
|
4968
|
+
/**
|
|
4969
|
+
* @public
|
|
4970
|
+
*/
|
|
4327
4971
|
export interface CancelCapacityReservationRequest {
|
|
4328
4972
|
/**
|
|
4329
4973
|
* <p>The ID of the Capacity Reservation to be cancelled.</p>
|
|
@@ -4334,12 +4978,18 @@ export interface CancelCapacityReservationRequest {
|
|
|
4334
4978
|
*/
|
|
4335
4979
|
DryRun?: boolean;
|
|
4336
4980
|
}
|
|
4981
|
+
/**
|
|
4982
|
+
* @public
|
|
4983
|
+
*/
|
|
4337
4984
|
export interface CancelCapacityReservationResult {
|
|
4338
4985
|
/**
|
|
4339
4986
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
4340
4987
|
*/
|
|
4341
4988
|
Return?: boolean;
|
|
4342
4989
|
}
|
|
4990
|
+
/**
|
|
4991
|
+
* @public
|
|
4992
|
+
*/
|
|
4343
4993
|
export interface CancelCapacityReservationFleetsRequest {
|
|
4344
4994
|
/**
|
|
4345
4995
|
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
@@ -4351,6 +5001,7 @@ export interface CancelCapacityReservationFleetsRequest {
|
|
|
4351
5001
|
CapacityReservationFleetIds: string[] | undefined;
|
|
4352
5002
|
}
|
|
4353
5003
|
/**
|
|
5004
|
+
* @public
|
|
4354
5005
|
* <p>Describes a Capacity Reservation Fleet cancellation error.</p>
|
|
4355
5006
|
*/
|
|
4356
5007
|
export interface CancelCapacityReservationFleetError {
|
|
@@ -4364,6 +5015,7 @@ export interface CancelCapacityReservationFleetError {
|
|
|
4364
5015
|
Message?: string;
|
|
4365
5016
|
}
|
|
4366
5017
|
/**
|
|
5018
|
+
* @public
|
|
4367
5019
|
* <p>Describes a Capacity Reservation Fleet that could not be cancelled.</p>
|
|
4368
5020
|
*/
|
|
4369
5021
|
export interface FailedCapacityReservationFleetCancellationResult {
|
|
@@ -4376,6 +5028,9 @@ export interface FailedCapacityReservationFleetCancellationResult {
|
|
|
4376
5028
|
*/
|
|
4377
5029
|
CancelCapacityReservationFleetError?: CancelCapacityReservationFleetError;
|
|
4378
5030
|
}
|
|
5031
|
+
/**
|
|
5032
|
+
* @public
|
|
5033
|
+
*/
|
|
4379
5034
|
export declare enum CapacityReservationFleetState {
|
|
4380
5035
|
ACTIVE = "active",
|
|
4381
5036
|
CANCELLED = "cancelled",
|
|
@@ -4388,6 +5043,7 @@ export declare enum CapacityReservationFleetState {
|
|
|
4388
5043
|
SUBMITTED = "submitted"
|
|
4389
5044
|
}
|
|
4390
5045
|
/**
|
|
5046
|
+
* @public
|
|
4391
5047
|
* <p>Describes a Capacity Reservation Fleet that was successfully cancelled.</p>
|
|
4392
5048
|
*/
|
|
4393
5049
|
export interface CapacityReservationFleetCancellationState {
|
|
@@ -4404,6 +5060,9 @@ export interface CapacityReservationFleetCancellationState {
|
|
|
4404
5060
|
*/
|
|
4405
5061
|
CapacityReservationFleetId?: string;
|
|
4406
5062
|
}
|
|
5063
|
+
/**
|
|
5064
|
+
* @public
|
|
5065
|
+
*/
|
|
4407
5066
|
export interface CancelCapacityReservationFleetsResult {
|
|
4408
5067
|
/**
|
|
4409
5068
|
* <p>Information about the Capacity Reservation Fleets that were successfully cancelled.</p>
|
|
@@ -4414,6 +5073,9 @@ export interface CancelCapacityReservationFleetsResult {
|
|
|
4414
5073
|
*/
|
|
4415
5074
|
FailedFleetCancellations?: FailedCapacityReservationFleetCancellationResult[];
|
|
4416
5075
|
}
|
|
5076
|
+
/**
|
|
5077
|
+
* @public
|
|
5078
|
+
*/
|
|
4417
5079
|
export interface CancelConversionRequest {
|
|
4418
5080
|
/**
|
|
4419
5081
|
* <p>The ID of the conversion task.</p>
|
|
@@ -4430,12 +5092,18 @@ export interface CancelConversionRequest {
|
|
|
4430
5092
|
*/
|
|
4431
5093
|
ReasonMessage?: string;
|
|
4432
5094
|
}
|
|
5095
|
+
/**
|
|
5096
|
+
* @public
|
|
5097
|
+
*/
|
|
4433
5098
|
export interface CancelExportTaskRequest {
|
|
4434
5099
|
/**
|
|
4435
5100
|
* <p>The ID of the export task. This is the ID returned by <code>CreateInstanceExportTask</code>.</p>
|
|
4436
5101
|
*/
|
|
4437
5102
|
ExportTaskId: string | undefined;
|
|
4438
5103
|
}
|
|
5104
|
+
/**
|
|
5105
|
+
* @public
|
|
5106
|
+
*/
|
|
4439
5107
|
export interface CancelImageLaunchPermissionRequest {
|
|
4440
5108
|
/**
|
|
4441
5109
|
* <p>The ID of the AMI that was shared with your Amazon Web Services account.</p>
|
|
@@ -4448,12 +5116,18 @@ export interface CancelImageLaunchPermissionRequest {
|
|
|
4448
5116
|
*/
|
|
4449
5117
|
DryRun?: boolean;
|
|
4450
5118
|
}
|
|
5119
|
+
/**
|
|
5120
|
+
* @public
|
|
5121
|
+
*/
|
|
4451
5122
|
export interface CancelImageLaunchPermissionResult {
|
|
4452
5123
|
/**
|
|
4453
5124
|
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
4454
5125
|
*/
|
|
4455
5126
|
Return?: boolean;
|
|
4456
5127
|
}
|
|
5128
|
+
/**
|
|
5129
|
+
* @public
|
|
5130
|
+
*/
|
|
4457
5131
|
export interface CancelImportTaskRequest {
|
|
4458
5132
|
/**
|
|
4459
5133
|
* <p>The reason for canceling the task.</p>
|
|
@@ -4470,6 +5144,9 @@ export interface CancelImportTaskRequest {
|
|
|
4470
5144
|
*/
|
|
4471
5145
|
ImportTaskId?: string;
|
|
4472
5146
|
}
|
|
5147
|
+
/**
|
|
5148
|
+
* @public
|
|
5149
|
+
*/
|
|
4473
5150
|
export interface CancelImportTaskResult {
|
|
4474
5151
|
/**
|
|
4475
5152
|
* <p>The ID of the task being canceled.</p>
|
|
@@ -4485,6 +5162,7 @@ export interface CancelImportTaskResult {
|
|
|
4485
5162
|
State?: string;
|
|
4486
5163
|
}
|
|
4487
5164
|
/**
|
|
5165
|
+
* @public
|
|
4488
5166
|
* <p>Contains the parameters for CancelReservedInstancesListing.</p>
|
|
4489
5167
|
*/
|
|
4490
5168
|
export interface CancelReservedInstancesListingRequest {
|
|
@@ -4493,6 +5171,9 @@ export interface CancelReservedInstancesListingRequest {
|
|
|
4493
5171
|
*/
|
|
4494
5172
|
ReservedInstancesListingId: string | undefined;
|
|
4495
5173
|
}
|
|
5174
|
+
/**
|
|
5175
|
+
* @public
|
|
5176
|
+
*/
|
|
4496
5177
|
export declare enum ListingState {
|
|
4497
5178
|
available = "available",
|
|
4498
5179
|
cancelled = "cancelled",
|
|
@@ -4500,6 +5181,7 @@ export declare enum ListingState {
|
|
|
4500
5181
|
sold = "sold"
|
|
4501
5182
|
}
|
|
4502
5183
|
/**
|
|
5184
|
+
* @public
|
|
4503
5185
|
* <p>Describes a Reserved Instance listing state.</p>
|
|
4504
5186
|
*/
|
|
4505
5187
|
export interface InstanceCount {
|
|
@@ -4512,10 +5194,14 @@ export interface InstanceCount {
|
|
|
4512
5194
|
*/
|
|
4513
5195
|
State?: ListingState | string;
|
|
4514
5196
|
}
|
|
5197
|
+
/**
|
|
5198
|
+
* @public
|
|
5199
|
+
*/
|
|
4515
5200
|
export declare enum CurrencyCodeValues {
|
|
4516
5201
|
USD = "USD"
|
|
4517
5202
|
}
|
|
4518
5203
|
/**
|
|
5204
|
+
* @public
|
|
4519
5205
|
* <p>Describes the price for a Reserved Instance.</p>
|
|
4520
5206
|
*/
|
|
4521
5207
|
export interface PriceSchedule {
|
|
@@ -4538,6 +5224,9 @@ export interface PriceSchedule {
|
|
|
4538
5224
|
*/
|
|
4539
5225
|
Term?: number;
|
|
4540
5226
|
}
|
|
5227
|
+
/**
|
|
5228
|
+
* @public
|
|
5229
|
+
*/
|
|
4541
5230
|
export declare enum ListingStatus {
|
|
4542
5231
|
active = "active",
|
|
4543
5232
|
cancelled = "cancelled",
|
|
@@ -4545,6 +5234,7 @@ export declare enum ListingStatus {
|
|
|
4545
5234
|
pending = "pending"
|
|
4546
5235
|
}
|
|
4547
5236
|
/**
|
|
5237
|
+
* @public
|
|
4548
5238
|
* <p>Describes a Reserved Instance listing.</p>
|
|
4549
5239
|
*/
|
|
4550
5240
|
export interface ReservedInstancesListing {
|
|
@@ -4591,6 +5281,7 @@ export interface ReservedInstancesListing {
|
|
|
4591
5281
|
UpdateDate?: Date;
|
|
4592
5282
|
}
|
|
4593
5283
|
/**
|
|
5284
|
+
* @public
|
|
4594
5285
|
* <p>Contains the output of CancelReservedInstancesListing.</p>
|
|
4595
5286
|
*/
|
|
4596
5287
|
export interface CancelReservedInstancesListingResult {
|
|
@@ -4600,6 +5291,7 @@ export interface CancelReservedInstancesListingResult {
|
|
|
4600
5291
|
ReservedInstancesListings?: ReservedInstancesListing[];
|
|
4601
5292
|
}
|
|
4602
5293
|
/**
|
|
5294
|
+
* @public
|
|
4603
5295
|
* <p>Contains the parameters for CancelSpotFleetRequests.</p>
|
|
4604
5296
|
*/
|
|
4605
5297
|
export interface CancelSpotFleetRequestsRequest {
|
|
@@ -4621,6 +5313,9 @@ export interface CancelSpotFleetRequestsRequest {
|
|
|
4621
5313
|
*/
|
|
4622
5314
|
TerminateInstances: boolean | undefined;
|
|
4623
5315
|
}
|
|
5316
|
+
/**
|
|
5317
|
+
* @public
|
|
5318
|
+
*/
|
|
4624
5319
|
export declare enum BatchState {
|
|
4625
5320
|
ACTIVE = "active",
|
|
4626
5321
|
CANCELLED = "cancelled",
|
|
@@ -4631,6 +5326,7 @@ export declare enum BatchState {
|
|
|
4631
5326
|
SUBMITTED = "submitted"
|
|
4632
5327
|
}
|
|
4633
5328
|
/**
|
|
5329
|
+
* @public
|
|
4634
5330
|
* <p>Describes a Spot Fleet request that was successfully canceled.</p>
|
|
4635
5331
|
*/
|
|
4636
5332
|
export interface CancelSpotFleetRequestsSuccessItem {
|
|
@@ -4647,6 +5343,9 @@ export interface CancelSpotFleetRequestsSuccessItem {
|
|
|
4647
5343
|
*/
|
|
4648
5344
|
SpotFleetRequestId?: string;
|
|
4649
5345
|
}
|
|
5346
|
+
/**
|
|
5347
|
+
* @public
|
|
5348
|
+
*/
|
|
4650
5349
|
export declare enum CancelBatchErrorCode {
|
|
4651
5350
|
FLEET_REQUEST_ID_DOES_NOT_EXIST = "fleetRequestIdDoesNotExist",
|
|
4652
5351
|
FLEET_REQUEST_ID_MALFORMED = "fleetRequestIdMalformed",
|
|
@@ -4654,6 +5353,7 @@ export declare enum CancelBatchErrorCode {
|
|
|
4654
5353
|
UNEXPECTED_ERROR = "unexpectedError"
|
|
4655
5354
|
}
|
|
4656
5355
|
/**
|
|
5356
|
+
* @public
|
|
4657
5357
|
* <p>Describes a Spot Fleet error.</p>
|
|
4658
5358
|
*/
|
|
4659
5359
|
export interface CancelSpotFleetRequestsError {
|
|
@@ -4667,6 +5367,7 @@ export interface CancelSpotFleetRequestsError {
|
|
|
4667
5367
|
Message?: string;
|
|
4668
5368
|
}
|
|
4669
5369
|
/**
|
|
5370
|
+
* @public
|
|
4670
5371
|
* <p>Describes a Spot Fleet request that was not successfully canceled.</p>
|
|
4671
5372
|
*/
|
|
4672
5373
|
export interface CancelSpotFleetRequestsErrorItem {
|
|
@@ -4680,6 +5381,7 @@ export interface CancelSpotFleetRequestsErrorItem {
|
|
|
4680
5381
|
SpotFleetRequestId?: string;
|
|
4681
5382
|
}
|
|
4682
5383
|
/**
|
|
5384
|
+
* @public
|
|
4683
5385
|
* <p>Contains the output of CancelSpotFleetRequests.</p>
|
|
4684
5386
|
*/
|
|
4685
5387
|
export interface CancelSpotFleetRequestsResponse {
|
|
@@ -4693,6 +5395,7 @@ export interface CancelSpotFleetRequestsResponse {
|
|
|
4693
5395
|
UnsuccessfulFleetRequests?: CancelSpotFleetRequestsErrorItem[];
|
|
4694
5396
|
}
|
|
4695
5397
|
/**
|
|
5398
|
+
* @public
|
|
4696
5399
|
* <p>Contains the parameters for CancelSpotInstanceRequests.</p>
|
|
4697
5400
|
*/
|
|
4698
5401
|
export interface CancelSpotInstanceRequestsRequest {
|
|
@@ -4708,6 +5411,9 @@ export interface CancelSpotInstanceRequestsRequest {
|
|
|
4708
5411
|
*/
|
|
4709
5412
|
SpotInstanceRequestIds: string[] | undefined;
|
|
4710
5413
|
}
|
|
5414
|
+
/**
|
|
5415
|
+
* @public
|
|
5416
|
+
*/
|
|
4711
5417
|
export declare enum CancelSpotInstanceRequestState {
|
|
4712
5418
|
active = "active",
|
|
4713
5419
|
cancelled = "cancelled",
|
|
@@ -4716,6 +5422,7 @@ export declare enum CancelSpotInstanceRequestState {
|
|
|
4716
5422
|
open = "open"
|
|
4717
5423
|
}
|
|
4718
5424
|
/**
|
|
5425
|
+
* @public
|
|
4719
5426
|
* <p>Describes a request to cancel a Spot Instance.</p>
|
|
4720
5427
|
*/
|
|
4721
5428
|
export interface CancelledSpotInstanceRequest {
|
|
@@ -4729,6 +5436,7 @@ export interface CancelledSpotInstanceRequest {
|
|
|
4729
5436
|
State?: CancelSpotInstanceRequestState | string;
|
|
4730
5437
|
}
|
|
4731
5438
|
/**
|
|
5439
|
+
* @public
|
|
4732
5440
|
* <p>Contains the output of CancelSpotInstanceRequests.</p>
|
|
4733
5441
|
*/
|
|
4734
5442
|
export interface CancelSpotInstanceRequestsResult {
|
|
@@ -4737,6 +5445,9 @@ export interface CancelSpotInstanceRequestsResult {
|
|
|
4737
5445
|
*/
|
|
4738
5446
|
CancelledSpotInstanceRequests?: CancelledSpotInstanceRequest[];
|
|
4739
5447
|
}
|
|
5448
|
+
/**
|
|
5449
|
+
* @public
|
|
5450
|
+
*/
|
|
4740
5451
|
export interface ConfirmProductInstanceRequest {
|
|
4741
5452
|
/**
|
|
4742
5453
|
* <p>The ID of the instance.</p>
|
|
@@ -4753,6 +5464,9 @@ export interface ConfirmProductInstanceRequest {
|
|
|
4753
5464
|
*/
|
|
4754
5465
|
DryRun?: boolean;
|
|
4755
5466
|
}
|
|
5467
|
+
/**
|
|
5468
|
+
* @public
|
|
5469
|
+
*/
|
|
4756
5470
|
export interface ConfirmProductInstanceResult {
|
|
4757
5471
|
/**
|
|
4758
5472
|
* <p>The Amazon Web Services account ID of the instance owner. This is only present if the
|
|
@@ -4765,6 +5479,9 @@ export interface ConfirmProductInstanceResult {
|
|
|
4765
5479
|
*/
|
|
4766
5480
|
Return?: boolean;
|
|
4767
5481
|
}
|
|
5482
|
+
/**
|
|
5483
|
+
* @public
|
|
5484
|
+
*/
|
|
4768
5485
|
export interface CopyFpgaImageRequest {
|
|
4769
5486
|
/**
|
|
4770
5487
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -4794,6 +5511,9 @@ export interface CopyFpgaImageRequest {
|
|
|
4794
5511
|
*/
|
|
4795
5512
|
ClientToken?: string;
|
|
4796
5513
|
}
|
|
5514
|
+
/**
|
|
5515
|
+
* @public
|
|
5516
|
+
*/
|
|
4797
5517
|
export interface CopyFpgaImageResult {
|
|
4798
5518
|
/**
|
|
4799
5519
|
* <p>The ID of the new AFI.</p>
|
|
@@ -4801,6 +5521,7 @@ export interface CopyFpgaImageResult {
|
|
|
4801
5521
|
FpgaImageId?: string;
|
|
4802
5522
|
}
|
|
4803
5523
|
/**
|
|
5524
|
+
* @public
|
|
4804
5525
|
* <p>Contains the parameters for CopyImage.</p>
|
|
4805
5526
|
*/
|
|
4806
5527
|
export interface CopyImageRequest {
|
|
@@ -4892,6 +5613,7 @@ export interface CopyImageRequest {
|
|
|
4892
5613
|
CopyImageTags?: boolean;
|
|
4893
5614
|
}
|
|
4894
5615
|
/**
|
|
5616
|
+
* @public
|
|
4895
5617
|
* <p>Contains the output of CopyImage.</p>
|
|
4896
5618
|
*/
|
|
4897
5619
|
export interface CopyImageResult {
|
|
@@ -4900,6 +5622,9 @@ export interface CopyImageResult {
|
|
|
4900
5622
|
*/
|
|
4901
5623
|
ImageId?: string;
|
|
4902
5624
|
}
|
|
5625
|
+
/**
|
|
5626
|
+
* @public
|
|
5627
|
+
*/
|
|
4903
5628
|
export interface CopySnapshotRequest {
|
|
4904
5629
|
/**
|
|
4905
5630
|
* <p>A description for the EBS snapshot.</p>
|
|
@@ -4992,6 +5717,9 @@ export interface CopySnapshotRequest {
|
|
|
4992
5717
|
*/
|
|
4993
5718
|
DryRun?: boolean;
|
|
4994
5719
|
}
|
|
5720
|
+
/**
|
|
5721
|
+
* @public
|
|
5722
|
+
*/
|
|
4995
5723
|
export interface CopySnapshotResult {
|
|
4996
5724
|
/**
|
|
4997
5725
|
* <p>The ID of the new snapshot.</p>
|
|
@@ -5002,14 +5730,23 @@ export interface CopySnapshotResult {
|
|
|
5002
5730
|
*/
|
|
5003
5731
|
Tags?: Tag[];
|
|
5004
5732
|
}
|
|
5733
|
+
/**
|
|
5734
|
+
* @public
|
|
5735
|
+
*/
|
|
5005
5736
|
export declare enum EndDateType {
|
|
5006
5737
|
limited = "limited",
|
|
5007
5738
|
unlimited = "unlimited"
|
|
5008
5739
|
}
|
|
5740
|
+
/**
|
|
5741
|
+
* @public
|
|
5742
|
+
*/
|
|
5009
5743
|
export declare enum InstanceMatchCriteria {
|
|
5010
5744
|
open = "open",
|
|
5011
5745
|
targeted = "targeted"
|
|
5012
5746
|
}
|
|
5747
|
+
/**
|
|
5748
|
+
* @public
|
|
5749
|
+
*/
|
|
5013
5750
|
export declare enum CapacityReservationInstancePlatform {
|
|
5014
5751
|
LINUX_UNIX = "Linux/UNIX",
|
|
5015
5752
|
LINUX_WITH_SQL_SERVER_ENTERPRISE = "Linux with SQL Server Enterprise",
|
|
@@ -5029,10 +5766,16 @@ export declare enum CapacityReservationInstancePlatform {
|
|
|
5029
5766
|
WINDOWS_WITH_SQL_SERVER_STANDARD = "Windows with SQL Server Standard",
|
|
5030
5767
|
WINDOWS_WITH_SQL_SERVER_WEB = "Windows with SQL Server Web"
|
|
5031
5768
|
}
|
|
5769
|
+
/**
|
|
5770
|
+
* @public
|
|
5771
|
+
*/
|
|
5032
5772
|
export declare enum CapacityReservationTenancy {
|
|
5033
5773
|
dedicated = "dedicated",
|
|
5034
5774
|
default = "default"
|
|
5035
5775
|
}
|
|
5776
|
+
/**
|
|
5777
|
+
* @public
|
|
5778
|
+
*/
|
|
5036
5779
|
export interface CreateCapacityReservationRequest {
|
|
5037
5780
|
/**
|
|
5038
5781
|
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensure Idempotency</a>.</p>
|
|
@@ -5159,6 +5902,7 @@ export interface CreateCapacityReservationRequest {
|
|
|
5159
5902
|
PlacementGroupArn?: string;
|
|
5160
5903
|
}
|
|
5161
5904
|
/**
|
|
5905
|
+
* @public
|
|
5162
5906
|
* <p>Information about instance capacity usage for a Capacity Reservation.</p>
|
|
5163
5907
|
*/
|
|
5164
5908
|
export interface CapacityAllocation {
|
|
@@ -5173,6 +5917,9 @@ export interface CapacityAllocation {
|
|
|
5173
5917
|
*/
|
|
5174
5918
|
Count?: number;
|
|
5175
5919
|
}
|
|
5920
|
+
/**
|
|
5921
|
+
* @public
|
|
5922
|
+
*/
|
|
5176
5923
|
export declare enum CapacityReservationState {
|
|
5177
5924
|
active = "active",
|
|
5178
5925
|
cancelled = "cancelled",
|
|
@@ -5181,6 +5928,7 @@ export declare enum CapacityReservationState {
|
|
|
5181
5928
|
pending = "pending"
|
|
5182
5929
|
}
|
|
5183
5930
|
/**
|
|
5931
|
+
* @public
|
|
5184
5932
|
* <p>Describes a Capacity Reservation.</p>
|
|
5185
5933
|
*/
|
|
5186
5934
|
export interface CapacityReservation {
|
|
@@ -5353,15 +6101,24 @@ export interface CapacityReservation {
|
|
|
5353
6101
|
*/
|
|
5354
6102
|
CapacityAllocations?: CapacityAllocation[];
|
|
5355
6103
|
}
|
|
6104
|
+
/**
|
|
6105
|
+
* @public
|
|
6106
|
+
*/
|
|
5356
6107
|
export interface CreateCapacityReservationResult {
|
|
5357
6108
|
/**
|
|
5358
6109
|
* <p>Information about the Capacity Reservation.</p>
|
|
5359
6110
|
*/
|
|
5360
6111
|
CapacityReservation?: CapacityReservation;
|
|
5361
6112
|
}
|
|
6113
|
+
/**
|
|
6114
|
+
* @public
|
|
6115
|
+
*/
|
|
5362
6116
|
export declare enum FleetInstanceMatchCriteria {
|
|
5363
6117
|
open = "open"
|
|
5364
6118
|
}
|
|
6119
|
+
/**
|
|
6120
|
+
* @public
|
|
6121
|
+
*/
|
|
5365
6122
|
export declare enum _InstanceType {
|
|
5366
6123
|
a1_2xlarge = "a1.2xlarge",
|
|
5367
6124
|
a1_4xlarge = "a1.4xlarge",
|
|
@@ -6003,6 +6760,7 @@ export declare enum _InstanceType {
|
|
|
6003
6760
|
z1d_xlarge = "z1d.xlarge"
|
|
6004
6761
|
}
|
|
6005
6762
|
/**
|
|
6763
|
+
* @public
|
|
6006
6764
|
* <p>Information about an instance type to use in a Capacity Reservation Fleet.</p>
|
|
6007
6765
|
*/
|
|
6008
6766
|
export interface ReservationFleetInstanceSpecification {
|
|
@@ -6049,9 +6807,15 @@ export interface ReservationFleetInstanceSpecification {
|
|
|
6049
6807
|
*/
|
|
6050
6808
|
Priority?: number;
|
|
6051
6809
|
}
|
|
6810
|
+
/**
|
|
6811
|
+
* @public
|
|
6812
|
+
*/
|
|
6052
6813
|
export declare enum FleetCapacityReservationTenancy {
|
|
6053
6814
|
default = "default"
|
|
6054
6815
|
}
|
|
6816
|
+
/**
|
|
6817
|
+
* @public
|
|
6818
|
+
*/
|
|
6055
6819
|
export interface CreateCapacityReservationFleetRequest {
|
|
6056
6820
|
/**
|
|
6057
6821
|
* <p>The strategy used by the Capacity Reservation Fleet to determine which of the
|
|
@@ -6127,6 +6891,7 @@ export interface CreateCapacityReservationFleetRequest {
|
|
|
6127
6891
|
DryRun?: boolean;
|
|
6128
6892
|
}
|
|
6129
6893
|
/**
|
|
6894
|
+
* @public
|
|
6130
6895
|
* <p>Information about a Capacity Reservation in a Capacity Reservation Fleet.</p>
|
|
6131
6896
|
*/
|
|
6132
6897
|
export interface FleetCapacityReservation {
|
|
@@ -6181,6 +6946,9 @@ export interface FleetCapacityReservation {
|
|
|
6181
6946
|
*/
|
|
6182
6947
|
Priority?: number;
|
|
6183
6948
|
}
|
|
6949
|
+
/**
|
|
6950
|
+
* @public
|
|
6951
|
+
*/
|
|
6184
6952
|
export interface CreateCapacityReservationFleetResult {
|
|
6185
6953
|
/**
|
|
6186
6954
|
* <p>The ID of the Capacity Reservation Fleet.</p>
|
|
@@ -6227,6 +6995,9 @@ export interface CreateCapacityReservationFleetResult {
|
|
|
6227
6995
|
*/
|
|
6228
6996
|
Tags?: Tag[];
|
|
6229
6997
|
}
|
|
6998
|
+
/**
|
|
6999
|
+
* @public
|
|
7000
|
+
*/
|
|
6230
7001
|
export interface CreateCarrierGatewayRequest {
|
|
6231
7002
|
/**
|
|
6232
7003
|
* <p>The ID of the VPC to associate with the carrier gateway.</p>
|
|
@@ -6249,6 +7020,9 @@ export interface CreateCarrierGatewayRequest {
|
|
|
6249
7020
|
*/
|
|
6250
7021
|
ClientToken?: string;
|
|
6251
7022
|
}
|
|
7023
|
+
/**
|
|
7024
|
+
* @public
|
|
7025
|
+
*/
|
|
6252
7026
|
export declare enum CarrierGatewayState {
|
|
6253
7027
|
available = "available",
|
|
6254
7028
|
deleted = "deleted",
|
|
@@ -6256,6 +7030,7 @@ export declare enum CarrierGatewayState {
|
|
|
6256
7030
|
pending = "pending"
|
|
6257
7031
|
}
|
|
6258
7032
|
/**
|
|
7033
|
+
* @public
|
|
6259
7034
|
* <p>Describes a carrier gateway.</p>
|
|
6260
7035
|
*/
|
|
6261
7036
|
export interface CarrierGateway {
|
|
@@ -6280,6 +7055,9 @@ export interface CarrierGateway {
|
|
|
6280
7055
|
*/
|
|
6281
7056
|
Tags?: Tag[];
|
|
6282
7057
|
}
|
|
7058
|
+
/**
|
|
7059
|
+
* @public
|
|
7060
|
+
*/
|
|
6283
7061
|
export interface CreateCarrierGatewayResult {
|
|
6284
7062
|
/**
|
|
6285
7063
|
* <p>Information about the carrier gateway.</p>
|
|
@@ -6287,6 +7065,7 @@ export interface CreateCarrierGatewayResult {
|
|
|
6287
7065
|
CarrierGateway?: CarrierGateway;
|
|
6288
7066
|
}
|
|
6289
7067
|
/**
|
|
7068
|
+
* @public
|
|
6290
7069
|
* <p>Describes the Active Directory to be used for client authentication.</p>
|
|
6291
7070
|
*/
|
|
6292
7071
|
export interface DirectoryServiceAuthenticationRequest {
|
|
@@ -6296,6 +7075,7 @@ export interface DirectoryServiceAuthenticationRequest {
|
|
|
6296
7075
|
DirectoryId?: string;
|
|
6297
7076
|
}
|
|
6298
7077
|
/**
|
|
7078
|
+
* @public
|
|
6299
7079
|
* <p>The IAM SAML identity provider used for federated authentication.</p>
|
|
6300
7080
|
*/
|
|
6301
7081
|
export interface FederatedAuthenticationRequest {
|
|
@@ -6309,6 +7089,7 @@ export interface FederatedAuthenticationRequest {
|
|
|
6309
7089
|
SelfServiceSAMLProviderArn?: string;
|
|
6310
7090
|
}
|
|
6311
7091
|
/**
|
|
7092
|
+
* @public
|
|
6312
7093
|
* <p>Information about the client certificate to be used for authentication.</p>
|
|
6313
7094
|
*/
|
|
6314
7095
|
export interface CertificateAuthenticationRequest {
|
|
@@ -6318,84 +7099,6 @@ export interface CertificateAuthenticationRequest {
|
|
|
6318
7099
|
*/
|
|
6319
7100
|
ClientRootCertificateChainArn?: string;
|
|
6320
7101
|
}
|
|
6321
|
-
export declare enum ClientVpnAuthenticationType {
|
|
6322
|
-
certificate_authentication = "certificate-authentication",
|
|
6323
|
-
directory_service_authentication = "directory-service-authentication",
|
|
6324
|
-
federated_authentication = "federated-authentication"
|
|
6325
|
-
}
|
|
6326
|
-
/**
|
|
6327
|
-
* <p>Describes the authentication method to be used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/authentication-authrization.html#client-authentication">Authentication</a>
|
|
6328
|
-
* in the <i>Client VPN Administrator Guide</i>.</p>
|
|
6329
|
-
*/
|
|
6330
|
-
export interface ClientVpnAuthenticationRequest {
|
|
6331
|
-
/**
|
|
6332
|
-
* <p>The type of client authentication to be used.</p>
|
|
6333
|
-
*/
|
|
6334
|
-
Type?: ClientVpnAuthenticationType | string;
|
|
6335
|
-
/**
|
|
6336
|
-
* <p>Information about the Active Directory to be used, if applicable. You must provide this information if <b>Type</b> is <code>directory-service-authentication</code>.</p>
|
|
6337
|
-
*/
|
|
6338
|
-
ActiveDirectory?: DirectoryServiceAuthenticationRequest;
|
|
6339
|
-
/**
|
|
6340
|
-
* <p>Information about the authentication certificates to be used, if applicable. You must provide this information if <b>Type</b> is <code>certificate-authentication</code>.</p>
|
|
6341
|
-
*/
|
|
6342
|
-
MutualAuthentication?: CertificateAuthenticationRequest;
|
|
6343
|
-
/**
|
|
6344
|
-
* <p>Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if <b>Type</b> is <code>federated-authentication</code>.</p>
|
|
6345
|
-
*/
|
|
6346
|
-
FederatedAuthentication?: FederatedAuthenticationRequest;
|
|
6347
|
-
}
|
|
6348
|
-
/**
|
|
6349
|
-
* <p>The options for managing connection authorization for new client connections.</p>
|
|
6350
|
-
*/
|
|
6351
|
-
export interface ClientConnectOptions {
|
|
6352
|
-
/**
|
|
6353
|
-
* <p>Indicates whether client connect options are enabled. The default is <code>false</code> (not enabled).</p>
|
|
6354
|
-
*/
|
|
6355
|
-
Enabled?: boolean;
|
|
6356
|
-
/**
|
|
6357
|
-
* <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
|
|
6358
|
-
*/
|
|
6359
|
-
LambdaFunctionArn?: string;
|
|
6360
|
-
}
|
|
6361
|
-
/**
|
|
6362
|
-
* <p>Options for enabling a customizable text banner that will be displayed on
|
|
6363
|
-
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
6364
|
-
*/
|
|
6365
|
-
export interface ClientLoginBannerOptions {
|
|
6366
|
-
/**
|
|
6367
|
-
* <p>Enable or disable a customizable text banner that will be displayed on
|
|
6368
|
-
* Amazon Web Services provided clients when a VPN session is established.</p>
|
|
6369
|
-
* <p>Valid values: <code>true | false</code>
|
|
6370
|
-
* </p>
|
|
6371
|
-
* <p>Default value: <code>false</code>
|
|
6372
|
-
* </p>
|
|
6373
|
-
*/
|
|
6374
|
-
Enabled?: boolean;
|
|
6375
|
-
/**
|
|
6376
|
-
* <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
|
|
6377
|
-
* clients when a VPN session is established. UTF-8 encoded characters only. Maximum of
|
|
6378
|
-
* 1400 characters.</p>
|
|
6379
|
-
*/
|
|
6380
|
-
BannerText?: string;
|
|
6381
|
-
}
|
|
6382
|
-
/**
|
|
6383
|
-
* <p>Describes the client connection logging options for the Client VPN endpoint.</p>
|
|
6384
|
-
*/
|
|
6385
|
-
export interface ConnectionLogOptions {
|
|
6386
|
-
/**
|
|
6387
|
-
* <p>Indicates whether connection logging is enabled.</p>
|
|
6388
|
-
*/
|
|
6389
|
-
Enabled?: boolean;
|
|
6390
|
-
/**
|
|
6391
|
-
* <p>The name of the CloudWatch Logs log group. Required if connection logging is enabled.</p>
|
|
6392
|
-
*/
|
|
6393
|
-
CloudwatchLogGroup?: string;
|
|
6394
|
-
/**
|
|
6395
|
-
* <p>The name of the CloudWatch Logs log stream to which the connection data is published.</p>
|
|
6396
|
-
*/
|
|
6397
|
-
CloudwatchLogStream?: string;
|
|
6398
|
-
}
|
|
6399
7102
|
/**
|
|
6400
7103
|
* @internal
|
|
6401
7104
|
*/
|
|
@@ -6560,6 +7263,18 @@ export declare const AnalysisAclRuleFilterSensitiveLog: (obj: AnalysisAclRule) =
|
|
|
6560
7263
|
* @internal
|
|
6561
7264
|
*/
|
|
6562
7265
|
export declare const AnalysisComponentFilterSensitiveLog: (obj: AnalysisComponent) => any;
|
|
7266
|
+
/**
|
|
7267
|
+
* @internal
|
|
7268
|
+
*/
|
|
7269
|
+
export declare const RuleOptionFilterSensitiveLog: (obj: RuleOption) => any;
|
|
7270
|
+
/**
|
|
7271
|
+
* @internal
|
|
7272
|
+
*/
|
|
7273
|
+
export declare const RuleGroupRuleOptionsPairFilterSensitiveLog: (obj: RuleGroupRuleOptionsPair) => any;
|
|
7274
|
+
/**
|
|
7275
|
+
* @internal
|
|
7276
|
+
*/
|
|
7277
|
+
export declare const RuleGroupTypePairFilterSensitiveLog: (obj: RuleGroupTypePair) => any;
|
|
6563
7278
|
/**
|
|
6564
7279
|
* @internal
|
|
6565
7280
|
*/
|
|
@@ -6568,6 +7283,14 @@ export declare const AdditionalDetailFilterSensitiveLog: (obj: AdditionalDetail)
|
|
|
6568
7283
|
* @internal
|
|
6569
7284
|
*/
|
|
6570
7285
|
export declare const AnalysisLoadBalancerListenerFilterSensitiveLog: (obj: AnalysisLoadBalancerListener) => any;
|
|
7286
|
+
/**
|
|
7287
|
+
* @internal
|
|
7288
|
+
*/
|
|
7289
|
+
export declare const FirewallStatefulRuleFilterSensitiveLog: (obj: FirewallStatefulRule) => any;
|
|
7290
|
+
/**
|
|
7291
|
+
* @internal
|
|
7292
|
+
*/
|
|
7293
|
+
export declare const FirewallStatelessRuleFilterSensitiveLog: (obj: FirewallStatelessRule) => any;
|
|
6571
7294
|
/**
|
|
6572
7295
|
* @internal
|
|
6573
7296
|
*/
|
|
@@ -7312,19 +8035,3 @@ export declare const FederatedAuthenticationRequestFilterSensitiveLog: (obj: Fed
|
|
|
7312
8035
|
* @internal
|
|
7313
8036
|
*/
|
|
7314
8037
|
export declare const CertificateAuthenticationRequestFilterSensitiveLog: (obj: CertificateAuthenticationRequest) => any;
|
|
7315
|
-
/**
|
|
7316
|
-
* @internal
|
|
7317
|
-
*/
|
|
7318
|
-
export declare const ClientVpnAuthenticationRequestFilterSensitiveLog: (obj: ClientVpnAuthenticationRequest) => any;
|
|
7319
|
-
/**
|
|
7320
|
-
* @internal
|
|
7321
|
-
*/
|
|
7322
|
-
export declare const ClientConnectOptionsFilterSensitiveLog: (obj: ClientConnectOptions) => any;
|
|
7323
|
-
/**
|
|
7324
|
-
* @internal
|
|
7325
|
-
*/
|
|
7326
|
-
export declare const ClientLoginBannerOptionsFilterSensitiveLog: (obj: ClientLoginBannerOptions) => any;
|
|
7327
|
-
/**
|
|
7328
|
-
* @internal
|
|
7329
|
-
*/
|
|
7330
|
-
export declare const ConnectionLogOptionsFilterSensitiveLog: (obj: ConnectionLogOptions) => any;
|