@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
|
@@ -221,6 +221,10 @@ import {
|
|
|
221
221
|
AuthorizeSecurityGroupIngressCommandInput,
|
|
222
222
|
AuthorizeSecurityGroupIngressCommandOutput,
|
|
223
223
|
} from "./commands/AuthorizeSecurityGroupIngressCommand";
|
|
224
|
+
import {
|
|
225
|
+
BatchModifyIpamRoutingPolicyRegistrationsCommandInput,
|
|
226
|
+
BatchModifyIpamRoutingPolicyRegistrationsCommandOutput,
|
|
227
|
+
} from "./commands/BatchModifyIpamRoutingPolicyRegistrationsCommand";
|
|
224
228
|
import {
|
|
225
229
|
BundleInstanceCommandInput,
|
|
226
230
|
BundleInstanceCommandOutput,
|
|
@@ -390,6 +394,10 @@ import {
|
|
|
390
394
|
CreateIpamExternalResourceVerificationTokenCommandInput,
|
|
391
395
|
CreateIpamExternalResourceVerificationTokenCommandOutput,
|
|
392
396
|
} from "./commands/CreateIpamExternalResourceVerificationTokenCommand";
|
|
397
|
+
import {
|
|
398
|
+
CreateIpamInternetRegistryAssociationCommandInput,
|
|
399
|
+
CreateIpamInternetRegistryAssociationCommandOutput,
|
|
400
|
+
} from "./commands/CreateIpamInternetRegistryAssociationCommand";
|
|
393
401
|
import {
|
|
394
402
|
CreateIpamPolicyCommandInput,
|
|
395
403
|
CreateIpamPolicyCommandOutput,
|
|
@@ -410,6 +418,10 @@ import {
|
|
|
410
418
|
CreateIpamResourceDiscoveryCommandInput,
|
|
411
419
|
CreateIpamResourceDiscoveryCommandOutput,
|
|
412
420
|
} from "./commands/CreateIpamResourceDiscoveryCommand";
|
|
421
|
+
import {
|
|
422
|
+
CreateIpamRoutingPolicyRegistrationCommandInput,
|
|
423
|
+
CreateIpamRoutingPolicyRegistrationCommandOutput,
|
|
424
|
+
} from "./commands/CreateIpamRoutingPolicyRegistrationCommand";
|
|
413
425
|
import {
|
|
414
426
|
CreateIpamScopeCommandInput,
|
|
415
427
|
CreateIpamScopeCommandOutput,
|
|
@@ -766,6 +778,10 @@ import {
|
|
|
766
778
|
DeleteIpamExternalResourceVerificationTokenCommandInput,
|
|
767
779
|
DeleteIpamExternalResourceVerificationTokenCommandOutput,
|
|
768
780
|
} from "./commands/DeleteIpamExternalResourceVerificationTokenCommand";
|
|
781
|
+
import {
|
|
782
|
+
DeleteIpamInternetRegistryAssociationCommandInput,
|
|
783
|
+
DeleteIpamInternetRegistryAssociationCommandOutput,
|
|
784
|
+
} from "./commands/DeleteIpamInternetRegistryAssociationCommand";
|
|
769
785
|
import {
|
|
770
786
|
DeleteIpamPolicyCommandInput,
|
|
771
787
|
DeleteIpamPolicyCommandOutput,
|
|
@@ -786,6 +802,10 @@ import {
|
|
|
786
802
|
DeleteIpamResourceDiscoveryCommandInput,
|
|
787
803
|
DeleteIpamResourceDiscoveryCommandOutput,
|
|
788
804
|
} from "./commands/DeleteIpamResourceDiscoveryCommand";
|
|
805
|
+
import {
|
|
806
|
+
DeleteIpamRoutingPolicyRegistrationCommandInput,
|
|
807
|
+
DeleteIpamRoutingPolicyRegistrationCommandOutput,
|
|
808
|
+
} from "./commands/DeleteIpamRoutingPolicyRegistrationCommand";
|
|
789
809
|
import {
|
|
790
810
|
DeleteIpamScopeCommandInput,
|
|
791
811
|
DeleteIpamScopeCommandOutput,
|
|
@@ -1401,6 +1421,10 @@ import {
|
|
|
1401
1421
|
DescribeIpamExternalResourceVerificationTokensCommandInput,
|
|
1402
1422
|
DescribeIpamExternalResourceVerificationTokensCommandOutput,
|
|
1403
1423
|
} from "./commands/DescribeIpamExternalResourceVerificationTokensCommand";
|
|
1424
|
+
import {
|
|
1425
|
+
DescribeIpamInternetRegistryAssociationsCommandInput,
|
|
1426
|
+
DescribeIpamInternetRegistryAssociationsCommandOutput,
|
|
1427
|
+
} from "./commands/DescribeIpamInternetRegistryAssociationsCommand";
|
|
1404
1428
|
import {
|
|
1405
1429
|
DescribeIpamPoliciesCommandInput,
|
|
1406
1430
|
DescribeIpamPoliciesCommandOutput,
|
|
@@ -2098,6 +2122,10 @@ import {
|
|
|
2098
2122
|
EnableInstanceSqlHaStandbyDetectionsCommandInput,
|
|
2099
2123
|
EnableInstanceSqlHaStandbyDetectionsCommandOutput,
|
|
2100
2124
|
} from "./commands/EnableInstanceSqlHaStandbyDetectionsCommand";
|
|
2125
|
+
import {
|
|
2126
|
+
EnableIpamInternetRegistryAssociationCommandInput,
|
|
2127
|
+
EnableIpamInternetRegistryAssociationCommandOutput,
|
|
2128
|
+
} from "./commands/EnableIpamInternetRegistryAssociationCommand";
|
|
2101
2129
|
import {
|
|
2102
2130
|
EnableIpamOrganizationAdminAccountCommandInput,
|
|
2103
2131
|
EnableIpamOrganizationAdminAccountCommandOutput,
|
|
@@ -2283,6 +2311,18 @@ import {
|
|
|
2283
2311
|
GetIpamDiscoveredResourceCidrsCommandInput,
|
|
2284
2312
|
GetIpamDiscoveredResourceCidrsCommandOutput,
|
|
2285
2313
|
} from "./commands/GetIpamDiscoveredResourceCidrsCommand";
|
|
2314
|
+
import {
|
|
2315
|
+
GetIpamDiscoveredRoutesCommandInput,
|
|
2316
|
+
GetIpamDiscoveredRoutesCommandOutput,
|
|
2317
|
+
} from "./commands/GetIpamDiscoveredRoutesCommand";
|
|
2318
|
+
import {
|
|
2319
|
+
GetIpamInternetRegistryAssociationAsnsCommandInput,
|
|
2320
|
+
GetIpamInternetRegistryAssociationAsnsCommandOutput,
|
|
2321
|
+
} from "./commands/GetIpamInternetRegistryAssociationAsnsCommand";
|
|
2322
|
+
import {
|
|
2323
|
+
GetIpamInternetRegistryAssociationCidrsCommandInput,
|
|
2324
|
+
GetIpamInternetRegistryAssociationCidrsCommandOutput,
|
|
2325
|
+
} from "./commands/GetIpamInternetRegistryAssociationCidrsCommand";
|
|
2286
2326
|
import {
|
|
2287
2327
|
GetIpamPolicyAllocationRulesCommandInput,
|
|
2288
2328
|
GetIpamPolicyAllocationRulesCommandOutput,
|
|
@@ -2315,6 +2355,22 @@ import {
|
|
|
2315
2355
|
GetIpamResourceCidrsCommandInput,
|
|
2316
2356
|
GetIpamResourceCidrsCommandOutput,
|
|
2317
2357
|
} from "./commands/GetIpamResourceCidrsCommand";
|
|
2358
|
+
import {
|
|
2359
|
+
GetIpamRouteOriginAuthorizationsCommandInput,
|
|
2360
|
+
GetIpamRouteOriginAuthorizationsCommandOutput,
|
|
2361
|
+
} from "./commands/GetIpamRouteOriginAuthorizationsCommand";
|
|
2362
|
+
import {
|
|
2363
|
+
GetIpamRouteProtectionFindingsCommandInput,
|
|
2364
|
+
GetIpamRouteProtectionFindingsCommandOutput,
|
|
2365
|
+
} from "./commands/GetIpamRouteProtectionFindingsCommand";
|
|
2366
|
+
import {
|
|
2367
|
+
GetIpamRoutingPolicyRegistrationDeltasCommandInput,
|
|
2368
|
+
GetIpamRoutingPolicyRegistrationDeltasCommandOutput,
|
|
2369
|
+
} from "./commands/GetIpamRoutingPolicyRegistrationDeltasCommand";
|
|
2370
|
+
import {
|
|
2371
|
+
GetIpamRoutingPolicyRegistrationsCommandInput,
|
|
2372
|
+
GetIpamRoutingPolicyRegistrationsCommandOutput,
|
|
2373
|
+
} from "./commands/GetIpamRoutingPolicyRegistrationsCommand";
|
|
2318
2374
|
import {
|
|
2319
2375
|
GetLaunchTemplateDataCommandInput,
|
|
2320
2376
|
GetLaunchTemplateDataCommandOutput,
|
|
@@ -2607,6 +2663,10 @@ import {
|
|
|
2607
2663
|
ModifyIpamResourceDiscoveryCommandInput,
|
|
2608
2664
|
ModifyIpamResourceDiscoveryCommandOutput,
|
|
2609
2665
|
} from "./commands/ModifyIpamResourceDiscoveryCommand";
|
|
2666
|
+
import {
|
|
2667
|
+
ModifyIpamRoutingPolicyRegistrationCommandInput,
|
|
2668
|
+
ModifyIpamRoutingPolicyRegistrationCommandOutput,
|
|
2669
|
+
} from "./commands/ModifyIpamRoutingPolicyRegistrationCommand";
|
|
2610
2670
|
import {
|
|
2611
2671
|
ModifyIpamScopeCommandInput,
|
|
2612
2672
|
ModifyIpamScopeCommandOutput,
|
|
@@ -3174,6 +3234,7 @@ export type ServiceInputTypes =
|
|
|
3174
3234
|
| AuthorizeClientVpnIngressCommandInput
|
|
3175
3235
|
| AuthorizeSecurityGroupEgressCommandInput
|
|
3176
3236
|
| AuthorizeSecurityGroupIngressCommandInput
|
|
3237
|
+
| BatchModifyIpamRoutingPolicyRegistrationsCommandInput
|
|
3177
3238
|
| BundleInstanceCommandInput
|
|
3178
3239
|
| CancelBundleTaskCommandInput
|
|
3179
3240
|
| CancelCapacityReservationCommandInput
|
|
@@ -3220,11 +3281,13 @@ export type ServiceInputTypes =
|
|
|
3220
3281
|
| CreateInterruptibleCapacityReservationAllocationCommandInput
|
|
3221
3282
|
| CreateIpamCommandInput
|
|
3222
3283
|
| CreateIpamExternalResourceVerificationTokenCommandInput
|
|
3284
|
+
| CreateIpamInternetRegistryAssociationCommandInput
|
|
3223
3285
|
| CreateIpamPolicyCommandInput
|
|
3224
3286
|
| CreateIpamPoolCommandInput
|
|
3225
3287
|
| CreateIpamPrefixListResolverCommandInput
|
|
3226
3288
|
| CreateIpamPrefixListResolverTargetCommandInput
|
|
3227
3289
|
| CreateIpamResourceDiscoveryCommandInput
|
|
3290
|
+
| CreateIpamRoutingPolicyRegistrationCommandInput
|
|
3228
3291
|
| CreateIpamScopeCommandInput
|
|
3229
3292
|
| CreateKeyPairCommandInput
|
|
3230
3293
|
| CreateLaunchTemplateCommandInput
|
|
@@ -3317,11 +3380,13 @@ export type ServiceInputTypes =
|
|
|
3317
3380
|
| DeleteInternetGatewayCommandInput
|
|
3318
3381
|
| DeleteIpamCommandInput
|
|
3319
3382
|
| DeleteIpamExternalResourceVerificationTokenCommandInput
|
|
3383
|
+
| DeleteIpamInternetRegistryAssociationCommandInput
|
|
3320
3384
|
| DeleteIpamPolicyCommandInput
|
|
3321
3385
|
| DeleteIpamPoolCommandInput
|
|
3322
3386
|
| DeleteIpamPrefixListResolverCommandInput
|
|
3323
3387
|
| DeleteIpamPrefixListResolverTargetCommandInput
|
|
3324
3388
|
| DeleteIpamResourceDiscoveryCommandInput
|
|
3389
|
+
| DeleteIpamRoutingPolicyRegistrationCommandInput
|
|
3325
3390
|
| DeleteIpamScopeCommandInput
|
|
3326
3391
|
| DeleteKeyPairCommandInput
|
|
3327
3392
|
| DeleteLaunchTemplateCommandInput
|
|
@@ -3478,6 +3543,7 @@ export type ServiceInputTypes =
|
|
|
3478
3543
|
| DescribeInternetGatewaysCommandInput
|
|
3479
3544
|
| DescribeIpamByoasnCommandInput
|
|
3480
3545
|
| DescribeIpamExternalResourceVerificationTokensCommandInput
|
|
3546
|
+
| DescribeIpamInternetRegistryAssociationsCommandInput
|
|
3481
3547
|
| DescribeIpamPoliciesCommandInput
|
|
3482
3548
|
| DescribeIpamPoolAllocationsCommandInput
|
|
3483
3549
|
| DescribeIpamPoolsCommandInput
|
|
@@ -3653,6 +3719,7 @@ export type ServiceInputTypes =
|
|
|
3653
3719
|
| EnableImageDeprecationCommandInput
|
|
3654
3720
|
| EnableImageDeregistrationProtectionCommandInput
|
|
3655
3721
|
| EnableInstanceSqlHaStandbyDetectionsCommandInput
|
|
3722
|
+
| EnableIpamInternetRegistryAssociationCommandInput
|
|
3656
3723
|
| EnableIpamOrganizationAdminAccountCommandInput
|
|
3657
3724
|
| EnableIpamPolicyCommandInput
|
|
3658
3725
|
| EnableReachabilityAnalyzerOrganizationSharingCommandInput
|
|
@@ -3700,6 +3767,9 @@ export type ServiceInputTypes =
|
|
|
3700
3767
|
| GetIpamDiscoveredAccountsCommandInput
|
|
3701
3768
|
| GetIpamDiscoveredPublicAddressesCommandInput
|
|
3702
3769
|
| GetIpamDiscoveredResourceCidrsCommandInput
|
|
3770
|
+
| GetIpamDiscoveredRoutesCommandInput
|
|
3771
|
+
| GetIpamInternetRegistryAssociationAsnsCommandInput
|
|
3772
|
+
| GetIpamInternetRegistryAssociationCidrsCommandInput
|
|
3703
3773
|
| GetIpamPolicyAllocationRulesCommandInput
|
|
3704
3774
|
| GetIpamPolicyOrganizationTargetsCommandInput
|
|
3705
3775
|
| GetIpamPoolAllocationsCommandInput
|
|
@@ -3708,6 +3778,10 @@ export type ServiceInputTypes =
|
|
|
3708
3778
|
| GetIpamPrefixListResolverVersionEntriesCommandInput
|
|
3709
3779
|
| GetIpamPrefixListResolverVersionsCommandInput
|
|
3710
3780
|
| GetIpamResourceCidrsCommandInput
|
|
3781
|
+
| GetIpamRouteOriginAuthorizationsCommandInput
|
|
3782
|
+
| GetIpamRouteProtectionFindingsCommandInput
|
|
3783
|
+
| GetIpamRoutingPolicyRegistrationDeltasCommandInput
|
|
3784
|
+
| GetIpamRoutingPolicyRegistrationsCommandInput
|
|
3711
3785
|
| GetLaunchTemplateDataCommandInput
|
|
3712
3786
|
| GetManagedPrefixListAssociationsCommandInput
|
|
3713
3787
|
| GetManagedPrefixListEntriesCommandInput
|
|
@@ -3784,6 +3858,7 @@ export type ServiceInputTypes =
|
|
|
3784
3858
|
| ModifyIpamPrefixListResolverTargetCommandInput
|
|
3785
3859
|
| ModifyIpamResourceCidrCommandInput
|
|
3786
3860
|
| ModifyIpamResourceDiscoveryCommandInput
|
|
3861
|
+
| ModifyIpamRoutingPolicyRegistrationCommandInput
|
|
3787
3862
|
| ModifyIpamScopeCommandInput
|
|
3788
3863
|
| ModifyLaunchTemplateCommandInput
|
|
3789
3864
|
| ModifyLocalGatewayRouteCommandInput
|
|
@@ -3960,6 +4035,7 @@ export type ServiceOutputTypes =
|
|
|
3960
4035
|
| AuthorizeClientVpnIngressCommandOutput
|
|
3961
4036
|
| AuthorizeSecurityGroupEgressCommandOutput
|
|
3962
4037
|
| AuthorizeSecurityGroupIngressCommandOutput
|
|
4038
|
+
| BatchModifyIpamRoutingPolicyRegistrationsCommandOutput
|
|
3963
4039
|
| BundleInstanceCommandOutput
|
|
3964
4040
|
| CancelBundleTaskCommandOutput
|
|
3965
4041
|
| CancelCapacityReservationCommandOutput
|
|
@@ -4006,11 +4082,13 @@ export type ServiceOutputTypes =
|
|
|
4006
4082
|
| CreateInterruptibleCapacityReservationAllocationCommandOutput
|
|
4007
4083
|
| CreateIpamCommandOutput
|
|
4008
4084
|
| CreateIpamExternalResourceVerificationTokenCommandOutput
|
|
4085
|
+
| CreateIpamInternetRegistryAssociationCommandOutput
|
|
4009
4086
|
| CreateIpamPolicyCommandOutput
|
|
4010
4087
|
| CreateIpamPoolCommandOutput
|
|
4011
4088
|
| CreateIpamPrefixListResolverCommandOutput
|
|
4012
4089
|
| CreateIpamPrefixListResolverTargetCommandOutput
|
|
4013
4090
|
| CreateIpamResourceDiscoveryCommandOutput
|
|
4091
|
+
| CreateIpamRoutingPolicyRegistrationCommandOutput
|
|
4014
4092
|
| CreateIpamScopeCommandOutput
|
|
4015
4093
|
| CreateKeyPairCommandOutput
|
|
4016
4094
|
| CreateLaunchTemplateCommandOutput
|
|
@@ -4103,11 +4181,13 @@ export type ServiceOutputTypes =
|
|
|
4103
4181
|
| DeleteInternetGatewayCommandOutput
|
|
4104
4182
|
| DeleteIpamCommandOutput
|
|
4105
4183
|
| DeleteIpamExternalResourceVerificationTokenCommandOutput
|
|
4184
|
+
| DeleteIpamInternetRegistryAssociationCommandOutput
|
|
4106
4185
|
| DeleteIpamPolicyCommandOutput
|
|
4107
4186
|
| DeleteIpamPoolCommandOutput
|
|
4108
4187
|
| DeleteIpamPrefixListResolverCommandOutput
|
|
4109
4188
|
| DeleteIpamPrefixListResolverTargetCommandOutput
|
|
4110
4189
|
| DeleteIpamResourceDiscoveryCommandOutput
|
|
4190
|
+
| DeleteIpamRoutingPolicyRegistrationCommandOutput
|
|
4111
4191
|
| DeleteIpamScopeCommandOutput
|
|
4112
4192
|
| DeleteKeyPairCommandOutput
|
|
4113
4193
|
| DeleteLaunchTemplateCommandOutput
|
|
@@ -4264,6 +4344,7 @@ export type ServiceOutputTypes =
|
|
|
4264
4344
|
| DescribeInternetGatewaysCommandOutput
|
|
4265
4345
|
| DescribeIpamByoasnCommandOutput
|
|
4266
4346
|
| DescribeIpamExternalResourceVerificationTokensCommandOutput
|
|
4347
|
+
| DescribeIpamInternetRegistryAssociationsCommandOutput
|
|
4267
4348
|
| DescribeIpamPoliciesCommandOutput
|
|
4268
4349
|
| DescribeIpamPoolAllocationsCommandOutput
|
|
4269
4350
|
| DescribeIpamPoolsCommandOutput
|
|
@@ -4439,6 +4520,7 @@ export type ServiceOutputTypes =
|
|
|
4439
4520
|
| EnableImageDeprecationCommandOutput
|
|
4440
4521
|
| EnableImageDeregistrationProtectionCommandOutput
|
|
4441
4522
|
| EnableInstanceSqlHaStandbyDetectionsCommandOutput
|
|
4523
|
+
| EnableIpamInternetRegistryAssociationCommandOutput
|
|
4442
4524
|
| EnableIpamOrganizationAdminAccountCommandOutput
|
|
4443
4525
|
| EnableIpamPolicyCommandOutput
|
|
4444
4526
|
| EnableReachabilityAnalyzerOrganizationSharingCommandOutput
|
|
@@ -4486,6 +4568,9 @@ export type ServiceOutputTypes =
|
|
|
4486
4568
|
| GetIpamDiscoveredAccountsCommandOutput
|
|
4487
4569
|
| GetIpamDiscoveredPublicAddressesCommandOutput
|
|
4488
4570
|
| GetIpamDiscoveredResourceCidrsCommandOutput
|
|
4571
|
+
| GetIpamDiscoveredRoutesCommandOutput
|
|
4572
|
+
| GetIpamInternetRegistryAssociationAsnsCommandOutput
|
|
4573
|
+
| GetIpamInternetRegistryAssociationCidrsCommandOutput
|
|
4489
4574
|
| GetIpamPolicyAllocationRulesCommandOutput
|
|
4490
4575
|
| GetIpamPolicyOrganizationTargetsCommandOutput
|
|
4491
4576
|
| GetIpamPoolAllocationsCommandOutput
|
|
@@ -4494,6 +4579,10 @@ export type ServiceOutputTypes =
|
|
|
4494
4579
|
| GetIpamPrefixListResolverVersionEntriesCommandOutput
|
|
4495
4580
|
| GetIpamPrefixListResolverVersionsCommandOutput
|
|
4496
4581
|
| GetIpamResourceCidrsCommandOutput
|
|
4582
|
+
| GetIpamRouteOriginAuthorizationsCommandOutput
|
|
4583
|
+
| GetIpamRouteProtectionFindingsCommandOutput
|
|
4584
|
+
| GetIpamRoutingPolicyRegistrationDeltasCommandOutput
|
|
4585
|
+
| GetIpamRoutingPolicyRegistrationsCommandOutput
|
|
4497
4586
|
| GetLaunchTemplateDataCommandOutput
|
|
4498
4587
|
| GetManagedPrefixListAssociationsCommandOutput
|
|
4499
4588
|
| GetManagedPrefixListEntriesCommandOutput
|
|
@@ -4570,6 +4659,7 @@ export type ServiceOutputTypes =
|
|
|
4570
4659
|
| ModifyIpamPrefixListResolverTargetCommandOutput
|
|
4571
4660
|
| ModifyIpamResourceCidrCommandOutput
|
|
4572
4661
|
| ModifyIpamResourceDiscoveryCommandOutput
|
|
4662
|
+
| ModifyIpamRoutingPolicyRegistrationCommandOutput
|
|
4573
4663
|
| ModifyIpamScopeCommandOutput
|
|
4574
4664
|
| ModifyLaunchTemplateCommandOutput
|
|
4575
4665
|
| ModifyLocalGatewayRouteCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchModifyIpamRoutingPolicyRegistrationsRequest,
|
|
4
|
+
BatchModifyIpamRoutingPolicyRegistrationsResult,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface BatchModifyIpamRoutingPolicyRegistrationsCommandInput extends BatchModifyIpamRoutingPolicyRegistrationsRequest {}
|
|
8
|
+
export interface BatchModifyIpamRoutingPolicyRegistrationsCommandOutput
|
|
9
|
+
extends BatchModifyIpamRoutingPolicyRegistrationsResult, __MetadataBearer {}
|
|
10
|
+
declare const BatchModifyIpamRoutingPolicyRegistrationsCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: BatchModifyIpamRoutingPolicyRegistrationsCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
BatchModifyIpamRoutingPolicyRegistrationsCommandInput,
|
|
15
|
+
BatchModifyIpamRoutingPolicyRegistrationsCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: BatchModifyIpamRoutingPolicyRegistrationsCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
BatchModifyIpamRoutingPolicyRegistrationsCommandInput,
|
|
24
|
+
BatchModifyIpamRoutingPolicyRegistrationsCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class BatchModifyIpamRoutingPolicyRegistrationsCommand extends BatchModifyIpamRoutingPolicyRegistrationsCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: BatchModifyIpamRoutingPolicyRegistrationsRequest;
|
|
35
|
+
output: BatchModifyIpamRoutingPolicyRegistrationsResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: BatchModifyIpamRoutingPolicyRegistrationsCommandInput;
|
|
39
|
+
output: BatchModifyIpamRoutingPolicyRegistrationsCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { CreateClientVpnEndpointRequest } from "../models/
|
|
3
|
-
import { CreateClientVpnEndpointResult } from "../models/models_1";
|
|
2
|
+
import { CreateClientVpnEndpointRequest, CreateClientVpnEndpointResult } from "../models/models_1";
|
|
4
3
|
export { __MetadataBearer };
|
|
5
4
|
export interface CreateClientVpnEndpointCommandInput extends CreateClientVpnEndpointRequest {}
|
|
6
5
|
export interface CreateClientVpnEndpointCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateIpamInternetRegistryAssociationRequest,
|
|
4
|
+
CreateIpamInternetRegistryAssociationResult,
|
|
5
|
+
} from "../models/models_1";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface CreateIpamInternetRegistryAssociationCommandInput extends CreateIpamInternetRegistryAssociationRequest {}
|
|
8
|
+
export interface CreateIpamInternetRegistryAssociationCommandOutput
|
|
9
|
+
extends CreateIpamInternetRegistryAssociationResult, __MetadataBearer {}
|
|
10
|
+
declare const CreateIpamInternetRegistryAssociationCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: CreateIpamInternetRegistryAssociationCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
CreateIpamInternetRegistryAssociationCommandInput,
|
|
15
|
+
CreateIpamInternetRegistryAssociationCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: CreateIpamInternetRegistryAssociationCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
CreateIpamInternetRegistryAssociationCommandInput,
|
|
24
|
+
CreateIpamInternetRegistryAssociationCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class CreateIpamInternetRegistryAssociationCommand extends CreateIpamInternetRegistryAssociationCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: CreateIpamInternetRegistryAssociationRequest;
|
|
35
|
+
output: CreateIpamInternetRegistryAssociationResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: CreateIpamInternetRegistryAssociationCommandInput;
|
|
39
|
+
output: CreateIpamInternetRegistryAssociationCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateIpamRoutingPolicyRegistrationRequest,
|
|
4
|
+
CreateIpamRoutingPolicyRegistrationResult,
|
|
5
|
+
} from "../models/models_1";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface CreateIpamRoutingPolicyRegistrationCommandInput extends CreateIpamRoutingPolicyRegistrationRequest {}
|
|
8
|
+
export interface CreateIpamRoutingPolicyRegistrationCommandOutput
|
|
9
|
+
extends CreateIpamRoutingPolicyRegistrationResult, __MetadataBearer {}
|
|
10
|
+
declare const CreateIpamRoutingPolicyRegistrationCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: CreateIpamRoutingPolicyRegistrationCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
CreateIpamRoutingPolicyRegistrationCommandInput,
|
|
15
|
+
CreateIpamRoutingPolicyRegistrationCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: CreateIpamRoutingPolicyRegistrationCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
CreateIpamRoutingPolicyRegistrationCommandInput,
|
|
24
|
+
CreateIpamRoutingPolicyRegistrationCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class CreateIpamRoutingPolicyRegistrationCommand extends CreateIpamRoutingPolicyRegistrationCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: CreateIpamRoutingPolicyRegistrationRequest;
|
|
35
|
+
output: CreateIpamRoutingPolicyRegistrationResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: CreateIpamRoutingPolicyRegistrationCommandInput;
|
|
39
|
+
output: CreateIpamRoutingPolicyRegistrationCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
CreateNetworkInterfacePermissionResult,
|
|
5
|
-
} from "../models/models_1";
|
|
2
|
+
import { CreateNetworkInterfacePermissionRequest } from "../models/models_1";
|
|
3
|
+
import { CreateNetworkInterfacePermissionResult } from "../models/models_2";
|
|
6
4
|
export { __MetadataBearer };
|
|
7
5
|
export interface CreateNetworkInterfacePermissionCommandInput extends CreateNetworkInterfacePermissionRequest {}
|
|
8
6
|
export interface CreateNetworkInterfacePermissionCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { CreatePlacementGroupRequest, CreatePlacementGroupResult } from "../models/
|
|
2
|
+
import { CreatePlacementGroupRequest, CreatePlacementGroupResult } from "../models/models_2";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreatePlacementGroupCommandInput extends CreatePlacementGroupRequest {}
|
|
5
5
|
export interface CreatePlacementGroupCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { CreatePublicIpv4PoolRequest, CreatePublicIpv4PoolResult } from "../models/
|
|
2
|
+
import { CreatePublicIpv4PoolRequest, CreatePublicIpv4PoolResult } from "../models/models_2";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreatePublicIpv4PoolCommandInput extends CreatePublicIpv4PoolRequest {}
|
|
5
5
|
export interface CreatePublicIpv4PoolCommandOutput
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
CreateReplaceRootVolumeTaskRequest,
|
|
4
|
+
CreateReplaceRootVolumeTaskResult,
|
|
5
|
+
} from "../models/models_2";
|
|
4
6
|
export { __MetadataBearer };
|
|
5
7
|
export interface CreateReplaceRootVolumeTaskCommandInput extends CreateReplaceRootVolumeTaskRequest {}
|
|
6
8
|
export interface CreateReplaceRootVolumeTaskCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DeleteIpamInternetRegistryAssociationRequest,
|
|
4
|
+
DeleteIpamInternetRegistryAssociationResult,
|
|
5
|
+
} from "../models/models_2";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface DeleteIpamInternetRegistryAssociationCommandInput extends DeleteIpamInternetRegistryAssociationRequest {}
|
|
8
|
+
export interface DeleteIpamInternetRegistryAssociationCommandOutput
|
|
9
|
+
extends DeleteIpamInternetRegistryAssociationResult, __MetadataBearer {}
|
|
10
|
+
declare const DeleteIpamInternetRegistryAssociationCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: DeleteIpamInternetRegistryAssociationCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
DeleteIpamInternetRegistryAssociationCommandInput,
|
|
15
|
+
DeleteIpamInternetRegistryAssociationCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteIpamInternetRegistryAssociationCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
DeleteIpamInternetRegistryAssociationCommandInput,
|
|
24
|
+
DeleteIpamInternetRegistryAssociationCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class DeleteIpamInternetRegistryAssociationCommand extends DeleteIpamInternetRegistryAssociationCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: DeleteIpamInternetRegistryAssociationRequest;
|
|
35
|
+
output: DeleteIpamInternetRegistryAssociationResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: DeleteIpamInternetRegistryAssociationCommandInput;
|
|
39
|
+
output: DeleteIpamInternetRegistryAssociationCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DeleteIpamRoutingPolicyRegistrationRequest,
|
|
4
|
+
DeleteIpamRoutingPolicyRegistrationResult,
|
|
5
|
+
} from "../models/models_2";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface DeleteIpamRoutingPolicyRegistrationCommandInput extends DeleteIpamRoutingPolicyRegistrationRequest {}
|
|
8
|
+
export interface DeleteIpamRoutingPolicyRegistrationCommandOutput
|
|
9
|
+
extends DeleteIpamRoutingPolicyRegistrationResult, __MetadataBearer {}
|
|
10
|
+
declare const DeleteIpamRoutingPolicyRegistrationCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: DeleteIpamRoutingPolicyRegistrationCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
DeleteIpamRoutingPolicyRegistrationCommandInput,
|
|
15
|
+
DeleteIpamRoutingPolicyRegistrationCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteIpamRoutingPolicyRegistrationCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
DeleteIpamRoutingPolicyRegistrationCommandInput,
|
|
24
|
+
DeleteIpamRoutingPolicyRegistrationCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class DeleteIpamRoutingPolicyRegistrationCommand extends DeleteIpamRoutingPolicyRegistrationCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: DeleteIpamRoutingPolicyRegistrationRequest;
|
|
35
|
+
output: DeleteIpamRoutingPolicyRegistrationResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: DeleteIpamRoutingPolicyRegistrationCommandInput;
|
|
39
|
+
output: DeleteIpamRoutingPolicyRegistrationCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
DeleteLocalGatewayVirtualInterfaceRequest,
|
|
4
4
|
DeleteLocalGatewayVirtualInterfaceResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_3";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface DeleteLocalGatewayVirtualInterfaceCommandInput extends DeleteLocalGatewayVirtualInterfaceRequest {}
|
|
8
8
|
export interface DeleteLocalGatewayVirtualInterfaceCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
DeleteLocalGatewayVirtualInterfaceGroupRequest,
|
|
4
4
|
DeleteLocalGatewayVirtualInterfaceGroupResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_3";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface DeleteLocalGatewayVirtualInterfaceGroupCommandInput extends DeleteLocalGatewayVirtualInterfaceGroupRequest {}
|
|
8
8
|
export interface DeleteLocalGatewayVirtualInterfaceGroupCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { DeleteManagedPrefixListRequest, DeleteManagedPrefixListResult } from "../models/
|
|
2
|
+
import { DeleteManagedPrefixListRequest, DeleteManagedPrefixListResult } from "../models/models_3";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteManagedPrefixListCommandInput extends DeleteManagedPrefixListRequest {}
|
|
5
5
|
export interface DeleteManagedPrefixListCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { DeleteNatGatewayRequest, DeleteNatGatewayResult } from "../models/
|
|
2
|
+
import { DeleteNatGatewayRequest, DeleteNatGatewayResult } from "../models/models_3";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteNatGatewayCommandInput extends DeleteNatGatewayRequest {}
|
|
5
5
|
export interface DeleteNatGatewayCommandOutput extends DeleteNatGatewayResult, __MetadataBearer {}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { DeleteNetworkAclRequest } from "../models/
|
|
2
|
+
import { DeleteNetworkAclRequest } from "../models/models_3";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteNetworkAclCommandInput extends DeleteNetworkAclRequest {}
|
|
5
5
|
export interface DeleteNetworkAclCommandOutput extends __MetadataBearer {}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { DeleteNetworkAclEntryRequest } from "../models/
|
|
2
|
+
import { DeleteNetworkAclEntryRequest } from "../models/models_3";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteNetworkAclEntryCommandInput extends DeleteNetworkAclEntryRequest {}
|
|
5
5
|
export interface DeleteNetworkAclEntryCommandOutput extends __MetadataBearer {}
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
DeleteNetworkInsightsAccessScopeRequest,
|
|
4
4
|
DeleteNetworkInsightsAccessScopeResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_3";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface DeleteNetworkInsightsAccessScopeCommandInput extends DeleteNetworkInsightsAccessScopeRequest {}
|
|
8
8
|
export interface DeleteNetworkInsightsAccessScopeCommandOutput
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { DescribeFlowLogsRequest
|
|
2
|
+
import { DescribeFlowLogsRequest } from "../models/models_3";
|
|
3
|
+
import { DescribeFlowLogsResult } from "../models/models_4";
|
|
3
4
|
export { __MetadataBearer };
|
|
4
5
|
export interface DescribeFlowLogsCommandInput extends DescribeFlowLogsRequest {}
|
|
5
6
|
export interface DescribeFlowLogsCommandOutput extends DescribeFlowLogsResult, __MetadataBearer {}
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
DescribeFpgaImageAttributeRequest,
|
|
4
4
|
DescribeFpgaImageAttributeResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_4";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface DescribeFpgaImageAttributeCommandInput extends DescribeFpgaImageAttributeRequest {}
|
|
8
8
|
export interface DescribeFpgaImageAttributeCommandOutput
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { DescribeFpgaImagesRequest } from "../models/
|
|
3
|
-
import { DescribeFpgaImagesResult } from "../models/models_4";
|
|
2
|
+
import { DescribeFpgaImagesRequest, DescribeFpgaImagesResult } from "../models/models_4";
|
|
4
3
|
export { __MetadataBearer };
|
|
5
4
|
export interface DescribeFpgaImagesCommandInput extends DescribeFpgaImagesRequest {}
|
|
6
5
|
export interface DescribeFpgaImagesCommandOutput
|