@aws-sdk/client-ec2 3.921.0 → 3.923.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 +2418 -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 +55 -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 +3 -3
- 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 +5 -5
- 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 +4 -4
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -6
- 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/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- 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 +2 -2
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.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 +2 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.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/ModifyFleetCommand.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/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- 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 +4 -4
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- 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 +1261 -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 +140 -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 +13 -13
|
@@ -12,7 +12,6 @@ import {
|
|
|
12
12
|
AttachmentStatus,
|
|
13
13
|
CapacityReservationFleetState,
|
|
14
14
|
InstanceEventWindow,
|
|
15
|
-
ResourceType,
|
|
16
15
|
SubnetIpv6CidrBlockAssociation,
|
|
17
16
|
Tag,
|
|
18
17
|
TagSpecification,
|
|
@@ -1298,6 +1297,7 @@ export declare const _InstanceType: {
|
|
|
1298
1297
|
readonly trn1_2xlarge: "trn1.2xlarge";
|
|
1299
1298
|
readonly trn1_32xlarge: "trn1.32xlarge";
|
|
1300
1299
|
readonly trn1n_32xlarge: "trn1n.32xlarge";
|
|
1300
|
+
readonly trn2_3xlarge: "trn2.3xlarge";
|
|
1301
1301
|
readonly trn2_48xlarge: "trn2.48xlarge";
|
|
1302
1302
|
readonly u7i_12tb_224xlarge: "u7i-12tb.224xlarge";
|
|
1303
1303
|
readonly u7i_6tb_112xlarge: "u7i-6tb.112xlarge";
|
|
@@ -1730,6 +1730,9 @@ export interface VpcEncryptionControlExclusions {
|
|
|
1730
1730
|
NatGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1731
1731
|
VirtualPrivateGateway?: VpcEncryptionControlExclusion | undefined;
|
|
1732
1732
|
VpcPeering?: VpcEncryptionControlExclusion | undefined;
|
|
1733
|
+
Lambda?: VpcEncryptionControlExclusion | undefined;
|
|
1734
|
+
VpcLattice?: VpcEncryptionControlExclusion | undefined;
|
|
1735
|
+
ElasticFileSystem?: VpcEncryptionControlExclusion | undefined;
|
|
1733
1736
|
}
|
|
1734
1737
|
export declare const VpcEncryptionControlState: {
|
|
1735
1738
|
readonly available: "available";
|
|
@@ -2759,6 +2762,142 @@ export interface IpamPool {
|
|
|
2759
2762
|
export interface CreateIpamPoolResult {
|
|
2760
2763
|
IpamPool?: IpamPool | undefined;
|
|
2761
2764
|
}
|
|
2765
|
+
export declare const IpamPrefixListResolverRuleConditionOperation: {
|
|
2766
|
+
readonly equals: "equals";
|
|
2767
|
+
readonly not_equals: "not-equals";
|
|
2768
|
+
readonly subnet_of: "subnet-of";
|
|
2769
|
+
};
|
|
2770
|
+
export type IpamPrefixListResolverRuleConditionOperation =
|
|
2771
|
+
(typeof IpamPrefixListResolverRuleConditionOperation)[keyof typeof IpamPrefixListResolverRuleConditionOperation];
|
|
2772
|
+
export interface IpamPrefixListResolverRuleConditionRequest {
|
|
2773
|
+
Operation: IpamPrefixListResolverRuleConditionOperation | undefined;
|
|
2774
|
+
IpamPoolId?: string | undefined;
|
|
2775
|
+
ResourceId?: string | undefined;
|
|
2776
|
+
ResourceOwner?: string | undefined;
|
|
2777
|
+
ResourceRegion?: string | undefined;
|
|
2778
|
+
ResourceTag?: RequestIpamResourceTag | undefined;
|
|
2779
|
+
Cidr?: string | undefined;
|
|
2780
|
+
}
|
|
2781
|
+
export declare const IpamResourceType: {
|
|
2782
|
+
readonly eip: "eip";
|
|
2783
|
+
readonly eni: "eni";
|
|
2784
|
+
readonly ipv6_pool: "ipv6-pool";
|
|
2785
|
+
readonly public_ipv4_pool: "public-ipv4-pool";
|
|
2786
|
+
readonly subnet: "subnet";
|
|
2787
|
+
readonly vpc: "vpc";
|
|
2788
|
+
};
|
|
2789
|
+
export type IpamResourceType =
|
|
2790
|
+
(typeof IpamResourceType)[keyof typeof IpamResourceType];
|
|
2791
|
+
export declare const IpamPrefixListResolverRuleType: {
|
|
2792
|
+
readonly ipam_pool_cidr: "ipam-pool-cidr";
|
|
2793
|
+
readonly ipam_resource_cidr: "ipam-resource-cidr";
|
|
2794
|
+
readonly static_cidr: "static-cidr";
|
|
2795
|
+
};
|
|
2796
|
+
export type IpamPrefixListResolverRuleType =
|
|
2797
|
+
(typeof IpamPrefixListResolverRuleType)[keyof typeof IpamPrefixListResolverRuleType];
|
|
2798
|
+
export interface IpamPrefixListResolverRuleRequest {
|
|
2799
|
+
RuleType: IpamPrefixListResolverRuleType | undefined;
|
|
2800
|
+
StaticCidr?: string | undefined;
|
|
2801
|
+
IpamScopeId?: string | undefined;
|
|
2802
|
+
ResourceType?: IpamResourceType | undefined;
|
|
2803
|
+
Conditions?: IpamPrefixListResolverRuleConditionRequest[] | undefined;
|
|
2804
|
+
}
|
|
2805
|
+
export interface CreateIpamPrefixListResolverRequest {
|
|
2806
|
+
DryRun?: boolean | undefined;
|
|
2807
|
+
IpamId: string | undefined;
|
|
2808
|
+
Description?: string | undefined;
|
|
2809
|
+
AddressFamily: AddressFamily | undefined;
|
|
2810
|
+
Rules?: IpamPrefixListResolverRuleRequest[] | undefined;
|
|
2811
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
2812
|
+
ClientToken?: string | undefined;
|
|
2813
|
+
}
|
|
2814
|
+
export declare const IpamPrefixListResolverVersionCreationStatus: {
|
|
2815
|
+
readonly failure: "failure";
|
|
2816
|
+
readonly pending: "pending";
|
|
2817
|
+
readonly success: "success";
|
|
2818
|
+
};
|
|
2819
|
+
export type IpamPrefixListResolverVersionCreationStatus =
|
|
2820
|
+
(typeof IpamPrefixListResolverVersionCreationStatus)[keyof typeof IpamPrefixListResolverVersionCreationStatus];
|
|
2821
|
+
export declare const IpamPrefixListResolverState: {
|
|
2822
|
+
readonly create_complete: "create-complete";
|
|
2823
|
+
readonly create_failed: "create-failed";
|
|
2824
|
+
readonly create_in_progress: "create-in-progress";
|
|
2825
|
+
readonly delete_complete: "delete-complete";
|
|
2826
|
+
readonly delete_failed: "delete-failed";
|
|
2827
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
2828
|
+
readonly isolate_complete: "isolate-complete";
|
|
2829
|
+
readonly isolate_in_progress: "isolate-in-progress";
|
|
2830
|
+
readonly modify_complete: "modify-complete";
|
|
2831
|
+
readonly modify_failed: "modify-failed";
|
|
2832
|
+
readonly modify_in_progress: "modify-in-progress";
|
|
2833
|
+
readonly restore_in_progress: "restore-in-progress";
|
|
2834
|
+
};
|
|
2835
|
+
export type IpamPrefixListResolverState =
|
|
2836
|
+
(typeof IpamPrefixListResolverState)[keyof typeof IpamPrefixListResolverState];
|
|
2837
|
+
export interface IpamPrefixListResolver {
|
|
2838
|
+
OwnerId?: string | undefined;
|
|
2839
|
+
IpamPrefixListResolverId?: string | undefined;
|
|
2840
|
+
IpamPrefixListResolverArn?: string | undefined;
|
|
2841
|
+
IpamArn?: string | undefined;
|
|
2842
|
+
IpamRegion?: string | undefined;
|
|
2843
|
+
Description?: string | undefined;
|
|
2844
|
+
AddressFamily?: AddressFamily | undefined;
|
|
2845
|
+
State?: IpamPrefixListResolverState | undefined;
|
|
2846
|
+
Tags?: Tag[] | undefined;
|
|
2847
|
+
LastVersionCreationStatus?:
|
|
2848
|
+
| IpamPrefixListResolverVersionCreationStatus
|
|
2849
|
+
| undefined;
|
|
2850
|
+
LastVersionCreationStatusMessage?: string | undefined;
|
|
2851
|
+
}
|
|
2852
|
+
export interface CreateIpamPrefixListResolverResult {
|
|
2853
|
+
IpamPrefixListResolver?: IpamPrefixListResolver | undefined;
|
|
2854
|
+
}
|
|
2855
|
+
export interface CreateIpamPrefixListResolverTargetRequest {
|
|
2856
|
+
DryRun?: boolean | undefined;
|
|
2857
|
+
IpamPrefixListResolverId: string | undefined;
|
|
2858
|
+
PrefixListId: string | undefined;
|
|
2859
|
+
PrefixListRegion: string | undefined;
|
|
2860
|
+
DesiredVersion?: number | undefined;
|
|
2861
|
+
TrackLatestVersion: boolean | undefined;
|
|
2862
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
2863
|
+
ClientToken?: string | undefined;
|
|
2864
|
+
}
|
|
2865
|
+
export declare const IpamPrefixListResolverTargetState: {
|
|
2866
|
+
readonly create_complete: "create-complete";
|
|
2867
|
+
readonly create_failed: "create-failed";
|
|
2868
|
+
readonly create_in_progress: "create-in-progress";
|
|
2869
|
+
readonly delete_complete: "delete-complete";
|
|
2870
|
+
readonly delete_failed: "delete-failed";
|
|
2871
|
+
readonly delete_in_progress: "delete-in-progress";
|
|
2872
|
+
readonly isolate_complete: "isolate-complete";
|
|
2873
|
+
readonly isolate_in_progress: "isolate-in-progress";
|
|
2874
|
+
readonly modify_complete: "modify-complete";
|
|
2875
|
+
readonly modify_failed: "modify-failed";
|
|
2876
|
+
readonly modify_in_progress: "modify-in-progress";
|
|
2877
|
+
readonly restore_in_progress: "restore-in-progress";
|
|
2878
|
+
readonly sync_complete: "sync-complete";
|
|
2879
|
+
readonly sync_failed: "sync-failed";
|
|
2880
|
+
readonly sync_in_progress: "sync-in-progress";
|
|
2881
|
+
};
|
|
2882
|
+
export type IpamPrefixListResolverTargetState =
|
|
2883
|
+
(typeof IpamPrefixListResolverTargetState)[keyof typeof IpamPrefixListResolverTargetState];
|
|
2884
|
+
export interface IpamPrefixListResolverTarget {
|
|
2885
|
+
IpamPrefixListResolverTargetId?: string | undefined;
|
|
2886
|
+
IpamPrefixListResolverTargetArn?: string | undefined;
|
|
2887
|
+
IpamPrefixListResolverId?: string | undefined;
|
|
2888
|
+
OwnerId?: string | undefined;
|
|
2889
|
+
PrefixListId?: string | undefined;
|
|
2890
|
+
PrefixListRegion?: string | undefined;
|
|
2891
|
+
DesiredVersion?: number | undefined;
|
|
2892
|
+
LastSyncedVersion?: number | undefined;
|
|
2893
|
+
TrackLatestVersion?: boolean | undefined;
|
|
2894
|
+
StateMessage?: string | undefined;
|
|
2895
|
+
State?: IpamPrefixListResolverTargetState | undefined;
|
|
2896
|
+
Tags?: Tag[] | undefined;
|
|
2897
|
+
}
|
|
2898
|
+
export interface CreateIpamPrefixListResolverTargetResult {
|
|
2899
|
+
IpamPrefixListResolverTarget?: IpamPrefixListResolverTarget | undefined;
|
|
2900
|
+
}
|
|
2762
2901
|
export interface CreateIpamResourceDiscoveryRequest {
|
|
2763
2902
|
DryRun?: boolean | undefined;
|
|
2764
2903
|
Description?: string | undefined;
|
|
@@ -3066,143 +3205,6 @@ export declare const InstanceBandwidthWeighting: {
|
|
|
3066
3205
|
};
|
|
3067
3206
|
export type InstanceBandwidthWeighting =
|
|
3068
3207
|
(typeof InstanceBandwidthWeighting)[keyof typeof InstanceBandwidthWeighting];
|
|
3069
|
-
export interface LaunchTemplateNetworkPerformanceOptionsRequest {
|
|
3070
|
-
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
3071
|
-
}
|
|
3072
|
-
export interface OperatorRequest {
|
|
3073
|
-
Principal?: string | undefined;
|
|
3074
|
-
}
|
|
3075
|
-
export interface LaunchTemplatePlacementRequest {
|
|
3076
|
-
AvailabilityZone?: string | undefined;
|
|
3077
|
-
AvailabilityZoneId?: string | undefined;
|
|
3078
|
-
Affinity?: string | undefined;
|
|
3079
|
-
GroupName?: string | undefined;
|
|
3080
|
-
HostId?: string | undefined;
|
|
3081
|
-
Tenancy?: Tenancy | undefined;
|
|
3082
|
-
SpreadDomain?: string | undefined;
|
|
3083
|
-
HostResourceGroupArn?: string | undefined;
|
|
3084
|
-
PartitionNumber?: number | undefined;
|
|
3085
|
-
GroupId?: string | undefined;
|
|
3086
|
-
}
|
|
3087
|
-
export interface LaunchTemplatePrivateDnsNameOptionsRequest {
|
|
3088
|
-
HostnameType?: HostnameType | undefined;
|
|
3089
|
-
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
3090
|
-
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
3091
|
-
}
|
|
3092
|
-
export interface LaunchTemplateTagSpecificationRequest {
|
|
3093
|
-
ResourceType?: ResourceType | undefined;
|
|
3094
|
-
Tags?: Tag[] | undefined;
|
|
3095
|
-
}
|
|
3096
|
-
export interface RequestLaunchTemplateData {
|
|
3097
|
-
KernelId?: string | undefined;
|
|
3098
|
-
EbsOptimized?: boolean | undefined;
|
|
3099
|
-
IamInstanceProfile?:
|
|
3100
|
-
| LaunchTemplateIamInstanceProfileSpecificationRequest
|
|
3101
|
-
| undefined;
|
|
3102
|
-
BlockDeviceMappings?: LaunchTemplateBlockDeviceMappingRequest[] | undefined;
|
|
3103
|
-
NetworkInterfaces?:
|
|
3104
|
-
| LaunchTemplateInstanceNetworkInterfaceSpecificationRequest[]
|
|
3105
|
-
| undefined;
|
|
3106
|
-
ImageId?: string | undefined;
|
|
3107
|
-
InstanceType?: _InstanceType | undefined;
|
|
3108
|
-
KeyName?: string | undefined;
|
|
3109
|
-
Monitoring?: LaunchTemplatesMonitoringRequest | undefined;
|
|
3110
|
-
Placement?: LaunchTemplatePlacementRequest | undefined;
|
|
3111
|
-
RamDiskId?: string | undefined;
|
|
3112
|
-
DisableApiTermination?: boolean | undefined;
|
|
3113
|
-
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
3114
|
-
UserData?: string | undefined;
|
|
3115
|
-
TagSpecifications?: LaunchTemplateTagSpecificationRequest[] | undefined;
|
|
3116
|
-
ElasticGpuSpecifications?: ElasticGpuSpecification[] | undefined;
|
|
3117
|
-
ElasticInferenceAccelerators?:
|
|
3118
|
-
| LaunchTemplateElasticInferenceAccelerator[]
|
|
3119
|
-
| undefined;
|
|
3120
|
-
SecurityGroupIds?: string[] | undefined;
|
|
3121
|
-
SecurityGroups?: string[] | undefined;
|
|
3122
|
-
InstanceMarketOptions?:
|
|
3123
|
-
| LaunchTemplateInstanceMarketOptionsRequest
|
|
3124
|
-
| undefined;
|
|
3125
|
-
CreditSpecification?: CreditSpecificationRequest | undefined;
|
|
3126
|
-
CpuOptions?: LaunchTemplateCpuOptionsRequest | undefined;
|
|
3127
|
-
CapacityReservationSpecification?:
|
|
3128
|
-
| LaunchTemplateCapacityReservationSpecificationRequest
|
|
3129
|
-
| undefined;
|
|
3130
|
-
LicenseSpecifications?:
|
|
3131
|
-
| LaunchTemplateLicenseConfigurationRequest[]
|
|
3132
|
-
| undefined;
|
|
3133
|
-
HibernationOptions?: LaunchTemplateHibernationOptionsRequest | undefined;
|
|
3134
|
-
MetadataOptions?: LaunchTemplateInstanceMetadataOptionsRequest | undefined;
|
|
3135
|
-
EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest | undefined;
|
|
3136
|
-
InstanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
3137
|
-
PrivateDnsNameOptions?:
|
|
3138
|
-
| LaunchTemplatePrivateDnsNameOptionsRequest
|
|
3139
|
-
| undefined;
|
|
3140
|
-
MaintenanceOptions?:
|
|
3141
|
-
| LaunchTemplateInstanceMaintenanceOptionsRequest
|
|
3142
|
-
| undefined;
|
|
3143
|
-
DisableApiStop?: boolean | undefined;
|
|
3144
|
-
Operator?: OperatorRequest | undefined;
|
|
3145
|
-
NetworkPerformanceOptions?:
|
|
3146
|
-
| LaunchTemplateNetworkPerformanceOptionsRequest
|
|
3147
|
-
| undefined;
|
|
3148
|
-
}
|
|
3149
|
-
export interface CreateLaunchTemplateRequest {
|
|
3150
|
-
DryRun?: boolean | undefined;
|
|
3151
|
-
ClientToken?: string | undefined;
|
|
3152
|
-
LaunchTemplateName: string | undefined;
|
|
3153
|
-
VersionDescription?: string | undefined;
|
|
3154
|
-
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
3155
|
-
Operator?: OperatorRequest | undefined;
|
|
3156
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
3157
|
-
}
|
|
3158
|
-
export interface LaunchTemplate {
|
|
3159
|
-
LaunchTemplateId?: string | undefined;
|
|
3160
|
-
LaunchTemplateName?: string | undefined;
|
|
3161
|
-
CreateTime?: Date | undefined;
|
|
3162
|
-
CreatedBy?: string | undefined;
|
|
3163
|
-
DefaultVersionNumber?: number | undefined;
|
|
3164
|
-
LatestVersionNumber?: number | undefined;
|
|
3165
|
-
Tags?: Tag[] | undefined;
|
|
3166
|
-
Operator?: OperatorResponse | undefined;
|
|
3167
|
-
}
|
|
3168
|
-
export interface ValidationError {
|
|
3169
|
-
Code?: string | undefined;
|
|
3170
|
-
Message?: string | undefined;
|
|
3171
|
-
}
|
|
3172
|
-
export interface ValidationWarning {
|
|
3173
|
-
Errors?: ValidationError[] | undefined;
|
|
3174
|
-
}
|
|
3175
|
-
export interface CreateLaunchTemplateResult {
|
|
3176
|
-
LaunchTemplate?: LaunchTemplate | undefined;
|
|
3177
|
-
Warning?: ValidationWarning | undefined;
|
|
3178
|
-
}
|
|
3179
|
-
export interface CreateLaunchTemplateVersionRequest {
|
|
3180
|
-
DryRun?: boolean | undefined;
|
|
3181
|
-
ClientToken?: string | undefined;
|
|
3182
|
-
LaunchTemplateId?: string | undefined;
|
|
3183
|
-
LaunchTemplateName?: string | undefined;
|
|
3184
|
-
SourceVersion?: string | undefined;
|
|
3185
|
-
VersionDescription?: string | undefined;
|
|
3186
|
-
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
3187
|
-
ResolveAlias?: boolean | undefined;
|
|
3188
|
-
}
|
|
3189
|
-
export interface LaunchTemplateEbsBlockDevice {
|
|
3190
|
-
Encrypted?: boolean | undefined;
|
|
3191
|
-
DeleteOnTermination?: boolean | undefined;
|
|
3192
|
-
Iops?: number | undefined;
|
|
3193
|
-
KmsKeyId?: string | undefined;
|
|
3194
|
-
SnapshotId?: string | undefined;
|
|
3195
|
-
VolumeSize?: number | undefined;
|
|
3196
|
-
VolumeType?: VolumeType | undefined;
|
|
3197
|
-
Throughput?: number | undefined;
|
|
3198
|
-
VolumeInitializationRate?: number | undefined;
|
|
3199
|
-
}
|
|
3200
|
-
export interface LaunchTemplateBlockDeviceMapping {
|
|
3201
|
-
DeviceName?: string | undefined;
|
|
3202
|
-
VirtualName?: string | undefined;
|
|
3203
|
-
Ebs?: LaunchTemplateEbsBlockDevice | undefined;
|
|
3204
|
-
NoDevice?: string | undefined;
|
|
3205
|
-
}
|
|
3206
3208
|
export declare const CopySnapshotRequestFilterSensitiveLog: (
|
|
3207
3209
|
obj: CopySnapshotRequest
|
|
3208
3210
|
) => any;
|
|
@@ -3210,12 +3212,3 @@ export declare const CreateDelegateMacVolumeOwnershipTaskRequestFilterSensitiveL
|
|
|
3210
3212
|
obj: CreateDelegateMacVolumeOwnershipTaskRequest
|
|
3211
3213
|
) => any;
|
|
3212
3214
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
3213
|
-
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
3214
|
-
obj: RequestLaunchTemplateData
|
|
3215
|
-
) => any;
|
|
3216
|
-
export declare const CreateLaunchTemplateRequestFilterSensitiveLog: (
|
|
3217
|
-
obj: CreateLaunchTemplateRequest
|
|
3218
|
-
) => any;
|
|
3219
|
-
export declare const CreateLaunchTemplateVersionRequestFilterSensitiveLog: (
|
|
3220
|
-
obj: CreateLaunchTemplateVersionRequest
|
|
3221
|
-
) => any;
|
|
@@ -5,7 +5,6 @@ import {
|
|
|
5
5
|
ApplianceModeSupportValue,
|
|
6
6
|
AttachmentStatus,
|
|
7
7
|
CurrencyCodeValues,
|
|
8
|
-
DeviceTrustProviderType,
|
|
9
8
|
DnsSupportValue,
|
|
10
9
|
DynamicRoutingValue,
|
|
11
10
|
Ipv4PrefixSpecification,
|
|
@@ -23,33 +22,43 @@ import {
|
|
|
23
22
|
TransitGatewayAttachmentState,
|
|
24
23
|
TransitGatewayPeeringAttachment,
|
|
25
24
|
TransitGatewayVpcAttachment,
|
|
26
|
-
TrustProviderType,
|
|
27
|
-
UserTrustProviderType,
|
|
28
|
-
VerifiedAccessInstance,
|
|
29
25
|
VerifiedAccessSseSpecificationResponse,
|
|
30
|
-
VerifiedAccessTrustProvider,
|
|
31
26
|
} from "./models_0";
|
|
32
27
|
import {
|
|
33
28
|
_InstanceType,
|
|
34
29
|
AmdSevSnpSpecification,
|
|
35
30
|
CapacityReservationPreference,
|
|
36
31
|
ConnectionTrackingSpecificationRequest,
|
|
32
|
+
CreditSpecificationRequest,
|
|
33
|
+
ElasticGpuSpecification,
|
|
37
34
|
HostnameType,
|
|
38
35
|
InstanceBandwidthWeighting,
|
|
39
36
|
InstanceInterruptionBehavior,
|
|
40
37
|
InstanceRequirements,
|
|
38
|
+
InstanceRequirementsRequest,
|
|
41
39
|
Ipv4PrefixSpecificationRequest,
|
|
42
40
|
Ipv6PrefixSpecificationRequest,
|
|
43
41
|
LaunchTemplateAutoRecoveryState,
|
|
44
|
-
|
|
42
|
+
LaunchTemplateBlockDeviceMappingRequest,
|
|
43
|
+
LaunchTemplateCapacityReservationSpecificationRequest,
|
|
44
|
+
LaunchTemplateCpuOptionsRequest,
|
|
45
|
+
LaunchTemplateElasticInferenceAccelerator,
|
|
46
|
+
LaunchTemplateEnclaveOptionsRequest,
|
|
47
|
+
LaunchTemplateHibernationOptionsRequest,
|
|
45
48
|
LaunchTemplateHttpTokensState,
|
|
49
|
+
LaunchTemplateIamInstanceProfileSpecificationRequest,
|
|
50
|
+
LaunchTemplateInstanceMaintenanceOptionsRequest,
|
|
51
|
+
LaunchTemplateInstanceMarketOptionsRequest,
|
|
46
52
|
LaunchTemplateInstanceMetadataEndpointState,
|
|
53
|
+
LaunchTemplateInstanceMetadataOptionsRequest,
|
|
47
54
|
LaunchTemplateInstanceMetadataProtocolIpv6,
|
|
48
55
|
LaunchTemplateInstanceMetadataTagsState,
|
|
56
|
+
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest,
|
|
57
|
+
LaunchTemplateLicenseConfigurationRequest,
|
|
58
|
+
LaunchTemplatesMonitoringRequest,
|
|
49
59
|
MacModificationTask,
|
|
50
60
|
MacSystemIntegrityProtectionSettingStatus,
|
|
51
61
|
MarketType,
|
|
52
|
-
OperatorRequest,
|
|
53
62
|
OperatorResponse,
|
|
54
63
|
PrivateIpAddressSpecification,
|
|
55
64
|
ShutdownBehavior,
|
|
@@ -58,10 +67,145 @@ import {
|
|
|
58
67
|
SSEType,
|
|
59
68
|
Subnet,
|
|
60
69
|
Tenancy,
|
|
61
|
-
ValidationWarning,
|
|
62
70
|
VolumeType,
|
|
63
|
-
Vpc,
|
|
64
71
|
} from "./models_1";
|
|
72
|
+
export interface LaunchTemplateNetworkPerformanceOptionsRequest {
|
|
73
|
+
BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
|
|
74
|
+
}
|
|
75
|
+
export interface OperatorRequest {
|
|
76
|
+
Principal?: string | undefined;
|
|
77
|
+
}
|
|
78
|
+
export interface LaunchTemplatePlacementRequest {
|
|
79
|
+
AvailabilityZone?: string | undefined;
|
|
80
|
+
AvailabilityZoneId?: string | undefined;
|
|
81
|
+
Affinity?: string | undefined;
|
|
82
|
+
GroupName?: string | undefined;
|
|
83
|
+
HostId?: string | undefined;
|
|
84
|
+
Tenancy?: Tenancy | undefined;
|
|
85
|
+
SpreadDomain?: string | undefined;
|
|
86
|
+
HostResourceGroupArn?: string | undefined;
|
|
87
|
+
PartitionNumber?: number | undefined;
|
|
88
|
+
GroupId?: string | undefined;
|
|
89
|
+
}
|
|
90
|
+
export interface LaunchTemplatePrivateDnsNameOptionsRequest {
|
|
91
|
+
HostnameType?: HostnameType | undefined;
|
|
92
|
+
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
93
|
+
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
94
|
+
}
|
|
95
|
+
export interface LaunchTemplateTagSpecificationRequest {
|
|
96
|
+
ResourceType?: ResourceType | undefined;
|
|
97
|
+
Tags?: Tag[] | undefined;
|
|
98
|
+
}
|
|
99
|
+
export interface RequestLaunchTemplateData {
|
|
100
|
+
KernelId?: string | undefined;
|
|
101
|
+
EbsOptimized?: boolean | undefined;
|
|
102
|
+
IamInstanceProfile?:
|
|
103
|
+
| LaunchTemplateIamInstanceProfileSpecificationRequest
|
|
104
|
+
| undefined;
|
|
105
|
+
BlockDeviceMappings?: LaunchTemplateBlockDeviceMappingRequest[] | undefined;
|
|
106
|
+
NetworkInterfaces?:
|
|
107
|
+
| LaunchTemplateInstanceNetworkInterfaceSpecificationRequest[]
|
|
108
|
+
| undefined;
|
|
109
|
+
ImageId?: string | undefined;
|
|
110
|
+
InstanceType?: _InstanceType | undefined;
|
|
111
|
+
KeyName?: string | undefined;
|
|
112
|
+
Monitoring?: LaunchTemplatesMonitoringRequest | undefined;
|
|
113
|
+
Placement?: LaunchTemplatePlacementRequest | undefined;
|
|
114
|
+
RamDiskId?: string | undefined;
|
|
115
|
+
DisableApiTermination?: boolean | undefined;
|
|
116
|
+
InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
|
|
117
|
+
UserData?: string | undefined;
|
|
118
|
+
TagSpecifications?: LaunchTemplateTagSpecificationRequest[] | undefined;
|
|
119
|
+
ElasticGpuSpecifications?: ElasticGpuSpecification[] | undefined;
|
|
120
|
+
ElasticInferenceAccelerators?:
|
|
121
|
+
| LaunchTemplateElasticInferenceAccelerator[]
|
|
122
|
+
| undefined;
|
|
123
|
+
SecurityGroupIds?: string[] | undefined;
|
|
124
|
+
SecurityGroups?: string[] | undefined;
|
|
125
|
+
InstanceMarketOptions?:
|
|
126
|
+
| LaunchTemplateInstanceMarketOptionsRequest
|
|
127
|
+
| undefined;
|
|
128
|
+
CreditSpecification?: CreditSpecificationRequest | undefined;
|
|
129
|
+
CpuOptions?: LaunchTemplateCpuOptionsRequest | undefined;
|
|
130
|
+
CapacityReservationSpecification?:
|
|
131
|
+
| LaunchTemplateCapacityReservationSpecificationRequest
|
|
132
|
+
| undefined;
|
|
133
|
+
LicenseSpecifications?:
|
|
134
|
+
| LaunchTemplateLicenseConfigurationRequest[]
|
|
135
|
+
| undefined;
|
|
136
|
+
HibernationOptions?: LaunchTemplateHibernationOptionsRequest | undefined;
|
|
137
|
+
MetadataOptions?: LaunchTemplateInstanceMetadataOptionsRequest | undefined;
|
|
138
|
+
EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest | undefined;
|
|
139
|
+
InstanceRequirements?: InstanceRequirementsRequest | undefined;
|
|
140
|
+
PrivateDnsNameOptions?:
|
|
141
|
+
| LaunchTemplatePrivateDnsNameOptionsRequest
|
|
142
|
+
| undefined;
|
|
143
|
+
MaintenanceOptions?:
|
|
144
|
+
| LaunchTemplateInstanceMaintenanceOptionsRequest
|
|
145
|
+
| undefined;
|
|
146
|
+
DisableApiStop?: boolean | undefined;
|
|
147
|
+
Operator?: OperatorRequest | undefined;
|
|
148
|
+
NetworkPerformanceOptions?:
|
|
149
|
+
| LaunchTemplateNetworkPerformanceOptionsRequest
|
|
150
|
+
| undefined;
|
|
151
|
+
}
|
|
152
|
+
export interface CreateLaunchTemplateRequest {
|
|
153
|
+
DryRun?: boolean | undefined;
|
|
154
|
+
ClientToken?: string | undefined;
|
|
155
|
+
LaunchTemplateName: string | undefined;
|
|
156
|
+
VersionDescription?: string | undefined;
|
|
157
|
+
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
158
|
+
Operator?: OperatorRequest | undefined;
|
|
159
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface LaunchTemplate {
|
|
162
|
+
LaunchTemplateId?: string | undefined;
|
|
163
|
+
LaunchTemplateName?: string | undefined;
|
|
164
|
+
CreateTime?: Date | undefined;
|
|
165
|
+
CreatedBy?: string | undefined;
|
|
166
|
+
DefaultVersionNumber?: number | undefined;
|
|
167
|
+
LatestVersionNumber?: number | undefined;
|
|
168
|
+
Tags?: Tag[] | undefined;
|
|
169
|
+
Operator?: OperatorResponse | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface ValidationError {
|
|
172
|
+
Code?: string | undefined;
|
|
173
|
+
Message?: string | undefined;
|
|
174
|
+
}
|
|
175
|
+
export interface ValidationWarning {
|
|
176
|
+
Errors?: ValidationError[] | undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface CreateLaunchTemplateResult {
|
|
179
|
+
LaunchTemplate?: LaunchTemplate | undefined;
|
|
180
|
+
Warning?: ValidationWarning | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface CreateLaunchTemplateVersionRequest {
|
|
183
|
+
DryRun?: boolean | undefined;
|
|
184
|
+
ClientToken?: string | undefined;
|
|
185
|
+
LaunchTemplateId?: string | undefined;
|
|
186
|
+
LaunchTemplateName?: string | undefined;
|
|
187
|
+
SourceVersion?: string | undefined;
|
|
188
|
+
VersionDescription?: string | undefined;
|
|
189
|
+
LaunchTemplateData: RequestLaunchTemplateData | undefined;
|
|
190
|
+
ResolveAlias?: boolean | undefined;
|
|
191
|
+
}
|
|
192
|
+
export interface LaunchTemplateEbsBlockDevice {
|
|
193
|
+
Encrypted?: boolean | undefined;
|
|
194
|
+
DeleteOnTermination?: boolean | undefined;
|
|
195
|
+
Iops?: number | undefined;
|
|
196
|
+
KmsKeyId?: string | undefined;
|
|
197
|
+
SnapshotId?: string | undefined;
|
|
198
|
+
VolumeSize?: number | undefined;
|
|
199
|
+
VolumeType?: VolumeType | undefined;
|
|
200
|
+
Throughput?: number | undefined;
|
|
201
|
+
VolumeInitializationRate?: number | undefined;
|
|
202
|
+
}
|
|
203
|
+
export interface LaunchTemplateBlockDeviceMapping {
|
|
204
|
+
DeviceName?: string | undefined;
|
|
205
|
+
VirtualName?: string | undefined;
|
|
206
|
+
Ebs?: LaunchTemplateEbsBlockDevice | undefined;
|
|
207
|
+
NoDevice?: string | undefined;
|
|
208
|
+
}
|
|
65
209
|
export interface CapacityReservationTargetResponse {
|
|
66
210
|
CapacityReservationId?: string | undefined;
|
|
67
211
|
CapacityReservationResourceGroupArn?: string | undefined;
|
|
@@ -506,6 +650,8 @@ export interface ManagedPrefixList {
|
|
|
506
650
|
Version?: number | undefined;
|
|
507
651
|
Tags?: Tag[] | undefined;
|
|
508
652
|
OwnerId?: string | undefined;
|
|
653
|
+
IpamPrefixListResolverTargetId?: string | undefined;
|
|
654
|
+
IpamPrefixListResolverSyncEnabled?: boolean | undefined;
|
|
509
655
|
}
|
|
510
656
|
export interface CreateManagedPrefixListResult {
|
|
511
657
|
PrefixList?: ManagedPrefixList | undefined;
|
|
@@ -2132,124 +2278,15 @@ export interface VerifiedAccessGroup {
|
|
|
2132
2278
|
Tags?: Tag[] | undefined;
|
|
2133
2279
|
SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
|
|
2134
2280
|
}
|
|
2135
|
-
export
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
export
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
CidrEndpointsCustomSubDomain?: string | undefined;
|
|
2145
|
-
}
|
|
2146
|
-
export interface CreateVerifiedAccessInstanceResult {
|
|
2147
|
-
VerifiedAccessInstance?: VerifiedAccessInstance | undefined;
|
|
2148
|
-
}
|
|
2149
|
-
export interface CreateVerifiedAccessTrustProviderDeviceOptions {
|
|
2150
|
-
TenantId?: string | undefined;
|
|
2151
|
-
PublicSigningKeyUrl?: string | undefined;
|
|
2152
|
-
}
|
|
2153
|
-
export interface CreateVerifiedAccessNativeApplicationOidcOptions {
|
|
2154
|
-
PublicSigningKeyEndpoint?: string | undefined;
|
|
2155
|
-
Issuer?: string | undefined;
|
|
2156
|
-
AuthorizationEndpoint?: string | undefined;
|
|
2157
|
-
TokenEndpoint?: string | undefined;
|
|
2158
|
-
UserInfoEndpoint?: string | undefined;
|
|
2159
|
-
ClientId?: string | undefined;
|
|
2160
|
-
ClientSecret?: string | undefined;
|
|
2161
|
-
Scope?: string | undefined;
|
|
2162
|
-
}
|
|
2163
|
-
export interface CreateVerifiedAccessTrustProviderOidcOptions {
|
|
2164
|
-
Issuer?: string | undefined;
|
|
2165
|
-
AuthorizationEndpoint?: string | undefined;
|
|
2166
|
-
TokenEndpoint?: string | undefined;
|
|
2167
|
-
UserInfoEndpoint?: string | undefined;
|
|
2168
|
-
ClientId?: string | undefined;
|
|
2169
|
-
ClientSecret?: string | undefined;
|
|
2170
|
-
Scope?: string | undefined;
|
|
2171
|
-
}
|
|
2172
|
-
export interface CreateVerifiedAccessTrustProviderRequest {
|
|
2173
|
-
TrustProviderType: TrustProviderType | undefined;
|
|
2174
|
-
UserTrustProviderType?: UserTrustProviderType | undefined;
|
|
2175
|
-
DeviceTrustProviderType?: DeviceTrustProviderType | undefined;
|
|
2176
|
-
OidcOptions?: CreateVerifiedAccessTrustProviderOidcOptions | undefined;
|
|
2177
|
-
DeviceOptions?: CreateVerifiedAccessTrustProviderDeviceOptions | undefined;
|
|
2178
|
-
PolicyReferenceName: string | undefined;
|
|
2179
|
-
Description?: string | undefined;
|
|
2180
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2181
|
-
ClientToken?: string | undefined;
|
|
2182
|
-
DryRun?: boolean | undefined;
|
|
2183
|
-
SseSpecification?: VerifiedAccessSseSpecificationRequest | undefined;
|
|
2184
|
-
NativeApplicationOidcOptions?:
|
|
2185
|
-
| CreateVerifiedAccessNativeApplicationOidcOptions
|
|
2186
|
-
| undefined;
|
|
2187
|
-
}
|
|
2188
|
-
export interface CreateVerifiedAccessTrustProviderResult {
|
|
2189
|
-
VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
|
|
2190
|
-
}
|
|
2191
|
-
export interface CreateVolumeRequest {
|
|
2192
|
-
AvailabilityZone?: string | undefined;
|
|
2193
|
-
AvailabilityZoneId?: string | undefined;
|
|
2194
|
-
Encrypted?: boolean | undefined;
|
|
2195
|
-
Iops?: number | undefined;
|
|
2196
|
-
KmsKeyId?: string | undefined;
|
|
2197
|
-
OutpostArn?: string | undefined;
|
|
2198
|
-
Size?: number | undefined;
|
|
2199
|
-
SnapshotId?: string | undefined;
|
|
2200
|
-
VolumeType?: VolumeType | undefined;
|
|
2201
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2202
|
-
MultiAttachEnabled?: boolean | undefined;
|
|
2203
|
-
Throughput?: number | undefined;
|
|
2204
|
-
ClientToken?: string | undefined;
|
|
2205
|
-
VolumeInitializationRate?: number | undefined;
|
|
2206
|
-
Operator?: OperatorRequest | undefined;
|
|
2207
|
-
DryRun?: boolean | undefined;
|
|
2208
|
-
}
|
|
2209
|
-
export interface CreateVpcRequest {
|
|
2210
|
-
CidrBlock?: string | undefined;
|
|
2211
|
-
Ipv6Pool?: string | undefined;
|
|
2212
|
-
Ipv6CidrBlock?: string | undefined;
|
|
2213
|
-
Ipv4IpamPoolId?: string | undefined;
|
|
2214
|
-
Ipv4NetmaskLength?: number | undefined;
|
|
2215
|
-
Ipv6IpamPoolId?: string | undefined;
|
|
2216
|
-
Ipv6NetmaskLength?: number | undefined;
|
|
2217
|
-
Ipv6CidrBlockNetworkBorderGroup?: string | undefined;
|
|
2218
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2219
|
-
DryRun?: boolean | undefined;
|
|
2220
|
-
InstanceTenancy?: Tenancy | undefined;
|
|
2221
|
-
AmazonProvidedIpv6CidrBlock?: boolean | undefined;
|
|
2222
|
-
}
|
|
2223
|
-
export interface CreateVpcResult {
|
|
2224
|
-
Vpc?: Vpc | undefined;
|
|
2225
|
-
}
|
|
2226
|
-
export declare const InternetGatewayExclusionMode: {
|
|
2227
|
-
readonly allow_bidirectional: "allow-bidirectional";
|
|
2228
|
-
readonly allow_egress: "allow-egress";
|
|
2229
|
-
};
|
|
2230
|
-
export type InternetGatewayExclusionMode =
|
|
2231
|
-
(typeof InternetGatewayExclusionMode)[keyof typeof InternetGatewayExclusionMode];
|
|
2232
|
-
export interface CreateVpcBlockPublicAccessExclusionRequest {
|
|
2233
|
-
DryRun?: boolean | undefined;
|
|
2234
|
-
SubnetId?: string | undefined;
|
|
2235
|
-
VpcId?: string | undefined;
|
|
2236
|
-
InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
|
|
2237
|
-
TagSpecifications?: TagSpecification[] | undefined;
|
|
2238
|
-
}
|
|
2239
|
-
export declare const VpcBlockPublicAccessExclusionState: {
|
|
2240
|
-
readonly create_complete: "create-complete";
|
|
2241
|
-
readonly create_failed: "create-failed";
|
|
2242
|
-
readonly create_in_progress: "create-in-progress";
|
|
2243
|
-
readonly delete_complete: "delete-complete";
|
|
2244
|
-
readonly delete_in_progress: "delete-in-progress";
|
|
2245
|
-
readonly disable_complete: "disable-complete";
|
|
2246
|
-
readonly disable_in_progress: "disable-in-progress";
|
|
2247
|
-
readonly update_complete: "update-complete";
|
|
2248
|
-
readonly update_failed: "update-failed";
|
|
2249
|
-
readonly update_in_progress: "update-in-progress";
|
|
2250
|
-
};
|
|
2251
|
-
export type VpcBlockPublicAccessExclusionState =
|
|
2252
|
-
(typeof VpcBlockPublicAccessExclusionState)[keyof typeof VpcBlockPublicAccessExclusionState];
|
|
2281
|
+
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
2282
|
+
obj: RequestLaunchTemplateData
|
|
2283
|
+
) => any;
|
|
2284
|
+
export declare const CreateLaunchTemplateRequestFilterSensitiveLog: (
|
|
2285
|
+
obj: CreateLaunchTemplateRequest
|
|
2286
|
+
) => any;
|
|
2287
|
+
export declare const CreateLaunchTemplateVersionRequestFilterSensitiveLog: (
|
|
2288
|
+
obj: CreateLaunchTemplateVersionRequest
|
|
2289
|
+
) => any;
|
|
2253
2290
|
export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (
|
|
2254
2291
|
obj: ResponseLaunchTemplateData
|
|
2255
2292
|
) => any;
|
|
@@ -2262,15 +2299,3 @@ export declare const CreateLaunchTemplateVersionResultFilterSensitiveLog: (
|
|
|
2262
2299
|
export declare const CreateMacSystemIntegrityProtectionModificationTaskRequestFilterSensitiveLog: (
|
|
2263
2300
|
obj: CreateMacSystemIntegrityProtectionModificationTaskRequest
|
|
2264
2301
|
) => any;
|
|
2265
|
-
export declare const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog: (
|
|
2266
|
-
obj: CreateVerifiedAccessNativeApplicationOidcOptions
|
|
2267
|
-
) => any;
|
|
2268
|
-
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
2269
|
-
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
2270
|
-
) => any;
|
|
2271
|
-
export declare const CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog: (
|
|
2272
|
-
obj: CreateVerifiedAccessTrustProviderRequest
|
|
2273
|
-
) => any;
|
|
2274
|
-
export declare const CreateVerifiedAccessTrustProviderResultFilterSensitiveLog: (
|
|
2275
|
-
obj: CreateVerifiedAccessTrustProviderResult
|
|
2276
|
-
) => any;
|