@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,12 +1,50 @@
|
|
|
1
1
|
import {
|
|
2
|
+
_InstanceType,
|
|
3
|
+
AmdSevSnpSpecification,
|
|
2
4
|
CapacityManagerStatus,
|
|
5
|
+
HostnameType,
|
|
6
|
+
HttpTokensState,
|
|
7
|
+
InstanceAttributeName,
|
|
8
|
+
InstanceAutoRecoveryState,
|
|
9
|
+
InstanceBandwidthWeighting,
|
|
10
|
+
InstanceInterruptionBehavior,
|
|
11
|
+
InstanceMetadataEndpointState,
|
|
12
|
+
InstanceMetadataProtocolState,
|
|
13
|
+
InstanceMetadataTagsState,
|
|
3
14
|
InterruptibleCapacityReservationAllocationStatus,
|
|
4
15
|
InterruptionType,
|
|
16
|
+
MarketType,
|
|
5
17
|
MembershipType,
|
|
18
|
+
NestedVirtualizationSpecification,
|
|
19
|
+
ResetFpgaImageAttributeName,
|
|
20
|
+
ResetImageAttributeName,
|
|
21
|
+
SecondaryInterfaceType,
|
|
22
|
+
ShutdownBehavior,
|
|
23
|
+
SnapshotAttributeName,
|
|
24
|
+
SnapshotState,
|
|
25
|
+
SpotInstanceType,
|
|
26
|
+
SSEType,
|
|
27
|
+
Status,
|
|
6
28
|
TransitGatewayAttachmentResourceType,
|
|
7
29
|
} from "./enums";
|
|
8
|
-
import {
|
|
9
|
-
|
|
30
|
+
import {
|
|
31
|
+
ByoipCidr,
|
|
32
|
+
ClientVpnAuthorizationRuleStatus,
|
|
33
|
+
IamInstanceProfileSpecification,
|
|
34
|
+
IpPermission,
|
|
35
|
+
NatGatewayAddress,
|
|
36
|
+
TagSpecification,
|
|
37
|
+
} from "./models_0";
|
|
38
|
+
import {
|
|
39
|
+
BlockDeviceMapping,
|
|
40
|
+
CreditSpecificationRequest,
|
|
41
|
+
ElasticGpuSpecification,
|
|
42
|
+
InstanceIpv6Address,
|
|
43
|
+
LocalGatewayRoute,
|
|
44
|
+
ManagedPrefixList,
|
|
45
|
+
OperatorRequest,
|
|
46
|
+
Placement,
|
|
47
|
+
} from "./models_1";
|
|
10
48
|
import { TransitGatewayRoute } from "./models_2";
|
|
11
49
|
import { ClientVpnConnectionStatus, Filter } from "./models_3";
|
|
12
50
|
import {
|
|
@@ -14,8 +52,270 @@ import {
|
|
|
14
52
|
NetworkInsightsAccessScopeAnalysis,
|
|
15
53
|
NetworkInsightsAnalysis,
|
|
16
54
|
} from "./models_4";
|
|
55
|
+
import { InstanceNetworkInterfaceSpecification, RunInstancesMonitoringEnabled } from "./models_5";
|
|
17
56
|
import { CapacityManagerMonitoredTagKey } from "./models_6";
|
|
18
|
-
import {
|
|
57
|
+
import {
|
|
58
|
+
CapacityReservationSpecification,
|
|
59
|
+
EnclaveOptionsRequest,
|
|
60
|
+
InstanceMonitoring,
|
|
61
|
+
} from "./models_7";
|
|
62
|
+
export interface ResetEbsDefaultKmsKeyIdResult {
|
|
63
|
+
KmsKeyId?: string | undefined;
|
|
64
|
+
}
|
|
65
|
+
export interface ResetFpgaImageAttributeRequest {
|
|
66
|
+
DryRun?: boolean | undefined;
|
|
67
|
+
FpgaImageId: string | undefined;
|
|
68
|
+
Attribute?: ResetFpgaImageAttributeName | undefined;
|
|
69
|
+
}
|
|
70
|
+
export interface ResetFpgaImageAttributeResult {
|
|
71
|
+
Return?: boolean | undefined;
|
|
72
|
+
}
|
|
73
|
+
export interface ResetImageAttributeRequest {
|
|
74
|
+
Attribute: ResetImageAttributeName | undefined;
|
|
75
|
+
ImageId: string | undefined;
|
|
76
|
+
DryRun?: boolean | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface ResetInstanceAttributeRequest {
|
|
79
|
+
DryRun?: boolean | undefined;
|
|
80
|
+
InstanceId: string | undefined;
|
|
81
|
+
Attribute: InstanceAttributeName | undefined;
|
|
82
|
+
}
|
|
83
|
+
export interface ResetNetworkInterfaceAttributeRequest {
|
|
84
|
+
DryRun?: boolean | undefined;
|
|
85
|
+
NetworkInterfaceId: string | undefined;
|
|
86
|
+
SourceDestCheck?: string | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface ResetSnapshotAttributeRequest {
|
|
89
|
+
Attribute: SnapshotAttributeName | undefined;
|
|
90
|
+
SnapshotId: string | undefined;
|
|
91
|
+
DryRun?: boolean | undefined;
|
|
92
|
+
}
|
|
93
|
+
export interface RestoreAddressToClassicRequest {
|
|
94
|
+
DryRun?: boolean | undefined;
|
|
95
|
+
PublicIp: string | undefined;
|
|
96
|
+
}
|
|
97
|
+
export interface RestoreAddressToClassicResult {
|
|
98
|
+
PublicIp?: string | undefined;
|
|
99
|
+
Status?: Status | undefined;
|
|
100
|
+
}
|
|
101
|
+
export interface RestoreImageFromRecycleBinRequest {
|
|
102
|
+
ImageId: string | undefined;
|
|
103
|
+
DryRun?: boolean | undefined;
|
|
104
|
+
}
|
|
105
|
+
export interface RestoreImageFromRecycleBinResult {
|
|
106
|
+
Return?: boolean | undefined;
|
|
107
|
+
}
|
|
108
|
+
export interface RestoreManagedPrefixListVersionRequest {
|
|
109
|
+
DryRun?: boolean | undefined;
|
|
110
|
+
PrefixListId: string | undefined;
|
|
111
|
+
PreviousVersion: number | undefined;
|
|
112
|
+
CurrentVersion: number | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface RestoreManagedPrefixListVersionResult {
|
|
115
|
+
PrefixList?: ManagedPrefixList | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface RestoreSnapshotFromRecycleBinRequest {
|
|
118
|
+
SnapshotId: string | undefined;
|
|
119
|
+
DryRun?: boolean | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface RestoreSnapshotFromRecycleBinResult {
|
|
122
|
+
SnapshotId?: string | undefined;
|
|
123
|
+
OutpostArn?: string | undefined;
|
|
124
|
+
Description?: string | undefined;
|
|
125
|
+
Encrypted?: boolean | undefined;
|
|
126
|
+
OwnerId?: string | undefined;
|
|
127
|
+
Progress?: string | undefined;
|
|
128
|
+
StartTime?: Date | undefined;
|
|
129
|
+
State?: SnapshotState | undefined;
|
|
130
|
+
VolumeId?: string | undefined;
|
|
131
|
+
VolumeSize?: number | undefined;
|
|
132
|
+
SseType?: SSEType | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface RestoreSnapshotTierRequest {
|
|
135
|
+
SnapshotId: string | undefined;
|
|
136
|
+
TemporaryRestoreDays?: number | undefined;
|
|
137
|
+
PermanentRestore?: boolean | undefined;
|
|
138
|
+
DryRun?: boolean | undefined;
|
|
139
|
+
}
|
|
140
|
+
export interface RestoreSnapshotTierResult {
|
|
141
|
+
SnapshotId?: string | undefined;
|
|
142
|
+
RestoreStartTime?: Date | undefined;
|
|
143
|
+
RestoreDuration?: number | undefined;
|
|
144
|
+
IsPermanentRestore?: boolean | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface RestoreVolumeFromRecycleBinRequest {
|
|
147
|
+
VolumeId: string | undefined;
|
|
148
|
+
DryRun?: boolean | undefined;
|
|
149
|
+
}
|
|
150
|
+
export interface RestoreVolumeFromRecycleBinResult {
|
|
151
|
+
Return?: boolean | undefined;
|
|
152
|
+
}
|
|
153
|
+
export interface RevokeClientVpnIngressRequest {
|
|
154
|
+
ClientVpnEndpointId: string | undefined;
|
|
155
|
+
TargetNetworkCidr: string | undefined;
|
|
156
|
+
AccessGroupId?: string | undefined;
|
|
157
|
+
RevokeAllGroups?: boolean | undefined;
|
|
158
|
+
DryRun?: boolean | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface RevokeClientVpnIngressResult {
|
|
161
|
+
Status?: ClientVpnAuthorizationRuleStatus | undefined;
|
|
162
|
+
}
|
|
163
|
+
export interface RevokeSecurityGroupEgressRequest {
|
|
164
|
+
SecurityGroupRuleIds?: string[] | undefined;
|
|
165
|
+
DryRun?: boolean | undefined;
|
|
166
|
+
GroupId: string | undefined;
|
|
167
|
+
SourceSecurityGroupName?: string | undefined;
|
|
168
|
+
SourceSecurityGroupOwnerId?: string | undefined;
|
|
169
|
+
IpProtocol?: string | undefined;
|
|
170
|
+
FromPort?: number | undefined;
|
|
171
|
+
ToPort?: number | undefined;
|
|
172
|
+
CidrIp?: string | undefined;
|
|
173
|
+
IpPermissions?: IpPermission[] | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface RevokedSecurityGroupRule {
|
|
176
|
+
SecurityGroupRuleId?: string | undefined;
|
|
177
|
+
GroupId?: string | undefined;
|
|
178
|
+
IsEgress?: boolean | undefined;
|
|
179
|
+
IpProtocol?: string | undefined;
|
|
180
|
+
FromPort?: number | undefined;
|
|
181
|
+
ToPort?: number | undefined;
|
|
182
|
+
CidrIpv4?: string | undefined;
|
|
183
|
+
CidrIpv6?: string | undefined;
|
|
184
|
+
PrefixListId?: string | undefined;
|
|
185
|
+
ReferencedGroupId?: string | undefined;
|
|
186
|
+
Description?: string | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface RevokeSecurityGroupEgressResult {
|
|
189
|
+
Return?: boolean | undefined;
|
|
190
|
+
UnknownIpPermissions?: IpPermission[] | undefined;
|
|
191
|
+
RevokedSecurityGroupRules?: RevokedSecurityGroupRule[] | undefined;
|
|
192
|
+
}
|
|
193
|
+
export interface RevokeSecurityGroupIngressRequest {
|
|
194
|
+
CidrIp?: string | undefined;
|
|
195
|
+
FromPort?: number | undefined;
|
|
196
|
+
GroupId?: string | undefined;
|
|
197
|
+
GroupName?: string | undefined;
|
|
198
|
+
IpPermissions?: IpPermission[] | undefined;
|
|
199
|
+
IpProtocol?: string | undefined;
|
|
200
|
+
SourceSecurityGroupName?: string | undefined;
|
|
201
|
+
SourceSecurityGroupOwnerId?: string | undefined;
|
|
202
|
+
ToPort?: number | undefined;
|
|
203
|
+
SecurityGroupRuleIds?: string[] | undefined;
|
|
204
|
+
DryRun?: boolean | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface RevokeSecurityGroupIngressResult {
|
|
207
|
+
Return?: boolean | undefined;
|
|
208
|
+
UnknownIpPermissions?: IpPermission[] | undefined;
|
|
209
|
+
RevokedSecurityGroupRules?: RevokedSecurityGroupRule[] | undefined;
|
|
210
|
+
}
|
|
211
|
+
export interface CpuOptionsRequest {
|
|
212
|
+
CoreCount?: number | undefined;
|
|
213
|
+
ThreadsPerCore?: number | undefined;
|
|
214
|
+
AmdSevSnp?: AmdSevSnpSpecification | undefined;
|
|
215
|
+
NestedVirtualization?: NestedVirtualizationSpecification | undefined;
|
|
216
|
+
}
|
|
217
|
+
export interface ElasticInferenceAccelerator {
|
|
218
|
+
Type: string | undefined;
|
|
219
|
+
Count?: number | undefined;
|
|
220
|
+
}
|
|
221
|
+
export interface HibernationOptionsRequest {
|
|
222
|
+
Configured?: boolean | undefined;
|
|
223
|
+
}
|
|
224
|
+
export interface SpotMarketOptions {
|
|
225
|
+
MaxPrice?: string | undefined;
|
|
226
|
+
SpotInstanceType?: SpotInstanceType | undefined;
|
|
227
|
+
BlockDurationMinutes?: number | undefined;
|
|
228
|
+
ValidUntil?: Date | undefined;
|
|
229
|
+
InstanceInterruptionBehavior?: InstanceInterruptionBehavior | undefined;
|
|
230
|
+
}
|
|
231
|
+
export interface InstanceMarketOptionsRequest {
|
|
232
|
+
MarketType?: MarketType | undefined;
|
|
233
|
+
SpotOptions?: SpotMarketOptions | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface LaunchTemplateSpecification {
|
|
236
|
+
LaunchTemplateId?: string | undefined;
|
|
237
|
+
LaunchTemplateName?: string | undefined;
|
|
238
|
+
Version?: string | undefined;
|
|
239
|
+
}
|
|
240
|
+
export interface LicenseConfigurationRequest {
|
|
241
|
+
LicenseConfigurationArn?: string | undefined;
|
|
242
|
+
}
|
|
243
|
+
export interface InstanceMaintenanceOptionsRequest {
|
|
244
|
+
AutoRecovery?: InstanceAutoRecoveryState | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface InstanceMetadataOptionsRequest {
|
|
247
|
+
HttpTokens?: HttpTokensState | undefined;
|
|
248
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
249
|
+
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
250
|
+
HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
|
|
251
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
252
|
+
}
|
|
253
|
+
export interface InstanceNetworkPerformanceOptionsRequest {
|
|
254
|
+
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
255
|
+
}
|
|
256
|
+
export interface PrivateDnsNameOptionsRequest {
|
|
257
|
+
HostnameType?: HostnameType | undefined;
|
|
258
|
+
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
259
|
+
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
260
|
+
}
|
|
261
|
+
export interface InstanceSecondaryInterfacePrivateIpAddressRequest {
|
|
262
|
+
PrivateIpAddress: string | undefined;
|
|
263
|
+
}
|
|
264
|
+
export interface InstanceSecondaryInterfaceSpecificationRequest {
|
|
265
|
+
DeleteOnTermination?: boolean | undefined;
|
|
266
|
+
DeviceIndex?: number | undefined;
|
|
267
|
+
PrivateIpAddresses?: InstanceSecondaryInterfacePrivateIpAddressRequest[] | undefined;
|
|
268
|
+
PrivateIpAddressCount?: number | undefined;
|
|
269
|
+
SecondarySubnetId?: string | undefined;
|
|
270
|
+
InterfaceType?: SecondaryInterfaceType | undefined;
|
|
271
|
+
NetworkCardIndex?: number | undefined;
|
|
272
|
+
}
|
|
273
|
+
export interface RunInstancesRequest {
|
|
274
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
275
|
+
ImageId?: string | undefined;
|
|
276
|
+
InstanceType?: _InstanceType | undefined;
|
|
277
|
+
Ipv6AddressCount?: number | undefined;
|
|
278
|
+
Ipv6Addresses?: InstanceIpv6Address[] | undefined;
|
|
279
|
+
KernelId?: string | undefined;
|
|
280
|
+
KeyName?: string | undefined;
|
|
281
|
+
MaxCount: number | undefined;
|
|
282
|
+
MinCount: number | undefined;
|
|
283
|
+
Monitoring?: RunInstancesMonitoringEnabled | undefined;
|
|
284
|
+
Placement?: Placement | undefined;
|
|
285
|
+
RamdiskId?: string | undefined;
|
|
286
|
+
SecurityGroupIds?: string[] | undefined;
|
|
287
|
+
SecurityGroups?: string[] | undefined;
|
|
288
|
+
SubnetId?: string | undefined;
|
|
289
|
+
UserData?: string | undefined;
|
|
290
|
+
ElasticGpuSpecification?: ElasticGpuSpecification[] | undefined;
|
|
291
|
+
ElasticInferenceAccelerators?: ElasticInferenceAccelerator[] | undefined;
|
|
292
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
293
|
+
LaunchTemplate?: LaunchTemplateSpecification | undefined;
|
|
294
|
+
InstanceMarketOptions?: InstanceMarketOptionsRequest | undefined;
|
|
295
|
+
CreditSpecification?: CreditSpecificationRequest | undefined;
|
|
296
|
+
CpuOptions?: CpuOptionsRequest | undefined;
|
|
297
|
+
CapacityReservationSpecification?: CapacityReservationSpecification | undefined;
|
|
298
|
+
HibernationOptions?: HibernationOptionsRequest | undefined;
|
|
299
|
+
LicenseSpecifications?: LicenseConfigurationRequest[] | undefined;
|
|
300
|
+
MetadataOptions?: InstanceMetadataOptionsRequest | undefined;
|
|
301
|
+
EnclaveOptions?: EnclaveOptionsRequest | undefined;
|
|
302
|
+
PrivateDnsNameOptions?: PrivateDnsNameOptionsRequest | undefined;
|
|
303
|
+
MaintenanceOptions?: InstanceMaintenanceOptionsRequest | undefined;
|
|
304
|
+
DisableApiStop?: boolean | undefined;
|
|
305
|
+
EnablePrimaryIpv6?: boolean | undefined;
|
|
306
|
+
NetworkPerformanceOptions?: InstanceNetworkPerformanceOptionsRequest | undefined;
|
|
307
|
+
Operator?: OperatorRequest | undefined;
|
|
308
|
+
SecondaryInterfaces?: InstanceSecondaryInterfaceSpecificationRequest[] | undefined;
|
|
309
|
+
DryRun?: boolean | undefined;
|
|
310
|
+
DisableApiTermination?: boolean | undefined;
|
|
311
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
312
|
+
PrivateIpAddress?: string | undefined;
|
|
313
|
+
ClientToken?: string | undefined;
|
|
314
|
+
AdditionalInfo?: string | undefined;
|
|
315
|
+
NetworkInterfaces?: InstanceNetworkInterfaceSpecification[] | undefined;
|
|
316
|
+
IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
|
|
317
|
+
EbsOptimized?: boolean | undefined;
|
|
318
|
+
}
|
|
19
319
|
export interface ScheduledInstancesEbs {
|
|
20
320
|
DeleteOnTermination?: boolean | undefined;
|
|
21
321
|
Encrypted?: boolean | undefined;
|
|
@@ -153,6 +153,8 @@ export declare var BaselineEbsBandwidthMbps$: StaticStructureSchema;
|
|
|
153
153
|
export declare var BaselineEbsBandwidthMbpsRequest$: StaticStructureSchema;
|
|
154
154
|
export declare var BaselinePerformanceFactors$: StaticStructureSchema;
|
|
155
155
|
export declare var BaselinePerformanceFactorsRequest$: StaticStructureSchema;
|
|
156
|
+
export declare var BatchModifyIpamRoutingPolicyRegistrationsRequest$: StaticStructureSchema;
|
|
157
|
+
export declare var BatchModifyIpamRoutingPolicyRegistrationsResult$: StaticStructureSchema;
|
|
156
158
|
export declare var BlobAttributeValue$: StaticStructureSchema;
|
|
157
159
|
export declare var BlockDeviceMapping$: StaticStructureSchema;
|
|
158
160
|
export declare var BlockDeviceMappingResponse$: StaticStructureSchema;
|
|
@@ -330,6 +332,8 @@ export declare var CreateInterruptibleCapacityReservationAllocationRequest$: Sta
|
|
|
330
332
|
export declare var CreateInterruptibleCapacityReservationAllocationResult$: StaticStructureSchema;
|
|
331
333
|
export declare var CreateIpamExternalResourceVerificationTokenRequest$: StaticStructureSchema;
|
|
332
334
|
export declare var CreateIpamExternalResourceVerificationTokenResult$: StaticStructureSchema;
|
|
335
|
+
export declare var CreateIpamInternetRegistryAssociationRequest$: StaticStructureSchema;
|
|
336
|
+
export declare var CreateIpamInternetRegistryAssociationResult$: StaticStructureSchema;
|
|
333
337
|
export declare var CreateIpamPolicyRequest$: StaticStructureSchema;
|
|
334
338
|
export declare var CreateIpamPolicyResult$: StaticStructureSchema;
|
|
335
339
|
export declare var CreateIpamPoolRequest$: StaticStructureSchema;
|
|
@@ -342,6 +346,8 @@ export declare var CreateIpamRequest$: StaticStructureSchema;
|
|
|
342
346
|
export declare var CreateIpamResourceDiscoveryRequest$: StaticStructureSchema;
|
|
343
347
|
export declare var CreateIpamResourceDiscoveryResult$: StaticStructureSchema;
|
|
344
348
|
export declare var CreateIpamResult$: StaticStructureSchema;
|
|
349
|
+
export declare var CreateIpamRoutingPolicyRegistrationRequest$: StaticStructureSchema;
|
|
350
|
+
export declare var CreateIpamRoutingPolicyRegistrationResult$: StaticStructureSchema;
|
|
345
351
|
export declare var CreateIpamScopeRequest$: StaticStructureSchema;
|
|
346
352
|
export declare var CreateIpamScopeResult$: StaticStructureSchema;
|
|
347
353
|
export declare var CreateKeyPairRequest$: StaticStructureSchema;
|
|
@@ -543,6 +549,8 @@ export declare var DeleteInstanceEventWindowResult$: StaticStructureSchema;
|
|
|
543
549
|
export declare var DeleteInternetGatewayRequest$: StaticStructureSchema;
|
|
544
550
|
export declare var DeleteIpamExternalResourceVerificationTokenRequest$: StaticStructureSchema;
|
|
545
551
|
export declare var DeleteIpamExternalResourceVerificationTokenResult$: StaticStructureSchema;
|
|
552
|
+
export declare var DeleteIpamInternetRegistryAssociationRequest$: StaticStructureSchema;
|
|
553
|
+
export declare var DeleteIpamInternetRegistryAssociationResult$: StaticStructureSchema;
|
|
546
554
|
export declare var DeleteIpamPolicyRequest$: StaticStructureSchema;
|
|
547
555
|
export declare var DeleteIpamPolicyResult$: StaticStructureSchema;
|
|
548
556
|
export declare var DeleteIpamPoolRequest$: StaticStructureSchema;
|
|
@@ -555,6 +563,8 @@ export declare var DeleteIpamRequest$: StaticStructureSchema;
|
|
|
555
563
|
export declare var DeleteIpamResourceDiscoveryRequest$: StaticStructureSchema;
|
|
556
564
|
export declare var DeleteIpamResourceDiscoveryResult$: StaticStructureSchema;
|
|
557
565
|
export declare var DeleteIpamResult$: StaticStructureSchema;
|
|
566
|
+
export declare var DeleteIpamRoutingPolicyRegistrationRequest$: StaticStructureSchema;
|
|
567
|
+
export declare var DeleteIpamRoutingPolicyRegistrationResult$: StaticStructureSchema;
|
|
558
568
|
export declare var DeleteIpamScopeRequest$: StaticStructureSchema;
|
|
559
569
|
export declare var DeleteIpamScopeResult$: StaticStructureSchema;
|
|
560
570
|
export declare var DeleteKeyPairRequest$: StaticStructureSchema;
|
|
@@ -861,6 +871,8 @@ export declare var DescribeIpamByoasnRequest$: StaticStructureSchema;
|
|
|
861
871
|
export declare var DescribeIpamByoasnResult$: StaticStructureSchema;
|
|
862
872
|
export declare var DescribeIpamExternalResourceVerificationTokensRequest$: StaticStructureSchema;
|
|
863
873
|
export declare var DescribeIpamExternalResourceVerificationTokensResult$: StaticStructureSchema;
|
|
874
|
+
export declare var DescribeIpamInternetRegistryAssociationsRequest$: StaticStructureSchema;
|
|
875
|
+
export declare var DescribeIpamInternetRegistryAssociationsResult$: StaticStructureSchema;
|
|
864
876
|
export declare var DescribeIpamPoliciesRequest$: StaticStructureSchema;
|
|
865
877
|
export declare var DescribeIpamPoliciesResult$: StaticStructureSchema;
|
|
866
878
|
export declare var DescribeIpamPoolAllocationsRequest$: StaticStructureSchema;
|
|
@@ -1248,6 +1260,8 @@ export declare var EnableImageRequest$: StaticStructureSchema;
|
|
|
1248
1260
|
export declare var EnableImageResult$: StaticStructureSchema;
|
|
1249
1261
|
export declare var EnableInstanceSqlHaStandbyDetectionsRequest$: StaticStructureSchema;
|
|
1250
1262
|
export declare var EnableInstanceSqlHaStandbyDetectionsResult$: StaticStructureSchema;
|
|
1263
|
+
export declare var EnableIpamInternetRegistryAssociationRequest$: StaticStructureSchema;
|
|
1264
|
+
export declare var EnableIpamInternetRegistryAssociationResult$: StaticStructureSchema;
|
|
1251
1265
|
export declare var EnableIpamOrganizationAdminAccountRequest$: StaticStructureSchema;
|
|
1252
1266
|
export declare var EnableIpamOrganizationAdminAccountResult$: StaticStructureSchema;
|
|
1253
1267
|
export declare var EnableIpamPolicyRequest$: StaticStructureSchema;
|
|
@@ -1391,6 +1405,12 @@ export declare var GetIpamDiscoveredPublicAddressesRequest$: StaticStructureSche
|
|
|
1391
1405
|
export declare var GetIpamDiscoveredPublicAddressesResult$: StaticStructureSchema;
|
|
1392
1406
|
export declare var GetIpamDiscoveredResourceCidrsRequest$: StaticStructureSchema;
|
|
1393
1407
|
export declare var GetIpamDiscoveredResourceCidrsResult$: StaticStructureSchema;
|
|
1408
|
+
export declare var GetIpamDiscoveredRoutesRequest$: StaticStructureSchema;
|
|
1409
|
+
export declare var GetIpamDiscoveredRoutesResult$: StaticStructureSchema;
|
|
1410
|
+
export declare var GetIpamInternetRegistryAssociationAsnsRequest$: StaticStructureSchema;
|
|
1411
|
+
export declare var GetIpamInternetRegistryAssociationAsnsResult$: StaticStructureSchema;
|
|
1412
|
+
export declare var GetIpamInternetRegistryAssociationCidrsRequest$: StaticStructureSchema;
|
|
1413
|
+
export declare var GetIpamInternetRegistryAssociationCidrsResult$: StaticStructureSchema;
|
|
1394
1414
|
export declare var GetIpamPolicyAllocationRulesRequest$: StaticStructureSchema;
|
|
1395
1415
|
export declare var GetIpamPolicyAllocationRulesResult$: StaticStructureSchema;
|
|
1396
1416
|
export declare var GetIpamPolicyOrganizationTargetsRequest$: StaticStructureSchema;
|
|
@@ -1407,6 +1427,14 @@ export declare var GetIpamPrefixListResolverVersionsRequest$: StaticStructureSch
|
|
|
1407
1427
|
export declare var GetIpamPrefixListResolverVersionsResult$: StaticStructureSchema;
|
|
1408
1428
|
export declare var GetIpamResourceCidrsRequest$: StaticStructureSchema;
|
|
1409
1429
|
export declare var GetIpamResourceCidrsResult$: StaticStructureSchema;
|
|
1430
|
+
export declare var GetIpamRouteOriginAuthorizationsRequest$: StaticStructureSchema;
|
|
1431
|
+
export declare var GetIpamRouteOriginAuthorizationsResult$: StaticStructureSchema;
|
|
1432
|
+
export declare var GetIpamRouteProtectionFindingsRequest$: StaticStructureSchema;
|
|
1433
|
+
export declare var GetIpamRouteProtectionFindingsResult$: StaticStructureSchema;
|
|
1434
|
+
export declare var GetIpamRoutingPolicyRegistrationDeltasRequest$: StaticStructureSchema;
|
|
1435
|
+
export declare var GetIpamRoutingPolicyRegistrationDeltasResult$: StaticStructureSchema;
|
|
1436
|
+
export declare var GetIpamRoutingPolicyRegistrationsRequest$: StaticStructureSchema;
|
|
1437
|
+
export declare var GetIpamRoutingPolicyRegistrationsResult$: StaticStructureSchema;
|
|
1410
1438
|
export declare var GetLaunchTemplateDataRequest$: StaticStructureSchema;
|
|
1411
1439
|
export declare var GetLaunchTemplateDataResult$: StaticStructureSchema;
|
|
1412
1440
|
export declare var GetManagedPrefixListAssociationsRequest$: StaticStructureSchema;
|
|
@@ -1613,8 +1641,12 @@ export declare var IpamCidrAuthorizationContext$: StaticStructureSchema;
|
|
|
1613
1641
|
export declare var IpamDiscoveredAccount$: StaticStructureSchema;
|
|
1614
1642
|
export declare var IpamDiscoveredPublicAddress$: StaticStructureSchema;
|
|
1615
1643
|
export declare var IpamDiscoveredResourceCidr$: StaticStructureSchema;
|
|
1644
|
+
export declare var IpamDiscoveredRoute$: StaticStructureSchema;
|
|
1616
1645
|
export declare var IpamDiscoveryFailureReason$: StaticStructureSchema;
|
|
1617
1646
|
export declare var IpamExternalResourceVerificationToken$: StaticStructureSchema;
|
|
1647
|
+
export declare var IpamInternetRegistryAssociation$: StaticStructureSchema;
|
|
1648
|
+
export declare var IpamInternetRegistryAssociationAsn$: StaticStructureSchema;
|
|
1649
|
+
export declare var IpamInternetRegistryAssociationCidr$: StaticStructureSchema;
|
|
1618
1650
|
export declare var IpamOperatingRegion$: StaticStructureSchema;
|
|
1619
1651
|
export declare var IpamOrganizationalUnitExclusion$: StaticStructureSchema;
|
|
1620
1652
|
export declare var IpamPolicy$: StaticStructureSchema;
|
|
@@ -1643,6 +1675,12 @@ export declare var IpamResourceCidr$: StaticStructureSchema;
|
|
|
1643
1675
|
export declare var IpamResourceDiscovery$: StaticStructureSchema;
|
|
1644
1676
|
export declare var IpamResourceDiscoveryAssociation$: StaticStructureSchema;
|
|
1645
1677
|
export declare var IpamResourceTag$: StaticStructureSchema;
|
|
1678
|
+
export declare var IpamRouteOriginAuthorization$: StaticStructureSchema;
|
|
1679
|
+
export declare var IpamRouteOriginAuthorizationInfo$: StaticStructureSchema;
|
|
1680
|
+
export declare var IpamRouteOverlap$: StaticStructureSchema;
|
|
1681
|
+
export declare var IpamRouteProtectionFinding$: StaticStructureSchema;
|
|
1682
|
+
export declare var IpamRoutingPolicyRegistration$: StaticStructureSchema;
|
|
1683
|
+
export declare var IpamRoutingPolicyRegistrationDelta$: StaticStructureSchema;
|
|
1646
1684
|
export declare var IpamScope$: StaticStructureSchema;
|
|
1647
1685
|
export declare var IpamScopeExternalAuthorityConfiguration$: StaticStructureSchema;
|
|
1648
1686
|
export declare var IpPermission$: StaticStructureSchema;
|
|
@@ -1817,6 +1855,8 @@ export declare var ModifyIpamResourceCidrResult$: StaticStructureSchema;
|
|
|
1817
1855
|
export declare var ModifyIpamResourceDiscoveryRequest$: StaticStructureSchema;
|
|
1818
1856
|
export declare var ModifyIpamResourceDiscoveryResult$: StaticStructureSchema;
|
|
1819
1857
|
export declare var ModifyIpamResult$: StaticStructureSchema;
|
|
1858
|
+
export declare var ModifyIpamRoutingPolicyRegistrationRequest$: StaticStructureSchema;
|
|
1859
|
+
export declare var ModifyIpamRoutingPolicyRegistrationResult$: StaticStructureSchema;
|
|
1820
1860
|
export declare var ModifyIpamScopeRequest$: StaticStructureSchema;
|
|
1821
1861
|
export declare var ModifyIpamScopeResult$: StaticStructureSchema;
|
|
1822
1862
|
export declare var ModifyLaunchTemplateRequest$: StaticStructureSchema;
|
|
@@ -2508,6 +2548,7 @@ export declare var AttachVpnGateway$: StaticOperationSchema;
|
|
|
2508
2548
|
export declare var AuthorizeClientVpnIngress$: StaticOperationSchema;
|
|
2509
2549
|
export declare var AuthorizeSecurityGroupEgress$: StaticOperationSchema;
|
|
2510
2550
|
export declare var AuthorizeSecurityGroupIngress$: StaticOperationSchema;
|
|
2551
|
+
export declare var BatchModifyIpamRoutingPolicyRegistrations$: StaticOperationSchema;
|
|
2511
2552
|
export declare var BundleInstance$: StaticOperationSchema;
|
|
2512
2553
|
export declare var CancelBundleTask$: StaticOperationSchema;
|
|
2513
2554
|
export declare var CancelCapacityReservation$: StaticOperationSchema;
|
|
@@ -2554,11 +2595,13 @@ export declare var CreateInternetGateway$: StaticOperationSchema;
|
|
|
2554
2595
|
export declare var CreateInterruptibleCapacityReservationAllocation$: StaticOperationSchema;
|
|
2555
2596
|
export declare var CreateIpam$: StaticOperationSchema;
|
|
2556
2597
|
export declare var CreateIpamExternalResourceVerificationToken$: StaticOperationSchema;
|
|
2598
|
+
export declare var CreateIpamInternetRegistryAssociation$: StaticOperationSchema;
|
|
2557
2599
|
export declare var CreateIpamPolicy$: StaticOperationSchema;
|
|
2558
2600
|
export declare var CreateIpamPool$: StaticOperationSchema;
|
|
2559
2601
|
export declare var CreateIpamPrefixListResolver$: StaticOperationSchema;
|
|
2560
2602
|
export declare var CreateIpamPrefixListResolverTarget$: StaticOperationSchema;
|
|
2561
2603
|
export declare var CreateIpamResourceDiscovery$: StaticOperationSchema;
|
|
2604
|
+
export declare var CreateIpamRoutingPolicyRegistration$: StaticOperationSchema;
|
|
2562
2605
|
export declare var CreateIpamScope$: StaticOperationSchema;
|
|
2563
2606
|
export declare var CreateKeyPair$: StaticOperationSchema;
|
|
2564
2607
|
export declare var CreateLaunchTemplate$: StaticOperationSchema;
|
|
@@ -2651,11 +2694,13 @@ export declare var DeleteInstanceEventWindow$: StaticOperationSchema;
|
|
|
2651
2694
|
export declare var DeleteInternetGateway$: StaticOperationSchema;
|
|
2652
2695
|
export declare var DeleteIpam$: StaticOperationSchema;
|
|
2653
2696
|
export declare var DeleteIpamExternalResourceVerificationToken$: StaticOperationSchema;
|
|
2697
|
+
export declare var DeleteIpamInternetRegistryAssociation$: StaticOperationSchema;
|
|
2654
2698
|
export declare var DeleteIpamPolicy$: StaticOperationSchema;
|
|
2655
2699
|
export declare var DeleteIpamPool$: StaticOperationSchema;
|
|
2656
2700
|
export declare var DeleteIpamPrefixListResolver$: StaticOperationSchema;
|
|
2657
2701
|
export declare var DeleteIpamPrefixListResolverTarget$: StaticOperationSchema;
|
|
2658
2702
|
export declare var DeleteIpamResourceDiscovery$: StaticOperationSchema;
|
|
2703
|
+
export declare var DeleteIpamRoutingPolicyRegistration$: StaticOperationSchema;
|
|
2659
2704
|
export declare var DeleteIpamScope$: StaticOperationSchema;
|
|
2660
2705
|
export declare var DeleteKeyPair$: StaticOperationSchema;
|
|
2661
2706
|
export declare var DeleteLaunchTemplate$: StaticOperationSchema;
|
|
@@ -2812,6 +2857,7 @@ export declare var DescribeInstanceTypes$: StaticOperationSchema;
|
|
|
2812
2857
|
export declare var DescribeInternetGateways$: StaticOperationSchema;
|
|
2813
2858
|
export declare var DescribeIpamByoasn$: StaticOperationSchema;
|
|
2814
2859
|
export declare var DescribeIpamExternalResourceVerificationTokens$: StaticOperationSchema;
|
|
2860
|
+
export declare var DescribeIpamInternetRegistryAssociations$: StaticOperationSchema;
|
|
2815
2861
|
export declare var DescribeIpamPolicies$: StaticOperationSchema;
|
|
2816
2862
|
export declare var DescribeIpamPoolAllocations$: StaticOperationSchema;
|
|
2817
2863
|
export declare var DescribeIpamPools$: StaticOperationSchema;
|
|
@@ -2987,6 +3033,7 @@ export declare var EnableImageBlockPublicAccess$: StaticOperationSchema;
|
|
|
2987
3033
|
export declare var EnableImageDeprecation$: StaticOperationSchema;
|
|
2988
3034
|
export declare var EnableImageDeregistrationProtection$: StaticOperationSchema;
|
|
2989
3035
|
export declare var EnableInstanceSqlHaStandbyDetections$: StaticOperationSchema;
|
|
3036
|
+
export declare var EnableIpamInternetRegistryAssociation$: StaticOperationSchema;
|
|
2990
3037
|
export declare var EnableIpamOrganizationAdminAccount$: StaticOperationSchema;
|
|
2991
3038
|
export declare var EnableIpamPolicy$: StaticOperationSchema;
|
|
2992
3039
|
export declare var EnableReachabilityAnalyzerOrganizationSharing$: StaticOperationSchema;
|
|
@@ -3034,6 +3081,9 @@ export declare var GetIpamAddressHistory$: StaticOperationSchema;
|
|
|
3034
3081
|
export declare var GetIpamDiscoveredAccounts$: StaticOperationSchema;
|
|
3035
3082
|
export declare var GetIpamDiscoveredPublicAddresses$: StaticOperationSchema;
|
|
3036
3083
|
export declare var GetIpamDiscoveredResourceCidrs$: StaticOperationSchema;
|
|
3084
|
+
export declare var GetIpamDiscoveredRoutes$: StaticOperationSchema;
|
|
3085
|
+
export declare var GetIpamInternetRegistryAssociationAsns$: StaticOperationSchema;
|
|
3086
|
+
export declare var GetIpamInternetRegistryAssociationCidrs$: StaticOperationSchema;
|
|
3037
3087
|
export declare var GetIpamPolicyAllocationRules$: StaticOperationSchema;
|
|
3038
3088
|
export declare var GetIpamPolicyOrganizationTargets$: StaticOperationSchema;
|
|
3039
3089
|
export declare var GetIpamPoolAllocations$: StaticOperationSchema;
|
|
@@ -3042,6 +3092,10 @@ export declare var GetIpamPrefixListResolverRules$: StaticOperationSchema;
|
|
|
3042
3092
|
export declare var GetIpamPrefixListResolverVersionEntries$: StaticOperationSchema;
|
|
3043
3093
|
export declare var GetIpamPrefixListResolverVersions$: StaticOperationSchema;
|
|
3044
3094
|
export declare var GetIpamResourceCidrs$: StaticOperationSchema;
|
|
3095
|
+
export declare var GetIpamRouteOriginAuthorizations$: StaticOperationSchema;
|
|
3096
|
+
export declare var GetIpamRouteProtectionFindings$: StaticOperationSchema;
|
|
3097
|
+
export declare var GetIpamRoutingPolicyRegistrationDeltas$: StaticOperationSchema;
|
|
3098
|
+
export declare var GetIpamRoutingPolicyRegistrations$: StaticOperationSchema;
|
|
3045
3099
|
export declare var GetLaunchTemplateData$: StaticOperationSchema;
|
|
3046
3100
|
export declare var GetManagedPrefixListAssociations$: StaticOperationSchema;
|
|
3047
3101
|
export declare var GetManagedPrefixListEntries$: StaticOperationSchema;
|
|
@@ -3118,6 +3172,7 @@ export declare var ModifyIpamPrefixListResolver$: StaticOperationSchema;
|
|
|
3118
3172
|
export declare var ModifyIpamPrefixListResolverTarget$: StaticOperationSchema;
|
|
3119
3173
|
export declare var ModifyIpamResourceCidr$: StaticOperationSchema;
|
|
3120
3174
|
export declare var ModifyIpamResourceDiscovery$: StaticOperationSchema;
|
|
3175
|
+
export declare var ModifyIpamRoutingPolicyRegistration$: StaticOperationSchema;
|
|
3121
3176
|
export declare var ModifyIpamScope$: StaticOperationSchema;
|
|
3122
3177
|
export declare var ModifyLaunchTemplate$: StaticOperationSchema;
|
|
3123
3178
|
export declare var ModifyLocalGatewayRoute$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1107.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ec2",
|
|
6
6
|
"license": "Apache-2.0",
|