@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,5 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_InstanceType,
|
|
3
|
-
AccountVpcEncryptionControlMode,
|
|
4
|
-
AggregationStatusEnum,
|
|
5
3
|
AnalysisStatus,
|
|
6
4
|
ArchitectureType,
|
|
7
5
|
ArchitectureValues,
|
|
@@ -10,6 +8,7 @@ import {
|
|
|
10
8
|
CapacityManagerStatus,
|
|
11
9
|
CapacityReservationState,
|
|
12
10
|
CapacityTenancy,
|
|
11
|
+
ChronologicalOrder,
|
|
13
12
|
ClientCertificateRevocationListStatusCode,
|
|
14
13
|
Comparison,
|
|
15
14
|
CurrencyCodeValues,
|
|
@@ -17,18 +16,20 @@ import {
|
|
|
17
16
|
DiskImageFormat,
|
|
18
17
|
EkPubKeyFormat,
|
|
19
18
|
EkPubKeyType,
|
|
20
|
-
|
|
19
|
+
FastLaunchResourceType,
|
|
20
|
+
FastLaunchStateCode,
|
|
21
|
+
FastSnapshotRestoreStateCode,
|
|
21
22
|
FilterByDimension,
|
|
22
|
-
FleetExcessCapacityTerminationPolicy,
|
|
23
|
-
FpgaImageAttributeName,
|
|
24
23
|
GroupBy,
|
|
25
24
|
HttpTokensEnforcedState,
|
|
26
25
|
HttpTokensState,
|
|
26
|
+
ImageBlockPublicAccessEnabledState,
|
|
27
27
|
IngestionStatus,
|
|
28
|
-
InstanceMatchCriteria,
|
|
29
28
|
InstanceMetadataEndpointState,
|
|
30
29
|
InstanceMetadataTagsState,
|
|
31
30
|
IpamAddressHistoryResourceType,
|
|
31
|
+
IpamByoipAdvertisementType,
|
|
32
|
+
IpamByoipCidrState,
|
|
32
33
|
IpamComplianceStatus,
|
|
33
34
|
IpamDiscoveryFailureCode,
|
|
34
35
|
IpamManagementState,
|
|
@@ -43,28 +44,22 @@ import {
|
|
|
43
44
|
IpamPublicAddressType,
|
|
44
45
|
IpamResourceCidrIpSource,
|
|
45
46
|
IpamResourceType,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
LockState,
|
|
47
|
+
IpamRoutingPolicyRegistrationState,
|
|
48
|
+
IpamRpkiStatus,
|
|
49
|
+
IpamRpkiStrength,
|
|
50
50
|
ManagedBy,
|
|
51
51
|
ManagedResourceDefaultVisibility,
|
|
52
52
|
Metric,
|
|
53
53
|
MetricType,
|
|
54
|
-
ModifyAvailabilityZoneOptInStatus,
|
|
55
|
-
NetworkProtocolEnum,
|
|
56
|
-
OperationType,
|
|
57
54
|
PartitionLoadFrequency,
|
|
58
55
|
PaymentOption,
|
|
59
56
|
PeriodType,
|
|
60
|
-
PermissionGroup,
|
|
61
57
|
PlatformValues,
|
|
62
58
|
ReservationEndDateType,
|
|
63
59
|
ReservationState,
|
|
64
60
|
ReservationType,
|
|
65
61
|
RouteServerRouteInstallationStatus,
|
|
66
62
|
RouteServerRouteStatus,
|
|
67
|
-
SelfServicePortal,
|
|
68
63
|
ShutdownBehavior,
|
|
69
64
|
SnapshotBlockPublicAccessState,
|
|
70
65
|
SSEType,
|
|
@@ -76,42 +71,29 @@ import {
|
|
|
76
71
|
UnlimitedSupportedInstanceFamily,
|
|
77
72
|
UserTrustProviderType,
|
|
78
73
|
VirtualizationType,
|
|
79
|
-
VolumeState,
|
|
80
|
-
VolumeType,
|
|
81
|
-
VpcEncryptionControlExclusionStateInput,
|
|
82
74
|
} from "./enums";
|
|
83
75
|
import {
|
|
84
76
|
AccessScopeAnalysisFinding,
|
|
85
|
-
AccountVpcEncryptionControl,
|
|
86
77
|
ActiveVpnTunnelStatus,
|
|
87
|
-
AddressAttribute,
|
|
88
|
-
ApplicationStatusCheckResponseObject,
|
|
89
|
-
ClientConnectOptions,
|
|
90
|
-
ClientLoginBannerOptions,
|
|
91
|
-
ClientRouteEnforcementOptions,
|
|
92
|
-
ConnectionLogOptions,
|
|
93
|
-
HealthCheckPathRequestObject,
|
|
94
78
|
InterruptibleCapacityAllocation,
|
|
95
79
|
InterruptionInfo,
|
|
96
80
|
IpamPoolAllocation,
|
|
97
|
-
|
|
81
|
+
IpamRoutingPolicyRegistrationDelta,
|
|
98
82
|
RouteServerAssociation,
|
|
99
83
|
SubnetAssociation,
|
|
100
84
|
Tag,
|
|
101
85
|
TagSpecification,
|
|
102
86
|
TargetConfigurationRequest,
|
|
103
|
-
TransitGatewayConfigurationInputStructure,
|
|
104
87
|
TransitGatewayPolicyTableAssociation,
|
|
105
88
|
} from "./models_0";
|
|
106
89
|
import {
|
|
107
|
-
FleetLaunchTemplateConfigRequest,
|
|
108
90
|
InstanceRequirementsRequest,
|
|
91
|
+
IpamInternetRegistryAssociation,
|
|
109
92
|
IpamResourceTag,
|
|
110
93
|
NetworkInsightsAccessScopeContent,
|
|
111
94
|
Placement,
|
|
112
95
|
RequestIpamResourceTag,
|
|
113
96
|
ResponseLaunchTemplateData,
|
|
114
|
-
TargetCapacitySpecificationRequest,
|
|
115
97
|
} from "./models_1";
|
|
116
98
|
import {
|
|
117
99
|
SubnetCidrReservation,
|
|
@@ -122,8 +104,9 @@ import {
|
|
|
122
104
|
import {
|
|
123
105
|
ConversionTask,
|
|
124
106
|
ExportTaskS3Location,
|
|
107
|
+
FastLaunchLaunchTemplateSpecificationResponse,
|
|
108
|
+
FastLaunchSnapshotConfigurationResponse,
|
|
125
109
|
Filter,
|
|
126
|
-
FpgaImageAttribute,
|
|
127
110
|
IpamPoolCidr,
|
|
128
111
|
} from "./models_3";
|
|
129
112
|
import {
|
|
@@ -133,6 +116,81 @@ import {
|
|
|
133
116
|
SnapshotTaskDetail,
|
|
134
117
|
} from "./models_4";
|
|
135
118
|
import { RouteServerPropagation, TransitGatewayPropagation } from "./models_5";
|
|
119
|
+
export interface EnableFastLaunchResult {
|
|
120
|
+
ImageId?: string | undefined;
|
|
121
|
+
ResourceType?: FastLaunchResourceType | undefined;
|
|
122
|
+
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
123
|
+
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
124
|
+
MaxParallelLaunches?: number | undefined;
|
|
125
|
+
OwnerId?: string | undefined;
|
|
126
|
+
State?: FastLaunchStateCode | undefined;
|
|
127
|
+
StateTransitionReason?: string | undefined;
|
|
128
|
+
StateTransitionTime?: Date | undefined;
|
|
129
|
+
}
|
|
130
|
+
export interface EnableFastSnapshotRestoresRequest {
|
|
131
|
+
AvailabilityZones?: string[] | undefined;
|
|
132
|
+
AvailabilityZoneIds?: string[] | undefined;
|
|
133
|
+
SourceSnapshotIds: string[] | undefined;
|
|
134
|
+
DryRun?: boolean | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface EnableFastSnapshotRestoreSuccessItem {
|
|
137
|
+
SnapshotId?: string | undefined;
|
|
138
|
+
AvailabilityZone?: string | undefined;
|
|
139
|
+
AvailabilityZoneId?: string | undefined;
|
|
140
|
+
State?: FastSnapshotRestoreStateCode | undefined;
|
|
141
|
+
StateTransitionReason?: string | undefined;
|
|
142
|
+
OwnerId?: string | undefined;
|
|
143
|
+
OwnerAlias?: string | undefined;
|
|
144
|
+
EnablingTime?: Date | undefined;
|
|
145
|
+
OptimizingTime?: Date | undefined;
|
|
146
|
+
EnabledTime?: Date | undefined;
|
|
147
|
+
DisablingTime?: Date | undefined;
|
|
148
|
+
DisabledTime?: Date | undefined;
|
|
149
|
+
}
|
|
150
|
+
export interface EnableFastSnapshotRestoreStateError {
|
|
151
|
+
Code?: string | undefined;
|
|
152
|
+
Message?: string | undefined;
|
|
153
|
+
}
|
|
154
|
+
export interface EnableFastSnapshotRestoreStateErrorItem {
|
|
155
|
+
AvailabilityZone?: string | undefined;
|
|
156
|
+
AvailabilityZoneId?: string | undefined;
|
|
157
|
+
Error?: EnableFastSnapshotRestoreStateError | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface EnableFastSnapshotRestoreErrorItem {
|
|
160
|
+
SnapshotId?: string | undefined;
|
|
161
|
+
FastSnapshotRestoreStateErrors?: EnableFastSnapshotRestoreStateErrorItem[] | undefined;
|
|
162
|
+
}
|
|
163
|
+
export interface EnableFastSnapshotRestoresResult {
|
|
164
|
+
Successful?: EnableFastSnapshotRestoreSuccessItem[] | undefined;
|
|
165
|
+
Unsuccessful?: EnableFastSnapshotRestoreErrorItem[] | undefined;
|
|
166
|
+
}
|
|
167
|
+
export interface EnableImageRequest {
|
|
168
|
+
ImageId: string | undefined;
|
|
169
|
+
DryRun?: boolean | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface EnableImageResult {
|
|
172
|
+
Return?: boolean | undefined;
|
|
173
|
+
}
|
|
174
|
+
export interface EnableImageBlockPublicAccessRequest {
|
|
175
|
+
ImageBlockPublicAccessState: ImageBlockPublicAccessEnabledState | undefined;
|
|
176
|
+
DryRun?: boolean | undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface EnableImageBlockPublicAccessResult {
|
|
179
|
+
ImageBlockPublicAccessState?: ImageBlockPublicAccessEnabledState | undefined;
|
|
180
|
+
}
|
|
181
|
+
export interface EnableImageDeprecationRequest {
|
|
182
|
+
ImageId: string | undefined;
|
|
183
|
+
DeprecateAt: Date | undefined;
|
|
184
|
+
DryRun?: boolean | undefined;
|
|
185
|
+
}
|
|
186
|
+
export interface EnableImageDeprecationResult {
|
|
187
|
+
Return?: boolean | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface EnableImageDeregistrationProtectionRequest {
|
|
190
|
+
ImageId: string | undefined;
|
|
191
|
+
WithCooldown?: boolean | undefined;
|
|
192
|
+
DryRun?: boolean | undefined;
|
|
193
|
+
}
|
|
136
194
|
export interface EnableImageDeregistrationProtectionResult {
|
|
137
195
|
Return?: string | undefined;
|
|
138
196
|
}
|
|
@@ -144,6 +202,19 @@ export interface EnableInstanceSqlHaStandbyDetectionsRequest {
|
|
|
144
202
|
export interface EnableInstanceSqlHaStandbyDetectionsResult {
|
|
145
203
|
Instances?: RegisteredInstance[] | undefined;
|
|
146
204
|
}
|
|
205
|
+
export interface EnableIpamInternetRegistryAssociationRequest {
|
|
206
|
+
DryRun?: boolean | undefined;
|
|
207
|
+
IpamInternetRegistryAssociationId: string | undefined;
|
|
208
|
+
RpkiVersion: string | undefined;
|
|
209
|
+
ServiceUri: string | undefined;
|
|
210
|
+
ChildHandle: string | undefined;
|
|
211
|
+
ParentHandle: string | undefined;
|
|
212
|
+
ParentBpkiTa: string | undefined;
|
|
213
|
+
ClientToken?: string | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface EnableIpamInternetRegistryAssociationResult {
|
|
216
|
+
IpamInternetRegistryAssociation?: IpamInternetRegistryAssociation | undefined;
|
|
217
|
+
}
|
|
147
218
|
export interface EnableIpamOrganizationAdminAccountRequest {
|
|
148
219
|
DryRun?: boolean | undefined;
|
|
149
220
|
DelegatedAdminAccountId: string | undefined;
|
|
@@ -866,6 +937,61 @@ export interface GetIpamDiscoveredResourceCidrsResult {
|
|
|
866
937
|
IpamDiscoveredResourceCidrs?: IpamDiscoveredResourceCidr[] | undefined;
|
|
867
938
|
NextToken?: string | undefined;
|
|
868
939
|
}
|
|
940
|
+
export interface GetIpamDiscoveredRoutesRequest {
|
|
941
|
+
DryRun?: boolean | undefined;
|
|
942
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
943
|
+
ResourceRegion: string | undefined;
|
|
944
|
+
Filters?: Filter[] | undefined;
|
|
945
|
+
NextToken?: string | undefined;
|
|
946
|
+
MaxResults?: number | undefined;
|
|
947
|
+
}
|
|
948
|
+
export interface IpamDiscoveredRoute {
|
|
949
|
+
IpamResourceDiscoveryId?: string | undefined;
|
|
950
|
+
ResourceRegion?: string | undefined;
|
|
951
|
+
ResourceOwnerId?: string | undefined;
|
|
952
|
+
Cidr?: string | undefined;
|
|
953
|
+
Asn?: string | undefined;
|
|
954
|
+
State?: IpamByoipCidrState | undefined;
|
|
955
|
+
AdvertisementType?: IpamByoipAdvertisementType | undefined;
|
|
956
|
+
NetworkBorderGroup?: string | undefined;
|
|
957
|
+
PoolId?: string | undefined;
|
|
958
|
+
IpamPoolId?: string | undefined;
|
|
959
|
+
SampleTime?: Date | undefined;
|
|
960
|
+
}
|
|
961
|
+
export interface GetIpamDiscoveredRoutesResult {
|
|
962
|
+
IpamDiscoveredRoutes?: IpamDiscoveredRoute[] | undefined;
|
|
963
|
+
NextToken?: string | undefined;
|
|
964
|
+
}
|
|
965
|
+
export interface GetIpamInternetRegistryAssociationAsnsRequest {
|
|
966
|
+
DryRun?: boolean | undefined;
|
|
967
|
+
IpamInternetRegistryAssociationId: string | undefined;
|
|
968
|
+
MaxResults?: number | undefined;
|
|
969
|
+
NextToken?: string | undefined;
|
|
970
|
+
Filters?: Filter[] | undefined;
|
|
971
|
+
}
|
|
972
|
+
export interface IpamInternetRegistryAssociationAsn {
|
|
973
|
+
Asn?: string | undefined;
|
|
974
|
+
LastObservedAt?: Date | undefined;
|
|
975
|
+
}
|
|
976
|
+
export interface GetIpamInternetRegistryAssociationAsnsResult {
|
|
977
|
+
NextToken?: string | undefined;
|
|
978
|
+
IpamInternetRegistryAssociationAsns?: IpamInternetRegistryAssociationAsn[] | undefined;
|
|
979
|
+
}
|
|
980
|
+
export interface GetIpamInternetRegistryAssociationCidrsRequest {
|
|
981
|
+
DryRun?: boolean | undefined;
|
|
982
|
+
IpamInternetRegistryAssociationId: string | undefined;
|
|
983
|
+
MaxResults?: number | undefined;
|
|
984
|
+
NextToken?: string | undefined;
|
|
985
|
+
Filters?: Filter[] | undefined;
|
|
986
|
+
}
|
|
987
|
+
export interface IpamInternetRegistryAssociationCidr {
|
|
988
|
+
Cidr?: string | undefined;
|
|
989
|
+
LastObservedAt?: Date | undefined;
|
|
990
|
+
}
|
|
991
|
+
export interface GetIpamInternetRegistryAssociationCidrsResult {
|
|
992
|
+
NextToken?: string | undefined;
|
|
993
|
+
IpamInternetRegistryAssociationCidrs?: IpamInternetRegistryAssociationCidr[] | undefined;
|
|
994
|
+
}
|
|
869
995
|
export interface GetIpamPolicyAllocationRulesRequest {
|
|
870
996
|
DryRun?: boolean | undefined;
|
|
871
997
|
IpamPolicyId: string | undefined;
|
|
@@ -1015,6 +1141,97 @@ export interface GetIpamResourceCidrsResult {
|
|
|
1015
1141
|
NextToken?: string | undefined;
|
|
1016
1142
|
IpamResourceCidrs?: IpamResourceCidr[] | undefined;
|
|
1017
1143
|
}
|
|
1144
|
+
export interface GetIpamRouteOriginAuthorizationsRequest {
|
|
1145
|
+
DryRun?: boolean | undefined;
|
|
1146
|
+
IpamInternetRegistryAssociationId: string | undefined;
|
|
1147
|
+
Cidr?: string | undefined;
|
|
1148
|
+
MaxResults?: number | undefined;
|
|
1149
|
+
NextToken?: string | undefined;
|
|
1150
|
+
}
|
|
1151
|
+
export interface IpamRouteOriginAuthorizationInfo {
|
|
1152
|
+
Cidr?: string | undefined;
|
|
1153
|
+
Asn?: string | undefined;
|
|
1154
|
+
MaxLength?: number | undefined;
|
|
1155
|
+
}
|
|
1156
|
+
export interface GetIpamRouteOriginAuthorizationsResult {
|
|
1157
|
+
IpamRouteOriginAuthorizations?: IpamRouteOriginAuthorizationInfo[] | undefined;
|
|
1158
|
+
NextToken?: string | undefined;
|
|
1159
|
+
}
|
|
1160
|
+
export interface GetIpamRouteProtectionFindingsRequest {
|
|
1161
|
+
DryRun?: boolean | undefined;
|
|
1162
|
+
IpamId: string | undefined;
|
|
1163
|
+
Filters?: Filter[] | undefined;
|
|
1164
|
+
NextToken?: string | undefined;
|
|
1165
|
+
MaxResults?: number | undefined;
|
|
1166
|
+
}
|
|
1167
|
+
export interface IpamRouteOriginAuthorization {
|
|
1168
|
+
Asn?: string | undefined;
|
|
1169
|
+
Prefix?: string | undefined;
|
|
1170
|
+
MaxLength?: number | undefined;
|
|
1171
|
+
Match?: boolean | undefined;
|
|
1172
|
+
Expiration?: Date | undefined;
|
|
1173
|
+
}
|
|
1174
|
+
export interface IpamRouteOverlap {
|
|
1175
|
+
Prefix?: string | undefined;
|
|
1176
|
+
Asn?: string | undefined;
|
|
1177
|
+
DetectedAt?: Date | undefined;
|
|
1178
|
+
}
|
|
1179
|
+
export interface IpamRouteProtectionFinding {
|
|
1180
|
+
ResourceOwnerId?: string | undefined;
|
|
1181
|
+
ResourceRegion?: string | undefined;
|
|
1182
|
+
IpamPoolId?: string | undefined;
|
|
1183
|
+
Cidr?: string | undefined;
|
|
1184
|
+
State?: IpamByoipCidrState | undefined;
|
|
1185
|
+
AdvertisementType?: IpamByoipAdvertisementType | undefined;
|
|
1186
|
+
NetworkBorderGroup?: string | undefined;
|
|
1187
|
+
PoolId?: string | undefined;
|
|
1188
|
+
Asn?: string | undefined;
|
|
1189
|
+
RpkiStatus?: IpamRpkiStatus | undefined;
|
|
1190
|
+
RpkiStrength?: IpamRpkiStrength | undefined;
|
|
1191
|
+
Roas?: IpamRouteOriginAuthorization[] | undefined;
|
|
1192
|
+
RouteOverlaps?: IpamRouteOverlap[] | undefined;
|
|
1193
|
+
SampleTime?: Date | undefined;
|
|
1194
|
+
RoaSampleTime?: Date | undefined;
|
|
1195
|
+
}
|
|
1196
|
+
export interface GetIpamRouteProtectionFindingsResult {
|
|
1197
|
+
IpamId?: string | undefined;
|
|
1198
|
+
RouteProtectionFindings?: IpamRouteProtectionFinding[] | undefined;
|
|
1199
|
+
NextToken?: string | undefined;
|
|
1200
|
+
}
|
|
1201
|
+
export interface GetIpamRoutingPolicyRegistrationDeltasRequest {
|
|
1202
|
+
DryRun?: boolean | undefined;
|
|
1203
|
+
IpamInternetRegistryAssociationId: string | undefined;
|
|
1204
|
+
DeltaId?: string | undefined;
|
|
1205
|
+
StartTime?: Date | undefined;
|
|
1206
|
+
EndTime?: Date | undefined;
|
|
1207
|
+
ChronologicalOrder?: ChronologicalOrder | undefined;
|
|
1208
|
+
MaxResults?: number | undefined;
|
|
1209
|
+
NextToken?: string | undefined;
|
|
1210
|
+
}
|
|
1211
|
+
export interface GetIpamRoutingPolicyRegistrationDeltasResult {
|
|
1212
|
+
IpamRoutingPolicyRegistrationDeltas?: IpamRoutingPolicyRegistrationDelta[] | undefined;
|
|
1213
|
+
NextToken?: string | undefined;
|
|
1214
|
+
}
|
|
1215
|
+
export interface GetIpamRoutingPolicyRegistrationsRequest {
|
|
1216
|
+
DryRun?: boolean | undefined;
|
|
1217
|
+
IpamInternetRegistryAssociationId: string | undefined;
|
|
1218
|
+
Cidr?: string | undefined;
|
|
1219
|
+
MaxResults?: number | undefined;
|
|
1220
|
+
NextToken?: string | undefined;
|
|
1221
|
+
}
|
|
1222
|
+
export interface IpamRoutingPolicyRegistration {
|
|
1223
|
+
Cidr?: string | undefined;
|
|
1224
|
+
Asns?: string[] | undefined;
|
|
1225
|
+
PermitMoreSpecificAnnouncements?: boolean | undefined;
|
|
1226
|
+
MaxLength?: number | undefined;
|
|
1227
|
+
Description?: string | undefined;
|
|
1228
|
+
LatestDeltaId?: string | undefined;
|
|
1229
|
+
State?: IpamRoutingPolicyRegistrationState | undefined;
|
|
1230
|
+
}
|
|
1231
|
+
export interface GetIpamRoutingPolicyRegistrationsResult {
|
|
1232
|
+
IpamRoutingPolicyRegistrations?: IpamRoutingPolicyRegistration[] | undefined;
|
|
1233
|
+
NextToken?: string | undefined;
|
|
1234
|
+
}
|
|
1018
1235
|
export interface GetLaunchTemplateDataRequest {
|
|
1019
1236
|
DryRun?: boolean | undefined;
|
|
1020
1237
|
InstanceId: string | undefined;
|
|
@@ -1575,244 +1792,3 @@ export interface ImportSnapshotResult {
|
|
|
1575
1792
|
SnapshotTaskDetail?: SnapshotTaskDetail | undefined;
|
|
1576
1793
|
Tags?: Tag[] | undefined;
|
|
1577
1794
|
}
|
|
1578
|
-
export interface ImportVolumeRequest {
|
|
1579
|
-
AvailabilityZoneId?: string | undefined;
|
|
1580
|
-
DryRun?: boolean | undefined;
|
|
1581
|
-
AvailabilityZone?: string | undefined;
|
|
1582
|
-
Image: DiskImageDetail | undefined;
|
|
1583
|
-
Description?: string | undefined;
|
|
1584
|
-
Volume: VolumeDetail | undefined;
|
|
1585
|
-
}
|
|
1586
|
-
export interface ImportVolumeResult {
|
|
1587
|
-
ConversionTask?: ConversionTask | undefined;
|
|
1588
|
-
}
|
|
1589
|
-
export interface ListImagesInRecycleBinRequest {
|
|
1590
|
-
ImageIds?: string[] | undefined;
|
|
1591
|
-
NextToken?: string | undefined;
|
|
1592
|
-
MaxResults?: number | undefined;
|
|
1593
|
-
DryRun?: boolean | undefined;
|
|
1594
|
-
}
|
|
1595
|
-
export interface ImageRecycleBinInfo {
|
|
1596
|
-
ImageId?: string | undefined;
|
|
1597
|
-
Name?: string | undefined;
|
|
1598
|
-
Description?: string | undefined;
|
|
1599
|
-
RecycleBinEnterTime?: Date | undefined;
|
|
1600
|
-
RecycleBinExitTime?: Date | undefined;
|
|
1601
|
-
}
|
|
1602
|
-
export interface ListImagesInRecycleBinResult {
|
|
1603
|
-
Images?: ImageRecycleBinInfo[] | undefined;
|
|
1604
|
-
NextToken?: string | undefined;
|
|
1605
|
-
}
|
|
1606
|
-
export interface ListSnapshotsInRecycleBinRequest {
|
|
1607
|
-
MaxResults?: number | undefined;
|
|
1608
|
-
NextToken?: string | undefined;
|
|
1609
|
-
SnapshotIds?: string[] | undefined;
|
|
1610
|
-
DryRun?: boolean | undefined;
|
|
1611
|
-
}
|
|
1612
|
-
export interface SnapshotRecycleBinInfo {
|
|
1613
|
-
SnapshotId?: string | undefined;
|
|
1614
|
-
RecycleBinEnterTime?: Date | undefined;
|
|
1615
|
-
RecycleBinExitTime?: Date | undefined;
|
|
1616
|
-
Description?: string | undefined;
|
|
1617
|
-
VolumeId?: string | undefined;
|
|
1618
|
-
}
|
|
1619
|
-
export interface ListSnapshotsInRecycleBinResult {
|
|
1620
|
-
Snapshots?: SnapshotRecycleBinInfo[] | undefined;
|
|
1621
|
-
NextToken?: string | undefined;
|
|
1622
|
-
}
|
|
1623
|
-
export interface ListVolumesInRecycleBinRequest {
|
|
1624
|
-
VolumeIds?: string[] | undefined;
|
|
1625
|
-
DryRun?: boolean | undefined;
|
|
1626
|
-
MaxResults?: number | undefined;
|
|
1627
|
-
NextToken?: string | undefined;
|
|
1628
|
-
}
|
|
1629
|
-
export interface VolumeRecycleBinInfo {
|
|
1630
|
-
VolumeId?: string | undefined;
|
|
1631
|
-
VolumeType?: VolumeType | undefined;
|
|
1632
|
-
State?: VolumeState | undefined;
|
|
1633
|
-
Size?: number | undefined;
|
|
1634
|
-
Iops?: number | undefined;
|
|
1635
|
-
Throughput?: number | undefined;
|
|
1636
|
-
OutpostArn?: string | undefined;
|
|
1637
|
-
AvailabilityZone?: string | undefined;
|
|
1638
|
-
AvailabilityZoneId?: string | undefined;
|
|
1639
|
-
SourceVolumeId?: string | undefined;
|
|
1640
|
-
SnapshotId?: string | undefined;
|
|
1641
|
-
Operator?: OperatorResponse | undefined;
|
|
1642
|
-
CreateTime?: Date | undefined;
|
|
1643
|
-
RecycleBinEnterTime?: Date | undefined;
|
|
1644
|
-
RecycleBinExitTime?: Date | undefined;
|
|
1645
|
-
}
|
|
1646
|
-
export interface ListVolumesInRecycleBinResult {
|
|
1647
|
-
Volumes?: VolumeRecycleBinInfo[] | undefined;
|
|
1648
|
-
NextToken?: string | undefined;
|
|
1649
|
-
}
|
|
1650
|
-
export interface LockSnapshotRequest {
|
|
1651
|
-
SnapshotId: string | undefined;
|
|
1652
|
-
DryRun?: boolean | undefined;
|
|
1653
|
-
LockMode: LockMode | undefined;
|
|
1654
|
-
CoolOffPeriod?: number | undefined;
|
|
1655
|
-
LockDuration?: number | undefined;
|
|
1656
|
-
ExpirationDate?: Date | undefined;
|
|
1657
|
-
}
|
|
1658
|
-
export interface LockSnapshotResult {
|
|
1659
|
-
SnapshotId?: string | undefined;
|
|
1660
|
-
LockState?: LockState | undefined;
|
|
1661
|
-
LockDuration?: number | undefined;
|
|
1662
|
-
CoolOffPeriod?: number | undefined;
|
|
1663
|
-
CoolOffPeriodExpiresOn?: Date | undefined;
|
|
1664
|
-
LockCreatedOn?: Date | undefined;
|
|
1665
|
-
LockExpiresOn?: Date | undefined;
|
|
1666
|
-
LockDurationStartTime?: Date | undefined;
|
|
1667
|
-
}
|
|
1668
|
-
export interface ModifyAccountVpcEncryptionControlRequest {
|
|
1669
|
-
DryRun?: boolean | undefined;
|
|
1670
|
-
Mode?: AccountVpcEncryptionControlMode | undefined;
|
|
1671
|
-
InternetGateway?: VpcEncryptionControlExclusionStateInput | undefined;
|
|
1672
|
-
EgressOnlyInternetGateway?: VpcEncryptionControlExclusionStateInput | undefined;
|
|
1673
|
-
NatGateway?: VpcEncryptionControlExclusionStateInput | undefined;
|
|
1674
|
-
VirtualPrivateGateway?: VpcEncryptionControlExclusionStateInput | undefined;
|
|
1675
|
-
VpcPeering?: VpcEncryptionControlExclusionStateInput | undefined;
|
|
1676
|
-
Lambda?: VpcEncryptionControlExclusionStateInput | undefined;
|
|
1677
|
-
VpcLattice?: VpcEncryptionControlExclusionStateInput | undefined;
|
|
1678
|
-
ElasticFileSystem?: VpcEncryptionControlExclusionStateInput | undefined;
|
|
1679
|
-
}
|
|
1680
|
-
export interface ModifyAccountVpcEncryptionControlResult {
|
|
1681
|
-
AccountVpcEncryptionControl?: AccountVpcEncryptionControl | undefined;
|
|
1682
|
-
}
|
|
1683
|
-
export interface ModifyAddressAttributeRequest {
|
|
1684
|
-
AllocationId: string | undefined;
|
|
1685
|
-
DomainName?: string | undefined;
|
|
1686
|
-
DryRun?: boolean | undefined;
|
|
1687
|
-
}
|
|
1688
|
-
export interface ModifyAddressAttributeResult {
|
|
1689
|
-
Address?: AddressAttribute | undefined;
|
|
1690
|
-
}
|
|
1691
|
-
export interface ModifyApplicationStatusCheckRequest {
|
|
1692
|
-
ApplicationStatusCheckId: string | undefined;
|
|
1693
|
-
Aggregation?: AggregationStatusEnum | undefined;
|
|
1694
|
-
HealthCheckPaths?: HealthCheckPathRequestObject[] | undefined;
|
|
1695
|
-
Protocol?: NetworkProtocolEnum | undefined;
|
|
1696
|
-
Port?: number | undefined;
|
|
1697
|
-
Path?: string | undefined;
|
|
1698
|
-
DeviceIndex?: number | undefined;
|
|
1699
|
-
IpVersion?: IpVersionEnum | undefined;
|
|
1700
|
-
IpScope?: IpScopeEnum | undefined;
|
|
1701
|
-
Interval?: number | undefined;
|
|
1702
|
-
Timeout?: number | undefined;
|
|
1703
|
-
FailureThreshold?: number | undefined;
|
|
1704
|
-
SuccessThreshold?: number | undefined;
|
|
1705
|
-
StatusCodeMatcher?: string | undefined;
|
|
1706
|
-
InitializationGracePeriodSeconds?: number | undefined;
|
|
1707
|
-
ClientToken?: string | undefined;
|
|
1708
|
-
DryRun?: boolean | undefined;
|
|
1709
|
-
}
|
|
1710
|
-
export interface ModifyApplicationStatusCheckResult {
|
|
1711
|
-
ApplicationStatusCheck?: ApplicationStatusCheckResponseObject | undefined;
|
|
1712
|
-
}
|
|
1713
|
-
export interface ModifyAvailabilityZoneGroupRequest {
|
|
1714
|
-
GroupName: string | undefined;
|
|
1715
|
-
OptInStatus: ModifyAvailabilityZoneOptInStatus | undefined;
|
|
1716
|
-
DryRun?: boolean | undefined;
|
|
1717
|
-
}
|
|
1718
|
-
export interface ModifyAvailabilityZoneGroupResult {
|
|
1719
|
-
Return?: boolean | undefined;
|
|
1720
|
-
}
|
|
1721
|
-
export interface ModifyCapacityReservationRequest {
|
|
1722
|
-
CapacityReservationId: string | undefined;
|
|
1723
|
-
InstanceCount?: number | undefined;
|
|
1724
|
-
EndDate?: Date | undefined;
|
|
1725
|
-
EndDateType?: EndDateType | undefined;
|
|
1726
|
-
Accept?: boolean | undefined;
|
|
1727
|
-
DryRun?: boolean | undefined;
|
|
1728
|
-
AdditionalInfo?: string | undefined;
|
|
1729
|
-
InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
|
|
1730
|
-
}
|
|
1731
|
-
export interface ModifyCapacityReservationResult {
|
|
1732
|
-
Return?: boolean | undefined;
|
|
1733
|
-
}
|
|
1734
|
-
export interface ModifyCapacityReservationFleetRequest {
|
|
1735
|
-
CapacityReservationFleetId: string | undefined;
|
|
1736
|
-
TotalTargetCapacity?: number | undefined;
|
|
1737
|
-
EndDate?: Date | undefined;
|
|
1738
|
-
DryRun?: boolean | undefined;
|
|
1739
|
-
RemoveEndDate?: boolean | undefined;
|
|
1740
|
-
}
|
|
1741
|
-
export interface ModifyCapacityReservationFleetResult {
|
|
1742
|
-
Return?: boolean | undefined;
|
|
1743
|
-
}
|
|
1744
|
-
export interface DnsServersOptionsModifyStructure {
|
|
1745
|
-
CustomDnsServers?: string[] | undefined;
|
|
1746
|
-
Enabled?: boolean | undefined;
|
|
1747
|
-
}
|
|
1748
|
-
export interface ModifyClientVpnEndpointRequest {
|
|
1749
|
-
ClientVpnEndpointId: string | undefined;
|
|
1750
|
-
ServerCertificateArn?: string | undefined;
|
|
1751
|
-
ConnectionLogOptions?: ConnectionLogOptions | undefined;
|
|
1752
|
-
DnsServers?: DnsServersOptionsModifyStructure | undefined;
|
|
1753
|
-
VpnPort?: number | undefined;
|
|
1754
|
-
Description?: string | undefined;
|
|
1755
|
-
SplitTunnel?: boolean | undefined;
|
|
1756
|
-
DryRun?: boolean | undefined;
|
|
1757
|
-
SecurityGroupIds?: string[] | undefined;
|
|
1758
|
-
VpcId?: string | undefined;
|
|
1759
|
-
SelfServicePortal?: SelfServicePortal | undefined;
|
|
1760
|
-
ClientConnectOptions?: ClientConnectOptions | undefined;
|
|
1761
|
-
SessionTimeoutHours?: number | undefined;
|
|
1762
|
-
ClientLoginBannerOptions?: ClientLoginBannerOptions | undefined;
|
|
1763
|
-
ClientRouteEnforcementOptions?: ClientRouteEnforcementOptions | undefined;
|
|
1764
|
-
DisconnectOnSessionTimeout?: boolean | undefined;
|
|
1765
|
-
TransitGatewayConfiguration?: TransitGatewayConfigurationInputStructure | undefined;
|
|
1766
|
-
}
|
|
1767
|
-
export interface ModifyClientVpnEndpointResult {
|
|
1768
|
-
Return?: boolean | undefined;
|
|
1769
|
-
}
|
|
1770
|
-
export interface ModifyDefaultCreditSpecificationRequest {
|
|
1771
|
-
DryRun?: boolean | undefined;
|
|
1772
|
-
InstanceFamily: UnlimitedSupportedInstanceFamily | undefined;
|
|
1773
|
-
CpuCredits: string | undefined;
|
|
1774
|
-
}
|
|
1775
|
-
export interface ModifyDefaultCreditSpecificationResult {
|
|
1776
|
-
InstanceFamilyCreditSpecification?: InstanceFamilyCreditSpecification | undefined;
|
|
1777
|
-
}
|
|
1778
|
-
export interface ModifyEbsDefaultKmsKeyIdRequest {
|
|
1779
|
-
KmsKeyId: string | undefined;
|
|
1780
|
-
DryRun?: boolean | undefined;
|
|
1781
|
-
}
|
|
1782
|
-
export interface ModifyEbsDefaultKmsKeyIdResult {
|
|
1783
|
-
KmsKeyId?: string | undefined;
|
|
1784
|
-
}
|
|
1785
|
-
export interface ModifyFleetRequest {
|
|
1786
|
-
DryRun?: boolean | undefined;
|
|
1787
|
-
ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy | undefined;
|
|
1788
|
-
LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[] | undefined;
|
|
1789
|
-
FleetId: string | undefined;
|
|
1790
|
-
TargetCapacitySpecification?: TargetCapacitySpecificationRequest | undefined;
|
|
1791
|
-
Context?: string | undefined;
|
|
1792
|
-
}
|
|
1793
|
-
export interface ModifyFleetResult {
|
|
1794
|
-
Return?: boolean | undefined;
|
|
1795
|
-
}
|
|
1796
|
-
export interface LoadPermissionRequest {
|
|
1797
|
-
Group?: PermissionGroup | undefined;
|
|
1798
|
-
UserId?: string | undefined;
|
|
1799
|
-
}
|
|
1800
|
-
export interface LoadPermissionModifications {
|
|
1801
|
-
Add?: LoadPermissionRequest[] | undefined;
|
|
1802
|
-
Remove?: LoadPermissionRequest[] | undefined;
|
|
1803
|
-
}
|
|
1804
|
-
export interface ModifyFpgaImageAttributeRequest {
|
|
1805
|
-
DryRun?: boolean | undefined;
|
|
1806
|
-
FpgaImageId: string | undefined;
|
|
1807
|
-
Attribute?: FpgaImageAttributeName | undefined;
|
|
1808
|
-
OperationType?: OperationType | undefined;
|
|
1809
|
-
UserIds?: string[] | undefined;
|
|
1810
|
-
UserGroups?: string[] | undefined;
|
|
1811
|
-
ProductCodes?: string[] | undefined;
|
|
1812
|
-
LoadPermission?: LoadPermissionModifications | undefined;
|
|
1813
|
-
Description?: string | undefined;
|
|
1814
|
-
Name?: string | undefined;
|
|
1815
|
-
}
|
|
1816
|
-
export interface ModifyFpgaImageAttributeResult {
|
|
1817
|
-
FpgaImageAttribute?: FpgaImageAttribute | undefined;
|
|
1818
|
-
}
|