@aws-sdk/client-ec2 3.921.0 → 3.922.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +88 -0
- package/dist-cjs/index.js +2417 -1157
- package/dist-es/EC2.js +22 -0
- package/dist-es/commands/CreateIpamPrefixListResolverCommand.js +22 -0
- package/dist-es/commands/CreateIpamPrefixListResolverTargetCommand.js +22 -0
- package/dist-es/commands/CreateLaunchTemplateCommand.js +1 -1
- package/dist-es/commands/CreateLaunchTemplateVersionCommand.js +1 -2
- package/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/DeleteIpamPrefixListResolverCommand.js +22 -0
- package/dist-es/commands/DeleteIpamPrefixListResolverTargetCommand.js +22 -0
- package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/dist-es/commands/DescribeIpamPrefixListResolverTargetsCommand.js +22 -0
- package/dist-es/commands/DescribeIpamPrefixListResolversCommand.js +22 -0
- package/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
- package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
- package/dist-es/commands/GetIpamPrefixListResolverRulesCommand.js +22 -0
- package/dist-es/commands/GetIpamPrefixListResolverVersionEntriesCommand.js +22 -0
- package/dist-es/commands/GetIpamPrefixListResolverVersionsCommand.js +22 -0
- package/dist-es/commands/ModifyIpamPrefixListResolverCommand.js +22 -0
- package/dist-es/commands/ModifyIpamPrefixListResolverTargetCommand.js +22 -0
- package/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/models/models_1.js +54 -16
- package/dist-es/models/models_2.js +16 -40
- package/dist-es/models/models_3.js +40 -20
- package/dist-es/models/models_4.js +20 -26
- package/dist-es/models/models_5.js +26 -21
- package/dist-es/models/models_6.js +20 -30
- package/dist-es/models/models_7.js +30 -32
- package/dist-es/models/models_8.js +24 -0
- package/dist-es/pagination/DescribeIpamPrefixListResolverTargetsPaginator.js +4 -0
- package/dist-es/pagination/DescribeIpamPrefixListResolversPaginator.js +4 -0
- package/dist-es/pagination/GetIpamPrefixListResolverRulesPaginator.js +4 -0
- package/dist-es/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.js +4 -0
- package/dist-es/pagination/GetIpamPrefixListResolverVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_ec2.js +989 -6
- package/dist-types/EC2.d.ts +79 -0
- package/dist-types/EC2Client.d.ts +13 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +12 -0
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +3 -2
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +130 -0
- package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +111 -0
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +3 -4
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +3 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpcCommand.d.ts +15 -11
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +92 -0
- package/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +94 -0
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -2
- package/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
- package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +107 -0
- package/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +83 -0
- package/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +125 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +115 -0
- package/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +96 -0
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +3 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -2
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +13 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +4 -2
- package/dist-types/models/models_1.d.ts +1260 -1479
- package/dist-types/models/models_2.d.ts +5322 -5156
- package/dist-types/models/models_3.d.ts +3330 -3373
- package/dist-types/models/models_4.d.ts +758 -331
- package/dist-types/models/models_5.d.ts +472 -704
- package/dist-types/models/models_6.d.ts +3471 -3345
- package/dist-types/models/models_7.d.ts +4767 -4822
- package/dist-types/models/models_8.d.ts +1013 -7
- package/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +7 -0
- package/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +7 -0
- package/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +7 -0
- package/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_ec2.d.ts +99 -0
- package/dist-types/ts3.4/EC2.d.ts +225 -0
- package/dist-types/ts3.4/EC2Client.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateIpamPrefixListResolverCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +139 -147
- package/dist-types/ts3.4/models/models_2.d.ts +164 -139
- package/dist-types/ts3.4/models/models_3.d.ts +155 -151
- package/dist-types/ts3.4/models/models_4.d.ts +149 -96
- package/dist-types/ts3.4/models/models_5.d.ts +124 -143
- package/dist-types/ts3.4/models/models_6.d.ts +135 -137
- package/dist-types/ts3.4/models/models_7.d.ts +216 -258
- package/dist-types/ts3.4/models/models_8.d.ts +254 -5
- package/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -1000,6 +1000,26 @@ const se_CreateIpamPoolCommand = async (input, context) => {
|
|
|
1000
1000
|
});
|
|
1001
1001
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1002
1002
|
};
|
|
1003
|
+
const se_CreateIpamPrefixListResolverCommand = async (input, context) => {
|
|
1004
|
+
const headers = SHARED_HEADERS;
|
|
1005
|
+
let body;
|
|
1006
|
+
body = buildFormUrlencodedString({
|
|
1007
|
+
...se_CreateIpamPrefixListResolverRequest(input),
|
|
1008
|
+
[_A]: _CIPLR,
|
|
1009
|
+
[_V]: _,
|
|
1010
|
+
});
|
|
1011
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1012
|
+
};
|
|
1013
|
+
const se_CreateIpamPrefixListResolverTargetCommand = async (input, context) => {
|
|
1014
|
+
const headers = SHARED_HEADERS;
|
|
1015
|
+
let body;
|
|
1016
|
+
body = buildFormUrlencodedString({
|
|
1017
|
+
...se_CreateIpamPrefixListResolverTargetRequest(input),
|
|
1018
|
+
[_A]: _CIPLRT,
|
|
1019
|
+
[_V]: _,
|
|
1020
|
+
});
|
|
1021
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1022
|
+
};
|
|
1003
1023
|
const se_CreateIpamResourceDiscoveryCommand = async (input, context) => {
|
|
1004
1024
|
const headers = SHARED_HEADERS;
|
|
1005
1025
|
let body;
|
|
@@ -1860,6 +1880,26 @@ const se_DeleteIpamPoolCommand = async (input, context) => {
|
|
|
1860
1880
|
});
|
|
1861
1881
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1862
1882
|
};
|
|
1883
|
+
const se_DeleteIpamPrefixListResolverCommand = async (input, context) => {
|
|
1884
|
+
const headers = SHARED_HEADERS;
|
|
1885
|
+
let body;
|
|
1886
|
+
body = buildFormUrlencodedString({
|
|
1887
|
+
...se_DeleteIpamPrefixListResolverRequest(input),
|
|
1888
|
+
[_A]: _DIPLR,
|
|
1889
|
+
[_V]: _,
|
|
1890
|
+
});
|
|
1891
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1892
|
+
};
|
|
1893
|
+
const se_DeleteIpamPrefixListResolverTargetCommand = async (input, context) => {
|
|
1894
|
+
const headers = SHARED_HEADERS;
|
|
1895
|
+
let body;
|
|
1896
|
+
body = buildFormUrlencodedString({
|
|
1897
|
+
...se_DeleteIpamPrefixListResolverTargetRequest(input),
|
|
1898
|
+
[_A]: _DIPLRT,
|
|
1899
|
+
[_V]: _,
|
|
1900
|
+
});
|
|
1901
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1902
|
+
};
|
|
1863
1903
|
const se_DeleteIpamResourceDiscoveryCommand = async (input, context) => {
|
|
1864
1904
|
const headers = SHARED_HEADERS;
|
|
1865
1905
|
let body;
|
|
@@ -3290,6 +3330,26 @@ const se_DescribeIpamPoolsCommand = async (input, context) => {
|
|
|
3290
3330
|
});
|
|
3291
3331
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3292
3332
|
};
|
|
3333
|
+
const se_DescribeIpamPrefixListResolversCommand = async (input, context) => {
|
|
3334
|
+
const headers = SHARED_HEADERS;
|
|
3335
|
+
let body;
|
|
3336
|
+
body = buildFormUrlencodedString({
|
|
3337
|
+
...se_DescribeIpamPrefixListResolversRequest(input),
|
|
3338
|
+
[_A]: _DIPLRe,
|
|
3339
|
+
[_V]: _,
|
|
3340
|
+
});
|
|
3341
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3342
|
+
};
|
|
3343
|
+
const se_DescribeIpamPrefixListResolverTargetsCommand = async (input, context) => {
|
|
3344
|
+
const headers = SHARED_HEADERS;
|
|
3345
|
+
let body;
|
|
3346
|
+
body = buildFormUrlencodedString({
|
|
3347
|
+
...se_DescribeIpamPrefixListResolverTargetsRequest(input),
|
|
3348
|
+
[_A]: _DIPLRTe,
|
|
3349
|
+
[_V]: _,
|
|
3350
|
+
});
|
|
3351
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3352
|
+
};
|
|
3293
3353
|
const se_DescribeIpamResourceDiscoveriesCommand = async (input, context) => {
|
|
3294
3354
|
const headers = SHARED_HEADERS;
|
|
3295
3355
|
let body;
|
|
@@ -5310,6 +5370,36 @@ const se_GetIpamPoolCidrsCommand = async (input, context) => {
|
|
|
5310
5370
|
});
|
|
5311
5371
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5312
5372
|
};
|
|
5373
|
+
const se_GetIpamPrefixListResolverRulesCommand = async (input, context) => {
|
|
5374
|
+
const headers = SHARED_HEADERS;
|
|
5375
|
+
let body;
|
|
5376
|
+
body = buildFormUrlencodedString({
|
|
5377
|
+
...se_GetIpamPrefixListResolverRulesRequest(input),
|
|
5378
|
+
[_A]: _GIPLRR,
|
|
5379
|
+
[_V]: _,
|
|
5380
|
+
});
|
|
5381
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5382
|
+
};
|
|
5383
|
+
const se_GetIpamPrefixListResolverVersionEntriesCommand = async (input, context) => {
|
|
5384
|
+
const headers = SHARED_HEADERS;
|
|
5385
|
+
let body;
|
|
5386
|
+
body = buildFormUrlencodedString({
|
|
5387
|
+
...se_GetIpamPrefixListResolverVersionEntriesRequest(input),
|
|
5388
|
+
[_A]: _GIPLRVE,
|
|
5389
|
+
[_V]: _,
|
|
5390
|
+
});
|
|
5391
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5392
|
+
};
|
|
5393
|
+
const se_GetIpamPrefixListResolverVersionsCommand = async (input, context) => {
|
|
5394
|
+
const headers = SHARED_HEADERS;
|
|
5395
|
+
let body;
|
|
5396
|
+
body = buildFormUrlencodedString({
|
|
5397
|
+
...se_GetIpamPrefixListResolverVersionsRequest(input),
|
|
5398
|
+
[_A]: _GIPLRV,
|
|
5399
|
+
[_V]: _,
|
|
5400
|
+
});
|
|
5401
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5402
|
+
};
|
|
5313
5403
|
const se_GetIpamResourceCidrsCommand = async (input, context) => {
|
|
5314
5404
|
const headers = SHARED_HEADERS;
|
|
5315
5405
|
let body;
|
|
@@ -5960,6 +6050,26 @@ const se_ModifyIpamPoolCommand = async (input, context) => {
|
|
|
5960
6050
|
});
|
|
5961
6051
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5962
6052
|
};
|
|
6053
|
+
const se_ModifyIpamPrefixListResolverCommand = async (input, context) => {
|
|
6054
|
+
const headers = SHARED_HEADERS;
|
|
6055
|
+
let body;
|
|
6056
|
+
body = buildFormUrlencodedString({
|
|
6057
|
+
...se_ModifyIpamPrefixListResolverRequest(input),
|
|
6058
|
+
[_A]: _MIPLR,
|
|
6059
|
+
[_V]: _,
|
|
6060
|
+
});
|
|
6061
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
6062
|
+
};
|
|
6063
|
+
const se_ModifyIpamPrefixListResolverTargetCommand = async (input, context) => {
|
|
6064
|
+
const headers = SHARED_HEADERS;
|
|
6065
|
+
let body;
|
|
6066
|
+
body = buildFormUrlencodedString({
|
|
6067
|
+
...se_ModifyIpamPrefixListResolverTargetRequest(input),
|
|
6068
|
+
[_A]: _MIPLRT,
|
|
6069
|
+
[_V]: _,
|
|
6070
|
+
});
|
|
6071
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
6072
|
+
};
|
|
5963
6073
|
const se_ModifyIpamResourceCidrCommand = async (input, context) => {
|
|
5964
6074
|
const headers = SHARED_HEADERS;
|
|
5965
6075
|
let body;
|
|
@@ -8302,6 +8412,32 @@ const de_CreateIpamPoolCommand = async (output, context) => {
|
|
|
8302
8412
|
};
|
|
8303
8413
|
return response;
|
|
8304
8414
|
};
|
|
8415
|
+
const de_CreateIpamPrefixListResolverCommand = async (output, context) => {
|
|
8416
|
+
if (output.statusCode >= 300) {
|
|
8417
|
+
return de_CommandError(output, context);
|
|
8418
|
+
}
|
|
8419
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
8420
|
+
let contents = {};
|
|
8421
|
+
contents = de_CreateIpamPrefixListResolverResult(data);
|
|
8422
|
+
const response = {
|
|
8423
|
+
$metadata: deserializeMetadata(output),
|
|
8424
|
+
...contents,
|
|
8425
|
+
};
|
|
8426
|
+
return response;
|
|
8427
|
+
};
|
|
8428
|
+
const de_CreateIpamPrefixListResolverTargetCommand = async (output, context) => {
|
|
8429
|
+
if (output.statusCode >= 300) {
|
|
8430
|
+
return de_CommandError(output, context);
|
|
8431
|
+
}
|
|
8432
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
8433
|
+
let contents = {};
|
|
8434
|
+
contents = de_CreateIpamPrefixListResolverTargetResult(data);
|
|
8435
|
+
const response = {
|
|
8436
|
+
$metadata: deserializeMetadata(output),
|
|
8437
|
+
...contents,
|
|
8438
|
+
};
|
|
8439
|
+
return response;
|
|
8440
|
+
};
|
|
8305
8441
|
const de_CreateIpamResourceDiscoveryCommand = async (output, context) => {
|
|
8306
8442
|
if (output.statusCode >= 300) {
|
|
8307
8443
|
return de_CommandError(output, context);
|
|
@@ -9402,6 +9538,32 @@ const de_DeleteIpamPoolCommand = async (output, context) => {
|
|
|
9402
9538
|
};
|
|
9403
9539
|
return response;
|
|
9404
9540
|
};
|
|
9541
|
+
const de_DeleteIpamPrefixListResolverCommand = async (output, context) => {
|
|
9542
|
+
if (output.statusCode >= 300) {
|
|
9543
|
+
return de_CommandError(output, context);
|
|
9544
|
+
}
|
|
9545
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
9546
|
+
let contents = {};
|
|
9547
|
+
contents = de_DeleteIpamPrefixListResolverResult(data);
|
|
9548
|
+
const response = {
|
|
9549
|
+
$metadata: deserializeMetadata(output),
|
|
9550
|
+
...contents,
|
|
9551
|
+
};
|
|
9552
|
+
return response;
|
|
9553
|
+
};
|
|
9554
|
+
const de_DeleteIpamPrefixListResolverTargetCommand = async (output, context) => {
|
|
9555
|
+
if (output.statusCode >= 300) {
|
|
9556
|
+
return de_CommandError(output, context);
|
|
9557
|
+
}
|
|
9558
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
9559
|
+
let contents = {};
|
|
9560
|
+
contents = de_DeleteIpamPrefixListResolverTargetResult(data);
|
|
9561
|
+
const response = {
|
|
9562
|
+
$metadata: deserializeMetadata(output),
|
|
9563
|
+
...contents,
|
|
9564
|
+
};
|
|
9565
|
+
return response;
|
|
9566
|
+
};
|
|
9405
9567
|
const de_DeleteIpamResourceDiscoveryCommand = async (output, context) => {
|
|
9406
9568
|
if (output.statusCode >= 300) {
|
|
9407
9569
|
return de_CommandError(output, context);
|
|
@@ -11216,6 +11378,32 @@ const de_DescribeIpamPoolsCommand = async (output, context) => {
|
|
|
11216
11378
|
};
|
|
11217
11379
|
return response;
|
|
11218
11380
|
};
|
|
11381
|
+
const de_DescribeIpamPrefixListResolversCommand = async (output, context) => {
|
|
11382
|
+
if (output.statusCode >= 300) {
|
|
11383
|
+
return de_CommandError(output, context);
|
|
11384
|
+
}
|
|
11385
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
11386
|
+
let contents = {};
|
|
11387
|
+
contents = de_DescribeIpamPrefixListResolversResult(data);
|
|
11388
|
+
const response = {
|
|
11389
|
+
$metadata: deserializeMetadata(output),
|
|
11390
|
+
...contents,
|
|
11391
|
+
};
|
|
11392
|
+
return response;
|
|
11393
|
+
};
|
|
11394
|
+
const de_DescribeIpamPrefixListResolverTargetsCommand = async (output, context) => {
|
|
11395
|
+
if (output.statusCode >= 300) {
|
|
11396
|
+
return de_CommandError(output, context);
|
|
11397
|
+
}
|
|
11398
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
11399
|
+
let contents = {};
|
|
11400
|
+
contents = de_DescribeIpamPrefixListResolverTargetsResult(data);
|
|
11401
|
+
const response = {
|
|
11402
|
+
$metadata: deserializeMetadata(output),
|
|
11403
|
+
...contents,
|
|
11404
|
+
};
|
|
11405
|
+
return response;
|
|
11406
|
+
};
|
|
11219
11407
|
const de_DescribeIpamResourceDiscoveriesCommand = async (output, context) => {
|
|
11220
11408
|
if (output.statusCode >= 300) {
|
|
11221
11409
|
return de_CommandError(output, context);
|
|
@@ -13818,6 +14006,45 @@ const de_GetIpamPoolCidrsCommand = async (output, context) => {
|
|
|
13818
14006
|
};
|
|
13819
14007
|
return response;
|
|
13820
14008
|
};
|
|
14009
|
+
const de_GetIpamPrefixListResolverRulesCommand = async (output, context) => {
|
|
14010
|
+
if (output.statusCode >= 300) {
|
|
14011
|
+
return de_CommandError(output, context);
|
|
14012
|
+
}
|
|
14013
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
14014
|
+
let contents = {};
|
|
14015
|
+
contents = de_GetIpamPrefixListResolverRulesResult(data);
|
|
14016
|
+
const response = {
|
|
14017
|
+
$metadata: deserializeMetadata(output),
|
|
14018
|
+
...contents,
|
|
14019
|
+
};
|
|
14020
|
+
return response;
|
|
14021
|
+
};
|
|
14022
|
+
const de_GetIpamPrefixListResolverVersionEntriesCommand = async (output, context) => {
|
|
14023
|
+
if (output.statusCode >= 300) {
|
|
14024
|
+
return de_CommandError(output, context);
|
|
14025
|
+
}
|
|
14026
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
14027
|
+
let contents = {};
|
|
14028
|
+
contents = de_GetIpamPrefixListResolverVersionEntriesResult(data);
|
|
14029
|
+
const response = {
|
|
14030
|
+
$metadata: deserializeMetadata(output),
|
|
14031
|
+
...contents,
|
|
14032
|
+
};
|
|
14033
|
+
return response;
|
|
14034
|
+
};
|
|
14035
|
+
const de_GetIpamPrefixListResolverVersionsCommand = async (output, context) => {
|
|
14036
|
+
if (output.statusCode >= 300) {
|
|
14037
|
+
return de_CommandError(output, context);
|
|
14038
|
+
}
|
|
14039
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
14040
|
+
let contents = {};
|
|
14041
|
+
contents = de_GetIpamPrefixListResolverVersionsResult(data);
|
|
14042
|
+
const response = {
|
|
14043
|
+
$metadata: deserializeMetadata(output),
|
|
14044
|
+
...contents,
|
|
14045
|
+
};
|
|
14046
|
+
return response;
|
|
14047
|
+
};
|
|
13821
14048
|
const de_GetIpamResourceCidrsCommand = async (output, context) => {
|
|
13822
14049
|
if (output.statusCode >= 300) {
|
|
13823
14050
|
return de_CommandError(output, context);
|
|
@@ -14651,6 +14878,32 @@ const de_ModifyIpamPoolCommand = async (output, context) => {
|
|
|
14651
14878
|
};
|
|
14652
14879
|
return response;
|
|
14653
14880
|
};
|
|
14881
|
+
const de_ModifyIpamPrefixListResolverCommand = async (output, context) => {
|
|
14882
|
+
if (output.statusCode >= 300) {
|
|
14883
|
+
return de_CommandError(output, context);
|
|
14884
|
+
}
|
|
14885
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
14886
|
+
let contents = {};
|
|
14887
|
+
contents = de_ModifyIpamPrefixListResolverResult(data);
|
|
14888
|
+
const response = {
|
|
14889
|
+
$metadata: deserializeMetadata(output),
|
|
14890
|
+
...contents,
|
|
14891
|
+
};
|
|
14892
|
+
return response;
|
|
14893
|
+
};
|
|
14894
|
+
const de_ModifyIpamPrefixListResolverTargetCommand = async (output, context) => {
|
|
14895
|
+
if (output.statusCode >= 300) {
|
|
14896
|
+
return de_CommandError(output, context);
|
|
14897
|
+
}
|
|
14898
|
+
const data = await core$1.parseXmlBody(output.body, context);
|
|
14899
|
+
let contents = {};
|
|
14900
|
+
contents = de_ModifyIpamPrefixListResolverTargetResult(data);
|
|
14901
|
+
const response = {
|
|
14902
|
+
$metadata: deserializeMetadata(output),
|
|
14903
|
+
...contents,
|
|
14904
|
+
};
|
|
14905
|
+
return response;
|
|
14906
|
+
};
|
|
14654
14907
|
const de_ModifyIpamResourceCidrCommand = async (output, context) => {
|
|
14655
14908
|
if (output.statusCode >= 300) {
|
|
14656
14909
|
return de_CommandError(output, context);
|
|
@@ -19208,6 +19461,77 @@ const se_CreateIpamPoolRequest = (input, context) => {
|
|
|
19208
19461
|
}
|
|
19209
19462
|
return entries;
|
|
19210
19463
|
};
|
|
19464
|
+
const se_CreateIpamPrefixListResolverRequest = (input, context) => {
|
|
19465
|
+
const entries = {};
|
|
19466
|
+
if (input[_DRr] != null) {
|
|
19467
|
+
entries[_DRr] = input[_DRr];
|
|
19468
|
+
}
|
|
19469
|
+
if (input[_IIp] != null) {
|
|
19470
|
+
entries[_IIp] = input[_IIp];
|
|
19471
|
+
}
|
|
19472
|
+
if (input[_De] != null) {
|
|
19473
|
+
entries[_De] = input[_De];
|
|
19474
|
+
}
|
|
19475
|
+
if (input[_AF] != null) {
|
|
19476
|
+
entries[_AF] = input[_AF];
|
|
19477
|
+
}
|
|
19478
|
+
if (input[_Ru] != null) {
|
|
19479
|
+
const memberEntries = se_IpamPrefixListResolverRuleRequestSet(input[_Ru]);
|
|
19480
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19481
|
+
const loc = `Rule.${key.substring(key.indexOf(".") + 1)}`;
|
|
19482
|
+
entries[loc] = value;
|
|
19483
|
+
});
|
|
19484
|
+
}
|
|
19485
|
+
if (input[_TS] != null) {
|
|
19486
|
+
const memberEntries = se_TagSpecificationList(input[_TS]);
|
|
19487
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19488
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
19489
|
+
entries[loc] = value;
|
|
19490
|
+
});
|
|
19491
|
+
}
|
|
19492
|
+
if (input[_CTl] === undefined) {
|
|
19493
|
+
input[_CTl] = uuid.v4();
|
|
19494
|
+
}
|
|
19495
|
+
if (input[_CTl] != null) {
|
|
19496
|
+
entries[_CTl] = input[_CTl];
|
|
19497
|
+
}
|
|
19498
|
+
return entries;
|
|
19499
|
+
};
|
|
19500
|
+
const se_CreateIpamPrefixListResolverTargetRequest = (input, context) => {
|
|
19501
|
+
const entries = {};
|
|
19502
|
+
if (input[_DRr] != null) {
|
|
19503
|
+
entries[_DRr] = input[_DRr];
|
|
19504
|
+
}
|
|
19505
|
+
if (input[_IPLRI] != null) {
|
|
19506
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
19507
|
+
}
|
|
19508
|
+
if (input[_PLI] != null) {
|
|
19509
|
+
entries[_PLI] = input[_PLI];
|
|
19510
|
+
}
|
|
19511
|
+
if (input[_PLR] != null) {
|
|
19512
|
+
entries[_PLR] = input[_PLR];
|
|
19513
|
+
}
|
|
19514
|
+
if (input[_DVesi] != null) {
|
|
19515
|
+
entries[_DVesi] = input[_DVesi];
|
|
19516
|
+
}
|
|
19517
|
+
if (input[_TLV] != null) {
|
|
19518
|
+
entries[_TLV] = input[_TLV];
|
|
19519
|
+
}
|
|
19520
|
+
if (input[_TS] != null) {
|
|
19521
|
+
const memberEntries = se_TagSpecificationList(input[_TS]);
|
|
19522
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19523
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
19524
|
+
entries[loc] = value;
|
|
19525
|
+
});
|
|
19526
|
+
}
|
|
19527
|
+
if (input[_CTl] === undefined) {
|
|
19528
|
+
input[_CTl] = uuid.v4();
|
|
19529
|
+
}
|
|
19530
|
+
if (input[_CTl] != null) {
|
|
19531
|
+
entries[_CTl] = input[_CTl];
|
|
19532
|
+
}
|
|
19533
|
+
return entries;
|
|
19534
|
+
};
|
|
19211
19535
|
const se_CreateIpamRequest = (input, context) => {
|
|
19212
19536
|
const entries = {};
|
|
19213
19537
|
if (input[_DRr] != null) {
|
|
@@ -22005,6 +22329,26 @@ const se_DeleteIpamPoolRequest = (input, context) => {
|
|
|
22005
22329
|
}
|
|
22006
22330
|
return entries;
|
|
22007
22331
|
};
|
|
22332
|
+
const se_DeleteIpamPrefixListResolverRequest = (input, context) => {
|
|
22333
|
+
const entries = {};
|
|
22334
|
+
if (input[_DRr] != null) {
|
|
22335
|
+
entries[_DRr] = input[_DRr];
|
|
22336
|
+
}
|
|
22337
|
+
if (input[_IPLRI] != null) {
|
|
22338
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
22339
|
+
}
|
|
22340
|
+
return entries;
|
|
22341
|
+
};
|
|
22342
|
+
const se_DeleteIpamPrefixListResolverTargetRequest = (input, context) => {
|
|
22343
|
+
const entries = {};
|
|
22344
|
+
if (input[_DRr] != null) {
|
|
22345
|
+
entries[_DRr] = input[_DRr];
|
|
22346
|
+
}
|
|
22347
|
+
if (input[_IPLRTI] != null) {
|
|
22348
|
+
entries[_IPLRTI] = input[_IPLRTI];
|
|
22349
|
+
}
|
|
22350
|
+
return entries;
|
|
22351
|
+
};
|
|
22008
22352
|
const se_DeleteIpamRequest = (input, context) => {
|
|
22009
22353
|
const entries = {};
|
|
22010
22354
|
if (input[_DRr] != null) {
|
|
@@ -24675,6 +25019,63 @@ const se_DescribeIpamPoolsRequest = (input, context) => {
|
|
|
24675
25019
|
}
|
|
24676
25020
|
return entries;
|
|
24677
25021
|
};
|
|
25022
|
+
const se_DescribeIpamPrefixListResolversRequest = (input, context) => {
|
|
25023
|
+
const entries = {};
|
|
25024
|
+
if (input[_DRr] != null) {
|
|
25025
|
+
entries[_DRr] = input[_DRr];
|
|
25026
|
+
}
|
|
25027
|
+
if (input[_Fi] != null) {
|
|
25028
|
+
const memberEntries = se_FilterList(input[_Fi]);
|
|
25029
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25030
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
25031
|
+
entries[loc] = value;
|
|
25032
|
+
});
|
|
25033
|
+
}
|
|
25034
|
+
if (input[_MR] != null) {
|
|
25035
|
+
entries[_MR] = input[_MR];
|
|
25036
|
+
}
|
|
25037
|
+
if (input[_NT] != null) {
|
|
25038
|
+
entries[_NT] = input[_NT];
|
|
25039
|
+
}
|
|
25040
|
+
if (input[_IPLRIp] != null) {
|
|
25041
|
+
const memberEntries = se_ValueStringList(input[_IPLRIp]);
|
|
25042
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25043
|
+
const loc = `IpamPrefixListResolverId.${key.substring(key.indexOf(".") + 1)}`;
|
|
25044
|
+
entries[loc] = value;
|
|
25045
|
+
});
|
|
25046
|
+
}
|
|
25047
|
+
return entries;
|
|
25048
|
+
};
|
|
25049
|
+
const se_DescribeIpamPrefixListResolverTargetsRequest = (input, context) => {
|
|
25050
|
+
const entries = {};
|
|
25051
|
+
if (input[_DRr] != null) {
|
|
25052
|
+
entries[_DRr] = input[_DRr];
|
|
25053
|
+
}
|
|
25054
|
+
if (input[_Fi] != null) {
|
|
25055
|
+
const memberEntries = se_FilterList(input[_Fi]);
|
|
25056
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25057
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
25058
|
+
entries[loc] = value;
|
|
25059
|
+
});
|
|
25060
|
+
}
|
|
25061
|
+
if (input[_MR] != null) {
|
|
25062
|
+
entries[_MR] = input[_MR];
|
|
25063
|
+
}
|
|
25064
|
+
if (input[_NT] != null) {
|
|
25065
|
+
entries[_NT] = input[_NT];
|
|
25066
|
+
}
|
|
25067
|
+
if (input[_IPLRTIp] != null) {
|
|
25068
|
+
const memberEntries = se_ValueStringList(input[_IPLRTIp]);
|
|
25069
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25070
|
+
const loc = `IpamPrefixListResolverTargetId.${key.substring(key.indexOf(".") + 1)}`;
|
|
25071
|
+
entries[loc] = value;
|
|
25072
|
+
});
|
|
25073
|
+
}
|
|
25074
|
+
if (input[_IPLRI] != null) {
|
|
25075
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
25076
|
+
}
|
|
25077
|
+
return entries;
|
|
25078
|
+
};
|
|
24678
25079
|
const se_DescribeIpamResourceDiscoveriesRequest = (input, context) => {
|
|
24679
25080
|
const entries = {};
|
|
24680
25081
|
if (input[_DRr] != null) {
|
|
@@ -29515,6 +29916,78 @@ const se_GetIpamPoolCidrsRequest = (input, context) => {
|
|
|
29515
29916
|
}
|
|
29516
29917
|
return entries;
|
|
29517
29918
|
};
|
|
29919
|
+
const se_GetIpamPrefixListResolverRulesRequest = (input, context) => {
|
|
29920
|
+
const entries = {};
|
|
29921
|
+
if (input[_DRr] != null) {
|
|
29922
|
+
entries[_DRr] = input[_DRr];
|
|
29923
|
+
}
|
|
29924
|
+
if (input[_IPLRI] != null) {
|
|
29925
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
29926
|
+
}
|
|
29927
|
+
if (input[_Fi] != null) {
|
|
29928
|
+
const memberEntries = se_FilterList(input[_Fi]);
|
|
29929
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29930
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
29931
|
+
entries[loc] = value;
|
|
29932
|
+
});
|
|
29933
|
+
}
|
|
29934
|
+
if (input[_MR] != null) {
|
|
29935
|
+
entries[_MR] = input[_MR];
|
|
29936
|
+
}
|
|
29937
|
+
if (input[_NT] != null) {
|
|
29938
|
+
entries[_NT] = input[_NT];
|
|
29939
|
+
}
|
|
29940
|
+
return entries;
|
|
29941
|
+
};
|
|
29942
|
+
const se_GetIpamPrefixListResolverVersionEntriesRequest = (input, context) => {
|
|
29943
|
+
const entries = {};
|
|
29944
|
+
if (input[_DRr] != null) {
|
|
29945
|
+
entries[_DRr] = input[_DRr];
|
|
29946
|
+
}
|
|
29947
|
+
if (input[_IPLRI] != null) {
|
|
29948
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
29949
|
+
}
|
|
29950
|
+
if (input[_IPLRV] != null) {
|
|
29951
|
+
entries[_IPLRV] = input[_IPLRV];
|
|
29952
|
+
}
|
|
29953
|
+
if (input[_MR] != null) {
|
|
29954
|
+
entries[_MR] = input[_MR];
|
|
29955
|
+
}
|
|
29956
|
+
if (input[_NT] != null) {
|
|
29957
|
+
entries[_NT] = input[_NT];
|
|
29958
|
+
}
|
|
29959
|
+
return entries;
|
|
29960
|
+
};
|
|
29961
|
+
const se_GetIpamPrefixListResolverVersionsRequest = (input, context) => {
|
|
29962
|
+
const entries = {};
|
|
29963
|
+
if (input[_DRr] != null) {
|
|
29964
|
+
entries[_DRr] = input[_DRr];
|
|
29965
|
+
}
|
|
29966
|
+
if (input[_IPLRI] != null) {
|
|
29967
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
29968
|
+
}
|
|
29969
|
+
if (input[_IPLRVp] != null) {
|
|
29970
|
+
const memberEntries = se_IpamPrefixListResolverVersionNumberSet(input[_IPLRVp]);
|
|
29971
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29972
|
+
const loc = `IpamPrefixListResolverVersion.${key.substring(key.indexOf(".") + 1)}`;
|
|
29973
|
+
entries[loc] = value;
|
|
29974
|
+
});
|
|
29975
|
+
}
|
|
29976
|
+
if (input[_MR] != null) {
|
|
29977
|
+
entries[_MR] = input[_MR];
|
|
29978
|
+
}
|
|
29979
|
+
if (input[_Fi] != null) {
|
|
29980
|
+
const memberEntries = se_FilterList(input[_Fi]);
|
|
29981
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29982
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
29983
|
+
entries[loc] = value;
|
|
29984
|
+
});
|
|
29985
|
+
}
|
|
29986
|
+
if (input[_NT] != null) {
|
|
29987
|
+
entries[_NT] = input[_NT];
|
|
29988
|
+
}
|
|
29989
|
+
return entries;
|
|
29990
|
+
};
|
|
29518
29991
|
const se_GetIpamResourceCidrsRequest = (input, context) => {
|
|
29519
29992
|
const entries = {};
|
|
29520
29993
|
if (input[_DRr] != null) {
|
|
@@ -31585,6 +32058,100 @@ const se_IpamPoolSourceResourceRequest = (input, context) => {
|
|
|
31585
32058
|
}
|
|
31586
32059
|
return entries;
|
|
31587
32060
|
};
|
|
32061
|
+
const se_IpamPrefixListResolverRuleConditionRequest = (input, context) => {
|
|
32062
|
+
const entries = {};
|
|
32063
|
+
if (input[_Ope] != null) {
|
|
32064
|
+
entries[_Ope] = input[_Ope];
|
|
32065
|
+
}
|
|
32066
|
+
if (input[_IPI] != null) {
|
|
32067
|
+
entries[_IPI] = input[_IPI];
|
|
32068
|
+
}
|
|
32069
|
+
if (input[_RIeso] != null) {
|
|
32070
|
+
entries[_RIeso] = input[_RIeso];
|
|
32071
|
+
}
|
|
32072
|
+
if (input[_ROe] != null) {
|
|
32073
|
+
entries[_ROe] = input[_ROe];
|
|
32074
|
+
}
|
|
32075
|
+
if (input[_RRe] != null) {
|
|
32076
|
+
entries[_RRe] = input[_RRe];
|
|
32077
|
+
}
|
|
32078
|
+
if (input[_RTeso] != null) {
|
|
32079
|
+
const memberEntries = se_RequestIpamResourceTag(input[_RTeso]);
|
|
32080
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32081
|
+
const loc = `ResourceTag.${key}`;
|
|
32082
|
+
entries[loc] = value;
|
|
32083
|
+
});
|
|
32084
|
+
}
|
|
32085
|
+
if (input[_C] != null) {
|
|
32086
|
+
entries[_C] = input[_C];
|
|
32087
|
+
}
|
|
32088
|
+
return entries;
|
|
32089
|
+
};
|
|
32090
|
+
const se_IpamPrefixListResolverRuleConditionRequestSet = (input, context) => {
|
|
32091
|
+
const entries = {};
|
|
32092
|
+
let counter = 1;
|
|
32093
|
+
for (const entry of input) {
|
|
32094
|
+
if (entry === null) {
|
|
32095
|
+
continue;
|
|
32096
|
+
}
|
|
32097
|
+
const memberEntries = se_IpamPrefixListResolverRuleConditionRequest(entry);
|
|
32098
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32099
|
+
entries[`Condition.${counter}.${key}`] = value;
|
|
32100
|
+
});
|
|
32101
|
+
counter++;
|
|
32102
|
+
}
|
|
32103
|
+
return entries;
|
|
32104
|
+
};
|
|
32105
|
+
const se_IpamPrefixListResolverRuleRequest = (input, context) => {
|
|
32106
|
+
const entries = {};
|
|
32107
|
+
if (input[_RTu] != null) {
|
|
32108
|
+
entries[_RTu] = input[_RTu];
|
|
32109
|
+
}
|
|
32110
|
+
if (input[_SCt] != null) {
|
|
32111
|
+
entries[_SCt] = input[_SCt];
|
|
32112
|
+
}
|
|
32113
|
+
if (input[_ISI] != null) {
|
|
32114
|
+
entries[_ISI] = input[_ISI];
|
|
32115
|
+
}
|
|
32116
|
+
if (input[_RT] != null) {
|
|
32117
|
+
entries[_RT] = input[_RT];
|
|
32118
|
+
}
|
|
32119
|
+
if (input[_Cond] != null) {
|
|
32120
|
+
const memberEntries = se_IpamPrefixListResolverRuleConditionRequestSet(input[_Cond]);
|
|
32121
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32122
|
+
const loc = `Condition.${key.substring(key.indexOf(".") + 1)}`;
|
|
32123
|
+
entries[loc] = value;
|
|
32124
|
+
});
|
|
32125
|
+
}
|
|
32126
|
+
return entries;
|
|
32127
|
+
};
|
|
32128
|
+
const se_IpamPrefixListResolverRuleRequestSet = (input, context) => {
|
|
32129
|
+
const entries = {};
|
|
32130
|
+
let counter = 1;
|
|
32131
|
+
for (const entry of input) {
|
|
32132
|
+
if (entry === null) {
|
|
32133
|
+
continue;
|
|
32134
|
+
}
|
|
32135
|
+
const memberEntries = se_IpamPrefixListResolverRuleRequest(entry);
|
|
32136
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32137
|
+
entries[`Rule.${counter}.${key}`] = value;
|
|
32138
|
+
});
|
|
32139
|
+
counter++;
|
|
32140
|
+
}
|
|
32141
|
+
return entries;
|
|
32142
|
+
};
|
|
32143
|
+
const se_IpamPrefixListResolverVersionNumberSet = (input, context) => {
|
|
32144
|
+
const entries = {};
|
|
32145
|
+
let counter = 1;
|
|
32146
|
+
for (const entry of input) {
|
|
32147
|
+
if (entry === null) {
|
|
32148
|
+
continue;
|
|
32149
|
+
}
|
|
32150
|
+
entries[`Item.${counter}`] = entry;
|
|
32151
|
+
counter++;
|
|
32152
|
+
}
|
|
32153
|
+
return entries;
|
|
32154
|
+
};
|
|
31588
32155
|
const se_IpList = (input, context) => {
|
|
31589
32156
|
const entries = {};
|
|
31590
32157
|
let counter = 1;
|
|
@@ -33482,6 +34049,48 @@ const se_ModifyIpamPoolRequest = (input, context) => {
|
|
|
33482
34049
|
}
|
|
33483
34050
|
return entries;
|
|
33484
34051
|
};
|
|
34052
|
+
const se_ModifyIpamPrefixListResolverRequest = (input, context) => {
|
|
34053
|
+
const entries = {};
|
|
34054
|
+
if (input[_DRr] != null) {
|
|
34055
|
+
entries[_DRr] = input[_DRr];
|
|
34056
|
+
}
|
|
34057
|
+
if (input[_IPLRI] != null) {
|
|
34058
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
34059
|
+
}
|
|
34060
|
+
if (input[_De] != null) {
|
|
34061
|
+
entries[_De] = input[_De];
|
|
34062
|
+
}
|
|
34063
|
+
if (input[_Ru] != null) {
|
|
34064
|
+
const memberEntries = se_IpamPrefixListResolverRuleRequestSet(input[_Ru]);
|
|
34065
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34066
|
+
const loc = `Rule.${key.substring(key.indexOf(".") + 1)}`;
|
|
34067
|
+
entries[loc] = value;
|
|
34068
|
+
});
|
|
34069
|
+
}
|
|
34070
|
+
return entries;
|
|
34071
|
+
};
|
|
34072
|
+
const se_ModifyIpamPrefixListResolverTargetRequest = (input, context) => {
|
|
34073
|
+
const entries = {};
|
|
34074
|
+
if (input[_DRr] != null) {
|
|
34075
|
+
entries[_DRr] = input[_DRr];
|
|
34076
|
+
}
|
|
34077
|
+
if (input[_IPLRTI] != null) {
|
|
34078
|
+
entries[_IPLRTI] = input[_IPLRTI];
|
|
34079
|
+
}
|
|
34080
|
+
if (input[_DVesi] != null) {
|
|
34081
|
+
entries[_DVesi] = input[_DVesi];
|
|
34082
|
+
}
|
|
34083
|
+
if (input[_TLV] != null) {
|
|
34084
|
+
entries[_TLV] = input[_TLV];
|
|
34085
|
+
}
|
|
34086
|
+
if (input[_CTl] === undefined) {
|
|
34087
|
+
input[_CTl] = uuid.v4();
|
|
34088
|
+
}
|
|
34089
|
+
if (input[_CTl] != null) {
|
|
34090
|
+
entries[_CTl] = input[_CTl];
|
|
34091
|
+
}
|
|
34092
|
+
return entries;
|
|
34093
|
+
};
|
|
33485
34094
|
const se_ModifyIpamRequest = (input, context) => {
|
|
33486
34095
|
const entries = {};
|
|
33487
34096
|
if (input[_DRr] != null) {
|
|
@@ -33672,6 +34281,9 @@ const se_ModifyManagedPrefixListRequest = (input, context) => {
|
|
|
33672
34281
|
if (input[_ME] != null) {
|
|
33673
34282
|
entries[_ME] = input[_ME];
|
|
33674
34283
|
}
|
|
34284
|
+
if (input[_IPLRSE] != null) {
|
|
34285
|
+
entries[_IPLRSE] = input[_IPLRSE];
|
|
34286
|
+
}
|
|
33675
34287
|
return entries;
|
|
33676
34288
|
};
|
|
33677
34289
|
const se_ModifyNetworkInterfaceAttributeRequest = (input, context) => {
|
|
@@ -43892,6 +44504,20 @@ const de_CreateIpamPoolResult = (output, context) => {
|
|
|
43892
44504
|
}
|
|
43893
44505
|
return contents;
|
|
43894
44506
|
};
|
|
44507
|
+
const de_CreateIpamPrefixListResolverResult = (output, context) => {
|
|
44508
|
+
const contents = {};
|
|
44509
|
+
if (output[_iPLR] != null) {
|
|
44510
|
+
contents[_IPLR] = de_IpamPrefixListResolver(output[_iPLR]);
|
|
44511
|
+
}
|
|
44512
|
+
return contents;
|
|
44513
|
+
};
|
|
44514
|
+
const de_CreateIpamPrefixListResolverTargetResult = (output, context) => {
|
|
44515
|
+
const contents = {};
|
|
44516
|
+
if (output[_iPLRT] != null) {
|
|
44517
|
+
contents[_IPLRT] = de_IpamPrefixListResolverTarget(output[_iPLRT]);
|
|
44518
|
+
}
|
|
44519
|
+
return contents;
|
|
44520
|
+
};
|
|
43895
44521
|
const de_CreateIpamResourceDiscoveryResult = (output, context) => {
|
|
43896
44522
|
const contents = {};
|
|
43897
44523
|
if (output[_iRD] != null) {
|
|
@@ -44699,6 +45325,20 @@ const de_DeleteIpamPoolResult = (output, context) => {
|
|
|
44699
45325
|
}
|
|
44700
45326
|
return contents;
|
|
44701
45327
|
};
|
|
45328
|
+
const de_DeleteIpamPrefixListResolverResult = (output, context) => {
|
|
45329
|
+
const contents = {};
|
|
45330
|
+
if (output[_iPLR] != null) {
|
|
45331
|
+
contents[_IPLR] = de_IpamPrefixListResolver(output[_iPLR]);
|
|
45332
|
+
}
|
|
45333
|
+
return contents;
|
|
45334
|
+
};
|
|
45335
|
+
const de_DeleteIpamPrefixListResolverTargetResult = (output, context) => {
|
|
45336
|
+
const contents = {};
|
|
45337
|
+
if (output[_iPLRT] != null) {
|
|
45338
|
+
contents[_IPLRT] = de_IpamPrefixListResolverTarget(output[_iPLRT]);
|
|
45339
|
+
}
|
|
45340
|
+
return contents;
|
|
45341
|
+
};
|
|
44702
45342
|
const de_DeleteIpamResourceDiscoveryResult = (output, context) => {
|
|
44703
45343
|
const contents = {};
|
|
44704
45344
|
if (output[_iRD] != null) {
|
|
@@ -46248,6 +46888,32 @@ const de_DescribeIpamPoolsResult = (output, context) => {
|
|
|
46248
46888
|
}
|
|
46249
46889
|
return contents;
|
|
46250
46890
|
};
|
|
46891
|
+
const de_DescribeIpamPrefixListResolversResult = (output, context) => {
|
|
46892
|
+
const contents = {};
|
|
46893
|
+
if (output[_nTe] != null) {
|
|
46894
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
46895
|
+
}
|
|
46896
|
+
if (String(output.ipamPrefixListResolverSet).trim() === "") {
|
|
46897
|
+
contents[_IPLRp] = [];
|
|
46898
|
+
}
|
|
46899
|
+
else if (output[_iPLRS] != null && output[_iPLRS][_i] != null) {
|
|
46900
|
+
contents[_IPLRp] = de_IpamPrefixListResolverSet(smithyClient.getArrayIfSingleItem(output[_iPLRS][_i]));
|
|
46901
|
+
}
|
|
46902
|
+
return contents;
|
|
46903
|
+
};
|
|
46904
|
+
const de_DescribeIpamPrefixListResolverTargetsResult = (output, context) => {
|
|
46905
|
+
const contents = {};
|
|
46906
|
+
if (output[_nTe] != null) {
|
|
46907
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
46908
|
+
}
|
|
46909
|
+
if (String(output.ipamPrefixListResolverTargetSet).trim() === "") {
|
|
46910
|
+
contents[_IPLRTp] = [];
|
|
46911
|
+
}
|
|
46912
|
+
else if (output[_iPLRTS] != null && output[_iPLRTS][_i] != null) {
|
|
46913
|
+
contents[_IPLRTp] = de_IpamPrefixListResolverTargetSet(smithyClient.getArrayIfSingleItem(output[_iPLRTS][_i]));
|
|
46914
|
+
}
|
|
46915
|
+
return contents;
|
|
46916
|
+
};
|
|
46251
46917
|
const de_DescribeIpamResourceDiscoveriesResult = (output, context) => {
|
|
46252
46918
|
const contents = {};
|
|
46253
46919
|
if (String(output.ipamResourceDiscoverySet).trim() === "") {
|
|
@@ -50234,6 +50900,45 @@ const de_GetIpamPoolCidrsResult = (output, context) => {
|
|
|
50234
50900
|
}
|
|
50235
50901
|
return contents;
|
|
50236
50902
|
};
|
|
50903
|
+
const de_GetIpamPrefixListResolverRulesResult = (output, context) => {
|
|
50904
|
+
const contents = {};
|
|
50905
|
+
if (String(output.ruleSet).trim() === "") {
|
|
50906
|
+
contents[_Ru] = [];
|
|
50907
|
+
}
|
|
50908
|
+
else if (output[_rSu] != null && output[_rSu][_i] != null) {
|
|
50909
|
+
contents[_Ru] = de_IpamPrefixListResolverRuleSet(smithyClient.getArrayIfSingleItem(output[_rSu][_i]));
|
|
50910
|
+
}
|
|
50911
|
+
if (output[_nTe] != null) {
|
|
50912
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
50913
|
+
}
|
|
50914
|
+
return contents;
|
|
50915
|
+
};
|
|
50916
|
+
const de_GetIpamPrefixListResolverVersionEntriesResult = (output, context) => {
|
|
50917
|
+
const contents = {};
|
|
50918
|
+
if (String(output.entrySet).trim() === "") {
|
|
50919
|
+
contents[_Ent] = [];
|
|
50920
|
+
}
|
|
50921
|
+
else if (output[_eSnt] != null && output[_eSnt][_i] != null) {
|
|
50922
|
+
contents[_Ent] = de_IpamPrefixListResolverVersionEntrySet(smithyClient.getArrayIfSingleItem(output[_eSnt][_i]));
|
|
50923
|
+
}
|
|
50924
|
+
if (output[_nTe] != null) {
|
|
50925
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
50926
|
+
}
|
|
50927
|
+
return contents;
|
|
50928
|
+
};
|
|
50929
|
+
const de_GetIpamPrefixListResolverVersionsResult = (output, context) => {
|
|
50930
|
+
const contents = {};
|
|
50931
|
+
if (String(output.ipamPrefixListResolverVersionSet).trim() === "") {
|
|
50932
|
+
contents[_IPLRVp] = [];
|
|
50933
|
+
}
|
|
50934
|
+
else if (output[_iPLRVS] != null && output[_iPLRVS][_i] != null) {
|
|
50935
|
+
contents[_IPLRVp] = de_IpamPrefixListResolverVersionSet(smithyClient.getArrayIfSingleItem(output[_iPLRVS][_i]));
|
|
50936
|
+
}
|
|
50937
|
+
if (output[_nTe] != null) {
|
|
50938
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
50939
|
+
}
|
|
50940
|
+
return contents;
|
|
50941
|
+
};
|
|
50237
50942
|
const de_GetIpamResourceCidrsResult = (output, context) => {
|
|
50238
50943
|
const contents = {};
|
|
50239
50944
|
if (output[_nTe] != null) {
|
|
@@ -53851,6 +54556,192 @@ const de_IpamPoolSourceResource = (output, context) => {
|
|
|
53851
54556
|
}
|
|
53852
54557
|
return contents;
|
|
53853
54558
|
};
|
|
54559
|
+
const de_IpamPrefixListResolver = (output, context) => {
|
|
54560
|
+
const contents = {};
|
|
54561
|
+
if (output[_oI] != null) {
|
|
54562
|
+
contents[_OIwn] = smithyClient.expectString(output[_oI]);
|
|
54563
|
+
}
|
|
54564
|
+
if (output[_iPLRI] != null) {
|
|
54565
|
+
contents[_IPLRI] = smithyClient.expectString(output[_iPLRI]);
|
|
54566
|
+
}
|
|
54567
|
+
if (output[_iPLRA] != null) {
|
|
54568
|
+
contents[_IPLRA] = smithyClient.expectString(output[_iPLRA]);
|
|
54569
|
+
}
|
|
54570
|
+
if (output[_iApa] != null) {
|
|
54571
|
+
contents[_IApa] = smithyClient.expectString(output[_iApa]);
|
|
54572
|
+
}
|
|
54573
|
+
if (output[_iRp] != null) {
|
|
54574
|
+
contents[_IRpa] = smithyClient.expectString(output[_iRp]);
|
|
54575
|
+
}
|
|
54576
|
+
if (output[_de] != null) {
|
|
54577
|
+
contents[_De] = smithyClient.expectString(output[_de]);
|
|
54578
|
+
}
|
|
54579
|
+
if (output[_aF] != null) {
|
|
54580
|
+
contents[_AF] = smithyClient.expectString(output[_aF]);
|
|
54581
|
+
}
|
|
54582
|
+
if (output[_st] != null) {
|
|
54583
|
+
contents[_Stat] = smithyClient.expectString(output[_st]);
|
|
54584
|
+
}
|
|
54585
|
+
if (String(output.tagSet).trim() === "") {
|
|
54586
|
+
contents[_Ta] = [];
|
|
54587
|
+
}
|
|
54588
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
54589
|
+
contents[_Ta] = de_TagList(smithyClient.getArrayIfSingleItem(output[_tS][_i]));
|
|
54590
|
+
}
|
|
54591
|
+
if (output[_lVCS] != null) {
|
|
54592
|
+
contents[_LVCS] = smithyClient.expectString(output[_lVCS]);
|
|
54593
|
+
}
|
|
54594
|
+
if (output[_lVCSM] != null) {
|
|
54595
|
+
contents[_LVCSM] = smithyClient.expectString(output[_lVCSM]);
|
|
54596
|
+
}
|
|
54597
|
+
return contents;
|
|
54598
|
+
};
|
|
54599
|
+
const de_IpamPrefixListResolverRule = (output, context) => {
|
|
54600
|
+
const contents = {};
|
|
54601
|
+
if (output[_rTu] != null) {
|
|
54602
|
+
contents[_RTu] = smithyClient.expectString(output[_rTu]);
|
|
54603
|
+
}
|
|
54604
|
+
if (output[_sCt] != null) {
|
|
54605
|
+
contents[_SCt] = smithyClient.expectString(output[_sCt]);
|
|
54606
|
+
}
|
|
54607
|
+
if (output[_iSIp] != null) {
|
|
54608
|
+
contents[_ISI] = smithyClient.expectString(output[_iSIp]);
|
|
54609
|
+
}
|
|
54610
|
+
if (output[_rTe] != null) {
|
|
54611
|
+
contents[_RT] = smithyClient.expectString(output[_rTe]);
|
|
54612
|
+
}
|
|
54613
|
+
if (String(output.conditionSet).trim() === "") {
|
|
54614
|
+
contents[_Cond] = [];
|
|
54615
|
+
}
|
|
54616
|
+
else if (output[_cSo] != null && output[_cSo][_i] != null) {
|
|
54617
|
+
contents[_Cond] = de_IpamPrefixListResolverRuleConditionSet(smithyClient.getArrayIfSingleItem(output[_cSo][_i]));
|
|
54618
|
+
}
|
|
54619
|
+
return contents;
|
|
54620
|
+
};
|
|
54621
|
+
const de_IpamPrefixListResolverRuleCondition = (output, context) => {
|
|
54622
|
+
const contents = {};
|
|
54623
|
+
if (output[_ope] != null) {
|
|
54624
|
+
contents[_Ope] = smithyClient.expectString(output[_ope]);
|
|
54625
|
+
}
|
|
54626
|
+
if (output[_iPIp] != null) {
|
|
54627
|
+
contents[_IPI] = smithyClient.expectString(output[_iPIp]);
|
|
54628
|
+
}
|
|
54629
|
+
if (output[_rIes] != null) {
|
|
54630
|
+
contents[_RIeso] = smithyClient.expectString(output[_rIes]);
|
|
54631
|
+
}
|
|
54632
|
+
if (output[_rO] != null) {
|
|
54633
|
+
contents[_ROe] = smithyClient.expectString(output[_rO]);
|
|
54634
|
+
}
|
|
54635
|
+
if (output[_rR] != null) {
|
|
54636
|
+
contents[_RRe] = smithyClient.expectString(output[_rR]);
|
|
54637
|
+
}
|
|
54638
|
+
if (output[_rTes] != null) {
|
|
54639
|
+
contents[_RTeso] = de_IpamResourceTag(output[_rTes]);
|
|
54640
|
+
}
|
|
54641
|
+
if (output[_ci] != null) {
|
|
54642
|
+
contents[_C] = smithyClient.expectString(output[_ci]);
|
|
54643
|
+
}
|
|
54644
|
+
return contents;
|
|
54645
|
+
};
|
|
54646
|
+
const de_IpamPrefixListResolverRuleConditionSet = (output, context) => {
|
|
54647
|
+
return (output || [])
|
|
54648
|
+
.filter((e) => e != null)
|
|
54649
|
+
.map((entry) => {
|
|
54650
|
+
return de_IpamPrefixListResolverRuleCondition(entry);
|
|
54651
|
+
});
|
|
54652
|
+
};
|
|
54653
|
+
const de_IpamPrefixListResolverRuleSet = (output, context) => {
|
|
54654
|
+
return (output || [])
|
|
54655
|
+
.filter((e) => e != null)
|
|
54656
|
+
.map((entry) => {
|
|
54657
|
+
return de_IpamPrefixListResolverRule(entry);
|
|
54658
|
+
});
|
|
54659
|
+
};
|
|
54660
|
+
const de_IpamPrefixListResolverSet = (output, context) => {
|
|
54661
|
+
return (output || [])
|
|
54662
|
+
.filter((e) => e != null)
|
|
54663
|
+
.map((entry) => {
|
|
54664
|
+
return de_IpamPrefixListResolver(entry);
|
|
54665
|
+
});
|
|
54666
|
+
};
|
|
54667
|
+
const de_IpamPrefixListResolverTarget = (output, context) => {
|
|
54668
|
+
const contents = {};
|
|
54669
|
+
if (output[_iPLRTI] != null) {
|
|
54670
|
+
contents[_IPLRTI] = smithyClient.expectString(output[_iPLRTI]);
|
|
54671
|
+
}
|
|
54672
|
+
if (output[_iPLRTA] != null) {
|
|
54673
|
+
contents[_IPLRTA] = smithyClient.expectString(output[_iPLRTA]);
|
|
54674
|
+
}
|
|
54675
|
+
if (output[_iPLRI] != null) {
|
|
54676
|
+
contents[_IPLRI] = smithyClient.expectString(output[_iPLRI]);
|
|
54677
|
+
}
|
|
54678
|
+
if (output[_oI] != null) {
|
|
54679
|
+
contents[_OIwn] = smithyClient.expectString(output[_oI]);
|
|
54680
|
+
}
|
|
54681
|
+
if (output[_pLI] != null) {
|
|
54682
|
+
contents[_PLI] = smithyClient.expectString(output[_pLI]);
|
|
54683
|
+
}
|
|
54684
|
+
if (output[_pLR] != null) {
|
|
54685
|
+
contents[_PLR] = smithyClient.expectString(output[_pLR]);
|
|
54686
|
+
}
|
|
54687
|
+
if (output[_dVe] != null) {
|
|
54688
|
+
contents[_DVesi] = smithyClient.strictParseLong(output[_dVe]);
|
|
54689
|
+
}
|
|
54690
|
+
if (output[_lSV] != null) {
|
|
54691
|
+
contents[_LSV] = smithyClient.strictParseLong(output[_lSV]);
|
|
54692
|
+
}
|
|
54693
|
+
if (output[_tLV] != null) {
|
|
54694
|
+
contents[_TLV] = smithyClient.parseBoolean(output[_tLV]);
|
|
54695
|
+
}
|
|
54696
|
+
if (output[_sMta] != null) {
|
|
54697
|
+
contents[_SMta] = smithyClient.expectString(output[_sMta]);
|
|
54698
|
+
}
|
|
54699
|
+
if (output[_st] != null) {
|
|
54700
|
+
contents[_Stat] = smithyClient.expectString(output[_st]);
|
|
54701
|
+
}
|
|
54702
|
+
if (String(output.tagSet).trim() === "") {
|
|
54703
|
+
contents[_Ta] = [];
|
|
54704
|
+
}
|
|
54705
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
54706
|
+
contents[_Ta] = de_TagList(smithyClient.getArrayIfSingleItem(output[_tS][_i]));
|
|
54707
|
+
}
|
|
54708
|
+
return contents;
|
|
54709
|
+
};
|
|
54710
|
+
const de_IpamPrefixListResolverTargetSet = (output, context) => {
|
|
54711
|
+
return (output || [])
|
|
54712
|
+
.filter((e) => e != null)
|
|
54713
|
+
.map((entry) => {
|
|
54714
|
+
return de_IpamPrefixListResolverTarget(entry);
|
|
54715
|
+
});
|
|
54716
|
+
};
|
|
54717
|
+
const de_IpamPrefixListResolverVersion = (output, context) => {
|
|
54718
|
+
const contents = {};
|
|
54719
|
+
if (output[_ve] != null) {
|
|
54720
|
+
contents[_V] = smithyClient.strictParseLong(output[_ve]);
|
|
54721
|
+
}
|
|
54722
|
+
return contents;
|
|
54723
|
+
};
|
|
54724
|
+
const de_IpamPrefixListResolverVersionEntry = (output, context) => {
|
|
54725
|
+
const contents = {};
|
|
54726
|
+
if (output[_ci] != null) {
|
|
54727
|
+
contents[_C] = smithyClient.expectString(output[_ci]);
|
|
54728
|
+
}
|
|
54729
|
+
return contents;
|
|
54730
|
+
};
|
|
54731
|
+
const de_IpamPrefixListResolverVersionEntrySet = (output, context) => {
|
|
54732
|
+
return (output || [])
|
|
54733
|
+
.filter((e) => e != null)
|
|
54734
|
+
.map((entry) => {
|
|
54735
|
+
return de_IpamPrefixListResolverVersionEntry(entry);
|
|
54736
|
+
});
|
|
54737
|
+
};
|
|
54738
|
+
const de_IpamPrefixListResolverVersionSet = (output, context) => {
|
|
54739
|
+
return (output || [])
|
|
54740
|
+
.filter((e) => e != null)
|
|
54741
|
+
.map((entry) => {
|
|
54742
|
+
return de_IpamPrefixListResolverVersion(entry);
|
|
54743
|
+
});
|
|
54744
|
+
};
|
|
53854
54745
|
const de_IpamPublicAddressSecurityGroup = (output, context) => {
|
|
53855
54746
|
const contents = {};
|
|
53856
54747
|
if (output[_gN] != null) {
|
|
@@ -53933,8 +54824,8 @@ const de_IpamResourceCidr = (output, context) => {
|
|
|
53933
54824
|
if (output[_iU] != null) {
|
|
53934
54825
|
contents[_IUp] = smithyClient.strictParseFloat(output[_iU]);
|
|
53935
54826
|
}
|
|
53936
|
-
if (output[
|
|
53937
|
-
contents[_CSo] = smithyClient.expectString(output[
|
|
54827
|
+
if (output[_cSom] != null) {
|
|
54828
|
+
contents[_CSo] = smithyClient.expectString(output[_cSom]);
|
|
53938
54829
|
}
|
|
53939
54830
|
if (output[_mSa] != null) {
|
|
53940
54831
|
contents[_MSa] = smithyClient.expectString(output[_mSa]);
|
|
@@ -55026,8 +55917,8 @@ const de_LaunchTemplateVersion = (output, context) => {
|
|
|
55026
55917
|
if (output[_cBr] != null) {
|
|
55027
55918
|
contents[_CBr] = smithyClient.expectString(output[_cBr]);
|
|
55028
55919
|
}
|
|
55029
|
-
if (output[
|
|
55030
|
-
contents[_DVef] = smithyClient.parseBoolean(output[
|
|
55920
|
+
if (output[_dVef] != null) {
|
|
55921
|
+
contents[_DVef] = smithyClient.parseBoolean(output[_dVef]);
|
|
55031
55922
|
}
|
|
55032
55923
|
if (output[_lTD] != null) {
|
|
55033
55924
|
contents[_LTD] = de_ResponseLaunchTemplateData(output[_lTD]);
|
|
@@ -55619,6 +56510,12 @@ const de_ManagedPrefixList = (output, context) => {
|
|
|
55619
56510
|
if (output[_oI] != null) {
|
|
55620
56511
|
contents[_OIwn] = smithyClient.expectString(output[_oI]);
|
|
55621
56512
|
}
|
|
56513
|
+
if (output[_iPLRTI] != null) {
|
|
56514
|
+
contents[_IPLRTI] = smithyClient.expectString(output[_iPLRTI]);
|
|
56515
|
+
}
|
|
56516
|
+
if (output[_iPLRSE] != null) {
|
|
56517
|
+
contents[_IPLRSE] = smithyClient.parseBoolean(output[_iPLRSE]);
|
|
56518
|
+
}
|
|
55622
56519
|
return contents;
|
|
55623
56520
|
};
|
|
55624
56521
|
const de_ManagedPrefixListSet = (output, context) => {
|
|
@@ -55965,6 +56862,20 @@ const de_ModifyIpamPoolResult = (output, context) => {
|
|
|
55965
56862
|
}
|
|
55966
56863
|
return contents;
|
|
55967
56864
|
};
|
|
56865
|
+
const de_ModifyIpamPrefixListResolverResult = (output, context) => {
|
|
56866
|
+
const contents = {};
|
|
56867
|
+
if (output[_iPLR] != null) {
|
|
56868
|
+
contents[_IPLR] = de_IpamPrefixListResolver(output[_iPLR]);
|
|
56869
|
+
}
|
|
56870
|
+
return contents;
|
|
56871
|
+
};
|
|
56872
|
+
const de_ModifyIpamPrefixListResolverTargetResult = (output, context) => {
|
|
56873
|
+
const contents = {};
|
|
56874
|
+
if (output[_iPLRT] != null) {
|
|
56875
|
+
contents[_IPLRT] = de_IpamPrefixListResolverTarget(output[_iPLRT]);
|
|
56876
|
+
}
|
|
56877
|
+
return contents;
|
|
56878
|
+
};
|
|
55968
56879
|
const de_ModifyIpamResourceCidrResult = (output, context) => {
|
|
55969
56880
|
const contents = {};
|
|
55970
56881
|
if (output[_iRC] != null) {
|
|
@@ -64620,6 +65531,15 @@ const de_VpcEncryptionControlExclusions = (output, context) => {
|
|
|
64620
65531
|
if (output[_vPpc] != null) {
|
|
64621
65532
|
contents[_VPpc] = de_VpcEncryptionControlExclusion(output[_vPpc]);
|
|
64622
65533
|
}
|
|
65534
|
+
if (output[_la] != null) {
|
|
65535
|
+
contents[_Lam] = de_VpcEncryptionControlExclusion(output[_la]);
|
|
65536
|
+
}
|
|
65537
|
+
if (output[_vL] != null) {
|
|
65538
|
+
contents[_VL] = de_VpcEncryptionControlExclusion(output[_vL]);
|
|
65539
|
+
}
|
|
65540
|
+
if (output[_eFS] != null) {
|
|
65541
|
+
contents[_EFS] = de_VpcEncryptionControlExclusion(output[_eFS]);
|
|
65542
|
+
}
|
|
64623
65543
|
return contents;
|
|
64624
65544
|
};
|
|
64625
65545
|
const de_VpcEndpoint = (output, context) => {
|
|
@@ -65562,6 +66482,8 @@ const _CIEW = "CreateInstanceEventWindow";
|
|
|
65562
66482
|
const _CIG = "CreateInternetGateway";
|
|
65563
66483
|
const _CILP = "CancelImageLaunchPermission";
|
|
65564
66484
|
const _CIP = "CreateIpamPool";
|
|
66485
|
+
const _CIPLR = "CreateIpamPrefixListResolver";
|
|
66486
|
+
const _CIPLRT = "CreateIpamPrefixListResolverTarget";
|
|
65565
66487
|
const _CIRD = "CreateIpamResourceDiscovery";
|
|
65566
66488
|
const _CIS = "CreateIpamScope";
|
|
65567
66489
|
const _CISI = "CurrentIpamScopeId";
|
|
@@ -65756,6 +66678,7 @@ const _Cod = "Code";
|
|
|
65756
66678
|
const _Com = "Comparison";
|
|
65757
66679
|
const _Comp = "Component";
|
|
65758
66680
|
const _Con = "Context";
|
|
66681
|
+
const _Cond = "Conditions";
|
|
65759
66682
|
const _Conf = "Configured";
|
|
65760
66683
|
const _Confi = "Config";
|
|
65761
66684
|
const _Conn = "Connections";
|
|
@@ -65902,6 +66825,10 @@ const _DIIT = "DescribeImportImageTasks";
|
|
|
65902
66825
|
const _DIOAA = "DisableIpamOrganizationAdminAccount";
|
|
65903
66826
|
const _DIP = "DeleteIpamPool";
|
|
65904
66827
|
const _DIPC = "DeprovisionIpamPoolCidr";
|
|
66828
|
+
const _DIPLR = "DeleteIpamPrefixListResolver";
|
|
66829
|
+
const _DIPLRT = "DeleteIpamPrefixListResolverTarget";
|
|
66830
|
+
const _DIPLRTe = "DescribeIpamPrefixListResolverTargets";
|
|
66831
|
+
const _DIPLRe = "DescribeIpamPrefixListResolvers";
|
|
65905
66832
|
const _DIPe = "DescribeIpamPools";
|
|
65906
66833
|
const _DIPes = "DescribeIpv6Pools";
|
|
65907
66834
|
const _DIR = "DescribeImageReferences";
|
|
@@ -66183,6 +67110,7 @@ const _DVe = "DeleteVpc";
|
|
|
66183
67110
|
const _DVef = "DefaultVersion";
|
|
66184
67111
|
const _DVes = "DescribeVolumes";
|
|
66185
67112
|
const _DVesc = "DescribeVpcs";
|
|
67113
|
+
const _DVesi = "DesiredVersion";
|
|
66186
67114
|
const _DVest = "DestinationVpc";
|
|
66187
67115
|
const _DVet = "DetachVolume";
|
|
66188
67116
|
const _Da = "Data";
|
|
@@ -66232,6 +67160,7 @@ const _EEEBD = "EnableEbsEncryptionByDefault";
|
|
|
66232
67160
|
const _EEI = "EndpointEniId";
|
|
66233
67161
|
const _EFL = "EnableFastLaunch";
|
|
66234
67162
|
const _EFR = "EgressFilterRules";
|
|
67163
|
+
const _EFS = "ElasticFileSystem";
|
|
66235
67164
|
const _EFSR = "EnableFastSnapshotRestores";
|
|
66236
67165
|
const _EGA = "ElasticGpuAssociations";
|
|
66237
67166
|
const _EGAI = "ElasticGpuAssociationId";
|
|
@@ -66438,6 +67367,9 @@ const _GIDRC = "GetIpamDiscoveredResourceCidrs";
|
|
|
66438
67367
|
const _GIMD = "GetInstanceMetadataDefaults";
|
|
66439
67368
|
const _GIPA = "GetIpamPoolAllocations";
|
|
66440
67369
|
const _GIPC = "GetIpamPoolCidrs";
|
|
67370
|
+
const _GIPLRR = "GetIpamPrefixListResolverRules";
|
|
67371
|
+
const _GIPLRV = "GetIpamPrefixListResolverVersions";
|
|
67372
|
+
const _GIPLRVE = "GetIpamPrefixListResolverVersionEntries";
|
|
66441
67373
|
const _GIRC = "GetIpamResourceCidrs";
|
|
66442
67374
|
const _GITEP = "GetInstanceTpmEkPub";
|
|
66443
67375
|
const _GITFIR = "GetInstanceTypesFromInstanceRequirements";
|
|
@@ -66633,6 +67565,19 @@ const _IPI = "IpamPoolId";
|
|
|
66633
67565
|
const _IPIp = "IpamPoolIds";
|
|
66634
67566
|
const _IPIs = "IsPrimaryIpv6";
|
|
66635
67567
|
const _IPK = "IncludePublicKey";
|
|
67568
|
+
const _IPLR = "IpamPrefixListResolver";
|
|
67569
|
+
const _IPLRA = "IpamPrefixListResolverArn";
|
|
67570
|
+
const _IPLRI = "IpamPrefixListResolverId";
|
|
67571
|
+
const _IPLRIp = "IpamPrefixListResolverIds";
|
|
67572
|
+
const _IPLRSE = "IpamPrefixListResolverSyncEnabled";
|
|
67573
|
+
const _IPLRT = "IpamPrefixListResolverTarget";
|
|
67574
|
+
const _IPLRTA = "IpamPrefixListResolverTargetArn";
|
|
67575
|
+
const _IPLRTI = "IpamPrefixListResolverTargetId";
|
|
67576
|
+
const _IPLRTIp = "IpamPrefixListResolverTargetIds";
|
|
67577
|
+
const _IPLRTp = "IpamPrefixListResolverTargets";
|
|
67578
|
+
const _IPLRV = "IpamPrefixListResolverVersion";
|
|
67579
|
+
const _IPLRVp = "IpamPrefixListResolverVersions";
|
|
67580
|
+
const _IPLRp = "IpamPrefixListResolvers";
|
|
66636
67581
|
const _IPO = "IpamPoolOwner";
|
|
66637
67582
|
const _IPR = "IsPermanentRestore";
|
|
66638
67583
|
const _IPTUC = "InstancePoolsToUseCount";
|
|
@@ -66840,6 +67785,7 @@ const _LSDT = "LastSuccessfulDiscoveryTime";
|
|
|
66840
67785
|
const _LSIRB = "ListSnapshotsInRecycleBin";
|
|
66841
67786
|
const _LSL = "LogsStorageLocation";
|
|
66842
67787
|
const _LST = "LocalStorageTypes";
|
|
67788
|
+
const _LSV = "LastSyncedVersion";
|
|
66843
67789
|
const _LSa = "LaunchSpecification";
|
|
66844
67790
|
const _LSau = "LaunchSpecifications";
|
|
66845
67791
|
const _LSi = "LicenseSpecifications";
|
|
@@ -66870,8 +67816,11 @@ const _LUT = "LastUpdateTime";
|
|
|
66870
67816
|
const _LUTa = "LastUpdatedTime";
|
|
66871
67817
|
const _LUTas = "LastUpdateTimestamp";
|
|
66872
67818
|
const _LV = "LogVersion";
|
|
67819
|
+
const _LVCS = "LastVersionCreationStatus";
|
|
67820
|
+
const _LVCSM = "LastVersionCreationStatusMessage";
|
|
66873
67821
|
const _LVN = "LatestVersionNumber";
|
|
66874
67822
|
const _La = "Latest";
|
|
67823
|
+
const _Lam = "Lambda";
|
|
66875
67824
|
const _Li = "Lifecycle";
|
|
66876
67825
|
const _Lic = "Licenses";
|
|
66877
67826
|
const _Lo = "Location";
|
|
@@ -66943,6 +67892,8 @@ const _MIMO = "ModifyInstanceMaintenanceOptions";
|
|
|
66943
67892
|
const _MIMOo = "ModifyInstanceMetadataOptions";
|
|
66944
67893
|
const _MINPO = "ModifyInstanceNetworkPerformanceOptions";
|
|
66945
67894
|
const _MIP = "ModifyInstancePlacement";
|
|
67895
|
+
const _MIPLR = "ModifyIpamPrefixListResolver";
|
|
67896
|
+
const _MIPLRT = "ModifyIpamPrefixListResolverTarget";
|
|
66946
67897
|
const _MIPo = "ModifyIpamPool";
|
|
66947
67898
|
const _MIRC = "ModifyIpamResourceCidr";
|
|
66948
67899
|
const _MIRD = "ModifyIpamResourceDiscovery";
|
|
@@ -67183,6 +68134,7 @@ const _OV = "OptionValues";
|
|
|
67183
68134
|
const _OVC = "OpenVpnConfigurations";
|
|
67184
68135
|
const _OVT = "OriginalVolumeType";
|
|
67185
68136
|
const _Op = "Options";
|
|
68137
|
+
const _Ope = "Operation";
|
|
67186
68138
|
const _Or = "Origin";
|
|
67187
68139
|
const _Ou = "Output";
|
|
67188
68140
|
const _Ov = "Overrides";
|
|
@@ -67298,6 +68250,7 @@ const _PLI = "PrefixListId";
|
|
|
67298
68250
|
const _PLIr = "PrefixListIds";
|
|
67299
68251
|
const _PLN = "PrefixListName";
|
|
67300
68252
|
const _PLOI = "PrefixListOwnerId";
|
|
68253
|
+
const _PLR = "PrefixListRegion";
|
|
67301
68254
|
const _PLS = "Phase1LifetimeSeconds";
|
|
67302
68255
|
const _PLSh = "Phase2LifetimeSeconds";
|
|
67303
68256
|
const _PLr = "PrefixList";
|
|
@@ -67568,6 +68521,7 @@ const _RTeso = "ResourceTag";
|
|
|
67568
68521
|
const _RTesou = "ResourceTags";
|
|
67569
68522
|
const _RTo = "RouteTable";
|
|
67570
68523
|
const _RTou = "RouteTables";
|
|
68524
|
+
const _RTu = "RuleType";
|
|
67571
68525
|
const _RUFO = "ReservationUnusedFinancialOwner";
|
|
67572
68526
|
const _RUI = "ReplaceUnhealthyInstances";
|
|
67573
68527
|
const _RUV = "RemainingUpfrontValue";
|
|
@@ -67595,6 +68549,7 @@ const _Ret = "Return";
|
|
|
67595
68549
|
const _Ro = "Role";
|
|
67596
68550
|
const _Rou = "Route";
|
|
67597
68551
|
const _Rout = "Routes";
|
|
68552
|
+
const _Ru = "Rules";
|
|
67598
68553
|
const _S = "Source";
|
|
67599
68554
|
const _SA = "StartupAction";
|
|
67600
68555
|
const _SAI = "SecondaryAllocationIds";
|
|
@@ -67624,6 +68579,7 @@ const _SCc = "ScopeCount";
|
|
|
67624
68579
|
const _SCe = "ServiceConfiguration";
|
|
67625
68580
|
const _SCer = "ServiceConfigurations";
|
|
67626
68581
|
const _SCn = "SnapshotConfiguration";
|
|
68582
|
+
const _SCt = "StaticCidr";
|
|
67627
68583
|
const _SD = "StartDate";
|
|
67628
68584
|
const _SDC = "SourceDestCheck";
|
|
67629
68585
|
const _SDI = "SendDiagnosticInterrupt";
|
|
@@ -67908,6 +68864,7 @@ const _TIar = "TargetIops";
|
|
|
67908
68864
|
const _TIe = "TenantId";
|
|
67909
68865
|
const _TIer = "TerminatingInstances";
|
|
67910
68866
|
const _TLSGB = "TotalLocalStorageGB";
|
|
68867
|
+
const _TLV = "TrackLatestVersion";
|
|
67911
68868
|
const _TMAE = "TargetMultiAttachEnabled";
|
|
67912
68869
|
const _TMF = "TrafficMirrorFilter";
|
|
67913
68870
|
const _TMFI = "TrafficMirrorFilterId";
|
|
@@ -68091,6 +69048,7 @@ const _VIl = "VlanId";
|
|
|
68091
69048
|
const _VIo = "VolumeId";
|
|
68092
69049
|
const _VIol = "VolumeIds";
|
|
68093
69050
|
const _VIp = "VpcIds";
|
|
69051
|
+
const _VL = "VpcLattice";
|
|
68094
69052
|
const _VM = "VerificationMethod";
|
|
68095
69053
|
const _VMo = "VolumesModifications";
|
|
68096
69054
|
const _VMol = "VolumeModification";
|
|
@@ -68450,7 +69408,8 @@ const _cSBN = "certificateS3BucketName";
|
|
|
68450
69408
|
const _cSFRS = "currentSpotFleetRequestState";
|
|
68451
69409
|
const _cSOK = "certificateS3ObjectKey";
|
|
68452
69410
|
const _cSl = "clientSecret";
|
|
68453
|
-
const _cSo = "
|
|
69411
|
+
const _cSo = "conditionSet";
|
|
69412
|
+
const _cSom = "complianceStatus";
|
|
68454
69413
|
const _cSon = "configurationState";
|
|
68455
69414
|
const _cSonn = "connectionStatuses";
|
|
68456
69415
|
const _cSr = "creditSpecification";
|
|
@@ -68578,7 +69537,8 @@ const _dV = "destinationVpc";
|
|
|
68578
69537
|
const _dVC = "defaultVCpus";
|
|
68579
69538
|
const _dVD = "deviceValidationDomain";
|
|
68580
69539
|
const _dVN = "defaultVersionNumber";
|
|
68581
|
-
const _dVe = "
|
|
69540
|
+
const _dVe = "desiredVersion";
|
|
69541
|
+
const _dVef = "defaultVersion";
|
|
68582
69542
|
const _de = "description";
|
|
68583
69543
|
const _dea = "deadline";
|
|
68584
69544
|
const _def = "default";
|
|
@@ -68612,6 +69572,7 @@ const _eEA = "endpointEniAddress";
|
|
|
68612
69572
|
const _eEBD = "ebsEncryptionByDefault";
|
|
68613
69573
|
const _eEI = "endpointEniId";
|
|
68614
69574
|
const _eFRS = "egressFilterRuleSet";
|
|
69575
|
+
const _eFS = "elasticFileSystem";
|
|
68615
69576
|
const _eGAI = "elasticGpuAssociationId";
|
|
68616
69577
|
const _eGAS = "elasticGpuAssociationState";
|
|
68617
69578
|
const _eGASl = "elasticGpuAssociationSet";
|
|
@@ -68888,6 +69849,16 @@ const _iPCpv = "ipv6PrefixCount";
|
|
|
68888
69849
|
const _iPE = "ipPermissionsEgress";
|
|
68889
69850
|
const _iPI = "isPrimaryIpv6";
|
|
68890
69851
|
const _iPIp = "ipamPoolId";
|
|
69852
|
+
const _iPLR = "ipamPrefixListResolver";
|
|
69853
|
+
const _iPLRA = "ipamPrefixListResolverArn";
|
|
69854
|
+
const _iPLRI = "ipamPrefixListResolverId";
|
|
69855
|
+
const _iPLRS = "ipamPrefixListResolverSet";
|
|
69856
|
+
const _iPLRSE = "ipamPrefixListResolverSyncEnabled";
|
|
69857
|
+
const _iPLRT = "ipamPrefixListResolverTarget";
|
|
69858
|
+
const _iPLRTA = "ipamPrefixListResolverTargetArn";
|
|
69859
|
+
const _iPLRTI = "ipamPrefixListResolverTargetId";
|
|
69860
|
+
const _iPLRTS = "ipamPrefixListResolverTargetSet";
|
|
69861
|
+
const _iPLRVS = "ipamPrefixListResolverVersionSet";
|
|
68891
69862
|
const _iPR = "isPermanentRestore";
|
|
68892
69863
|
const _iPS = "ipamPoolSet";
|
|
68893
69864
|
const _iPSm = "imageProviderSet";
|
|
@@ -69074,6 +70045,7 @@ const _lS = "licenseSpecifications";
|
|
|
69074
70045
|
const _lSC = "lastStatusChange";
|
|
69075
70046
|
const _lSDT = "lastSuccessfulDiscoveryTime";
|
|
69076
70047
|
const _lSTS = "localStorageTypeSet";
|
|
70048
|
+
const _lSV = "lastSyncedVersion";
|
|
69077
70049
|
const _lSa = "launchSpecifications";
|
|
69078
70050
|
const _lSau = "launchSpecification";
|
|
69079
70051
|
const _lSi = "licenseSet";
|
|
@@ -69100,7 +70072,10 @@ const _lUT = "lastUpdateTime";
|
|
|
69100
70072
|
const _lUTa = "lastUpdatedTime";
|
|
69101
70073
|
const _lUTas = "lastUpdateTimestamp";
|
|
69102
70074
|
const _lV = "logVersion";
|
|
70075
|
+
const _lVCS = "lastVersionCreationStatus";
|
|
70076
|
+
const _lVCSM = "lastVersionCreationStatusMessage";
|
|
69103
70077
|
const _lVN = "latestVersionNumber";
|
|
70078
|
+
const _la = "lambda";
|
|
69104
70079
|
const _lo = "location";
|
|
69105
70080
|
const _loc = "locale";
|
|
69106
70081
|
const _m = "min";
|
|
@@ -69305,6 +70280,7 @@ const _oVCS = "openVpnConfigurationSet";
|
|
|
69305
70280
|
const _oVS = "optionValueSet";
|
|
69306
70281
|
const _oVT = "originalVolumeType";
|
|
69307
70282
|
const _op = "operator";
|
|
70283
|
+
const _ope = "operation";
|
|
69308
70284
|
const _opt = "options";
|
|
69309
70285
|
const _ou = "output";
|
|
69310
70286
|
const _ov = "overrides";
|
|
@@ -69399,6 +70375,7 @@ const _pLI = "prefixListId";
|
|
|
69399
70375
|
const _pLIr = "prefixListIds";
|
|
69400
70376
|
const _pLN = "prefixListName";
|
|
69401
70377
|
const _pLOI = "prefixListOwnerId";
|
|
70378
|
+
const _pLR = "prefixListRegion";
|
|
69402
70379
|
const _pLS = "prefixListSet";
|
|
69403
70380
|
const _pLSh = "phase1LifetimeSeconds";
|
|
69404
70381
|
const _pLSha = "phase2LifetimeSeconds";
|
|
@@ -69569,6 +70546,7 @@ const _rSesou = "resourceSet";
|
|
|
69569
70546
|
const _rSo = "routeServer";
|
|
69570
70547
|
const _rSou = "routeSet";
|
|
69571
70548
|
const _rSout = "routeStatus";
|
|
70549
|
+
const _rSu = "ruleSet";
|
|
69572
70550
|
const _rT = "reservationType";
|
|
69573
70551
|
const _rTAI = "routeTableAssociationId";
|
|
69574
70552
|
const _rTI = "routeTableId";
|
|
@@ -69583,7 +70561,9 @@ const _rTV = "remainingTotalValue";
|
|
|
69583
70561
|
const _rTe = "resourceType";
|
|
69584
70562
|
const _rTel = "releaseTime";
|
|
69585
70563
|
const _rTeq = "requestTime";
|
|
70564
|
+
const _rTes = "resourceTag";
|
|
69586
70565
|
const _rTo = "routeTable";
|
|
70566
|
+
const _rTu = "ruleType";
|
|
69587
70567
|
const _rUFO = "reservationUnusedFinancialOwner";
|
|
69588
70568
|
const _rUI = "replaceUnhealthyInstances";
|
|
69589
70569
|
const _rUV = "remainingUpfrontValue";
|
|
@@ -69625,6 +70605,7 @@ const _sCS = "serviceConfigurationSet";
|
|
|
69625
70605
|
const _sCSIG = "sustainedClockSpeedInGhz";
|
|
69626
70606
|
const _sCc = "scopeCount";
|
|
69627
70607
|
const _sCn = "snapshotConfiguration";
|
|
70608
|
+
const _sCt = "staticCidr";
|
|
69628
70609
|
const _sD = "startDate";
|
|
69629
70610
|
const _sDC = "sourceDestCheck";
|
|
69630
70611
|
const _sDIH = "slotDurationInHours";
|
|
@@ -69862,6 +70843,7 @@ const _tIWE = "terminateInstancesWithExpiration";
|
|
|
69862
70843
|
const _tIa = "targetIops";
|
|
69863
70844
|
const _tIe = "tenantId";
|
|
69864
70845
|
const _tLSGB = "totalLocalStorageGB";
|
|
70846
|
+
const _tLV = "trackLatestVersion";
|
|
69865
70847
|
const _tMAE = "targetMultiAttachEnabled";
|
|
69866
70848
|
const _tMF = "trafficMirrorFilter";
|
|
69867
70849
|
const _tMFI = "trafficMirrorFilterId";
|
|
@@ -70010,6 +70992,7 @@ const _vI = "vpcId";
|
|
|
70010
70992
|
const _vIR = "volumeInitializationRate";
|
|
70011
70993
|
const _vIl = "vlanId";
|
|
70012
70994
|
const _vIo = "volumeId";
|
|
70995
|
+
const _vL = "vpcLattice";
|
|
70013
70996
|
const _vM = "volumeModification";
|
|
70014
70997
|
const _vMS = "volumeModificationSet";
|
|
70015
70998
|
const _vN = "virtualName";
|
|
@@ -70766,6 +71749,8 @@ const ResourceType = {
|
|
|
70766
71749
|
ipam: "ipam",
|
|
70767
71750
|
ipam_external_resource_verification_token: "ipam-external-resource-verification-token",
|
|
70768
71751
|
ipam_pool: "ipam-pool",
|
|
71752
|
+
ipam_prefix_list_resolver: "ipam-prefix-list-resolver",
|
|
71753
|
+
ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target",
|
|
70769
71754
|
ipam_resource_discovery: "ipam-resource-discovery",
|
|
70770
71755
|
ipam_resource_discovery_association: "ipam-resource-discovery-association",
|
|
70771
71756
|
ipam_scope: "ipam-scope",
|
|
@@ -73081,6 +74066,60 @@ const IpamPoolState = {
|
|
|
73081
74066
|
modify_in_progress: "modify-in-progress",
|
|
73082
74067
|
restore_in_progress: "restore-in-progress",
|
|
73083
74068
|
};
|
|
74069
|
+
const IpamPrefixListResolverRuleConditionOperation = {
|
|
74070
|
+
equals: "equals",
|
|
74071
|
+
not_equals: "not-equals",
|
|
74072
|
+
subnet_of: "subnet-of",
|
|
74073
|
+
};
|
|
74074
|
+
const IpamResourceType = {
|
|
74075
|
+
eip: "eip",
|
|
74076
|
+
eni: "eni",
|
|
74077
|
+
ipv6_pool: "ipv6-pool",
|
|
74078
|
+
public_ipv4_pool: "public-ipv4-pool",
|
|
74079
|
+
subnet: "subnet",
|
|
74080
|
+
vpc: "vpc",
|
|
74081
|
+
};
|
|
74082
|
+
const IpamPrefixListResolverRuleType = {
|
|
74083
|
+
ipam_pool_cidr: "ipam-pool-cidr",
|
|
74084
|
+
ipam_resource_cidr: "ipam-resource-cidr",
|
|
74085
|
+
static_cidr: "static-cidr",
|
|
74086
|
+
};
|
|
74087
|
+
const IpamPrefixListResolverVersionCreationStatus = {
|
|
74088
|
+
failure: "failure",
|
|
74089
|
+
pending: "pending",
|
|
74090
|
+
success: "success",
|
|
74091
|
+
};
|
|
74092
|
+
const IpamPrefixListResolverState = {
|
|
74093
|
+
create_complete: "create-complete",
|
|
74094
|
+
create_failed: "create-failed",
|
|
74095
|
+
create_in_progress: "create-in-progress",
|
|
74096
|
+
delete_complete: "delete-complete",
|
|
74097
|
+
delete_failed: "delete-failed",
|
|
74098
|
+
delete_in_progress: "delete-in-progress",
|
|
74099
|
+
isolate_complete: "isolate-complete",
|
|
74100
|
+
isolate_in_progress: "isolate-in-progress",
|
|
74101
|
+
modify_complete: "modify-complete",
|
|
74102
|
+
modify_failed: "modify-failed",
|
|
74103
|
+
modify_in_progress: "modify-in-progress",
|
|
74104
|
+
restore_in_progress: "restore-in-progress",
|
|
74105
|
+
};
|
|
74106
|
+
const IpamPrefixListResolverTargetState = {
|
|
74107
|
+
create_complete: "create-complete",
|
|
74108
|
+
create_failed: "create-failed",
|
|
74109
|
+
create_in_progress: "create-in-progress",
|
|
74110
|
+
delete_complete: "delete-complete",
|
|
74111
|
+
delete_failed: "delete-failed",
|
|
74112
|
+
delete_in_progress: "delete-in-progress",
|
|
74113
|
+
isolate_complete: "isolate-complete",
|
|
74114
|
+
isolate_in_progress: "isolate-in-progress",
|
|
74115
|
+
modify_complete: "modify-complete",
|
|
74116
|
+
modify_failed: "modify-failed",
|
|
74117
|
+
modify_in_progress: "modify-in-progress",
|
|
74118
|
+
restore_in_progress: "restore-in-progress",
|
|
74119
|
+
sync_complete: "sync-complete",
|
|
74120
|
+
sync_failed: "sync-failed",
|
|
74121
|
+
sync_in_progress: "sync-in-progress",
|
|
74122
|
+
};
|
|
73084
74123
|
const IpamResourceDiscoveryState = {
|
|
73085
74124
|
CREATE_COMPLETE: "create-complete",
|
|
73086
74125
|
CREATE_FAILED: "create-failed",
|
|
@@ -73180,22 +74219,6 @@ const KeyPairFilterSensitiveLog = (obj) => ({
|
|
|
73180
74219
|
...obj,
|
|
73181
74220
|
...(obj.KeyMaterial && { KeyMaterial: smithyClient.SENSITIVE_STRING }),
|
|
73182
74221
|
});
|
|
73183
|
-
const RequestLaunchTemplateDataFilterSensitiveLog = (obj) => ({
|
|
73184
|
-
...obj,
|
|
73185
|
-
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
73186
|
-
});
|
|
73187
|
-
const CreateLaunchTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
73188
|
-
...obj,
|
|
73189
|
-
...(obj.LaunchTemplateData && {
|
|
73190
|
-
LaunchTemplateData: RequestLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
73191
|
-
}),
|
|
73192
|
-
});
|
|
73193
|
-
const CreateLaunchTemplateVersionRequestFilterSensitiveLog = (obj) => ({
|
|
73194
|
-
...obj,
|
|
73195
|
-
...(obj.LaunchTemplateData && {
|
|
73196
|
-
LaunchTemplateData: RequestLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
73197
|
-
}),
|
|
73198
|
-
});
|
|
73199
74222
|
|
|
73200
74223
|
class CopySnapshotCommand extends smithyClient.Command
|
|
73201
74224
|
.classBuilder()
|
|
@@ -73691,6 +74714,40 @@ class CreateIpamPoolCommand extends smithyClient.Command
|
|
|
73691
74714
|
.build() {
|
|
73692
74715
|
}
|
|
73693
74716
|
|
|
74717
|
+
class CreateIpamPrefixListResolverCommand extends smithyClient.Command
|
|
74718
|
+
.classBuilder()
|
|
74719
|
+
.ep(commonParams)
|
|
74720
|
+
.m(function (Command, cs, config, o) {
|
|
74721
|
+
return [
|
|
74722
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
74723
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
74724
|
+
];
|
|
74725
|
+
})
|
|
74726
|
+
.s("AmazonEC2", "CreateIpamPrefixListResolver", {})
|
|
74727
|
+
.n("EC2Client", "CreateIpamPrefixListResolverCommand")
|
|
74728
|
+
.f(void 0, void 0)
|
|
74729
|
+
.ser(se_CreateIpamPrefixListResolverCommand)
|
|
74730
|
+
.de(de_CreateIpamPrefixListResolverCommand)
|
|
74731
|
+
.build() {
|
|
74732
|
+
}
|
|
74733
|
+
|
|
74734
|
+
class CreateIpamPrefixListResolverTargetCommand extends smithyClient.Command
|
|
74735
|
+
.classBuilder()
|
|
74736
|
+
.ep(commonParams)
|
|
74737
|
+
.m(function (Command, cs, config, o) {
|
|
74738
|
+
return [
|
|
74739
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
74740
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
74741
|
+
];
|
|
74742
|
+
})
|
|
74743
|
+
.s("AmazonEC2", "CreateIpamPrefixListResolverTarget", {})
|
|
74744
|
+
.n("EC2Client", "CreateIpamPrefixListResolverTargetCommand")
|
|
74745
|
+
.f(void 0, void 0)
|
|
74746
|
+
.ser(se_CreateIpamPrefixListResolverTargetCommand)
|
|
74747
|
+
.de(de_CreateIpamPrefixListResolverTargetCommand)
|
|
74748
|
+
.build() {
|
|
74749
|
+
}
|
|
74750
|
+
|
|
73694
74751
|
class CreateIpamResourceDiscoveryCommand extends smithyClient.Command
|
|
73695
74752
|
.classBuilder()
|
|
73696
74753
|
.ep(commonParams)
|
|
@@ -73742,23 +74799,6 @@ class CreateKeyPairCommand extends smithyClient.Command
|
|
|
73742
74799
|
.build() {
|
|
73743
74800
|
}
|
|
73744
74801
|
|
|
73745
|
-
class CreateLaunchTemplateCommand extends smithyClient.Command
|
|
73746
|
-
.classBuilder()
|
|
73747
|
-
.ep(commonParams)
|
|
73748
|
-
.m(function (Command, cs, config, o) {
|
|
73749
|
-
return [
|
|
73750
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
73751
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
73752
|
-
];
|
|
73753
|
-
})
|
|
73754
|
-
.s("AmazonEC2", "CreateLaunchTemplate", {})
|
|
73755
|
-
.n("EC2Client", "CreateLaunchTemplateCommand")
|
|
73756
|
-
.f(CreateLaunchTemplateRequestFilterSensitiveLog, void 0)
|
|
73757
|
-
.ser(se_CreateLaunchTemplateCommand)
|
|
73758
|
-
.de(de_CreateLaunchTemplateCommand)
|
|
73759
|
-
.build() {
|
|
73760
|
-
}
|
|
73761
|
-
|
|
73762
74802
|
const LaunchTemplateInstanceMetadataOptionsState = {
|
|
73763
74803
|
applied: "applied",
|
|
73764
74804
|
pending: "pending",
|
|
@@ -74108,22 +75148,22 @@ const VerifiedAccessEndpointStatusCode = {
|
|
|
74108
75148
|
pending: "pending",
|
|
74109
75149
|
updating: "updating",
|
|
74110
75150
|
};
|
|
74111
|
-
const
|
|
74112
|
-
|
|
74113
|
-
|
|
74114
|
-
};
|
|
74115
|
-
const
|
|
74116
|
-
|
|
74117
|
-
|
|
74118
|
-
|
|
74119
|
-
|
|
74120
|
-
|
|
74121
|
-
|
|
74122
|
-
|
|
74123
|
-
|
|
74124
|
-
|
|
74125
|
-
|
|
74126
|
-
};
|
|
75151
|
+
const RequestLaunchTemplateDataFilterSensitiveLog = (obj) => ({
|
|
75152
|
+
...obj,
|
|
75153
|
+
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
75154
|
+
});
|
|
75155
|
+
const CreateLaunchTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
75156
|
+
...obj,
|
|
75157
|
+
...(obj.LaunchTemplateData && {
|
|
75158
|
+
LaunchTemplateData: RequestLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
75159
|
+
}),
|
|
75160
|
+
});
|
|
75161
|
+
const CreateLaunchTemplateVersionRequestFilterSensitiveLog = (obj) => ({
|
|
75162
|
+
...obj,
|
|
75163
|
+
...(obj.LaunchTemplateData && {
|
|
75164
|
+
LaunchTemplateData: RequestLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
75165
|
+
}),
|
|
75166
|
+
});
|
|
74127
75167
|
const ResponseLaunchTemplateDataFilterSensitiveLog = (obj) => ({
|
|
74128
75168
|
...obj,
|
|
74129
75169
|
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
@@ -74144,29 +75184,23 @@ const CreateMacSystemIntegrityProtectionModificationTaskRequestFilterSensitiveLo
|
|
|
74144
75184
|
...obj,
|
|
74145
75185
|
...(obj.MacCredentials && { MacCredentials: smithyClient.SENSITIVE_STRING }),
|
|
74146
75186
|
});
|
|
74147
|
-
|
|
74148
|
-
|
|
74149
|
-
|
|
74150
|
-
|
|
74151
|
-
|
|
74152
|
-
|
|
74153
|
-
|
|
74154
|
-
|
|
74155
|
-
|
|
74156
|
-
|
|
74157
|
-
|
|
74158
|
-
|
|
74159
|
-
|
|
74160
|
-
|
|
74161
|
-
|
|
74162
|
-
|
|
74163
|
-
}
|
|
74164
|
-
const CreateVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
74165
|
-
...obj,
|
|
74166
|
-
...(obj.VerifiedAccessTrustProvider && {
|
|
74167
|
-
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
74168
|
-
}),
|
|
74169
|
-
});
|
|
75187
|
+
|
|
75188
|
+
class CreateLaunchTemplateCommand extends smithyClient.Command
|
|
75189
|
+
.classBuilder()
|
|
75190
|
+
.ep(commonParams)
|
|
75191
|
+
.m(function (Command, cs, config, o) {
|
|
75192
|
+
return [
|
|
75193
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
75194
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
75195
|
+
];
|
|
75196
|
+
})
|
|
75197
|
+
.s("AmazonEC2", "CreateLaunchTemplate", {})
|
|
75198
|
+
.n("EC2Client", "CreateLaunchTemplateCommand")
|
|
75199
|
+
.f(CreateLaunchTemplateRequestFilterSensitiveLog, void 0)
|
|
75200
|
+
.ser(se_CreateLaunchTemplateCommand)
|
|
75201
|
+
.de(de_CreateLaunchTemplateCommand)
|
|
75202
|
+
.build() {
|
|
75203
|
+
}
|
|
74170
75204
|
|
|
74171
75205
|
class CreateLaunchTemplateVersionCommand extends smithyClient.Command
|
|
74172
75206
|
.classBuilder()
|
|
@@ -75052,142 +76086,22 @@ class CreateVerifiedAccessInstanceCommand extends smithyClient.Command
|
|
|
75052
76086
|
.build() {
|
|
75053
76087
|
}
|
|
75054
76088
|
|
|
75055
|
-
|
|
75056
|
-
|
|
75057
|
-
|
|
75058
|
-
|
|
75059
|
-
|
|
75060
|
-
|
|
75061
|
-
|
|
75062
|
-
|
|
75063
|
-
|
|
75064
|
-
|
|
75065
|
-
|
|
75066
|
-
|
|
75067
|
-
|
|
75068
|
-
|
|
75069
|
-
|
|
75070
|
-
}
|
|
75071
|
-
|
|
75072
|
-
class CreateVolumeCommand extends smithyClient.Command
|
|
75073
|
-
.classBuilder()
|
|
75074
|
-
.ep(commonParams)
|
|
75075
|
-
.m(function (Command, cs, config, o) {
|
|
75076
|
-
return [
|
|
75077
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
75078
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
75079
|
-
];
|
|
75080
|
-
})
|
|
75081
|
-
.s("AmazonEC2", "CreateVolume", {})
|
|
75082
|
-
.n("EC2Client", "CreateVolumeCommand")
|
|
75083
|
-
.f(void 0, void 0)
|
|
75084
|
-
.ser(se_CreateVolumeCommand)
|
|
75085
|
-
.de(de_CreateVolumeCommand)
|
|
75086
|
-
.build() {
|
|
75087
|
-
}
|
|
75088
|
-
|
|
75089
|
-
class CreateVpcBlockPublicAccessExclusionCommand extends smithyClient.Command
|
|
75090
|
-
.classBuilder()
|
|
75091
|
-
.ep(commonParams)
|
|
75092
|
-
.m(function (Command, cs, config, o) {
|
|
75093
|
-
return [
|
|
75094
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
75095
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
75096
|
-
];
|
|
75097
|
-
})
|
|
75098
|
-
.s("AmazonEC2", "CreateVpcBlockPublicAccessExclusion", {})
|
|
75099
|
-
.n("EC2Client", "CreateVpcBlockPublicAccessExclusionCommand")
|
|
75100
|
-
.f(void 0, void 0)
|
|
75101
|
-
.ser(se_CreateVpcBlockPublicAccessExclusionCommand)
|
|
75102
|
-
.de(de_CreateVpcBlockPublicAccessExclusionCommand)
|
|
75103
|
-
.build() {
|
|
75104
|
-
}
|
|
75105
|
-
|
|
75106
|
-
class CreateVpcCommand extends smithyClient.Command
|
|
75107
|
-
.classBuilder()
|
|
75108
|
-
.ep(commonParams)
|
|
75109
|
-
.m(function (Command, cs, config, o) {
|
|
75110
|
-
return [
|
|
75111
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
75112
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
75113
|
-
];
|
|
75114
|
-
})
|
|
75115
|
-
.s("AmazonEC2", "CreateVpc", {})
|
|
75116
|
-
.n("EC2Client", "CreateVpcCommand")
|
|
75117
|
-
.f(void 0, void 0)
|
|
75118
|
-
.ser(se_CreateVpcCommand)
|
|
75119
|
-
.de(de_CreateVpcCommand)
|
|
75120
|
-
.build() {
|
|
75121
|
-
}
|
|
75122
|
-
|
|
75123
|
-
class CreateVpcEndpointCommand extends smithyClient.Command
|
|
75124
|
-
.classBuilder()
|
|
75125
|
-
.ep(commonParams)
|
|
75126
|
-
.m(function (Command, cs, config, o) {
|
|
75127
|
-
return [
|
|
75128
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
75129
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
75130
|
-
];
|
|
75131
|
-
})
|
|
75132
|
-
.s("AmazonEC2", "CreateVpcEndpoint", {})
|
|
75133
|
-
.n("EC2Client", "CreateVpcEndpointCommand")
|
|
75134
|
-
.f(void 0, void 0)
|
|
75135
|
-
.ser(se_CreateVpcEndpointCommand)
|
|
75136
|
-
.de(de_CreateVpcEndpointCommand)
|
|
75137
|
-
.build() {
|
|
75138
|
-
}
|
|
75139
|
-
|
|
75140
|
-
class CreateVpcEndpointConnectionNotificationCommand extends smithyClient.Command
|
|
75141
|
-
.classBuilder()
|
|
75142
|
-
.ep(commonParams)
|
|
75143
|
-
.m(function (Command, cs, config, o) {
|
|
75144
|
-
return [
|
|
75145
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
75146
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
75147
|
-
];
|
|
75148
|
-
})
|
|
75149
|
-
.s("AmazonEC2", "CreateVpcEndpointConnectionNotification", {})
|
|
75150
|
-
.n("EC2Client", "CreateVpcEndpointConnectionNotificationCommand")
|
|
75151
|
-
.f(void 0, void 0)
|
|
75152
|
-
.ser(se_CreateVpcEndpointConnectionNotificationCommand)
|
|
75153
|
-
.de(de_CreateVpcEndpointConnectionNotificationCommand)
|
|
75154
|
-
.build() {
|
|
75155
|
-
}
|
|
75156
|
-
|
|
75157
|
-
class CreateVpcEndpointServiceConfigurationCommand extends smithyClient.Command
|
|
75158
|
-
.classBuilder()
|
|
75159
|
-
.ep(commonParams)
|
|
75160
|
-
.m(function (Command, cs, config, o) {
|
|
75161
|
-
return [
|
|
75162
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
75163
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
75164
|
-
];
|
|
75165
|
-
})
|
|
75166
|
-
.s("AmazonEC2", "CreateVpcEndpointServiceConfiguration", {})
|
|
75167
|
-
.n("EC2Client", "CreateVpcEndpointServiceConfigurationCommand")
|
|
75168
|
-
.f(void 0, void 0)
|
|
75169
|
-
.ser(se_CreateVpcEndpointServiceConfigurationCommand)
|
|
75170
|
-
.de(de_CreateVpcEndpointServiceConfigurationCommand)
|
|
75171
|
-
.build() {
|
|
75172
|
-
}
|
|
75173
|
-
|
|
75174
|
-
class CreateVpcPeeringConnectionCommand extends smithyClient.Command
|
|
75175
|
-
.classBuilder()
|
|
75176
|
-
.ep(commonParams)
|
|
75177
|
-
.m(function (Command, cs, config, o) {
|
|
75178
|
-
return [
|
|
75179
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
75180
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
75181
|
-
];
|
|
75182
|
-
})
|
|
75183
|
-
.s("AmazonEC2", "CreateVpcPeeringConnection", {})
|
|
75184
|
-
.n("EC2Client", "CreateVpcPeeringConnectionCommand")
|
|
75185
|
-
.f(void 0, void 0)
|
|
75186
|
-
.ser(se_CreateVpcPeeringConnectionCommand)
|
|
75187
|
-
.de(de_CreateVpcPeeringConnectionCommand)
|
|
75188
|
-
.build() {
|
|
75189
|
-
}
|
|
75190
|
-
|
|
76089
|
+
const InternetGatewayExclusionMode = {
|
|
76090
|
+
allow_bidirectional: "allow-bidirectional",
|
|
76091
|
+
allow_egress: "allow-egress",
|
|
76092
|
+
};
|
|
76093
|
+
const VpcBlockPublicAccessExclusionState = {
|
|
76094
|
+
create_complete: "create-complete",
|
|
76095
|
+
create_failed: "create-failed",
|
|
76096
|
+
create_in_progress: "create-in-progress",
|
|
76097
|
+
delete_complete: "delete-complete",
|
|
76098
|
+
delete_in_progress: "delete-in-progress",
|
|
76099
|
+
disable_complete: "disable-complete",
|
|
76100
|
+
disable_in_progress: "disable-in-progress",
|
|
76101
|
+
update_complete: "update-complete",
|
|
76102
|
+
update_failed: "update-failed",
|
|
76103
|
+
update_in_progress: "update-in-progress",
|
|
76104
|
+
};
|
|
75191
76105
|
const DnsRecordIpType = {
|
|
75192
76106
|
dualstack: "dualstack",
|
|
75193
76107
|
ipv4: "ipv4",
|
|
@@ -75349,21 +76263,29 @@ const PeriodType = {
|
|
|
75349
76263
|
const StatisticType = {
|
|
75350
76264
|
p50: "p50",
|
|
75351
76265
|
};
|
|
75352
|
-
const
|
|
75353
|
-
|
|
75354
|
-
|
|
75355
|
-
|
|
75356
|
-
|
|
75357
|
-
|
|
75358
|
-
|
|
75359
|
-
|
|
75360
|
-
|
|
75361
|
-
|
|
75362
|
-
|
|
75363
|
-
|
|
75364
|
-
|
|
75365
|
-
|
|
75366
|
-
|
|
76266
|
+
const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
76267
|
+
...obj,
|
|
76268
|
+
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
76269
|
+
});
|
|
76270
|
+
const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
76271
|
+
...obj,
|
|
76272
|
+
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
76273
|
+
});
|
|
76274
|
+
const CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog = (obj) => ({
|
|
76275
|
+
...obj,
|
|
76276
|
+
...(obj.OidcOptions && {
|
|
76277
|
+
OidcOptions: CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions),
|
|
76278
|
+
}),
|
|
76279
|
+
...(obj.NativeApplicationOidcOptions && {
|
|
76280
|
+
NativeApplicationOidcOptions: CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(obj.NativeApplicationOidcOptions),
|
|
76281
|
+
}),
|
|
76282
|
+
});
|
|
76283
|
+
const CreateVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
76284
|
+
...obj,
|
|
76285
|
+
...(obj.VerifiedAccessTrustProvider && {
|
|
76286
|
+
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
76287
|
+
}),
|
|
76288
|
+
});
|
|
75367
76289
|
const VpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
|
|
75368
76290
|
...obj,
|
|
75369
76291
|
...(obj.PreSharedKey && { PreSharedKey: smithyClient.SENSITIVE_STRING }),
|
|
@@ -75401,10 +76323,142 @@ const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
|
75401
76323
|
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
75402
76324
|
}),
|
|
75403
76325
|
});
|
|
75404
|
-
|
|
75405
|
-
|
|
75406
|
-
|
|
75407
|
-
|
|
76326
|
+
|
|
76327
|
+
class CreateVerifiedAccessTrustProviderCommand extends smithyClient.Command
|
|
76328
|
+
.classBuilder()
|
|
76329
|
+
.ep(commonParams)
|
|
76330
|
+
.m(function (Command, cs, config, o) {
|
|
76331
|
+
return [
|
|
76332
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76333
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76334
|
+
];
|
|
76335
|
+
})
|
|
76336
|
+
.s("AmazonEC2", "CreateVerifiedAccessTrustProvider", {})
|
|
76337
|
+
.n("EC2Client", "CreateVerifiedAccessTrustProviderCommand")
|
|
76338
|
+
.f(CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog, CreateVerifiedAccessTrustProviderResultFilterSensitiveLog)
|
|
76339
|
+
.ser(se_CreateVerifiedAccessTrustProviderCommand)
|
|
76340
|
+
.de(de_CreateVerifiedAccessTrustProviderCommand)
|
|
76341
|
+
.build() {
|
|
76342
|
+
}
|
|
76343
|
+
|
|
76344
|
+
class CreateVolumeCommand extends smithyClient.Command
|
|
76345
|
+
.classBuilder()
|
|
76346
|
+
.ep(commonParams)
|
|
76347
|
+
.m(function (Command, cs, config, o) {
|
|
76348
|
+
return [
|
|
76349
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76350
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76351
|
+
];
|
|
76352
|
+
})
|
|
76353
|
+
.s("AmazonEC2", "CreateVolume", {})
|
|
76354
|
+
.n("EC2Client", "CreateVolumeCommand")
|
|
76355
|
+
.f(void 0, void 0)
|
|
76356
|
+
.ser(se_CreateVolumeCommand)
|
|
76357
|
+
.de(de_CreateVolumeCommand)
|
|
76358
|
+
.build() {
|
|
76359
|
+
}
|
|
76360
|
+
|
|
76361
|
+
class CreateVpcBlockPublicAccessExclusionCommand extends smithyClient.Command
|
|
76362
|
+
.classBuilder()
|
|
76363
|
+
.ep(commonParams)
|
|
76364
|
+
.m(function (Command, cs, config, o) {
|
|
76365
|
+
return [
|
|
76366
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76367
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76368
|
+
];
|
|
76369
|
+
})
|
|
76370
|
+
.s("AmazonEC2", "CreateVpcBlockPublicAccessExclusion", {})
|
|
76371
|
+
.n("EC2Client", "CreateVpcBlockPublicAccessExclusionCommand")
|
|
76372
|
+
.f(void 0, void 0)
|
|
76373
|
+
.ser(se_CreateVpcBlockPublicAccessExclusionCommand)
|
|
76374
|
+
.de(de_CreateVpcBlockPublicAccessExclusionCommand)
|
|
76375
|
+
.build() {
|
|
76376
|
+
}
|
|
76377
|
+
|
|
76378
|
+
class CreateVpcCommand extends smithyClient.Command
|
|
76379
|
+
.classBuilder()
|
|
76380
|
+
.ep(commonParams)
|
|
76381
|
+
.m(function (Command, cs, config, o) {
|
|
76382
|
+
return [
|
|
76383
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76384
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76385
|
+
];
|
|
76386
|
+
})
|
|
76387
|
+
.s("AmazonEC2", "CreateVpc", {})
|
|
76388
|
+
.n("EC2Client", "CreateVpcCommand")
|
|
76389
|
+
.f(void 0, void 0)
|
|
76390
|
+
.ser(se_CreateVpcCommand)
|
|
76391
|
+
.de(de_CreateVpcCommand)
|
|
76392
|
+
.build() {
|
|
76393
|
+
}
|
|
76394
|
+
|
|
76395
|
+
class CreateVpcEndpointCommand extends smithyClient.Command
|
|
76396
|
+
.classBuilder()
|
|
76397
|
+
.ep(commonParams)
|
|
76398
|
+
.m(function (Command, cs, config, o) {
|
|
76399
|
+
return [
|
|
76400
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76401
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76402
|
+
];
|
|
76403
|
+
})
|
|
76404
|
+
.s("AmazonEC2", "CreateVpcEndpoint", {})
|
|
76405
|
+
.n("EC2Client", "CreateVpcEndpointCommand")
|
|
76406
|
+
.f(void 0, void 0)
|
|
76407
|
+
.ser(se_CreateVpcEndpointCommand)
|
|
76408
|
+
.de(de_CreateVpcEndpointCommand)
|
|
76409
|
+
.build() {
|
|
76410
|
+
}
|
|
76411
|
+
|
|
76412
|
+
class CreateVpcEndpointConnectionNotificationCommand extends smithyClient.Command
|
|
76413
|
+
.classBuilder()
|
|
76414
|
+
.ep(commonParams)
|
|
76415
|
+
.m(function (Command, cs, config, o) {
|
|
76416
|
+
return [
|
|
76417
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76418
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76419
|
+
];
|
|
76420
|
+
})
|
|
76421
|
+
.s("AmazonEC2", "CreateVpcEndpointConnectionNotification", {})
|
|
76422
|
+
.n("EC2Client", "CreateVpcEndpointConnectionNotificationCommand")
|
|
76423
|
+
.f(void 0, void 0)
|
|
76424
|
+
.ser(se_CreateVpcEndpointConnectionNotificationCommand)
|
|
76425
|
+
.de(de_CreateVpcEndpointConnectionNotificationCommand)
|
|
76426
|
+
.build() {
|
|
76427
|
+
}
|
|
76428
|
+
|
|
76429
|
+
class CreateVpcEndpointServiceConfigurationCommand extends smithyClient.Command
|
|
76430
|
+
.classBuilder()
|
|
76431
|
+
.ep(commonParams)
|
|
76432
|
+
.m(function (Command, cs, config, o) {
|
|
76433
|
+
return [
|
|
76434
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76435
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76436
|
+
];
|
|
76437
|
+
})
|
|
76438
|
+
.s("AmazonEC2", "CreateVpcEndpointServiceConfiguration", {})
|
|
76439
|
+
.n("EC2Client", "CreateVpcEndpointServiceConfigurationCommand")
|
|
76440
|
+
.f(void 0, void 0)
|
|
76441
|
+
.ser(se_CreateVpcEndpointServiceConfigurationCommand)
|
|
76442
|
+
.de(de_CreateVpcEndpointServiceConfigurationCommand)
|
|
76443
|
+
.build() {
|
|
76444
|
+
}
|
|
76445
|
+
|
|
76446
|
+
class CreateVpcPeeringConnectionCommand extends smithyClient.Command
|
|
76447
|
+
.classBuilder()
|
|
76448
|
+
.ep(commonParams)
|
|
76449
|
+
.m(function (Command, cs, config, o) {
|
|
76450
|
+
return [
|
|
76451
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76452
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76453
|
+
];
|
|
76454
|
+
})
|
|
76455
|
+
.s("AmazonEC2", "CreateVpcPeeringConnection", {})
|
|
76456
|
+
.n("EC2Client", "CreateVpcPeeringConnectionCommand")
|
|
76457
|
+
.f(void 0, void 0)
|
|
76458
|
+
.ser(se_CreateVpcPeeringConnectionCommand)
|
|
76459
|
+
.de(de_CreateVpcPeeringConnectionCommand)
|
|
76460
|
+
.build() {
|
|
76461
|
+
}
|
|
75408
76462
|
|
|
75409
76463
|
class CreateVpnConnectionCommand extends smithyClient.Command
|
|
75410
76464
|
.classBuilder()
|
|
@@ -75780,6 +76834,40 @@ class DeleteIpamPoolCommand extends smithyClient.Command
|
|
|
75780
76834
|
.build() {
|
|
75781
76835
|
}
|
|
75782
76836
|
|
|
76837
|
+
class DeleteIpamPrefixListResolverCommand extends smithyClient.Command
|
|
76838
|
+
.classBuilder()
|
|
76839
|
+
.ep(commonParams)
|
|
76840
|
+
.m(function (Command, cs, config, o) {
|
|
76841
|
+
return [
|
|
76842
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76843
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76844
|
+
];
|
|
76845
|
+
})
|
|
76846
|
+
.s("AmazonEC2", "DeleteIpamPrefixListResolver", {})
|
|
76847
|
+
.n("EC2Client", "DeleteIpamPrefixListResolverCommand")
|
|
76848
|
+
.f(void 0, void 0)
|
|
76849
|
+
.ser(se_DeleteIpamPrefixListResolverCommand)
|
|
76850
|
+
.de(de_DeleteIpamPrefixListResolverCommand)
|
|
76851
|
+
.build() {
|
|
76852
|
+
}
|
|
76853
|
+
|
|
76854
|
+
class DeleteIpamPrefixListResolverTargetCommand extends smithyClient.Command
|
|
76855
|
+
.classBuilder()
|
|
76856
|
+
.ep(commonParams)
|
|
76857
|
+
.m(function (Command, cs, config, o) {
|
|
76858
|
+
return [
|
|
76859
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76860
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76861
|
+
];
|
|
76862
|
+
})
|
|
76863
|
+
.s("AmazonEC2", "DeleteIpamPrefixListResolverTarget", {})
|
|
76864
|
+
.n("EC2Client", "DeleteIpamPrefixListResolverTargetCommand")
|
|
76865
|
+
.f(void 0, void 0)
|
|
76866
|
+
.ser(se_DeleteIpamPrefixListResolverTargetCommand)
|
|
76867
|
+
.de(de_DeleteIpamPrefixListResolverTargetCommand)
|
|
76868
|
+
.build() {
|
|
76869
|
+
}
|
|
76870
|
+
|
|
75783
76871
|
class DeleteIpamResourceDiscoveryCommand extends smithyClient.Command
|
|
75784
76872
|
.classBuilder()
|
|
75785
76873
|
.ep(commonParams)
|
|
@@ -77123,346 +78211,21 @@ class DescribeAwsNetworkPerformanceMetricSubscriptionsCommand extends smithyClie
|
|
|
77123
78211
|
.build() {
|
|
77124
78212
|
}
|
|
77125
78213
|
|
|
77126
|
-
|
|
77127
|
-
|
|
77128
|
-
|
|
77129
|
-
|
|
77130
|
-
|
|
77131
|
-
|
|
77132
|
-
|
|
77133
|
-
|
|
77134
|
-
|
|
77135
|
-
|
|
77136
|
-
|
|
77137
|
-
|
|
77138
|
-
|
|
77139
|
-
|
|
77140
|
-
|
|
77141
|
-
}
|
|
77142
|
-
|
|
77143
|
-
class DescribeByoipCidrsCommand extends smithyClient.Command
|
|
77144
|
-
.classBuilder()
|
|
77145
|
-
.ep(commonParams)
|
|
77146
|
-
.m(function (Command, cs, config, o) {
|
|
77147
|
-
return [
|
|
77148
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77149
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77150
|
-
];
|
|
77151
|
-
})
|
|
77152
|
-
.s("AmazonEC2", "DescribeByoipCidrs", {})
|
|
77153
|
-
.n("EC2Client", "DescribeByoipCidrsCommand")
|
|
77154
|
-
.f(void 0, void 0)
|
|
77155
|
-
.ser(se_DescribeByoipCidrsCommand)
|
|
77156
|
-
.de(de_DescribeByoipCidrsCommand)
|
|
77157
|
-
.build() {
|
|
77158
|
-
}
|
|
77159
|
-
|
|
77160
|
-
class DescribeCapacityBlockExtensionHistoryCommand extends smithyClient.Command
|
|
77161
|
-
.classBuilder()
|
|
77162
|
-
.ep(commonParams)
|
|
77163
|
-
.m(function (Command, cs, config, o) {
|
|
77164
|
-
return [
|
|
77165
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77166
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77167
|
-
];
|
|
77168
|
-
})
|
|
77169
|
-
.s("AmazonEC2", "DescribeCapacityBlockExtensionHistory", {})
|
|
77170
|
-
.n("EC2Client", "DescribeCapacityBlockExtensionHistoryCommand")
|
|
77171
|
-
.f(void 0, void 0)
|
|
77172
|
-
.ser(se_DescribeCapacityBlockExtensionHistoryCommand)
|
|
77173
|
-
.de(de_DescribeCapacityBlockExtensionHistoryCommand)
|
|
77174
|
-
.build() {
|
|
77175
|
-
}
|
|
77176
|
-
|
|
77177
|
-
class DescribeCapacityBlockExtensionOfferingsCommand extends smithyClient.Command
|
|
77178
|
-
.classBuilder()
|
|
77179
|
-
.ep(commonParams)
|
|
77180
|
-
.m(function (Command, cs, config, o) {
|
|
77181
|
-
return [
|
|
77182
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77183
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77184
|
-
];
|
|
77185
|
-
})
|
|
77186
|
-
.s("AmazonEC2", "DescribeCapacityBlockExtensionOfferings", {})
|
|
77187
|
-
.n("EC2Client", "DescribeCapacityBlockExtensionOfferingsCommand")
|
|
77188
|
-
.f(void 0, void 0)
|
|
77189
|
-
.ser(se_DescribeCapacityBlockExtensionOfferingsCommand)
|
|
77190
|
-
.de(de_DescribeCapacityBlockExtensionOfferingsCommand)
|
|
77191
|
-
.build() {
|
|
77192
|
-
}
|
|
77193
|
-
|
|
77194
|
-
class DescribeCapacityBlockOfferingsCommand extends smithyClient.Command
|
|
77195
|
-
.classBuilder()
|
|
77196
|
-
.ep(commonParams)
|
|
77197
|
-
.m(function (Command, cs, config, o) {
|
|
77198
|
-
return [
|
|
77199
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77200
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77201
|
-
];
|
|
77202
|
-
})
|
|
77203
|
-
.s("AmazonEC2", "DescribeCapacityBlockOfferings", {})
|
|
77204
|
-
.n("EC2Client", "DescribeCapacityBlockOfferingsCommand")
|
|
77205
|
-
.f(void 0, void 0)
|
|
77206
|
-
.ser(se_DescribeCapacityBlockOfferingsCommand)
|
|
77207
|
-
.de(de_DescribeCapacityBlockOfferingsCommand)
|
|
77208
|
-
.build() {
|
|
77209
|
-
}
|
|
77210
|
-
|
|
77211
|
-
class DescribeCapacityBlocksCommand extends smithyClient.Command
|
|
77212
|
-
.classBuilder()
|
|
77213
|
-
.ep(commonParams)
|
|
77214
|
-
.m(function (Command, cs, config, o) {
|
|
77215
|
-
return [
|
|
77216
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77217
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77218
|
-
];
|
|
77219
|
-
})
|
|
77220
|
-
.s("AmazonEC2", "DescribeCapacityBlocks", {})
|
|
77221
|
-
.n("EC2Client", "DescribeCapacityBlocksCommand")
|
|
77222
|
-
.f(void 0, void 0)
|
|
77223
|
-
.ser(se_DescribeCapacityBlocksCommand)
|
|
77224
|
-
.de(de_DescribeCapacityBlocksCommand)
|
|
77225
|
-
.build() {
|
|
77226
|
-
}
|
|
77227
|
-
|
|
77228
|
-
class DescribeCapacityBlockStatusCommand extends smithyClient.Command
|
|
77229
|
-
.classBuilder()
|
|
77230
|
-
.ep(commonParams)
|
|
77231
|
-
.m(function (Command, cs, config, o) {
|
|
77232
|
-
return [
|
|
77233
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77234
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77235
|
-
];
|
|
77236
|
-
})
|
|
77237
|
-
.s("AmazonEC2", "DescribeCapacityBlockStatus", {})
|
|
77238
|
-
.n("EC2Client", "DescribeCapacityBlockStatusCommand")
|
|
77239
|
-
.f(void 0, void 0)
|
|
77240
|
-
.ser(se_DescribeCapacityBlockStatusCommand)
|
|
77241
|
-
.de(de_DescribeCapacityBlockStatusCommand)
|
|
77242
|
-
.build() {
|
|
77243
|
-
}
|
|
77244
|
-
|
|
77245
|
-
class DescribeCapacityManagerDataExportsCommand extends smithyClient.Command
|
|
77246
|
-
.classBuilder()
|
|
77247
|
-
.ep(commonParams)
|
|
77248
|
-
.m(function (Command, cs, config, o) {
|
|
77249
|
-
return [
|
|
77250
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77251
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77252
|
-
];
|
|
77253
|
-
})
|
|
77254
|
-
.s("AmazonEC2", "DescribeCapacityManagerDataExports", {})
|
|
77255
|
-
.n("EC2Client", "DescribeCapacityManagerDataExportsCommand")
|
|
77256
|
-
.f(void 0, void 0)
|
|
77257
|
-
.ser(se_DescribeCapacityManagerDataExportsCommand)
|
|
77258
|
-
.de(de_DescribeCapacityManagerDataExportsCommand)
|
|
77259
|
-
.build() {
|
|
77260
|
-
}
|
|
77261
|
-
|
|
77262
|
-
class DescribeCapacityReservationBillingRequestsCommand extends smithyClient.Command
|
|
77263
|
-
.classBuilder()
|
|
77264
|
-
.ep(commonParams)
|
|
77265
|
-
.m(function (Command, cs, config, o) {
|
|
77266
|
-
return [
|
|
77267
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77268
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77269
|
-
];
|
|
77270
|
-
})
|
|
77271
|
-
.s("AmazonEC2", "DescribeCapacityReservationBillingRequests", {})
|
|
77272
|
-
.n("EC2Client", "DescribeCapacityReservationBillingRequestsCommand")
|
|
77273
|
-
.f(void 0, void 0)
|
|
77274
|
-
.ser(se_DescribeCapacityReservationBillingRequestsCommand)
|
|
77275
|
-
.de(de_DescribeCapacityReservationBillingRequestsCommand)
|
|
77276
|
-
.build() {
|
|
77277
|
-
}
|
|
77278
|
-
|
|
77279
|
-
class DescribeCapacityReservationFleetsCommand extends smithyClient.Command
|
|
77280
|
-
.classBuilder()
|
|
77281
|
-
.ep(commonParams)
|
|
77282
|
-
.m(function (Command, cs, config, o) {
|
|
77283
|
-
return [
|
|
77284
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77285
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77286
|
-
];
|
|
77287
|
-
})
|
|
77288
|
-
.s("AmazonEC2", "DescribeCapacityReservationFleets", {})
|
|
77289
|
-
.n("EC2Client", "DescribeCapacityReservationFleetsCommand")
|
|
77290
|
-
.f(void 0, void 0)
|
|
77291
|
-
.ser(se_DescribeCapacityReservationFleetsCommand)
|
|
77292
|
-
.de(de_DescribeCapacityReservationFleetsCommand)
|
|
77293
|
-
.build() {
|
|
77294
|
-
}
|
|
77295
|
-
|
|
77296
|
-
class DescribeCapacityReservationsCommand extends smithyClient.Command
|
|
77297
|
-
.classBuilder()
|
|
77298
|
-
.ep(commonParams)
|
|
77299
|
-
.m(function (Command, cs, config, o) {
|
|
77300
|
-
return [
|
|
77301
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77302
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77303
|
-
];
|
|
77304
|
-
})
|
|
77305
|
-
.s("AmazonEC2", "DescribeCapacityReservations", {})
|
|
77306
|
-
.n("EC2Client", "DescribeCapacityReservationsCommand")
|
|
77307
|
-
.f(void 0, void 0)
|
|
77308
|
-
.ser(se_DescribeCapacityReservationsCommand)
|
|
77309
|
-
.de(de_DescribeCapacityReservationsCommand)
|
|
77310
|
-
.build() {
|
|
77311
|
-
}
|
|
77312
|
-
|
|
77313
|
-
class DescribeCapacityReservationTopologyCommand extends smithyClient.Command
|
|
77314
|
-
.classBuilder()
|
|
77315
|
-
.ep(commonParams)
|
|
77316
|
-
.m(function (Command, cs, config, o) {
|
|
77317
|
-
return [
|
|
77318
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77319
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77320
|
-
];
|
|
77321
|
-
})
|
|
77322
|
-
.s("AmazonEC2", "DescribeCapacityReservationTopology", {})
|
|
77323
|
-
.n("EC2Client", "DescribeCapacityReservationTopologyCommand")
|
|
77324
|
-
.f(void 0, void 0)
|
|
77325
|
-
.ser(se_DescribeCapacityReservationTopologyCommand)
|
|
77326
|
-
.de(de_DescribeCapacityReservationTopologyCommand)
|
|
77327
|
-
.build() {
|
|
77328
|
-
}
|
|
77329
|
-
|
|
77330
|
-
class DescribeCarrierGatewaysCommand extends smithyClient.Command
|
|
77331
|
-
.classBuilder()
|
|
77332
|
-
.ep(commonParams)
|
|
77333
|
-
.m(function (Command, cs, config, o) {
|
|
77334
|
-
return [
|
|
77335
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77336
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77337
|
-
];
|
|
77338
|
-
})
|
|
77339
|
-
.s("AmazonEC2", "DescribeCarrierGateways", {})
|
|
77340
|
-
.n("EC2Client", "DescribeCarrierGatewaysCommand")
|
|
77341
|
-
.f(void 0, void 0)
|
|
77342
|
-
.ser(se_DescribeCarrierGatewaysCommand)
|
|
77343
|
-
.de(de_DescribeCarrierGatewaysCommand)
|
|
77344
|
-
.build() {
|
|
77345
|
-
}
|
|
77346
|
-
|
|
77347
|
-
class DescribeClassicLinkInstancesCommand extends smithyClient.Command
|
|
77348
|
-
.classBuilder()
|
|
77349
|
-
.ep(commonParams)
|
|
77350
|
-
.m(function (Command, cs, config, o) {
|
|
77351
|
-
return [
|
|
77352
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77353
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77354
|
-
];
|
|
77355
|
-
})
|
|
77356
|
-
.s("AmazonEC2", "DescribeClassicLinkInstances", {})
|
|
77357
|
-
.n("EC2Client", "DescribeClassicLinkInstancesCommand")
|
|
77358
|
-
.f(void 0, void 0)
|
|
77359
|
-
.ser(se_DescribeClassicLinkInstancesCommand)
|
|
77360
|
-
.de(de_DescribeClassicLinkInstancesCommand)
|
|
77361
|
-
.build() {
|
|
77362
|
-
}
|
|
77363
|
-
|
|
77364
|
-
class DescribeClientVpnAuthorizationRulesCommand extends smithyClient.Command
|
|
77365
|
-
.classBuilder()
|
|
77366
|
-
.ep(commonParams)
|
|
77367
|
-
.m(function (Command, cs, config, o) {
|
|
77368
|
-
return [
|
|
77369
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77370
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77371
|
-
];
|
|
77372
|
-
})
|
|
77373
|
-
.s("AmazonEC2", "DescribeClientVpnAuthorizationRules", {})
|
|
77374
|
-
.n("EC2Client", "DescribeClientVpnAuthorizationRulesCommand")
|
|
77375
|
-
.f(void 0, void 0)
|
|
77376
|
-
.ser(se_DescribeClientVpnAuthorizationRulesCommand)
|
|
77377
|
-
.de(de_DescribeClientVpnAuthorizationRulesCommand)
|
|
77378
|
-
.build() {
|
|
77379
|
-
}
|
|
77380
|
-
|
|
77381
|
-
class DescribeClientVpnConnectionsCommand extends smithyClient.Command
|
|
77382
|
-
.classBuilder()
|
|
77383
|
-
.ep(commonParams)
|
|
77384
|
-
.m(function (Command, cs, config, o) {
|
|
77385
|
-
return [
|
|
77386
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77387
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77388
|
-
];
|
|
77389
|
-
})
|
|
77390
|
-
.s("AmazonEC2", "DescribeClientVpnConnections", {})
|
|
77391
|
-
.n("EC2Client", "DescribeClientVpnConnectionsCommand")
|
|
77392
|
-
.f(void 0, void 0)
|
|
77393
|
-
.ser(se_DescribeClientVpnConnectionsCommand)
|
|
77394
|
-
.de(de_DescribeClientVpnConnectionsCommand)
|
|
77395
|
-
.build() {
|
|
77396
|
-
}
|
|
77397
|
-
|
|
77398
|
-
class DescribeClientVpnEndpointsCommand extends smithyClient.Command
|
|
77399
|
-
.classBuilder()
|
|
77400
|
-
.ep(commonParams)
|
|
77401
|
-
.m(function (Command, cs, config, o) {
|
|
77402
|
-
return [
|
|
77403
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77404
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77405
|
-
];
|
|
77406
|
-
})
|
|
77407
|
-
.s("AmazonEC2", "DescribeClientVpnEndpoints", {})
|
|
77408
|
-
.n("EC2Client", "DescribeClientVpnEndpointsCommand")
|
|
77409
|
-
.f(void 0, void 0)
|
|
77410
|
-
.ser(se_DescribeClientVpnEndpointsCommand)
|
|
77411
|
-
.de(de_DescribeClientVpnEndpointsCommand)
|
|
77412
|
-
.build() {
|
|
77413
|
-
}
|
|
77414
|
-
|
|
77415
|
-
class DescribeClientVpnRoutesCommand extends smithyClient.Command
|
|
77416
|
-
.classBuilder()
|
|
77417
|
-
.ep(commonParams)
|
|
77418
|
-
.m(function (Command, cs, config, o) {
|
|
77419
|
-
return [
|
|
77420
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77421
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77422
|
-
];
|
|
77423
|
-
})
|
|
77424
|
-
.s("AmazonEC2", "DescribeClientVpnRoutes", {})
|
|
77425
|
-
.n("EC2Client", "DescribeClientVpnRoutesCommand")
|
|
77426
|
-
.f(void 0, void 0)
|
|
77427
|
-
.ser(se_DescribeClientVpnRoutesCommand)
|
|
77428
|
-
.de(de_DescribeClientVpnRoutesCommand)
|
|
77429
|
-
.build() {
|
|
77430
|
-
}
|
|
77431
|
-
|
|
77432
|
-
class DescribeClientVpnTargetNetworksCommand extends smithyClient.Command
|
|
77433
|
-
.classBuilder()
|
|
77434
|
-
.ep(commonParams)
|
|
77435
|
-
.m(function (Command, cs, config, o) {
|
|
77436
|
-
return [
|
|
77437
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77438
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77439
|
-
];
|
|
77440
|
-
})
|
|
77441
|
-
.s("AmazonEC2", "DescribeClientVpnTargetNetworks", {})
|
|
77442
|
-
.n("EC2Client", "DescribeClientVpnTargetNetworksCommand")
|
|
77443
|
-
.f(void 0, void 0)
|
|
77444
|
-
.ser(se_DescribeClientVpnTargetNetworksCommand)
|
|
77445
|
-
.de(de_DescribeClientVpnTargetNetworksCommand)
|
|
77446
|
-
.build() {
|
|
77447
|
-
}
|
|
77448
|
-
|
|
77449
|
-
class DescribeCoipPoolsCommand extends smithyClient.Command
|
|
77450
|
-
.classBuilder()
|
|
77451
|
-
.ep(commonParams)
|
|
77452
|
-
.m(function (Command, cs, config, o) {
|
|
77453
|
-
return [
|
|
77454
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
77455
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
77456
|
-
];
|
|
77457
|
-
})
|
|
77458
|
-
.s("AmazonEC2", "DescribeCoipPools", {})
|
|
77459
|
-
.n("EC2Client", "DescribeCoipPoolsCommand")
|
|
77460
|
-
.f(void 0, void 0)
|
|
77461
|
-
.ser(se_DescribeCoipPoolsCommand)
|
|
77462
|
-
.de(de_DescribeCoipPoolsCommand)
|
|
77463
|
-
.build() {
|
|
77464
|
-
}
|
|
77465
|
-
|
|
78214
|
+
const CapacityBlockExtensionStatus = {
|
|
78215
|
+
PAYMENT_FAILED: "payment-failed",
|
|
78216
|
+
PAYMENT_PENDING: "payment-pending",
|
|
78217
|
+
PAYMENT_SUCCEEDED: "payment-succeeded",
|
|
78218
|
+
};
|
|
78219
|
+
const CapacityBlockResourceState = {
|
|
78220
|
+
active: "active",
|
|
78221
|
+
cancelled: "cancelled",
|
|
78222
|
+
expired: "expired",
|
|
78223
|
+
failed: "failed",
|
|
78224
|
+
payment_failed: "payment-failed",
|
|
78225
|
+
payment_pending: "payment-pending",
|
|
78226
|
+
scheduled: "scheduled",
|
|
78227
|
+
unavailable: "unavailable",
|
|
78228
|
+
};
|
|
77466
78229
|
const CapacityBlockInterconnectStatus = {
|
|
77467
78230
|
impaired: "impaired",
|
|
77468
78231
|
insufficient_data: "insufficient-data",
|
|
@@ -77765,32 +78528,10 @@ const EbsOptimizedSupport = {
|
|
|
77765
78528
|
supported: "supported",
|
|
77766
78529
|
unsupported: "unsupported",
|
|
77767
78530
|
};
|
|
77768
|
-
const
|
|
77769
|
-
|
|
77770
|
-
|
|
77771
|
-
};
|
|
77772
|
-
const EbsNvmeSupport = {
|
|
77773
|
-
REQUIRED: "required",
|
|
77774
|
-
SUPPORTED: "supported",
|
|
77775
|
-
UNSUPPORTED: "unsupported",
|
|
77776
|
-
};
|
|
77777
|
-
const InstanceTypeHypervisor = {
|
|
77778
|
-
NITRO: "nitro",
|
|
77779
|
-
XEN: "xen",
|
|
77780
|
-
};
|
|
77781
|
-
const DiskType = {
|
|
77782
|
-
hdd: "hdd",
|
|
77783
|
-
ssd: "ssd",
|
|
77784
|
-
};
|
|
77785
|
-
const InstanceStorageEncryptionSupport = {
|
|
77786
|
-
required: "required",
|
|
77787
|
-
unsupported: "unsupported",
|
|
77788
|
-
};
|
|
77789
|
-
const EphemeralNvmeSupport = {
|
|
77790
|
-
REQUIRED: "required",
|
|
77791
|
-
SUPPORTED: "supported",
|
|
77792
|
-
UNSUPPORTED: "unsupported",
|
|
77793
|
-
};
|
|
78531
|
+
const DescribeBundleTasksResultFilterSensitiveLog = (obj) => ({
|
|
78532
|
+
...obj,
|
|
78533
|
+
...(obj.BundleTasks && { BundleTasks: obj.BundleTasks.map((item) => BundleTaskFilterSensitiveLog(item)) }),
|
|
78534
|
+
});
|
|
77794
78535
|
const DiskImageDescriptionFilterSensitiveLog = (obj) => ({
|
|
77795
78536
|
...obj,
|
|
77796
78537
|
...(obj.ImportManifestUrl && { ImportManifestUrl: smithyClient.SENSITIVE_STRING }),
|
|
@@ -77846,6 +78587,346 @@ const DescribeImportSnapshotTasksResultFilterSensitiveLog = (obj) => ({
|
|
|
77846
78587
|
}),
|
|
77847
78588
|
});
|
|
77848
78589
|
|
|
78590
|
+
class DescribeBundleTasksCommand extends smithyClient.Command
|
|
78591
|
+
.classBuilder()
|
|
78592
|
+
.ep(commonParams)
|
|
78593
|
+
.m(function (Command, cs, config, o) {
|
|
78594
|
+
return [
|
|
78595
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78596
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78597
|
+
];
|
|
78598
|
+
})
|
|
78599
|
+
.s("AmazonEC2", "DescribeBundleTasks", {})
|
|
78600
|
+
.n("EC2Client", "DescribeBundleTasksCommand")
|
|
78601
|
+
.f(void 0, DescribeBundleTasksResultFilterSensitiveLog)
|
|
78602
|
+
.ser(se_DescribeBundleTasksCommand)
|
|
78603
|
+
.de(de_DescribeBundleTasksCommand)
|
|
78604
|
+
.build() {
|
|
78605
|
+
}
|
|
78606
|
+
|
|
78607
|
+
class DescribeByoipCidrsCommand extends smithyClient.Command
|
|
78608
|
+
.classBuilder()
|
|
78609
|
+
.ep(commonParams)
|
|
78610
|
+
.m(function (Command, cs, config, o) {
|
|
78611
|
+
return [
|
|
78612
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78613
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78614
|
+
];
|
|
78615
|
+
})
|
|
78616
|
+
.s("AmazonEC2", "DescribeByoipCidrs", {})
|
|
78617
|
+
.n("EC2Client", "DescribeByoipCidrsCommand")
|
|
78618
|
+
.f(void 0, void 0)
|
|
78619
|
+
.ser(se_DescribeByoipCidrsCommand)
|
|
78620
|
+
.de(de_DescribeByoipCidrsCommand)
|
|
78621
|
+
.build() {
|
|
78622
|
+
}
|
|
78623
|
+
|
|
78624
|
+
class DescribeCapacityBlockExtensionHistoryCommand extends smithyClient.Command
|
|
78625
|
+
.classBuilder()
|
|
78626
|
+
.ep(commonParams)
|
|
78627
|
+
.m(function (Command, cs, config, o) {
|
|
78628
|
+
return [
|
|
78629
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78630
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78631
|
+
];
|
|
78632
|
+
})
|
|
78633
|
+
.s("AmazonEC2", "DescribeCapacityBlockExtensionHistory", {})
|
|
78634
|
+
.n("EC2Client", "DescribeCapacityBlockExtensionHistoryCommand")
|
|
78635
|
+
.f(void 0, void 0)
|
|
78636
|
+
.ser(se_DescribeCapacityBlockExtensionHistoryCommand)
|
|
78637
|
+
.de(de_DescribeCapacityBlockExtensionHistoryCommand)
|
|
78638
|
+
.build() {
|
|
78639
|
+
}
|
|
78640
|
+
|
|
78641
|
+
class DescribeCapacityBlockExtensionOfferingsCommand extends smithyClient.Command
|
|
78642
|
+
.classBuilder()
|
|
78643
|
+
.ep(commonParams)
|
|
78644
|
+
.m(function (Command, cs, config, o) {
|
|
78645
|
+
return [
|
|
78646
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78647
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78648
|
+
];
|
|
78649
|
+
})
|
|
78650
|
+
.s("AmazonEC2", "DescribeCapacityBlockExtensionOfferings", {})
|
|
78651
|
+
.n("EC2Client", "DescribeCapacityBlockExtensionOfferingsCommand")
|
|
78652
|
+
.f(void 0, void 0)
|
|
78653
|
+
.ser(se_DescribeCapacityBlockExtensionOfferingsCommand)
|
|
78654
|
+
.de(de_DescribeCapacityBlockExtensionOfferingsCommand)
|
|
78655
|
+
.build() {
|
|
78656
|
+
}
|
|
78657
|
+
|
|
78658
|
+
class DescribeCapacityBlockOfferingsCommand extends smithyClient.Command
|
|
78659
|
+
.classBuilder()
|
|
78660
|
+
.ep(commonParams)
|
|
78661
|
+
.m(function (Command, cs, config, o) {
|
|
78662
|
+
return [
|
|
78663
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78664
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78665
|
+
];
|
|
78666
|
+
})
|
|
78667
|
+
.s("AmazonEC2", "DescribeCapacityBlockOfferings", {})
|
|
78668
|
+
.n("EC2Client", "DescribeCapacityBlockOfferingsCommand")
|
|
78669
|
+
.f(void 0, void 0)
|
|
78670
|
+
.ser(se_DescribeCapacityBlockOfferingsCommand)
|
|
78671
|
+
.de(de_DescribeCapacityBlockOfferingsCommand)
|
|
78672
|
+
.build() {
|
|
78673
|
+
}
|
|
78674
|
+
|
|
78675
|
+
class DescribeCapacityBlocksCommand extends smithyClient.Command
|
|
78676
|
+
.classBuilder()
|
|
78677
|
+
.ep(commonParams)
|
|
78678
|
+
.m(function (Command, cs, config, o) {
|
|
78679
|
+
return [
|
|
78680
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78681
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78682
|
+
];
|
|
78683
|
+
})
|
|
78684
|
+
.s("AmazonEC2", "DescribeCapacityBlocks", {})
|
|
78685
|
+
.n("EC2Client", "DescribeCapacityBlocksCommand")
|
|
78686
|
+
.f(void 0, void 0)
|
|
78687
|
+
.ser(se_DescribeCapacityBlocksCommand)
|
|
78688
|
+
.de(de_DescribeCapacityBlocksCommand)
|
|
78689
|
+
.build() {
|
|
78690
|
+
}
|
|
78691
|
+
|
|
78692
|
+
class DescribeCapacityBlockStatusCommand extends smithyClient.Command
|
|
78693
|
+
.classBuilder()
|
|
78694
|
+
.ep(commonParams)
|
|
78695
|
+
.m(function (Command, cs, config, o) {
|
|
78696
|
+
return [
|
|
78697
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78698
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78699
|
+
];
|
|
78700
|
+
})
|
|
78701
|
+
.s("AmazonEC2", "DescribeCapacityBlockStatus", {})
|
|
78702
|
+
.n("EC2Client", "DescribeCapacityBlockStatusCommand")
|
|
78703
|
+
.f(void 0, void 0)
|
|
78704
|
+
.ser(se_DescribeCapacityBlockStatusCommand)
|
|
78705
|
+
.de(de_DescribeCapacityBlockStatusCommand)
|
|
78706
|
+
.build() {
|
|
78707
|
+
}
|
|
78708
|
+
|
|
78709
|
+
class DescribeCapacityManagerDataExportsCommand extends smithyClient.Command
|
|
78710
|
+
.classBuilder()
|
|
78711
|
+
.ep(commonParams)
|
|
78712
|
+
.m(function (Command, cs, config, o) {
|
|
78713
|
+
return [
|
|
78714
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78715
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78716
|
+
];
|
|
78717
|
+
})
|
|
78718
|
+
.s("AmazonEC2", "DescribeCapacityManagerDataExports", {})
|
|
78719
|
+
.n("EC2Client", "DescribeCapacityManagerDataExportsCommand")
|
|
78720
|
+
.f(void 0, void 0)
|
|
78721
|
+
.ser(se_DescribeCapacityManagerDataExportsCommand)
|
|
78722
|
+
.de(de_DescribeCapacityManagerDataExportsCommand)
|
|
78723
|
+
.build() {
|
|
78724
|
+
}
|
|
78725
|
+
|
|
78726
|
+
class DescribeCapacityReservationBillingRequestsCommand extends smithyClient.Command
|
|
78727
|
+
.classBuilder()
|
|
78728
|
+
.ep(commonParams)
|
|
78729
|
+
.m(function (Command, cs, config, o) {
|
|
78730
|
+
return [
|
|
78731
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78732
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78733
|
+
];
|
|
78734
|
+
})
|
|
78735
|
+
.s("AmazonEC2", "DescribeCapacityReservationBillingRequests", {})
|
|
78736
|
+
.n("EC2Client", "DescribeCapacityReservationBillingRequestsCommand")
|
|
78737
|
+
.f(void 0, void 0)
|
|
78738
|
+
.ser(se_DescribeCapacityReservationBillingRequestsCommand)
|
|
78739
|
+
.de(de_DescribeCapacityReservationBillingRequestsCommand)
|
|
78740
|
+
.build() {
|
|
78741
|
+
}
|
|
78742
|
+
|
|
78743
|
+
class DescribeCapacityReservationFleetsCommand extends smithyClient.Command
|
|
78744
|
+
.classBuilder()
|
|
78745
|
+
.ep(commonParams)
|
|
78746
|
+
.m(function (Command, cs, config, o) {
|
|
78747
|
+
return [
|
|
78748
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78749
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78750
|
+
];
|
|
78751
|
+
})
|
|
78752
|
+
.s("AmazonEC2", "DescribeCapacityReservationFleets", {})
|
|
78753
|
+
.n("EC2Client", "DescribeCapacityReservationFleetsCommand")
|
|
78754
|
+
.f(void 0, void 0)
|
|
78755
|
+
.ser(se_DescribeCapacityReservationFleetsCommand)
|
|
78756
|
+
.de(de_DescribeCapacityReservationFleetsCommand)
|
|
78757
|
+
.build() {
|
|
78758
|
+
}
|
|
78759
|
+
|
|
78760
|
+
class DescribeCapacityReservationsCommand extends smithyClient.Command
|
|
78761
|
+
.classBuilder()
|
|
78762
|
+
.ep(commonParams)
|
|
78763
|
+
.m(function (Command, cs, config, o) {
|
|
78764
|
+
return [
|
|
78765
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78766
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78767
|
+
];
|
|
78768
|
+
})
|
|
78769
|
+
.s("AmazonEC2", "DescribeCapacityReservations", {})
|
|
78770
|
+
.n("EC2Client", "DescribeCapacityReservationsCommand")
|
|
78771
|
+
.f(void 0, void 0)
|
|
78772
|
+
.ser(se_DescribeCapacityReservationsCommand)
|
|
78773
|
+
.de(de_DescribeCapacityReservationsCommand)
|
|
78774
|
+
.build() {
|
|
78775
|
+
}
|
|
78776
|
+
|
|
78777
|
+
class DescribeCapacityReservationTopologyCommand extends smithyClient.Command
|
|
78778
|
+
.classBuilder()
|
|
78779
|
+
.ep(commonParams)
|
|
78780
|
+
.m(function (Command, cs, config, o) {
|
|
78781
|
+
return [
|
|
78782
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78783
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78784
|
+
];
|
|
78785
|
+
})
|
|
78786
|
+
.s("AmazonEC2", "DescribeCapacityReservationTopology", {})
|
|
78787
|
+
.n("EC2Client", "DescribeCapacityReservationTopologyCommand")
|
|
78788
|
+
.f(void 0, void 0)
|
|
78789
|
+
.ser(se_DescribeCapacityReservationTopologyCommand)
|
|
78790
|
+
.de(de_DescribeCapacityReservationTopologyCommand)
|
|
78791
|
+
.build() {
|
|
78792
|
+
}
|
|
78793
|
+
|
|
78794
|
+
class DescribeCarrierGatewaysCommand extends smithyClient.Command
|
|
78795
|
+
.classBuilder()
|
|
78796
|
+
.ep(commonParams)
|
|
78797
|
+
.m(function (Command, cs, config, o) {
|
|
78798
|
+
return [
|
|
78799
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78800
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78801
|
+
];
|
|
78802
|
+
})
|
|
78803
|
+
.s("AmazonEC2", "DescribeCarrierGateways", {})
|
|
78804
|
+
.n("EC2Client", "DescribeCarrierGatewaysCommand")
|
|
78805
|
+
.f(void 0, void 0)
|
|
78806
|
+
.ser(se_DescribeCarrierGatewaysCommand)
|
|
78807
|
+
.de(de_DescribeCarrierGatewaysCommand)
|
|
78808
|
+
.build() {
|
|
78809
|
+
}
|
|
78810
|
+
|
|
78811
|
+
class DescribeClassicLinkInstancesCommand extends smithyClient.Command
|
|
78812
|
+
.classBuilder()
|
|
78813
|
+
.ep(commonParams)
|
|
78814
|
+
.m(function (Command, cs, config, o) {
|
|
78815
|
+
return [
|
|
78816
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78817
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78818
|
+
];
|
|
78819
|
+
})
|
|
78820
|
+
.s("AmazonEC2", "DescribeClassicLinkInstances", {})
|
|
78821
|
+
.n("EC2Client", "DescribeClassicLinkInstancesCommand")
|
|
78822
|
+
.f(void 0, void 0)
|
|
78823
|
+
.ser(se_DescribeClassicLinkInstancesCommand)
|
|
78824
|
+
.de(de_DescribeClassicLinkInstancesCommand)
|
|
78825
|
+
.build() {
|
|
78826
|
+
}
|
|
78827
|
+
|
|
78828
|
+
class DescribeClientVpnAuthorizationRulesCommand extends smithyClient.Command
|
|
78829
|
+
.classBuilder()
|
|
78830
|
+
.ep(commonParams)
|
|
78831
|
+
.m(function (Command, cs, config, o) {
|
|
78832
|
+
return [
|
|
78833
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78834
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78835
|
+
];
|
|
78836
|
+
})
|
|
78837
|
+
.s("AmazonEC2", "DescribeClientVpnAuthorizationRules", {})
|
|
78838
|
+
.n("EC2Client", "DescribeClientVpnAuthorizationRulesCommand")
|
|
78839
|
+
.f(void 0, void 0)
|
|
78840
|
+
.ser(se_DescribeClientVpnAuthorizationRulesCommand)
|
|
78841
|
+
.de(de_DescribeClientVpnAuthorizationRulesCommand)
|
|
78842
|
+
.build() {
|
|
78843
|
+
}
|
|
78844
|
+
|
|
78845
|
+
class DescribeClientVpnConnectionsCommand extends smithyClient.Command
|
|
78846
|
+
.classBuilder()
|
|
78847
|
+
.ep(commonParams)
|
|
78848
|
+
.m(function (Command, cs, config, o) {
|
|
78849
|
+
return [
|
|
78850
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78851
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78852
|
+
];
|
|
78853
|
+
})
|
|
78854
|
+
.s("AmazonEC2", "DescribeClientVpnConnections", {})
|
|
78855
|
+
.n("EC2Client", "DescribeClientVpnConnectionsCommand")
|
|
78856
|
+
.f(void 0, void 0)
|
|
78857
|
+
.ser(se_DescribeClientVpnConnectionsCommand)
|
|
78858
|
+
.de(de_DescribeClientVpnConnectionsCommand)
|
|
78859
|
+
.build() {
|
|
78860
|
+
}
|
|
78861
|
+
|
|
78862
|
+
class DescribeClientVpnEndpointsCommand extends smithyClient.Command
|
|
78863
|
+
.classBuilder()
|
|
78864
|
+
.ep(commonParams)
|
|
78865
|
+
.m(function (Command, cs, config, o) {
|
|
78866
|
+
return [
|
|
78867
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78868
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78869
|
+
];
|
|
78870
|
+
})
|
|
78871
|
+
.s("AmazonEC2", "DescribeClientVpnEndpoints", {})
|
|
78872
|
+
.n("EC2Client", "DescribeClientVpnEndpointsCommand")
|
|
78873
|
+
.f(void 0, void 0)
|
|
78874
|
+
.ser(se_DescribeClientVpnEndpointsCommand)
|
|
78875
|
+
.de(de_DescribeClientVpnEndpointsCommand)
|
|
78876
|
+
.build() {
|
|
78877
|
+
}
|
|
78878
|
+
|
|
78879
|
+
class DescribeClientVpnRoutesCommand extends smithyClient.Command
|
|
78880
|
+
.classBuilder()
|
|
78881
|
+
.ep(commonParams)
|
|
78882
|
+
.m(function (Command, cs, config, o) {
|
|
78883
|
+
return [
|
|
78884
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78885
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78886
|
+
];
|
|
78887
|
+
})
|
|
78888
|
+
.s("AmazonEC2", "DescribeClientVpnRoutes", {})
|
|
78889
|
+
.n("EC2Client", "DescribeClientVpnRoutesCommand")
|
|
78890
|
+
.f(void 0, void 0)
|
|
78891
|
+
.ser(se_DescribeClientVpnRoutesCommand)
|
|
78892
|
+
.de(de_DescribeClientVpnRoutesCommand)
|
|
78893
|
+
.build() {
|
|
78894
|
+
}
|
|
78895
|
+
|
|
78896
|
+
class DescribeClientVpnTargetNetworksCommand extends smithyClient.Command
|
|
78897
|
+
.classBuilder()
|
|
78898
|
+
.ep(commonParams)
|
|
78899
|
+
.m(function (Command, cs, config, o) {
|
|
78900
|
+
return [
|
|
78901
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78902
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78903
|
+
];
|
|
78904
|
+
})
|
|
78905
|
+
.s("AmazonEC2", "DescribeClientVpnTargetNetworks", {})
|
|
78906
|
+
.n("EC2Client", "DescribeClientVpnTargetNetworksCommand")
|
|
78907
|
+
.f(void 0, void 0)
|
|
78908
|
+
.ser(se_DescribeClientVpnTargetNetworksCommand)
|
|
78909
|
+
.de(de_DescribeClientVpnTargetNetworksCommand)
|
|
78910
|
+
.build() {
|
|
78911
|
+
}
|
|
78912
|
+
|
|
78913
|
+
class DescribeCoipPoolsCommand extends smithyClient.Command
|
|
78914
|
+
.classBuilder()
|
|
78915
|
+
.ep(commonParams)
|
|
78916
|
+
.m(function (Command, cs, config, o) {
|
|
78917
|
+
return [
|
|
78918
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78919
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78920
|
+
];
|
|
78921
|
+
})
|
|
78922
|
+
.s("AmazonEC2", "DescribeCoipPools", {})
|
|
78923
|
+
.n("EC2Client", "DescribeCoipPoolsCommand")
|
|
78924
|
+
.f(void 0, void 0)
|
|
78925
|
+
.ser(se_DescribeCoipPoolsCommand)
|
|
78926
|
+
.de(de_DescribeCoipPoolsCommand)
|
|
78927
|
+
.build() {
|
|
78928
|
+
}
|
|
78929
|
+
|
|
77849
78930
|
class DescribeConversionTasksCommand extends smithyClient.Command
|
|
77850
78931
|
.classBuilder()
|
|
77851
78932
|
.ep(commonParams)
|
|
@@ -78594,6 +79675,40 @@ class DescribeIpamPoolsCommand extends smithyClient.Command
|
|
|
78594
79675
|
.build() {
|
|
78595
79676
|
}
|
|
78596
79677
|
|
|
79678
|
+
class DescribeIpamPrefixListResolversCommand extends smithyClient.Command
|
|
79679
|
+
.classBuilder()
|
|
79680
|
+
.ep(commonParams)
|
|
79681
|
+
.m(function (Command, cs, config, o) {
|
|
79682
|
+
return [
|
|
79683
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
79684
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
79685
|
+
];
|
|
79686
|
+
})
|
|
79687
|
+
.s("AmazonEC2", "DescribeIpamPrefixListResolvers", {})
|
|
79688
|
+
.n("EC2Client", "DescribeIpamPrefixListResolversCommand")
|
|
79689
|
+
.f(void 0, void 0)
|
|
79690
|
+
.ser(se_DescribeIpamPrefixListResolversCommand)
|
|
79691
|
+
.de(de_DescribeIpamPrefixListResolversCommand)
|
|
79692
|
+
.build() {
|
|
79693
|
+
}
|
|
79694
|
+
|
|
79695
|
+
class DescribeIpamPrefixListResolverTargetsCommand extends smithyClient.Command
|
|
79696
|
+
.classBuilder()
|
|
79697
|
+
.ep(commonParams)
|
|
79698
|
+
.m(function (Command, cs, config, o) {
|
|
79699
|
+
return [
|
|
79700
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
79701
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
79702
|
+
];
|
|
79703
|
+
})
|
|
79704
|
+
.s("AmazonEC2", "DescribeIpamPrefixListResolverTargets", {})
|
|
79705
|
+
.n("EC2Client", "DescribeIpamPrefixListResolverTargetsCommand")
|
|
79706
|
+
.f(void 0, void 0)
|
|
79707
|
+
.ser(se_DescribeIpamPrefixListResolverTargetsCommand)
|
|
79708
|
+
.de(de_DescribeIpamPrefixListResolverTargetsCommand)
|
|
79709
|
+
.build() {
|
|
79710
|
+
}
|
|
79711
|
+
|
|
78597
79712
|
class DescribeIpamResourceDiscoveriesCommand extends smithyClient.Command
|
|
78598
79713
|
.classBuilder()
|
|
78599
79714
|
.ep(commonParams)
|
|
@@ -78713,6 +79828,32 @@ class DescribeLaunchTemplatesCommand extends smithyClient.Command
|
|
|
78713
79828
|
.build() {
|
|
78714
79829
|
}
|
|
78715
79830
|
|
|
79831
|
+
const EbsEncryptionSupport = {
|
|
79832
|
+
supported: "supported",
|
|
79833
|
+
unsupported: "unsupported",
|
|
79834
|
+
};
|
|
79835
|
+
const EbsNvmeSupport = {
|
|
79836
|
+
REQUIRED: "required",
|
|
79837
|
+
SUPPORTED: "supported",
|
|
79838
|
+
UNSUPPORTED: "unsupported",
|
|
79839
|
+
};
|
|
79840
|
+
const InstanceTypeHypervisor = {
|
|
79841
|
+
NITRO: "nitro",
|
|
79842
|
+
XEN: "xen",
|
|
79843
|
+
};
|
|
79844
|
+
const DiskType = {
|
|
79845
|
+
hdd: "hdd",
|
|
79846
|
+
ssd: "ssd",
|
|
79847
|
+
};
|
|
79848
|
+
const InstanceStorageEncryptionSupport = {
|
|
79849
|
+
required: "required",
|
|
79850
|
+
unsupported: "unsupported",
|
|
79851
|
+
};
|
|
79852
|
+
const EphemeralNvmeSupport = {
|
|
79853
|
+
REQUIRED: "required",
|
|
79854
|
+
SUPPORTED: "supported",
|
|
79855
|
+
UNSUPPORTED: "unsupported",
|
|
79856
|
+
};
|
|
78716
79857
|
const BandwidthWeightingType = {
|
|
78717
79858
|
DEFAULT: "default",
|
|
78718
79859
|
EBS_1: "ebs-1",
|
|
@@ -78878,20 +80019,6 @@ const SpotInstanceState = {
|
|
|
78878
80019
|
failed: "failed",
|
|
78879
80020
|
open: "open",
|
|
78880
80021
|
};
|
|
78881
|
-
const VerifiedAccessLogDeliveryStatusCode = {
|
|
78882
|
-
FAILED: "failed",
|
|
78883
|
-
SUCCESS: "success",
|
|
78884
|
-
};
|
|
78885
|
-
const VolumeAttributeName = {
|
|
78886
|
-
autoEnableIO: "autoEnableIO",
|
|
78887
|
-
productCodes: "productCodes",
|
|
78888
|
-
};
|
|
78889
|
-
const VolumeModificationState = {
|
|
78890
|
-
completed: "completed",
|
|
78891
|
-
failed: "failed",
|
|
78892
|
-
modifying: "modifying",
|
|
78893
|
-
optimizing: "optimizing",
|
|
78894
|
-
};
|
|
78895
80022
|
const DescribeLaunchTemplateVersionsResultFilterSensitiveLog = (obj) => ({
|
|
78896
80023
|
...obj,
|
|
78897
80024
|
...(obj.LaunchTemplateVersions && {
|
|
@@ -78933,12 +80060,6 @@ const DescribeSpotInstanceRequestsResultFilterSensitiveLog = (obj) => ({
|
|
|
78933
80060
|
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item)),
|
|
78934
80061
|
}),
|
|
78935
80062
|
});
|
|
78936
|
-
const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = (obj) => ({
|
|
78937
|
-
...obj,
|
|
78938
|
-
...(obj.VerifiedAccessTrustProviders && {
|
|
78939
|
-
VerifiedAccessTrustProviders: obj.VerifiedAccessTrustProviders.map((item) => VerifiedAccessTrustProviderFilterSensitiveLog(item)),
|
|
78940
|
-
}),
|
|
78941
|
-
});
|
|
78942
80063
|
|
|
78943
80064
|
class DescribeLaunchTemplateVersionsCommand extends smithyClient.Command
|
|
78944
80065
|
.classBuilder()
|
|
@@ -80215,6 +81336,234 @@ class DescribeVerifiedAccessInstancesCommand extends smithyClient.Command
|
|
|
80215
81336
|
.build() {
|
|
80216
81337
|
}
|
|
80217
81338
|
|
|
81339
|
+
const VerifiedAccessLogDeliveryStatusCode = {
|
|
81340
|
+
FAILED: "failed",
|
|
81341
|
+
SUCCESS: "success",
|
|
81342
|
+
};
|
|
81343
|
+
const VolumeAttributeName = {
|
|
81344
|
+
autoEnableIO: "autoEnableIO",
|
|
81345
|
+
productCodes: "productCodes",
|
|
81346
|
+
};
|
|
81347
|
+
const VolumeModificationState = {
|
|
81348
|
+
completed: "completed",
|
|
81349
|
+
failed: "failed",
|
|
81350
|
+
modifying: "modifying",
|
|
81351
|
+
optimizing: "optimizing",
|
|
81352
|
+
};
|
|
81353
|
+
const InitializationType = {
|
|
81354
|
+
default: "default",
|
|
81355
|
+
provisioned_rate: "provisioned-rate",
|
|
81356
|
+
volume_copy: "volume-copy",
|
|
81357
|
+
};
|
|
81358
|
+
const VolumeStatusName = {
|
|
81359
|
+
initialization_state: "initialization-state",
|
|
81360
|
+
io_enabled: "io-enabled",
|
|
81361
|
+
io_performance: "io-performance",
|
|
81362
|
+
};
|
|
81363
|
+
const VolumeStatusInfoStatus = {
|
|
81364
|
+
impaired: "impaired",
|
|
81365
|
+
insufficient_data: "insufficient-data",
|
|
81366
|
+
ok: "ok",
|
|
81367
|
+
warning: "warning",
|
|
81368
|
+
};
|
|
81369
|
+
const VpcAttributeName = {
|
|
81370
|
+
enableDnsHostnames: "enableDnsHostnames",
|
|
81371
|
+
enableDnsSupport: "enableDnsSupport",
|
|
81372
|
+
enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics",
|
|
81373
|
+
};
|
|
81374
|
+
const VpcBlockPublicAccessExclusionsAllowed = {
|
|
81375
|
+
allowed: "allowed",
|
|
81376
|
+
not_allowed: "not-allowed",
|
|
81377
|
+
};
|
|
81378
|
+
const InternetGatewayBlockMode = {
|
|
81379
|
+
block_bidirectional: "block-bidirectional",
|
|
81380
|
+
block_ingress: "block-ingress",
|
|
81381
|
+
off: "off",
|
|
81382
|
+
};
|
|
81383
|
+
const ManagedBy = {
|
|
81384
|
+
account: "account",
|
|
81385
|
+
declarative_policy: "declarative-policy",
|
|
81386
|
+
};
|
|
81387
|
+
const VpcBlockPublicAccessState = {
|
|
81388
|
+
default_state: "default-state",
|
|
81389
|
+
update_complete: "update-complete",
|
|
81390
|
+
update_in_progress: "update-in-progress",
|
|
81391
|
+
};
|
|
81392
|
+
const CapacityManagerStatus = {
|
|
81393
|
+
DISABLED: "disabled",
|
|
81394
|
+
ENABLED: "enabled",
|
|
81395
|
+
};
|
|
81396
|
+
const ImageBlockPublicAccessDisabledState = {
|
|
81397
|
+
unblocked: "unblocked",
|
|
81398
|
+
};
|
|
81399
|
+
const RouteServerPropagationState = {
|
|
81400
|
+
AVAILABLE: "available",
|
|
81401
|
+
DELETING: "deleting",
|
|
81402
|
+
PENDING: "pending",
|
|
81403
|
+
};
|
|
81404
|
+
const SnapshotBlockPublicAccessState = {
|
|
81405
|
+
block_all_sharing: "block-all-sharing",
|
|
81406
|
+
block_new_sharing: "block-new-sharing",
|
|
81407
|
+
unblocked: "unblocked",
|
|
81408
|
+
};
|
|
81409
|
+
const TransitGatewayPropagationState = {
|
|
81410
|
+
disabled: "disabled",
|
|
81411
|
+
disabling: "disabling",
|
|
81412
|
+
enabled: "enabled",
|
|
81413
|
+
enabling: "enabling",
|
|
81414
|
+
};
|
|
81415
|
+
const ImageBlockPublicAccessEnabledState = {
|
|
81416
|
+
block_new_sharing: "block-new-sharing",
|
|
81417
|
+
};
|
|
81418
|
+
const ClientCertificateRevocationListStatusCode = {
|
|
81419
|
+
active: "active",
|
|
81420
|
+
pending: "pending",
|
|
81421
|
+
};
|
|
81422
|
+
const IngestionStatus = {
|
|
81423
|
+
INGESTION_COMPLETE: "ingestion-complete",
|
|
81424
|
+
INGESTION_FAILED: "ingestion-failed",
|
|
81425
|
+
INITIAL_INGESTION_IN_PROGRESS: "initial-ingestion-in-progress",
|
|
81426
|
+
};
|
|
81427
|
+
const Comparison = {
|
|
81428
|
+
EQUALS: "equals",
|
|
81429
|
+
IN: "in",
|
|
81430
|
+
};
|
|
81431
|
+
const FilterByDimension = {
|
|
81432
|
+
ACCOUNT_ID: "account-id",
|
|
81433
|
+
AVAILABILITY_ZONE_ID: "availability-zone-id",
|
|
81434
|
+
INSTANCE_FAMILY: "instance-family",
|
|
81435
|
+
INSTANCE_PLATFORM: "instance-platform",
|
|
81436
|
+
INSTANCE_TYPE: "instance-type",
|
|
81437
|
+
RESERVATION_ARN: "reservation-arn",
|
|
81438
|
+
RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp",
|
|
81439
|
+
RESERVATION_END_DATE_TYPE: "reservation-end-date-type",
|
|
81440
|
+
RESERVATION_END_TIMESTAMP: "reservation-end-timestamp",
|
|
81441
|
+
RESERVATION_ID: "reservation-id",
|
|
81442
|
+
RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria",
|
|
81443
|
+
RESERVATION_START_TIMESTAMP: "reservation-start-timestamp",
|
|
81444
|
+
RESERVATION_STATE: "reservation-state",
|
|
81445
|
+
RESERVATION_TYPE: "reservation-type",
|
|
81446
|
+
RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner",
|
|
81447
|
+
RESOURCE_REGION: "resource-region",
|
|
81448
|
+
TENANCY: "tenancy",
|
|
81449
|
+
};
|
|
81450
|
+
const GroupBy = {
|
|
81451
|
+
ACCOUNT_ID: "account-id",
|
|
81452
|
+
AVAILABILITY_ZONE_ID: "availability-zone-id",
|
|
81453
|
+
INSTANCE_FAMILY: "instance-family",
|
|
81454
|
+
INSTANCE_PLATFORM: "instance-platform",
|
|
81455
|
+
INSTANCE_TYPE: "instance-type",
|
|
81456
|
+
RESERVATION_ARN: "reservation-arn",
|
|
81457
|
+
RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp",
|
|
81458
|
+
RESERVATION_END_DATE_TYPE: "reservation-end-date-type",
|
|
81459
|
+
RESERVATION_END_TIMESTAMP: "reservation-end-timestamp",
|
|
81460
|
+
RESERVATION_ID: "reservation-id",
|
|
81461
|
+
RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria",
|
|
81462
|
+
RESERVATION_START_TIMESTAMP: "reservation-start-timestamp",
|
|
81463
|
+
RESERVATION_STATE: "reservation-state",
|
|
81464
|
+
RESERVATION_TYPE: "reservation-type",
|
|
81465
|
+
RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner",
|
|
81466
|
+
RESOURCE_REGION: "resource-region",
|
|
81467
|
+
TENANCY: "tenancy",
|
|
81468
|
+
};
|
|
81469
|
+
const Metric = {
|
|
81470
|
+
RESERVATION_AVG_COMMITTED_SIZE_INST: "reservation-avg-committed-size-inst",
|
|
81471
|
+
RESERVATION_AVG_COMMITTED_SIZE_VCPU: "reservation-avg-committed-size-vcpu",
|
|
81472
|
+
RESERVATION_AVG_FUTURE_SIZE_INST: "reservation-avg-future-size-inst",
|
|
81473
|
+
RESERVATION_AVG_FUTURE_SIZE_VCPU: "reservation-avg-future-size-vcpu",
|
|
81474
|
+
RESERVATION_AVG_UTILIZATION_INST: "reservation-avg-utilization-inst",
|
|
81475
|
+
RESERVATION_AVG_UTILIZATION_VCPU: "reservation-avg-utilization-vcpu",
|
|
81476
|
+
RESERVATION_MAX_COMMITTED_SIZE_INST: "reservation-max-committed-size-inst",
|
|
81477
|
+
RESERVATION_MAX_COMMITTED_SIZE_VCPU: "reservation-max-committed-size-vcpu",
|
|
81478
|
+
RESERVATION_MAX_FUTURE_SIZE_INST: "reservation-max-future-size-inst",
|
|
81479
|
+
RESERVATION_MAX_FUTURE_SIZE_VCPU: "reservation-max-future-size-vcpu",
|
|
81480
|
+
RESERVATION_MAX_SIZE_INST: "reservation-max-size-inst",
|
|
81481
|
+
RESERVATION_MAX_SIZE_VCPU: "reservation-max-size-vcpu",
|
|
81482
|
+
RESERVATION_MAX_UNUSED_SIZE_INST: "reservation-max-unused-size-inst",
|
|
81483
|
+
RESERVATION_MAX_UNUSED_SIZE_VCPU: "reservation-max-unused-size-vcpu",
|
|
81484
|
+
RESERVATION_MAX_UTILIZATION: "reservation-max-utilization",
|
|
81485
|
+
RESERVATION_MIN_COMMITTED_SIZE_INST: "reservation-min-committed-size-inst",
|
|
81486
|
+
RESERVATION_MIN_COMMITTED_SIZE_VCPU: "reservation-min-committed-size-vcpu",
|
|
81487
|
+
RESERVATION_MIN_FUTURE_SIZE_INST: "reservation-min-future-size-inst",
|
|
81488
|
+
RESERVATION_MIN_FUTURE_SIZE_VCPU: "reservation-min-future-size-vcpu",
|
|
81489
|
+
RESERVATION_MIN_SIZE_INST: "reservation-min-size-inst",
|
|
81490
|
+
RESERVATION_MIN_SIZE_VCPU: "reservation-min-size-vcpu",
|
|
81491
|
+
RESERVATION_MIN_UNUSED_SIZE_INST: "reservation-min-unused-size-inst",
|
|
81492
|
+
RESERVATION_MIN_UNUSED_SIZE_VCPU: "reservation-min-unused-size-vcpu",
|
|
81493
|
+
RESERVATION_MIN_UTILIZATION: "reservation-min-utilization",
|
|
81494
|
+
RESERVATION_TOTAL_CAPACITY_HRS_INST: "reservation-total-capacity-hrs-inst",
|
|
81495
|
+
RESERVATION_TOTAL_CAPACITY_HRS_VCPU: "reservation-total-capacity-hrs-vcpu",
|
|
81496
|
+
RESERVATION_TOTAL_COUNT: "reservation-total-count",
|
|
81497
|
+
RESERVATION_TOTAL_ESTIMATED_COST: "reservation-total-estimated-cost",
|
|
81498
|
+
RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_INST: "reservation-unused-total-capacity-hrs-inst",
|
|
81499
|
+
RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_VCPU: "reservation-unused-total-capacity-hrs-vcpu",
|
|
81500
|
+
RESERVATION_UNUSED_TOTAL_ESTIMATED_COST: "reservation-unused-total-estimated-cost",
|
|
81501
|
+
RESERVED_TOTAL_ESTIMATED_COST: "reserved-total-estimated-cost",
|
|
81502
|
+
RESERVED_TOTAL_USAGE_HRS_INST: "reserved-total-usage-hrs-inst",
|
|
81503
|
+
RESERVED_TOTAL_USAGE_HRS_VCPU: "reserved-total-usage-hrs-vcpu",
|
|
81504
|
+
SPOT_AVG_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-avg-run-time-before-interruption-inst",
|
|
81505
|
+
SPOT_MAX_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-max-run-time-before-interruption-inst",
|
|
81506
|
+
SPOT_MIN_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-min-run-time-before-interruption-inst",
|
|
81507
|
+
SPOT_TOTAL_ESTIMATED_COST: "spot-total-estimated-cost",
|
|
81508
|
+
SPOT_TOTAL_USAGE_HRS_INST: "spot-total-usage-hrs-inst",
|
|
81509
|
+
SPOT_TOTAL_USAGE_HRS_VCPU: "spot-total-usage-hrs-vcpu",
|
|
81510
|
+
UNRESERVED_TOTAL_ESTIMATED_COST: "unreserved-total-estimated-cost",
|
|
81511
|
+
UNRESERVED_TOTAL_USAGE_HRS_INST: "unreserved-total-usage-hrs-inst",
|
|
81512
|
+
UNRESERVED_TOTAL_USAGE_HRS_VCPU: "unreserved-total-usage-hrs-vcpu",
|
|
81513
|
+
};
|
|
81514
|
+
const ReservationEndDateType = {
|
|
81515
|
+
LIMITED: "limited",
|
|
81516
|
+
UNLIMITED: "unlimited",
|
|
81517
|
+
};
|
|
81518
|
+
const ReservationType = {
|
|
81519
|
+
CAPACITY_BLOCK: "capacity-block",
|
|
81520
|
+
ODCR: "odcr",
|
|
81521
|
+
};
|
|
81522
|
+
const CapacityTenancy = {
|
|
81523
|
+
DEDICATED: "dedicated",
|
|
81524
|
+
DEFAULT: "default",
|
|
81525
|
+
};
|
|
81526
|
+
const UnlimitedSupportedInstanceFamily = {
|
|
81527
|
+
t2: "t2",
|
|
81528
|
+
t3: "t3",
|
|
81529
|
+
t3a: "t3a",
|
|
81530
|
+
t4g: "t4g",
|
|
81531
|
+
};
|
|
81532
|
+
const PartitionLoadFrequency = {
|
|
81533
|
+
DAILY: "daily",
|
|
81534
|
+
MONTHLY: "monthly",
|
|
81535
|
+
NONE: "none",
|
|
81536
|
+
WEEKLY: "weekly",
|
|
81537
|
+
};
|
|
81538
|
+
const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = (obj) => ({
|
|
81539
|
+
...obj,
|
|
81540
|
+
...(obj.VerifiedAccessTrustProviders && {
|
|
81541
|
+
VerifiedAccessTrustProviders: obj.VerifiedAccessTrustProviders.map((item) => VerifiedAccessTrustProviderFilterSensitiveLog(item)),
|
|
81542
|
+
}),
|
|
81543
|
+
});
|
|
81544
|
+
const DescribeVpnConnectionsResultFilterSensitiveLog = (obj) => ({
|
|
81545
|
+
...obj,
|
|
81546
|
+
...(obj.VpnConnections && {
|
|
81547
|
+
VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item)),
|
|
81548
|
+
}),
|
|
81549
|
+
});
|
|
81550
|
+
const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
81551
|
+
...obj,
|
|
81552
|
+
...(obj.VerifiedAccessTrustProvider && {
|
|
81553
|
+
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
81554
|
+
}),
|
|
81555
|
+
});
|
|
81556
|
+
const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog = (obj) => ({
|
|
81557
|
+
...obj,
|
|
81558
|
+
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
81559
|
+
});
|
|
81560
|
+
const ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog = (obj) => ({
|
|
81561
|
+
...obj,
|
|
81562
|
+
...(obj.UserTrustProvider && {
|
|
81563
|
+
UserTrustProvider: VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog(obj.UserTrustProvider),
|
|
81564
|
+
}),
|
|
81565
|
+
});
|
|
81566
|
+
|
|
80218
81567
|
class DescribeVerifiedAccessTrustProvidersCommand extends smithyClient.Command
|
|
80219
81568
|
.classBuilder()
|
|
80220
81569
|
.ep(commonParams)
|
|
@@ -80538,244 +81887,6 @@ class DescribeVpcsCommand extends smithyClient.Command
|
|
|
80538
81887
|
.build() {
|
|
80539
81888
|
}
|
|
80540
81889
|
|
|
80541
|
-
const InitializationType = {
|
|
80542
|
-
default: "default",
|
|
80543
|
-
provisioned_rate: "provisioned-rate",
|
|
80544
|
-
volume_copy: "volume-copy",
|
|
80545
|
-
};
|
|
80546
|
-
const VolumeStatusName = {
|
|
80547
|
-
initialization_state: "initialization-state",
|
|
80548
|
-
io_enabled: "io-enabled",
|
|
80549
|
-
io_performance: "io-performance",
|
|
80550
|
-
};
|
|
80551
|
-
const VolumeStatusInfoStatus = {
|
|
80552
|
-
impaired: "impaired",
|
|
80553
|
-
insufficient_data: "insufficient-data",
|
|
80554
|
-
ok: "ok",
|
|
80555
|
-
warning: "warning",
|
|
80556
|
-
};
|
|
80557
|
-
const VpcAttributeName = {
|
|
80558
|
-
enableDnsHostnames: "enableDnsHostnames",
|
|
80559
|
-
enableDnsSupport: "enableDnsSupport",
|
|
80560
|
-
enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics",
|
|
80561
|
-
};
|
|
80562
|
-
const VpcBlockPublicAccessExclusionsAllowed = {
|
|
80563
|
-
allowed: "allowed",
|
|
80564
|
-
not_allowed: "not-allowed",
|
|
80565
|
-
};
|
|
80566
|
-
const InternetGatewayBlockMode = {
|
|
80567
|
-
block_bidirectional: "block-bidirectional",
|
|
80568
|
-
block_ingress: "block-ingress",
|
|
80569
|
-
off: "off",
|
|
80570
|
-
};
|
|
80571
|
-
const ManagedBy = {
|
|
80572
|
-
account: "account",
|
|
80573
|
-
declarative_policy: "declarative-policy",
|
|
80574
|
-
};
|
|
80575
|
-
const VpcBlockPublicAccessState = {
|
|
80576
|
-
default_state: "default-state",
|
|
80577
|
-
update_complete: "update-complete",
|
|
80578
|
-
update_in_progress: "update-in-progress",
|
|
80579
|
-
};
|
|
80580
|
-
const CapacityManagerStatus = {
|
|
80581
|
-
DISABLED: "disabled",
|
|
80582
|
-
ENABLED: "enabled",
|
|
80583
|
-
};
|
|
80584
|
-
const ImageBlockPublicAccessDisabledState = {
|
|
80585
|
-
unblocked: "unblocked",
|
|
80586
|
-
};
|
|
80587
|
-
const RouteServerPropagationState = {
|
|
80588
|
-
AVAILABLE: "available",
|
|
80589
|
-
DELETING: "deleting",
|
|
80590
|
-
PENDING: "pending",
|
|
80591
|
-
};
|
|
80592
|
-
const SnapshotBlockPublicAccessState = {
|
|
80593
|
-
block_all_sharing: "block-all-sharing",
|
|
80594
|
-
block_new_sharing: "block-new-sharing",
|
|
80595
|
-
unblocked: "unblocked",
|
|
80596
|
-
};
|
|
80597
|
-
const TransitGatewayPropagationState = {
|
|
80598
|
-
disabled: "disabled",
|
|
80599
|
-
disabling: "disabling",
|
|
80600
|
-
enabled: "enabled",
|
|
80601
|
-
enabling: "enabling",
|
|
80602
|
-
};
|
|
80603
|
-
const ImageBlockPublicAccessEnabledState = {
|
|
80604
|
-
block_new_sharing: "block-new-sharing",
|
|
80605
|
-
};
|
|
80606
|
-
const ClientCertificateRevocationListStatusCode = {
|
|
80607
|
-
active: "active",
|
|
80608
|
-
pending: "pending",
|
|
80609
|
-
};
|
|
80610
|
-
const IngestionStatus = {
|
|
80611
|
-
INGESTION_COMPLETE: "ingestion-complete",
|
|
80612
|
-
INGESTION_FAILED: "ingestion-failed",
|
|
80613
|
-
INITIAL_INGESTION_IN_PROGRESS: "initial-ingestion-in-progress",
|
|
80614
|
-
};
|
|
80615
|
-
const Comparison = {
|
|
80616
|
-
EQUALS: "equals",
|
|
80617
|
-
IN: "in",
|
|
80618
|
-
};
|
|
80619
|
-
const FilterByDimension = {
|
|
80620
|
-
ACCOUNT_ID: "account-id",
|
|
80621
|
-
AVAILABILITY_ZONE_ID: "availability-zone-id",
|
|
80622
|
-
INSTANCE_FAMILY: "instance-family",
|
|
80623
|
-
INSTANCE_PLATFORM: "instance-platform",
|
|
80624
|
-
INSTANCE_TYPE: "instance-type",
|
|
80625
|
-
RESERVATION_ARN: "reservation-arn",
|
|
80626
|
-
RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp",
|
|
80627
|
-
RESERVATION_END_DATE_TYPE: "reservation-end-date-type",
|
|
80628
|
-
RESERVATION_END_TIMESTAMP: "reservation-end-timestamp",
|
|
80629
|
-
RESERVATION_ID: "reservation-id",
|
|
80630
|
-
RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria",
|
|
80631
|
-
RESERVATION_START_TIMESTAMP: "reservation-start-timestamp",
|
|
80632
|
-
RESERVATION_STATE: "reservation-state",
|
|
80633
|
-
RESERVATION_TYPE: "reservation-type",
|
|
80634
|
-
RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner",
|
|
80635
|
-
RESOURCE_REGION: "resource-region",
|
|
80636
|
-
TENANCY: "tenancy",
|
|
80637
|
-
};
|
|
80638
|
-
const GroupBy = {
|
|
80639
|
-
ACCOUNT_ID: "account-id",
|
|
80640
|
-
AVAILABILITY_ZONE_ID: "availability-zone-id",
|
|
80641
|
-
INSTANCE_FAMILY: "instance-family",
|
|
80642
|
-
INSTANCE_PLATFORM: "instance-platform",
|
|
80643
|
-
INSTANCE_TYPE: "instance-type",
|
|
80644
|
-
RESERVATION_ARN: "reservation-arn",
|
|
80645
|
-
RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp",
|
|
80646
|
-
RESERVATION_END_DATE_TYPE: "reservation-end-date-type",
|
|
80647
|
-
RESERVATION_END_TIMESTAMP: "reservation-end-timestamp",
|
|
80648
|
-
RESERVATION_ID: "reservation-id",
|
|
80649
|
-
RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria",
|
|
80650
|
-
RESERVATION_START_TIMESTAMP: "reservation-start-timestamp",
|
|
80651
|
-
RESERVATION_STATE: "reservation-state",
|
|
80652
|
-
RESERVATION_TYPE: "reservation-type",
|
|
80653
|
-
RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner",
|
|
80654
|
-
RESOURCE_REGION: "resource-region",
|
|
80655
|
-
TENANCY: "tenancy",
|
|
80656
|
-
};
|
|
80657
|
-
const Metric = {
|
|
80658
|
-
RESERVATION_AVG_COMMITTED_SIZE_INST: "reservation-avg-committed-size-inst",
|
|
80659
|
-
RESERVATION_AVG_COMMITTED_SIZE_VCPU: "reservation-avg-committed-size-vcpu",
|
|
80660
|
-
RESERVATION_AVG_FUTURE_SIZE_INST: "reservation-avg-future-size-inst",
|
|
80661
|
-
RESERVATION_AVG_FUTURE_SIZE_VCPU: "reservation-avg-future-size-vcpu",
|
|
80662
|
-
RESERVATION_AVG_UTILIZATION_INST: "reservation-avg-utilization-inst",
|
|
80663
|
-
RESERVATION_AVG_UTILIZATION_VCPU: "reservation-avg-utilization-vcpu",
|
|
80664
|
-
RESERVATION_MAX_COMMITTED_SIZE_INST: "reservation-max-committed-size-inst",
|
|
80665
|
-
RESERVATION_MAX_COMMITTED_SIZE_VCPU: "reservation-max-committed-size-vcpu",
|
|
80666
|
-
RESERVATION_MAX_FUTURE_SIZE_INST: "reservation-max-future-size-inst",
|
|
80667
|
-
RESERVATION_MAX_FUTURE_SIZE_VCPU: "reservation-max-future-size-vcpu",
|
|
80668
|
-
RESERVATION_MAX_SIZE_INST: "reservation-max-size-inst",
|
|
80669
|
-
RESERVATION_MAX_SIZE_VCPU: "reservation-max-size-vcpu",
|
|
80670
|
-
RESERVATION_MAX_UNUSED_SIZE_INST: "reservation-max-unused-size-inst",
|
|
80671
|
-
RESERVATION_MAX_UNUSED_SIZE_VCPU: "reservation-max-unused-size-vcpu",
|
|
80672
|
-
RESERVATION_MAX_UTILIZATION: "reservation-max-utilization",
|
|
80673
|
-
RESERVATION_MIN_COMMITTED_SIZE_INST: "reservation-min-committed-size-inst",
|
|
80674
|
-
RESERVATION_MIN_COMMITTED_SIZE_VCPU: "reservation-min-committed-size-vcpu",
|
|
80675
|
-
RESERVATION_MIN_FUTURE_SIZE_INST: "reservation-min-future-size-inst",
|
|
80676
|
-
RESERVATION_MIN_FUTURE_SIZE_VCPU: "reservation-min-future-size-vcpu",
|
|
80677
|
-
RESERVATION_MIN_SIZE_INST: "reservation-min-size-inst",
|
|
80678
|
-
RESERVATION_MIN_SIZE_VCPU: "reservation-min-size-vcpu",
|
|
80679
|
-
RESERVATION_MIN_UNUSED_SIZE_INST: "reservation-min-unused-size-inst",
|
|
80680
|
-
RESERVATION_MIN_UNUSED_SIZE_VCPU: "reservation-min-unused-size-vcpu",
|
|
80681
|
-
RESERVATION_MIN_UTILIZATION: "reservation-min-utilization",
|
|
80682
|
-
RESERVATION_TOTAL_CAPACITY_HRS_INST: "reservation-total-capacity-hrs-inst",
|
|
80683
|
-
RESERVATION_TOTAL_CAPACITY_HRS_VCPU: "reservation-total-capacity-hrs-vcpu",
|
|
80684
|
-
RESERVATION_TOTAL_COUNT: "reservation-total-count",
|
|
80685
|
-
RESERVATION_TOTAL_ESTIMATED_COST: "reservation-total-estimated-cost",
|
|
80686
|
-
RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_INST: "reservation-unused-total-capacity-hrs-inst",
|
|
80687
|
-
RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_VCPU: "reservation-unused-total-capacity-hrs-vcpu",
|
|
80688
|
-
RESERVATION_UNUSED_TOTAL_ESTIMATED_COST: "reservation-unused-total-estimated-cost",
|
|
80689
|
-
RESERVED_TOTAL_ESTIMATED_COST: "reserved-total-estimated-cost",
|
|
80690
|
-
RESERVED_TOTAL_USAGE_HRS_INST: "reserved-total-usage-hrs-inst",
|
|
80691
|
-
RESERVED_TOTAL_USAGE_HRS_VCPU: "reserved-total-usage-hrs-vcpu",
|
|
80692
|
-
SPOT_AVG_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-avg-run-time-before-interruption-inst",
|
|
80693
|
-
SPOT_MAX_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-max-run-time-before-interruption-inst",
|
|
80694
|
-
SPOT_MIN_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-min-run-time-before-interruption-inst",
|
|
80695
|
-
SPOT_TOTAL_ESTIMATED_COST: "spot-total-estimated-cost",
|
|
80696
|
-
SPOT_TOTAL_USAGE_HRS_INST: "spot-total-usage-hrs-inst",
|
|
80697
|
-
SPOT_TOTAL_USAGE_HRS_VCPU: "spot-total-usage-hrs-vcpu",
|
|
80698
|
-
UNRESERVED_TOTAL_ESTIMATED_COST: "unreserved-total-estimated-cost",
|
|
80699
|
-
UNRESERVED_TOTAL_USAGE_HRS_INST: "unreserved-total-usage-hrs-inst",
|
|
80700
|
-
UNRESERVED_TOTAL_USAGE_HRS_VCPU: "unreserved-total-usage-hrs-vcpu",
|
|
80701
|
-
};
|
|
80702
|
-
const ReservationEndDateType = {
|
|
80703
|
-
LIMITED: "limited",
|
|
80704
|
-
UNLIMITED: "unlimited",
|
|
80705
|
-
};
|
|
80706
|
-
const ReservationType = {
|
|
80707
|
-
CAPACITY_BLOCK: "capacity-block",
|
|
80708
|
-
ODCR: "odcr",
|
|
80709
|
-
};
|
|
80710
|
-
const CapacityTenancy = {
|
|
80711
|
-
DEDICATED: "dedicated",
|
|
80712
|
-
DEFAULT: "default",
|
|
80713
|
-
};
|
|
80714
|
-
const UnlimitedSupportedInstanceFamily = {
|
|
80715
|
-
t2: "t2",
|
|
80716
|
-
t3: "t3",
|
|
80717
|
-
t3a: "t3a",
|
|
80718
|
-
t4g: "t4g",
|
|
80719
|
-
};
|
|
80720
|
-
const PartitionLoadFrequency = {
|
|
80721
|
-
DAILY: "daily",
|
|
80722
|
-
MONTHLY: "monthly",
|
|
80723
|
-
NONE: "none",
|
|
80724
|
-
WEEKLY: "weekly",
|
|
80725
|
-
};
|
|
80726
|
-
const EkPubKeyFormat = {
|
|
80727
|
-
der: "der",
|
|
80728
|
-
tpmt: "tpmt",
|
|
80729
|
-
};
|
|
80730
|
-
const EkPubKeyType = {
|
|
80731
|
-
ECC_SEC_P384: "ecc-sec-p384",
|
|
80732
|
-
RSA_2048: "rsa-2048",
|
|
80733
|
-
};
|
|
80734
|
-
const IpamComplianceStatus = {
|
|
80735
|
-
compliant: "compliant",
|
|
80736
|
-
ignored: "ignored",
|
|
80737
|
-
noncompliant: "noncompliant",
|
|
80738
|
-
unmanaged: "unmanaged",
|
|
80739
|
-
};
|
|
80740
|
-
const IpamOverlapStatus = {
|
|
80741
|
-
ignored: "ignored",
|
|
80742
|
-
nonoverlapping: "nonoverlapping",
|
|
80743
|
-
overlapping: "overlapping",
|
|
80744
|
-
};
|
|
80745
|
-
const IpamAddressHistoryResourceType = {
|
|
80746
|
-
eip: "eip",
|
|
80747
|
-
instance: "instance",
|
|
80748
|
-
network_interface: "network-interface",
|
|
80749
|
-
subnet: "subnet",
|
|
80750
|
-
vpc: "vpc",
|
|
80751
|
-
};
|
|
80752
|
-
const DescribeVpnConnectionsResultFilterSensitiveLog = (obj) => ({
|
|
80753
|
-
...obj,
|
|
80754
|
-
...(obj.VpnConnections && {
|
|
80755
|
-
VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item)),
|
|
80756
|
-
}),
|
|
80757
|
-
});
|
|
80758
|
-
const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
80759
|
-
...obj,
|
|
80760
|
-
...(obj.VerifiedAccessTrustProvider && {
|
|
80761
|
-
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
80762
|
-
}),
|
|
80763
|
-
});
|
|
80764
|
-
const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog = (obj) => ({
|
|
80765
|
-
...obj,
|
|
80766
|
-
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
80767
|
-
});
|
|
80768
|
-
const ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog = (obj) => ({
|
|
80769
|
-
...obj,
|
|
80770
|
-
...(obj.UserTrustProvider && {
|
|
80771
|
-
UserTrustProvider: VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog(obj.UserTrustProvider),
|
|
80772
|
-
}),
|
|
80773
|
-
});
|
|
80774
|
-
const GetInstanceTpmEkPubResultFilterSensitiveLog = (obj) => ({
|
|
80775
|
-
...obj,
|
|
80776
|
-
...(obj.KeyValue && { KeyValue: smithyClient.SENSITIVE_STRING }),
|
|
80777
|
-
});
|
|
80778
|
-
|
|
80779
81890
|
class DescribeVpnConnectionsCommand extends smithyClient.Command
|
|
80780
81891
|
.classBuilder()
|
|
80781
81892
|
.ep(commonParams)
|
|
@@ -82340,176 +83451,32 @@ class GetInstanceMetadataDefaultsCommand extends smithyClient.Command
|
|
|
82340
83451
|
.build() {
|
|
82341
83452
|
}
|
|
82342
83453
|
|
|
82343
|
-
|
|
82344
|
-
|
|
82345
|
-
|
|
82346
|
-
|
|
82347
|
-
|
|
82348
|
-
|
|
82349
|
-
|
|
82350
|
-
|
|
82351
|
-
|
|
82352
|
-
|
|
82353
|
-
|
|
82354
|
-
|
|
82355
|
-
|
|
82356
|
-
|
|
82357
|
-
|
|
82358
|
-
|
|
82359
|
-
|
|
82360
|
-
|
|
82361
|
-
|
|
82362
|
-
|
|
82363
|
-
|
|
82364
|
-
|
|
82365
|
-
|
|
82366
|
-
|
|
82367
|
-
|
|
82368
|
-
}
|
|
82369
|
-
.s("AmazonEC2", "GetInstanceTypesFromInstanceRequirements", {})
|
|
82370
|
-
.n("EC2Client", "GetInstanceTypesFromInstanceRequirementsCommand")
|
|
82371
|
-
.f(void 0, void 0)
|
|
82372
|
-
.ser(se_GetInstanceTypesFromInstanceRequirementsCommand)
|
|
82373
|
-
.de(de_GetInstanceTypesFromInstanceRequirementsCommand)
|
|
82374
|
-
.build() {
|
|
82375
|
-
}
|
|
82376
|
-
|
|
82377
|
-
class GetInstanceUefiDataCommand extends smithyClient.Command
|
|
82378
|
-
.classBuilder()
|
|
82379
|
-
.ep(commonParams)
|
|
82380
|
-
.m(function (Command, cs, config, o) {
|
|
82381
|
-
return [
|
|
82382
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82383
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82384
|
-
];
|
|
82385
|
-
})
|
|
82386
|
-
.s("AmazonEC2", "GetInstanceUefiData", {})
|
|
82387
|
-
.n("EC2Client", "GetInstanceUefiDataCommand")
|
|
82388
|
-
.f(void 0, void 0)
|
|
82389
|
-
.ser(se_GetInstanceUefiDataCommand)
|
|
82390
|
-
.de(de_GetInstanceUefiDataCommand)
|
|
82391
|
-
.build() {
|
|
82392
|
-
}
|
|
82393
|
-
|
|
82394
|
-
class GetIpamAddressHistoryCommand extends smithyClient.Command
|
|
82395
|
-
.classBuilder()
|
|
82396
|
-
.ep(commonParams)
|
|
82397
|
-
.m(function (Command, cs, config, o) {
|
|
82398
|
-
return [
|
|
82399
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82400
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82401
|
-
];
|
|
82402
|
-
})
|
|
82403
|
-
.s("AmazonEC2", "GetIpamAddressHistory", {})
|
|
82404
|
-
.n("EC2Client", "GetIpamAddressHistoryCommand")
|
|
82405
|
-
.f(void 0, void 0)
|
|
82406
|
-
.ser(se_GetIpamAddressHistoryCommand)
|
|
82407
|
-
.de(de_GetIpamAddressHistoryCommand)
|
|
82408
|
-
.build() {
|
|
82409
|
-
}
|
|
82410
|
-
|
|
82411
|
-
class GetIpamDiscoveredAccountsCommand extends smithyClient.Command
|
|
82412
|
-
.classBuilder()
|
|
82413
|
-
.ep(commonParams)
|
|
82414
|
-
.m(function (Command, cs, config, o) {
|
|
82415
|
-
return [
|
|
82416
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82417
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82418
|
-
];
|
|
82419
|
-
})
|
|
82420
|
-
.s("AmazonEC2", "GetIpamDiscoveredAccounts", {})
|
|
82421
|
-
.n("EC2Client", "GetIpamDiscoveredAccountsCommand")
|
|
82422
|
-
.f(void 0, void 0)
|
|
82423
|
-
.ser(se_GetIpamDiscoveredAccountsCommand)
|
|
82424
|
-
.de(de_GetIpamDiscoveredAccountsCommand)
|
|
82425
|
-
.build() {
|
|
82426
|
-
}
|
|
82427
|
-
|
|
82428
|
-
class GetIpamDiscoveredPublicAddressesCommand extends smithyClient.Command
|
|
82429
|
-
.classBuilder()
|
|
82430
|
-
.ep(commonParams)
|
|
82431
|
-
.m(function (Command, cs, config, o) {
|
|
82432
|
-
return [
|
|
82433
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82434
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82435
|
-
];
|
|
82436
|
-
})
|
|
82437
|
-
.s("AmazonEC2", "GetIpamDiscoveredPublicAddresses", {})
|
|
82438
|
-
.n("EC2Client", "GetIpamDiscoveredPublicAddressesCommand")
|
|
82439
|
-
.f(void 0, void 0)
|
|
82440
|
-
.ser(se_GetIpamDiscoveredPublicAddressesCommand)
|
|
82441
|
-
.de(de_GetIpamDiscoveredPublicAddressesCommand)
|
|
82442
|
-
.build() {
|
|
82443
|
-
}
|
|
82444
|
-
|
|
82445
|
-
class GetIpamDiscoveredResourceCidrsCommand extends smithyClient.Command
|
|
82446
|
-
.classBuilder()
|
|
82447
|
-
.ep(commonParams)
|
|
82448
|
-
.m(function (Command, cs, config, o) {
|
|
82449
|
-
return [
|
|
82450
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82451
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82452
|
-
];
|
|
82453
|
-
})
|
|
82454
|
-
.s("AmazonEC2", "GetIpamDiscoveredResourceCidrs", {})
|
|
82455
|
-
.n("EC2Client", "GetIpamDiscoveredResourceCidrsCommand")
|
|
82456
|
-
.f(void 0, void 0)
|
|
82457
|
-
.ser(se_GetIpamDiscoveredResourceCidrsCommand)
|
|
82458
|
-
.de(de_GetIpamDiscoveredResourceCidrsCommand)
|
|
82459
|
-
.build() {
|
|
82460
|
-
}
|
|
82461
|
-
|
|
82462
|
-
class GetIpamPoolAllocationsCommand extends smithyClient.Command
|
|
82463
|
-
.classBuilder()
|
|
82464
|
-
.ep(commonParams)
|
|
82465
|
-
.m(function (Command, cs, config, o) {
|
|
82466
|
-
return [
|
|
82467
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82468
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82469
|
-
];
|
|
82470
|
-
})
|
|
82471
|
-
.s("AmazonEC2", "GetIpamPoolAllocations", {})
|
|
82472
|
-
.n("EC2Client", "GetIpamPoolAllocationsCommand")
|
|
82473
|
-
.f(void 0, void 0)
|
|
82474
|
-
.ser(se_GetIpamPoolAllocationsCommand)
|
|
82475
|
-
.de(de_GetIpamPoolAllocationsCommand)
|
|
82476
|
-
.build() {
|
|
82477
|
-
}
|
|
82478
|
-
|
|
82479
|
-
class GetIpamPoolCidrsCommand extends smithyClient.Command
|
|
82480
|
-
.classBuilder()
|
|
82481
|
-
.ep(commonParams)
|
|
82482
|
-
.m(function (Command, cs, config, o) {
|
|
82483
|
-
return [
|
|
82484
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82485
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82486
|
-
];
|
|
82487
|
-
})
|
|
82488
|
-
.s("AmazonEC2", "GetIpamPoolCidrs", {})
|
|
82489
|
-
.n("EC2Client", "GetIpamPoolCidrsCommand")
|
|
82490
|
-
.f(void 0, void 0)
|
|
82491
|
-
.ser(se_GetIpamPoolCidrsCommand)
|
|
82492
|
-
.de(de_GetIpamPoolCidrsCommand)
|
|
82493
|
-
.build() {
|
|
82494
|
-
}
|
|
82495
|
-
|
|
82496
|
-
class GetIpamResourceCidrsCommand extends smithyClient.Command
|
|
82497
|
-
.classBuilder()
|
|
82498
|
-
.ep(commonParams)
|
|
82499
|
-
.m(function (Command, cs, config, o) {
|
|
82500
|
-
return [
|
|
82501
|
-
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
82502
|
-
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
82503
|
-
];
|
|
82504
|
-
})
|
|
82505
|
-
.s("AmazonEC2", "GetIpamResourceCidrs", {})
|
|
82506
|
-
.n("EC2Client", "GetIpamResourceCidrsCommand")
|
|
82507
|
-
.f(void 0, void 0)
|
|
82508
|
-
.ser(se_GetIpamResourceCidrsCommand)
|
|
82509
|
-
.de(de_GetIpamResourceCidrsCommand)
|
|
82510
|
-
.build() {
|
|
82511
|
-
}
|
|
82512
|
-
|
|
83454
|
+
const EkPubKeyFormat = {
|
|
83455
|
+
der: "der",
|
|
83456
|
+
tpmt: "tpmt",
|
|
83457
|
+
};
|
|
83458
|
+
const EkPubKeyType = {
|
|
83459
|
+
ECC_SEC_P384: "ecc-sec-p384",
|
|
83460
|
+
RSA_2048: "rsa-2048",
|
|
83461
|
+
};
|
|
83462
|
+
const IpamComplianceStatus = {
|
|
83463
|
+
compliant: "compliant",
|
|
83464
|
+
ignored: "ignored",
|
|
83465
|
+
noncompliant: "noncompliant",
|
|
83466
|
+
unmanaged: "unmanaged",
|
|
83467
|
+
};
|
|
83468
|
+
const IpamOverlapStatus = {
|
|
83469
|
+
ignored: "ignored",
|
|
83470
|
+
nonoverlapping: "nonoverlapping",
|
|
83471
|
+
overlapping: "overlapping",
|
|
83472
|
+
};
|
|
83473
|
+
const IpamAddressHistoryResourceType = {
|
|
83474
|
+
eip: "eip",
|
|
83475
|
+
instance: "instance",
|
|
83476
|
+
network_interface: "network-interface",
|
|
83477
|
+
subnet: "subnet",
|
|
83478
|
+
vpc: "vpc",
|
|
83479
|
+
};
|
|
82513
83480
|
const IpamDiscoveryFailureCode = {
|
|
82514
83481
|
assume_role_failure: "assume-role-failure",
|
|
82515
83482
|
throttling_failure: "throttling-failure",
|
|
@@ -82547,14 +83514,6 @@ const IpamNetworkInterfaceAttachmentStatus = {
|
|
|
82547
83514
|
available: "available",
|
|
82548
83515
|
in_use: "in-use",
|
|
82549
83516
|
};
|
|
82550
|
-
const IpamResourceType = {
|
|
82551
|
-
eip: "eip",
|
|
82552
|
-
eni: "eni",
|
|
82553
|
-
ipv6_pool: "ipv6-pool",
|
|
82554
|
-
public_ipv4_pool: "public-ipv4-pool",
|
|
82555
|
-
subnet: "subnet",
|
|
82556
|
-
vpc: "vpc",
|
|
82557
|
-
};
|
|
82558
83517
|
const IpamManagementState = {
|
|
82559
83518
|
ignored: "ignored",
|
|
82560
83519
|
managed: "managed",
|
|
@@ -82625,6 +83584,10 @@ const TrafficMirrorSessionField = {
|
|
|
82625
83584
|
packet_length: "packet-length",
|
|
82626
83585
|
virtual_network_id: "virtual-network-id",
|
|
82627
83586
|
};
|
|
83587
|
+
const GetInstanceTpmEkPubResultFilterSensitiveLog = (obj) => ({
|
|
83588
|
+
...obj,
|
|
83589
|
+
...(obj.KeyValue && { KeyValue: smithyClient.SENSITIVE_STRING }),
|
|
83590
|
+
});
|
|
82628
83591
|
const GetLaunchTemplateDataResultFilterSensitiveLog = (obj) => ({
|
|
82629
83592
|
...obj,
|
|
82630
83593
|
...(obj.LaunchTemplateData && {
|
|
@@ -82701,29 +83664,227 @@ const ImportVolumeResultFilterSensitiveLog = (obj) => ({
|
|
|
82701
83664
|
...obj,
|
|
82702
83665
|
...(obj.ConversionTask && { ConversionTask: ConversionTaskFilterSensitiveLog(obj.ConversionTask) }),
|
|
82703
83666
|
});
|
|
82704
|
-
|
|
82705
|
-
|
|
82706
|
-
|
|
82707
|
-
|
|
82708
|
-
|
|
82709
|
-
|
|
82710
|
-
|
|
82711
|
-
|
|
82712
|
-
|
|
82713
|
-
|
|
82714
|
-
|
|
82715
|
-
|
|
82716
|
-
|
|
82717
|
-
|
|
82718
|
-
|
|
82719
|
-
|
|
82720
|
-
}
|
|
82721
|
-
|
|
82722
|
-
|
|
82723
|
-
|
|
82724
|
-
|
|
82725
|
-
|
|
82726
|
-
|
|
83667
|
+
|
|
83668
|
+
class GetInstanceTpmEkPubCommand extends smithyClient.Command
|
|
83669
|
+
.classBuilder()
|
|
83670
|
+
.ep(commonParams)
|
|
83671
|
+
.m(function (Command, cs, config, o) {
|
|
83672
|
+
return [
|
|
83673
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83674
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83675
|
+
];
|
|
83676
|
+
})
|
|
83677
|
+
.s("AmazonEC2", "GetInstanceTpmEkPub", {})
|
|
83678
|
+
.n("EC2Client", "GetInstanceTpmEkPubCommand")
|
|
83679
|
+
.f(void 0, GetInstanceTpmEkPubResultFilterSensitiveLog)
|
|
83680
|
+
.ser(se_GetInstanceTpmEkPubCommand)
|
|
83681
|
+
.de(de_GetInstanceTpmEkPubCommand)
|
|
83682
|
+
.build() {
|
|
83683
|
+
}
|
|
83684
|
+
|
|
83685
|
+
class GetInstanceTypesFromInstanceRequirementsCommand extends smithyClient.Command
|
|
83686
|
+
.classBuilder()
|
|
83687
|
+
.ep(commonParams)
|
|
83688
|
+
.m(function (Command, cs, config, o) {
|
|
83689
|
+
return [
|
|
83690
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83691
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83692
|
+
];
|
|
83693
|
+
})
|
|
83694
|
+
.s("AmazonEC2", "GetInstanceTypesFromInstanceRequirements", {})
|
|
83695
|
+
.n("EC2Client", "GetInstanceTypesFromInstanceRequirementsCommand")
|
|
83696
|
+
.f(void 0, void 0)
|
|
83697
|
+
.ser(se_GetInstanceTypesFromInstanceRequirementsCommand)
|
|
83698
|
+
.de(de_GetInstanceTypesFromInstanceRequirementsCommand)
|
|
83699
|
+
.build() {
|
|
83700
|
+
}
|
|
83701
|
+
|
|
83702
|
+
class GetInstanceUefiDataCommand extends smithyClient.Command
|
|
83703
|
+
.classBuilder()
|
|
83704
|
+
.ep(commonParams)
|
|
83705
|
+
.m(function (Command, cs, config, o) {
|
|
83706
|
+
return [
|
|
83707
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83708
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83709
|
+
];
|
|
83710
|
+
})
|
|
83711
|
+
.s("AmazonEC2", "GetInstanceUefiData", {})
|
|
83712
|
+
.n("EC2Client", "GetInstanceUefiDataCommand")
|
|
83713
|
+
.f(void 0, void 0)
|
|
83714
|
+
.ser(se_GetInstanceUefiDataCommand)
|
|
83715
|
+
.de(de_GetInstanceUefiDataCommand)
|
|
83716
|
+
.build() {
|
|
83717
|
+
}
|
|
83718
|
+
|
|
83719
|
+
class GetIpamAddressHistoryCommand extends smithyClient.Command
|
|
83720
|
+
.classBuilder()
|
|
83721
|
+
.ep(commonParams)
|
|
83722
|
+
.m(function (Command, cs, config, o) {
|
|
83723
|
+
return [
|
|
83724
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83725
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83726
|
+
];
|
|
83727
|
+
})
|
|
83728
|
+
.s("AmazonEC2", "GetIpamAddressHistory", {})
|
|
83729
|
+
.n("EC2Client", "GetIpamAddressHistoryCommand")
|
|
83730
|
+
.f(void 0, void 0)
|
|
83731
|
+
.ser(se_GetIpamAddressHistoryCommand)
|
|
83732
|
+
.de(de_GetIpamAddressHistoryCommand)
|
|
83733
|
+
.build() {
|
|
83734
|
+
}
|
|
83735
|
+
|
|
83736
|
+
class GetIpamDiscoveredAccountsCommand extends smithyClient.Command
|
|
83737
|
+
.classBuilder()
|
|
83738
|
+
.ep(commonParams)
|
|
83739
|
+
.m(function (Command, cs, config, o) {
|
|
83740
|
+
return [
|
|
83741
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83742
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83743
|
+
];
|
|
83744
|
+
})
|
|
83745
|
+
.s("AmazonEC2", "GetIpamDiscoveredAccounts", {})
|
|
83746
|
+
.n("EC2Client", "GetIpamDiscoveredAccountsCommand")
|
|
83747
|
+
.f(void 0, void 0)
|
|
83748
|
+
.ser(se_GetIpamDiscoveredAccountsCommand)
|
|
83749
|
+
.de(de_GetIpamDiscoveredAccountsCommand)
|
|
83750
|
+
.build() {
|
|
83751
|
+
}
|
|
83752
|
+
|
|
83753
|
+
class GetIpamDiscoveredPublicAddressesCommand extends smithyClient.Command
|
|
83754
|
+
.classBuilder()
|
|
83755
|
+
.ep(commonParams)
|
|
83756
|
+
.m(function (Command, cs, config, o) {
|
|
83757
|
+
return [
|
|
83758
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83759
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83760
|
+
];
|
|
83761
|
+
})
|
|
83762
|
+
.s("AmazonEC2", "GetIpamDiscoveredPublicAddresses", {})
|
|
83763
|
+
.n("EC2Client", "GetIpamDiscoveredPublicAddressesCommand")
|
|
83764
|
+
.f(void 0, void 0)
|
|
83765
|
+
.ser(se_GetIpamDiscoveredPublicAddressesCommand)
|
|
83766
|
+
.de(de_GetIpamDiscoveredPublicAddressesCommand)
|
|
83767
|
+
.build() {
|
|
83768
|
+
}
|
|
83769
|
+
|
|
83770
|
+
class GetIpamDiscoveredResourceCidrsCommand extends smithyClient.Command
|
|
83771
|
+
.classBuilder()
|
|
83772
|
+
.ep(commonParams)
|
|
83773
|
+
.m(function (Command, cs, config, o) {
|
|
83774
|
+
return [
|
|
83775
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83776
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83777
|
+
];
|
|
83778
|
+
})
|
|
83779
|
+
.s("AmazonEC2", "GetIpamDiscoveredResourceCidrs", {})
|
|
83780
|
+
.n("EC2Client", "GetIpamDiscoveredResourceCidrsCommand")
|
|
83781
|
+
.f(void 0, void 0)
|
|
83782
|
+
.ser(se_GetIpamDiscoveredResourceCidrsCommand)
|
|
83783
|
+
.de(de_GetIpamDiscoveredResourceCidrsCommand)
|
|
83784
|
+
.build() {
|
|
83785
|
+
}
|
|
83786
|
+
|
|
83787
|
+
class GetIpamPoolAllocationsCommand extends smithyClient.Command
|
|
83788
|
+
.classBuilder()
|
|
83789
|
+
.ep(commonParams)
|
|
83790
|
+
.m(function (Command, cs, config, o) {
|
|
83791
|
+
return [
|
|
83792
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83793
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83794
|
+
];
|
|
83795
|
+
})
|
|
83796
|
+
.s("AmazonEC2", "GetIpamPoolAllocations", {})
|
|
83797
|
+
.n("EC2Client", "GetIpamPoolAllocationsCommand")
|
|
83798
|
+
.f(void 0, void 0)
|
|
83799
|
+
.ser(se_GetIpamPoolAllocationsCommand)
|
|
83800
|
+
.de(de_GetIpamPoolAllocationsCommand)
|
|
83801
|
+
.build() {
|
|
83802
|
+
}
|
|
83803
|
+
|
|
83804
|
+
class GetIpamPoolCidrsCommand extends smithyClient.Command
|
|
83805
|
+
.classBuilder()
|
|
83806
|
+
.ep(commonParams)
|
|
83807
|
+
.m(function (Command, cs, config, o) {
|
|
83808
|
+
return [
|
|
83809
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83810
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83811
|
+
];
|
|
83812
|
+
})
|
|
83813
|
+
.s("AmazonEC2", "GetIpamPoolCidrs", {})
|
|
83814
|
+
.n("EC2Client", "GetIpamPoolCidrsCommand")
|
|
83815
|
+
.f(void 0, void 0)
|
|
83816
|
+
.ser(se_GetIpamPoolCidrsCommand)
|
|
83817
|
+
.de(de_GetIpamPoolCidrsCommand)
|
|
83818
|
+
.build() {
|
|
83819
|
+
}
|
|
83820
|
+
|
|
83821
|
+
class GetIpamPrefixListResolverRulesCommand extends smithyClient.Command
|
|
83822
|
+
.classBuilder()
|
|
83823
|
+
.ep(commonParams)
|
|
83824
|
+
.m(function (Command, cs, config, o) {
|
|
83825
|
+
return [
|
|
83826
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83827
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83828
|
+
];
|
|
83829
|
+
})
|
|
83830
|
+
.s("AmazonEC2", "GetIpamPrefixListResolverRules", {})
|
|
83831
|
+
.n("EC2Client", "GetIpamPrefixListResolverRulesCommand")
|
|
83832
|
+
.f(void 0, void 0)
|
|
83833
|
+
.ser(se_GetIpamPrefixListResolverRulesCommand)
|
|
83834
|
+
.de(de_GetIpamPrefixListResolverRulesCommand)
|
|
83835
|
+
.build() {
|
|
83836
|
+
}
|
|
83837
|
+
|
|
83838
|
+
class GetIpamPrefixListResolverVersionEntriesCommand extends smithyClient.Command
|
|
83839
|
+
.classBuilder()
|
|
83840
|
+
.ep(commonParams)
|
|
83841
|
+
.m(function (Command, cs, config, o) {
|
|
83842
|
+
return [
|
|
83843
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83844
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83845
|
+
];
|
|
83846
|
+
})
|
|
83847
|
+
.s("AmazonEC2", "GetIpamPrefixListResolverVersionEntries", {})
|
|
83848
|
+
.n("EC2Client", "GetIpamPrefixListResolverVersionEntriesCommand")
|
|
83849
|
+
.f(void 0, void 0)
|
|
83850
|
+
.ser(se_GetIpamPrefixListResolverVersionEntriesCommand)
|
|
83851
|
+
.de(de_GetIpamPrefixListResolverVersionEntriesCommand)
|
|
83852
|
+
.build() {
|
|
83853
|
+
}
|
|
83854
|
+
|
|
83855
|
+
class GetIpamPrefixListResolverVersionsCommand extends smithyClient.Command
|
|
83856
|
+
.classBuilder()
|
|
83857
|
+
.ep(commonParams)
|
|
83858
|
+
.m(function (Command, cs, config, o) {
|
|
83859
|
+
return [
|
|
83860
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83861
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83862
|
+
];
|
|
83863
|
+
})
|
|
83864
|
+
.s("AmazonEC2", "GetIpamPrefixListResolverVersions", {})
|
|
83865
|
+
.n("EC2Client", "GetIpamPrefixListResolverVersionsCommand")
|
|
83866
|
+
.f(void 0, void 0)
|
|
83867
|
+
.ser(se_GetIpamPrefixListResolverVersionsCommand)
|
|
83868
|
+
.de(de_GetIpamPrefixListResolverVersionsCommand)
|
|
83869
|
+
.build() {
|
|
83870
|
+
}
|
|
83871
|
+
|
|
83872
|
+
class GetIpamResourceCidrsCommand extends smithyClient.Command
|
|
83873
|
+
.classBuilder()
|
|
83874
|
+
.ep(commonParams)
|
|
83875
|
+
.m(function (Command, cs, config, o) {
|
|
83876
|
+
return [
|
|
83877
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83878
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83879
|
+
];
|
|
83880
|
+
})
|
|
83881
|
+
.s("AmazonEC2", "GetIpamResourceCidrs", {})
|
|
83882
|
+
.n("EC2Client", "GetIpamResourceCidrsCommand")
|
|
83883
|
+
.f(void 0, void 0)
|
|
83884
|
+
.ser(se_GetIpamResourceCidrsCommand)
|
|
83885
|
+
.de(de_GetIpamResourceCidrsCommand)
|
|
83886
|
+
.build() {
|
|
83887
|
+
}
|
|
82727
83888
|
|
|
82728
83889
|
class GetLaunchTemplateDataCommand extends smithyClient.Command
|
|
82729
83890
|
.classBuilder()
|
|
@@ -83813,6 +84974,40 @@ class ModifyIpamPoolCommand extends smithyClient.Command
|
|
|
83813
84974
|
.build() {
|
|
83814
84975
|
}
|
|
83815
84976
|
|
|
84977
|
+
class ModifyIpamPrefixListResolverCommand extends smithyClient.Command
|
|
84978
|
+
.classBuilder()
|
|
84979
|
+
.ep(commonParams)
|
|
84980
|
+
.m(function (Command, cs, config, o) {
|
|
84981
|
+
return [
|
|
84982
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
84983
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
84984
|
+
];
|
|
84985
|
+
})
|
|
84986
|
+
.s("AmazonEC2", "ModifyIpamPrefixListResolver", {})
|
|
84987
|
+
.n("EC2Client", "ModifyIpamPrefixListResolverCommand")
|
|
84988
|
+
.f(void 0, void 0)
|
|
84989
|
+
.ser(se_ModifyIpamPrefixListResolverCommand)
|
|
84990
|
+
.de(de_ModifyIpamPrefixListResolverCommand)
|
|
84991
|
+
.build() {
|
|
84992
|
+
}
|
|
84993
|
+
|
|
84994
|
+
class ModifyIpamPrefixListResolverTargetCommand extends smithyClient.Command
|
|
84995
|
+
.classBuilder()
|
|
84996
|
+
.ep(commonParams)
|
|
84997
|
+
.m(function (Command, cs, config, o) {
|
|
84998
|
+
return [
|
|
84999
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
85000
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
85001
|
+
];
|
|
85002
|
+
})
|
|
85003
|
+
.s("AmazonEC2", "ModifyIpamPrefixListResolverTarget", {})
|
|
85004
|
+
.n("EC2Client", "ModifyIpamPrefixListResolverTargetCommand")
|
|
85005
|
+
.f(void 0, void 0)
|
|
85006
|
+
.ser(se_ModifyIpamPrefixListResolverTargetCommand)
|
|
85007
|
+
.de(de_ModifyIpamPrefixListResolverTargetCommand)
|
|
85008
|
+
.build() {
|
|
85009
|
+
}
|
|
85010
|
+
|
|
83816
85011
|
class ModifyIpamResourceCidrCommand extends smithyClient.Command
|
|
83817
85012
|
.classBuilder()
|
|
83818
85013
|
.ep(commonParams)
|
|
@@ -84289,6 +85484,128 @@ class ModifyVerifiedAccessInstanceLoggingConfigurationCommand extends smithyClie
|
|
|
84289
85484
|
.build() {
|
|
84290
85485
|
}
|
|
84291
85486
|
|
|
85487
|
+
const VpcTenancy = {
|
|
85488
|
+
default: "default",
|
|
85489
|
+
};
|
|
85490
|
+
const Status = {
|
|
85491
|
+
inClassic: "InClassic",
|
|
85492
|
+
inVpc: "InVpc",
|
|
85493
|
+
moveInProgress: "MoveInProgress",
|
|
85494
|
+
};
|
|
85495
|
+
const VerificationMethod = {
|
|
85496
|
+
dns_token: "dns-token",
|
|
85497
|
+
remarks_x509: "remarks-x509",
|
|
85498
|
+
};
|
|
85499
|
+
const ReportInstanceReasonCodes = {
|
|
85500
|
+
instance_stuck_in_state: "instance-stuck-in-state",
|
|
85501
|
+
not_accepting_credentials: "not-accepting-credentials",
|
|
85502
|
+
other: "other",
|
|
85503
|
+
password_not_available: "password-not-available",
|
|
85504
|
+
performance_ebs_volume: "performance-ebs-volume",
|
|
85505
|
+
performance_instance_store: "performance-instance-store",
|
|
85506
|
+
performance_network: "performance-network",
|
|
85507
|
+
performance_other: "performance-other",
|
|
85508
|
+
unresponsive: "unresponsive",
|
|
85509
|
+
};
|
|
85510
|
+
const ReportStatusType = {
|
|
85511
|
+
impaired: "impaired",
|
|
85512
|
+
ok: "ok",
|
|
85513
|
+
};
|
|
85514
|
+
const ResetFpgaImageAttributeName = {
|
|
85515
|
+
loadPermission: "loadPermission",
|
|
85516
|
+
};
|
|
85517
|
+
const ResetImageAttributeName = {
|
|
85518
|
+
launchPermission: "launchPermission",
|
|
85519
|
+
};
|
|
85520
|
+
const MembershipType = {
|
|
85521
|
+
igmp: "igmp",
|
|
85522
|
+
static: "static",
|
|
85523
|
+
};
|
|
85524
|
+
const ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
85525
|
+
...obj,
|
|
85526
|
+
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
85527
|
+
});
|
|
85528
|
+
const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
85529
|
+
...obj,
|
|
85530
|
+
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
85531
|
+
});
|
|
85532
|
+
const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = (obj) => ({
|
|
85533
|
+
...obj,
|
|
85534
|
+
...(obj.OidcOptions && {
|
|
85535
|
+
OidcOptions: ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions),
|
|
85536
|
+
}),
|
|
85537
|
+
...(obj.NativeApplicationOidcOptions && {
|
|
85538
|
+
NativeApplicationOidcOptions: ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(obj.NativeApplicationOidcOptions),
|
|
85539
|
+
}),
|
|
85540
|
+
});
|
|
85541
|
+
const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
85542
|
+
...obj,
|
|
85543
|
+
...(obj.VerifiedAccessTrustProvider && {
|
|
85544
|
+
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
85545
|
+
}),
|
|
85546
|
+
});
|
|
85547
|
+
const ModifyVpnConnectionResultFilterSensitiveLog = (obj) => ({
|
|
85548
|
+
...obj,
|
|
85549
|
+
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
85550
|
+
});
|
|
85551
|
+
const ModifyVpnConnectionOptionsResultFilterSensitiveLog = (obj) => ({
|
|
85552
|
+
...obj,
|
|
85553
|
+
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
85554
|
+
});
|
|
85555
|
+
const ModifyVpnTunnelCertificateResultFilterSensitiveLog = (obj) => ({
|
|
85556
|
+
...obj,
|
|
85557
|
+
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
85558
|
+
});
|
|
85559
|
+
const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
|
|
85560
|
+
...obj,
|
|
85561
|
+
...(obj.PreSharedKey && { PreSharedKey: smithyClient.SENSITIVE_STRING }),
|
|
85562
|
+
});
|
|
85563
|
+
const ModifyVpnTunnelOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
85564
|
+
...obj,
|
|
85565
|
+
...(obj.TunnelOptions && { TunnelOptions: smithyClient.SENSITIVE_STRING }),
|
|
85566
|
+
});
|
|
85567
|
+
const ModifyVpnTunnelOptionsResultFilterSensitiveLog = (obj) => ({
|
|
85568
|
+
...obj,
|
|
85569
|
+
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
85570
|
+
});
|
|
85571
|
+
const ReportInstanceStatusRequestFilterSensitiveLog = (obj) => ({
|
|
85572
|
+
...obj,
|
|
85573
|
+
...(obj.Description && { Description: smithyClient.SENSITIVE_STRING }),
|
|
85574
|
+
});
|
|
85575
|
+
const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
|
|
85576
|
+
...obj,
|
|
85577
|
+
...(obj.SpotFleetRequestConfig && {
|
|
85578
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
|
|
85579
|
+
}),
|
|
85580
|
+
});
|
|
85581
|
+
const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
85582
|
+
...obj,
|
|
85583
|
+
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
85584
|
+
});
|
|
85585
|
+
const RequestSpotInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
85586
|
+
...obj,
|
|
85587
|
+
...(obj.LaunchSpecification && {
|
|
85588
|
+
LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification),
|
|
85589
|
+
}),
|
|
85590
|
+
});
|
|
85591
|
+
const RequestSpotInstancesResultFilterSensitiveLog = (obj) => ({
|
|
85592
|
+
...obj,
|
|
85593
|
+
...(obj.SpotInstanceRequests && {
|
|
85594
|
+
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item)),
|
|
85595
|
+
}),
|
|
85596
|
+
});
|
|
85597
|
+
const RunInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
85598
|
+
...obj,
|
|
85599
|
+
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
85600
|
+
});
|
|
85601
|
+
const ScheduledInstancesLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
85602
|
+
...obj,
|
|
85603
|
+
});
|
|
85604
|
+
const RunScheduledInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
85605
|
+
...obj,
|
|
85606
|
+
...(obj.LaunchSpecification && { LaunchSpecification: smithyClient.SENSITIVE_STRING }),
|
|
85607
|
+
});
|
|
85608
|
+
|
|
84292
85609
|
class ModifyVerifiedAccessTrustProviderCommand extends smithyClient.Command
|
|
84293
85610
|
.classBuilder()
|
|
84294
85611
|
.ep(commonParams)
|
|
@@ -84510,105 +85827,6 @@ class ModifyVpcTenancyCommand extends smithyClient.Command
|
|
|
84510
85827
|
.build() {
|
|
84511
85828
|
}
|
|
84512
85829
|
|
|
84513
|
-
const VpcTenancy = {
|
|
84514
|
-
default: "default",
|
|
84515
|
-
};
|
|
84516
|
-
const Status = {
|
|
84517
|
-
inClassic: "InClassic",
|
|
84518
|
-
inVpc: "InVpc",
|
|
84519
|
-
moveInProgress: "MoveInProgress",
|
|
84520
|
-
};
|
|
84521
|
-
const VerificationMethod = {
|
|
84522
|
-
dns_token: "dns-token",
|
|
84523
|
-
remarks_x509: "remarks-x509",
|
|
84524
|
-
};
|
|
84525
|
-
const ReportInstanceReasonCodes = {
|
|
84526
|
-
instance_stuck_in_state: "instance-stuck-in-state",
|
|
84527
|
-
not_accepting_credentials: "not-accepting-credentials",
|
|
84528
|
-
other: "other",
|
|
84529
|
-
password_not_available: "password-not-available",
|
|
84530
|
-
performance_ebs_volume: "performance-ebs-volume",
|
|
84531
|
-
performance_instance_store: "performance-instance-store",
|
|
84532
|
-
performance_network: "performance-network",
|
|
84533
|
-
performance_other: "performance-other",
|
|
84534
|
-
unresponsive: "unresponsive",
|
|
84535
|
-
};
|
|
84536
|
-
const ReportStatusType = {
|
|
84537
|
-
impaired: "impaired",
|
|
84538
|
-
ok: "ok",
|
|
84539
|
-
};
|
|
84540
|
-
const ResetFpgaImageAttributeName = {
|
|
84541
|
-
loadPermission: "loadPermission",
|
|
84542
|
-
};
|
|
84543
|
-
const ResetImageAttributeName = {
|
|
84544
|
-
launchPermission: "launchPermission",
|
|
84545
|
-
};
|
|
84546
|
-
const MembershipType = {
|
|
84547
|
-
igmp: "igmp",
|
|
84548
|
-
static: "static",
|
|
84549
|
-
};
|
|
84550
|
-
const ModifyVpnConnectionResultFilterSensitiveLog = (obj) => ({
|
|
84551
|
-
...obj,
|
|
84552
|
-
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
84553
|
-
});
|
|
84554
|
-
const ModifyVpnConnectionOptionsResultFilterSensitiveLog = (obj) => ({
|
|
84555
|
-
...obj,
|
|
84556
|
-
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
84557
|
-
});
|
|
84558
|
-
const ModifyVpnTunnelCertificateResultFilterSensitiveLog = (obj) => ({
|
|
84559
|
-
...obj,
|
|
84560
|
-
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
84561
|
-
});
|
|
84562
|
-
const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
|
|
84563
|
-
...obj,
|
|
84564
|
-
...(obj.PreSharedKey && { PreSharedKey: smithyClient.SENSITIVE_STRING }),
|
|
84565
|
-
});
|
|
84566
|
-
const ModifyVpnTunnelOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
84567
|
-
...obj,
|
|
84568
|
-
...(obj.TunnelOptions && { TunnelOptions: smithyClient.SENSITIVE_STRING }),
|
|
84569
|
-
});
|
|
84570
|
-
const ModifyVpnTunnelOptionsResultFilterSensitiveLog = (obj) => ({
|
|
84571
|
-
...obj,
|
|
84572
|
-
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
84573
|
-
});
|
|
84574
|
-
const ReportInstanceStatusRequestFilterSensitiveLog = (obj) => ({
|
|
84575
|
-
...obj,
|
|
84576
|
-
...(obj.Description && { Description: smithyClient.SENSITIVE_STRING }),
|
|
84577
|
-
});
|
|
84578
|
-
const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
|
|
84579
|
-
...obj,
|
|
84580
|
-
...(obj.SpotFleetRequestConfig && {
|
|
84581
|
-
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
|
|
84582
|
-
}),
|
|
84583
|
-
});
|
|
84584
|
-
const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
84585
|
-
...obj,
|
|
84586
|
-
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
84587
|
-
});
|
|
84588
|
-
const RequestSpotInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
84589
|
-
...obj,
|
|
84590
|
-
...(obj.LaunchSpecification && {
|
|
84591
|
-
LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification),
|
|
84592
|
-
}),
|
|
84593
|
-
});
|
|
84594
|
-
const RequestSpotInstancesResultFilterSensitiveLog = (obj) => ({
|
|
84595
|
-
...obj,
|
|
84596
|
-
...(obj.SpotInstanceRequests && {
|
|
84597
|
-
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item)),
|
|
84598
|
-
}),
|
|
84599
|
-
});
|
|
84600
|
-
const RunInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
84601
|
-
...obj,
|
|
84602
|
-
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
84603
|
-
});
|
|
84604
|
-
const ScheduledInstancesLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
84605
|
-
...obj,
|
|
84606
|
-
});
|
|
84607
|
-
const RunScheduledInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
84608
|
-
...obj,
|
|
84609
|
-
...(obj.LaunchSpecification && { LaunchSpecification: smithyClient.SENSITIVE_STRING }),
|
|
84610
|
-
});
|
|
84611
|
-
|
|
84612
85830
|
class ModifyVpnConnectionCommand extends smithyClient.Command
|
|
84613
85831
|
.classBuilder()
|
|
84614
85832
|
.ep(commonParams)
|
|
@@ -86058,6 +87276,8 @@ const commands = {
|
|
|
86058
87276
|
CreateIpamCommand,
|
|
86059
87277
|
CreateIpamExternalResourceVerificationTokenCommand,
|
|
86060
87278
|
CreateIpamPoolCommand,
|
|
87279
|
+
CreateIpamPrefixListResolverCommand,
|
|
87280
|
+
CreateIpamPrefixListResolverTargetCommand,
|
|
86061
87281
|
CreateIpamResourceDiscoveryCommand,
|
|
86062
87282
|
CreateIpamScopeCommand,
|
|
86063
87283
|
CreateKeyPairCommand,
|
|
@@ -86144,6 +87364,8 @@ const commands = {
|
|
|
86144
87364
|
DeleteIpamCommand,
|
|
86145
87365
|
DeleteIpamExternalResourceVerificationTokenCommand,
|
|
86146
87366
|
DeleteIpamPoolCommand,
|
|
87367
|
+
DeleteIpamPrefixListResolverCommand,
|
|
87368
|
+
DeleteIpamPrefixListResolverTargetCommand,
|
|
86147
87369
|
DeleteIpamResourceDiscoveryCommand,
|
|
86148
87370
|
DeleteIpamScopeCommand,
|
|
86149
87371
|
DeleteKeyPairCommand,
|
|
@@ -86287,6 +87509,8 @@ const commands = {
|
|
|
86287
87509
|
DescribeIpamByoasnCommand,
|
|
86288
87510
|
DescribeIpamExternalResourceVerificationTokensCommand,
|
|
86289
87511
|
DescribeIpamPoolsCommand,
|
|
87512
|
+
DescribeIpamPrefixListResolversCommand,
|
|
87513
|
+
DescribeIpamPrefixListResolverTargetsCommand,
|
|
86290
87514
|
DescribeIpamResourceDiscoveriesCommand,
|
|
86291
87515
|
DescribeIpamResourceDiscoveryAssociationsCommand,
|
|
86292
87516
|
DescribeIpamsCommand,
|
|
@@ -86489,6 +87713,9 @@ const commands = {
|
|
|
86489
87713
|
GetIpamDiscoveredResourceCidrsCommand,
|
|
86490
87714
|
GetIpamPoolAllocationsCommand,
|
|
86491
87715
|
GetIpamPoolCidrsCommand,
|
|
87716
|
+
GetIpamPrefixListResolverRulesCommand,
|
|
87717
|
+
GetIpamPrefixListResolverVersionEntriesCommand,
|
|
87718
|
+
GetIpamPrefixListResolverVersionsCommand,
|
|
86492
87719
|
GetIpamResourceCidrsCommand,
|
|
86493
87720
|
GetLaunchTemplateDataCommand,
|
|
86494
87721
|
GetManagedPrefixListAssociationsCommand,
|
|
@@ -86554,6 +87781,8 @@ const commands = {
|
|
|
86554
87781
|
ModifyInstancePlacementCommand,
|
|
86555
87782
|
ModifyIpamCommand,
|
|
86556
87783
|
ModifyIpamPoolCommand,
|
|
87784
|
+
ModifyIpamPrefixListResolverCommand,
|
|
87785
|
+
ModifyIpamPrefixListResolverTargetCommand,
|
|
86557
87786
|
ModifyIpamResourceCidrCommand,
|
|
86558
87787
|
ModifyIpamResourceDiscoveryCommand,
|
|
86559
87788
|
ModifyIpamScopeCommand,
|
|
@@ -86780,6 +88009,10 @@ const paginateDescribeInternetGateways = core.createPaginator(EC2Client, Describ
|
|
|
86780
88009
|
|
|
86781
88010
|
const paginateDescribeIpamPools = core.createPaginator(EC2Client, DescribeIpamPoolsCommand, "NextToken", "NextToken", "MaxResults");
|
|
86782
88011
|
|
|
88012
|
+
const paginateDescribeIpamPrefixListResolverTargets = core.createPaginator(EC2Client, DescribeIpamPrefixListResolverTargetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
88013
|
+
|
|
88014
|
+
const paginateDescribeIpamPrefixListResolvers = core.createPaginator(EC2Client, DescribeIpamPrefixListResolversCommand, "NextToken", "NextToken", "MaxResults");
|
|
88015
|
+
|
|
86783
88016
|
const paginateDescribeIpamResourceDiscoveries = core.createPaginator(EC2Client, DescribeIpamResourceDiscoveriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
86784
88017
|
|
|
86785
88018
|
const paginateDescribeIpamResourceDiscoveryAssociations = core.createPaginator(EC2Client, DescribeIpamResourceDiscoveryAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -86960,6 +88193,12 @@ const paginateGetIpamPoolAllocations = core.createPaginator(EC2Client, GetIpamPo
|
|
|
86960
88193
|
|
|
86961
88194
|
const paginateGetIpamPoolCidrs = core.createPaginator(EC2Client, GetIpamPoolCidrsCommand, "NextToken", "NextToken", "MaxResults");
|
|
86962
88195
|
|
|
88196
|
+
const paginateGetIpamPrefixListResolverRules = core.createPaginator(EC2Client, GetIpamPrefixListResolverRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
88197
|
+
|
|
88198
|
+
const paginateGetIpamPrefixListResolverVersionEntries = core.createPaginator(EC2Client, GetIpamPrefixListResolverVersionEntriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
88199
|
+
|
|
88200
|
+
const paginateGetIpamPrefixListResolverVersions = core.createPaginator(EC2Client, GetIpamPrefixListResolverVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
88201
|
+
|
|
86963
88202
|
const paginateGetIpamResourceCidrs = core.createPaginator(EC2Client, GetIpamResourceCidrsCommand, "NextToken", "NextToken", "MaxResults");
|
|
86964
88203
|
|
|
86965
88204
|
const paginateGetManagedPrefixListAssociations = core.createPaginator(EC2Client, GetManagedPrefixListAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -89210,6 +90449,8 @@ exports.CreateInternetGatewayCommand = CreateInternetGatewayCommand;
|
|
|
89210
90449
|
exports.CreateIpamCommand = CreateIpamCommand;
|
|
89211
90450
|
exports.CreateIpamExternalResourceVerificationTokenCommand = CreateIpamExternalResourceVerificationTokenCommand;
|
|
89212
90451
|
exports.CreateIpamPoolCommand = CreateIpamPoolCommand;
|
|
90452
|
+
exports.CreateIpamPrefixListResolverCommand = CreateIpamPrefixListResolverCommand;
|
|
90453
|
+
exports.CreateIpamPrefixListResolverTargetCommand = CreateIpamPrefixListResolverTargetCommand;
|
|
89213
90454
|
exports.CreateIpamResourceDiscoveryCommand = CreateIpamResourceDiscoveryCommand;
|
|
89214
90455
|
exports.CreateIpamScopeCommand = CreateIpamScopeCommand;
|
|
89215
90456
|
exports.CreateKeyPairCommand = CreateKeyPairCommand;
|
|
@@ -89314,6 +90555,8 @@ exports.DeleteInternetGatewayCommand = DeleteInternetGatewayCommand;
|
|
|
89314
90555
|
exports.DeleteIpamCommand = DeleteIpamCommand;
|
|
89315
90556
|
exports.DeleteIpamExternalResourceVerificationTokenCommand = DeleteIpamExternalResourceVerificationTokenCommand;
|
|
89316
90557
|
exports.DeleteIpamPoolCommand = DeleteIpamPoolCommand;
|
|
90558
|
+
exports.DeleteIpamPrefixListResolverCommand = DeleteIpamPrefixListResolverCommand;
|
|
90559
|
+
exports.DeleteIpamPrefixListResolverTargetCommand = DeleteIpamPrefixListResolverTargetCommand;
|
|
89317
90560
|
exports.DeleteIpamResourceDiscoveryCommand = DeleteIpamResourceDiscoveryCommand;
|
|
89318
90561
|
exports.DeleteIpamScopeCommand = DeleteIpamScopeCommand;
|
|
89319
90562
|
exports.DeleteKeyPairCommand = DeleteKeyPairCommand;
|
|
@@ -89463,6 +90706,8 @@ exports.DescribeInternetGatewaysCommand = DescribeInternetGatewaysCommand;
|
|
|
89463
90706
|
exports.DescribeIpamByoasnCommand = DescribeIpamByoasnCommand;
|
|
89464
90707
|
exports.DescribeIpamExternalResourceVerificationTokensCommand = DescribeIpamExternalResourceVerificationTokensCommand;
|
|
89465
90708
|
exports.DescribeIpamPoolsCommand = DescribeIpamPoolsCommand;
|
|
90709
|
+
exports.DescribeIpamPrefixListResolverTargetsCommand = DescribeIpamPrefixListResolverTargetsCommand;
|
|
90710
|
+
exports.DescribeIpamPrefixListResolversCommand = DescribeIpamPrefixListResolversCommand;
|
|
89466
90711
|
exports.DescribeIpamResourceDiscoveriesCommand = DescribeIpamResourceDiscoveriesCommand;
|
|
89467
90712
|
exports.DescribeIpamResourceDiscoveryAssociationsCommand = DescribeIpamResourceDiscoveryAssociationsCommand;
|
|
89468
90713
|
exports.DescribeIpamScopesCommand = DescribeIpamScopesCommand;
|
|
@@ -89727,6 +90972,9 @@ exports.GetIpamDiscoveredPublicAddressesCommand = GetIpamDiscoveredPublicAddress
|
|
|
89727
90972
|
exports.GetIpamDiscoveredResourceCidrsCommand = GetIpamDiscoveredResourceCidrsCommand;
|
|
89728
90973
|
exports.GetIpamPoolAllocationsCommand = GetIpamPoolAllocationsCommand;
|
|
89729
90974
|
exports.GetIpamPoolCidrsCommand = GetIpamPoolCidrsCommand;
|
|
90975
|
+
exports.GetIpamPrefixListResolverRulesCommand = GetIpamPrefixListResolverRulesCommand;
|
|
90976
|
+
exports.GetIpamPrefixListResolverVersionEntriesCommand = GetIpamPrefixListResolverVersionEntriesCommand;
|
|
90977
|
+
exports.GetIpamPrefixListResolverVersionsCommand = GetIpamPrefixListResolverVersionsCommand;
|
|
89730
90978
|
exports.GetIpamResourceCidrsCommand = GetIpamResourceCidrsCommand;
|
|
89731
90979
|
exports.GetLaunchTemplateDataCommand = GetLaunchTemplateDataCommand;
|
|
89732
90980
|
exports.GetLaunchTemplateDataResultFilterSensitiveLog = GetLaunchTemplateDataResultFilterSensitiveLog;
|
|
@@ -89840,6 +91088,11 @@ exports.IpamPoolCidrState = IpamPoolCidrState;
|
|
|
89840
91088
|
exports.IpamPoolPublicIpSource = IpamPoolPublicIpSource;
|
|
89841
91089
|
exports.IpamPoolSourceResourceType = IpamPoolSourceResourceType;
|
|
89842
91090
|
exports.IpamPoolState = IpamPoolState;
|
|
91091
|
+
exports.IpamPrefixListResolverRuleConditionOperation = IpamPrefixListResolverRuleConditionOperation;
|
|
91092
|
+
exports.IpamPrefixListResolverRuleType = IpamPrefixListResolverRuleType;
|
|
91093
|
+
exports.IpamPrefixListResolverState = IpamPrefixListResolverState;
|
|
91094
|
+
exports.IpamPrefixListResolverTargetState = IpamPrefixListResolverTargetState;
|
|
91095
|
+
exports.IpamPrefixListResolverVersionCreationStatus = IpamPrefixListResolverVersionCreationStatus;
|
|
89843
91096
|
exports.IpamPublicAddressAssociationStatus = IpamPublicAddressAssociationStatus;
|
|
89844
91097
|
exports.IpamPublicAddressAwsService = IpamPublicAddressAwsService;
|
|
89845
91098
|
exports.IpamPublicAddressType = IpamPublicAddressType;
|
|
@@ -89918,6 +91171,8 @@ exports.ModifyInstanceNetworkPerformanceOptionsCommand = ModifyInstanceNetworkPe
|
|
|
89918
91171
|
exports.ModifyInstancePlacementCommand = ModifyInstancePlacementCommand;
|
|
89919
91172
|
exports.ModifyIpamCommand = ModifyIpamCommand;
|
|
89920
91173
|
exports.ModifyIpamPoolCommand = ModifyIpamPoolCommand;
|
|
91174
|
+
exports.ModifyIpamPrefixListResolverCommand = ModifyIpamPrefixListResolverCommand;
|
|
91175
|
+
exports.ModifyIpamPrefixListResolverTargetCommand = ModifyIpamPrefixListResolverTargetCommand;
|
|
89921
91176
|
exports.ModifyIpamResourceCidrCommand = ModifyIpamResourceCidrCommand;
|
|
89922
91177
|
exports.ModifyIpamResourceDiscoveryCommand = ModifyIpamResourceDiscoveryCommand;
|
|
89923
91178
|
exports.ModifyIpamScopeCommand = ModifyIpamScopeCommand;
|
|
@@ -90297,6 +91552,8 @@ exports.paginateDescribeInstanceTypes = paginateDescribeInstanceTypes;
|
|
|
90297
91552
|
exports.paginateDescribeInstances = paginateDescribeInstances;
|
|
90298
91553
|
exports.paginateDescribeInternetGateways = paginateDescribeInternetGateways;
|
|
90299
91554
|
exports.paginateDescribeIpamPools = paginateDescribeIpamPools;
|
|
91555
|
+
exports.paginateDescribeIpamPrefixListResolverTargets = paginateDescribeIpamPrefixListResolverTargets;
|
|
91556
|
+
exports.paginateDescribeIpamPrefixListResolvers = paginateDescribeIpamPrefixListResolvers;
|
|
90300
91557
|
exports.paginateDescribeIpamResourceDiscoveries = paginateDescribeIpamResourceDiscoveries;
|
|
90301
91558
|
exports.paginateDescribeIpamResourceDiscoveryAssociations = paginateDescribeIpamResourceDiscoveryAssociations;
|
|
90302
91559
|
exports.paginateDescribeIpamScopes = paginateDescribeIpamScopes;
|
|
@@ -90387,6 +91644,9 @@ exports.paginateGetIpamDiscoveredAccounts = paginateGetIpamDiscoveredAccounts;
|
|
|
90387
91644
|
exports.paginateGetIpamDiscoveredResourceCidrs = paginateGetIpamDiscoveredResourceCidrs;
|
|
90388
91645
|
exports.paginateGetIpamPoolAllocations = paginateGetIpamPoolAllocations;
|
|
90389
91646
|
exports.paginateGetIpamPoolCidrs = paginateGetIpamPoolCidrs;
|
|
91647
|
+
exports.paginateGetIpamPrefixListResolverRules = paginateGetIpamPrefixListResolverRules;
|
|
91648
|
+
exports.paginateGetIpamPrefixListResolverVersionEntries = paginateGetIpamPrefixListResolverVersionEntries;
|
|
91649
|
+
exports.paginateGetIpamPrefixListResolverVersions = paginateGetIpamPrefixListResolverVersions;
|
|
90390
91650
|
exports.paginateGetIpamResourceCidrs = paginateGetIpamResourceCidrs;
|
|
90391
91651
|
exports.paginateGetManagedPrefixListAssociations = paginateGetManagedPrefixListAssociations;
|
|
90392
91652
|
exports.paginateGetManagedPrefixListEntries = paginateGetManagedPrefixListEntries;
|