@aws-sdk/client-ec2 3.920.0 → 3.922.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 +88 -0
- package/dist-cjs/index.js +2417 -1157
- package/dist-es/EC2.js +22 -0
- package/dist-es/commands/CreateIpamPrefixListResolverCommand.js +22 -0
- package/dist-es/commands/CreateIpamPrefixListResolverTargetCommand.js +22 -0
- package/dist-es/commands/CreateLaunchTemplateCommand.js +1 -1
- package/dist-es/commands/CreateLaunchTemplateVersionCommand.js +1 -2
- package/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/DeleteIpamPrefixListResolverCommand.js +22 -0
- package/dist-es/commands/DeleteIpamPrefixListResolverTargetCommand.js +22 -0
- package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/dist-es/commands/DescribeIpamPrefixListResolverTargetsCommand.js +22 -0
- package/dist-es/commands/DescribeIpamPrefixListResolversCommand.js +22 -0
- package/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
- package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
- package/dist-es/commands/GetIpamPrefixListResolverRulesCommand.js +22 -0
- package/dist-es/commands/GetIpamPrefixListResolverVersionEntriesCommand.js +22 -0
- package/dist-es/commands/GetIpamPrefixListResolverVersionsCommand.js +22 -0
- package/dist-es/commands/ModifyIpamPrefixListResolverCommand.js +22 -0
- package/dist-es/commands/ModifyIpamPrefixListResolverTargetCommand.js +22 -0
- package/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/models/models_1.js +54 -16
- package/dist-es/models/models_2.js +16 -40
- package/dist-es/models/models_3.js +40 -20
- package/dist-es/models/models_4.js +20 -26
- package/dist-es/models/models_5.js +26 -21
- package/dist-es/models/models_6.js +20 -30
- package/dist-es/models/models_7.js +30 -32
- package/dist-es/models/models_8.js +24 -0
- package/dist-es/pagination/DescribeIpamPrefixListResolverTargetsPaginator.js +4 -0
- package/dist-es/pagination/DescribeIpamPrefixListResolversPaginator.js +4 -0
- package/dist-es/pagination/GetIpamPrefixListResolverRulesPaginator.js +4 -0
- package/dist-es/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.js +4 -0
- package/dist-es/pagination/GetIpamPrefixListResolverVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_ec2.js +989 -6
- package/dist-types/EC2.d.ts +79 -0
- package/dist-types/EC2Client.d.ts +13 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.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/CancelSpotFleetRequestsCommand.d.ts +12 -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/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.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 +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- 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/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +3 -2
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +130 -0
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +111 -0
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- 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 +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -4
- 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 +3 -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/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- 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/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/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 +3 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpcCommand.d.ts +15 -11
- 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/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +92 -0
- package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +94 -0
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +107 -0
- package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +83 -0
- package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +125 -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/ModifyIpamPrefixListResolverCommand.d.ts +115 -0
- package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +96 -0
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +3 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -2
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -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/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- 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/TerminateInstancesCommand.d.ts +13 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +4 -2
- package/dist-types/models/models_1.d.ts +1260 -1479
- package/dist-types/models/models_2.d.ts +5322 -5156
- package/dist-types/models/models_3.d.ts +3330 -3373
- package/dist-types/models/models_4.d.ts +758 -331
- package/dist-types/models/models_5.d.ts +472 -704
- package/dist-types/models/models_6.d.ts +3471 -3345
- package/dist-types/models/models_7.d.ts +4767 -4822
- package/dist-types/models/models_8.d.ts +1013 -7
- package/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +7 -0
- package/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +7 -0
- package/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_ec2.d.ts +99 -0
- package/dist-types/ts3.4/EC2.d.ts +225 -0
- package/dist-types/ts3.4/EC2Client.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateIpamPrefixListResolverCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +139 -147
- package/dist-types/ts3.4/models/models_2.d.ts +164 -139
- package/dist-types/ts3.4/models/models_3.d.ts +155 -151
- package/dist-types/ts3.4/models/models_4.d.ts +149 -96
- package/dist-types/ts3.4/models/models_5.d.ts +124 -143
- package/dist-types/ts3.4/models/models_6.d.ts +135 -137
- package/dist-types/ts3.4/models/models_7.d.ts +216 -258
- package/dist-types/ts3.4/models/models_8.d.ts +254 -5
- package/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
- package/package.json +35 -35
|
@@ -17,6 +17,9 @@ import {
|
|
|
17
17
|
TransitGatewayPeeringAttachment,
|
|
18
18
|
TransitGatewayVpcAttachment,
|
|
19
19
|
UnsuccessfulItem,
|
|
20
|
+
VerifiedAccessInstance,
|
|
21
|
+
VerifiedAccessSseSpecificationResponse,
|
|
22
|
+
VerifiedAccessTrustProvider,
|
|
20
23
|
} from "./models_0";
|
|
21
24
|
import {
|
|
22
25
|
_InstanceType,
|
|
@@ -29,29 +32,35 @@ import {
|
|
|
29
32
|
HostnameType,
|
|
30
33
|
InstanceBandwidthWeighting,
|
|
31
34
|
InstanceInterruptionBehavior,
|
|
35
|
+
IpAddressType,
|
|
32
36
|
MarketType,
|
|
33
|
-
OperatorRequest,
|
|
34
37
|
Placement,
|
|
35
38
|
ShutdownBehavior,
|
|
36
39
|
SpotInstanceType,
|
|
37
40
|
SSEType,
|
|
41
|
+
VolumeType,
|
|
38
42
|
} from "./models_1";
|
|
39
43
|
import {
|
|
40
44
|
IcmpTypeCode,
|
|
41
45
|
InstanceIpv6Address,
|
|
42
46
|
LocalGatewayRoute,
|
|
43
47
|
ManagedPrefixList,
|
|
48
|
+
OperatorRequest,
|
|
44
49
|
RuleAction,
|
|
45
50
|
SnapshotState,
|
|
46
51
|
TransitGatewayRoute,
|
|
52
|
+
VerifiedAccessEndpoint,
|
|
53
|
+
VerifiedAccessEndpointProtocol,
|
|
54
|
+
VerifiedAccessGroup,
|
|
55
|
+
VerifiedAccessSseSpecificationRequest,
|
|
47
56
|
} from "./models_2";
|
|
48
57
|
import {
|
|
49
58
|
Byoasn,
|
|
50
|
-
|
|
51
|
-
CapacityBlockExtension,
|
|
59
|
+
DnsOptionsSpecification,
|
|
52
60
|
Filter,
|
|
53
61
|
IKEVersionsRequestListValue,
|
|
54
62
|
InstanceTagNotificationAttribute,
|
|
63
|
+
InternetGatewayExclusionMode,
|
|
55
64
|
IpamPoolCidr,
|
|
56
65
|
PayerResponsibility,
|
|
57
66
|
Phase1DHGroupNumbersRequestListValue,
|
|
@@ -60,12 +69,17 @@ import {
|
|
|
60
69
|
Phase2DHGroupNumbersRequestListValue,
|
|
61
70
|
Phase2EncryptionAlgorithmsRequestListValue,
|
|
62
71
|
Phase2IntegrityAlgorithmsRequestListValue,
|
|
72
|
+
SubnetConfiguration,
|
|
73
|
+
VpcBlockPublicAccessExclusion,
|
|
63
74
|
VpnConnection,
|
|
64
75
|
VpnTunnelLogOptionsSpecification,
|
|
65
76
|
} from "./models_3";
|
|
66
77
|
import {
|
|
67
78
|
ArchitectureValues,
|
|
79
|
+
AttributeBooleanValue,
|
|
68
80
|
BootModeValues,
|
|
81
|
+
CapacityBlock,
|
|
82
|
+
CapacityBlockExtension,
|
|
69
83
|
ClientVpnConnectionStatus,
|
|
70
84
|
HttpTokensState,
|
|
71
85
|
ImdsSupportValues,
|
|
@@ -90,8 +104,231 @@ import {
|
|
|
90
104
|
SpotInstanceRequest,
|
|
91
105
|
SpotPlacement,
|
|
92
106
|
} from "./models_5";
|
|
93
|
-
import {
|
|
94
|
-
|
|
107
|
+
import {
|
|
108
|
+
CapacityManagerStatus,
|
|
109
|
+
InternetGatewayBlockMode,
|
|
110
|
+
VerifiedAccessInstanceLoggingConfiguration,
|
|
111
|
+
VolumeModification,
|
|
112
|
+
VpcBlockPublicAccessOptions,
|
|
113
|
+
} from "./models_6";
|
|
114
|
+
import {
|
|
115
|
+
CapacityReservationSpecification,
|
|
116
|
+
ModifyVerifiedAccessEndpointCidrOptions,
|
|
117
|
+
ModifyVerifiedAccessEndpointPortRange,
|
|
118
|
+
Purchase,
|
|
119
|
+
} from "./models_7";
|
|
120
|
+
export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
|
|
121
|
+
SubnetIds?: string[] | undefined;
|
|
122
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
123
|
+
Port?: number | undefined;
|
|
124
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
127
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
128
|
+
Port?: number | undefined;
|
|
129
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
130
|
+
}
|
|
131
|
+
export interface ModifyVerifiedAccessEndpointRdsOptions {
|
|
132
|
+
SubnetIds?: string[] | undefined;
|
|
133
|
+
Port?: number | undefined;
|
|
134
|
+
RdsEndpoint?: string | undefined;
|
|
135
|
+
}
|
|
136
|
+
export interface ModifyVerifiedAccessEndpointRequest {
|
|
137
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
138
|
+
VerifiedAccessGroupId?: string | undefined;
|
|
139
|
+
LoadBalancerOptions?:
|
|
140
|
+
| ModifyVerifiedAccessEndpointLoadBalancerOptions
|
|
141
|
+
| undefined;
|
|
142
|
+
NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
|
|
143
|
+
Description?: string | undefined;
|
|
144
|
+
ClientToken?: string | undefined;
|
|
145
|
+
DryRun?: boolean | undefined;
|
|
146
|
+
RdsOptions?: ModifyVerifiedAccessEndpointRdsOptions | undefined;
|
|
147
|
+
CidrOptions?: ModifyVerifiedAccessEndpointCidrOptions | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface ModifyVerifiedAccessEndpointResult {
|
|
150
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
153
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
154
|
+
PolicyEnabled?: boolean | undefined;
|
|
155
|
+
PolicyDocument?: string | undefined;
|
|
156
|
+
ClientToken?: string | undefined;
|
|
157
|
+
DryRun?: boolean | undefined;
|
|
158
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
159
|
+
}
|
|
160
|
+
export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
161
|
+
PolicyEnabled?: boolean | undefined;
|
|
162
|
+
PolicyDocument?: string | undefined;
|
|
163
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface ModifyVerifiedAccessGroupRequest {
|
|
166
|
+
VerifiedAccessGroupId: string | undefined;
|
|
167
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
168
|
+
Description?: string | undefined;
|
|
169
|
+
ClientToken?: string | undefined;
|
|
170
|
+
DryRun?: boolean | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface ModifyVerifiedAccessGroupResult {
|
|
173
|
+
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
176
|
+
VerifiedAccessGroupId: string | undefined;
|
|
177
|
+
PolicyEnabled?: boolean | undefined;
|
|
178
|
+
PolicyDocument?: string | undefined;
|
|
179
|
+
ClientToken?: string | undefined;
|
|
180
|
+
DryRun?: boolean | undefined;
|
|
181
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
182
|
+
}
|
|
183
|
+
export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
184
|
+
PolicyEnabled?: boolean | undefined;
|
|
185
|
+
PolicyDocument?: string | undefined;
|
|
186
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
187
|
+
}
|
|
188
|
+
export interface ModifyVerifiedAccessInstanceRequest {
|
|
189
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
190
|
+
Description?: string | undefined;
|
|
191
|
+
DryRun?: boolean | undefined;
|
|
192
|
+
ClientToken?: string | undefined;
|
|
193
|
+
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface ModifyVerifiedAccessInstanceResult {
|
|
196
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
197
|
+
}
|
|
198
|
+
export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
199
|
+
Enabled: boolean | undefined;
|
|
200
|
+
LogGroup?: string | undefined;
|
|
201
|
+
}
|
|
202
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
203
|
+
Enabled: boolean | undefined;
|
|
204
|
+
DeliveryStream?: string | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface VerifiedAccessLogS3DestinationOptions {
|
|
207
|
+
Enabled: boolean | undefined;
|
|
208
|
+
BucketName?: string | undefined;
|
|
209
|
+
Prefix?: string | undefined;
|
|
210
|
+
BucketOwner?: string | undefined;
|
|
211
|
+
}
|
|
212
|
+
export interface VerifiedAccessLogOptions {
|
|
213
|
+
S3?: VerifiedAccessLogS3DestinationOptions | undefined;
|
|
214
|
+
CloudWatchLogs?:
|
|
215
|
+
| VerifiedAccessLogCloudWatchLogsDestinationOptions
|
|
216
|
+
| undefined;
|
|
217
|
+
KinesisDataFirehose?:
|
|
218
|
+
| VerifiedAccessLogKinesisDataFirehoseDestinationOptions
|
|
219
|
+
| undefined;
|
|
220
|
+
LogVersion?: string | undefined;
|
|
221
|
+
IncludeTrustContext?: boolean | undefined;
|
|
222
|
+
}
|
|
223
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
224
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
225
|
+
AccessLogs: VerifiedAccessLogOptions | undefined;
|
|
226
|
+
DryRun?: boolean | undefined;
|
|
227
|
+
ClientToken?: string | undefined;
|
|
228
|
+
}
|
|
229
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
230
|
+
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
|
|
231
|
+
}
|
|
232
|
+
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
233
|
+
PublicSigningKeyUrl?: string | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
|
|
236
|
+
PublicSigningKeyEndpoint?: string | undefined;
|
|
237
|
+
Issuer?: string | undefined;
|
|
238
|
+
AuthorizationEndpoint?: string | undefined;
|
|
239
|
+
TokenEndpoint?: string | undefined;
|
|
240
|
+
UserInfoEndpoint?: string | undefined;
|
|
241
|
+
ClientId?: string | undefined;
|
|
242
|
+
ClientSecret?: string | undefined;
|
|
243
|
+
Scope?: string | undefined;
|
|
244
|
+
}
|
|
245
|
+
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
246
|
+
Issuer?: string | undefined;
|
|
247
|
+
AuthorizationEndpoint?: string | undefined;
|
|
248
|
+
TokenEndpoint?: string | undefined;
|
|
249
|
+
UserInfoEndpoint?: string | undefined;
|
|
250
|
+
ClientId?: string | undefined;
|
|
251
|
+
ClientSecret?: string | undefined;
|
|
252
|
+
Scope?: string | undefined;
|
|
253
|
+
}
|
|
254
|
+
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
255
|
+
VerifiedAccessTrustProviderId: string | undefined;
|
|
256
|
+
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions | undefined;
|
|
257
|
+
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions | undefined;
|
|
258
|
+
Description?: string | undefined;
|
|
259
|
+
DryRun?: boolean | undefined;
|
|
260
|
+
ClientToken?: string | undefined;
|
|
261
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
262
|
+
NativeApplicationOidcOptions?:
|
|
263
|
+
| ModifyVerifiedAccessNativeApplicationOidcOptions
|
|
264
|
+
| undefined;
|
|
265
|
+
}
|
|
266
|
+
export interface ModifyVerifiedAccessTrustProviderResult {
|
|
267
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
268
|
+
}
|
|
269
|
+
export interface ModifyVolumeRequest {
|
|
270
|
+
DryRun?: boolean | undefined;
|
|
271
|
+
VolumeId: string | undefined;
|
|
272
|
+
Size?: number | undefined;
|
|
273
|
+
VolumeType?: VolumeType | undefined;
|
|
274
|
+
Iops?: number | undefined;
|
|
275
|
+
Throughput?: number | undefined;
|
|
276
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
277
|
+
}
|
|
278
|
+
export interface ModifyVolumeResult {
|
|
279
|
+
VolumeModification?: VolumeModification | undefined;
|
|
280
|
+
}
|
|
281
|
+
export interface ModifyVolumeAttributeRequest {
|
|
282
|
+
AutoEnableIO?: AttributeBooleanValue | undefined;
|
|
283
|
+
VolumeId: string | undefined;
|
|
284
|
+
DryRun?: boolean | undefined;
|
|
285
|
+
}
|
|
286
|
+
export interface ModifyVpcAttributeRequest {
|
|
287
|
+
EnableDnsHostnames?: AttributeBooleanValue | undefined;
|
|
288
|
+
EnableDnsSupport?: AttributeBooleanValue | undefined;
|
|
289
|
+
VpcId: string | undefined;
|
|
290
|
+
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
291
|
+
}
|
|
292
|
+
export interface ModifyVpcBlockPublicAccessExclusionRequest {
|
|
293
|
+
DryRun?: boolean | undefined;
|
|
294
|
+
ExclusionId: string | undefined;
|
|
295
|
+
InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
|
|
296
|
+
}
|
|
297
|
+
export interface ModifyVpcBlockPublicAccessExclusionResult {
|
|
298
|
+
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
299
|
+
}
|
|
300
|
+
export interface ModifyVpcBlockPublicAccessOptionsRequest {
|
|
301
|
+
DryRun?: boolean | undefined;
|
|
302
|
+
InternetGatewayBlockMode: InternetGatewayBlockMode | undefined;
|
|
303
|
+
}
|
|
304
|
+
export interface ModifyVpcBlockPublicAccessOptionsResult {
|
|
305
|
+
VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface ModifyVpcEndpointRequest {
|
|
308
|
+
DryRun?: boolean | undefined;
|
|
309
|
+
VpcEndpointId: string | undefined;
|
|
310
|
+
ResetPolicy?: boolean | undefined;
|
|
311
|
+
PolicyDocument?: string | undefined;
|
|
312
|
+
AddRouteTableIds?: string[] | undefined;
|
|
313
|
+
RemoveRouteTableIds?: string[] | undefined;
|
|
314
|
+
AddSubnetIds?: string[] | undefined;
|
|
315
|
+
RemoveSubnetIds?: string[] | undefined;
|
|
316
|
+
AddSecurityGroupIds?: string[] | undefined;
|
|
317
|
+
RemoveSecurityGroupIds?: string[] | undefined;
|
|
318
|
+
IpAddressType?: IpAddressType | undefined;
|
|
319
|
+
DnsOptions?: DnsOptionsSpecification | undefined;
|
|
320
|
+
PrivateDnsEnabled?: boolean | undefined;
|
|
321
|
+
SubnetConfigurations?: SubnetConfiguration[] | undefined;
|
|
322
|
+
}
|
|
323
|
+
export interface ModifyVpcEndpointResult {
|
|
324
|
+
Return?: boolean | undefined;
|
|
325
|
+
}
|
|
326
|
+
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
327
|
+
DryRun?: boolean | undefined;
|
|
328
|
+
ConnectionNotificationId: string | undefined;
|
|
329
|
+
ConnectionNotificationArn?: string | undefined;
|
|
330
|
+
ConnectionEvents?: string[] | undefined;
|
|
331
|
+
}
|
|
95
332
|
export interface ModifyVpcEndpointConnectionNotificationResult {
|
|
96
333
|
ReturnValue?: boolean | undefined;
|
|
97
334
|
}
|
|
@@ -1269,6 +1506,18 @@ export interface WithdrawByoipCidrRequest {
|
|
|
1269
1506
|
export interface WithdrawByoipCidrResult {
|
|
1270
1507
|
ByoipCidr?: ByoipCidr | undefined;
|
|
1271
1508
|
}
|
|
1509
|
+
export declare const ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
|
|
1510
|
+
obj: ModifyVerifiedAccessNativeApplicationOidcOptions
|
|
1511
|
+
) => any;
|
|
1512
|
+
export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
1513
|
+
obj: ModifyVerifiedAccessTrustProviderOidcOptions
|
|
1514
|
+
) => any;
|
|
1515
|
+
export declare const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog: (
|
|
1516
|
+
obj: ModifyVerifiedAccessTrustProviderRequest
|
|
1517
|
+
) => any;
|
|
1518
|
+
export declare const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1519
|
+
obj: ModifyVerifiedAccessTrustProviderResult
|
|
1520
|
+
) => any;
|
|
1272
1521
|
export declare const ModifyVpnConnectionResultFilterSensitiveLog: (
|
|
1273
1522
|
obj: ModifyVpnConnectionResult
|
|
1274
1523
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeIpamPrefixListResolverTargetsCommandInput,
|
|
4
|
+
DescribeIpamPrefixListResolverTargetsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeIpamPrefixListResolverTargetsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeIpamPrefixListResolverTargets: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeIpamPrefixListResolverTargetsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeIpamPrefixListResolverTargetsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeIpamPrefixListResolversCommandInput,
|
|
4
|
+
DescribeIpamPrefixListResolversCommandOutput,
|
|
5
|
+
} from "../commands/DescribeIpamPrefixListResolversCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeIpamPrefixListResolvers: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeIpamPrefixListResolversCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeIpamPrefixListResolversCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetIpamPrefixListResolverRulesCommandInput,
|
|
4
|
+
GetIpamPrefixListResolverRulesCommandOutput,
|
|
5
|
+
} from "../commands/GetIpamPrefixListResolverRulesCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateGetIpamPrefixListResolverRules: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: GetIpamPrefixListResolverRulesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetIpamPrefixListResolverRulesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetIpamPrefixListResolverVersionEntriesCommandInput,
|
|
4
|
+
GetIpamPrefixListResolverVersionEntriesCommandOutput,
|
|
5
|
+
} from "../commands/GetIpamPrefixListResolverVersionEntriesCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateGetIpamPrefixListResolverVersionEntries: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: GetIpamPrefixListResolverVersionEntriesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetIpamPrefixListResolverVersionEntriesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
GetIpamPrefixListResolverVersionsCommandInput,
|
|
4
|
+
GetIpamPrefixListResolverVersionsCommandOutput,
|
|
5
|
+
} from "../commands/GetIpamPrefixListResolverVersionsCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateGetIpamPrefixListResolverVersions: (
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: GetIpamPrefixListResolverVersionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetIpamPrefixListResolverVersionsCommandOutput>;
|
|
@@ -49,6 +49,8 @@ export * from "./DescribeInstanceTypesPaginator";
|
|
|
49
49
|
export * from "./DescribeInstancesPaginator";
|
|
50
50
|
export * from "./DescribeInternetGatewaysPaginator";
|
|
51
51
|
export * from "./DescribeIpamPoolsPaginator";
|
|
52
|
+
export * from "./DescribeIpamPrefixListResolverTargetsPaginator";
|
|
53
|
+
export * from "./DescribeIpamPrefixListResolversPaginator";
|
|
52
54
|
export * from "./DescribeIpamResourceDiscoveriesPaginator";
|
|
53
55
|
export * from "./DescribeIpamResourceDiscoveryAssociationsPaginator";
|
|
54
56
|
export * from "./DescribeIpamScopesPaginator";
|
|
@@ -139,6 +141,9 @@ export * from "./GetIpamDiscoveredAccountsPaginator";
|
|
|
139
141
|
export * from "./GetIpamDiscoveredResourceCidrsPaginator";
|
|
140
142
|
export * from "./GetIpamPoolAllocationsPaginator";
|
|
141
143
|
export * from "./GetIpamPoolCidrsPaginator";
|
|
144
|
+
export * from "./GetIpamPrefixListResolverRulesPaginator";
|
|
145
|
+
export * from "./GetIpamPrefixListResolverVersionEntriesPaginator";
|
|
146
|
+
export * from "./GetIpamPrefixListResolverVersionsPaginator";
|
|
142
147
|
export * from "./GetIpamResourceCidrsPaginator";
|
|
143
148
|
export * from "./GetManagedPrefixListAssociationsPaginator";
|
|
144
149
|
export * from "./GetManagedPrefixListEntriesPaginator";
|
|
@@ -355,6 +355,14 @@ import {
|
|
|
355
355
|
CreateIpamPoolCommandInput,
|
|
356
356
|
CreateIpamPoolCommandOutput,
|
|
357
357
|
} from "../commands/CreateIpamPoolCommand";
|
|
358
|
+
import {
|
|
359
|
+
CreateIpamPrefixListResolverCommandInput,
|
|
360
|
+
CreateIpamPrefixListResolverCommandOutput,
|
|
361
|
+
} from "../commands/CreateIpamPrefixListResolverCommand";
|
|
362
|
+
import {
|
|
363
|
+
CreateIpamPrefixListResolverTargetCommandInput,
|
|
364
|
+
CreateIpamPrefixListResolverTargetCommandOutput,
|
|
365
|
+
} from "../commands/CreateIpamPrefixListResolverTargetCommand";
|
|
358
366
|
import {
|
|
359
367
|
CreateIpamResourceDiscoveryCommandInput,
|
|
360
368
|
CreateIpamResourceDiscoveryCommandOutput,
|
|
@@ -699,6 +707,14 @@ import {
|
|
|
699
707
|
DeleteIpamPoolCommandInput,
|
|
700
708
|
DeleteIpamPoolCommandOutput,
|
|
701
709
|
} from "../commands/DeleteIpamPoolCommand";
|
|
710
|
+
import {
|
|
711
|
+
DeleteIpamPrefixListResolverCommandInput,
|
|
712
|
+
DeleteIpamPrefixListResolverCommandOutput,
|
|
713
|
+
} from "../commands/DeleteIpamPrefixListResolverCommand";
|
|
714
|
+
import {
|
|
715
|
+
DeleteIpamPrefixListResolverTargetCommandInput,
|
|
716
|
+
DeleteIpamPrefixListResolverTargetCommandOutput,
|
|
717
|
+
} from "../commands/DeleteIpamPrefixListResolverTargetCommand";
|
|
702
718
|
import {
|
|
703
719
|
DeleteIpamResourceDiscoveryCommandInput,
|
|
704
720
|
DeleteIpamResourceDiscoveryCommandOutput,
|
|
@@ -1271,6 +1287,14 @@ import {
|
|
|
1271
1287
|
DescribeIpamPoolsCommandInput,
|
|
1272
1288
|
DescribeIpamPoolsCommandOutput,
|
|
1273
1289
|
} from "../commands/DescribeIpamPoolsCommand";
|
|
1290
|
+
import {
|
|
1291
|
+
DescribeIpamPrefixListResolversCommandInput,
|
|
1292
|
+
DescribeIpamPrefixListResolversCommandOutput,
|
|
1293
|
+
} from "../commands/DescribeIpamPrefixListResolversCommand";
|
|
1294
|
+
import {
|
|
1295
|
+
DescribeIpamPrefixListResolverTargetsCommandInput,
|
|
1296
|
+
DescribeIpamPrefixListResolverTargetsCommandOutput,
|
|
1297
|
+
} from "../commands/DescribeIpamPrefixListResolverTargetsCommand";
|
|
1274
1298
|
import {
|
|
1275
1299
|
DescribeIpamResourceDiscoveriesCommandInput,
|
|
1276
1300
|
DescribeIpamResourceDiscoveriesCommandOutput,
|
|
@@ -2079,6 +2103,18 @@ import {
|
|
|
2079
2103
|
GetIpamPoolCidrsCommandInput,
|
|
2080
2104
|
GetIpamPoolCidrsCommandOutput,
|
|
2081
2105
|
} from "../commands/GetIpamPoolCidrsCommand";
|
|
2106
|
+
import {
|
|
2107
|
+
GetIpamPrefixListResolverRulesCommandInput,
|
|
2108
|
+
GetIpamPrefixListResolverRulesCommandOutput,
|
|
2109
|
+
} from "../commands/GetIpamPrefixListResolverRulesCommand";
|
|
2110
|
+
import {
|
|
2111
|
+
GetIpamPrefixListResolverVersionEntriesCommandInput,
|
|
2112
|
+
GetIpamPrefixListResolverVersionEntriesCommandOutput,
|
|
2113
|
+
} from "../commands/GetIpamPrefixListResolverVersionEntriesCommand";
|
|
2114
|
+
import {
|
|
2115
|
+
GetIpamPrefixListResolverVersionsCommandInput,
|
|
2116
|
+
GetIpamPrefixListResolverVersionsCommandOutput,
|
|
2117
|
+
} from "../commands/GetIpamPrefixListResolverVersionsCommand";
|
|
2082
2118
|
import {
|
|
2083
2119
|
GetIpamResourceCidrsCommandInput,
|
|
2084
2120
|
GetIpamResourceCidrsCommandOutput,
|
|
@@ -2339,6 +2375,14 @@ import {
|
|
|
2339
2375
|
ModifyIpamPoolCommandInput,
|
|
2340
2376
|
ModifyIpamPoolCommandOutput,
|
|
2341
2377
|
} from "../commands/ModifyIpamPoolCommand";
|
|
2378
|
+
import {
|
|
2379
|
+
ModifyIpamPrefixListResolverCommandInput,
|
|
2380
|
+
ModifyIpamPrefixListResolverCommandOutput,
|
|
2381
|
+
} from "../commands/ModifyIpamPrefixListResolverCommand";
|
|
2382
|
+
import {
|
|
2383
|
+
ModifyIpamPrefixListResolverTargetCommandInput,
|
|
2384
|
+
ModifyIpamPrefixListResolverTargetCommandOutput,
|
|
2385
|
+
} from "../commands/ModifyIpamPrefixListResolverTargetCommand";
|
|
2342
2386
|
import {
|
|
2343
2387
|
ModifyIpamResourceCidrCommandInput,
|
|
2344
2388
|
ModifyIpamResourceCidrCommandOutput,
|
|
@@ -3175,6 +3219,14 @@ export declare const se_CreateIpamPoolCommand: (
|
|
|
3175
3219
|
input: CreateIpamPoolCommandInput,
|
|
3176
3220
|
context: __SerdeContext
|
|
3177
3221
|
) => Promise<__HttpRequest>;
|
|
3222
|
+
export declare const se_CreateIpamPrefixListResolverCommand: (
|
|
3223
|
+
input: CreateIpamPrefixListResolverCommandInput,
|
|
3224
|
+
context: __SerdeContext
|
|
3225
|
+
) => Promise<__HttpRequest>;
|
|
3226
|
+
export declare const se_CreateIpamPrefixListResolverTargetCommand: (
|
|
3227
|
+
input: CreateIpamPrefixListResolverTargetCommandInput,
|
|
3228
|
+
context: __SerdeContext
|
|
3229
|
+
) => Promise<__HttpRequest>;
|
|
3178
3230
|
export declare const se_CreateIpamResourceDiscoveryCommand: (
|
|
3179
3231
|
input: CreateIpamResourceDiscoveryCommandInput,
|
|
3180
3232
|
context: __SerdeContext
|
|
@@ -3519,6 +3571,14 @@ export declare const se_DeleteIpamPoolCommand: (
|
|
|
3519
3571
|
input: DeleteIpamPoolCommandInput,
|
|
3520
3572
|
context: __SerdeContext
|
|
3521
3573
|
) => Promise<__HttpRequest>;
|
|
3574
|
+
export declare const se_DeleteIpamPrefixListResolverCommand: (
|
|
3575
|
+
input: DeleteIpamPrefixListResolverCommandInput,
|
|
3576
|
+
context: __SerdeContext
|
|
3577
|
+
) => Promise<__HttpRequest>;
|
|
3578
|
+
export declare const se_DeleteIpamPrefixListResolverTargetCommand: (
|
|
3579
|
+
input: DeleteIpamPrefixListResolverTargetCommandInput,
|
|
3580
|
+
context: __SerdeContext
|
|
3581
|
+
) => Promise<__HttpRequest>;
|
|
3522
3582
|
export declare const se_DeleteIpamResourceDiscoveryCommand: (
|
|
3523
3583
|
input: DeleteIpamResourceDiscoveryCommandInput,
|
|
3524
3584
|
context: __SerdeContext
|
|
@@ -4091,6 +4151,14 @@ export declare const se_DescribeIpamPoolsCommand: (
|
|
|
4091
4151
|
input: DescribeIpamPoolsCommandInput,
|
|
4092
4152
|
context: __SerdeContext
|
|
4093
4153
|
) => Promise<__HttpRequest>;
|
|
4154
|
+
export declare const se_DescribeIpamPrefixListResolversCommand: (
|
|
4155
|
+
input: DescribeIpamPrefixListResolversCommandInput,
|
|
4156
|
+
context: __SerdeContext
|
|
4157
|
+
) => Promise<__HttpRequest>;
|
|
4158
|
+
export declare const se_DescribeIpamPrefixListResolverTargetsCommand: (
|
|
4159
|
+
input: DescribeIpamPrefixListResolverTargetsCommandInput,
|
|
4160
|
+
context: __SerdeContext
|
|
4161
|
+
) => Promise<__HttpRequest>;
|
|
4094
4162
|
export declare const se_DescribeIpamResourceDiscoveriesCommand: (
|
|
4095
4163
|
input: DescribeIpamResourceDiscoveriesCommandInput,
|
|
4096
4164
|
context: __SerdeContext
|
|
@@ -4899,6 +4967,18 @@ export declare const se_GetIpamPoolCidrsCommand: (
|
|
|
4899
4967
|
input: GetIpamPoolCidrsCommandInput,
|
|
4900
4968
|
context: __SerdeContext
|
|
4901
4969
|
) => Promise<__HttpRequest>;
|
|
4970
|
+
export declare const se_GetIpamPrefixListResolverRulesCommand: (
|
|
4971
|
+
input: GetIpamPrefixListResolverRulesCommandInput,
|
|
4972
|
+
context: __SerdeContext
|
|
4973
|
+
) => Promise<__HttpRequest>;
|
|
4974
|
+
export declare const se_GetIpamPrefixListResolverVersionEntriesCommand: (
|
|
4975
|
+
input: GetIpamPrefixListResolverVersionEntriesCommandInput,
|
|
4976
|
+
context: __SerdeContext
|
|
4977
|
+
) => Promise<__HttpRequest>;
|
|
4978
|
+
export declare const se_GetIpamPrefixListResolverVersionsCommand: (
|
|
4979
|
+
input: GetIpamPrefixListResolverVersionsCommandInput,
|
|
4980
|
+
context: __SerdeContext
|
|
4981
|
+
) => Promise<__HttpRequest>;
|
|
4902
4982
|
export declare const se_GetIpamResourceCidrsCommand: (
|
|
4903
4983
|
input: GetIpamResourceCidrsCommandInput,
|
|
4904
4984
|
context: __SerdeContext
|
|
@@ -5159,6 +5239,14 @@ export declare const se_ModifyIpamPoolCommand: (
|
|
|
5159
5239
|
input: ModifyIpamPoolCommandInput,
|
|
5160
5240
|
context: __SerdeContext
|
|
5161
5241
|
) => Promise<__HttpRequest>;
|
|
5242
|
+
export declare const se_ModifyIpamPrefixListResolverCommand: (
|
|
5243
|
+
input: ModifyIpamPrefixListResolverCommandInput,
|
|
5244
|
+
context: __SerdeContext
|
|
5245
|
+
) => Promise<__HttpRequest>;
|
|
5246
|
+
export declare const se_ModifyIpamPrefixListResolverTargetCommand: (
|
|
5247
|
+
input: ModifyIpamPrefixListResolverTargetCommandInput,
|
|
5248
|
+
context: __SerdeContext
|
|
5249
|
+
) => Promise<__HttpRequest>;
|
|
5162
5250
|
export declare const se_ModifyIpamResourceCidrCommand: (
|
|
5163
5251
|
input: ModifyIpamResourceCidrCommandInput,
|
|
5164
5252
|
context: __SerdeContext
|
|
@@ -5995,6 +6083,14 @@ export declare const de_CreateIpamPoolCommand: (
|
|
|
5995
6083
|
output: __HttpResponse,
|
|
5996
6084
|
context: __SerdeContext
|
|
5997
6085
|
) => Promise<CreateIpamPoolCommandOutput>;
|
|
6086
|
+
export declare const de_CreateIpamPrefixListResolverCommand: (
|
|
6087
|
+
output: __HttpResponse,
|
|
6088
|
+
context: __SerdeContext
|
|
6089
|
+
) => Promise<CreateIpamPrefixListResolverCommandOutput>;
|
|
6090
|
+
export declare const de_CreateIpamPrefixListResolverTargetCommand: (
|
|
6091
|
+
output: __HttpResponse,
|
|
6092
|
+
context: __SerdeContext
|
|
6093
|
+
) => Promise<CreateIpamPrefixListResolverTargetCommandOutput>;
|
|
5998
6094
|
export declare const de_CreateIpamResourceDiscoveryCommand: (
|
|
5999
6095
|
output: __HttpResponse,
|
|
6000
6096
|
context: __SerdeContext
|
|
@@ -6339,6 +6435,14 @@ export declare const de_DeleteIpamPoolCommand: (
|
|
|
6339
6435
|
output: __HttpResponse,
|
|
6340
6436
|
context: __SerdeContext
|
|
6341
6437
|
) => Promise<DeleteIpamPoolCommandOutput>;
|
|
6438
|
+
export declare const de_DeleteIpamPrefixListResolverCommand: (
|
|
6439
|
+
output: __HttpResponse,
|
|
6440
|
+
context: __SerdeContext
|
|
6441
|
+
) => Promise<DeleteIpamPrefixListResolverCommandOutput>;
|
|
6442
|
+
export declare const de_DeleteIpamPrefixListResolverTargetCommand: (
|
|
6443
|
+
output: __HttpResponse,
|
|
6444
|
+
context: __SerdeContext
|
|
6445
|
+
) => Promise<DeleteIpamPrefixListResolverTargetCommandOutput>;
|
|
6342
6446
|
export declare const de_DeleteIpamResourceDiscoveryCommand: (
|
|
6343
6447
|
output: __HttpResponse,
|
|
6344
6448
|
context: __SerdeContext
|
|
@@ -6911,6 +7015,14 @@ export declare const de_DescribeIpamPoolsCommand: (
|
|
|
6911
7015
|
output: __HttpResponse,
|
|
6912
7016
|
context: __SerdeContext
|
|
6913
7017
|
) => Promise<DescribeIpamPoolsCommandOutput>;
|
|
7018
|
+
export declare const de_DescribeIpamPrefixListResolversCommand: (
|
|
7019
|
+
output: __HttpResponse,
|
|
7020
|
+
context: __SerdeContext
|
|
7021
|
+
) => Promise<DescribeIpamPrefixListResolversCommandOutput>;
|
|
7022
|
+
export declare const de_DescribeIpamPrefixListResolverTargetsCommand: (
|
|
7023
|
+
output: __HttpResponse,
|
|
7024
|
+
context: __SerdeContext
|
|
7025
|
+
) => Promise<DescribeIpamPrefixListResolverTargetsCommandOutput>;
|
|
6914
7026
|
export declare const de_DescribeIpamResourceDiscoveriesCommand: (
|
|
6915
7027
|
output: __HttpResponse,
|
|
6916
7028
|
context: __SerdeContext
|
|
@@ -7719,6 +7831,18 @@ export declare const de_GetIpamPoolCidrsCommand: (
|
|
|
7719
7831
|
output: __HttpResponse,
|
|
7720
7832
|
context: __SerdeContext
|
|
7721
7833
|
) => Promise<GetIpamPoolCidrsCommandOutput>;
|
|
7834
|
+
export declare const de_GetIpamPrefixListResolverRulesCommand: (
|
|
7835
|
+
output: __HttpResponse,
|
|
7836
|
+
context: __SerdeContext
|
|
7837
|
+
) => Promise<GetIpamPrefixListResolverRulesCommandOutput>;
|
|
7838
|
+
export declare const de_GetIpamPrefixListResolverVersionEntriesCommand: (
|
|
7839
|
+
output: __HttpResponse,
|
|
7840
|
+
context: __SerdeContext
|
|
7841
|
+
) => Promise<GetIpamPrefixListResolverVersionEntriesCommandOutput>;
|
|
7842
|
+
export declare const de_GetIpamPrefixListResolverVersionsCommand: (
|
|
7843
|
+
output: __HttpResponse,
|
|
7844
|
+
context: __SerdeContext
|
|
7845
|
+
) => Promise<GetIpamPrefixListResolverVersionsCommandOutput>;
|
|
7722
7846
|
export declare const de_GetIpamResourceCidrsCommand: (
|
|
7723
7847
|
output: __HttpResponse,
|
|
7724
7848
|
context: __SerdeContext
|
|
@@ -7979,6 +8103,14 @@ export declare const de_ModifyIpamPoolCommand: (
|
|
|
7979
8103
|
output: __HttpResponse,
|
|
7980
8104
|
context: __SerdeContext
|
|
7981
8105
|
) => Promise<ModifyIpamPoolCommandOutput>;
|
|
8106
|
+
export declare const de_ModifyIpamPrefixListResolverCommand: (
|
|
8107
|
+
output: __HttpResponse,
|
|
8108
|
+
context: __SerdeContext
|
|
8109
|
+
) => Promise<ModifyIpamPrefixListResolverCommandOutput>;
|
|
8110
|
+
export declare const de_ModifyIpamPrefixListResolverTargetCommand: (
|
|
8111
|
+
output: __HttpResponse,
|
|
8112
|
+
context: __SerdeContext
|
|
8113
|
+
) => Promise<ModifyIpamPrefixListResolverTargetCommandOutput>;
|
|
7982
8114
|
export declare const de_ModifyIpamResourceCidrCommand: (
|
|
7983
8115
|
output: __HttpResponse,
|
|
7984
8116
|
context: __SerdeContext
|