@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
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeIpamInternetRegistryAssociationsRequest,
|
|
4
|
+
DescribeIpamInternetRegistryAssociationsResult,
|
|
5
|
+
} from "../models/models_4";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface DescribeIpamInternetRegistryAssociationsCommandInput extends DescribeIpamInternetRegistryAssociationsRequest {}
|
|
8
|
+
export interface DescribeIpamInternetRegistryAssociationsCommandOutput
|
|
9
|
+
extends DescribeIpamInternetRegistryAssociationsResult, __MetadataBearer {}
|
|
10
|
+
declare const DescribeIpamInternetRegistryAssociationsCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: DescribeIpamInternetRegistryAssociationsCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
DescribeIpamInternetRegistryAssociationsCommandInput,
|
|
15
|
+
DescribeIpamInternetRegistryAssociationsCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
...[input]: [] | [DescribeIpamInternetRegistryAssociationsCommandInput]
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
DescribeIpamInternetRegistryAssociationsCommandInput,
|
|
24
|
+
DescribeIpamInternetRegistryAssociationsCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class DescribeIpamInternetRegistryAssociationsCommand extends DescribeIpamInternetRegistryAssociationsCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: DescribeIpamInternetRegistryAssociationsRequest;
|
|
35
|
+
output: DescribeIpamInternetRegistryAssociationsResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: DescribeIpamInternetRegistryAssociationsCommandInput;
|
|
39
|
+
output: DescribeIpamInternetRegistryAssociationsCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
DescribeScheduledInstancesResult,
|
|
5
|
-
} from "../models/models_4";
|
|
2
|
+
import { DescribeScheduledInstancesRequest } from "../models/models_4";
|
|
3
|
+
import { DescribeScheduledInstancesResult } from "../models/models_5";
|
|
6
4
|
export { __MetadataBearer };
|
|
7
5
|
export interface DescribeScheduledInstancesCommandInput extends DescribeScheduledInstancesRequest {}
|
|
8
6
|
export interface DescribeScheduledInstancesCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
DescribeSecondaryInterfacesRequest,
|
|
4
4
|
DescribeSecondaryInterfacesResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_5";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface DescribeSecondaryInterfacesCommandInput extends DescribeSecondaryInterfacesRequest {}
|
|
8
8
|
export interface DescribeSecondaryInterfacesCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
DescribeSecondaryNetworksRequest,
|
|
4
4
|
DescribeSecondaryNetworksResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_5";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface DescribeSecondaryNetworksCommandInput extends DescribeSecondaryNetworksRequest {}
|
|
8
8
|
export interface DescribeSecondaryNetworksCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
DescribeSecondarySubnetsRequest,
|
|
4
4
|
DescribeSecondarySubnetsResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_5";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface DescribeSecondarySubnetsCommandInput extends DescribeSecondarySubnetsRequest {}
|
|
8
8
|
export interface DescribeSecondarySubnetsCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
DescribeSecurityGroupReferencesRequest,
|
|
4
4
|
DescribeSecurityGroupReferencesResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_5";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface DescribeSecurityGroupReferencesCommandInput extends DescribeSecurityGroupReferencesRequest {}
|
|
8
8
|
export interface DescribeSecurityGroupReferencesCommandOutput
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
DescribeSecurityGroupRulesRequest,
|
|
4
|
+
DescribeSecurityGroupRulesResult,
|
|
5
|
+
} from "../models/models_5";
|
|
4
6
|
export { __MetadataBearer };
|
|
5
7
|
export interface DescribeSecurityGroupRulesCommandInput extends DescribeSecurityGroupRulesRequest {}
|
|
6
8
|
export interface DescribeSecurityGroupRulesCommandOutput
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { EnableFastLaunchRequest
|
|
2
|
+
import { EnableFastLaunchRequest } from "../models/models_5";
|
|
3
|
+
import { EnableFastLaunchResult } from "../models/models_6";
|
|
3
4
|
export { __MetadataBearer };
|
|
4
5
|
export interface EnableFastLaunchCommandInput extends EnableFastLaunchRequest {}
|
|
5
6
|
export interface EnableFastLaunchCommandOutput extends EnableFastLaunchResult, __MetadataBearer {}
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
EnableFastSnapshotRestoresRequest,
|
|
4
4
|
EnableFastSnapshotRestoresResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_6";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface EnableFastSnapshotRestoresCommandInput extends EnableFastSnapshotRestoresRequest {}
|
|
8
8
|
export interface EnableFastSnapshotRestoresCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
EnableImageBlockPublicAccessRequest,
|
|
4
4
|
EnableImageBlockPublicAccessResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_6";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface EnableImageBlockPublicAccessCommandInput extends EnableImageBlockPublicAccessRequest {}
|
|
8
8
|
export interface EnableImageBlockPublicAccessCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { EnableImageRequest, EnableImageResult } from "../models/
|
|
2
|
+
import { EnableImageRequest, EnableImageResult } from "../models/models_6";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface EnableImageCommandInput extends EnableImageRequest {}
|
|
5
5
|
export interface EnableImageCommandOutput extends EnableImageResult, __MetadataBearer {}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { EnableImageDeprecationRequest, EnableImageDeprecationResult } from "../models/
|
|
2
|
+
import { EnableImageDeprecationRequest, EnableImageDeprecationResult } from "../models/models_6";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface EnableImageDeprecationCommandInput extends EnableImageDeprecationRequest {}
|
|
5
5
|
export interface EnableImageDeprecationCommandOutput
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import {
|
|
3
|
+
EnableImageDeregistrationProtectionRequest,
|
|
4
|
+
EnableImageDeregistrationProtectionResult,
|
|
5
|
+
} from "../models/models_6";
|
|
4
6
|
export { __MetadataBearer };
|
|
5
7
|
export interface EnableImageDeregistrationProtectionCommandInput extends EnableImageDeregistrationProtectionRequest {}
|
|
6
8
|
export interface EnableImageDeregistrationProtectionCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
EnableIpamInternetRegistryAssociationRequest,
|
|
4
|
+
EnableIpamInternetRegistryAssociationResult,
|
|
5
|
+
} from "../models/models_6";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface EnableIpamInternetRegistryAssociationCommandInput extends EnableIpamInternetRegistryAssociationRequest {}
|
|
8
|
+
export interface EnableIpamInternetRegistryAssociationCommandOutput
|
|
9
|
+
extends EnableIpamInternetRegistryAssociationResult, __MetadataBearer {}
|
|
10
|
+
declare const EnableIpamInternetRegistryAssociationCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: EnableIpamInternetRegistryAssociationCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
EnableIpamInternetRegistryAssociationCommandInput,
|
|
15
|
+
EnableIpamInternetRegistryAssociationCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: EnableIpamInternetRegistryAssociationCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
EnableIpamInternetRegistryAssociationCommandInput,
|
|
24
|
+
EnableIpamInternetRegistryAssociationCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class EnableIpamInternetRegistryAssociationCommand extends EnableIpamInternetRegistryAssociationCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: EnableIpamInternetRegistryAssociationRequest;
|
|
35
|
+
output: EnableIpamInternetRegistryAssociationResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: EnableIpamInternetRegistryAssociationCommandInput;
|
|
39
|
+
output: EnableIpamInternetRegistryAssociationCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { GetIpamDiscoveredRoutesRequest, GetIpamDiscoveredRoutesResult } from "../models/models_6";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface GetIpamDiscoveredRoutesCommandInput extends GetIpamDiscoveredRoutesRequest {}
|
|
5
|
+
export interface GetIpamDiscoveredRoutesCommandOutput
|
|
6
|
+
extends GetIpamDiscoveredRoutesResult, __MetadataBearer {}
|
|
7
|
+
declare const GetIpamDiscoveredRoutesCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: GetIpamDiscoveredRoutesCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
GetIpamDiscoveredRoutesCommandInput,
|
|
12
|
+
GetIpamDiscoveredRoutesCommandOutput,
|
|
13
|
+
import("..").EC2ClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: GetIpamDiscoveredRoutesCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
GetIpamDiscoveredRoutesCommandInput,
|
|
21
|
+
GetIpamDiscoveredRoutesCommandOutput,
|
|
22
|
+
import("..").EC2ClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class GetIpamDiscoveredRoutesCommand extends GetIpamDiscoveredRoutesCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: GetIpamDiscoveredRoutesRequest;
|
|
32
|
+
output: GetIpamDiscoveredRoutesResult;
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: GetIpamDiscoveredRoutesCommandInput;
|
|
36
|
+
output: GetIpamDiscoveredRoutesCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetIpamInternetRegistryAssociationAsnsRequest,
|
|
4
|
+
GetIpamInternetRegistryAssociationAsnsResult,
|
|
5
|
+
} from "../models/models_6";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface GetIpamInternetRegistryAssociationAsnsCommandInput extends GetIpamInternetRegistryAssociationAsnsRequest {}
|
|
8
|
+
export interface GetIpamInternetRegistryAssociationAsnsCommandOutput
|
|
9
|
+
extends GetIpamInternetRegistryAssociationAsnsResult, __MetadataBearer {}
|
|
10
|
+
declare const GetIpamInternetRegistryAssociationAsnsCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: GetIpamInternetRegistryAssociationAsnsCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
GetIpamInternetRegistryAssociationAsnsCommandInput,
|
|
15
|
+
GetIpamInternetRegistryAssociationAsnsCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: GetIpamInternetRegistryAssociationAsnsCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetIpamInternetRegistryAssociationAsnsCommandInput,
|
|
24
|
+
GetIpamInternetRegistryAssociationAsnsCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class GetIpamInternetRegistryAssociationAsnsCommand extends GetIpamInternetRegistryAssociationAsnsCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: GetIpamInternetRegistryAssociationAsnsRequest;
|
|
35
|
+
output: GetIpamInternetRegistryAssociationAsnsResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: GetIpamInternetRegistryAssociationAsnsCommandInput;
|
|
39
|
+
output: GetIpamInternetRegistryAssociationAsnsCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetIpamInternetRegistryAssociationCidrsRequest,
|
|
4
|
+
GetIpamInternetRegistryAssociationCidrsResult,
|
|
5
|
+
} from "../models/models_6";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface GetIpamInternetRegistryAssociationCidrsCommandInput extends GetIpamInternetRegistryAssociationCidrsRequest {}
|
|
8
|
+
export interface GetIpamInternetRegistryAssociationCidrsCommandOutput
|
|
9
|
+
extends GetIpamInternetRegistryAssociationCidrsResult, __MetadataBearer {}
|
|
10
|
+
declare const GetIpamInternetRegistryAssociationCidrsCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: GetIpamInternetRegistryAssociationCidrsCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
GetIpamInternetRegistryAssociationCidrsCommandInput,
|
|
15
|
+
GetIpamInternetRegistryAssociationCidrsCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: GetIpamInternetRegistryAssociationCidrsCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetIpamInternetRegistryAssociationCidrsCommandInput,
|
|
24
|
+
GetIpamInternetRegistryAssociationCidrsCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class GetIpamInternetRegistryAssociationCidrsCommand extends GetIpamInternetRegistryAssociationCidrsCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: GetIpamInternetRegistryAssociationCidrsRequest;
|
|
35
|
+
output: GetIpamInternetRegistryAssociationCidrsResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: GetIpamInternetRegistryAssociationCidrsCommandInput;
|
|
39
|
+
output: GetIpamInternetRegistryAssociationCidrsCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetIpamRouteOriginAuthorizationsRequest,
|
|
4
|
+
GetIpamRouteOriginAuthorizationsResult,
|
|
5
|
+
} from "../models/models_6";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface GetIpamRouteOriginAuthorizationsCommandInput extends GetIpamRouteOriginAuthorizationsRequest {}
|
|
8
|
+
export interface GetIpamRouteOriginAuthorizationsCommandOutput
|
|
9
|
+
extends GetIpamRouteOriginAuthorizationsResult, __MetadataBearer {}
|
|
10
|
+
declare const GetIpamRouteOriginAuthorizationsCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: GetIpamRouteOriginAuthorizationsCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
GetIpamRouteOriginAuthorizationsCommandInput,
|
|
15
|
+
GetIpamRouteOriginAuthorizationsCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: GetIpamRouteOriginAuthorizationsCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetIpamRouteOriginAuthorizationsCommandInput,
|
|
24
|
+
GetIpamRouteOriginAuthorizationsCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class GetIpamRouteOriginAuthorizationsCommand extends GetIpamRouteOriginAuthorizationsCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: GetIpamRouteOriginAuthorizationsRequest;
|
|
35
|
+
output: GetIpamRouteOriginAuthorizationsResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: GetIpamRouteOriginAuthorizationsCommandInput;
|
|
39
|
+
output: GetIpamRouteOriginAuthorizationsCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetIpamRouteProtectionFindingsRequest,
|
|
4
|
+
GetIpamRouteProtectionFindingsResult,
|
|
5
|
+
} from "../models/models_6";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface GetIpamRouteProtectionFindingsCommandInput extends GetIpamRouteProtectionFindingsRequest {}
|
|
8
|
+
export interface GetIpamRouteProtectionFindingsCommandOutput
|
|
9
|
+
extends GetIpamRouteProtectionFindingsResult, __MetadataBearer {}
|
|
10
|
+
declare const GetIpamRouteProtectionFindingsCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: GetIpamRouteProtectionFindingsCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
GetIpamRouteProtectionFindingsCommandInput,
|
|
15
|
+
GetIpamRouteProtectionFindingsCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: GetIpamRouteProtectionFindingsCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetIpamRouteProtectionFindingsCommandInput,
|
|
24
|
+
GetIpamRouteProtectionFindingsCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class GetIpamRouteProtectionFindingsCommand extends GetIpamRouteProtectionFindingsCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: GetIpamRouteProtectionFindingsRequest;
|
|
35
|
+
output: GetIpamRouteProtectionFindingsResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: GetIpamRouteProtectionFindingsCommandInput;
|
|
39
|
+
output: GetIpamRouteProtectionFindingsCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetIpamRoutingPolicyRegistrationDeltasRequest,
|
|
4
|
+
GetIpamRoutingPolicyRegistrationDeltasResult,
|
|
5
|
+
} from "../models/models_6";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface GetIpamRoutingPolicyRegistrationDeltasCommandInput extends GetIpamRoutingPolicyRegistrationDeltasRequest {}
|
|
8
|
+
export interface GetIpamRoutingPolicyRegistrationDeltasCommandOutput
|
|
9
|
+
extends GetIpamRoutingPolicyRegistrationDeltasResult, __MetadataBearer {}
|
|
10
|
+
declare const GetIpamRoutingPolicyRegistrationDeltasCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: GetIpamRoutingPolicyRegistrationDeltasCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
GetIpamRoutingPolicyRegistrationDeltasCommandInput,
|
|
15
|
+
GetIpamRoutingPolicyRegistrationDeltasCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: GetIpamRoutingPolicyRegistrationDeltasCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetIpamRoutingPolicyRegistrationDeltasCommandInput,
|
|
24
|
+
GetIpamRoutingPolicyRegistrationDeltasCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class GetIpamRoutingPolicyRegistrationDeltasCommand extends GetIpamRoutingPolicyRegistrationDeltasCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: GetIpamRoutingPolicyRegistrationDeltasRequest;
|
|
35
|
+
output: GetIpamRoutingPolicyRegistrationDeltasResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: GetIpamRoutingPolicyRegistrationDeltasCommandInput;
|
|
39
|
+
output: GetIpamRoutingPolicyRegistrationDeltasCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetIpamRoutingPolicyRegistrationsRequest,
|
|
4
|
+
GetIpamRoutingPolicyRegistrationsResult,
|
|
5
|
+
} from "../models/models_6";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface GetIpamRoutingPolicyRegistrationsCommandInput extends GetIpamRoutingPolicyRegistrationsRequest {}
|
|
8
|
+
export interface GetIpamRoutingPolicyRegistrationsCommandOutput
|
|
9
|
+
extends GetIpamRoutingPolicyRegistrationsResult, __MetadataBearer {}
|
|
10
|
+
declare const GetIpamRoutingPolicyRegistrationsCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: GetIpamRoutingPolicyRegistrationsCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
GetIpamRoutingPolicyRegistrationsCommandInput,
|
|
15
|
+
GetIpamRoutingPolicyRegistrationsCommandOutput,
|
|
16
|
+
import("..").EC2ClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: GetIpamRoutingPolicyRegistrationsCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetIpamRoutingPolicyRegistrationsCommandInput,
|
|
24
|
+
GetIpamRoutingPolicyRegistrationsCommandOutput,
|
|
25
|
+
import("..").EC2ClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class GetIpamRoutingPolicyRegistrationsCommand extends GetIpamRoutingPolicyRegistrationsCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: GetIpamRoutingPolicyRegistrationsRequest;
|
|
35
|
+
output: GetIpamRoutingPolicyRegistrationsResult;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: GetIpamRoutingPolicyRegistrationsCommandInput;
|
|
39
|
+
output: GetIpamRoutingPolicyRegistrationsCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { ImportVolumeRequest, ImportVolumeResult } from "../models/
|
|
2
|
+
import { ImportVolumeRequest, ImportVolumeResult } from "../models/models_7";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ImportVolumeCommandInput extends ImportVolumeRequest {}
|
|
5
5
|
export interface ImportVolumeCommandOutput extends ImportVolumeResult, __MetadataBearer {}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { ListImagesInRecycleBinRequest, ListImagesInRecycleBinResult } from "../models/
|
|
2
|
+
import { ListImagesInRecycleBinRequest, ListImagesInRecycleBinResult } from "../models/models_7";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListImagesInRecycleBinCommandInput extends ListImagesInRecycleBinRequest {}
|
|
5
5
|
export interface ListImagesInRecycleBinCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
ListSnapshotsInRecycleBinRequest,
|
|
4
4
|
ListSnapshotsInRecycleBinResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_7";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface ListSnapshotsInRecycleBinCommandInput extends ListSnapshotsInRecycleBinRequest {}
|
|
8
8
|
export interface ListSnapshotsInRecycleBinCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { ListVolumesInRecycleBinRequest, ListVolumesInRecycleBinResult } from "../models/
|
|
2
|
+
import { ListVolumesInRecycleBinRequest, ListVolumesInRecycleBinResult } from "../models/models_7";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListVolumesInRecycleBinCommandInput extends ListVolumesInRecycleBinRequest {}
|
|
5
5
|
export interface ListVolumesInRecycleBinCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { LockSnapshotRequest, LockSnapshotResult } from "../models/
|
|
2
|
+
import { LockSnapshotRequest, LockSnapshotResult } from "../models/models_7";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface LockSnapshotCommandInput extends LockSnapshotRequest {}
|
|
5
5
|
export interface LockSnapshotCommandOutput extends LockSnapshotResult, __MetadataBearer {}
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
ModifyAccountVpcEncryptionControlRequest,
|
|
4
4
|
ModifyAccountVpcEncryptionControlResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_7";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface ModifyAccountVpcEncryptionControlCommandInput extends ModifyAccountVpcEncryptionControlRequest {}
|
|
8
8
|
export interface ModifyAccountVpcEncryptionControlCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { ModifyAddressAttributeRequest, ModifyAddressAttributeResult } from "../models/
|
|
2
|
+
import { ModifyAddressAttributeRequest, ModifyAddressAttributeResult } from "../models/models_7";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ModifyAddressAttributeCommandInput extends ModifyAddressAttributeRequest {}
|
|
5
5
|
export interface ModifyAddressAttributeCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
ModifyApplicationStatusCheckRequest,
|
|
4
4
|
ModifyApplicationStatusCheckResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_7";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface ModifyApplicationStatusCheckCommandInput extends ModifyApplicationStatusCheckRequest {}
|
|
8
8
|
export interface ModifyApplicationStatusCheckCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
ModifyAvailabilityZoneGroupRequest,
|
|
4
4
|
ModifyAvailabilityZoneGroupResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_7";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface ModifyAvailabilityZoneGroupCommandInput extends ModifyAvailabilityZoneGroupRequest {}
|
|
8
8
|
export interface ModifyAvailabilityZoneGroupCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
ModifyCapacityReservationRequest,
|
|
4
4
|
ModifyCapacityReservationResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_7";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface ModifyCapacityReservationCommandInput extends ModifyCapacityReservationRequest {}
|
|
8
8
|
export interface ModifyCapacityReservationCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
ModifyCapacityReservationFleetRequest,
|
|
4
4
|
ModifyCapacityReservationFleetResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_7";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface ModifyCapacityReservationFleetCommandInput extends ModifyCapacityReservationFleetRequest {}
|
|
8
8
|
export interface ModifyCapacityReservationFleetCommandOutput
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import { ModifyClientVpnEndpointRequest, ModifyClientVpnEndpointResult } from "../models/
|
|
2
|
+
import { ModifyClientVpnEndpointRequest, ModifyClientVpnEndpointResult } from "../models/models_7";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ModifyClientVpnEndpointCommandInput extends ModifyClientVpnEndpointRequest {}
|
|
5
5
|
export interface ModifyClientVpnEndpointCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
ModifyDefaultCreditSpecificationRequest,
|
|
4
4
|
ModifyDefaultCreditSpecificationResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_7";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface ModifyDefaultCreditSpecificationCommandInput extends ModifyDefaultCreditSpecificationRequest {}
|
|
8
8
|
export interface ModifyDefaultCreditSpecificationCommandOutput
|
|
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import {
|
|
3
3
|
ModifyEbsDefaultKmsKeyIdRequest,
|
|
4
4
|
ModifyEbsDefaultKmsKeyIdResult,
|
|
5
|
-
} from "../models/
|
|
5
|
+
} from "../models/models_7";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
7
|
export interface ModifyEbsDefaultKmsKeyIdCommandInput extends ModifyEbsDefaultKmsKeyIdRequest {}
|
|
8
8
|
export interface ModifyEbsDefaultKmsKeyIdCommandOutput
|