@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
package/dist-es/EC2.js
CHANGED
|
@@ -87,6 +87,8 @@ import { CreateInternetGatewayCommand, } from "./commands/CreateInternetGatewayC
|
|
|
87
87
|
import { CreateIpamCommand } from "./commands/CreateIpamCommand";
|
|
88
88
|
import { CreateIpamExternalResourceVerificationTokenCommand, } from "./commands/CreateIpamExternalResourceVerificationTokenCommand";
|
|
89
89
|
import { CreateIpamPoolCommand, } from "./commands/CreateIpamPoolCommand";
|
|
90
|
+
import { CreateIpamPrefixListResolverCommand, } from "./commands/CreateIpamPrefixListResolverCommand";
|
|
91
|
+
import { CreateIpamPrefixListResolverTargetCommand, } from "./commands/CreateIpamPrefixListResolverTargetCommand";
|
|
90
92
|
import { CreateIpamResourceDiscoveryCommand, } from "./commands/CreateIpamResourceDiscoveryCommand";
|
|
91
93
|
import { CreateIpamScopeCommand, } from "./commands/CreateIpamScopeCommand";
|
|
92
94
|
import { CreateKeyPairCommand, } from "./commands/CreateKeyPairCommand";
|
|
@@ -173,6 +175,8 @@ import { DeleteInternetGatewayCommand, } from "./commands/DeleteInternetGatewayC
|
|
|
173
175
|
import { DeleteIpamCommand } from "./commands/DeleteIpamCommand";
|
|
174
176
|
import { DeleteIpamExternalResourceVerificationTokenCommand, } from "./commands/DeleteIpamExternalResourceVerificationTokenCommand";
|
|
175
177
|
import { DeleteIpamPoolCommand, } from "./commands/DeleteIpamPoolCommand";
|
|
178
|
+
import { DeleteIpamPrefixListResolverCommand, } from "./commands/DeleteIpamPrefixListResolverCommand";
|
|
179
|
+
import { DeleteIpamPrefixListResolverTargetCommand, } from "./commands/DeleteIpamPrefixListResolverTargetCommand";
|
|
176
180
|
import { DeleteIpamResourceDiscoveryCommand, } from "./commands/DeleteIpamResourceDiscoveryCommand";
|
|
177
181
|
import { DeleteIpamScopeCommand, } from "./commands/DeleteIpamScopeCommand";
|
|
178
182
|
import { DeleteKeyPairCommand, } from "./commands/DeleteKeyPairCommand";
|
|
@@ -316,6 +320,8 @@ import { DescribeInternetGatewaysCommand, } from "./commands/DescribeInternetGat
|
|
|
316
320
|
import { DescribeIpamByoasnCommand, } from "./commands/DescribeIpamByoasnCommand";
|
|
317
321
|
import { DescribeIpamExternalResourceVerificationTokensCommand, } from "./commands/DescribeIpamExternalResourceVerificationTokensCommand";
|
|
318
322
|
import { DescribeIpamPoolsCommand, } from "./commands/DescribeIpamPoolsCommand";
|
|
323
|
+
import { DescribeIpamPrefixListResolversCommand, } from "./commands/DescribeIpamPrefixListResolversCommand";
|
|
324
|
+
import { DescribeIpamPrefixListResolverTargetsCommand, } from "./commands/DescribeIpamPrefixListResolverTargetsCommand";
|
|
319
325
|
import { DescribeIpamResourceDiscoveriesCommand, } from "./commands/DescribeIpamResourceDiscoveriesCommand";
|
|
320
326
|
import { DescribeIpamResourceDiscoveryAssociationsCommand, } from "./commands/DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
321
327
|
import { DescribeIpamsCommand, } from "./commands/DescribeIpamsCommand";
|
|
@@ -518,6 +524,9 @@ import { GetIpamDiscoveredPublicAddressesCommand, } from "./commands/GetIpamDisc
|
|
|
518
524
|
import { GetIpamDiscoveredResourceCidrsCommand, } from "./commands/GetIpamDiscoveredResourceCidrsCommand";
|
|
519
525
|
import { GetIpamPoolAllocationsCommand, } from "./commands/GetIpamPoolAllocationsCommand";
|
|
520
526
|
import { GetIpamPoolCidrsCommand, } from "./commands/GetIpamPoolCidrsCommand";
|
|
527
|
+
import { GetIpamPrefixListResolverRulesCommand, } from "./commands/GetIpamPrefixListResolverRulesCommand";
|
|
528
|
+
import { GetIpamPrefixListResolverVersionEntriesCommand, } from "./commands/GetIpamPrefixListResolverVersionEntriesCommand";
|
|
529
|
+
import { GetIpamPrefixListResolverVersionsCommand, } from "./commands/GetIpamPrefixListResolverVersionsCommand";
|
|
521
530
|
import { GetIpamResourceCidrsCommand, } from "./commands/GetIpamResourceCidrsCommand";
|
|
522
531
|
import { GetLaunchTemplateDataCommand, } from "./commands/GetLaunchTemplateDataCommand";
|
|
523
532
|
import { GetManagedPrefixListAssociationsCommand, } from "./commands/GetManagedPrefixListAssociationsCommand";
|
|
@@ -583,6 +592,8 @@ import { ModifyInstanceNetworkPerformanceOptionsCommand, } from "./commands/Modi
|
|
|
583
592
|
import { ModifyInstancePlacementCommand, } from "./commands/ModifyInstancePlacementCommand";
|
|
584
593
|
import { ModifyIpamCommand } from "./commands/ModifyIpamCommand";
|
|
585
594
|
import { ModifyIpamPoolCommand, } from "./commands/ModifyIpamPoolCommand";
|
|
595
|
+
import { ModifyIpamPrefixListResolverCommand, } from "./commands/ModifyIpamPrefixListResolverCommand";
|
|
596
|
+
import { ModifyIpamPrefixListResolverTargetCommand, } from "./commands/ModifyIpamPrefixListResolverTargetCommand";
|
|
586
597
|
import { ModifyIpamResourceCidrCommand, } from "./commands/ModifyIpamResourceCidrCommand";
|
|
587
598
|
import { ModifyIpamResourceDiscoveryCommand, } from "./commands/ModifyIpamResourceDiscoveryCommand";
|
|
588
599
|
import { ModifyIpamScopeCommand, } from "./commands/ModifyIpamScopeCommand";
|
|
@@ -794,6 +805,8 @@ const commands = {
|
|
|
794
805
|
CreateIpamCommand,
|
|
795
806
|
CreateIpamExternalResourceVerificationTokenCommand,
|
|
796
807
|
CreateIpamPoolCommand,
|
|
808
|
+
CreateIpamPrefixListResolverCommand,
|
|
809
|
+
CreateIpamPrefixListResolverTargetCommand,
|
|
797
810
|
CreateIpamResourceDiscoveryCommand,
|
|
798
811
|
CreateIpamScopeCommand,
|
|
799
812
|
CreateKeyPairCommand,
|
|
@@ -880,6 +893,8 @@ const commands = {
|
|
|
880
893
|
DeleteIpamCommand,
|
|
881
894
|
DeleteIpamExternalResourceVerificationTokenCommand,
|
|
882
895
|
DeleteIpamPoolCommand,
|
|
896
|
+
DeleteIpamPrefixListResolverCommand,
|
|
897
|
+
DeleteIpamPrefixListResolverTargetCommand,
|
|
883
898
|
DeleteIpamResourceDiscoveryCommand,
|
|
884
899
|
DeleteIpamScopeCommand,
|
|
885
900
|
DeleteKeyPairCommand,
|
|
@@ -1023,6 +1038,8 @@ const commands = {
|
|
|
1023
1038
|
DescribeIpamByoasnCommand,
|
|
1024
1039
|
DescribeIpamExternalResourceVerificationTokensCommand,
|
|
1025
1040
|
DescribeIpamPoolsCommand,
|
|
1041
|
+
DescribeIpamPrefixListResolversCommand,
|
|
1042
|
+
DescribeIpamPrefixListResolverTargetsCommand,
|
|
1026
1043
|
DescribeIpamResourceDiscoveriesCommand,
|
|
1027
1044
|
DescribeIpamResourceDiscoveryAssociationsCommand,
|
|
1028
1045
|
DescribeIpamsCommand,
|
|
@@ -1225,6 +1242,9 @@ const commands = {
|
|
|
1225
1242
|
GetIpamDiscoveredResourceCidrsCommand,
|
|
1226
1243
|
GetIpamPoolAllocationsCommand,
|
|
1227
1244
|
GetIpamPoolCidrsCommand,
|
|
1245
|
+
GetIpamPrefixListResolverRulesCommand,
|
|
1246
|
+
GetIpamPrefixListResolverVersionEntriesCommand,
|
|
1247
|
+
GetIpamPrefixListResolverVersionsCommand,
|
|
1228
1248
|
GetIpamResourceCidrsCommand,
|
|
1229
1249
|
GetLaunchTemplateDataCommand,
|
|
1230
1250
|
GetManagedPrefixListAssociationsCommand,
|
|
@@ -1290,6 +1310,8 @@ const commands = {
|
|
|
1290
1310
|
ModifyInstancePlacementCommand,
|
|
1291
1311
|
ModifyIpamCommand,
|
|
1292
1312
|
ModifyIpamPoolCommand,
|
|
1313
|
+
ModifyIpamPrefixListResolverCommand,
|
|
1314
|
+
ModifyIpamPrefixListResolverTargetCommand,
|
|
1293
1315
|
ModifyIpamResourceCidrCommand,
|
|
1294
1316
|
ModifyIpamResourceDiscoveryCommand,
|
|
1295
1317
|
ModifyIpamScopeCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateIpamPrefixListResolverCommand, se_CreateIpamPrefixListResolverCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateIpamPrefixListResolverCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "CreateIpamPrefixListResolver", {})
|
|
17
|
+
.n("EC2Client", "CreateIpamPrefixListResolverCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateIpamPrefixListResolverCommand)
|
|
20
|
+
.de(de_CreateIpamPrefixListResolverCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateIpamPrefixListResolverTargetCommand, se_CreateIpamPrefixListResolverTargetCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateIpamPrefixListResolverTargetCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "CreateIpamPrefixListResolverTarget", {})
|
|
17
|
+
.n("EC2Client", "CreateIpamPrefixListResolverTargetCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateIpamPrefixListResolverTargetCommand)
|
|
20
|
+
.de(de_CreateIpamPrefixListResolverTargetCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { CreateLaunchTemplateRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { CreateLaunchTemplateRequestFilterSensitiveLog, } from "../models/models_2";
|
|
6
6
|
import { de_CreateLaunchTemplateCommand, se_CreateLaunchTemplateCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateLaunchTemplateCommand extends $Command
|
|
@@ -2,8 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { CreateLaunchTemplateVersionRequestFilterSensitiveLog, } from "../models/
|
|
6
|
-
import { CreateLaunchTemplateVersionResultFilterSensitiveLog, } from "../models/models_2";
|
|
5
|
+
import { CreateLaunchTemplateVersionRequestFilterSensitiveLog, CreateLaunchTemplateVersionResultFilterSensitiveLog, } from "../models/models_2";
|
|
7
6
|
import { de_CreateLaunchTemplateVersionCommand, se_CreateLaunchTemplateVersionCommand } from "../protocols/Aws_ec2";
|
|
8
7
|
export { $Command };
|
|
9
8
|
export class CreateLaunchTemplateVersionCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog, CreateVerifiedAccessTrustProviderResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog, CreateVerifiedAccessTrustProviderResultFilterSensitiveLog, } from "../models/models_3";
|
|
6
6
|
import { de_CreateVerifiedAccessTrustProviderCommand, se_CreateVerifiedAccessTrustProviderCommand, } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateVerifiedAccessTrustProviderCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteIpamPrefixListResolverCommand, se_DeleteIpamPrefixListResolverCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteIpamPrefixListResolverCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "DeleteIpamPrefixListResolver", {})
|
|
17
|
+
.n("EC2Client", "DeleteIpamPrefixListResolverCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteIpamPrefixListResolverCommand)
|
|
20
|
+
.de(de_DeleteIpamPrefixListResolverCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteIpamPrefixListResolverTargetCommand, se_DeleteIpamPrefixListResolverTargetCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteIpamPrefixListResolverTargetCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "DeleteIpamPrefixListResolverTarget", {})
|
|
17
|
+
.n("EC2Client", "DeleteIpamPrefixListResolverTargetCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteIpamPrefixListResolverTargetCommand)
|
|
20
|
+
.de(de_DeleteIpamPrefixListResolverTargetCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeBundleTasksResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeBundleTasksResultFilterSensitiveLog, } from "../models/models_4";
|
|
6
6
|
import { de_DescribeBundleTasksCommand, se_DescribeBundleTasksCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeBundleTasksCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeIpamPrefixListResolverTargetsCommand, se_DescribeIpamPrefixListResolverTargetsCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeIpamPrefixListResolverTargetsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "DescribeIpamPrefixListResolverTargets", {})
|
|
17
|
+
.n("EC2Client", "DescribeIpamPrefixListResolverTargetsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeIpamPrefixListResolverTargetsCommand)
|
|
20
|
+
.de(de_DescribeIpamPrefixListResolverTargetsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeIpamPrefixListResolversCommand, se_DescribeIpamPrefixListResolversCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeIpamPrefixListResolversCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "DescribeIpamPrefixListResolvers", {})
|
|
17
|
+
.n("EC2Client", "DescribeIpamPrefixListResolversCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeIpamPrefixListResolversCommand)
|
|
20
|
+
.de(de_DescribeIpamPrefixListResolversCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog, } from "../models/models_6";
|
|
6
6
|
import { de_DescribeVerifiedAccessTrustProvidersCommand, se_DescribeVerifiedAccessTrustProvidersCommand, } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeVerifiedAccessTrustProvidersCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { GetInstanceTpmEkPubResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetInstanceTpmEkPubResultFilterSensitiveLog, } from "../models/models_7";
|
|
6
6
|
import { de_GetInstanceTpmEkPubCommand, se_GetInstanceTpmEkPubCommand } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetInstanceTpmEkPubCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetIpamPrefixListResolverRulesCommand, se_GetIpamPrefixListResolverRulesCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetIpamPrefixListResolverRulesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "GetIpamPrefixListResolverRules", {})
|
|
17
|
+
.n("EC2Client", "GetIpamPrefixListResolverRulesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetIpamPrefixListResolverRulesCommand)
|
|
20
|
+
.de(de_GetIpamPrefixListResolverRulesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetIpamPrefixListResolverVersionEntriesCommand, se_GetIpamPrefixListResolverVersionEntriesCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetIpamPrefixListResolverVersionEntriesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "GetIpamPrefixListResolverVersionEntries", {})
|
|
17
|
+
.n("EC2Client", "GetIpamPrefixListResolverVersionEntriesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetIpamPrefixListResolverVersionEntriesCommand)
|
|
20
|
+
.de(de_GetIpamPrefixListResolverVersionEntriesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetIpamPrefixListResolverVersionsCommand, se_GetIpamPrefixListResolverVersionsCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetIpamPrefixListResolverVersionsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "GetIpamPrefixListResolverVersions", {})
|
|
17
|
+
.n("EC2Client", "GetIpamPrefixListResolverVersionsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetIpamPrefixListResolverVersionsCommand)
|
|
20
|
+
.de(de_GetIpamPrefixListResolverVersionsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ModifyIpamPrefixListResolverCommand, se_ModifyIpamPrefixListResolverCommand } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ModifyIpamPrefixListResolverCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "ModifyIpamPrefixListResolver", {})
|
|
17
|
+
.n("EC2Client", "ModifyIpamPrefixListResolverCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ModifyIpamPrefixListResolverCommand)
|
|
20
|
+
.de(de_ModifyIpamPrefixListResolverCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ModifyIpamPrefixListResolverTargetCommand, se_ModifyIpamPrefixListResolverTargetCommand, } from "../protocols/Aws_ec2";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ModifyIpamPrefixListResolverTargetCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AmazonEC2", "ModifyIpamPrefixListResolverTarget", {})
|
|
17
|
+
.n("EC2Client", "ModifyIpamPrefixListResolverTargetCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ModifyIpamPrefixListResolverTargetCommand)
|
|
20
|
+
.de(de_ModifyIpamPrefixListResolverTargetCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog, ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog, ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog, } from "../models/models_8";
|
|
6
6
|
import { de_ModifyVerifiedAccessTrustProviderCommand, se_ModifyVerifiedAccessTrustProviderCommand, } from "../protocols/Aws_ec2";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ModifyVerifiedAccessTrustProviderCommand extends $Command
|
|
@@ -86,6 +86,8 @@ export * from "./CreateInternetGatewayCommand";
|
|
|
86
86
|
export * from "./CreateIpamCommand";
|
|
87
87
|
export * from "./CreateIpamExternalResourceVerificationTokenCommand";
|
|
88
88
|
export * from "./CreateIpamPoolCommand";
|
|
89
|
+
export * from "./CreateIpamPrefixListResolverCommand";
|
|
90
|
+
export * from "./CreateIpamPrefixListResolverTargetCommand";
|
|
89
91
|
export * from "./CreateIpamResourceDiscoveryCommand";
|
|
90
92
|
export * from "./CreateIpamScopeCommand";
|
|
91
93
|
export * from "./CreateKeyPairCommand";
|
|
@@ -172,6 +174,8 @@ export * from "./DeleteInternetGatewayCommand";
|
|
|
172
174
|
export * from "./DeleteIpamCommand";
|
|
173
175
|
export * from "./DeleteIpamExternalResourceVerificationTokenCommand";
|
|
174
176
|
export * from "./DeleteIpamPoolCommand";
|
|
177
|
+
export * from "./DeleteIpamPrefixListResolverCommand";
|
|
178
|
+
export * from "./DeleteIpamPrefixListResolverTargetCommand";
|
|
175
179
|
export * from "./DeleteIpamResourceDiscoveryCommand";
|
|
176
180
|
export * from "./DeleteIpamScopeCommand";
|
|
177
181
|
export * from "./DeleteKeyPairCommand";
|
|
@@ -315,6 +319,8 @@ export * from "./DescribeInternetGatewaysCommand";
|
|
|
315
319
|
export * from "./DescribeIpamByoasnCommand";
|
|
316
320
|
export * from "./DescribeIpamExternalResourceVerificationTokensCommand";
|
|
317
321
|
export * from "./DescribeIpamPoolsCommand";
|
|
322
|
+
export * from "./DescribeIpamPrefixListResolverTargetsCommand";
|
|
323
|
+
export * from "./DescribeIpamPrefixListResolversCommand";
|
|
318
324
|
export * from "./DescribeIpamResourceDiscoveriesCommand";
|
|
319
325
|
export * from "./DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
320
326
|
export * from "./DescribeIpamScopesCommand";
|
|
@@ -517,6 +523,9 @@ export * from "./GetIpamDiscoveredPublicAddressesCommand";
|
|
|
517
523
|
export * from "./GetIpamDiscoveredResourceCidrsCommand";
|
|
518
524
|
export * from "./GetIpamPoolAllocationsCommand";
|
|
519
525
|
export * from "./GetIpamPoolCidrsCommand";
|
|
526
|
+
export * from "./GetIpamPrefixListResolverRulesCommand";
|
|
527
|
+
export * from "./GetIpamPrefixListResolverVersionEntriesCommand";
|
|
528
|
+
export * from "./GetIpamPrefixListResolverVersionsCommand";
|
|
520
529
|
export * from "./GetIpamResourceCidrsCommand";
|
|
521
530
|
export * from "./GetLaunchTemplateDataCommand";
|
|
522
531
|
export * from "./GetManagedPrefixListAssociationsCommand";
|
|
@@ -582,6 +591,8 @@ export * from "./ModifyInstanceNetworkPerformanceOptionsCommand";
|
|
|
582
591
|
export * from "./ModifyInstancePlacementCommand";
|
|
583
592
|
export * from "./ModifyIpamCommand";
|
|
584
593
|
export * from "./ModifyIpamPoolCommand";
|
|
594
|
+
export * from "./ModifyIpamPrefixListResolverCommand";
|
|
595
|
+
export * from "./ModifyIpamPrefixListResolverTargetCommand";
|
|
585
596
|
export * from "./ModifyIpamResourceCidrCommand";
|
|
586
597
|
export * from "./ModifyIpamResourceDiscoveryCommand";
|
|
587
598
|
export * from "./ModifyIpamScopeCommand";
|
|
@@ -56,6 +56,8 @@ export const ResourceType = {
|
|
|
56
56
|
ipam: "ipam",
|
|
57
57
|
ipam_external_resource_verification_token: "ipam-external-resource-verification-token",
|
|
58
58
|
ipam_pool: "ipam-pool",
|
|
59
|
+
ipam_prefix_list_resolver: "ipam-prefix-list-resolver",
|
|
60
|
+
ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target",
|
|
59
61
|
ipam_resource_discovery: "ipam-resource-discovery",
|
|
60
62
|
ipam_resource_discovery_association: "ipam-resource-discovery-association",
|
|
61
63
|
ipam_scope: "ipam-scope",
|
|
@@ -1080,6 +1080,7 @@ export const _InstanceType = {
|
|
|
1080
1080
|
trn1_2xlarge: "trn1.2xlarge",
|
|
1081
1081
|
trn1_32xlarge: "trn1.32xlarge",
|
|
1082
1082
|
trn1n_32xlarge: "trn1n.32xlarge",
|
|
1083
|
+
trn2_3xlarge: "trn2.3xlarge",
|
|
1083
1084
|
trn2_48xlarge: "trn2.48xlarge",
|
|
1084
1085
|
u7i_12tb_224xlarge: "u7i-12tb.224xlarge",
|
|
1085
1086
|
u7i_6tb_112xlarge: "u7i-6tb.112xlarge",
|
|
@@ -1466,6 +1467,60 @@ export const IpamPoolState = {
|
|
|
1466
1467
|
modify_in_progress: "modify-in-progress",
|
|
1467
1468
|
restore_in_progress: "restore-in-progress",
|
|
1468
1469
|
};
|
|
1470
|
+
export const IpamPrefixListResolverRuleConditionOperation = {
|
|
1471
|
+
equals: "equals",
|
|
1472
|
+
not_equals: "not-equals",
|
|
1473
|
+
subnet_of: "subnet-of",
|
|
1474
|
+
};
|
|
1475
|
+
export const IpamResourceType = {
|
|
1476
|
+
eip: "eip",
|
|
1477
|
+
eni: "eni",
|
|
1478
|
+
ipv6_pool: "ipv6-pool",
|
|
1479
|
+
public_ipv4_pool: "public-ipv4-pool",
|
|
1480
|
+
subnet: "subnet",
|
|
1481
|
+
vpc: "vpc",
|
|
1482
|
+
};
|
|
1483
|
+
export const IpamPrefixListResolverRuleType = {
|
|
1484
|
+
ipam_pool_cidr: "ipam-pool-cidr",
|
|
1485
|
+
ipam_resource_cidr: "ipam-resource-cidr",
|
|
1486
|
+
static_cidr: "static-cidr",
|
|
1487
|
+
};
|
|
1488
|
+
export const IpamPrefixListResolverVersionCreationStatus = {
|
|
1489
|
+
failure: "failure",
|
|
1490
|
+
pending: "pending",
|
|
1491
|
+
success: "success",
|
|
1492
|
+
};
|
|
1493
|
+
export const IpamPrefixListResolverState = {
|
|
1494
|
+
create_complete: "create-complete",
|
|
1495
|
+
create_failed: "create-failed",
|
|
1496
|
+
create_in_progress: "create-in-progress",
|
|
1497
|
+
delete_complete: "delete-complete",
|
|
1498
|
+
delete_failed: "delete-failed",
|
|
1499
|
+
delete_in_progress: "delete-in-progress",
|
|
1500
|
+
isolate_complete: "isolate-complete",
|
|
1501
|
+
isolate_in_progress: "isolate-in-progress",
|
|
1502
|
+
modify_complete: "modify-complete",
|
|
1503
|
+
modify_failed: "modify-failed",
|
|
1504
|
+
modify_in_progress: "modify-in-progress",
|
|
1505
|
+
restore_in_progress: "restore-in-progress",
|
|
1506
|
+
};
|
|
1507
|
+
export const IpamPrefixListResolverTargetState = {
|
|
1508
|
+
create_complete: "create-complete",
|
|
1509
|
+
create_failed: "create-failed",
|
|
1510
|
+
create_in_progress: "create-in-progress",
|
|
1511
|
+
delete_complete: "delete-complete",
|
|
1512
|
+
delete_failed: "delete-failed",
|
|
1513
|
+
delete_in_progress: "delete-in-progress",
|
|
1514
|
+
isolate_complete: "isolate-complete",
|
|
1515
|
+
isolate_in_progress: "isolate-in-progress",
|
|
1516
|
+
modify_complete: "modify-complete",
|
|
1517
|
+
modify_failed: "modify-failed",
|
|
1518
|
+
modify_in_progress: "modify-in-progress",
|
|
1519
|
+
restore_in_progress: "restore-in-progress",
|
|
1520
|
+
sync_complete: "sync-complete",
|
|
1521
|
+
sync_failed: "sync-failed",
|
|
1522
|
+
sync_in_progress: "sync-in-progress",
|
|
1523
|
+
};
|
|
1469
1524
|
export const IpamResourceDiscoveryState = {
|
|
1470
1525
|
CREATE_COMPLETE: "create-complete",
|
|
1471
1526
|
CREATE_FAILED: "create-failed",
|
|
@@ -1565,19 +1620,3 @@ export const KeyPairFilterSensitiveLog = (obj) => ({
|
|
|
1565
1620
|
...obj,
|
|
1566
1621
|
...(obj.KeyMaterial && { KeyMaterial: SENSITIVE_STRING }),
|
|
1567
1622
|
});
|
|
1568
|
-
export const RequestLaunchTemplateDataFilterSensitiveLog = (obj) => ({
|
|
1569
|
-
...obj,
|
|
1570
|
-
...(obj.UserData && { UserData: SENSITIVE_STRING }),
|
|
1571
|
-
});
|
|
1572
|
-
export const CreateLaunchTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
1573
|
-
...obj,
|
|
1574
|
-
...(obj.LaunchTemplateData && {
|
|
1575
|
-
LaunchTemplateData: RequestLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
1576
|
-
}),
|
|
1577
|
-
});
|
|
1578
|
-
export const CreateLaunchTemplateVersionRequestFilterSensitiveLog = (obj) => ({
|
|
1579
|
-
...obj,
|
|
1580
|
-
...(obj.LaunchTemplateData && {
|
|
1581
|
-
LaunchTemplateData: RequestLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
1582
|
-
}),
|
|
1583
|
-
});
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { VerifiedAccessTrustProviderFilterSensitiveLog, } from "./models_0";
|
|
3
2
|
export const LaunchTemplateInstanceMetadataOptionsState = {
|
|
4
3
|
applied: "applied",
|
|
5
4
|
pending: "pending",
|
|
@@ -349,22 +348,22 @@ export const VerifiedAccessEndpointStatusCode = {
|
|
|
349
348
|
pending: "pending",
|
|
350
349
|
updating: "updating",
|
|
351
350
|
};
|
|
352
|
-
export const
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
};
|
|
356
|
-
export const
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
};
|
|
351
|
+
export const RequestLaunchTemplateDataFilterSensitiveLog = (obj) => ({
|
|
352
|
+
...obj,
|
|
353
|
+
...(obj.UserData && { UserData: SENSITIVE_STRING }),
|
|
354
|
+
});
|
|
355
|
+
export const CreateLaunchTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
356
|
+
...obj,
|
|
357
|
+
...(obj.LaunchTemplateData && {
|
|
358
|
+
LaunchTemplateData: RequestLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
359
|
+
}),
|
|
360
|
+
});
|
|
361
|
+
export const CreateLaunchTemplateVersionRequestFilterSensitiveLog = (obj) => ({
|
|
362
|
+
...obj,
|
|
363
|
+
...(obj.LaunchTemplateData && {
|
|
364
|
+
LaunchTemplateData: RequestLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
365
|
+
}),
|
|
366
|
+
});
|
|
368
367
|
export const ResponseLaunchTemplateDataFilterSensitiveLog = (obj) => ({
|
|
369
368
|
...obj,
|
|
370
369
|
...(obj.UserData && { UserData: SENSITIVE_STRING }),
|
|
@@ -385,26 +384,3 @@ export const CreateMacSystemIntegrityProtectionModificationTaskRequestFilterSens
|
|
|
385
384
|
...obj,
|
|
386
385
|
...(obj.MacCredentials && { MacCredentials: SENSITIVE_STRING }),
|
|
387
386
|
});
|
|
388
|
-
export const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
389
|
-
...obj,
|
|
390
|
-
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
391
|
-
});
|
|
392
|
-
export const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
395
|
-
});
|
|
396
|
-
export const CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog = (obj) => ({
|
|
397
|
-
...obj,
|
|
398
|
-
...(obj.OidcOptions && {
|
|
399
|
-
OidcOptions: CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions),
|
|
400
|
-
}),
|
|
401
|
-
...(obj.NativeApplicationOidcOptions && {
|
|
402
|
-
NativeApplicationOidcOptions: CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(obj.NativeApplicationOidcOptions),
|
|
403
|
-
}),
|
|
404
|
-
});
|
|
405
|
-
export const CreateVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
406
|
-
...obj,
|
|
407
|
-
...(obj.VerifiedAccessTrustProvider && {
|
|
408
|
-
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
409
|
-
}),
|
|
410
|
-
});
|