@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
|
@@ -57,7 +57,7 @@ declare const CreateVpnConnectionCommand_base: {
|
|
|
57
57
|
* VpnConcentratorId: "STRING_VALUE",
|
|
58
58
|
* TagSpecifications: [ // TagSpecificationList
|
|
59
59
|
* { // TagSpecification
|
|
60
|
-
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation" || "capacity-reservation-cancellation-quote" || "application-status-check",
|
|
60
|
+
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "ipam-internet-registry-association" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation" || "capacity-reservation-cancellation-quote" || "application-status-check",
|
|
61
61
|
* Tags: [ // TagList
|
|
62
62
|
* { // Tag
|
|
63
63
|
* Key: "STRING_VALUE",
|
|
@@ -42,7 +42,7 @@ declare const CreateVpnGatewayCommand_base: {
|
|
|
42
42
|
* Type: "ipsec.1", // required
|
|
43
43
|
* TagSpecifications: [ // TagSpecificationList
|
|
44
44
|
* { // TagSpecification
|
|
45
|
-
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation" || "capacity-reservation-cancellation-quote" || "application-status-check",
|
|
45
|
+
* ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "ipam-internet-registry-association" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation" || "capacity-reservation-cancellation-quote" || "application-status-check",
|
|
46
46
|
* Tags: [ // TagList
|
|
47
47
|
* { // Tag
|
|
48
48
|
* Key: "STRING_VALUE",
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { DeleteIpamInternetRegistryAssociationRequest, DeleteIpamInternetRegistryAssociationResult } from "../models/models_2";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link DeleteIpamInternetRegistryAssociationCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface DeleteIpamInternetRegistryAssociationCommandInput extends DeleteIpamInternetRegistryAssociationRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link DeleteIpamInternetRegistryAssociationCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface DeleteIpamInternetRegistryAssociationCommandOutput extends DeleteIpamInternetRegistryAssociationResult, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const DeleteIpamInternetRegistryAssociationCommand_base: {
|
|
22
|
+
new (input: DeleteIpamInternetRegistryAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIpamInternetRegistryAssociationCommandInput, DeleteIpamInternetRegistryAssociationCommandOutput, import("..").EC2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteIpamInternetRegistryAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIpamInternetRegistryAssociationCommandInput, DeleteIpamInternetRegistryAssociationCommandOutput, import("..").EC2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Deletes an IPAM internet registry association. Before deleting, you must remove all routing policy registrations associated with the internet registry.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { EC2Client, DeleteIpamInternetRegistryAssociationCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
32
|
+
* // const { EC2Client, DeleteIpamInternetRegistryAssociationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
33
|
+
* // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
|
|
34
|
+
* const config = {}; // type is EC2ClientConfig
|
|
35
|
+
* const client = new EC2Client(config);
|
|
36
|
+
* const input = { // DeleteIpamInternetRegistryAssociationRequest
|
|
37
|
+
* DryRun: true || false,
|
|
38
|
+
* IpamInternetRegistryAssociationId: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new DeleteIpamInternetRegistryAssociationCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // { // DeleteIpamInternetRegistryAssociationResult
|
|
43
|
+
* // IpamInternetRegistryAssociation: { // IpamInternetRegistryAssociation
|
|
44
|
+
* // OwnerId: "STRING_VALUE",
|
|
45
|
+
* // IpamInternetRegistryAssociationId: "STRING_VALUE",
|
|
46
|
+
* // IpamInternetRegistryAssociationArn: "STRING_VALUE",
|
|
47
|
+
* // IpamId: "STRING_VALUE",
|
|
48
|
+
* // IpamRegion: "STRING_VALUE",
|
|
49
|
+
* // Rir: "ripe" || "apnic" || "arin" || "lacnic",
|
|
50
|
+
* // OrganizationHandle: "STRING_VALUE",
|
|
51
|
+
* // Description: "STRING_VALUE",
|
|
52
|
+
* // State: "pending-enable" || "create-in-progress" || "create-failed" || "enable-in-progress" || "enable-complete" || "enable-failed" || "delete-in-progress" || "delete-complete" || "delete-failed",
|
|
53
|
+
* // ChildRequestXml: "STRING_VALUE",
|
|
54
|
+
* // Tags: [ // TagList
|
|
55
|
+
* // { // Tag
|
|
56
|
+
* // Key: "STRING_VALUE",
|
|
57
|
+
* // Value: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* @param DeleteIpamInternetRegistryAssociationCommandInput - {@link DeleteIpamInternetRegistryAssociationCommandInput}
|
|
66
|
+
* @returns {@link DeleteIpamInternetRegistryAssociationCommandOutput}
|
|
67
|
+
* @see {@link DeleteIpamInternetRegistryAssociationCommandInput} for command's `input` shape.
|
|
68
|
+
* @see {@link DeleteIpamInternetRegistryAssociationCommandOutput} for command's `response` shape.
|
|
69
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link EC2ServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export declare class DeleteIpamInternetRegistryAssociationCommand extends DeleteIpamInternetRegistryAssociationCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DeleteIpamInternetRegistryAssociationRequest;
|
|
82
|
+
output: DeleteIpamInternetRegistryAssociationResult;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DeleteIpamInternetRegistryAssociationCommandInput;
|
|
86
|
+
output: DeleteIpamInternetRegistryAssociationCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { DeleteIpamRoutingPolicyRegistrationRequest, DeleteIpamRoutingPolicyRegistrationResult } from "../models/models_2";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link DeleteIpamRoutingPolicyRegistrationCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface DeleteIpamRoutingPolicyRegistrationCommandInput extends DeleteIpamRoutingPolicyRegistrationRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link DeleteIpamRoutingPolicyRegistrationCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface DeleteIpamRoutingPolicyRegistrationCommandOutput extends DeleteIpamRoutingPolicyRegistrationResult, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const DeleteIpamRoutingPolicyRegistrationCommand_base: {
|
|
22
|
+
new (input: DeleteIpamRoutingPolicyRegistrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIpamRoutingPolicyRegistrationCommandInput, DeleteIpamRoutingPolicyRegistrationCommandOutput, import("..").EC2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteIpamRoutingPolicyRegistrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIpamRoutingPolicyRegistrationCommandInput, DeleteIpamRoutingPolicyRegistrationCommandOutput, import("..").EC2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Deletes a routing policy registration for a specified CIDR prefix.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { EC2Client, DeleteIpamRoutingPolicyRegistrationCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
32
|
+
* // const { EC2Client, DeleteIpamRoutingPolicyRegistrationCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
33
|
+
* // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
|
|
34
|
+
* const config = {}; // type is EC2ClientConfig
|
|
35
|
+
* const client = new EC2Client(config);
|
|
36
|
+
* const input = { // DeleteIpamRoutingPolicyRegistrationRequest
|
|
37
|
+
* DryRun: true || false,
|
|
38
|
+
* IpamInternetRegistryAssociationId: "STRING_VALUE", // required
|
|
39
|
+
* Cidr: "STRING_VALUE", // required
|
|
40
|
+
* Force: true || false,
|
|
41
|
+
* ClientToken: "STRING_VALUE",
|
|
42
|
+
* };
|
|
43
|
+
* const command = new DeleteIpamRoutingPolicyRegistrationCommand(input);
|
|
44
|
+
* const response = await client.send(command);
|
|
45
|
+
* // { // DeleteIpamRoutingPolicyRegistrationResult
|
|
46
|
+
* // IpamRoutingPolicyRegistrationDelta: { // IpamRoutingPolicyRegistrationDelta
|
|
47
|
+
* // DeltaId: "STRING_VALUE",
|
|
48
|
+
* // DeltaJson: "STRING_VALUE",
|
|
49
|
+
* // State: "pending" || "published" || "failed",
|
|
50
|
+
* // StateMessage: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
54
|
+
* ```
|
|
55
|
+
*
|
|
56
|
+
* @param DeleteIpamRoutingPolicyRegistrationCommandInput - {@link DeleteIpamRoutingPolicyRegistrationCommandInput}
|
|
57
|
+
* @returns {@link DeleteIpamRoutingPolicyRegistrationCommandOutput}
|
|
58
|
+
* @see {@link DeleteIpamRoutingPolicyRegistrationCommandInput} for command's `input` shape.
|
|
59
|
+
* @see {@link DeleteIpamRoutingPolicyRegistrationCommandOutput} for command's `response` shape.
|
|
60
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link EC2ServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
export declare class DeleteIpamRoutingPolicyRegistrationCommand extends DeleteIpamRoutingPolicyRegistrationCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: DeleteIpamRoutingPolicyRegistrationRequest;
|
|
73
|
+
output: DeleteIpamRoutingPolicyRegistrationResult;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: DeleteIpamRoutingPolicyRegistrationCommandInput;
|
|
77
|
+
output: DeleteIpamRoutingPolicyRegistrationCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { DeleteLocalGatewayVirtualInterfaceRequest, DeleteLocalGatewayVirtualInterfaceResult } from "../models/
|
|
2
|
+
import type { DeleteLocalGatewayVirtualInterfaceRequest, DeleteLocalGatewayVirtualInterfaceResult } from "../models/models_3";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { DeleteLocalGatewayVirtualInterfaceGroupRequest, DeleteLocalGatewayVirtualInterfaceGroupResult } from "../models/
|
|
2
|
+
import type { DeleteLocalGatewayVirtualInterfaceGroupRequest, DeleteLocalGatewayVirtualInterfaceGroupResult } from "../models/models_3";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { DeleteManagedPrefixListRequest, DeleteManagedPrefixListResult } from "../models/
|
|
2
|
+
import type { DeleteManagedPrefixListRequest, DeleteManagedPrefixListResult } from "../models/models_3";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { DeleteNatGatewayRequest, DeleteNatGatewayResult } from "../models/
|
|
2
|
+
import type { DeleteNatGatewayRequest, DeleteNatGatewayResult } from "../models/models_3";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { DeleteNetworkInsightsAccessScopeRequest, DeleteNetworkInsightsAccessScopeResult } from "../models/
|
|
2
|
+
import type { DeleteNetworkInsightsAccessScopeRequest, DeleteNetworkInsightsAccessScopeResult } from "../models/models_3";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -58,6 +58,8 @@ declare const DeprovisionByoipCidrCommand_base: {
|
|
|
58
58
|
* // State: "advertised" || "deprovisioned" || "failed-deprovision" || "failed-provision" || "pending-advertising" || "pending-deprovision" || "pending-provision" || "pending-withdrawal" || "provisioned" || "provisioned-not-publicly-advertisable",
|
|
59
59
|
* // NetworkBorderGroup: "STRING_VALUE",
|
|
60
60
|
* // AdvertisementType: "STRING_VALUE",
|
|
61
|
+
* // PoolId: "STRING_VALUE",
|
|
62
|
+
* // IpamPoolId: "STRING_VALUE",
|
|
61
63
|
* // },
|
|
62
64
|
* // };
|
|
63
65
|
*
|
|
@@ -88,6 +88,37 @@ declare const DescribeApplicationStatusCheckAssociationsCommand_base: {
|
|
|
88
88
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
89
89
|
*
|
|
90
90
|
*
|
|
91
|
+
* @example To describe application status check associations
|
|
92
|
+
* ```javascript
|
|
93
|
+
* // This example describes instance ID associations for the specified application status check.
|
|
94
|
+
* const input = {
|
|
95
|
+
* ApplicationStatusCheckIds: [
|
|
96
|
+
* "asc-0123456789abcdef0"
|
|
97
|
+
* ],
|
|
98
|
+
* Filters: [
|
|
99
|
+
* {
|
|
100
|
+
* Name: "association-type",
|
|
101
|
+
* Values: [
|
|
102
|
+
* "instance-id"
|
|
103
|
+
* ]
|
|
104
|
+
* }
|
|
105
|
+
* ]
|
|
106
|
+
* };
|
|
107
|
+
* const command = new DescribeApplicationStatusCheckAssociationsCommand(input);
|
|
108
|
+
* const response = await client.send(command);
|
|
109
|
+
* /* response is
|
|
110
|
+
* {
|
|
111
|
+
* Associations: [
|
|
112
|
+
* {
|
|
113
|
+
* ApplicationStatusCheckId: "asc-0123456789abcdef0",
|
|
114
|
+
* AssociationType: "instance-id",
|
|
115
|
+
* Value: "i-0123456789abcdef0"
|
|
116
|
+
* }
|
|
117
|
+
* ]
|
|
118
|
+
* }
|
|
119
|
+
* *\/
|
|
120
|
+
* ```
|
|
121
|
+
*
|
|
91
122
|
* @public
|
|
92
123
|
*/
|
|
93
124
|
export declare class DescribeApplicationStatusCheckAssociationsCommand extends DescribeApplicationStatusCheckAssociationsCommand_base {
|
|
@@ -140,13 +140,13 @@ declare const DescribeApplicationStatusChecksCommand_base: {
|
|
|
140
140
|
* {
|
|
141
141
|
* Aggregation: "included",
|
|
142
142
|
* ApplicationStatusCheckId: "asc-0123456789abcdef0",
|
|
143
|
-
* FailureThreshold:
|
|
144
|
-
* Interval:
|
|
143
|
+
* FailureThreshold: 2,
|
|
144
|
+
* Interval: 60,
|
|
145
145
|
* Path: "/health",
|
|
146
146
|
* Port: 80,
|
|
147
147
|
* Protocol: "http",
|
|
148
148
|
* SuccessThreshold: 2,
|
|
149
|
-
* Timeout:
|
|
149
|
+
* Timeout: 6
|
|
150
150
|
* }
|
|
151
151
|
* ]
|
|
152
152
|
* }
|
|
@@ -155,13 +155,13 @@ declare const DescribeApplicationStatusChecksCommand_base: {
|
|
|
155
155
|
*
|
|
156
156
|
* @example To describe application status checks using filters
|
|
157
157
|
* ```javascript
|
|
158
|
-
* // This example uses
|
|
158
|
+
* // This example uses a filter to describe application status checks included in aggregation.
|
|
159
159
|
* const input = {
|
|
160
160
|
* Filters: [
|
|
161
161
|
* {
|
|
162
|
-
* Name: "
|
|
162
|
+
* Name: "aggregation",
|
|
163
163
|
* Values: [
|
|
164
|
-
* "
|
|
164
|
+
* "included"
|
|
165
165
|
* ]
|
|
166
166
|
* }
|
|
167
167
|
* ],
|
|
@@ -175,13 +175,13 @@ declare const DescribeApplicationStatusChecksCommand_base: {
|
|
|
175
175
|
* {
|
|
176
176
|
* Aggregation: "included",
|
|
177
177
|
* ApplicationStatusCheckId: "asc-0123456789abcdef0",
|
|
178
|
-
* FailureThreshold:
|
|
179
|
-
* Interval:
|
|
178
|
+
* FailureThreshold: 2,
|
|
179
|
+
* Interval: 60,
|
|
180
180
|
* Path: "/health",
|
|
181
181
|
* Port: 80,
|
|
182
182
|
* Protocol: "http",
|
|
183
183
|
* SuccessThreshold: 2,
|
|
184
|
-
* Timeout:
|
|
184
|
+
* Timeout: 6
|
|
185
185
|
* }
|
|
186
186
|
* ]
|
|
187
187
|
* }
|
|
@@ -114,6 +114,92 @@ declare const DescribeApplicationStatusCommand_base: {
|
|
|
114
114
|
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
115
115
|
*
|
|
116
116
|
*
|
|
117
|
+
* @example To describe application status for instances
|
|
118
|
+
* ```javascript
|
|
119
|
+
* // This example describes the application status for the specified instance.
|
|
120
|
+
* const input = {
|
|
121
|
+
* InstanceIds: [
|
|
122
|
+
* "i-0123456789abcdef0"
|
|
123
|
+
* ]
|
|
124
|
+
* };
|
|
125
|
+
* const command = new DescribeApplicationStatusCommand(input);
|
|
126
|
+
* const response = await client.send(command);
|
|
127
|
+
* /* response is
|
|
128
|
+
* {
|
|
129
|
+
* ApplicationStatuses: {
|
|
130
|
+
* Instances: [
|
|
131
|
+
* {
|
|
132
|
+
* ApplicationStatus: {
|
|
133
|
+
* Details: [
|
|
134
|
+
* {
|
|
135
|
+
* Aggregation: "included",
|
|
136
|
+
* ApplicationStatusCheckId: "asc-0123456789abcdef0",
|
|
137
|
+
* Reason: {
|
|
138
|
+
* Code: "ResponseCodeMatched",
|
|
139
|
+
* Protocol: "HTTP",
|
|
140
|
+
* StatusCode: 200
|
|
141
|
+
* },
|
|
142
|
+
* Status: "passed"
|
|
143
|
+
* }
|
|
144
|
+
* ],
|
|
145
|
+
* Status: "ok"
|
|
146
|
+
* },
|
|
147
|
+
* InstanceId: "i-0123456789abcdef0"
|
|
148
|
+
* }
|
|
149
|
+
* ]
|
|
150
|
+
* }
|
|
151
|
+
* }
|
|
152
|
+
* *\/
|
|
153
|
+
* ```
|
|
154
|
+
*
|
|
155
|
+
* @example To describe application status using filters
|
|
156
|
+
* ```javascript
|
|
157
|
+
* // This example uses a filter to describe impaired application status in a specific Availability Zone.
|
|
158
|
+
* const input = {
|
|
159
|
+
* Filters: [
|
|
160
|
+
* {
|
|
161
|
+
* Name: "availability-zone-id",
|
|
162
|
+
* Values: [
|
|
163
|
+
* "use1-az1"
|
|
164
|
+
* ]
|
|
165
|
+
* },
|
|
166
|
+
* {
|
|
167
|
+
* Name: "status",
|
|
168
|
+
* Values: [
|
|
169
|
+
* "impaired"
|
|
170
|
+
* ]
|
|
171
|
+
* }
|
|
172
|
+
* ],
|
|
173
|
+
* MaxResults: 10
|
|
174
|
+
* };
|
|
175
|
+
* const command = new DescribeApplicationStatusCommand(input);
|
|
176
|
+
* const response = await client.send(command);
|
|
177
|
+
* /* response is
|
|
178
|
+
* {
|
|
179
|
+
* ApplicationStatuses: {
|
|
180
|
+
* Instances: [
|
|
181
|
+
* {
|
|
182
|
+
* ApplicationStatus: {
|
|
183
|
+
* Details: [
|
|
184
|
+
* {
|
|
185
|
+
* Aggregation: "included",
|
|
186
|
+
* ApplicationStatusCheckId: "asc-0123456789abcdef0",
|
|
187
|
+
* Reason: {
|
|
188
|
+
* Code: "ConnectionTimeout"
|
|
189
|
+
* },
|
|
190
|
+
* Status: "failed"
|
|
191
|
+
* }
|
|
192
|
+
* ],
|
|
193
|
+
* Status: "impaired"
|
|
194
|
+
* },
|
|
195
|
+
* InstanceId: "i-0123456789abcdef0"
|
|
196
|
+
* }
|
|
197
|
+
* ]
|
|
198
|
+
* }
|
|
199
|
+
* }
|
|
200
|
+
* *\/
|
|
201
|
+
* ```
|
|
202
|
+
*
|
|
117
203
|
* @public
|
|
118
204
|
*/
|
|
119
205
|
export declare class DescribeApplicationStatusCommand extends DescribeApplicationStatusCommand_base {
|
|
@@ -58,6 +58,8 @@ declare const DescribeByoipCidrsCommand_base: {
|
|
|
58
58
|
* // State: "advertised" || "deprovisioned" || "failed-deprovision" || "failed-provision" || "pending-advertising" || "pending-deprovision" || "pending-provision" || "pending-withdrawal" || "provisioned" || "provisioned-not-publicly-advertisable",
|
|
59
59
|
* // NetworkBorderGroup: "STRING_VALUE",
|
|
60
60
|
* // AdvertisementType: "STRING_VALUE",
|
|
61
|
+
* // PoolId: "STRING_VALUE",
|
|
62
|
+
* // IpamPoolId: "STRING_VALUE",
|
|
61
63
|
* // },
|
|
62
64
|
* // ],
|
|
63
65
|
* // NextToken: "STRING_VALUE",
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { DescribeFlowLogsRequest
|
|
2
|
+
import type { DescribeFlowLogsRequest } from "../models/models_3";
|
|
3
|
+
import type { DescribeFlowLogsResult } from "../models/models_4";
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { DescribeFpgaImageAttributeRequest, DescribeFpgaImageAttributeResult } from "../models/
|
|
2
|
+
import type { DescribeFpgaImageAttributeRequest, DescribeFpgaImageAttributeResult } from "../models/models_4";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
5
|
*/
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import type { DescribeFpgaImagesRequest } from "../models/
|
|
3
|
-
import type { DescribeFpgaImagesResult } from "../models/models_4";
|
|
2
|
+
import type { DescribeFpgaImagesRequest, DescribeFpgaImagesResult } from "../models/models_4";
|
|
4
3
|
/**
|
|
5
4
|
* @public
|
|
6
5
|
*/
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import type { DescribeIpamInternetRegistryAssociationsRequest, DescribeIpamInternetRegistryAssociationsResult } from "../models/models_4";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export type { __MetadataBearer };
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*
|
|
10
|
+
* The input for {@link DescribeIpamInternetRegistryAssociationsCommand}.
|
|
11
|
+
*/
|
|
12
|
+
export interface DescribeIpamInternetRegistryAssociationsCommandInput extends DescribeIpamInternetRegistryAssociationsRequest {
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*
|
|
17
|
+
* The output of {@link DescribeIpamInternetRegistryAssociationsCommand}.
|
|
18
|
+
*/
|
|
19
|
+
export interface DescribeIpamInternetRegistryAssociationsCommandOutput extends DescribeIpamInternetRegistryAssociationsResult, __MetadataBearer {
|
|
20
|
+
}
|
|
21
|
+
declare const DescribeIpamInternetRegistryAssociationsCommand_base: {
|
|
22
|
+
new (input: DescribeIpamInternetRegistryAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeIpamInternetRegistryAssociationsCommandInput, DescribeIpamInternetRegistryAssociationsCommandOutput, import("..").EC2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeIpamInternetRegistryAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeIpamInternetRegistryAssociationsCommandInput, DescribeIpamInternetRegistryAssociationsCommandOutput, import("..").EC2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* <p>Describes one or more IPAM internet registry associations. We recommend using pagination to ensure that the operation returns quickly and successfully.</p>
|
|
28
|
+
* @example
|
|
29
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
30
|
+
* ```javascript
|
|
31
|
+
* import { EC2Client, DescribeIpamInternetRegistryAssociationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import
|
|
32
|
+
* // const { EC2Client, DescribeIpamInternetRegistryAssociationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
|
|
33
|
+
* // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
|
|
34
|
+
* const config = {}; // type is EC2ClientConfig
|
|
35
|
+
* const client = new EC2Client(config);
|
|
36
|
+
* const input = { // DescribeIpamInternetRegistryAssociationsRequest
|
|
37
|
+
* DryRun: true || false,
|
|
38
|
+
* IpamInternetRegistryAssociationIds: [ // ValueStringList
|
|
39
|
+
* "STRING_VALUE",
|
|
40
|
+
* ],
|
|
41
|
+
* MaxResults: Number("int"),
|
|
42
|
+
* NextToken: "STRING_VALUE",
|
|
43
|
+
* Filters: [ // FilterList
|
|
44
|
+
* { // Filter
|
|
45
|
+
* Name: "STRING_VALUE",
|
|
46
|
+
* Values: [
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* },
|
|
50
|
+
* ],
|
|
51
|
+
* };
|
|
52
|
+
* const command = new DescribeIpamInternetRegistryAssociationsCommand(input);
|
|
53
|
+
* const response = await client.send(command);
|
|
54
|
+
* // { // DescribeIpamInternetRegistryAssociationsResult
|
|
55
|
+
* // NextToken: "STRING_VALUE",
|
|
56
|
+
* // IpamInternetRegistryAssociations: [ // IpamInternetRegistryAssociationSet
|
|
57
|
+
* // { // IpamInternetRegistryAssociation
|
|
58
|
+
* // OwnerId: "STRING_VALUE",
|
|
59
|
+
* // IpamInternetRegistryAssociationId: "STRING_VALUE",
|
|
60
|
+
* // IpamInternetRegistryAssociationArn: "STRING_VALUE",
|
|
61
|
+
* // IpamId: "STRING_VALUE",
|
|
62
|
+
* // IpamRegion: "STRING_VALUE",
|
|
63
|
+
* // Rir: "ripe" || "apnic" || "arin" || "lacnic",
|
|
64
|
+
* // OrganizationHandle: "STRING_VALUE",
|
|
65
|
+
* // Description: "STRING_VALUE",
|
|
66
|
+
* // State: "pending-enable" || "create-in-progress" || "create-failed" || "enable-in-progress" || "enable-complete" || "enable-failed" || "delete-in-progress" || "delete-complete" || "delete-failed",
|
|
67
|
+
* // ChildRequestXml: "STRING_VALUE",
|
|
68
|
+
* // Tags: [ // TagList
|
|
69
|
+
* // { // Tag
|
|
70
|
+
* // Key: "STRING_VALUE",
|
|
71
|
+
* // Value: "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // ],
|
|
74
|
+
* // },
|
|
75
|
+
* // ],
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
78
|
+
* ```
|
|
79
|
+
*
|
|
80
|
+
* @param DescribeIpamInternetRegistryAssociationsCommandInput - {@link DescribeIpamInternetRegistryAssociationsCommandInput}
|
|
81
|
+
* @returns {@link DescribeIpamInternetRegistryAssociationsCommandOutput}
|
|
82
|
+
* @see {@link DescribeIpamInternetRegistryAssociationsCommandInput} for command's `input` shape.
|
|
83
|
+
* @see {@link DescribeIpamInternetRegistryAssociationsCommandOutput} for command's `response` shape.
|
|
84
|
+
* @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
|
|
85
|
+
*
|
|
86
|
+
* @throws {@link EC2ServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from EC2 service.</p>
|
|
88
|
+
*
|
|
89
|
+
*
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
export declare class DescribeIpamInternetRegistryAssociationsCommand extends DescribeIpamInternetRegistryAssociationsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DescribeIpamInternetRegistryAssociationsRequest;
|
|
97
|
+
output: DescribeIpamInternetRegistryAssociationsResult;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DescribeIpamInternetRegistryAssociationsCommandInput;
|
|
101
|
+
output: DescribeIpamInternetRegistryAssociationsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
}
|
|
@@ -176,7 +176,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
|
|
|
176
176
|
* // UserData: "STRING_VALUE",
|
|
177
177
|
* // TagSpecifications: [ // LaunchTemplateTagSpecificationList
|
|
178
178
|
* // { // LaunchTemplateTagSpecification
|
|
179
|
-
* // ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation" || "capacity-reservation-cancellation-quote" || "application-status-check",
|
|
179
|
+
* // ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "ipam-internet-registry-association" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation" || "capacity-reservation-cancellation-quote" || "application-status-check",
|
|
180
180
|
* // Tags: [ // TagList
|
|
181
181
|
* // { // Tag
|
|
182
182
|
* // Key: "STRING_VALUE",
|