@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
|
@@ -7,6 +7,7 @@ import {
|
|
|
7
7
|
Affinity,
|
|
8
8
|
ApplianceModeSupportValue,
|
|
9
9
|
AutoPlacement,
|
|
10
|
+
CurrencyCodeValues,
|
|
10
11
|
DnsSupportValue,
|
|
11
12
|
EnaSrdSpecification,
|
|
12
13
|
HostMaintenance,
|
|
@@ -25,9 +26,6 @@ import {
|
|
|
25
26
|
TransitGatewayPolicyTableAssociation,
|
|
26
27
|
TransitGatewayVpcAttachment,
|
|
27
28
|
UnsuccessfulItem,
|
|
28
|
-
VerifiedAccessInstance,
|
|
29
|
-
VerifiedAccessSseSpecificationResponse,
|
|
30
|
-
VerifiedAccessTrustProvider,
|
|
31
29
|
} from "./models_0";
|
|
32
30
|
import {
|
|
33
31
|
_InstanceType,
|
|
@@ -52,11 +50,16 @@ import {
|
|
|
52
50
|
Ipam,
|
|
53
51
|
IpamMeteredAccount,
|
|
54
52
|
IpamPool,
|
|
53
|
+
IpamPrefixListResolver,
|
|
54
|
+
IpamPrefixListResolverRuleConditionOperation,
|
|
55
|
+
IpamPrefixListResolverRuleRequest,
|
|
56
|
+
IpamPrefixListResolverRuleType,
|
|
57
|
+
IpamPrefixListResolverTarget,
|
|
55
58
|
IpamResourceDiscovery,
|
|
56
59
|
IpamResourceTag,
|
|
60
|
+
IpamResourceType,
|
|
57
61
|
IpamScope,
|
|
58
62
|
IpamTier,
|
|
59
|
-
LaunchTemplate,
|
|
60
63
|
Placement,
|
|
61
64
|
PlatformValues,
|
|
62
65
|
RequestIpamResourceTag,
|
|
@@ -64,13 +67,12 @@ import {
|
|
|
64
67
|
ShutdownBehavior,
|
|
65
68
|
TargetCapacitySpecificationRequest,
|
|
66
69
|
TargetCapacityUnitType,
|
|
67
|
-
VolumeType,
|
|
68
70
|
} from "./models_1";
|
|
69
71
|
import {
|
|
70
72
|
AutoAcceptSharedAttachmentsValue,
|
|
71
73
|
DefaultRouteTableAssociationValue,
|
|
72
74
|
DefaultRouteTablePropagationValue,
|
|
73
|
-
|
|
75
|
+
LaunchTemplate,
|
|
74
76
|
LocalGatewayRoute,
|
|
75
77
|
ManagedPrefixList,
|
|
76
78
|
NetworkInsightsAccessScopeContent,
|
|
@@ -87,19 +89,9 @@ import {
|
|
|
87
89
|
TrafficMirrorSession,
|
|
88
90
|
TransitGateway,
|
|
89
91
|
TransitGatewayPrefixListReference,
|
|
90
|
-
VerifiedAccessEndpoint,
|
|
91
|
-
VerifiedAccessEndpointProtocol,
|
|
92
|
-
VerifiedAccessGroup,
|
|
93
|
-
VerifiedAccessSseSpecificationRequest,
|
|
94
92
|
VpnEcmpSupportValue,
|
|
95
93
|
} from "./models_2";
|
|
96
|
-
import {
|
|
97
|
-
DnsOptionsSpecification,
|
|
98
|
-
Filter,
|
|
99
|
-
IpamPoolCidr,
|
|
100
|
-
SubnetConfiguration,
|
|
101
|
-
VpcBlockPublicAccessExclusion,
|
|
102
|
-
} from "./models_3";
|
|
94
|
+
import { Filter, IpamPoolCidr } from "./models_3";
|
|
103
95
|
import {
|
|
104
96
|
ArchitectureValues,
|
|
105
97
|
AttributeBooleanValue,
|
|
@@ -118,6 +110,7 @@ import {
|
|
|
118
110
|
InstanceRebootMigrationState,
|
|
119
111
|
InstanceStatusEvent,
|
|
120
112
|
LaunchPermission,
|
|
113
|
+
PaymentOption,
|
|
121
114
|
PermissionGroup,
|
|
122
115
|
SnapshotDetail,
|
|
123
116
|
SnapshotTaskDetail,
|
|
@@ -132,22 +125,142 @@ import {
|
|
|
132
125
|
LockState,
|
|
133
126
|
ReservedInstancesConfiguration,
|
|
134
127
|
SnapshotAttributeName,
|
|
135
|
-
VerifiedAccessInstanceLoggingConfiguration,
|
|
136
128
|
} from "./models_5";
|
|
137
129
|
import {
|
|
130
|
+
CapacityReservationGroup,
|
|
138
131
|
InstanceFamilyCreditSpecification,
|
|
139
|
-
InternetGatewayBlockMode,
|
|
140
|
-
IpamAddressHistoryResourceType,
|
|
141
|
-
IpamComplianceStatus,
|
|
142
|
-
IpamOverlapStatus,
|
|
143
132
|
ManagedBy,
|
|
144
133
|
RouteServerPropagation,
|
|
145
134
|
SnapshotBlockPublicAccessState,
|
|
146
135
|
TransitGatewayPropagationState,
|
|
147
136
|
UnlimitedSupportedInstanceFamily,
|
|
148
|
-
VolumeModification,
|
|
149
|
-
VpcBlockPublicAccessOptions,
|
|
150
137
|
} from "./models_6";
|
|
138
|
+
export interface GetGroupsForCapacityReservationResult {
|
|
139
|
+
NextToken?: string | undefined;
|
|
140
|
+
CapacityReservationGroups?: CapacityReservationGroup[] | undefined;
|
|
141
|
+
}
|
|
142
|
+
export interface GetHostReservationPurchasePreviewRequest {
|
|
143
|
+
HostIdSet: string[] | undefined;
|
|
144
|
+
OfferingId: string | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface Purchase {
|
|
147
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
148
|
+
Duration?: number | undefined;
|
|
149
|
+
HostIdSet?: string[] | undefined;
|
|
150
|
+
HostReservationId?: string | undefined;
|
|
151
|
+
HourlyPrice?: string | undefined;
|
|
152
|
+
InstanceFamily?: string | undefined;
|
|
153
|
+
PaymentOption?: PaymentOption | undefined;
|
|
154
|
+
UpfrontPrice?: string | undefined;
|
|
155
|
+
}
|
|
156
|
+
export interface GetHostReservationPurchasePreviewResult {
|
|
157
|
+
CurrencyCode?: CurrencyCodeValues | undefined;
|
|
158
|
+
Purchase?: Purchase[] | undefined;
|
|
159
|
+
TotalHourlyPrice?: string | undefined;
|
|
160
|
+
TotalUpfrontPrice?: string | undefined;
|
|
161
|
+
}
|
|
162
|
+
export interface GetImageBlockPublicAccessStateRequest {
|
|
163
|
+
DryRun?: boolean | undefined;
|
|
164
|
+
}
|
|
165
|
+
export interface GetImageBlockPublicAccessStateResult {
|
|
166
|
+
ImageBlockPublicAccessState?: string | undefined;
|
|
167
|
+
ManagedBy?: ManagedBy | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface GetInstanceMetadataDefaultsRequest {
|
|
170
|
+
DryRun?: boolean | undefined;
|
|
171
|
+
}
|
|
172
|
+
export interface InstanceMetadataDefaultsResponse {
|
|
173
|
+
HttpTokens?: HttpTokensState | undefined;
|
|
174
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
175
|
+
HttpEndpoint?: InstanceMetadataEndpointState | undefined;
|
|
176
|
+
InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
|
|
177
|
+
ManagedBy?: ManagedBy | undefined;
|
|
178
|
+
ManagedExceptionMessage?: string | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface GetInstanceMetadataDefaultsResult {
|
|
181
|
+
AccountLevel?: InstanceMetadataDefaultsResponse | undefined;
|
|
182
|
+
}
|
|
183
|
+
export declare const EkPubKeyFormat: {
|
|
184
|
+
readonly der: "der";
|
|
185
|
+
readonly tpmt: "tpmt";
|
|
186
|
+
};
|
|
187
|
+
export type EkPubKeyFormat =
|
|
188
|
+
(typeof EkPubKeyFormat)[keyof typeof EkPubKeyFormat];
|
|
189
|
+
export declare const EkPubKeyType: {
|
|
190
|
+
readonly ECC_SEC_P384: "ecc-sec-p384";
|
|
191
|
+
readonly RSA_2048: "rsa-2048";
|
|
192
|
+
};
|
|
193
|
+
export type EkPubKeyType = (typeof EkPubKeyType)[keyof typeof EkPubKeyType];
|
|
194
|
+
export interface GetInstanceTpmEkPubRequest {
|
|
195
|
+
InstanceId: string | undefined;
|
|
196
|
+
KeyType: EkPubKeyType | undefined;
|
|
197
|
+
KeyFormat: EkPubKeyFormat | undefined;
|
|
198
|
+
DryRun?: boolean | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface GetInstanceTpmEkPubResult {
|
|
201
|
+
InstanceId?: string | undefined;
|
|
202
|
+
KeyType?: EkPubKeyType | undefined;
|
|
203
|
+
KeyFormat?: EkPubKeyFormat | undefined;
|
|
204
|
+
KeyValue?: string | undefined;
|
|
205
|
+
}
|
|
206
|
+
export interface GetInstanceTypesFromInstanceRequirementsRequest {
|
|
207
|
+
DryRun?: boolean | undefined;
|
|
208
|
+
ArchitectureTypes: ArchitectureType[] | undefined;
|
|
209
|
+
VirtualizationTypes: VirtualizationType[] | undefined;
|
|
210
|
+
InstanceRequirements: InstanceRequirementsRequest | undefined;
|
|
211
|
+
MaxResults?: number | undefined;
|
|
212
|
+
NextToken?: string | undefined;
|
|
213
|
+
Context?: string | undefined;
|
|
214
|
+
}
|
|
215
|
+
export interface InstanceTypeInfoFromInstanceRequirements {
|
|
216
|
+
InstanceType?: string | undefined;
|
|
217
|
+
}
|
|
218
|
+
export interface GetInstanceTypesFromInstanceRequirementsResult {
|
|
219
|
+
InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[] | undefined;
|
|
220
|
+
NextToken?: string | undefined;
|
|
221
|
+
}
|
|
222
|
+
export interface GetInstanceUefiDataRequest {
|
|
223
|
+
InstanceId: string | undefined;
|
|
224
|
+
DryRun?: boolean | undefined;
|
|
225
|
+
}
|
|
226
|
+
export interface GetInstanceUefiDataResult {
|
|
227
|
+
InstanceId?: string | undefined;
|
|
228
|
+
UefiData?: string | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface GetIpamAddressHistoryRequest {
|
|
231
|
+
DryRun?: boolean | undefined;
|
|
232
|
+
Cidr: string | undefined;
|
|
233
|
+
IpamScopeId: string | undefined;
|
|
234
|
+
VpcId?: string | undefined;
|
|
235
|
+
StartTime?: Date | undefined;
|
|
236
|
+
EndTime?: Date | undefined;
|
|
237
|
+
MaxResults?: number | undefined;
|
|
238
|
+
NextToken?: string | undefined;
|
|
239
|
+
}
|
|
240
|
+
export declare const IpamComplianceStatus: {
|
|
241
|
+
readonly compliant: "compliant";
|
|
242
|
+
readonly ignored: "ignored";
|
|
243
|
+
readonly noncompliant: "noncompliant";
|
|
244
|
+
readonly unmanaged: "unmanaged";
|
|
245
|
+
};
|
|
246
|
+
export type IpamComplianceStatus =
|
|
247
|
+
(typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
|
|
248
|
+
export declare const IpamOverlapStatus: {
|
|
249
|
+
readonly ignored: "ignored";
|
|
250
|
+
readonly nonoverlapping: "nonoverlapping";
|
|
251
|
+
readonly overlapping: "overlapping";
|
|
252
|
+
};
|
|
253
|
+
export type IpamOverlapStatus =
|
|
254
|
+
(typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
|
|
255
|
+
export declare const IpamAddressHistoryResourceType: {
|
|
256
|
+
readonly eip: "eip";
|
|
257
|
+
readonly instance: "instance";
|
|
258
|
+
readonly network_interface: "network-interface";
|
|
259
|
+
readonly subnet: "subnet";
|
|
260
|
+
readonly vpc: "vpc";
|
|
261
|
+
};
|
|
262
|
+
export type IpamAddressHistoryResourceType =
|
|
263
|
+
(typeof IpamAddressHistoryResourceType)[keyof typeof IpamAddressHistoryResourceType];
|
|
151
264
|
export interface IpamAddressHistoryRecord {
|
|
152
265
|
ResourceOwnerId?: string | undefined;
|
|
153
266
|
ResourceRegion?: string | undefined;
|
|
@@ -291,16 +404,6 @@ export declare const IpamNetworkInterfaceAttachmentStatus: {
|
|
|
291
404
|
};
|
|
292
405
|
export type IpamNetworkInterfaceAttachmentStatus =
|
|
293
406
|
(typeof IpamNetworkInterfaceAttachmentStatus)[keyof typeof IpamNetworkInterfaceAttachmentStatus];
|
|
294
|
-
export declare const IpamResourceType: {
|
|
295
|
-
readonly eip: "eip";
|
|
296
|
-
readonly eni: "eni";
|
|
297
|
-
readonly ipv6_pool: "ipv6-pool";
|
|
298
|
-
readonly public_ipv4_pool: "public-ipv4-pool";
|
|
299
|
-
readonly subnet: "subnet";
|
|
300
|
-
readonly vpc: "vpc";
|
|
301
|
-
};
|
|
302
|
-
export type IpamResourceType =
|
|
303
|
-
(typeof IpamResourceType)[keyof typeof IpamResourceType];
|
|
304
407
|
export interface IpamDiscoveredResourceCidr {
|
|
305
408
|
IpamResourceDiscoveryId?: string | undefined;
|
|
306
409
|
ResourceRegion?: string | undefined;
|
|
@@ -346,6 +449,62 @@ export interface GetIpamPoolCidrsResult {
|
|
|
346
449
|
IpamPoolCidrs?: IpamPoolCidr[] | undefined;
|
|
347
450
|
NextToken?: string | undefined;
|
|
348
451
|
}
|
|
452
|
+
export interface GetIpamPrefixListResolverRulesRequest {
|
|
453
|
+
DryRun?: boolean | undefined;
|
|
454
|
+
IpamPrefixListResolverId: string | undefined;
|
|
455
|
+
Filters?: Filter[] | undefined;
|
|
456
|
+
MaxResults?: number | undefined;
|
|
457
|
+
NextToken?: string | undefined;
|
|
458
|
+
}
|
|
459
|
+
export interface IpamPrefixListResolverRuleCondition {
|
|
460
|
+
Operation?: IpamPrefixListResolverRuleConditionOperation | undefined;
|
|
461
|
+
IpamPoolId?: string | undefined;
|
|
462
|
+
ResourceId?: string | undefined;
|
|
463
|
+
ResourceOwner?: string | undefined;
|
|
464
|
+
ResourceRegion?: string | undefined;
|
|
465
|
+
ResourceTag?: IpamResourceTag | undefined;
|
|
466
|
+
Cidr?: string | undefined;
|
|
467
|
+
}
|
|
468
|
+
export interface IpamPrefixListResolverRule {
|
|
469
|
+
RuleType?: IpamPrefixListResolverRuleType | undefined;
|
|
470
|
+
StaticCidr?: string | undefined;
|
|
471
|
+
IpamScopeId?: string | undefined;
|
|
472
|
+
ResourceType?: IpamResourceType | undefined;
|
|
473
|
+
Conditions?: IpamPrefixListResolverRuleCondition[] | undefined;
|
|
474
|
+
}
|
|
475
|
+
export interface GetIpamPrefixListResolverRulesResult {
|
|
476
|
+
Rules?: IpamPrefixListResolverRule[] | undefined;
|
|
477
|
+
NextToken?: string | undefined;
|
|
478
|
+
}
|
|
479
|
+
export interface GetIpamPrefixListResolverVersionEntriesRequest {
|
|
480
|
+
DryRun?: boolean | undefined;
|
|
481
|
+
IpamPrefixListResolverId: string | undefined;
|
|
482
|
+
IpamPrefixListResolverVersion: number | undefined;
|
|
483
|
+
MaxResults?: number | undefined;
|
|
484
|
+
NextToken?: string | undefined;
|
|
485
|
+
}
|
|
486
|
+
export interface IpamPrefixListResolverVersionEntry {
|
|
487
|
+
Cidr?: string | undefined;
|
|
488
|
+
}
|
|
489
|
+
export interface GetIpamPrefixListResolverVersionEntriesResult {
|
|
490
|
+
Entries?: IpamPrefixListResolverVersionEntry[] | undefined;
|
|
491
|
+
NextToken?: string | undefined;
|
|
492
|
+
}
|
|
493
|
+
export interface GetIpamPrefixListResolverVersionsRequest {
|
|
494
|
+
DryRun?: boolean | undefined;
|
|
495
|
+
IpamPrefixListResolverId: string | undefined;
|
|
496
|
+
IpamPrefixListResolverVersions?: number[] | undefined;
|
|
497
|
+
MaxResults?: number | undefined;
|
|
498
|
+
Filters?: Filter[] | undefined;
|
|
499
|
+
NextToken?: string | undefined;
|
|
500
|
+
}
|
|
501
|
+
export interface IpamPrefixListResolverVersion {
|
|
502
|
+
Version?: number | undefined;
|
|
503
|
+
}
|
|
504
|
+
export interface GetIpamPrefixListResolverVersionsResult {
|
|
505
|
+
IpamPrefixListResolverVersions?: IpamPrefixListResolverVersion[] | undefined;
|
|
506
|
+
NextToken?: string | undefined;
|
|
507
|
+
}
|
|
349
508
|
export interface GetIpamResourceCidrsRequest {
|
|
350
509
|
DryRun?: boolean | undefined;
|
|
351
510
|
Filters?: Filter[] | undefined;
|
|
@@ -1426,6 +1585,25 @@ export interface ModifyIpamPoolRequest {
|
|
|
1426
1585
|
export interface ModifyIpamPoolResult {
|
|
1427
1586
|
IpamPool?: IpamPool | undefined;
|
|
1428
1587
|
}
|
|
1588
|
+
export interface ModifyIpamPrefixListResolverRequest {
|
|
1589
|
+
DryRun?: boolean | undefined;
|
|
1590
|
+
IpamPrefixListResolverId: string | undefined;
|
|
1591
|
+
Description?: string | undefined;
|
|
1592
|
+
Rules?: IpamPrefixListResolverRuleRequest[] | undefined;
|
|
1593
|
+
}
|
|
1594
|
+
export interface ModifyIpamPrefixListResolverResult {
|
|
1595
|
+
IpamPrefixListResolver?: IpamPrefixListResolver | undefined;
|
|
1596
|
+
}
|
|
1597
|
+
export interface ModifyIpamPrefixListResolverTargetRequest {
|
|
1598
|
+
DryRun?: boolean | undefined;
|
|
1599
|
+
IpamPrefixListResolverTargetId: string | undefined;
|
|
1600
|
+
DesiredVersion?: number | undefined;
|
|
1601
|
+
TrackLatestVersion?: boolean | undefined;
|
|
1602
|
+
ClientToken?: string | undefined;
|
|
1603
|
+
}
|
|
1604
|
+
export interface ModifyIpamPrefixListResolverTargetResult {
|
|
1605
|
+
IpamPrefixListResolverTarget?: IpamPrefixListResolverTarget | undefined;
|
|
1606
|
+
}
|
|
1429
1607
|
export interface ModifyIpamResourceCidrRequest {
|
|
1430
1608
|
DryRun?: boolean | undefined;
|
|
1431
1609
|
ResourceId: string | undefined;
|
|
@@ -1497,6 +1675,7 @@ export interface ModifyManagedPrefixListRequest {
|
|
|
1497
1675
|
AddEntries?: AddPrefixListEntry[] | undefined;
|
|
1498
1676
|
RemoveEntries?: RemovePrefixListEntry[] | undefined;
|
|
1499
1677
|
MaxEntries?: number | undefined;
|
|
1678
|
+
IpamPrefixListResolverSyncEnabled?: boolean | undefined;
|
|
1500
1679
|
}
|
|
1501
1680
|
export interface ModifyManagedPrefixListResult {
|
|
1502
1681
|
PrefixList?: ManagedPrefixList | undefined;
|
|
@@ -1754,218 +1933,9 @@ export interface ModifyVerifiedAccessEndpointPortRange {
|
|
|
1754
1933
|
export interface ModifyVerifiedAccessEndpointCidrOptions {
|
|
1755
1934
|
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
1756
1935
|
}
|
|
1757
|
-
export
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
Port?: number | undefined;
|
|
1761
|
-
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
1762
|
-
}
|
|
1763
|
-
export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
1764
|
-
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
1765
|
-
Port?: number | undefined;
|
|
1766
|
-
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
1767
|
-
}
|
|
1768
|
-
export interface ModifyVerifiedAccessEndpointRdsOptions {
|
|
1769
|
-
SubnetIds?: string[] | undefined;
|
|
1770
|
-
Port?: number | undefined;
|
|
1771
|
-
RdsEndpoint?: string | undefined;
|
|
1772
|
-
}
|
|
1773
|
-
export interface ModifyVerifiedAccessEndpointRequest {
|
|
1774
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
1775
|
-
VerifiedAccessGroupId?: string | undefined;
|
|
1776
|
-
LoadBalancerOptions?:
|
|
1777
|
-
| ModifyVerifiedAccessEndpointLoadBalancerOptions
|
|
1778
|
-
| undefined;
|
|
1779
|
-
NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
|
|
1780
|
-
Description?: string | undefined;
|
|
1781
|
-
ClientToken?: string | undefined;
|
|
1782
|
-
DryRun?: boolean | undefined;
|
|
1783
|
-
RdsOptions?: ModifyVerifiedAccessEndpointRdsOptions | undefined;
|
|
1784
|
-
CidrOptions?: ModifyVerifiedAccessEndpointCidrOptions | undefined;
|
|
1785
|
-
}
|
|
1786
|
-
export interface ModifyVerifiedAccessEndpointResult {
|
|
1787
|
-
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
1788
|
-
}
|
|
1789
|
-
export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
1790
|
-
VerifiedAccessEndpointId: string | undefined;
|
|
1791
|
-
PolicyEnabled?: boolean | undefined;
|
|
1792
|
-
PolicyDocument?: string | undefined;
|
|
1793
|
-
ClientToken?: string | undefined;
|
|
1794
|
-
DryRun?: boolean | undefined;
|
|
1795
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
1796
|
-
}
|
|
1797
|
-
export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
1798
|
-
PolicyEnabled?: boolean | undefined;
|
|
1799
|
-
PolicyDocument?: string | undefined;
|
|
1800
|
-
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
1801
|
-
}
|
|
1802
|
-
export interface ModifyVerifiedAccessGroupRequest {
|
|
1803
|
-
VerifiedAccessGroupId: string | undefined;
|
|
1804
|
-
VerifiedAccessInstanceId?: string | undefined;
|
|
1805
|
-
Description?: string | undefined;
|
|
1806
|
-
ClientToken?: string | undefined;
|
|
1807
|
-
DryRun?: boolean | undefined;
|
|
1808
|
-
}
|
|
1809
|
-
export interface ModifyVerifiedAccessGroupResult {
|
|
1810
|
-
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
1811
|
-
}
|
|
1812
|
-
export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
1813
|
-
VerifiedAccessGroupId: string | undefined;
|
|
1814
|
-
PolicyEnabled?: boolean | undefined;
|
|
1815
|
-
PolicyDocument?: string | undefined;
|
|
1816
|
-
ClientToken?: string | undefined;
|
|
1817
|
-
DryRun?: boolean | undefined;
|
|
1818
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
1819
|
-
}
|
|
1820
|
-
export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
1821
|
-
PolicyEnabled?: boolean | undefined;
|
|
1822
|
-
PolicyDocument?: string | undefined;
|
|
1823
|
-
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
1824
|
-
}
|
|
1825
|
-
export interface ModifyVerifiedAccessInstanceRequest {
|
|
1826
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
1827
|
-
Description?: string | undefined;
|
|
1828
|
-
DryRun?: boolean | undefined;
|
|
1829
|
-
ClientToken?: string | undefined;
|
|
1830
|
-
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
1831
|
-
}
|
|
1832
|
-
export interface ModifyVerifiedAccessInstanceResult {
|
|
1833
|
-
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
1834
|
-
}
|
|
1835
|
-
export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
1836
|
-
Enabled: boolean | undefined;
|
|
1837
|
-
LogGroup?: string | undefined;
|
|
1838
|
-
}
|
|
1839
|
-
export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
1840
|
-
Enabled: boolean | undefined;
|
|
1841
|
-
DeliveryStream?: string | undefined;
|
|
1842
|
-
}
|
|
1843
|
-
export interface VerifiedAccessLogS3DestinationOptions {
|
|
1844
|
-
Enabled: boolean | undefined;
|
|
1845
|
-
BucketName?: string | undefined;
|
|
1846
|
-
Prefix?: string | undefined;
|
|
1847
|
-
BucketOwner?: string | undefined;
|
|
1848
|
-
}
|
|
1849
|
-
export interface VerifiedAccessLogOptions {
|
|
1850
|
-
S3?: VerifiedAccessLogS3DestinationOptions | undefined;
|
|
1851
|
-
CloudWatchLogs?:
|
|
1852
|
-
| VerifiedAccessLogCloudWatchLogsDestinationOptions
|
|
1853
|
-
| undefined;
|
|
1854
|
-
KinesisDataFirehose?:
|
|
1855
|
-
| VerifiedAccessLogKinesisDataFirehoseDestinationOptions
|
|
1856
|
-
| undefined;
|
|
1857
|
-
LogVersion?: string | undefined;
|
|
1858
|
-
IncludeTrustContext?: boolean | undefined;
|
|
1859
|
-
}
|
|
1860
|
-
export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
1861
|
-
VerifiedAccessInstanceId: string | undefined;
|
|
1862
|
-
AccessLogs: VerifiedAccessLogOptions | undefined;
|
|
1863
|
-
DryRun?: boolean | undefined;
|
|
1864
|
-
ClientToken?: string | undefined;
|
|
1865
|
-
}
|
|
1866
|
-
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
1867
|
-
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
|
|
1868
|
-
}
|
|
1869
|
-
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
1870
|
-
PublicSigningKeyUrl?: string | undefined;
|
|
1871
|
-
}
|
|
1872
|
-
export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
|
|
1873
|
-
PublicSigningKeyEndpoint?: string | undefined;
|
|
1874
|
-
Issuer?: string | undefined;
|
|
1875
|
-
AuthorizationEndpoint?: string | undefined;
|
|
1876
|
-
TokenEndpoint?: string | undefined;
|
|
1877
|
-
UserInfoEndpoint?: string | undefined;
|
|
1878
|
-
ClientId?: string | undefined;
|
|
1879
|
-
ClientSecret?: string | undefined;
|
|
1880
|
-
Scope?: string | undefined;
|
|
1881
|
-
}
|
|
1882
|
-
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
1883
|
-
Issuer?: string | undefined;
|
|
1884
|
-
AuthorizationEndpoint?: string | undefined;
|
|
1885
|
-
TokenEndpoint?: string | undefined;
|
|
1886
|
-
UserInfoEndpoint?: string | undefined;
|
|
1887
|
-
ClientId?: string | undefined;
|
|
1888
|
-
ClientSecret?: string | undefined;
|
|
1889
|
-
Scope?: string | undefined;
|
|
1890
|
-
}
|
|
1891
|
-
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
1892
|
-
VerifiedAccessTrustProviderId: string | undefined;
|
|
1893
|
-
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions | undefined;
|
|
1894
|
-
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions | undefined;
|
|
1895
|
-
Description?: string | undefined;
|
|
1896
|
-
DryRun?: boolean | undefined;
|
|
1897
|
-
ClientToken?: string | undefined;
|
|
1898
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
1899
|
-
NativeApplicationOidcOptions?:
|
|
1900
|
-
| ModifyVerifiedAccessNativeApplicationOidcOptions
|
|
1901
|
-
| undefined;
|
|
1902
|
-
}
|
|
1903
|
-
export interface ModifyVerifiedAccessTrustProviderResult {
|
|
1904
|
-
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
1905
|
-
}
|
|
1906
|
-
export interface ModifyVolumeRequest {
|
|
1907
|
-
DryRun?: boolean | undefined;
|
|
1908
|
-
VolumeId: string | undefined;
|
|
1909
|
-
Size?: number | undefined;
|
|
1910
|
-
VolumeType?: VolumeType | undefined;
|
|
1911
|
-
Iops?: number | undefined;
|
|
1912
|
-
Throughput?: number | undefined;
|
|
1913
|
-
MultiAttachEnabled?: boolean | undefined;
|
|
1914
|
-
}
|
|
1915
|
-
export interface ModifyVolumeResult {
|
|
1916
|
-
VolumeModification?: VolumeModification | undefined;
|
|
1917
|
-
}
|
|
1918
|
-
export interface ModifyVolumeAttributeRequest {
|
|
1919
|
-
AutoEnableIO?: AttributeBooleanValue | undefined;
|
|
1920
|
-
VolumeId: string | undefined;
|
|
1921
|
-
DryRun?: boolean | undefined;
|
|
1922
|
-
}
|
|
1923
|
-
export interface ModifyVpcAttributeRequest {
|
|
1924
|
-
EnableDnsHostnames?: AttributeBooleanValue | undefined;
|
|
1925
|
-
EnableDnsSupport?: AttributeBooleanValue | undefined;
|
|
1926
|
-
VpcId: string | undefined;
|
|
1927
|
-
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
1928
|
-
}
|
|
1929
|
-
export interface ModifyVpcBlockPublicAccessExclusionRequest {
|
|
1930
|
-
DryRun?: boolean | undefined;
|
|
1931
|
-
ExclusionId: string | undefined;
|
|
1932
|
-
InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
|
|
1933
|
-
}
|
|
1934
|
-
export interface ModifyVpcBlockPublicAccessExclusionResult {
|
|
1935
|
-
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
1936
|
-
}
|
|
1937
|
-
export interface ModifyVpcBlockPublicAccessOptionsRequest {
|
|
1938
|
-
DryRun?: boolean | undefined;
|
|
1939
|
-
InternetGatewayBlockMode: InternetGatewayBlockMode | undefined;
|
|
1940
|
-
}
|
|
1941
|
-
export interface ModifyVpcBlockPublicAccessOptionsResult {
|
|
1942
|
-
VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
|
|
1943
|
-
}
|
|
1944
|
-
export interface ModifyVpcEndpointRequest {
|
|
1945
|
-
DryRun?: boolean | undefined;
|
|
1946
|
-
VpcEndpointId: string | undefined;
|
|
1947
|
-
ResetPolicy?: boolean | undefined;
|
|
1948
|
-
PolicyDocument?: string | undefined;
|
|
1949
|
-
AddRouteTableIds?: string[] | undefined;
|
|
1950
|
-
RemoveRouteTableIds?: string[] | undefined;
|
|
1951
|
-
AddSubnetIds?: string[] | undefined;
|
|
1952
|
-
RemoveSubnetIds?: string[] | undefined;
|
|
1953
|
-
AddSecurityGroupIds?: string[] | undefined;
|
|
1954
|
-
RemoveSecurityGroupIds?: string[] | undefined;
|
|
1955
|
-
IpAddressType?: IpAddressType | undefined;
|
|
1956
|
-
DnsOptions?: DnsOptionsSpecification | undefined;
|
|
1957
|
-
PrivateDnsEnabled?: boolean | undefined;
|
|
1958
|
-
SubnetConfigurations?: SubnetConfiguration[] | undefined;
|
|
1959
|
-
}
|
|
1960
|
-
export interface ModifyVpcEndpointResult {
|
|
1961
|
-
Return?: boolean | undefined;
|
|
1962
|
-
}
|
|
1963
|
-
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
1964
|
-
DryRun?: boolean | undefined;
|
|
1965
|
-
ConnectionNotificationId: string | undefined;
|
|
1966
|
-
ConnectionNotificationArn?: string | undefined;
|
|
1967
|
-
ConnectionEvents?: string[] | undefined;
|
|
1968
|
-
}
|
|
1936
|
+
export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (
|
|
1937
|
+
obj: GetInstanceTpmEkPubResult
|
|
1938
|
+
) => any;
|
|
1969
1939
|
export declare const GetLaunchTemplateDataResultFilterSensitiveLog: (
|
|
1970
1940
|
obj: GetLaunchTemplateDataResult
|
|
1971
1941
|
) => any;
|
|
@@ -2013,15 +1983,3 @@ export declare const ImportVolumeRequestFilterSensitiveLog: (
|
|
|
2013
1983
|
export declare const ImportVolumeResultFilterSensitiveLog: (
|
|
2014
1984
|
obj: ImportVolumeResult
|
|
2015
1985
|
) => any;
|
|
2016
|
-
export declare const ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
|
|
2017
|
-
obj: ModifyVerifiedAccessNativeApplicationOidcOptions
|
|
2018
|
-
) => any;
|
|
2019
|
-
export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
2020
|
-
obj: ModifyVerifiedAccessTrustProviderOidcOptions
|
|
2021
|
-
) => any;
|
|
2022
|
-
export declare const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog: (
|
|
2023
|
-
obj: ModifyVerifiedAccessTrustProviderRequest
|
|
2024
|
-
) => any;
|
|
2025
|
-
export declare const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
2026
|
-
obj: ModifyVerifiedAccessTrustProviderResult
|
|
2027
|
-
) => any;
|