@aws-sdk/client-ec2 3.1105.0 → 3.1107.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +105 -0
- package/dist-cjs/index.js +738 -28
- package/dist-es/EC2.js +30 -0
- package/dist-es/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.js +4 -0
- package/dist-es/commands/CreateIpamInternetRegistryAssociationCommand.js +4 -0
- package/dist-es/commands/CreateIpamRoutingPolicyRegistrationCommand.js +4 -0
- package/dist-es/commands/DeleteIpamInternetRegistryAssociationCommand.js +4 -0
- package/dist-es/commands/DeleteIpamRoutingPolicyRegistrationCommand.js +4 -0
- package/dist-es/commands/DescribeIpamInternetRegistryAssociationsCommand.js +4 -0
- package/dist-es/commands/EnableIpamInternetRegistryAssociationCommand.js +4 -0
- package/dist-es/commands/GetIpamDiscoveredRoutesCommand.js +4 -0
- package/dist-es/commands/GetIpamInternetRegistryAssociationAsnsCommand.js +4 -0
- package/dist-es/commands/GetIpamInternetRegistryAssociationCidrsCommand.js +4 -0
- package/dist-es/commands/GetIpamRouteOriginAuthorizationsCommand.js +4 -0
- package/dist-es/commands/GetIpamRouteProtectionFindingsCommand.js +4 -0
- package/dist-es/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.js +4 -0
- package/dist-es/commands/GetIpamRoutingPolicyRegistrationsCommand.js +4 -0
- package/dist-es/commands/ModifyIpamRoutingPolicyRegistrationCommand.js +4 -0
- package/dist-es/commands/index.js +15 -0
- package/dist-es/index.js +1 -1
- package/dist-es/models/enums.js +62 -0
- package/dist-es/schemas/schemas_0.js +536 -27
- package/dist-types/EC2.d.ts +106 -0
- package/dist-types/EC2Client.d.ts +17 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.d.ts +80 -0
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationStatusCheckCommand.d.ts +5 -5
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -3
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamInternetRegistryAssociationCommand.d.ts +104 -0
- package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamRoutingPolicyRegistrationCommand.d.ts +86 -0
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -3
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamInternetRegistryAssociationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteIpamRoutingPolicyRegistrationCommand.d.ts +80 -0
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +31 -0
- package/dist-types/commands/DescribeApplicationStatusChecksCommand.d.ts +9 -9
- package/dist-types/commands/DescribeApplicationStatusCommand.d.ts +86 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamInternetRegistryAssociationsCommand.d.ts +104 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSecondaryInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecondaryNetworksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecondarySubnetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -2
- package/dist-types/commands/EnableIpamInternetRegistryAssociationCommand.d.ts +95 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredRoutesCommand.d.ts +98 -0
- package/dist-types/commands/GetIpamInternetRegistryAssociationAsnsCommand.d.ts +88 -0
- package/dist-types/commands/GetIpamInternetRegistryAssociationCidrsCommand.d.ts +88 -0
- package/dist-types/commands/GetIpamRouteOriginAuthorizationsCommand.d.ts +82 -0
- package/dist-types/commands/GetIpamRouteProtectionFindingsCommand.d.ts +116 -0
- package/dist-types/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.d.ts +86 -0
- package/dist-types/commands/GetIpamRoutingPolicyRegistrationsCommand.d.ts +88 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListVolumesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAccountVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyApplicationStatusCheckCommand.d.ts +4 -4
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamRoutingPolicyRegistrationCommand.d.ts +86 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RestoreVolumeFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +15 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +134 -0
- package/dist-types/models/models_0.d.ts +77 -205
- package/dist-types/models/models_1.d.ts +413 -313
- package/dist-types/models/models_2.d.ts +379 -182
- package/dist-types/models/models_3.d.ts +181 -461
- package/dist-types/models/models_4.d.ts +8068 -8110
- package/dist-types/models/models_5.d.ts +1715 -1517
- package/dist-types/models/models_6.d.ts +4486 -4598
- package/dist-types/models/models_7.d.ts +4650 -4786
- package/dist-types/models/models_8.d.ts +1456 -4
- package/dist-types/schemas/schemas_0.d.ts +55 -0
- package/dist-types/ts3.4/EC2.d.ts +256 -0
- package/dist-types/ts3.4/EC2Client.d.ts +90 -0
- package/dist-types/ts3.4/commands/BatchModifyIpamRoutingPolicyRegistrationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/CreateIpamInternetRegistryAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteIpamInternetRegistryAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeIpamInternetRegistryAssociationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeSecondaryInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecondaryNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecondarySubnetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableIpamInternetRegistryAssociationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredRoutesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetIpamInternetRegistryAssociationAsnsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamInternetRegistryAssociationCidrsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRouteOriginAuthorizationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRouteProtectionFindingsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRoutingPolicyRegistrationDeltasCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamRoutingPolicyRegistrationsCommand.d.ts +42 -0
- 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/ListVolumesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAccountVpcEncryptionControlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyApplicationStatusCheckCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamRoutingPolicyRegistrationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreVolumeFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +15 -0
- package/dist-types/ts3.4/index.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +75 -0
- package/dist-types/ts3.4/models/models_0.d.ts +19 -39
- package/dist-types/ts3.4/models/models_1.d.ts +85 -60
- package/dist-types/ts3.4/models/models_2.d.ts +82 -48
- package/dist-types/ts3.4/models/models_3.d.ts +48 -93
- package/dist-types/ts3.4/models/models_4.d.ts +107 -94
- package/dist-types/ts3.4/models/models_5.d.ts +99 -78
- package/dist-types/ts3.4/models/models_6.d.ts +248 -272
- package/dist-types/ts3.4/models/models_7.d.ts +288 -272
- package/dist-types/ts3.4/models/models_8.d.ts +303 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +55 -0
- package/package.json +1 -1
|
@@ -1,7 +1,186 @@
|
|
|
1
|
-
import type { _InstanceType, AccountAttributeName, AddressAttributeName, AggregationStatusEnum, ApplicationStatusCheckEnum, ApplicationStatusEnum, AsnState, AssociatedNetworkType, AssociationTypeEnum, AvailabilityZoneOptInStatus, AvailabilityZoneState, CallerRole, CapacityBlockExtensionStatus, CapacityBlockInterconnectStatus, CapacityBlockResourceState, CapacityManagerDataExportStatus, CapacityReservationBillingRequestStatus, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthenticationType, ClientVpnConnectionStatusCode, ClientVpnEndpointAttributeStatusCode, ConversionTaskState, DefaultTargetCapacityType, DeleteQueuedReservedInstancesErrorCode, DestinationFileFormat, DiskImageFormat, ElasticGpuState, ElasticGpuStatus, EndpointIpAddressType, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FleetActivityStatus, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetEventType, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetReservationType, FleetStateCode, FleetType,
|
|
1
|
+
import type { _InstanceType, AccountAttributeName, AddressAttributeName, AggregationStatusEnum, ApplicationStatusCheckEnum, ApplicationStatusEnum, AsnState, AssociatedNetworkType, AssociationTypeEnum, AvailabilityZoneOptInStatus, AvailabilityZoneState, CallerRole, CapacityBlockExtensionStatus, CapacityBlockInterconnectStatus, CapacityBlockResourceState, CapacityManagerDataExportStatus, CapacityReservationBillingRequestStatus, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthenticationType, ClientVpnConnectionStatusCode, ClientVpnEndpointAttributeStatusCode, ConversionTaskState, DefaultTargetCapacityType, DeleteQueuedReservedInstancesErrorCode, DestinationFileFormat, DiskImageFormat, ElasticGpuState, ElasticGpuStatus, EndpointIpAddressType, FastLaunchResourceType, FastLaunchStateCode, FastSnapshotRestoreStateCode, FleetActivityStatus, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetEventType, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetReservationType, FleetStateCode, FleetType, InstanceLifecycle, IpamPoolCidrFailureCode, IpamPoolCidrState, MetricType, OutputFormat, PeriodType, PlatformValues, ReportState, Schedule, SnapshotReturnCodes, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StatisticType, TargetCapacityUnitType, TrafficIpAddressType, TransportProtocol, VpnProtocol } from "./enums";
|
|
2
2
|
import type { AccountAttribute, AccountVpcEncryptionControl, ActiveInstance, Address, AddressAttribute, AddressTransfer, ApplicationStatusCheckResponseObject, AssociationStatus, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationCancellationQuote, CarrierGateway, ClientVpnAuthorizationRuleStatus, FleetCapacityReservation, Tag, TransitGatewayClientVpnAttachment, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
3
|
-
import type { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, GroupIdentifier, LaunchTemplateAndOverridesResponse, VpcEncryptionControl } from "./models_1";
|
|
3
|
+
import type { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DhcpOptions, EgressOnlyInternetGateway, ExportTask, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, GroupIdentifier, LaunchTemplateAndOverridesResponse, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, VpcEncryptionControl } from "./models_1";
|
|
4
4
|
import type { RouteServer, RouteServerEndpoint, RouteServerPeer, SecondaryNetwork, SecondarySubnet, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMeteringPolicy, TransitGatewayMeteringPolicyEntry, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPolicyTableEntry, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DeleteLocalGatewayVirtualInterfaceRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the local virtual interface to delete.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
LocalGatewayVirtualInterfaceId: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
16
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
17
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
DryRun?: boolean | undefined;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
export interface DeleteLocalGatewayVirtualInterfaceResult {
|
|
26
|
+
/**
|
|
27
|
+
* <p>Information about the deleted local gateway virtual interface.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
LocalGatewayVirtualInterface?: LocalGatewayVirtualInterface | undefined;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
export interface DeleteLocalGatewayVirtualInterfaceGroupRequest {
|
|
36
|
+
/**
|
|
37
|
+
* <p>The ID of the local gateway virtual interface group to delete.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
LocalGatewayVirtualInterfaceGroupId: string | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
43
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
44
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
DryRun?: boolean | undefined;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export interface DeleteLocalGatewayVirtualInterfaceGroupResult {
|
|
53
|
+
/**
|
|
54
|
+
* <p>Information about the deleted local gateway virtual interface group.</p>
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
LocalGatewayVirtualInterfaceGroup?: LocalGatewayVirtualInterfaceGroup | undefined;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
export interface DeleteManagedPrefixListRequest {
|
|
63
|
+
/**
|
|
64
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
65
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
66
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
DryRun?: boolean | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The ID of the prefix list.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
PrefixListId: string | undefined;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export interface DeleteManagedPrefixListResult {
|
|
80
|
+
/**
|
|
81
|
+
* <p>Information about the prefix list.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
PrefixList?: ManagedPrefixList | undefined;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
export interface DeleteNatGatewayRequest {
|
|
90
|
+
/**
|
|
91
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
92
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
93
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
DryRun?: boolean | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The ID of the NAT gateway.</p>
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
NatGatewayId: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export interface DeleteNatGatewayResult {
|
|
107
|
+
/**
|
|
108
|
+
* <p>The ID of the NAT gateway.</p>
|
|
109
|
+
* @public
|
|
110
|
+
*/
|
|
111
|
+
NatGatewayId?: string | undefined;
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* @public
|
|
115
|
+
*/
|
|
116
|
+
export interface DeleteNetworkAclRequest {
|
|
117
|
+
/**
|
|
118
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
119
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
120
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
DryRun?: boolean | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* <p>The ID of the network ACL.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
NetworkAclId: string | undefined;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
export interface DeleteNetworkAclEntryRequest {
|
|
134
|
+
/**
|
|
135
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
136
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
137
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
DryRun?: boolean | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* <p>The ID of the network ACL.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
NetworkAclId: string | undefined;
|
|
146
|
+
/**
|
|
147
|
+
* <p>The rule number of the entry to delete.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
RuleNumber: number | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* <p>Indicates whether the rule is an egress rule.</p>
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
Egress: boolean | undefined;
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* @public
|
|
159
|
+
*/
|
|
160
|
+
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
161
|
+
/**
|
|
162
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
163
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
164
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
DryRun?: boolean | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>The ID of the Network Access Scope.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
NetworkInsightsAccessScopeId: string | undefined;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* @public
|
|
176
|
+
*/
|
|
177
|
+
export interface DeleteNetworkInsightsAccessScopeResult {
|
|
178
|
+
/**
|
|
179
|
+
* <p>The ID of the Network Access Scope.</p>
|
|
180
|
+
* @public
|
|
181
|
+
*/
|
|
182
|
+
NetworkInsightsAccessScopeId?: string | undefined;
|
|
183
|
+
}
|
|
5
184
|
/**
|
|
6
185
|
* @public
|
|
7
186
|
*/
|
|
@@ -8089,462 +8268,3 @@ export interface DestinationOptionsResponse {
|
|
|
8089
8268
|
*/
|
|
8090
8269
|
PerHourPartition?: boolean | undefined;
|
|
8091
8270
|
}
|
|
8092
|
-
/**
|
|
8093
|
-
* <p>A single resource's tag configuration associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.</p>
|
|
8094
|
-
* @public
|
|
8095
|
-
*/
|
|
8096
|
-
export interface TagFieldSpecificationResponse {
|
|
8097
|
-
/**
|
|
8098
|
-
* <p>The resource type for the tag keys associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.</p>
|
|
8099
|
-
* @public
|
|
8100
|
-
*/
|
|
8101
|
-
ResourceType?: TaggableResourceType | undefined;
|
|
8102
|
-
/**
|
|
8103
|
-
* <p>The tag keys on your tagged resources to be displayed by the Flow Logs Amazon EC2 Tags feature fields in your custom log format.</p>
|
|
8104
|
-
* @public
|
|
8105
|
-
*/
|
|
8106
|
-
TagKeys?: string[] | undefined;
|
|
8107
|
-
}
|
|
8108
|
-
/**
|
|
8109
|
-
* <p>Describes a flow log.</p>
|
|
8110
|
-
* @public
|
|
8111
|
-
*/
|
|
8112
|
-
export interface FlowLog {
|
|
8113
|
-
/**
|
|
8114
|
-
* <p>The date and time the flow log was created.</p>
|
|
8115
|
-
* @public
|
|
8116
|
-
*/
|
|
8117
|
-
CreationTime?: Date | undefined;
|
|
8118
|
-
/**
|
|
8119
|
-
* <p>Information about the error that occurred. <code>Rate limited</code> indicates that
|
|
8120
|
-
* CloudWatch Logs throttling has been applied for one or more network interfaces, or that you've
|
|
8121
|
-
* reached the limit on the number of log groups that you can create. <code>Access
|
|
8122
|
-
* error</code> indicates that the IAM role associated with the flow log does not have
|
|
8123
|
-
* sufficient permissions to publish to CloudWatch Logs. <code>Unknown error</code> indicates an
|
|
8124
|
-
* internal error.</p>
|
|
8125
|
-
* @public
|
|
8126
|
-
*/
|
|
8127
|
-
DeliverLogsErrorMessage?: string | undefined;
|
|
8128
|
-
/**
|
|
8129
|
-
* <p>The ARN of the IAM role allows the service to publish logs to CloudWatch Logs.</p>
|
|
8130
|
-
* @public
|
|
8131
|
-
*/
|
|
8132
|
-
DeliverLogsPermissionArn?: string | undefined;
|
|
8133
|
-
/**
|
|
8134
|
-
* <p>The ARN of the IAM role that allows the service to publish flow logs across accounts.</p>
|
|
8135
|
-
* @public
|
|
8136
|
-
*/
|
|
8137
|
-
DeliverCrossAccountRole?: string | undefined;
|
|
8138
|
-
/**
|
|
8139
|
-
* <p>The status of the logs delivery (<code>SUCCESS</code> | <code>FAILED</code>).</p>
|
|
8140
|
-
* @public
|
|
8141
|
-
*/
|
|
8142
|
-
DeliverLogsStatus?: string | undefined;
|
|
8143
|
-
/**
|
|
8144
|
-
* <p>The ID of the flow log.</p>
|
|
8145
|
-
* @public
|
|
8146
|
-
*/
|
|
8147
|
-
FlowLogId?: string | undefined;
|
|
8148
|
-
/**
|
|
8149
|
-
* <p>The status of the flow log (<code>ACTIVE</code>).</p>
|
|
8150
|
-
* @public
|
|
8151
|
-
*/
|
|
8152
|
-
FlowLogStatus?: string | undefined;
|
|
8153
|
-
/**
|
|
8154
|
-
* <p>The name of the flow log group.</p>
|
|
8155
|
-
* @public
|
|
8156
|
-
*/
|
|
8157
|
-
LogGroupName?: string | undefined;
|
|
8158
|
-
/**
|
|
8159
|
-
* <p>The ID of the resource being monitored.</p>
|
|
8160
|
-
* @public
|
|
8161
|
-
*/
|
|
8162
|
-
ResourceId?: string | undefined;
|
|
8163
|
-
/**
|
|
8164
|
-
* <p>The type of traffic captured for the flow log.</p>
|
|
8165
|
-
* @public
|
|
8166
|
-
*/
|
|
8167
|
-
TrafficType?: TrafficType | undefined;
|
|
8168
|
-
/**
|
|
8169
|
-
* <p>The type of destination for the flow log data.</p>
|
|
8170
|
-
* @public
|
|
8171
|
-
*/
|
|
8172
|
-
LogDestinationType?: LogDestinationType | undefined;
|
|
8173
|
-
/**
|
|
8174
|
-
* <p>The Amazon Resource Name (ARN) of the destination for the flow log data.</p>
|
|
8175
|
-
* @public
|
|
8176
|
-
*/
|
|
8177
|
-
LogDestination?: string | undefined;
|
|
8178
|
-
/**
|
|
8179
|
-
* <p>The format of the flow log record.</p>
|
|
8180
|
-
* @public
|
|
8181
|
-
*/
|
|
8182
|
-
LogFormat?: string | undefined;
|
|
8183
|
-
/**
|
|
8184
|
-
* <p>The tags for the flow log.</p>
|
|
8185
|
-
* @public
|
|
8186
|
-
*/
|
|
8187
|
-
Tags?: Tag[] | undefined;
|
|
8188
|
-
/**
|
|
8189
|
-
* <p>The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record.</p>
|
|
8190
|
-
* <p>When a network interface is attached to a <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">Nitro-based
|
|
8191
|
-
* instance</a>, the aggregation interval is always 60 seconds (1 minute) or less,
|
|
8192
|
-
* regardless of the specified value.</p>
|
|
8193
|
-
* <p>Valid Values: <code>60</code> | <code>600</code>
|
|
8194
|
-
* </p>
|
|
8195
|
-
* @public
|
|
8196
|
-
*/
|
|
8197
|
-
MaxAggregationInterval?: number | undefined;
|
|
8198
|
-
/**
|
|
8199
|
-
* <p>The destination options.</p>
|
|
8200
|
-
* @public
|
|
8201
|
-
*/
|
|
8202
|
-
DestinationOptions?: DestinationOptionsResponse | undefined;
|
|
8203
|
-
/**
|
|
8204
|
-
* <p>The tag configuration associated with the Flow Logs Amazon EC2 Tags feature fields in your custom log format.</p>
|
|
8205
|
-
* @public
|
|
8206
|
-
*/
|
|
8207
|
-
TagFieldSpecifications?: TagFieldSpecificationResponse[] | undefined;
|
|
8208
|
-
}
|
|
8209
|
-
/**
|
|
8210
|
-
* @public
|
|
8211
|
-
*/
|
|
8212
|
-
export interface DescribeFlowLogsResult {
|
|
8213
|
-
/**
|
|
8214
|
-
* <p>Information about the flow logs.</p>
|
|
8215
|
-
* @public
|
|
8216
|
-
*/
|
|
8217
|
-
FlowLogs?: FlowLog[] | undefined;
|
|
8218
|
-
/**
|
|
8219
|
-
* <p>The token to request the next page of items. This value is <code>null</code> when there are no more items to return.</p>
|
|
8220
|
-
* @public
|
|
8221
|
-
*/
|
|
8222
|
-
NextToken?: string | undefined;
|
|
8223
|
-
}
|
|
8224
|
-
/**
|
|
8225
|
-
* @public
|
|
8226
|
-
*/
|
|
8227
|
-
export interface DescribeFpgaImageAttributeRequest {
|
|
8228
|
-
/**
|
|
8229
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8230
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8231
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8232
|
-
* @public
|
|
8233
|
-
*/
|
|
8234
|
-
DryRun?: boolean | undefined;
|
|
8235
|
-
/**
|
|
8236
|
-
* <p>The ID of the AFI.</p>
|
|
8237
|
-
* @public
|
|
8238
|
-
*/
|
|
8239
|
-
FpgaImageId: string | undefined;
|
|
8240
|
-
/**
|
|
8241
|
-
* <p>The AFI attribute.</p>
|
|
8242
|
-
* @public
|
|
8243
|
-
*/
|
|
8244
|
-
Attribute: FpgaImageAttributeName | undefined;
|
|
8245
|
-
}
|
|
8246
|
-
/**
|
|
8247
|
-
* <p>Describes a load permission.</p>
|
|
8248
|
-
* @public
|
|
8249
|
-
*/
|
|
8250
|
-
export interface LoadPermission {
|
|
8251
|
-
/**
|
|
8252
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
8253
|
-
* @public
|
|
8254
|
-
*/
|
|
8255
|
-
UserId?: string | undefined;
|
|
8256
|
-
/**
|
|
8257
|
-
* <p>The name of the group.</p>
|
|
8258
|
-
* @public
|
|
8259
|
-
*/
|
|
8260
|
-
Group?: PermissionGroup | undefined;
|
|
8261
|
-
}
|
|
8262
|
-
/**
|
|
8263
|
-
* <p>Describes a product code.</p>
|
|
8264
|
-
* @public
|
|
8265
|
-
*/
|
|
8266
|
-
export interface ProductCode {
|
|
8267
|
-
/**
|
|
8268
|
-
* <p>The product code.</p>
|
|
8269
|
-
* @public
|
|
8270
|
-
*/
|
|
8271
|
-
ProductCodeId?: string | undefined;
|
|
8272
|
-
/**
|
|
8273
|
-
* <p>The type of product code.</p>
|
|
8274
|
-
* @public
|
|
8275
|
-
*/
|
|
8276
|
-
ProductCodeType?: ProductCodeValues | undefined;
|
|
8277
|
-
}
|
|
8278
|
-
/**
|
|
8279
|
-
* <p>Describes an Amazon FPGA image (AFI) attribute.</p>
|
|
8280
|
-
* @public
|
|
8281
|
-
*/
|
|
8282
|
-
export interface FpgaImageAttribute {
|
|
8283
|
-
/**
|
|
8284
|
-
* <p>The ID of the AFI.</p>
|
|
8285
|
-
* @public
|
|
8286
|
-
*/
|
|
8287
|
-
FpgaImageId?: string | undefined;
|
|
8288
|
-
/**
|
|
8289
|
-
* <p>The name of the AFI.</p>
|
|
8290
|
-
* @public
|
|
8291
|
-
*/
|
|
8292
|
-
Name?: string | undefined;
|
|
8293
|
-
/**
|
|
8294
|
-
* <p>The description of the AFI.</p>
|
|
8295
|
-
* @public
|
|
8296
|
-
*/
|
|
8297
|
-
Description?: string | undefined;
|
|
8298
|
-
/**
|
|
8299
|
-
* <p>The load permissions.</p>
|
|
8300
|
-
* @public
|
|
8301
|
-
*/
|
|
8302
|
-
LoadPermissions?: LoadPermission[] | undefined;
|
|
8303
|
-
/**
|
|
8304
|
-
* <p>The product codes.</p>
|
|
8305
|
-
* @public
|
|
8306
|
-
*/
|
|
8307
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
8308
|
-
}
|
|
8309
|
-
/**
|
|
8310
|
-
* @public
|
|
8311
|
-
*/
|
|
8312
|
-
export interface DescribeFpgaImageAttributeResult {
|
|
8313
|
-
/**
|
|
8314
|
-
* <p>Information about the attribute.</p>
|
|
8315
|
-
* @public
|
|
8316
|
-
*/
|
|
8317
|
-
FpgaImageAttribute?: FpgaImageAttribute | undefined;
|
|
8318
|
-
}
|
|
8319
|
-
/**
|
|
8320
|
-
* @public
|
|
8321
|
-
*/
|
|
8322
|
-
export interface DescribeFpgaImagesRequest {
|
|
8323
|
-
/**
|
|
8324
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8325
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8326
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8327
|
-
* @public
|
|
8328
|
-
*/
|
|
8329
|
-
DryRun?: boolean | undefined;
|
|
8330
|
-
/**
|
|
8331
|
-
* <p>The AFI IDs.</p>
|
|
8332
|
-
* @public
|
|
8333
|
-
*/
|
|
8334
|
-
FpgaImageIds?: string[] | undefined;
|
|
8335
|
-
/**
|
|
8336
|
-
* <p>Filters the AFI by owner. Specify an Amazon Web Services account ID, <code>self</code>
|
|
8337
|
-
* (owner is the sender of the request), or an Amazon Web Services owner alias (valid values are
|
|
8338
|
-
* <code>amazon</code> | <code>aws-marketplace</code>).</p>
|
|
8339
|
-
* @public
|
|
8340
|
-
*/
|
|
8341
|
-
Owners?: string[] | undefined;
|
|
8342
|
-
/**
|
|
8343
|
-
* <p>The filters.</p>
|
|
8344
|
-
* <ul>
|
|
8345
|
-
* <li>
|
|
8346
|
-
* <p>
|
|
8347
|
-
* <code>create-time</code> - The creation time of the AFI.</p>
|
|
8348
|
-
* </li>
|
|
8349
|
-
* <li>
|
|
8350
|
-
* <p>
|
|
8351
|
-
* <code>fpga-image-id</code> - The FPGA image identifier (AFI ID).</p>
|
|
8352
|
-
* </li>
|
|
8353
|
-
* <li>
|
|
8354
|
-
* <p>
|
|
8355
|
-
* <code>fpga-image-global-id</code> - The global FPGA image identifier (AGFI ID).</p>
|
|
8356
|
-
* </li>
|
|
8357
|
-
* <li>
|
|
8358
|
-
* <p>
|
|
8359
|
-
* <code>name</code> - The name of the AFI.</p>
|
|
8360
|
-
* </li>
|
|
8361
|
-
* <li>
|
|
8362
|
-
* <p>
|
|
8363
|
-
* <code>owner-id</code> - The Amazon Web Services account ID of the AFI owner.</p>
|
|
8364
|
-
* </li>
|
|
8365
|
-
* <li>
|
|
8366
|
-
* <p>
|
|
8367
|
-
* <code>product-code</code> - The product code.</p>
|
|
8368
|
-
* </li>
|
|
8369
|
-
* <li>
|
|
8370
|
-
* <p>
|
|
8371
|
-
* <code>shell-version</code> - The version of the Amazon Web Services Shell that was used to create the bitstream.</p>
|
|
8372
|
-
* </li>
|
|
8373
|
-
* <li>
|
|
8374
|
-
* <p>
|
|
8375
|
-
* <code>state</code> - The state of the AFI (<code>pending</code> | <code>failed</code> | <code>available</code> | <code>unavailable</code>).</p>
|
|
8376
|
-
* </li>
|
|
8377
|
-
* <li>
|
|
8378
|
-
* <p>
|
|
8379
|
-
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
8380
|
-
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
8381
|
-
* </li>
|
|
8382
|
-
* <li>
|
|
8383
|
-
* <p>
|
|
8384
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
8385
|
-
* </li>
|
|
8386
|
-
* <li>
|
|
8387
|
-
* <p>
|
|
8388
|
-
* <code>update-time</code> - The time of the most recent update.</p>
|
|
8389
|
-
* </li>
|
|
8390
|
-
* </ul>
|
|
8391
|
-
* @public
|
|
8392
|
-
*/
|
|
8393
|
-
Filters?: Filter[] | undefined;
|
|
8394
|
-
/**
|
|
8395
|
-
* <p>The token to retrieve the next page of results.</p>
|
|
8396
|
-
* @public
|
|
8397
|
-
*/
|
|
8398
|
-
NextToken?: string | undefined;
|
|
8399
|
-
/**
|
|
8400
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
8401
|
-
* @public
|
|
8402
|
-
*/
|
|
8403
|
-
MaxResults?: number | undefined;
|
|
8404
|
-
}
|
|
8405
|
-
/**
|
|
8406
|
-
* <p>Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.</p>
|
|
8407
|
-
* @public
|
|
8408
|
-
*/
|
|
8409
|
-
export interface PciId {
|
|
8410
|
-
/**
|
|
8411
|
-
* <p>The ID of the device.</p>
|
|
8412
|
-
* @public
|
|
8413
|
-
*/
|
|
8414
|
-
DeviceId?: string | undefined;
|
|
8415
|
-
/**
|
|
8416
|
-
* <p>The ID of the vendor.</p>
|
|
8417
|
-
* @public
|
|
8418
|
-
*/
|
|
8419
|
-
VendorId?: string | undefined;
|
|
8420
|
-
/**
|
|
8421
|
-
* <p>The ID of the subsystem.</p>
|
|
8422
|
-
* @public
|
|
8423
|
-
*/
|
|
8424
|
-
SubsystemId?: string | undefined;
|
|
8425
|
-
/**
|
|
8426
|
-
* <p>The ID of the vendor for the subsystem.</p>
|
|
8427
|
-
* @public
|
|
8428
|
-
*/
|
|
8429
|
-
SubsystemVendorId?: string | undefined;
|
|
8430
|
-
}
|
|
8431
|
-
/**
|
|
8432
|
-
* <p>Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).</p>
|
|
8433
|
-
* @public
|
|
8434
|
-
*/
|
|
8435
|
-
export interface FpgaImageState {
|
|
8436
|
-
/**
|
|
8437
|
-
* <p>The state. The following are the possible values:</p>
|
|
8438
|
-
* <ul>
|
|
8439
|
-
* <li>
|
|
8440
|
-
* <p>
|
|
8441
|
-
* <code>pending</code> - AFI bitstream generation is in progress.</p>
|
|
8442
|
-
* </li>
|
|
8443
|
-
* <li>
|
|
8444
|
-
* <p>
|
|
8445
|
-
* <code>available</code> - The AFI is available for use.</p>
|
|
8446
|
-
* </li>
|
|
8447
|
-
* <li>
|
|
8448
|
-
* <p>
|
|
8449
|
-
* <code>failed</code> - AFI bitstream generation failed.</p>
|
|
8450
|
-
* </li>
|
|
8451
|
-
* <li>
|
|
8452
|
-
* <p>
|
|
8453
|
-
* <code>unavailable</code> - The AFI is no longer available for use.</p>
|
|
8454
|
-
* </li>
|
|
8455
|
-
* </ul>
|
|
8456
|
-
* @public
|
|
8457
|
-
*/
|
|
8458
|
-
Code?: FpgaImageStateCode | undefined;
|
|
8459
|
-
/**
|
|
8460
|
-
* <p>If the state is <code>failed</code>, this is the error message.</p>
|
|
8461
|
-
* @public
|
|
8462
|
-
*/
|
|
8463
|
-
Message?: string | undefined;
|
|
8464
|
-
}
|
|
8465
|
-
/**
|
|
8466
|
-
* <p>Describes an Amazon FPGA image (AFI).</p>
|
|
8467
|
-
* @public
|
|
8468
|
-
*/
|
|
8469
|
-
export interface FpgaImage {
|
|
8470
|
-
/**
|
|
8471
|
-
* <p>The FPGA image identifier (AFI ID).</p>
|
|
8472
|
-
* @public
|
|
8473
|
-
*/
|
|
8474
|
-
FpgaImageId?: string | undefined;
|
|
8475
|
-
/**
|
|
8476
|
-
* <p>The global FPGA image identifier (AGFI ID).</p>
|
|
8477
|
-
* @public
|
|
8478
|
-
*/
|
|
8479
|
-
FpgaImageGlobalId?: string | undefined;
|
|
8480
|
-
/**
|
|
8481
|
-
* <p>The name of the AFI.</p>
|
|
8482
|
-
* @public
|
|
8483
|
-
*/
|
|
8484
|
-
Name?: string | undefined;
|
|
8485
|
-
/**
|
|
8486
|
-
* <p>The description of the AFI.</p>
|
|
8487
|
-
* @public
|
|
8488
|
-
*/
|
|
8489
|
-
Description?: string | undefined;
|
|
8490
|
-
/**
|
|
8491
|
-
* <p>The version of the Amazon Web Services Shell that was used to create the bitstream.</p>
|
|
8492
|
-
* @public
|
|
8493
|
-
*/
|
|
8494
|
-
ShellVersion?: string | undefined;
|
|
8495
|
-
/**
|
|
8496
|
-
* <p>Information about the PCI bus.</p>
|
|
8497
|
-
* @public
|
|
8498
|
-
*/
|
|
8499
|
-
PciId?: PciId | undefined;
|
|
8500
|
-
/**
|
|
8501
|
-
* <p>Information about the state of the AFI.</p>
|
|
8502
|
-
* @public
|
|
8503
|
-
*/
|
|
8504
|
-
State?: FpgaImageState | undefined;
|
|
8505
|
-
/**
|
|
8506
|
-
* <p>The date and time the AFI was created.</p>
|
|
8507
|
-
* @public
|
|
8508
|
-
*/
|
|
8509
|
-
CreateTime?: Date | undefined;
|
|
8510
|
-
/**
|
|
8511
|
-
* <p>The time of the most recent update to the AFI.</p>
|
|
8512
|
-
* @public
|
|
8513
|
-
*/
|
|
8514
|
-
UpdateTime?: Date | undefined;
|
|
8515
|
-
/**
|
|
8516
|
-
* <p>The ID of the Amazon Web Services account that owns the AFI.</p>
|
|
8517
|
-
* @public
|
|
8518
|
-
*/
|
|
8519
|
-
OwnerId?: string | undefined;
|
|
8520
|
-
/**
|
|
8521
|
-
* <p>The alias of the AFI owner. Possible values include <code>self</code>, <code>amazon</code>, and <code>aws-marketplace</code>.</p>
|
|
8522
|
-
* @public
|
|
8523
|
-
*/
|
|
8524
|
-
OwnerAlias?: string | undefined;
|
|
8525
|
-
/**
|
|
8526
|
-
* <p>The product codes for the AFI.</p>
|
|
8527
|
-
* @public
|
|
8528
|
-
*/
|
|
8529
|
-
ProductCodes?: ProductCode[] | undefined;
|
|
8530
|
-
/**
|
|
8531
|
-
* <p>Any tags assigned to the AFI.</p>
|
|
8532
|
-
* @public
|
|
8533
|
-
*/
|
|
8534
|
-
Tags?: Tag[] | undefined;
|
|
8535
|
-
/**
|
|
8536
|
-
* <p>Indicates whether the AFI is public.</p>
|
|
8537
|
-
* @public
|
|
8538
|
-
*/
|
|
8539
|
-
Public?: boolean | undefined;
|
|
8540
|
-
/**
|
|
8541
|
-
* <p>Indicates whether data retention support is enabled for the AFI.</p>
|
|
8542
|
-
* @public
|
|
8543
|
-
*/
|
|
8544
|
-
DataRetentionSupport?: boolean | undefined;
|
|
8545
|
-
/**
|
|
8546
|
-
* <p>The instance types supported by the AFI.</p>
|
|
8547
|
-
* @public
|
|
8548
|
-
*/
|
|
8549
|
-
InstanceTypes?: string[] | undefined;
|
|
8550
|
-
}
|