@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
|
@@ -1,11 +1,1001 @@
|
|
|
1
|
-
import { AddedPrincipal, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
|
-
import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior,
|
|
3
|
-
import { IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, RuleAction, SnapshotState, TransitGatewayRoute } from "./models_2";
|
|
4
|
-
import { Byoasn,
|
|
5
|
-
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_4";
|
|
1
|
+
import { AddedPrincipal, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
+
import { _InstanceType, AmdSevSnpSpecification, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, IpAddressType, MarketType, Placement, ShutdownBehavior, SpotInstanceType, SSEType, VolumeType } from "./models_1";
|
|
3
|
+
import { IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, RuleAction, SnapshotState, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest } from "./models_2";
|
|
4
|
+
import { Byoasn, DnsOptionsSpecification, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, InternetGatewayExclusionMode, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
|
|
5
|
+
import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_4";
|
|
6
6
|
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_5";
|
|
7
|
-
import { CapacityManagerStatus,
|
|
8
|
-
import { CapacityReservationSpecification } from "./models_7";
|
|
7
|
+
import { CapacityManagerStatus, InternetGatewayBlockMode, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_6";
|
|
8
|
+
import { CapacityReservationSpecification, ModifyVerifiedAccessEndpointCidrOptions, ModifyVerifiedAccessEndpointPortRange, Purchase } from "./models_7";
|
|
9
|
+
/**
|
|
10
|
+
* <p>Describes a load balancer when creating an Amazon Web Services Verified Access endpoint using the
|
|
11
|
+
* <code>load-balancer</code> type.</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
export interface ModifyVerifiedAccessEndpointLoadBalancerOptions {
|
|
15
|
+
/**
|
|
16
|
+
* <p>The IDs of the subnets.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
SubnetIds?: string[] | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>The IP protocol.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The IP port number.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
Port?: number | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The port ranges.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* <p>Describes the options when modifying a Verified Access endpoint with the
|
|
38
|
+
* <code>network-interface</code> type.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
export interface ModifyVerifiedAccessEndpointEniOptions {
|
|
42
|
+
/**
|
|
43
|
+
* <p>The IP protocol.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
Protocol?: VerifiedAccessEndpointProtocol | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The IP port number.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
Port?: number | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The port ranges.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
PortRanges?: ModifyVerifiedAccessEndpointPortRange[] | undefined;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* <p>The RDS options for a Verified Access endpoint.</p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
export interface ModifyVerifiedAccessEndpointRdsOptions {
|
|
63
|
+
/**
|
|
64
|
+
* <p>The IDs of the subnets.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
SubnetIds?: string[] | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The port.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
Port?: number | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The RDS endpoint.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
RdsEndpoint?: string | undefined;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export interface ModifyVerifiedAccessEndpointRequest {
|
|
83
|
+
/**
|
|
84
|
+
* <p>The ID of the Verified Access endpoint.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The ID of the Verified Access group.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
VerifiedAccessGroupId?: string | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The load balancer details if creating the Verified Access endpoint as
|
|
95
|
+
* <code>load-balancer</code>type.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
LoadBalancerOptions?: ModifyVerifiedAccessEndpointLoadBalancerOptions | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* <p>The network interface options.</p>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
NetworkInterfaceOptions?: ModifyVerifiedAccessEndpointEniOptions | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* <p>A description for the Verified Access endpoint.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
Description?: string | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
111
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
ClientToken?: string | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
117
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
118
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
DryRun?: boolean | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* <p>The RDS options.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
RdsOptions?: ModifyVerifiedAccessEndpointRdsOptions | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* <p>The CIDR options.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
CidrOptions?: ModifyVerifiedAccessEndpointCidrOptions | undefined;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
export interface ModifyVerifiedAccessEndpointResult {
|
|
137
|
+
/**
|
|
138
|
+
* <p>Details about the Verified Access endpoint.</p>
|
|
139
|
+
* @public
|
|
140
|
+
*/
|
|
141
|
+
VerifiedAccessEndpoint?: VerifiedAccessEndpoint | undefined;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
146
|
+
export interface ModifyVerifiedAccessEndpointPolicyRequest {
|
|
147
|
+
/**
|
|
148
|
+
* <p>The ID of the Verified Access endpoint.</p>
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
151
|
+
VerifiedAccessEndpointId: string | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* <p>The status of the Verified Access policy.</p>
|
|
154
|
+
* @public
|
|
155
|
+
*/
|
|
156
|
+
PolicyEnabled?: boolean | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* <p>The Verified Access policy document.</p>
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
PolicyDocument?: string | undefined;
|
|
162
|
+
/**
|
|
163
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
164
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
ClientToken?: string | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
170
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
171
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
DryRun?: boolean | undefined;
|
|
175
|
+
/**
|
|
176
|
+
* <p>The options for server side encryption.</p>
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
export interface ModifyVerifiedAccessEndpointPolicyResult {
|
|
185
|
+
/**
|
|
186
|
+
* <p>The status of the Verified Access policy.</p>
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
PolicyEnabled?: boolean | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* <p>The Verified Access policy document.</p>
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
PolicyDocument?: string | undefined;
|
|
195
|
+
/**
|
|
196
|
+
* <p>The options in use for server side encryption.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
export interface ModifyVerifiedAccessGroupRequest {
|
|
205
|
+
/**
|
|
206
|
+
* <p>The ID of the Verified Access group.</p>
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
VerifiedAccessGroupId: string | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* <p>The ID of the Verified Access instance.</p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
VerifiedAccessInstanceId?: string | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* <p>A description for the Verified Access group.</p>
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
Description?: string | undefined;
|
|
220
|
+
/**
|
|
221
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
222
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
223
|
+
* @public
|
|
224
|
+
*/
|
|
225
|
+
ClientToken?: string | undefined;
|
|
226
|
+
/**
|
|
227
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
228
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
229
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
232
|
+
DryRun?: boolean | undefined;
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
export interface ModifyVerifiedAccessGroupResult {
|
|
238
|
+
/**
|
|
239
|
+
* <p>Details about the Verified Access group.</p>
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
VerifiedAccessGroup?: VerifiedAccessGroup | undefined;
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
export interface ModifyVerifiedAccessGroupPolicyRequest {
|
|
248
|
+
/**
|
|
249
|
+
* <p>The ID of the Verified Access group.</p>
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
252
|
+
VerifiedAccessGroupId: string | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* <p>The status of the Verified Access policy.</p>
|
|
255
|
+
* @public
|
|
256
|
+
*/
|
|
257
|
+
PolicyEnabled?: boolean | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* <p>The Verified Access policy document.</p>
|
|
260
|
+
* @public
|
|
261
|
+
*/
|
|
262
|
+
PolicyDocument?: string | undefined;
|
|
263
|
+
/**
|
|
264
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
265
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
ClientToken?: string | undefined;
|
|
269
|
+
/**
|
|
270
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
271
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
272
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
273
|
+
* @public
|
|
274
|
+
*/
|
|
275
|
+
DryRun?: boolean | undefined;
|
|
276
|
+
/**
|
|
277
|
+
* <p>The options for server side encryption.</p>
|
|
278
|
+
* @public
|
|
279
|
+
*/
|
|
280
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
281
|
+
}
|
|
282
|
+
/**
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
export interface ModifyVerifiedAccessGroupPolicyResult {
|
|
286
|
+
/**
|
|
287
|
+
* <p>The status of the Verified Access policy.</p>
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
PolicyEnabled?: boolean | undefined;
|
|
291
|
+
/**
|
|
292
|
+
* <p>The Verified Access policy document.</p>
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
PolicyDocument?: string | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* <p>The options in use for server side encryption.</p>
|
|
298
|
+
* @public
|
|
299
|
+
*/
|
|
300
|
+
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
301
|
+
}
|
|
302
|
+
/**
|
|
303
|
+
* @public
|
|
304
|
+
*/
|
|
305
|
+
export interface ModifyVerifiedAccessInstanceRequest {
|
|
306
|
+
/**
|
|
307
|
+
* <p>The ID of the Verified Access instance.</p>
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
311
|
+
/**
|
|
312
|
+
* <p>A description for the Verified Access instance.</p>
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
Description?: string | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
318
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
319
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
320
|
+
* @public
|
|
321
|
+
*/
|
|
322
|
+
DryRun?: boolean | undefined;
|
|
323
|
+
/**
|
|
324
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
325
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
328
|
+
ClientToken?: string | undefined;
|
|
329
|
+
/**
|
|
330
|
+
* <p>The custom subdomain.</p>
|
|
331
|
+
* @public
|
|
332
|
+
*/
|
|
333
|
+
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* @public
|
|
337
|
+
*/
|
|
338
|
+
export interface ModifyVerifiedAccessInstanceResult {
|
|
339
|
+
/**
|
|
340
|
+
* <p>Details about the Verified Access instance.</p>
|
|
341
|
+
* @public
|
|
342
|
+
*/
|
|
343
|
+
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
344
|
+
}
|
|
345
|
+
/**
|
|
346
|
+
* <p>Options for CloudWatch Logs as a logging destination.</p>
|
|
347
|
+
* @public
|
|
348
|
+
*/
|
|
349
|
+
export interface VerifiedAccessLogCloudWatchLogsDestinationOptions {
|
|
350
|
+
/**
|
|
351
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
352
|
+
* @public
|
|
353
|
+
*/
|
|
354
|
+
Enabled: boolean | undefined;
|
|
355
|
+
/**
|
|
356
|
+
* <p>The ID of the CloudWatch Logs log group.</p>
|
|
357
|
+
* @public
|
|
358
|
+
*/
|
|
359
|
+
LogGroup?: string | undefined;
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* <p>Describes Amazon Kinesis Data Firehose logging options.</p>
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
365
|
+
export interface VerifiedAccessLogKinesisDataFirehoseDestinationOptions {
|
|
366
|
+
/**
|
|
367
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
368
|
+
* @public
|
|
369
|
+
*/
|
|
370
|
+
Enabled: boolean | undefined;
|
|
371
|
+
/**
|
|
372
|
+
* <p>The ID of the delivery stream.</p>
|
|
373
|
+
* @public
|
|
374
|
+
*/
|
|
375
|
+
DeliveryStream?: string | undefined;
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* <p>Options for Amazon S3 as a logging destination.</p>
|
|
379
|
+
* @public
|
|
380
|
+
*/
|
|
381
|
+
export interface VerifiedAccessLogS3DestinationOptions {
|
|
382
|
+
/**
|
|
383
|
+
* <p>Indicates whether logging is enabled.</p>
|
|
384
|
+
* @public
|
|
385
|
+
*/
|
|
386
|
+
Enabled: boolean | undefined;
|
|
387
|
+
/**
|
|
388
|
+
* <p>The bucket name.</p>
|
|
389
|
+
* @public
|
|
390
|
+
*/
|
|
391
|
+
BucketName?: string | undefined;
|
|
392
|
+
/**
|
|
393
|
+
* <p>The bucket prefix.</p>
|
|
394
|
+
* @public
|
|
395
|
+
*/
|
|
396
|
+
Prefix?: string | undefined;
|
|
397
|
+
/**
|
|
398
|
+
* <p>The ID of the Amazon Web Services account that owns the Amazon S3 bucket.</p>
|
|
399
|
+
* @public
|
|
400
|
+
*/
|
|
401
|
+
BucketOwner?: string | undefined;
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* <p>Options for Verified Access logs.</p>
|
|
405
|
+
* @public
|
|
406
|
+
*/
|
|
407
|
+
export interface VerifiedAccessLogOptions {
|
|
408
|
+
/**
|
|
409
|
+
* <p>Sends Verified Access logs to Amazon S3.</p>
|
|
410
|
+
* @public
|
|
411
|
+
*/
|
|
412
|
+
S3?: VerifiedAccessLogS3DestinationOptions | undefined;
|
|
413
|
+
/**
|
|
414
|
+
* <p>Sends Verified Access logs to CloudWatch Logs.</p>
|
|
415
|
+
* @public
|
|
416
|
+
*/
|
|
417
|
+
CloudWatchLogs?: VerifiedAccessLogCloudWatchLogsDestinationOptions | undefined;
|
|
418
|
+
/**
|
|
419
|
+
* <p>Sends Verified Access logs to Kinesis.</p>
|
|
420
|
+
* @public
|
|
421
|
+
*/
|
|
422
|
+
KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestinationOptions | undefined;
|
|
423
|
+
/**
|
|
424
|
+
* <p>The logging version.</p>
|
|
425
|
+
* <p>Valid values: <code>ocsf-0.1</code> | <code>ocsf-1.0.0-rc.2</code>
|
|
426
|
+
* </p>
|
|
427
|
+
* @public
|
|
428
|
+
*/
|
|
429
|
+
LogVersion?: string | undefined;
|
|
430
|
+
/**
|
|
431
|
+
* <p>Indicates whether to include trust data sent by trust providers in the logs.</p>
|
|
432
|
+
* @public
|
|
433
|
+
*/
|
|
434
|
+
IncludeTrustContext?: boolean | undefined;
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* @public
|
|
438
|
+
*/
|
|
439
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationRequest {
|
|
440
|
+
/**
|
|
441
|
+
* <p>The ID of the Verified Access instance.</p>
|
|
442
|
+
* @public
|
|
443
|
+
*/
|
|
444
|
+
VerifiedAccessInstanceId: string | undefined;
|
|
445
|
+
/**
|
|
446
|
+
* <p>The configuration options for Verified Access instances.</p>
|
|
447
|
+
* @public
|
|
448
|
+
*/
|
|
449
|
+
AccessLogs: VerifiedAccessLogOptions | undefined;
|
|
450
|
+
/**
|
|
451
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
452
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
453
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
454
|
+
* @public
|
|
455
|
+
*/
|
|
456
|
+
DryRun?: boolean | undefined;
|
|
457
|
+
/**
|
|
458
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
459
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
460
|
+
* @public
|
|
461
|
+
*/
|
|
462
|
+
ClientToken?: string | undefined;
|
|
463
|
+
}
|
|
464
|
+
/**
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
467
|
+
export interface ModifyVerifiedAccessInstanceLoggingConfigurationResult {
|
|
468
|
+
/**
|
|
469
|
+
* <p>The logging configuration for the Verified Access instance.</p>
|
|
470
|
+
* @public
|
|
471
|
+
*/
|
|
472
|
+
LoggingConfiguration?: VerifiedAccessInstanceLoggingConfiguration | undefined;
|
|
473
|
+
}
|
|
474
|
+
/**
|
|
475
|
+
* <p>Modifies the configuration of the specified device-based Amazon Web Services Verified Access trust provider.</p>
|
|
476
|
+
* @public
|
|
477
|
+
*/
|
|
478
|
+
export interface ModifyVerifiedAccessTrustProviderDeviceOptions {
|
|
479
|
+
/**
|
|
480
|
+
* <p> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.</p>
|
|
481
|
+
* @public
|
|
482
|
+
*/
|
|
483
|
+
PublicSigningKeyUrl?: string | undefined;
|
|
484
|
+
}
|
|
485
|
+
/**
|
|
486
|
+
* <p>Describes the OpenID Connect (OIDC) options.</p>
|
|
487
|
+
* @public
|
|
488
|
+
*/
|
|
489
|
+
export interface ModifyVerifiedAccessNativeApplicationOidcOptions {
|
|
490
|
+
/**
|
|
491
|
+
* <p>The public signing key endpoint.</p>
|
|
492
|
+
* @public
|
|
493
|
+
*/
|
|
494
|
+
PublicSigningKeyEndpoint?: string | undefined;
|
|
495
|
+
/**
|
|
496
|
+
* <p>The OIDC issuer identifier of the IdP.</p>
|
|
497
|
+
* @public
|
|
498
|
+
*/
|
|
499
|
+
Issuer?: string | undefined;
|
|
500
|
+
/**
|
|
501
|
+
* <p>The authorization endpoint of the IdP.</p>
|
|
502
|
+
* @public
|
|
503
|
+
*/
|
|
504
|
+
AuthorizationEndpoint?: string | undefined;
|
|
505
|
+
/**
|
|
506
|
+
* <p>The token endpoint of the IdP.</p>
|
|
507
|
+
* @public
|
|
508
|
+
*/
|
|
509
|
+
TokenEndpoint?: string | undefined;
|
|
510
|
+
/**
|
|
511
|
+
* <p>The user info endpoint of the IdP.</p>
|
|
512
|
+
* @public
|
|
513
|
+
*/
|
|
514
|
+
UserInfoEndpoint?: string | undefined;
|
|
515
|
+
/**
|
|
516
|
+
* <p>The OAuth 2.0 client identifier.</p>
|
|
517
|
+
* @public
|
|
518
|
+
*/
|
|
519
|
+
ClientId?: string | undefined;
|
|
520
|
+
/**
|
|
521
|
+
* <p>The OAuth 2.0 client secret.</p>
|
|
522
|
+
* @public
|
|
523
|
+
*/
|
|
524
|
+
ClientSecret?: string | undefined;
|
|
525
|
+
/**
|
|
526
|
+
* <p>The set of user claims to be requested from the IdP.</p>
|
|
527
|
+
* @public
|
|
528
|
+
*/
|
|
529
|
+
Scope?: string | undefined;
|
|
530
|
+
}
|
|
531
|
+
/**
|
|
532
|
+
* <p>Options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
533
|
+
* @public
|
|
534
|
+
*/
|
|
535
|
+
export interface ModifyVerifiedAccessTrustProviderOidcOptions {
|
|
536
|
+
/**
|
|
537
|
+
* <p>The OIDC issuer.</p>
|
|
538
|
+
* @public
|
|
539
|
+
*/
|
|
540
|
+
Issuer?: string | undefined;
|
|
541
|
+
/**
|
|
542
|
+
* <p>The OIDC authorization endpoint.</p>
|
|
543
|
+
* @public
|
|
544
|
+
*/
|
|
545
|
+
AuthorizationEndpoint?: string | undefined;
|
|
546
|
+
/**
|
|
547
|
+
* <p>The OIDC token endpoint.</p>
|
|
548
|
+
* @public
|
|
549
|
+
*/
|
|
550
|
+
TokenEndpoint?: string | undefined;
|
|
551
|
+
/**
|
|
552
|
+
* <p>The OIDC user info endpoint.</p>
|
|
553
|
+
* @public
|
|
554
|
+
*/
|
|
555
|
+
UserInfoEndpoint?: string | undefined;
|
|
556
|
+
/**
|
|
557
|
+
* <p>The client identifier.</p>
|
|
558
|
+
* @public
|
|
559
|
+
*/
|
|
560
|
+
ClientId?: string | undefined;
|
|
561
|
+
/**
|
|
562
|
+
* <p>The client secret.</p>
|
|
563
|
+
* @public
|
|
564
|
+
*/
|
|
565
|
+
ClientSecret?: string | undefined;
|
|
566
|
+
/**
|
|
567
|
+
* <p>OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.</p>
|
|
568
|
+
* @public
|
|
569
|
+
*/
|
|
570
|
+
Scope?: string | undefined;
|
|
571
|
+
}
|
|
572
|
+
/**
|
|
573
|
+
* @public
|
|
574
|
+
*/
|
|
575
|
+
export interface ModifyVerifiedAccessTrustProviderRequest {
|
|
576
|
+
/**
|
|
577
|
+
* <p>The ID of the Verified Access trust provider.</p>
|
|
578
|
+
* @public
|
|
579
|
+
*/
|
|
580
|
+
VerifiedAccessTrustProviderId: string | undefined;
|
|
581
|
+
/**
|
|
582
|
+
* <p>The options for an OpenID Connect-compatible user-identity trust provider.</p>
|
|
583
|
+
* @public
|
|
584
|
+
*/
|
|
585
|
+
OidcOptions?: ModifyVerifiedAccessTrustProviderOidcOptions | undefined;
|
|
586
|
+
/**
|
|
587
|
+
* <p>The options for a device-based trust provider. This parameter is required when the
|
|
588
|
+
* provider type is <code>device</code>.</p>
|
|
589
|
+
* @public
|
|
590
|
+
*/
|
|
591
|
+
DeviceOptions?: ModifyVerifiedAccessTrustProviderDeviceOptions | undefined;
|
|
592
|
+
/**
|
|
593
|
+
* <p>A description for the Verified Access trust provider.</p>
|
|
594
|
+
* @public
|
|
595
|
+
*/
|
|
596
|
+
Description?: string | undefined;
|
|
597
|
+
/**
|
|
598
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
599
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
600
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
601
|
+
* @public
|
|
602
|
+
*/
|
|
603
|
+
DryRun?: boolean | undefined;
|
|
604
|
+
/**
|
|
605
|
+
* <p>A unique, case-sensitive token that you provide to ensure idempotency of your
|
|
606
|
+
* modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
|
|
607
|
+
* @public
|
|
608
|
+
*/
|
|
609
|
+
ClientToken?: string | undefined;
|
|
610
|
+
/**
|
|
611
|
+
* <p>The options for server side encryption.</p>
|
|
612
|
+
* @public
|
|
613
|
+
*/
|
|
614
|
+
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
615
|
+
/**
|
|
616
|
+
* <p>The OpenID Connect (OIDC) options.</p>
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
619
|
+
NativeApplicationOidcOptions?: ModifyVerifiedAccessNativeApplicationOidcOptions | undefined;
|
|
620
|
+
}
|
|
621
|
+
/**
|
|
622
|
+
* @public
|
|
623
|
+
*/
|
|
624
|
+
export interface ModifyVerifiedAccessTrustProviderResult {
|
|
625
|
+
/**
|
|
626
|
+
* <p>Details about the Verified Access trust provider.</p>
|
|
627
|
+
* @public
|
|
628
|
+
*/
|
|
629
|
+
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
630
|
+
}
|
|
631
|
+
/**
|
|
632
|
+
* @public
|
|
633
|
+
*/
|
|
634
|
+
export interface ModifyVolumeRequest {
|
|
635
|
+
/**
|
|
636
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
637
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
638
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
639
|
+
* @public
|
|
640
|
+
*/
|
|
641
|
+
DryRun?: boolean | undefined;
|
|
642
|
+
/**
|
|
643
|
+
* <p>The ID of the volume.</p>
|
|
644
|
+
* @public
|
|
645
|
+
*/
|
|
646
|
+
VolumeId: string | undefined;
|
|
647
|
+
/**
|
|
648
|
+
* <p>The target size of the volume, in GiB. The target volume size must be greater than or
|
|
649
|
+
* equal to the existing size of the volume.</p>
|
|
650
|
+
* <p>The following are the supported volumes sizes for each volume type:</p>
|
|
651
|
+
* <ul>
|
|
652
|
+
* <li>
|
|
653
|
+
* <p>
|
|
654
|
+
* <code>gp2</code>: 1 - 16,384 GiB</p>
|
|
655
|
+
* </li>
|
|
656
|
+
* <li>
|
|
657
|
+
* <p>
|
|
658
|
+
* <code>gp3</code>: 1 - 65,536 GiB</p>
|
|
659
|
+
* </li>
|
|
660
|
+
* <li>
|
|
661
|
+
* <p>
|
|
662
|
+
* <code>io1</code>: 4 - 16,384 GiB</p>
|
|
663
|
+
* </li>
|
|
664
|
+
* <li>
|
|
665
|
+
* <p>
|
|
666
|
+
* <code>io2</code>: 4 - 65,536 GiB</p>
|
|
667
|
+
* </li>
|
|
668
|
+
* <li>
|
|
669
|
+
* <p>
|
|
670
|
+
* <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
|
|
671
|
+
* </li>
|
|
672
|
+
* <li>
|
|
673
|
+
* <p>
|
|
674
|
+
* <code>standard</code>: 1 - 1024 GiB</p>
|
|
675
|
+
* </li>
|
|
676
|
+
* </ul>
|
|
677
|
+
* <p>Default: The existing size is retained.</p>
|
|
678
|
+
* @public
|
|
679
|
+
*/
|
|
680
|
+
Size?: number | undefined;
|
|
681
|
+
/**
|
|
682
|
+
* <p>The target EBS volume type of the volume. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html">Amazon EBS volume types</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
683
|
+
* <p>Default: The existing type is retained.</p>
|
|
684
|
+
* @public
|
|
685
|
+
*/
|
|
686
|
+
VolumeType?: VolumeType | undefined;
|
|
687
|
+
/**
|
|
688
|
+
* <p>The target IOPS rate of the volume. This parameter is valid only for <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes.</p>
|
|
689
|
+
* <p>The following are the supported values for each volume type:</p>
|
|
690
|
+
* <ul>
|
|
691
|
+
* <li>
|
|
692
|
+
* <p>
|
|
693
|
+
* <code>gp3</code>: 3,000 - 80,000 IOPS</p>
|
|
694
|
+
* </li>
|
|
695
|
+
* <li>
|
|
696
|
+
* <p>
|
|
697
|
+
* <code>io1</code>: 100 - 64,000 IOPS</p>
|
|
698
|
+
* </li>
|
|
699
|
+
* <li>
|
|
700
|
+
* <p>
|
|
701
|
+
* <code>io2</code>: 100 - 256,000 IOPS</p>
|
|
702
|
+
* </li>
|
|
703
|
+
* </ul>
|
|
704
|
+
* <note>
|
|
705
|
+
* <p>
|
|
706
|
+
* <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">
|
|
707
|
+
* Instances built on the Nitro System</a> can support up to 256,000 IOPS. Other instances can support up to 32,000
|
|
708
|
+
* IOPS.</p>
|
|
709
|
+
* </note>
|
|
710
|
+
* <p>Default: The existing value is retained if you keep the same volume type. If you change
|
|
711
|
+
* the volume type to <code>io1</code>, <code>io2</code>, or <code>gp3</code>, the default is 3,000.</p>
|
|
712
|
+
* @public
|
|
713
|
+
*/
|
|
714
|
+
Iops?: number | undefined;
|
|
715
|
+
/**
|
|
716
|
+
* <p>The target throughput of the volume, in MiB/s. This parameter is valid only for <code>gp3</code> volumes.
|
|
717
|
+
* The maximum value is 2,000.</p>
|
|
718
|
+
* <p>Default: The existing value is retained if the source and target volume type is <code>gp3</code>.
|
|
719
|
+
* Otherwise, the default value is 125.</p>
|
|
720
|
+
* <p>Valid Range: Minimum value of 125. Maximum value of 2,000.</p>
|
|
721
|
+
* @public
|
|
722
|
+
*/
|
|
723
|
+
Throughput?: number | undefined;
|
|
724
|
+
/**
|
|
725
|
+
* <p>Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the
|
|
726
|
+
* volume to up to 16 <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">
|
|
727
|
+
* Nitro-based instances</a> in the same Availability Zone. This parameter is
|
|
728
|
+
* supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see
|
|
729
|
+
* <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html">
|
|
730
|
+
* Amazon EBS Multi-Attach</a> in the <i>Amazon EBS User Guide</i>.</p>
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
MultiAttachEnabled?: boolean | undefined;
|
|
734
|
+
}
|
|
735
|
+
/**
|
|
736
|
+
* @public
|
|
737
|
+
*/
|
|
738
|
+
export interface ModifyVolumeResult {
|
|
739
|
+
/**
|
|
740
|
+
* <p>Information about the volume modification.</p>
|
|
741
|
+
* @public
|
|
742
|
+
*/
|
|
743
|
+
VolumeModification?: VolumeModification | undefined;
|
|
744
|
+
}
|
|
745
|
+
/**
|
|
746
|
+
* @public
|
|
747
|
+
*/
|
|
748
|
+
export interface ModifyVolumeAttributeRequest {
|
|
749
|
+
/**
|
|
750
|
+
* <p>Indicates whether the volume should be auto-enabled for I/O operations.</p>
|
|
751
|
+
* @public
|
|
752
|
+
*/
|
|
753
|
+
AutoEnableIO?: AttributeBooleanValue | undefined;
|
|
754
|
+
/**
|
|
755
|
+
* <p>The ID of the volume.</p>
|
|
756
|
+
* @public
|
|
757
|
+
*/
|
|
758
|
+
VolumeId: string | undefined;
|
|
759
|
+
/**
|
|
760
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
761
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
762
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
763
|
+
* @public
|
|
764
|
+
*/
|
|
765
|
+
DryRun?: boolean | undefined;
|
|
766
|
+
}
|
|
767
|
+
/**
|
|
768
|
+
* @public
|
|
769
|
+
*/
|
|
770
|
+
export interface ModifyVpcAttributeRequest {
|
|
771
|
+
/**
|
|
772
|
+
* <p>Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.</p>
|
|
773
|
+
* <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.</p>
|
|
774
|
+
* @public
|
|
775
|
+
*/
|
|
776
|
+
EnableDnsHostnames?: AttributeBooleanValue | undefined;
|
|
777
|
+
/**
|
|
778
|
+
* <p>Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to
|
|
779
|
+
* the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP
|
|
780
|
+
* address at the base of the VPC network range "plus two" succeed. If disabled, the Amazon
|
|
781
|
+
* provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is
|
|
782
|
+
* not enabled.</p>
|
|
783
|
+
* <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.</p>
|
|
784
|
+
* @public
|
|
785
|
+
*/
|
|
786
|
+
EnableDnsSupport?: AttributeBooleanValue | undefined;
|
|
787
|
+
/**
|
|
788
|
+
* <p>The ID of the VPC.</p>
|
|
789
|
+
* @public
|
|
790
|
+
*/
|
|
791
|
+
VpcId: string | undefined;
|
|
792
|
+
/**
|
|
793
|
+
* <p>Indicates whether Network Address Usage metrics are enabled for your VPC.</p>
|
|
794
|
+
* @public
|
|
795
|
+
*/
|
|
796
|
+
EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
|
|
797
|
+
}
|
|
798
|
+
/**
|
|
799
|
+
* @public
|
|
800
|
+
*/
|
|
801
|
+
export interface ModifyVpcBlockPublicAccessExclusionRequest {
|
|
802
|
+
/**
|
|
803
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
804
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
805
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
806
|
+
* @public
|
|
807
|
+
*/
|
|
808
|
+
DryRun?: boolean | undefined;
|
|
809
|
+
/**
|
|
810
|
+
* <p>The ID of an exclusion.</p>
|
|
811
|
+
* @public
|
|
812
|
+
*/
|
|
813
|
+
ExclusionId: string | undefined;
|
|
814
|
+
/**
|
|
815
|
+
* <p>The exclusion mode for internet gateway traffic.</p>
|
|
816
|
+
* <ul>
|
|
817
|
+
* <li>
|
|
818
|
+
* <p>
|
|
819
|
+
* <code>allow-bidirectional</code>: Allow all internet traffic to and from the excluded VPCs and subnets.</p>
|
|
820
|
+
* </li>
|
|
821
|
+
* <li>
|
|
822
|
+
* <p>
|
|
823
|
+
* <code>allow-egress</code>: Allow outbound internet traffic from the excluded VPCs and subnets. Block inbound internet traffic to the excluded VPCs and subnets. Only applies when VPC Block Public Access is set to Bidirectional.</p>
|
|
824
|
+
* </li>
|
|
825
|
+
* </ul>
|
|
826
|
+
* @public
|
|
827
|
+
*/
|
|
828
|
+
InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
|
|
829
|
+
}
|
|
830
|
+
/**
|
|
831
|
+
* @public
|
|
832
|
+
*/
|
|
833
|
+
export interface ModifyVpcBlockPublicAccessExclusionResult {
|
|
834
|
+
/**
|
|
835
|
+
* <p>Details related to the exclusion.</p>
|
|
836
|
+
* @public
|
|
837
|
+
*/
|
|
838
|
+
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
839
|
+
}
|
|
840
|
+
/**
|
|
841
|
+
* @public
|
|
842
|
+
*/
|
|
843
|
+
export interface ModifyVpcBlockPublicAccessOptionsRequest {
|
|
844
|
+
/**
|
|
845
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
846
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
847
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
848
|
+
* @public
|
|
849
|
+
*/
|
|
850
|
+
DryRun?: boolean | undefined;
|
|
851
|
+
/**
|
|
852
|
+
* <p>The mode of VPC BPA.</p>
|
|
853
|
+
* <ul>
|
|
854
|
+
* <li>
|
|
855
|
+
* <p>
|
|
856
|
+
* <code>off</code>: VPC BPA is not enabled and traffic is allowed to and from internet gateways and egress-only internet gateways in this Region.</p>
|
|
857
|
+
* </li>
|
|
858
|
+
* <li>
|
|
859
|
+
* <p>
|
|
860
|
+
* <code>block-bidirectional</code>: Block all traffic to and from internet gateways and egress-only internet gateways in this Region (except for excluded VPCs and subnets).</p>
|
|
861
|
+
* </li>
|
|
862
|
+
* <li>
|
|
863
|
+
* <p>
|
|
864
|
+
* <code>block-ingress</code>: Block all internet traffic to the VPCs in this Region (except for VPCs or subnets which are excluded). Only traffic to and from NAT gateways and egress-only internet gateways is allowed because these gateways only allow outbound connections to be established.</p>
|
|
865
|
+
* </li>
|
|
866
|
+
* </ul>
|
|
867
|
+
* @public
|
|
868
|
+
*/
|
|
869
|
+
InternetGatewayBlockMode: InternetGatewayBlockMode | undefined;
|
|
870
|
+
}
|
|
871
|
+
/**
|
|
872
|
+
* @public
|
|
873
|
+
*/
|
|
874
|
+
export interface ModifyVpcBlockPublicAccessOptionsResult {
|
|
875
|
+
/**
|
|
876
|
+
* <p>Details related to the VPC Block Public Access (BPA) options.</p>
|
|
877
|
+
* @public
|
|
878
|
+
*/
|
|
879
|
+
VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
|
|
880
|
+
}
|
|
881
|
+
/**
|
|
882
|
+
* @public
|
|
883
|
+
*/
|
|
884
|
+
export interface ModifyVpcEndpointRequest {
|
|
885
|
+
/**
|
|
886
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
887
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
888
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
889
|
+
* @public
|
|
890
|
+
*/
|
|
891
|
+
DryRun?: boolean | undefined;
|
|
892
|
+
/**
|
|
893
|
+
* <p>The ID of the endpoint.</p>
|
|
894
|
+
* @public
|
|
895
|
+
*/
|
|
896
|
+
VpcEndpointId: string | undefined;
|
|
897
|
+
/**
|
|
898
|
+
* <p>(Gateway endpoint) Specify <code>true</code> to reset the policy document to the
|
|
899
|
+
* default policy. The default policy allows full access to the service.</p>
|
|
900
|
+
* @public
|
|
901
|
+
*/
|
|
902
|
+
ResetPolicy?: boolean | undefined;
|
|
903
|
+
/**
|
|
904
|
+
* <p>(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must
|
|
905
|
+
* be in valid JSON format.</p>
|
|
906
|
+
* @public
|
|
907
|
+
*/
|
|
908
|
+
PolicyDocument?: string | undefined;
|
|
909
|
+
/**
|
|
910
|
+
* <p>(Gateway endpoint) The IDs of the route tables to associate with the endpoint.</p>
|
|
911
|
+
* @public
|
|
912
|
+
*/
|
|
913
|
+
AddRouteTableIds?: string[] | undefined;
|
|
914
|
+
/**
|
|
915
|
+
* <p>(Gateway endpoint) The IDs of the route tables to disassociate from the endpoint.</p>
|
|
916
|
+
* @public
|
|
917
|
+
*/
|
|
918
|
+
RemoveRouteTableIds?: string[] | undefined;
|
|
919
|
+
/**
|
|
920
|
+
* <p>(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to serve the endpoint.
|
|
921
|
+
* For a Gateway Load Balancer endpoint, you can specify only one subnet.</p>
|
|
922
|
+
* @public
|
|
923
|
+
*/
|
|
924
|
+
AddSubnetIds?: string[] | undefined;
|
|
925
|
+
/**
|
|
926
|
+
* <p>(Interface endpoint) The IDs of the subnets from which to remove the endpoint.</p>
|
|
927
|
+
* @public
|
|
928
|
+
*/
|
|
929
|
+
RemoveSubnetIds?: string[] | undefined;
|
|
930
|
+
/**
|
|
931
|
+
* <p>(Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.</p>
|
|
932
|
+
* @public
|
|
933
|
+
*/
|
|
934
|
+
AddSecurityGroupIds?: string[] | undefined;
|
|
935
|
+
/**
|
|
936
|
+
* <p>(Interface endpoint) The IDs of the security groups to disassociate from the endpoint network interfaces.</p>
|
|
937
|
+
* @public
|
|
938
|
+
*/
|
|
939
|
+
RemoveSecurityGroupIds?: string[] | undefined;
|
|
940
|
+
/**
|
|
941
|
+
* <p>The IP address type for the endpoint.</p>
|
|
942
|
+
* @public
|
|
943
|
+
*/
|
|
944
|
+
IpAddressType?: IpAddressType | undefined;
|
|
945
|
+
/**
|
|
946
|
+
* <p>The DNS options for the endpoint.</p>
|
|
947
|
+
* @public
|
|
948
|
+
*/
|
|
949
|
+
DnsOptions?: DnsOptionsSpecification | undefined;
|
|
950
|
+
/**
|
|
951
|
+
* <p>(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.</p>
|
|
952
|
+
* @public
|
|
953
|
+
*/
|
|
954
|
+
PrivateDnsEnabled?: boolean | undefined;
|
|
955
|
+
/**
|
|
956
|
+
* <p>The subnet configurations for the endpoint.</p>
|
|
957
|
+
* @public
|
|
958
|
+
*/
|
|
959
|
+
SubnetConfigurations?: SubnetConfiguration[] | undefined;
|
|
960
|
+
}
|
|
961
|
+
/**
|
|
962
|
+
* @public
|
|
963
|
+
*/
|
|
964
|
+
export interface ModifyVpcEndpointResult {
|
|
965
|
+
/**
|
|
966
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
|
|
967
|
+
* @public
|
|
968
|
+
*/
|
|
969
|
+
Return?: boolean | undefined;
|
|
970
|
+
}
|
|
971
|
+
/**
|
|
972
|
+
* @public
|
|
973
|
+
*/
|
|
974
|
+
export interface ModifyVpcEndpointConnectionNotificationRequest {
|
|
975
|
+
/**
|
|
976
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
977
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
978
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
979
|
+
* @public
|
|
980
|
+
*/
|
|
981
|
+
DryRun?: boolean | undefined;
|
|
982
|
+
/**
|
|
983
|
+
* <p>The ID of the notification.</p>
|
|
984
|
+
* @public
|
|
985
|
+
*/
|
|
986
|
+
ConnectionNotificationId: string | undefined;
|
|
987
|
+
/**
|
|
988
|
+
* <p>The ARN for the SNS topic for the notification.</p>
|
|
989
|
+
* @public
|
|
990
|
+
*/
|
|
991
|
+
ConnectionNotificationArn?: string | undefined;
|
|
992
|
+
/**
|
|
993
|
+
* <p>The events for the endpoint. Valid values are <code>Accept</code>,
|
|
994
|
+
* <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>
|
|
995
|
+
* @public
|
|
996
|
+
*/
|
|
997
|
+
ConnectionEvents?: string[] | undefined;
|
|
998
|
+
}
|
|
9
999
|
/**
|
|
10
1000
|
* @public
|
|
11
1001
|
*/
|
|
@@ -5774,6 +6764,22 @@ export interface WithdrawByoipCidrResult {
|
|
|
5774
6764
|
*/
|
|
5775
6765
|
ByoipCidr?: ByoipCidr | undefined;
|
|
5776
6766
|
}
|
|
6767
|
+
/**
|
|
6768
|
+
* @internal
|
|
6769
|
+
*/
|
|
6770
|
+
export declare const ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (obj: ModifyVerifiedAccessNativeApplicationOidcOptions) => any;
|
|
6771
|
+
/**
|
|
6772
|
+
* @internal
|
|
6773
|
+
*/
|
|
6774
|
+
export declare const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (obj: ModifyVerifiedAccessTrustProviderOidcOptions) => any;
|
|
6775
|
+
/**
|
|
6776
|
+
* @internal
|
|
6777
|
+
*/
|
|
6778
|
+
export declare const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog: (obj: ModifyVerifiedAccessTrustProviderRequest) => any;
|
|
6779
|
+
/**
|
|
6780
|
+
* @internal
|
|
6781
|
+
*/
|
|
6782
|
+
export declare const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: ModifyVerifiedAccessTrustProviderResult) => any;
|
|
5777
6783
|
/**
|
|
5778
6784
|
* @internal
|
|
5779
6785
|
*/
|