@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
|
@@ -5,21 +5,22 @@ import {
|
|
|
5
5
|
AddressAttribute,
|
|
6
6
|
AddressAttributeName,
|
|
7
7
|
AddressTransfer,
|
|
8
|
-
BundleTask,
|
|
9
8
|
ByoipCidr,
|
|
9
|
+
DeviceTrustProviderType,
|
|
10
10
|
InstanceEventWindowState,
|
|
11
11
|
Tag,
|
|
12
12
|
TagSpecification,
|
|
13
13
|
TransitGatewayPeeringAttachment,
|
|
14
14
|
TransitGatewayVpcAttachment,
|
|
15
|
+
TrustProviderType,
|
|
15
16
|
UnsuccessfulItem,
|
|
17
|
+
UserTrustProviderType,
|
|
16
18
|
VerifiedAccessInstance,
|
|
17
19
|
VerifiedAccessTrustProvider,
|
|
18
20
|
VpcAttachment,
|
|
19
21
|
VpcPeeringConnection,
|
|
20
22
|
} from "./models_0";
|
|
21
23
|
import {
|
|
22
|
-
CapacityReservationTenancy,
|
|
23
24
|
CarrierGateway,
|
|
24
25
|
ClientVpnEndpointStatus,
|
|
25
26
|
ClientVpnRouteStatus,
|
|
@@ -31,12 +32,16 @@ import {
|
|
|
31
32
|
Ipam,
|
|
32
33
|
IpamExternalResourceVerificationToken,
|
|
33
34
|
IpamPool,
|
|
35
|
+
IpamPrefixListResolver,
|
|
36
|
+
IpamPrefixListResolverTarget,
|
|
34
37
|
IpamResourceDiscovery,
|
|
35
38
|
IpamScope,
|
|
36
|
-
|
|
39
|
+
Tenancy,
|
|
40
|
+
VolumeType,
|
|
41
|
+
Vpc,
|
|
37
42
|
} from "./models_1";
|
|
38
43
|
import {
|
|
39
|
-
|
|
44
|
+
LaunchTemplate,
|
|
40
45
|
LocalGatewayRoute,
|
|
41
46
|
LocalGatewayRouteTable,
|
|
42
47
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
@@ -44,6 +49,7 @@ import {
|
|
|
44
49
|
LocalGatewayVirtualInterface,
|
|
45
50
|
LocalGatewayVirtualInterfaceGroup,
|
|
46
51
|
ManagedPrefixList,
|
|
52
|
+
OperatorRequest,
|
|
47
53
|
RouteServer,
|
|
48
54
|
RouteServerEndpoint,
|
|
49
55
|
RouteServerPeer,
|
|
@@ -59,8 +65,126 @@ import {
|
|
|
59
65
|
TransitGatewayRouteTableAnnouncement,
|
|
60
66
|
VerifiedAccessEndpoint,
|
|
61
67
|
VerifiedAccessGroup,
|
|
62
|
-
|
|
68
|
+
VerifiedAccessSseSpecificationRequest,
|
|
63
69
|
} from "./models_2";
|
|
70
|
+
export interface CreateVerifiedAccessGroupResult {
|
|
71
|
+
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
72
|
+
}
|
|
73
|
+
export interface CreateVerifiedAccessInstanceRequest {
|
|
74
|
+
Description?: string | undefined;
|
|
75
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
76
|
+
ClientToken?: string | undefined;
|
|
77
|
+
DryRun?: boolean | undefined;
|
|
78
|
+
FIPSEnabled?: boolean | undefined;
|
|
79
|
+
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
80
|
+
}
|
|
81
|
+
export interface CreateVerifiedAccessInstanceResult {
|
|
82
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
83
|
+
}
|
|
84
|
+
export interface CreateVerifiedAccessTrustProviderDeviceOptions {
|
|
85
|
+
TenantId?: string | undefined;
|
|
86
|
+
PublicSigningKeyUrl?: string | undefined;
|
|
87
|
+
}
|
|
88
|
+
export interface CreateVerifiedAccessNativeApplicationOidcOptions {
|
|
89
|
+
PublicSigningKeyEndpoint?: string | undefined;
|
|
90
|
+
Issuer?: string | undefined;
|
|
91
|
+
AuthorizationEndpoint?: string | undefined;
|
|
92
|
+
TokenEndpoint?: string | undefined;
|
|
93
|
+
UserInfoEndpoint?: string | undefined;
|
|
94
|
+
ClientId?: string | undefined;
|
|
95
|
+
ClientSecret?: string | undefined;
|
|
96
|
+
Scope?: string | undefined;
|
|
97
|
+
}
|
|
98
|
+
export interface CreateVerifiedAccessTrustProviderOidcOptions {
|
|
99
|
+
Issuer?: string | undefined;
|
|
100
|
+
AuthorizationEndpoint?: string | undefined;
|
|
101
|
+
TokenEndpoint?: string | undefined;
|
|
102
|
+
UserInfoEndpoint?: string | undefined;
|
|
103
|
+
ClientId?: string | undefined;
|
|
104
|
+
ClientSecret?: string | undefined;
|
|
105
|
+
Scope?: string | undefined;
|
|
106
|
+
}
|
|
107
|
+
export interface CreateVerifiedAccessTrustProviderRequest {
|
|
108
|
+
TrustProviderType: TrustProviderType | undefined;
|
|
109
|
+
UserTrustProviderType?: UserTrustProviderType | undefined;
|
|
110
|
+
DeviceTrustProviderType?: DeviceTrustProviderType | undefined;
|
|
111
|
+
OidcOptions?: CreateVerifiedAccessTrustProviderOidcOptions | undefined;
|
|
112
|
+
DeviceOptions?: CreateVerifiedAccessTrustProviderDeviceOptions | undefined;
|
|
113
|
+
PolicyReferenceName: string | undefined;
|
|
114
|
+
Description?: string | undefined;
|
|
115
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
116
|
+
ClientToken?: string | undefined;
|
|
117
|
+
DryRun?: boolean | undefined;
|
|
118
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
119
|
+
NativeApplicationOidcOptions?:
|
|
120
|
+
| CreateVerifiedAccessNativeApplicationOidcOptions
|
|
121
|
+
| undefined;
|
|
122
|
+
}
|
|
123
|
+
export interface CreateVerifiedAccessTrustProviderResult {
|
|
124
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
125
|
+
}
|
|
126
|
+
export interface CreateVolumeRequest {
|
|
127
|
+
AvailabilityZone?: string | undefined;
|
|
128
|
+
AvailabilityZoneId?: string | undefined;
|
|
129
|
+
Encrypted?: boolean | undefined;
|
|
130
|
+
Iops?: number | undefined;
|
|
131
|
+
KmsKeyId?: string | undefined;
|
|
132
|
+
OutpostArn?: string | undefined;
|
|
133
|
+
Size?: number | undefined;
|
|
134
|
+
SnapshotId?: string | undefined;
|
|
135
|
+
VolumeType?: VolumeType | undefined;
|
|
136
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
137
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
138
|
+
Throughput?: number | undefined;
|
|
139
|
+
ClientToken?: string | undefined;
|
|
140
|
+
VolumeInitializationRate?: number | undefined;
|
|
141
|
+
Operator?: OperatorRequest | undefined;
|
|
142
|
+
DryRun?: boolean | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface CreateVpcRequest {
|
|
145
|
+
CidrBlock?: string | undefined;
|
|
146
|
+
Ipv6Pool?: string | undefined;
|
|
147
|
+
Ipv6CidrBlock?: string | undefined;
|
|
148
|
+
Ipv4IpamPoolId?: string | undefined;
|
|
149
|
+
Ipv4NetmaskLength?: number | undefined;
|
|
150
|
+
Ipv6IpamPoolId?: string | undefined;
|
|
151
|
+
Ipv6NetmaskLength?: number | undefined;
|
|
152
|
+
Ipv6CidrBlockNetworkBorderGroup?: string | undefined;
|
|
153
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
154
|
+
DryRun?: boolean | undefined;
|
|
155
|
+
InstanceTenancy?: Tenancy | undefined;
|
|
156
|
+
AmazonProvidedIpv6CidrBlock?: boolean | undefined;
|
|
157
|
+
}
|
|
158
|
+
export interface CreateVpcResult {
|
|
159
|
+
Vpc?: Vpc | undefined;
|
|
160
|
+
}
|
|
161
|
+
export declare const InternetGatewayExclusionMode: {
|
|
162
|
+
readonly allow_bidirectional: "allow-bidirectional";
|
|
163
|
+
readonly allow_egress: "allow-egress";
|
|
164
|
+
};
|
|
165
|
+
export type InternetGatewayExclusionMode =
|
|
166
|
+
(typeof InternetGatewayExclusionMode)[keyof typeof InternetGatewayExclusionMode];
|
|
167
|
+
export interface CreateVpcBlockPublicAccessExclusionRequest {
|
|
168
|
+
DryRun?: boolean | undefined;
|
|
169
|
+
SubnetId?: string | undefined;
|
|
170
|
+
VpcId?: string | undefined;
|
|
171
|
+
InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
|
|
172
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
173
|
+
}
|
|
174
|
+
export declare const VpcBlockPublicAccessExclusionState: {
|
|
175
|
+
readonly create_complete: "create-complete";
|
|
176
|
+
readonly create_failed: "create-failed";
|
|
177
|
+
readonly create_in_progress: "create-in-progress";
|
|
178
|
+
readonly delete_complete: "delete-complete";
|
|
179
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
180
|
+
readonly disable_complete: "disable-complete";
|
|
181
|
+
readonly disable_in_progress: "disable-in-progress";
|
|
182
|
+
readonly update_complete: "update-complete";
|
|
183
|
+
readonly update_failed: "update-failed";
|
|
184
|
+
readonly update_in_progress: "update-in-progress";
|
|
185
|
+
};
|
|
186
|
+
export type VpcBlockPublicAccessExclusionState =
|
|
187
|
+
(typeof VpcBlockPublicAccessExclusionState)[keyof typeof VpcBlockPublicAccessExclusionState];
|
|
64
188
|
export interface VpcBlockPublicAccessExclusion {
|
|
65
189
|
ExclusionId?: string | undefined;
|
|
66
190
|
InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
|
|
@@ -714,6 +838,20 @@ export interface DeleteIpamPoolRequest {
|
|
|
714
838
|
export interface DeleteIpamPoolResult {
|
|
715
839
|
IpamPool?: IpamPool | undefined;
|
|
716
840
|
}
|
|
841
|
+
export interface DeleteIpamPrefixListResolverRequest {
|
|
842
|
+
DryRun?: boolean | undefined;
|
|
843
|
+
IpamPrefixListResolverId: string | undefined;
|
|
844
|
+
}
|
|
845
|
+
export interface DeleteIpamPrefixListResolverResult {
|
|
846
|
+
IpamPrefixListResolver?: IpamPrefixListResolver | undefined;
|
|
847
|
+
}
|
|
848
|
+
export interface DeleteIpamPrefixListResolverTargetRequest {
|
|
849
|
+
DryRun?: boolean | undefined;
|
|
850
|
+
IpamPrefixListResolverTargetId: string | undefined;
|
|
851
|
+
}
|
|
852
|
+
export interface DeleteIpamPrefixListResolverTargetResult {
|
|
853
|
+
IpamPrefixListResolverTarget?: IpamPrefixListResolverTarget | undefined;
|
|
854
|
+
}
|
|
717
855
|
export interface DeleteIpamResourceDiscoveryRequest {
|
|
718
856
|
DryRun?: boolean | undefined;
|
|
719
857
|
IpamResourceDiscoveryId: string | undefined;
|
|
@@ -1471,149 +1609,18 @@ export interface Subscription {
|
|
|
1471
1609
|
Statistic?: StatisticType | undefined;
|
|
1472
1610
|
Period?: PeriodType | undefined;
|
|
1473
1611
|
}
|
|
1474
|
-
export
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
export
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
export interface DescribeByoipCidrsRequest {
|
|
1487
|
-
DryRun?: boolean | undefined;
|
|
1488
|
-
MaxResults: number | undefined;
|
|
1489
|
-
NextToken?: string | undefined;
|
|
1490
|
-
}
|
|
1491
|
-
export interface DescribeByoipCidrsResult {
|
|
1492
|
-
ByoipCidrs?: ByoipCidr[] | undefined;
|
|
1493
|
-
NextToken?: string | undefined;
|
|
1494
|
-
}
|
|
1495
|
-
export interface DescribeCapacityBlockExtensionHistoryRequest {
|
|
1496
|
-
CapacityReservationIds?: string[] | undefined;
|
|
1497
|
-
NextToken?: string | undefined;
|
|
1498
|
-
MaxResults?: number | undefined;
|
|
1499
|
-
Filters?: Filter[] | undefined;
|
|
1500
|
-
DryRun?: boolean | undefined;
|
|
1501
|
-
}
|
|
1502
|
-
export declare const CapacityBlockExtensionStatus: {
|
|
1503
|
-
readonly PAYMENT_FAILED: "payment-failed";
|
|
1504
|
-
readonly PAYMENT_PENDING: "payment-pending";
|
|
1505
|
-
readonly PAYMENT_SUCCEEDED: "payment-succeeded";
|
|
1506
|
-
};
|
|
1507
|
-
export type CapacityBlockExtensionStatus =
|
|
1508
|
-
(typeof CapacityBlockExtensionStatus)[keyof typeof CapacityBlockExtensionStatus];
|
|
1509
|
-
export interface CapacityBlockExtension {
|
|
1510
|
-
CapacityReservationId?: string | undefined;
|
|
1511
|
-
InstanceType?: string | undefined;
|
|
1512
|
-
InstanceCount?: number | undefined;
|
|
1513
|
-
AvailabilityZone?: string | undefined;
|
|
1514
|
-
AvailabilityZoneId?: string | undefined;
|
|
1515
|
-
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
1516
|
-
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
1517
|
-
CapacityBlockExtensionStatus?: CapacityBlockExtensionStatus | undefined;
|
|
1518
|
-
CapacityBlockExtensionPurchaseDate?: Date | undefined;
|
|
1519
|
-
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
1520
|
-
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
1521
|
-
UpfrontFee?: string | undefined;
|
|
1522
|
-
CurrencyCode?: string | undefined;
|
|
1523
|
-
}
|
|
1524
|
-
export interface DescribeCapacityBlockExtensionHistoryResult {
|
|
1525
|
-
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
1526
|
-
NextToken?: string | undefined;
|
|
1527
|
-
}
|
|
1528
|
-
export interface DescribeCapacityBlockExtensionOfferingsRequest {
|
|
1529
|
-
DryRun?: boolean | undefined;
|
|
1530
|
-
CapacityBlockExtensionDurationHours: number | undefined;
|
|
1531
|
-
CapacityReservationId: string | undefined;
|
|
1532
|
-
NextToken?: string | undefined;
|
|
1533
|
-
MaxResults?: number | undefined;
|
|
1534
|
-
}
|
|
1535
|
-
export interface CapacityBlockExtensionOffering {
|
|
1536
|
-
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
1537
|
-
InstanceType?: string | undefined;
|
|
1538
|
-
InstanceCount?: number | undefined;
|
|
1539
|
-
AvailabilityZone?: string | undefined;
|
|
1540
|
-
AvailabilityZoneId?: string | undefined;
|
|
1541
|
-
StartDate?: Date | undefined;
|
|
1542
|
-
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
1543
|
-
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
1544
|
-
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
1545
|
-
UpfrontFee?: string | undefined;
|
|
1546
|
-
CurrencyCode?: string | undefined;
|
|
1547
|
-
Tenancy?: CapacityReservationTenancy | undefined;
|
|
1548
|
-
}
|
|
1549
|
-
export interface DescribeCapacityBlockExtensionOfferingsResult {
|
|
1550
|
-
CapacityBlockExtensionOfferings?:
|
|
1551
|
-
| CapacityBlockExtensionOffering[]
|
|
1552
|
-
| undefined;
|
|
1553
|
-
NextToken?: string | undefined;
|
|
1554
|
-
}
|
|
1555
|
-
export interface DescribeCapacityBlockOfferingsRequest {
|
|
1556
|
-
DryRun?: boolean | undefined;
|
|
1557
|
-
InstanceType?: string | undefined;
|
|
1558
|
-
InstanceCount?: number | undefined;
|
|
1559
|
-
StartDateRange?: Date | undefined;
|
|
1560
|
-
EndDateRange?: Date | undefined;
|
|
1561
|
-
CapacityDurationHours: number | undefined;
|
|
1562
|
-
NextToken?: string | undefined;
|
|
1563
|
-
MaxResults?: number | undefined;
|
|
1564
|
-
UltraserverType?: string | undefined;
|
|
1565
|
-
UltraserverCount?: number | undefined;
|
|
1566
|
-
}
|
|
1567
|
-
export interface CapacityBlockOffering {
|
|
1568
|
-
CapacityBlockOfferingId?: string | undefined;
|
|
1569
|
-
InstanceType?: string | undefined;
|
|
1570
|
-
AvailabilityZone?: string | undefined;
|
|
1571
|
-
InstanceCount?: number | undefined;
|
|
1572
|
-
StartDate?: Date | undefined;
|
|
1573
|
-
EndDate?: Date | undefined;
|
|
1574
|
-
CapacityBlockDurationHours?: number | undefined;
|
|
1575
|
-
UpfrontFee?: string | undefined;
|
|
1576
|
-
CurrencyCode?: string | undefined;
|
|
1577
|
-
Tenancy?: CapacityReservationTenancy | undefined;
|
|
1578
|
-
UltraserverType?: string | undefined;
|
|
1579
|
-
UltraserverCount?: number | undefined;
|
|
1580
|
-
CapacityBlockDurationMinutes?: number | undefined;
|
|
1581
|
-
}
|
|
1582
|
-
export interface DescribeCapacityBlockOfferingsResult {
|
|
1583
|
-
CapacityBlockOfferings?: CapacityBlockOffering[] | undefined;
|
|
1584
|
-
NextToken?: string | undefined;
|
|
1585
|
-
}
|
|
1586
|
-
export interface DescribeCapacityBlocksRequest {
|
|
1587
|
-
CapacityBlockIds?: string[] | undefined;
|
|
1588
|
-
NextToken?: string | undefined;
|
|
1589
|
-
MaxResults?: number | undefined;
|
|
1590
|
-
Filters?: Filter[] | undefined;
|
|
1591
|
-
DryRun?: boolean | undefined;
|
|
1592
|
-
}
|
|
1593
|
-
export declare const CapacityBlockResourceState: {
|
|
1594
|
-
readonly active: "active";
|
|
1595
|
-
readonly cancelled: "cancelled";
|
|
1596
|
-
readonly expired: "expired";
|
|
1597
|
-
readonly failed: "failed";
|
|
1598
|
-
readonly payment_failed: "payment-failed";
|
|
1599
|
-
readonly payment_pending: "payment-pending";
|
|
1600
|
-
readonly scheduled: "scheduled";
|
|
1601
|
-
readonly unavailable: "unavailable";
|
|
1602
|
-
};
|
|
1603
|
-
export type CapacityBlockResourceState =
|
|
1604
|
-
(typeof CapacityBlockResourceState)[keyof typeof CapacityBlockResourceState];
|
|
1605
|
-
export interface CapacityBlock {
|
|
1606
|
-
CapacityBlockId?: string | undefined;
|
|
1607
|
-
UltraserverType?: string | undefined;
|
|
1608
|
-
AvailabilityZone?: string | undefined;
|
|
1609
|
-
AvailabilityZoneId?: string | undefined;
|
|
1610
|
-
CapacityReservationIds?: string[] | undefined;
|
|
1611
|
-
StartDate?: Date | undefined;
|
|
1612
|
-
EndDate?: Date | undefined;
|
|
1613
|
-
CreateDate?: Date | undefined;
|
|
1614
|
-
State?: CapacityBlockResourceState | undefined;
|
|
1615
|
-
Tags?: Tag[] | undefined;
|
|
1616
|
-
}
|
|
1612
|
+
export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
|
|
1613
|
+
obj: CreateVerifiedAccessNativeApplicationOidcOptions
|
|
1614
|
+
) => any;
|
|
1615
|
+
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
1616
|
+
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
1617
|
+
) => any;
|
|
1618
|
+
export declare const CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog: (
|
|
1619
|
+
obj: CreateVerifiedAccessTrustProviderRequest
|
|
1620
|
+
) => any;
|
|
1621
|
+
export declare const CreateVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1622
|
+
obj: CreateVerifiedAccessTrustProviderResult
|
|
1623
|
+
) => any;
|
|
1617
1624
|
export declare const VpnTunnelOptionsSpecificationFilterSensitiveLog: (
|
|
1618
1625
|
obj: VpnTunnelOptionsSpecification
|
|
1619
1626
|
) => any;
|
|
@@ -1636,6 +1643,3 @@ export declare const CreateVpnConnectionResultFilterSensitiveLog: (
|
|
|
1636
1643
|
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
1637
1644
|
obj: DeleteVerifiedAccessTrustProviderResult
|
|
1638
1645
|
) => any;
|
|
1639
|
-
export declare const DescribeBundleTasksResultFilterSensitiveLog: (
|
|
1640
|
-
obj: DescribeBundleTasksResult
|
|
1641
|
-
) => any;
|
|
@@ -5,6 +5,8 @@ import {
|
|
|
5
5
|
AssociationStatus,
|
|
6
6
|
AttachmentStatus,
|
|
7
7
|
AutoPlacement,
|
|
8
|
+
BundleTask,
|
|
9
|
+
ByoipCidr,
|
|
8
10
|
CapacityReservationFleetState,
|
|
9
11
|
ClientVpnAuthorizationRuleStatus,
|
|
10
12
|
CurrencyCodeValues,
|
|
@@ -72,12 +74,155 @@ import {
|
|
|
72
74
|
StateReason,
|
|
73
75
|
} from "./models_2";
|
|
74
76
|
import {
|
|
75
|
-
CapacityBlock,
|
|
76
77
|
Filter,
|
|
77
78
|
FleetStateCode,
|
|
78
79
|
IdFormat,
|
|
79
80
|
InstanceTagNotificationAttribute,
|
|
81
|
+
Subscription,
|
|
80
82
|
} from "./models_3";
|
|
83
|
+
export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
|
|
84
|
+
NextToken?: string | undefined;
|
|
85
|
+
Subscriptions?: Subscription[] | undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface DescribeBundleTasksRequest {
|
|
88
|
+
BundleIds?: string[] | undefined;
|
|
89
|
+
DryRun?: boolean | undefined;
|
|
90
|
+
Filters?: Filter[] | undefined;
|
|
91
|
+
}
|
|
92
|
+
export interface DescribeBundleTasksResult {
|
|
93
|
+
BundleTasks?: BundleTask[] | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface DescribeByoipCidrsRequest {
|
|
96
|
+
DryRun?: boolean | undefined;
|
|
97
|
+
MaxResults: number | undefined;
|
|
98
|
+
NextToken?: string | undefined;
|
|
99
|
+
}
|
|
100
|
+
export interface DescribeByoipCidrsResult {
|
|
101
|
+
ByoipCidrs?: ByoipCidr[] | undefined;
|
|
102
|
+
NextToken?: string | undefined;
|
|
103
|
+
}
|
|
104
|
+
export interface DescribeCapacityBlockExtensionHistoryRequest {
|
|
105
|
+
CapacityReservationIds?: string[] | undefined;
|
|
106
|
+
NextToken?: string | undefined;
|
|
107
|
+
MaxResults?: number | undefined;
|
|
108
|
+
Filters?: Filter[] | undefined;
|
|
109
|
+
DryRun?: boolean | undefined;
|
|
110
|
+
}
|
|
111
|
+
export declare const CapacityBlockExtensionStatus: {
|
|
112
|
+
readonly PAYMENT_FAILED: "payment-failed";
|
|
113
|
+
readonly PAYMENT_PENDING: "payment-pending";
|
|
114
|
+
readonly PAYMENT_SUCCEEDED: "payment-succeeded";
|
|
115
|
+
};
|
|
116
|
+
export type CapacityBlockExtensionStatus =
|
|
117
|
+
(typeof CapacityBlockExtensionStatus)[keyof typeof CapacityBlockExtensionStatus];
|
|
118
|
+
export interface CapacityBlockExtension {
|
|
119
|
+
CapacityReservationId?: string | undefined;
|
|
120
|
+
InstanceType?: string | undefined;
|
|
121
|
+
InstanceCount?: number | undefined;
|
|
122
|
+
AvailabilityZone?: string | undefined;
|
|
123
|
+
AvailabilityZoneId?: string | undefined;
|
|
124
|
+
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
125
|
+
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
126
|
+
CapacityBlockExtensionStatus?: CapacityBlockExtensionStatus | undefined;
|
|
127
|
+
CapacityBlockExtensionPurchaseDate?: Date | undefined;
|
|
128
|
+
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
129
|
+
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
130
|
+
UpfrontFee?: string | undefined;
|
|
131
|
+
CurrencyCode?: string | undefined;
|
|
132
|
+
}
|
|
133
|
+
export interface DescribeCapacityBlockExtensionHistoryResult {
|
|
134
|
+
CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
|
|
135
|
+
NextToken?: string | undefined;
|
|
136
|
+
}
|
|
137
|
+
export interface DescribeCapacityBlockExtensionOfferingsRequest {
|
|
138
|
+
DryRun?: boolean | undefined;
|
|
139
|
+
CapacityBlockExtensionDurationHours: number | undefined;
|
|
140
|
+
CapacityReservationId: string | undefined;
|
|
141
|
+
NextToken?: string | undefined;
|
|
142
|
+
MaxResults?: number | undefined;
|
|
143
|
+
}
|
|
144
|
+
export interface CapacityBlockExtensionOffering {
|
|
145
|
+
CapacityBlockExtensionOfferingId?: string | undefined;
|
|
146
|
+
InstanceType?: string | undefined;
|
|
147
|
+
InstanceCount?: number | undefined;
|
|
148
|
+
AvailabilityZone?: string | undefined;
|
|
149
|
+
AvailabilityZoneId?: string | undefined;
|
|
150
|
+
StartDate?: Date | undefined;
|
|
151
|
+
CapacityBlockExtensionStartDate?: Date | undefined;
|
|
152
|
+
CapacityBlockExtensionEndDate?: Date | undefined;
|
|
153
|
+
CapacityBlockExtensionDurationHours?: number | undefined;
|
|
154
|
+
UpfrontFee?: string | undefined;
|
|
155
|
+
CurrencyCode?: string | undefined;
|
|
156
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
157
|
+
}
|
|
158
|
+
export interface DescribeCapacityBlockExtensionOfferingsResult {
|
|
159
|
+
CapacityBlockExtensionOfferings?:
|
|
160
|
+
| CapacityBlockExtensionOffering[]
|
|
161
|
+
| undefined;
|
|
162
|
+
NextToken?: string | undefined;
|
|
163
|
+
}
|
|
164
|
+
export interface DescribeCapacityBlockOfferingsRequest {
|
|
165
|
+
DryRun?: boolean | undefined;
|
|
166
|
+
InstanceType?: string | undefined;
|
|
167
|
+
InstanceCount?: number | undefined;
|
|
168
|
+
StartDateRange?: Date | undefined;
|
|
169
|
+
EndDateRange?: Date | undefined;
|
|
170
|
+
CapacityDurationHours: number | undefined;
|
|
171
|
+
NextToken?: string | undefined;
|
|
172
|
+
MaxResults?: number | undefined;
|
|
173
|
+
UltraserverType?: string | undefined;
|
|
174
|
+
UltraserverCount?: number | undefined;
|
|
175
|
+
}
|
|
176
|
+
export interface CapacityBlockOffering {
|
|
177
|
+
CapacityBlockOfferingId?: string | undefined;
|
|
178
|
+
InstanceType?: string | undefined;
|
|
179
|
+
AvailabilityZone?: string | undefined;
|
|
180
|
+
InstanceCount?: number | undefined;
|
|
181
|
+
StartDate?: Date | undefined;
|
|
182
|
+
EndDate?: Date | undefined;
|
|
183
|
+
CapacityBlockDurationHours?: number | undefined;
|
|
184
|
+
UpfrontFee?: string | undefined;
|
|
185
|
+
CurrencyCode?: string | undefined;
|
|
186
|
+
Tenancy?: CapacityReservationTenancy | undefined;
|
|
187
|
+
UltraserverType?: string | undefined;
|
|
188
|
+
UltraserverCount?: number | undefined;
|
|
189
|
+
CapacityBlockDurationMinutes?: number | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface DescribeCapacityBlockOfferingsResult {
|
|
192
|
+
CapacityBlockOfferings?: CapacityBlockOffering[] | undefined;
|
|
193
|
+
NextToken?: string | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface DescribeCapacityBlocksRequest {
|
|
196
|
+
CapacityBlockIds?: string[] | undefined;
|
|
197
|
+
NextToken?: string | undefined;
|
|
198
|
+
MaxResults?: number | undefined;
|
|
199
|
+
Filters?: Filter[] | undefined;
|
|
200
|
+
DryRun?: boolean | undefined;
|
|
201
|
+
}
|
|
202
|
+
export declare const CapacityBlockResourceState: {
|
|
203
|
+
readonly active: "active";
|
|
204
|
+
readonly cancelled: "cancelled";
|
|
205
|
+
readonly expired: "expired";
|
|
206
|
+
readonly failed: "failed";
|
|
207
|
+
readonly payment_failed: "payment-failed";
|
|
208
|
+
readonly payment_pending: "payment-pending";
|
|
209
|
+
readonly scheduled: "scheduled";
|
|
210
|
+
readonly unavailable: "unavailable";
|
|
211
|
+
};
|
|
212
|
+
export type CapacityBlockResourceState =
|
|
213
|
+
(typeof CapacityBlockResourceState)[keyof typeof CapacityBlockResourceState];
|
|
214
|
+
export interface CapacityBlock {
|
|
215
|
+
CapacityBlockId?: string | undefined;
|
|
216
|
+
UltraserverType?: string | undefined;
|
|
217
|
+
AvailabilityZone?: string | undefined;
|
|
218
|
+
AvailabilityZoneId?: string | undefined;
|
|
219
|
+
CapacityReservationIds?: string[] | undefined;
|
|
220
|
+
StartDate?: Date | undefined;
|
|
221
|
+
EndDate?: Date | undefined;
|
|
222
|
+
CreateDate?: Date | undefined;
|
|
223
|
+
State?: CapacityBlockResourceState | undefined;
|
|
224
|
+
Tags?: Tag[] | undefined;
|
|
225
|
+
}
|
|
81
226
|
export interface DescribeCapacityBlocksResult {
|
|
82
227
|
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
83
228
|
NextToken?: string | undefined;
|
|
@@ -2044,101 +2189,9 @@ export declare const EbsOptimizedSupport: {
|
|
|
2044
2189
|
};
|
|
2045
2190
|
export type EbsOptimizedSupport =
|
|
2046
2191
|
(typeof EbsOptimizedSupport)[keyof typeof EbsOptimizedSupport];
|
|
2047
|
-
export declare const
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
};
|
|
2051
|
-
export type EbsEncryptionSupport =
|
|
2052
|
-
(typeof EbsEncryptionSupport)[keyof typeof EbsEncryptionSupport];
|
|
2053
|
-
export declare const EbsNvmeSupport: {
|
|
2054
|
-
readonly REQUIRED: "required";
|
|
2055
|
-
readonly SUPPORTED: "supported";
|
|
2056
|
-
readonly UNSUPPORTED: "unsupported";
|
|
2057
|
-
};
|
|
2058
|
-
export type EbsNvmeSupport =
|
|
2059
|
-
(typeof EbsNvmeSupport)[keyof typeof EbsNvmeSupport];
|
|
2060
|
-
export interface EbsInfo {
|
|
2061
|
-
EbsOptimizedSupport?: EbsOptimizedSupport | undefined;
|
|
2062
|
-
EncryptionSupport?: EbsEncryptionSupport | undefined;
|
|
2063
|
-
EbsOptimizedInfo?: EbsOptimizedInfo | undefined;
|
|
2064
|
-
NvmeSupport?: EbsNvmeSupport | undefined;
|
|
2065
|
-
MaximumEbsAttachments?: number | undefined;
|
|
2066
|
-
AttachmentLimitType?: AttachmentLimitType | undefined;
|
|
2067
|
-
}
|
|
2068
|
-
export interface FpgaDeviceMemoryInfo {
|
|
2069
|
-
SizeInMiB?: number | undefined;
|
|
2070
|
-
}
|
|
2071
|
-
export interface FpgaDeviceInfo {
|
|
2072
|
-
Name?: string | undefined;
|
|
2073
|
-
Manufacturer?: string | undefined;
|
|
2074
|
-
Count?: number | undefined;
|
|
2075
|
-
MemoryInfo?: FpgaDeviceMemoryInfo | undefined;
|
|
2076
|
-
}
|
|
2077
|
-
export interface FpgaInfo {
|
|
2078
|
-
Fpgas?: FpgaDeviceInfo[] | undefined;
|
|
2079
|
-
TotalFpgaMemoryInMiB?: number | undefined;
|
|
2080
|
-
}
|
|
2081
|
-
export interface GpuDeviceMemoryInfo {
|
|
2082
|
-
SizeInMiB?: number | undefined;
|
|
2083
|
-
}
|
|
2084
|
-
export interface GpuDeviceInfo {
|
|
2085
|
-
Name?: string | undefined;
|
|
2086
|
-
Manufacturer?: string | undefined;
|
|
2087
|
-
Count?: number | undefined;
|
|
2088
|
-
MemoryInfo?: GpuDeviceMemoryInfo | undefined;
|
|
2089
|
-
}
|
|
2090
|
-
export interface GpuInfo {
|
|
2091
|
-
Gpus?: GpuDeviceInfo[] | undefined;
|
|
2092
|
-
TotalGpuMemoryInMiB?: number | undefined;
|
|
2093
|
-
}
|
|
2094
|
-
export declare const InstanceTypeHypervisor: {
|
|
2095
|
-
readonly NITRO: "nitro";
|
|
2096
|
-
readonly XEN: "xen";
|
|
2097
|
-
};
|
|
2098
|
-
export type InstanceTypeHypervisor =
|
|
2099
|
-
(typeof InstanceTypeHypervisor)[keyof typeof InstanceTypeHypervisor];
|
|
2100
|
-
export interface InferenceDeviceMemoryInfo {
|
|
2101
|
-
SizeInMiB?: number | undefined;
|
|
2102
|
-
}
|
|
2103
|
-
export interface InferenceDeviceInfo {
|
|
2104
|
-
Count?: number | undefined;
|
|
2105
|
-
Name?: string | undefined;
|
|
2106
|
-
Manufacturer?: string | undefined;
|
|
2107
|
-
MemoryInfo?: InferenceDeviceMemoryInfo | undefined;
|
|
2108
|
-
}
|
|
2109
|
-
export interface InferenceAcceleratorInfo {
|
|
2110
|
-
Accelerators?: InferenceDeviceInfo[] | undefined;
|
|
2111
|
-
TotalInferenceMemoryInMiB?: number | undefined;
|
|
2112
|
-
}
|
|
2113
|
-
export declare const DiskType: {
|
|
2114
|
-
readonly hdd: "hdd";
|
|
2115
|
-
readonly ssd: "ssd";
|
|
2116
|
-
};
|
|
2117
|
-
export type DiskType = (typeof DiskType)[keyof typeof DiskType];
|
|
2118
|
-
export interface DiskInfo {
|
|
2119
|
-
SizeInGB?: number | undefined;
|
|
2120
|
-
Count?: number | undefined;
|
|
2121
|
-
Type?: DiskType | undefined;
|
|
2122
|
-
}
|
|
2123
|
-
export declare const InstanceStorageEncryptionSupport: {
|
|
2124
|
-
readonly required: "required";
|
|
2125
|
-
readonly unsupported: "unsupported";
|
|
2126
|
-
};
|
|
2127
|
-
export type InstanceStorageEncryptionSupport =
|
|
2128
|
-
(typeof InstanceStorageEncryptionSupport)[keyof typeof InstanceStorageEncryptionSupport];
|
|
2129
|
-
export declare const EphemeralNvmeSupport: {
|
|
2130
|
-
readonly REQUIRED: "required";
|
|
2131
|
-
readonly SUPPORTED: "supported";
|
|
2132
|
-
readonly UNSUPPORTED: "unsupported";
|
|
2133
|
-
};
|
|
2134
|
-
export type EphemeralNvmeSupport =
|
|
2135
|
-
(typeof EphemeralNvmeSupport)[keyof typeof EphemeralNvmeSupport];
|
|
2136
|
-
export interface InstanceStorageInfo {
|
|
2137
|
-
TotalSizeInGB?: number | undefined;
|
|
2138
|
-
Disks?: DiskInfo[] | undefined;
|
|
2139
|
-
NvmeSupport?: EphemeralNvmeSupport | undefined;
|
|
2140
|
-
EncryptionSupport?: InstanceStorageEncryptionSupport | undefined;
|
|
2141
|
-
}
|
|
2192
|
+
export declare const DescribeBundleTasksResultFilterSensitiveLog: (
|
|
2193
|
+
obj: DescribeBundleTasksResult
|
|
2194
|
+
) => any;
|
|
2142
2195
|
export declare const DiskImageDescriptionFilterSensitiveLog: (
|
|
2143
2196
|
obj: DiskImageDescription
|
|
2144
2197
|
) => any;
|