@jjrawlins/cdk-ami-builder 0.0.65 → 0.0.67
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/.jsii +14 -14
- package/.mergify.yml +3 -3
- package/API.md +3 -45
- package/cdk-ami-builder/jsii/jsii.go +2 -2
- package/cdk-ami-builder/version +1 -1
- package/lib/ImagePipeline/ImagePipeline.js +1 -1
- package/lib/Lambdas/CheckStateMachineStatus/CheckStateMachineStatus-function.js +1 -1
- package/lib/Lambdas/StartStateMachine/StartStateMachine-function.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/README.md +88 -0
- package/node_modules/@aws-sdk/client-ec2/dist-cjs/index.js +2587 -1182
- package/node_modules/@aws-sdk/client-ec2/dist-es/EC2.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateIpamPrefixListResolverTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateLaunchTemplateVersionCommand.js +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/CreateVerifiedAccessTrustProviderCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DeleteIpamPrefixListResolverTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolverTargetsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeIpamPrefixListResolversCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverRulesCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionEntriesCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/GetIpamPrefixListResolverVersionsCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyIpamPrefixListResolverTargetCommand.js +22 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/ModifyVerifiedAccessTrustProviderCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-es/commands/index.js +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_0.js +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_1.js +70 -21
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_2.js +21 -40
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_3.js +40 -31
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_4.js +31 -35
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_5.js +35 -21
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_6.js +20 -30
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_7.js +30 -32
- package/node_modules/@aws-sdk/client-ec2/dist-es/models/models_8.js +24 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolverTargetsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/DescribeIpamPrefixListResolversPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverRulesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/GetIpamPrefixListResolverVersionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/pagination/index.js +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-es/protocols/Aws_ec2.js +1117 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2.d.ts +79 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/EC2Client.d.ts +13 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFleetCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +111 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateIpamScopeCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVolumeCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcCommand.d.ts +15 -11
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteIpamScopeCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamPrefixListResolversCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeIpamScopesCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +6 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +6 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +125 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +115 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyIpamScopeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointCommand.d.ts +5 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/RunInstancesCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/TerminateInstancesCommand.d.ts +13 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_0.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_1.d.ts +1205 -1509
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_2.d.ts +5443 -5198
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_3.d.ts +3423 -3351
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_4.d.ts +828 -397
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_5.d.ts +6191 -6433
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_6.d.ts +4211 -4032
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_7.d.ts +4719 -4730
- package/node_modules/@aws-sdk/client-ec2/dist-types/models/models_8.d.ts +1050 -7
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/pagination/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/protocols/Aws_ec2.d.ts +99 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2.d.ts +225 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/EC2Client.d.ts +66 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DeleteIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolverTargetsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeIpamPrefixListResolversCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverRulesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionEntriesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/GetIpamPrefixListResolverVersionsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyIpamPrefixListResolverTargetCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_1.d.ts +169 -185
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_2.d.ts +203 -165
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_3.d.ts +184 -172
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_4.d.ts +171 -118
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_5.d.ts +143 -163
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_6.d.ts +164 -154
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_7.d.ts +232 -270
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/models/models_8.d.ts +260 -6
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolverTargetsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/DescribeIpamPrefixListResolversPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverRulesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionEntriesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/GetIpamPrefixListResolverVersionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
- package/node_modules/@aws-sdk/client-ec2/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-ec2/package.json +35 -35
- package/node_modules/@aws-sdk/client-ecs/README.md +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +15 -5
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +8 -5
- package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +5 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +11 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +12 -10
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +126 -86
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAttributesCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +12 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +8 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +6 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +11 -10
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAttributesCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +7 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAttributesCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +9 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +31 -23
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +10 -6
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopServiceDeploymentCommand.d.ts +10 -7
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +24 -21
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +9 -9
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +29 -13
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-ecs/dist-types/index.d.ts +14 -12
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +2014 -1610
- package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +689 -439
- package/node_modules/@aws-sdk/client-ecs/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListTasksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +17 -21
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +21 -0
- package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-ecs/package.json +34 -34
- package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeriveSharedSecretCommand.d.ts +7 -7
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +8 -8
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateRandomCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +119 -51
- package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-kms/package.json +33 -33
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-s3/package.json +50 -50
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-secrets-manager/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-secrets-manager/package.json +33 -33
- package/node_modules/@aws-sdk/client-sfn/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sfn/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sfn/package.json +33 -33
- package/node_modules/@aws-sdk/client-sns/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sns/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sns/package.json +33 -33
- package/node_modules/@aws-sdk/client-sqs/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sqs/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-sqs/package.json +35 -35
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +31 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +14 -4
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +5 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +13 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +7 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +36 -84
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +79 -19
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +8 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +17 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +9 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +8 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +108 -45
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -46
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-ec2/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
- package/node_modules/@aws-sdk/middleware-sdk-sqs/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +17 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +17 -8
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +10 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +3 -1
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-format-url/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +5 -14
- package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +5 -14
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/eventstream-codec/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-browser/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +2 -2
- package/node_modules/@smithy/eventstream-serde-node/package.json +3 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-blob-browser/package.json +2 -2
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/hash-stream-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/md5-js/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +7 -4
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -2
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -1
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +17 -4
- package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +2 -1
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
- package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/package.json +23 -22
|
@@ -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);
|
|
@@ -17443,6 +17696,18 @@ const se_AuthorizeSecurityGroupIngressRequest = (input, context) => {
|
|
|
17443
17696
|
}
|
|
17444
17697
|
return entries;
|
|
17445
17698
|
};
|
|
17699
|
+
const se_AvailabilityZoneIdStringList = (input, context) => {
|
|
17700
|
+
const entries = {};
|
|
17701
|
+
let counter = 1;
|
|
17702
|
+
for (const entry of input) {
|
|
17703
|
+
if (entry === null) {
|
|
17704
|
+
continue;
|
|
17705
|
+
}
|
|
17706
|
+
entries[`AvailabilityZoneId.${counter}`] = entry;
|
|
17707
|
+
counter++;
|
|
17708
|
+
}
|
|
17709
|
+
return entries;
|
|
17710
|
+
};
|
|
17446
17711
|
const se_AvailabilityZoneStringList = (input, context) => {
|
|
17447
17712
|
const entries = {};
|
|
17448
17713
|
let counter = 1;
|
|
@@ -19208,6 +19473,77 @@ const se_CreateIpamPoolRequest = (input, context) => {
|
|
|
19208
19473
|
}
|
|
19209
19474
|
return entries;
|
|
19210
19475
|
};
|
|
19476
|
+
const se_CreateIpamPrefixListResolverRequest = (input, context) => {
|
|
19477
|
+
const entries = {};
|
|
19478
|
+
if (input[_DRr] != null) {
|
|
19479
|
+
entries[_DRr] = input[_DRr];
|
|
19480
|
+
}
|
|
19481
|
+
if (input[_IIp] != null) {
|
|
19482
|
+
entries[_IIp] = input[_IIp];
|
|
19483
|
+
}
|
|
19484
|
+
if (input[_De] != null) {
|
|
19485
|
+
entries[_De] = input[_De];
|
|
19486
|
+
}
|
|
19487
|
+
if (input[_AF] != null) {
|
|
19488
|
+
entries[_AF] = input[_AF];
|
|
19489
|
+
}
|
|
19490
|
+
if (input[_Ru] != null) {
|
|
19491
|
+
const memberEntries = se_IpamPrefixListResolverRuleRequestSet(input[_Ru]);
|
|
19492
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19493
|
+
const loc = `Rule.${key.substring(key.indexOf(".") + 1)}`;
|
|
19494
|
+
entries[loc] = value;
|
|
19495
|
+
});
|
|
19496
|
+
}
|
|
19497
|
+
if (input[_TS] != null) {
|
|
19498
|
+
const memberEntries = se_TagSpecificationList(input[_TS]);
|
|
19499
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19500
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
19501
|
+
entries[loc] = value;
|
|
19502
|
+
});
|
|
19503
|
+
}
|
|
19504
|
+
if (input[_CTl] === undefined) {
|
|
19505
|
+
input[_CTl] = uuid.v4();
|
|
19506
|
+
}
|
|
19507
|
+
if (input[_CTl] != null) {
|
|
19508
|
+
entries[_CTl] = input[_CTl];
|
|
19509
|
+
}
|
|
19510
|
+
return entries;
|
|
19511
|
+
};
|
|
19512
|
+
const se_CreateIpamPrefixListResolverTargetRequest = (input, context) => {
|
|
19513
|
+
const entries = {};
|
|
19514
|
+
if (input[_DRr] != null) {
|
|
19515
|
+
entries[_DRr] = input[_DRr];
|
|
19516
|
+
}
|
|
19517
|
+
if (input[_IPLRI] != null) {
|
|
19518
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
19519
|
+
}
|
|
19520
|
+
if (input[_PLI] != null) {
|
|
19521
|
+
entries[_PLI] = input[_PLI];
|
|
19522
|
+
}
|
|
19523
|
+
if (input[_PLR] != null) {
|
|
19524
|
+
entries[_PLR] = input[_PLR];
|
|
19525
|
+
}
|
|
19526
|
+
if (input[_DVesi] != null) {
|
|
19527
|
+
entries[_DVesi] = input[_DVesi];
|
|
19528
|
+
}
|
|
19529
|
+
if (input[_TLV] != null) {
|
|
19530
|
+
entries[_TLV] = input[_TLV];
|
|
19531
|
+
}
|
|
19532
|
+
if (input[_TS] != null) {
|
|
19533
|
+
const memberEntries = se_TagSpecificationList(input[_TS]);
|
|
19534
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19535
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
19536
|
+
entries[loc] = value;
|
|
19537
|
+
});
|
|
19538
|
+
}
|
|
19539
|
+
if (input[_CTl] === undefined) {
|
|
19540
|
+
input[_CTl] = uuid.v4();
|
|
19541
|
+
}
|
|
19542
|
+
if (input[_CTl] != null) {
|
|
19543
|
+
entries[_CTl] = input[_CTl];
|
|
19544
|
+
}
|
|
19545
|
+
return entries;
|
|
19546
|
+
};
|
|
19211
19547
|
const se_CreateIpamRequest = (input, context) => {
|
|
19212
19548
|
const entries = {};
|
|
19213
19549
|
if (input[_DRr] != null) {
|
|
@@ -19301,6 +19637,13 @@ const se_CreateIpamScopeRequest = (input, context) => {
|
|
|
19301
19637
|
if (input[_CTl] != null) {
|
|
19302
19638
|
entries[_CTl] = input[_CTl];
|
|
19303
19639
|
}
|
|
19640
|
+
if (input[_EAC] != null) {
|
|
19641
|
+
const memberEntries = se_ExternalAuthorityConfiguration(input[_EAC]);
|
|
19642
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19643
|
+
const loc = `ExternalAuthorityConfiguration.${key}`;
|
|
19644
|
+
entries[loc] = value;
|
|
19645
|
+
});
|
|
19646
|
+
}
|
|
19304
19647
|
return entries;
|
|
19305
19648
|
};
|
|
19306
19649
|
const se_CreateKeyPairRequest = (input, context) => {
|
|
@@ -22005,6 +22348,26 @@ const se_DeleteIpamPoolRequest = (input, context) => {
|
|
|
22005
22348
|
}
|
|
22006
22349
|
return entries;
|
|
22007
22350
|
};
|
|
22351
|
+
const se_DeleteIpamPrefixListResolverRequest = (input, context) => {
|
|
22352
|
+
const entries = {};
|
|
22353
|
+
if (input[_DRr] != null) {
|
|
22354
|
+
entries[_DRr] = input[_DRr];
|
|
22355
|
+
}
|
|
22356
|
+
if (input[_IPLRI] != null) {
|
|
22357
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
22358
|
+
}
|
|
22359
|
+
return entries;
|
|
22360
|
+
};
|
|
22361
|
+
const se_DeleteIpamPrefixListResolverTargetRequest = (input, context) => {
|
|
22362
|
+
const entries = {};
|
|
22363
|
+
if (input[_DRr] != null) {
|
|
22364
|
+
entries[_DRr] = input[_DRr];
|
|
22365
|
+
}
|
|
22366
|
+
if (input[_IPLRTI] != null) {
|
|
22367
|
+
entries[_IPLRTI] = input[_IPLRTI];
|
|
22368
|
+
}
|
|
22369
|
+
return entries;
|
|
22370
|
+
};
|
|
22008
22371
|
const se_DeleteIpamRequest = (input, context) => {
|
|
22009
22372
|
const entries = {};
|
|
22010
22373
|
if (input[_DRr] != null) {
|
|
@@ -24675,6 +25038,63 @@ const se_DescribeIpamPoolsRequest = (input, context) => {
|
|
|
24675
25038
|
}
|
|
24676
25039
|
return entries;
|
|
24677
25040
|
};
|
|
25041
|
+
const se_DescribeIpamPrefixListResolversRequest = (input, context) => {
|
|
25042
|
+
const entries = {};
|
|
25043
|
+
if (input[_DRr] != null) {
|
|
25044
|
+
entries[_DRr] = input[_DRr];
|
|
25045
|
+
}
|
|
25046
|
+
if (input[_Fi] != null) {
|
|
25047
|
+
const memberEntries = se_FilterList(input[_Fi]);
|
|
25048
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25049
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
25050
|
+
entries[loc] = value;
|
|
25051
|
+
});
|
|
25052
|
+
}
|
|
25053
|
+
if (input[_MR] != null) {
|
|
25054
|
+
entries[_MR] = input[_MR];
|
|
25055
|
+
}
|
|
25056
|
+
if (input[_NT] != null) {
|
|
25057
|
+
entries[_NT] = input[_NT];
|
|
25058
|
+
}
|
|
25059
|
+
if (input[_IPLRIp] != null) {
|
|
25060
|
+
const memberEntries = se_ValueStringList(input[_IPLRIp]);
|
|
25061
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25062
|
+
const loc = `IpamPrefixListResolverId.${key.substring(key.indexOf(".") + 1)}`;
|
|
25063
|
+
entries[loc] = value;
|
|
25064
|
+
});
|
|
25065
|
+
}
|
|
25066
|
+
return entries;
|
|
25067
|
+
};
|
|
25068
|
+
const se_DescribeIpamPrefixListResolverTargetsRequest = (input, context) => {
|
|
25069
|
+
const entries = {};
|
|
25070
|
+
if (input[_DRr] != null) {
|
|
25071
|
+
entries[_DRr] = input[_DRr];
|
|
25072
|
+
}
|
|
25073
|
+
if (input[_Fi] != null) {
|
|
25074
|
+
const memberEntries = se_FilterList(input[_Fi]);
|
|
25075
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25076
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
25077
|
+
entries[loc] = value;
|
|
25078
|
+
});
|
|
25079
|
+
}
|
|
25080
|
+
if (input[_MR] != null) {
|
|
25081
|
+
entries[_MR] = input[_MR];
|
|
25082
|
+
}
|
|
25083
|
+
if (input[_NT] != null) {
|
|
25084
|
+
entries[_NT] = input[_NT];
|
|
25085
|
+
}
|
|
25086
|
+
if (input[_IPLRTIp] != null) {
|
|
25087
|
+
const memberEntries = se_ValueStringList(input[_IPLRTIp]);
|
|
25088
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
25089
|
+
const loc = `IpamPrefixListResolverTargetId.${key.substring(key.indexOf(".") + 1)}`;
|
|
25090
|
+
entries[loc] = value;
|
|
25091
|
+
});
|
|
25092
|
+
}
|
|
25093
|
+
if (input[_IPLRI] != null) {
|
|
25094
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
25095
|
+
}
|
|
25096
|
+
return entries;
|
|
25097
|
+
};
|
|
24678
25098
|
const se_DescribeIpamResourceDiscoveriesRequest = (input, context) => {
|
|
24679
25099
|
const entries = {};
|
|
24680
25100
|
if (input[_DRr] != null) {
|
|
@@ -27588,6 +28008,13 @@ const se_DisableFastSnapshotRestoresRequest = (input, context) => {
|
|
|
27588
28008
|
entries[loc] = value;
|
|
27589
28009
|
});
|
|
27590
28010
|
}
|
|
28011
|
+
if (input[_AZIv] != null) {
|
|
28012
|
+
const memberEntries = se_AvailabilityZoneIdStringList(input[_AZIv]);
|
|
28013
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28014
|
+
const loc = `AvailabilityZoneId.${key.substring(key.indexOf(".") + 1)}`;
|
|
28015
|
+
entries[loc] = value;
|
|
28016
|
+
});
|
|
28017
|
+
}
|
|
27591
28018
|
if (input[_SSIo] != null) {
|
|
27592
28019
|
const memberEntries = se_SnapshotIdStringList(input[_SSIo]);
|
|
27593
28020
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -28008,6 +28435,16 @@ const se_DnsOptionsSpecification = (input, context) => {
|
|
|
28008
28435
|
if (input[_PDOFIRE] != null) {
|
|
28009
28436
|
entries[_PDOFIRE] = input[_PDOFIRE];
|
|
28010
28437
|
}
|
|
28438
|
+
if (input[_PDP] != null) {
|
|
28439
|
+
entries[_PDP] = input[_PDP];
|
|
28440
|
+
}
|
|
28441
|
+
if (input[_PDSD] != null) {
|
|
28442
|
+
const memberEntries = se_PrivateDnsSpecifiedDomainSet(input[_PDSD]);
|
|
28443
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28444
|
+
const loc = `PrivateDnsSpecifiedDomain.${key.substring(key.indexOf(".") + 1)}`;
|
|
28445
|
+
entries[loc] = value;
|
|
28446
|
+
});
|
|
28447
|
+
}
|
|
28011
28448
|
return entries;
|
|
28012
28449
|
};
|
|
28013
28450
|
const se_DnsServersOptionsModifyStructure = (input, context) => {
|
|
@@ -28276,6 +28713,13 @@ const se_EnableFastSnapshotRestoresRequest = (input, context) => {
|
|
|
28276
28713
|
entries[loc] = value;
|
|
28277
28714
|
});
|
|
28278
28715
|
}
|
|
28716
|
+
if (input[_AZIv] != null) {
|
|
28717
|
+
const memberEntries = se_AvailabilityZoneIdStringList(input[_AZIv]);
|
|
28718
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28719
|
+
const loc = `AvailabilityZoneId.${key.substring(key.indexOf(".") + 1)}`;
|
|
28720
|
+
entries[loc] = value;
|
|
28721
|
+
});
|
|
28722
|
+
}
|
|
28279
28723
|
if (input[_SSIo] != null) {
|
|
28280
28724
|
const memberEntries = se_SnapshotIdStringList(input[_SSIo]);
|
|
28281
28725
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -28649,6 +29093,16 @@ const se_ExportVerifiedAccessInstanceClientConfigurationRequest = (input, contex
|
|
|
28649
29093
|
}
|
|
28650
29094
|
return entries;
|
|
28651
29095
|
};
|
|
29096
|
+
const se_ExternalAuthorityConfiguration = (input, context) => {
|
|
29097
|
+
const entries = {};
|
|
29098
|
+
if (input[_T] != null) {
|
|
29099
|
+
entries[_T] = input[_T];
|
|
29100
|
+
}
|
|
29101
|
+
if (input[_ERI] != null) {
|
|
29102
|
+
entries[_ERI] = input[_ERI];
|
|
29103
|
+
}
|
|
29104
|
+
return entries;
|
|
29105
|
+
};
|
|
28652
29106
|
const se_FastLaunchImageIdList = (input, context) => {
|
|
28653
29107
|
const entries = {};
|
|
28654
29108
|
let counter = 1;
|
|
@@ -29515,6 +29969,78 @@ const se_GetIpamPoolCidrsRequest = (input, context) => {
|
|
|
29515
29969
|
}
|
|
29516
29970
|
return entries;
|
|
29517
29971
|
};
|
|
29972
|
+
const se_GetIpamPrefixListResolverRulesRequest = (input, context) => {
|
|
29973
|
+
const entries = {};
|
|
29974
|
+
if (input[_DRr] != null) {
|
|
29975
|
+
entries[_DRr] = input[_DRr];
|
|
29976
|
+
}
|
|
29977
|
+
if (input[_IPLRI] != null) {
|
|
29978
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
29979
|
+
}
|
|
29980
|
+
if (input[_Fi] != null) {
|
|
29981
|
+
const memberEntries = se_FilterList(input[_Fi]);
|
|
29982
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29983
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
29984
|
+
entries[loc] = value;
|
|
29985
|
+
});
|
|
29986
|
+
}
|
|
29987
|
+
if (input[_MR] != null) {
|
|
29988
|
+
entries[_MR] = input[_MR];
|
|
29989
|
+
}
|
|
29990
|
+
if (input[_NT] != null) {
|
|
29991
|
+
entries[_NT] = input[_NT];
|
|
29992
|
+
}
|
|
29993
|
+
return entries;
|
|
29994
|
+
};
|
|
29995
|
+
const se_GetIpamPrefixListResolverVersionEntriesRequest = (input, context) => {
|
|
29996
|
+
const entries = {};
|
|
29997
|
+
if (input[_DRr] != null) {
|
|
29998
|
+
entries[_DRr] = input[_DRr];
|
|
29999
|
+
}
|
|
30000
|
+
if (input[_IPLRI] != null) {
|
|
30001
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
30002
|
+
}
|
|
30003
|
+
if (input[_IPLRV] != null) {
|
|
30004
|
+
entries[_IPLRV] = input[_IPLRV];
|
|
30005
|
+
}
|
|
30006
|
+
if (input[_MR] != null) {
|
|
30007
|
+
entries[_MR] = input[_MR];
|
|
30008
|
+
}
|
|
30009
|
+
if (input[_NT] != null) {
|
|
30010
|
+
entries[_NT] = input[_NT];
|
|
30011
|
+
}
|
|
30012
|
+
return entries;
|
|
30013
|
+
};
|
|
30014
|
+
const se_GetIpamPrefixListResolverVersionsRequest = (input, context) => {
|
|
30015
|
+
const entries = {};
|
|
30016
|
+
if (input[_DRr] != null) {
|
|
30017
|
+
entries[_DRr] = input[_DRr];
|
|
30018
|
+
}
|
|
30019
|
+
if (input[_IPLRI] != null) {
|
|
30020
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
30021
|
+
}
|
|
30022
|
+
if (input[_IPLRVp] != null) {
|
|
30023
|
+
const memberEntries = se_IpamPrefixListResolverVersionNumberSet(input[_IPLRVp]);
|
|
30024
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
30025
|
+
const loc = `IpamPrefixListResolverVersion.${key.substring(key.indexOf(".") + 1)}`;
|
|
30026
|
+
entries[loc] = value;
|
|
30027
|
+
});
|
|
30028
|
+
}
|
|
30029
|
+
if (input[_MR] != null) {
|
|
30030
|
+
entries[_MR] = input[_MR];
|
|
30031
|
+
}
|
|
30032
|
+
if (input[_Fi] != null) {
|
|
30033
|
+
const memberEntries = se_FilterList(input[_Fi]);
|
|
30034
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
30035
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
30036
|
+
entries[loc] = value;
|
|
30037
|
+
});
|
|
30038
|
+
}
|
|
30039
|
+
if (input[_NT] != null) {
|
|
30040
|
+
entries[_NT] = input[_NT];
|
|
30041
|
+
}
|
|
30042
|
+
return entries;
|
|
30043
|
+
};
|
|
29518
30044
|
const se_GetIpamResourceCidrsRequest = (input, context) => {
|
|
29519
30045
|
const entries = {};
|
|
29520
30046
|
if (input[_DRr] != null) {
|
|
@@ -31585,6 +32111,100 @@ const se_IpamPoolSourceResourceRequest = (input, context) => {
|
|
|
31585
32111
|
}
|
|
31586
32112
|
return entries;
|
|
31587
32113
|
};
|
|
32114
|
+
const se_IpamPrefixListResolverRuleConditionRequest = (input, context) => {
|
|
32115
|
+
const entries = {};
|
|
32116
|
+
if (input[_Ope] != null) {
|
|
32117
|
+
entries[_Ope] = input[_Ope];
|
|
32118
|
+
}
|
|
32119
|
+
if (input[_IPI] != null) {
|
|
32120
|
+
entries[_IPI] = input[_IPI];
|
|
32121
|
+
}
|
|
32122
|
+
if (input[_RIeso] != null) {
|
|
32123
|
+
entries[_RIeso] = input[_RIeso];
|
|
32124
|
+
}
|
|
32125
|
+
if (input[_ROe] != null) {
|
|
32126
|
+
entries[_ROe] = input[_ROe];
|
|
32127
|
+
}
|
|
32128
|
+
if (input[_RRe] != null) {
|
|
32129
|
+
entries[_RRe] = input[_RRe];
|
|
32130
|
+
}
|
|
32131
|
+
if (input[_RTeso] != null) {
|
|
32132
|
+
const memberEntries = se_RequestIpamResourceTag(input[_RTeso]);
|
|
32133
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32134
|
+
const loc = `ResourceTag.${key}`;
|
|
32135
|
+
entries[loc] = value;
|
|
32136
|
+
});
|
|
32137
|
+
}
|
|
32138
|
+
if (input[_C] != null) {
|
|
32139
|
+
entries[_C] = input[_C];
|
|
32140
|
+
}
|
|
32141
|
+
return entries;
|
|
32142
|
+
};
|
|
32143
|
+
const se_IpamPrefixListResolverRuleConditionRequestSet = (input, context) => {
|
|
32144
|
+
const entries = {};
|
|
32145
|
+
let counter = 1;
|
|
32146
|
+
for (const entry of input) {
|
|
32147
|
+
if (entry === null) {
|
|
32148
|
+
continue;
|
|
32149
|
+
}
|
|
32150
|
+
const memberEntries = se_IpamPrefixListResolverRuleConditionRequest(entry);
|
|
32151
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32152
|
+
entries[`Condition.${counter}.${key}`] = value;
|
|
32153
|
+
});
|
|
32154
|
+
counter++;
|
|
32155
|
+
}
|
|
32156
|
+
return entries;
|
|
32157
|
+
};
|
|
32158
|
+
const se_IpamPrefixListResolverRuleRequest = (input, context) => {
|
|
32159
|
+
const entries = {};
|
|
32160
|
+
if (input[_RTu] != null) {
|
|
32161
|
+
entries[_RTu] = input[_RTu];
|
|
32162
|
+
}
|
|
32163
|
+
if (input[_SCt] != null) {
|
|
32164
|
+
entries[_SCt] = input[_SCt];
|
|
32165
|
+
}
|
|
32166
|
+
if (input[_ISI] != null) {
|
|
32167
|
+
entries[_ISI] = input[_ISI];
|
|
32168
|
+
}
|
|
32169
|
+
if (input[_RT] != null) {
|
|
32170
|
+
entries[_RT] = input[_RT];
|
|
32171
|
+
}
|
|
32172
|
+
if (input[_Cond] != null) {
|
|
32173
|
+
const memberEntries = se_IpamPrefixListResolverRuleConditionRequestSet(input[_Cond]);
|
|
32174
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32175
|
+
const loc = `Condition.${key.substring(key.indexOf(".") + 1)}`;
|
|
32176
|
+
entries[loc] = value;
|
|
32177
|
+
});
|
|
32178
|
+
}
|
|
32179
|
+
return entries;
|
|
32180
|
+
};
|
|
32181
|
+
const se_IpamPrefixListResolverRuleRequestSet = (input, context) => {
|
|
32182
|
+
const entries = {};
|
|
32183
|
+
let counter = 1;
|
|
32184
|
+
for (const entry of input) {
|
|
32185
|
+
if (entry === null) {
|
|
32186
|
+
continue;
|
|
32187
|
+
}
|
|
32188
|
+
const memberEntries = se_IpamPrefixListResolverRuleRequest(entry);
|
|
32189
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32190
|
+
entries[`Rule.${counter}.${key}`] = value;
|
|
32191
|
+
});
|
|
32192
|
+
counter++;
|
|
32193
|
+
}
|
|
32194
|
+
return entries;
|
|
32195
|
+
};
|
|
32196
|
+
const se_IpamPrefixListResolverVersionNumberSet = (input, context) => {
|
|
32197
|
+
const entries = {};
|
|
32198
|
+
let counter = 1;
|
|
32199
|
+
for (const entry of input) {
|
|
32200
|
+
if (entry === null) {
|
|
32201
|
+
continue;
|
|
32202
|
+
}
|
|
32203
|
+
entries[`Item.${counter}`] = entry;
|
|
32204
|
+
counter++;
|
|
32205
|
+
}
|
|
32206
|
+
return entries;
|
|
32207
|
+
};
|
|
31588
32208
|
const se_IpList = (input, context) => {
|
|
31589
32209
|
const entries = {};
|
|
31590
32210
|
let counter = 1;
|
|
@@ -33482,6 +34102,48 @@ const se_ModifyIpamPoolRequest = (input, context) => {
|
|
|
33482
34102
|
}
|
|
33483
34103
|
return entries;
|
|
33484
34104
|
};
|
|
34105
|
+
const se_ModifyIpamPrefixListResolverRequest = (input, context) => {
|
|
34106
|
+
const entries = {};
|
|
34107
|
+
if (input[_DRr] != null) {
|
|
34108
|
+
entries[_DRr] = input[_DRr];
|
|
34109
|
+
}
|
|
34110
|
+
if (input[_IPLRI] != null) {
|
|
34111
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
34112
|
+
}
|
|
34113
|
+
if (input[_De] != null) {
|
|
34114
|
+
entries[_De] = input[_De];
|
|
34115
|
+
}
|
|
34116
|
+
if (input[_Ru] != null) {
|
|
34117
|
+
const memberEntries = se_IpamPrefixListResolverRuleRequestSet(input[_Ru]);
|
|
34118
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34119
|
+
const loc = `Rule.${key.substring(key.indexOf(".") + 1)}`;
|
|
34120
|
+
entries[loc] = value;
|
|
34121
|
+
});
|
|
34122
|
+
}
|
|
34123
|
+
return entries;
|
|
34124
|
+
};
|
|
34125
|
+
const se_ModifyIpamPrefixListResolverTargetRequest = (input, context) => {
|
|
34126
|
+
const entries = {};
|
|
34127
|
+
if (input[_DRr] != null) {
|
|
34128
|
+
entries[_DRr] = input[_DRr];
|
|
34129
|
+
}
|
|
34130
|
+
if (input[_IPLRTI] != null) {
|
|
34131
|
+
entries[_IPLRTI] = input[_IPLRTI];
|
|
34132
|
+
}
|
|
34133
|
+
if (input[_DVesi] != null) {
|
|
34134
|
+
entries[_DVesi] = input[_DVesi];
|
|
34135
|
+
}
|
|
34136
|
+
if (input[_TLV] != null) {
|
|
34137
|
+
entries[_TLV] = input[_TLV];
|
|
34138
|
+
}
|
|
34139
|
+
if (input[_CTl] === undefined) {
|
|
34140
|
+
input[_CTl] = uuid.v4();
|
|
34141
|
+
}
|
|
34142
|
+
if (input[_CTl] != null) {
|
|
34143
|
+
entries[_CTl] = input[_CTl];
|
|
34144
|
+
}
|
|
34145
|
+
return entries;
|
|
34146
|
+
};
|
|
33485
34147
|
const se_ModifyIpamRequest = (input, context) => {
|
|
33486
34148
|
const entries = {};
|
|
33487
34149
|
if (input[_DRr] != null) {
|
|
@@ -33595,6 +34257,16 @@ const se_ModifyIpamScopeRequest = (input, context) => {
|
|
|
33595
34257
|
if (input[_De] != null) {
|
|
33596
34258
|
entries[_De] = input[_De];
|
|
33597
34259
|
}
|
|
34260
|
+
if (input[_EAC] != null) {
|
|
34261
|
+
const memberEntries = se_ExternalAuthorityConfiguration(input[_EAC]);
|
|
34262
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34263
|
+
const loc = `ExternalAuthorityConfiguration.${key}`;
|
|
34264
|
+
entries[loc] = value;
|
|
34265
|
+
});
|
|
34266
|
+
}
|
|
34267
|
+
if (input[_REAC] != null) {
|
|
34268
|
+
entries[_REAC] = input[_REAC];
|
|
34269
|
+
}
|
|
33598
34270
|
return entries;
|
|
33599
34271
|
};
|
|
33600
34272
|
const se_ModifyLaunchTemplateRequest = (input, context) => {
|
|
@@ -33672,6 +34344,9 @@ const se_ModifyManagedPrefixListRequest = (input, context) => {
|
|
|
33672
34344
|
if (input[_ME] != null) {
|
|
33673
34345
|
entries[_ME] = input[_ME];
|
|
33674
34346
|
}
|
|
34347
|
+
if (input[_IPLRSE] != null) {
|
|
34348
|
+
entries[_IPLRSE] = input[_IPLRSE];
|
|
34349
|
+
}
|
|
33675
34350
|
return entries;
|
|
33676
34351
|
};
|
|
33677
34352
|
const se_ModifyNetworkInterfaceAttributeRequest = (input, context) => {
|
|
@@ -35881,6 +36556,18 @@ const se_PrivateDnsNameOptionsRequest = (input, context) => {
|
|
|
35881
36556
|
}
|
|
35882
36557
|
return entries;
|
|
35883
36558
|
};
|
|
36559
|
+
const se_PrivateDnsSpecifiedDomainSet = (input, context) => {
|
|
36560
|
+
const entries = {};
|
|
36561
|
+
let counter = 1;
|
|
36562
|
+
for (const entry of input) {
|
|
36563
|
+
if (entry === null) {
|
|
36564
|
+
continue;
|
|
36565
|
+
}
|
|
36566
|
+
entries[`Item.${counter}`] = entry;
|
|
36567
|
+
counter++;
|
|
36568
|
+
}
|
|
36569
|
+
return entries;
|
|
36570
|
+
};
|
|
35884
36571
|
const se_PrivateIpAddressConfigSet = (input, context) => {
|
|
35885
36572
|
const entries = {};
|
|
35886
36573
|
let counter = 1;
|
|
@@ -43892,6 +44579,20 @@ const de_CreateIpamPoolResult = (output, context) => {
|
|
|
43892
44579
|
}
|
|
43893
44580
|
return contents;
|
|
43894
44581
|
};
|
|
44582
|
+
const de_CreateIpamPrefixListResolverResult = (output, context) => {
|
|
44583
|
+
const contents = {};
|
|
44584
|
+
if (output[_iPLR] != null) {
|
|
44585
|
+
contents[_IPLR] = de_IpamPrefixListResolver(output[_iPLR]);
|
|
44586
|
+
}
|
|
44587
|
+
return contents;
|
|
44588
|
+
};
|
|
44589
|
+
const de_CreateIpamPrefixListResolverTargetResult = (output, context) => {
|
|
44590
|
+
const contents = {};
|
|
44591
|
+
if (output[_iPLRT] != null) {
|
|
44592
|
+
contents[_IPLRT] = de_IpamPrefixListResolverTarget(output[_iPLRT]);
|
|
44593
|
+
}
|
|
44594
|
+
return contents;
|
|
44595
|
+
};
|
|
43895
44596
|
const de_CreateIpamResourceDiscoveryResult = (output, context) => {
|
|
43896
44597
|
const contents = {};
|
|
43897
44598
|
if (output[_iRD] != null) {
|
|
@@ -44699,6 +45400,20 @@ const de_DeleteIpamPoolResult = (output, context) => {
|
|
|
44699
45400
|
}
|
|
44700
45401
|
return contents;
|
|
44701
45402
|
};
|
|
45403
|
+
const de_DeleteIpamPrefixListResolverResult = (output, context) => {
|
|
45404
|
+
const contents = {};
|
|
45405
|
+
if (output[_iPLR] != null) {
|
|
45406
|
+
contents[_IPLR] = de_IpamPrefixListResolver(output[_iPLR]);
|
|
45407
|
+
}
|
|
45408
|
+
return contents;
|
|
45409
|
+
};
|
|
45410
|
+
const de_DeleteIpamPrefixListResolverTargetResult = (output, context) => {
|
|
45411
|
+
const contents = {};
|
|
45412
|
+
if (output[_iPLRT] != null) {
|
|
45413
|
+
contents[_IPLRT] = de_IpamPrefixListResolverTarget(output[_iPLRT]);
|
|
45414
|
+
}
|
|
45415
|
+
return contents;
|
|
45416
|
+
};
|
|
44702
45417
|
const de_DeleteIpamResourceDiscoveryResult = (output, context) => {
|
|
44703
45418
|
const contents = {};
|
|
44704
45419
|
if (output[_iRD] != null) {
|
|
@@ -45750,6 +46465,9 @@ const de_DescribeFastSnapshotRestoreSuccessItem = (output, context) => {
|
|
|
45750
46465
|
if (output[_aZ] != null) {
|
|
45751
46466
|
contents[_AZ] = smithyClient.expectString(output[_aZ]);
|
|
45752
46467
|
}
|
|
46468
|
+
if (output[_aZI] != null) {
|
|
46469
|
+
contents[_AZI] = smithyClient.expectString(output[_aZI]);
|
|
46470
|
+
}
|
|
45753
46471
|
if (output[_st] != null) {
|
|
45754
46472
|
contents[_Stat] = smithyClient.expectString(output[_st]);
|
|
45755
46473
|
}
|
|
@@ -46248,6 +46966,32 @@ const de_DescribeIpamPoolsResult = (output, context) => {
|
|
|
46248
46966
|
}
|
|
46249
46967
|
return contents;
|
|
46250
46968
|
};
|
|
46969
|
+
const de_DescribeIpamPrefixListResolversResult = (output, context) => {
|
|
46970
|
+
const contents = {};
|
|
46971
|
+
if (output[_nTe] != null) {
|
|
46972
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
46973
|
+
}
|
|
46974
|
+
if (String(output.ipamPrefixListResolverSet).trim() === "") {
|
|
46975
|
+
contents[_IPLRp] = [];
|
|
46976
|
+
}
|
|
46977
|
+
else if (output[_iPLRS] != null && output[_iPLRS][_i] != null) {
|
|
46978
|
+
contents[_IPLRp] = de_IpamPrefixListResolverSet(smithyClient.getArrayIfSingleItem(output[_iPLRS][_i]));
|
|
46979
|
+
}
|
|
46980
|
+
return contents;
|
|
46981
|
+
};
|
|
46982
|
+
const de_DescribeIpamPrefixListResolverTargetsResult = (output, context) => {
|
|
46983
|
+
const contents = {};
|
|
46984
|
+
if (output[_nTe] != null) {
|
|
46985
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
46986
|
+
}
|
|
46987
|
+
if (String(output.ipamPrefixListResolverTargetSet).trim() === "") {
|
|
46988
|
+
contents[_IPLRTp] = [];
|
|
46989
|
+
}
|
|
46990
|
+
else if (output[_iPLRTS] != null && output[_iPLRTS][_i] != null) {
|
|
46991
|
+
contents[_IPLRTp] = de_IpamPrefixListResolverTargetSet(smithyClient.getArrayIfSingleItem(output[_iPLRTS][_i]));
|
|
46992
|
+
}
|
|
46993
|
+
return contents;
|
|
46994
|
+
};
|
|
46251
46995
|
const de_DescribeIpamResourceDiscoveriesResult = (output, context) => {
|
|
46252
46996
|
const contents = {};
|
|
46253
46997
|
if (String(output.ipamResourceDiscoverySet).trim() === "") {
|
|
@@ -47820,6 +48564,9 @@ const de_DisableFastSnapshotRestoreStateErrorItem = (output, context) => {
|
|
|
47820
48564
|
if (output[_aZ] != null) {
|
|
47821
48565
|
contents[_AZ] = smithyClient.expectString(output[_aZ]);
|
|
47822
48566
|
}
|
|
48567
|
+
if (output[_aZI] != null) {
|
|
48568
|
+
contents[_AZI] = smithyClient.expectString(output[_aZI]);
|
|
48569
|
+
}
|
|
47823
48570
|
if (output[_er] != null) {
|
|
47824
48571
|
contents[_Er] = de_DisableFastSnapshotRestoreStateError(output[_er]);
|
|
47825
48572
|
}
|
|
@@ -47840,6 +48587,9 @@ const de_DisableFastSnapshotRestoreSuccessItem = (output, context) => {
|
|
|
47840
48587
|
if (output[_aZ] != null) {
|
|
47841
48588
|
contents[_AZ] = smithyClient.expectString(output[_aZ]);
|
|
47842
48589
|
}
|
|
48590
|
+
if (output[_aZI] != null) {
|
|
48591
|
+
contents[_AZI] = smithyClient.expectString(output[_aZI]);
|
|
48592
|
+
}
|
|
47843
48593
|
if (output[_st] != null) {
|
|
47844
48594
|
contents[_Stat] = smithyClient.expectString(output[_st]);
|
|
47845
48595
|
}
|
|
@@ -48157,6 +48907,15 @@ const de_DnsOptions = (output, context) => {
|
|
|
48157
48907
|
if (output[_pDOFIRE] != null) {
|
|
48158
48908
|
contents[_PDOFIRE] = smithyClient.parseBoolean(output[_pDOFIRE]);
|
|
48159
48909
|
}
|
|
48910
|
+
if (output[_pDP] != null) {
|
|
48911
|
+
contents[_PDP] = smithyClient.expectString(output[_pDP]);
|
|
48912
|
+
}
|
|
48913
|
+
if (String(output.privateDnsSpecifiedDomainSet).trim() === "") {
|
|
48914
|
+
contents[_PDSD] = [];
|
|
48915
|
+
}
|
|
48916
|
+
else if (output[_pDSDS] != null && output[_pDSDS][_i] != null) {
|
|
48917
|
+
contents[_PDSD] = de_PrivateDnsSpecifiedDomainSet(smithyClient.getArrayIfSingleItem(output[_pDSDS][_i]));
|
|
48918
|
+
}
|
|
48160
48919
|
return contents;
|
|
48161
48920
|
};
|
|
48162
48921
|
const de_EbsBlockDevice = (output, context) => {
|
|
@@ -48648,6 +49407,9 @@ const de_EnableFastSnapshotRestoreStateErrorItem = (output, context) => {
|
|
|
48648
49407
|
if (output[_aZ] != null) {
|
|
48649
49408
|
contents[_AZ] = smithyClient.expectString(output[_aZ]);
|
|
48650
49409
|
}
|
|
49410
|
+
if (output[_aZI] != null) {
|
|
49411
|
+
contents[_AZI] = smithyClient.expectString(output[_aZI]);
|
|
49412
|
+
}
|
|
48651
49413
|
if (output[_er] != null) {
|
|
48652
49414
|
contents[_Er] = de_EnableFastSnapshotRestoreStateError(output[_er]);
|
|
48653
49415
|
}
|
|
@@ -48668,6 +49430,9 @@ const de_EnableFastSnapshotRestoreSuccessItem = (output, context) => {
|
|
|
48668
49430
|
if (output[_aZ] != null) {
|
|
48669
49431
|
contents[_AZ] = smithyClient.expectString(output[_aZ]);
|
|
48670
49432
|
}
|
|
49433
|
+
if (output[_aZI] != null) {
|
|
49434
|
+
contents[_AZI] = smithyClient.expectString(output[_aZI]);
|
|
49435
|
+
}
|
|
48671
49436
|
if (output[_st] != null) {
|
|
48672
49437
|
contents[_Stat] = smithyClient.expectString(output[_st]);
|
|
48673
49438
|
}
|
|
@@ -50234,6 +50999,45 @@ const de_GetIpamPoolCidrsResult = (output, context) => {
|
|
|
50234
50999
|
}
|
|
50235
51000
|
return contents;
|
|
50236
51001
|
};
|
|
51002
|
+
const de_GetIpamPrefixListResolverRulesResult = (output, context) => {
|
|
51003
|
+
const contents = {};
|
|
51004
|
+
if (String(output.ruleSet).trim() === "") {
|
|
51005
|
+
contents[_Ru] = [];
|
|
51006
|
+
}
|
|
51007
|
+
else if (output[_rSu] != null && output[_rSu][_i] != null) {
|
|
51008
|
+
contents[_Ru] = de_IpamPrefixListResolverRuleSet(smithyClient.getArrayIfSingleItem(output[_rSu][_i]));
|
|
51009
|
+
}
|
|
51010
|
+
if (output[_nTe] != null) {
|
|
51011
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
51012
|
+
}
|
|
51013
|
+
return contents;
|
|
51014
|
+
};
|
|
51015
|
+
const de_GetIpamPrefixListResolverVersionEntriesResult = (output, context) => {
|
|
51016
|
+
const contents = {};
|
|
51017
|
+
if (String(output.entrySet).trim() === "") {
|
|
51018
|
+
contents[_Ent] = [];
|
|
51019
|
+
}
|
|
51020
|
+
else if (output[_eSnt] != null && output[_eSnt][_i] != null) {
|
|
51021
|
+
contents[_Ent] = de_IpamPrefixListResolverVersionEntrySet(smithyClient.getArrayIfSingleItem(output[_eSnt][_i]));
|
|
51022
|
+
}
|
|
51023
|
+
if (output[_nTe] != null) {
|
|
51024
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
51025
|
+
}
|
|
51026
|
+
return contents;
|
|
51027
|
+
};
|
|
51028
|
+
const de_GetIpamPrefixListResolverVersionsResult = (output, context) => {
|
|
51029
|
+
const contents = {};
|
|
51030
|
+
if (String(output.ipamPrefixListResolverVersionSet).trim() === "") {
|
|
51031
|
+
contents[_IPLRVp] = [];
|
|
51032
|
+
}
|
|
51033
|
+
else if (output[_iPLRVS] != null && output[_iPLRVS][_i] != null) {
|
|
51034
|
+
contents[_IPLRVp] = de_IpamPrefixListResolverVersionSet(smithyClient.getArrayIfSingleItem(output[_iPLRVS][_i]));
|
|
51035
|
+
}
|
|
51036
|
+
if (output[_nTe] != null) {
|
|
51037
|
+
contents[_NT] = smithyClient.expectString(output[_nTe]);
|
|
51038
|
+
}
|
|
51039
|
+
return contents;
|
|
51040
|
+
};
|
|
50237
51041
|
const de_GetIpamResourceCidrsResult = (output, context) => {
|
|
50238
51042
|
const contents = {};
|
|
50239
51043
|
if (output[_nTe] != null) {
|
|
@@ -53851,6 +54655,192 @@ const de_IpamPoolSourceResource = (output, context) => {
|
|
|
53851
54655
|
}
|
|
53852
54656
|
return contents;
|
|
53853
54657
|
};
|
|
54658
|
+
const de_IpamPrefixListResolver = (output, context) => {
|
|
54659
|
+
const contents = {};
|
|
54660
|
+
if (output[_oI] != null) {
|
|
54661
|
+
contents[_OIwn] = smithyClient.expectString(output[_oI]);
|
|
54662
|
+
}
|
|
54663
|
+
if (output[_iPLRI] != null) {
|
|
54664
|
+
contents[_IPLRI] = smithyClient.expectString(output[_iPLRI]);
|
|
54665
|
+
}
|
|
54666
|
+
if (output[_iPLRA] != null) {
|
|
54667
|
+
contents[_IPLRA] = smithyClient.expectString(output[_iPLRA]);
|
|
54668
|
+
}
|
|
54669
|
+
if (output[_iApa] != null) {
|
|
54670
|
+
contents[_IApa] = smithyClient.expectString(output[_iApa]);
|
|
54671
|
+
}
|
|
54672
|
+
if (output[_iRp] != null) {
|
|
54673
|
+
contents[_IRpa] = smithyClient.expectString(output[_iRp]);
|
|
54674
|
+
}
|
|
54675
|
+
if (output[_de] != null) {
|
|
54676
|
+
contents[_De] = smithyClient.expectString(output[_de]);
|
|
54677
|
+
}
|
|
54678
|
+
if (output[_aF] != null) {
|
|
54679
|
+
contents[_AF] = smithyClient.expectString(output[_aF]);
|
|
54680
|
+
}
|
|
54681
|
+
if (output[_st] != null) {
|
|
54682
|
+
contents[_Stat] = smithyClient.expectString(output[_st]);
|
|
54683
|
+
}
|
|
54684
|
+
if (String(output.tagSet).trim() === "") {
|
|
54685
|
+
contents[_Ta] = [];
|
|
54686
|
+
}
|
|
54687
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
54688
|
+
contents[_Ta] = de_TagList(smithyClient.getArrayIfSingleItem(output[_tS][_i]));
|
|
54689
|
+
}
|
|
54690
|
+
if (output[_lVCS] != null) {
|
|
54691
|
+
contents[_LVCS] = smithyClient.expectString(output[_lVCS]);
|
|
54692
|
+
}
|
|
54693
|
+
if (output[_lVCSM] != null) {
|
|
54694
|
+
contents[_LVCSM] = smithyClient.expectString(output[_lVCSM]);
|
|
54695
|
+
}
|
|
54696
|
+
return contents;
|
|
54697
|
+
};
|
|
54698
|
+
const de_IpamPrefixListResolverRule = (output, context) => {
|
|
54699
|
+
const contents = {};
|
|
54700
|
+
if (output[_rTu] != null) {
|
|
54701
|
+
contents[_RTu] = smithyClient.expectString(output[_rTu]);
|
|
54702
|
+
}
|
|
54703
|
+
if (output[_sCt] != null) {
|
|
54704
|
+
contents[_SCt] = smithyClient.expectString(output[_sCt]);
|
|
54705
|
+
}
|
|
54706
|
+
if (output[_iSIp] != null) {
|
|
54707
|
+
contents[_ISI] = smithyClient.expectString(output[_iSIp]);
|
|
54708
|
+
}
|
|
54709
|
+
if (output[_rTe] != null) {
|
|
54710
|
+
contents[_RT] = smithyClient.expectString(output[_rTe]);
|
|
54711
|
+
}
|
|
54712
|
+
if (String(output.conditionSet).trim() === "") {
|
|
54713
|
+
contents[_Cond] = [];
|
|
54714
|
+
}
|
|
54715
|
+
else if (output[_cSo] != null && output[_cSo][_i] != null) {
|
|
54716
|
+
contents[_Cond] = de_IpamPrefixListResolverRuleConditionSet(smithyClient.getArrayIfSingleItem(output[_cSo][_i]));
|
|
54717
|
+
}
|
|
54718
|
+
return contents;
|
|
54719
|
+
};
|
|
54720
|
+
const de_IpamPrefixListResolverRuleCondition = (output, context) => {
|
|
54721
|
+
const contents = {};
|
|
54722
|
+
if (output[_ope] != null) {
|
|
54723
|
+
contents[_Ope] = smithyClient.expectString(output[_ope]);
|
|
54724
|
+
}
|
|
54725
|
+
if (output[_iPIp] != null) {
|
|
54726
|
+
contents[_IPI] = smithyClient.expectString(output[_iPIp]);
|
|
54727
|
+
}
|
|
54728
|
+
if (output[_rIes] != null) {
|
|
54729
|
+
contents[_RIeso] = smithyClient.expectString(output[_rIes]);
|
|
54730
|
+
}
|
|
54731
|
+
if (output[_rO] != null) {
|
|
54732
|
+
contents[_ROe] = smithyClient.expectString(output[_rO]);
|
|
54733
|
+
}
|
|
54734
|
+
if (output[_rR] != null) {
|
|
54735
|
+
contents[_RRe] = smithyClient.expectString(output[_rR]);
|
|
54736
|
+
}
|
|
54737
|
+
if (output[_rTes] != null) {
|
|
54738
|
+
contents[_RTeso] = de_IpamResourceTag(output[_rTes]);
|
|
54739
|
+
}
|
|
54740
|
+
if (output[_ci] != null) {
|
|
54741
|
+
contents[_C] = smithyClient.expectString(output[_ci]);
|
|
54742
|
+
}
|
|
54743
|
+
return contents;
|
|
54744
|
+
};
|
|
54745
|
+
const de_IpamPrefixListResolverRuleConditionSet = (output, context) => {
|
|
54746
|
+
return (output || [])
|
|
54747
|
+
.filter((e) => e != null)
|
|
54748
|
+
.map((entry) => {
|
|
54749
|
+
return de_IpamPrefixListResolverRuleCondition(entry);
|
|
54750
|
+
});
|
|
54751
|
+
};
|
|
54752
|
+
const de_IpamPrefixListResolverRuleSet = (output, context) => {
|
|
54753
|
+
return (output || [])
|
|
54754
|
+
.filter((e) => e != null)
|
|
54755
|
+
.map((entry) => {
|
|
54756
|
+
return de_IpamPrefixListResolverRule(entry);
|
|
54757
|
+
});
|
|
54758
|
+
};
|
|
54759
|
+
const de_IpamPrefixListResolverSet = (output, context) => {
|
|
54760
|
+
return (output || [])
|
|
54761
|
+
.filter((e) => e != null)
|
|
54762
|
+
.map((entry) => {
|
|
54763
|
+
return de_IpamPrefixListResolver(entry);
|
|
54764
|
+
});
|
|
54765
|
+
};
|
|
54766
|
+
const de_IpamPrefixListResolverTarget = (output, context) => {
|
|
54767
|
+
const contents = {};
|
|
54768
|
+
if (output[_iPLRTI] != null) {
|
|
54769
|
+
contents[_IPLRTI] = smithyClient.expectString(output[_iPLRTI]);
|
|
54770
|
+
}
|
|
54771
|
+
if (output[_iPLRTA] != null) {
|
|
54772
|
+
contents[_IPLRTA] = smithyClient.expectString(output[_iPLRTA]);
|
|
54773
|
+
}
|
|
54774
|
+
if (output[_iPLRI] != null) {
|
|
54775
|
+
contents[_IPLRI] = smithyClient.expectString(output[_iPLRI]);
|
|
54776
|
+
}
|
|
54777
|
+
if (output[_oI] != null) {
|
|
54778
|
+
contents[_OIwn] = smithyClient.expectString(output[_oI]);
|
|
54779
|
+
}
|
|
54780
|
+
if (output[_pLI] != null) {
|
|
54781
|
+
contents[_PLI] = smithyClient.expectString(output[_pLI]);
|
|
54782
|
+
}
|
|
54783
|
+
if (output[_pLR] != null) {
|
|
54784
|
+
contents[_PLR] = smithyClient.expectString(output[_pLR]);
|
|
54785
|
+
}
|
|
54786
|
+
if (output[_dVe] != null) {
|
|
54787
|
+
contents[_DVesi] = smithyClient.strictParseLong(output[_dVe]);
|
|
54788
|
+
}
|
|
54789
|
+
if (output[_lSV] != null) {
|
|
54790
|
+
contents[_LSV] = smithyClient.strictParseLong(output[_lSV]);
|
|
54791
|
+
}
|
|
54792
|
+
if (output[_tLV] != null) {
|
|
54793
|
+
contents[_TLV] = smithyClient.parseBoolean(output[_tLV]);
|
|
54794
|
+
}
|
|
54795
|
+
if (output[_sMta] != null) {
|
|
54796
|
+
contents[_SMta] = smithyClient.expectString(output[_sMta]);
|
|
54797
|
+
}
|
|
54798
|
+
if (output[_st] != null) {
|
|
54799
|
+
contents[_Stat] = smithyClient.expectString(output[_st]);
|
|
54800
|
+
}
|
|
54801
|
+
if (String(output.tagSet).trim() === "") {
|
|
54802
|
+
contents[_Ta] = [];
|
|
54803
|
+
}
|
|
54804
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
54805
|
+
contents[_Ta] = de_TagList(smithyClient.getArrayIfSingleItem(output[_tS][_i]));
|
|
54806
|
+
}
|
|
54807
|
+
return contents;
|
|
54808
|
+
};
|
|
54809
|
+
const de_IpamPrefixListResolverTargetSet = (output, context) => {
|
|
54810
|
+
return (output || [])
|
|
54811
|
+
.filter((e) => e != null)
|
|
54812
|
+
.map((entry) => {
|
|
54813
|
+
return de_IpamPrefixListResolverTarget(entry);
|
|
54814
|
+
});
|
|
54815
|
+
};
|
|
54816
|
+
const de_IpamPrefixListResolverVersion = (output, context) => {
|
|
54817
|
+
const contents = {};
|
|
54818
|
+
if (output[_ve] != null) {
|
|
54819
|
+
contents[_V] = smithyClient.strictParseLong(output[_ve]);
|
|
54820
|
+
}
|
|
54821
|
+
return contents;
|
|
54822
|
+
};
|
|
54823
|
+
const de_IpamPrefixListResolverVersionEntry = (output, context) => {
|
|
54824
|
+
const contents = {};
|
|
54825
|
+
if (output[_ci] != null) {
|
|
54826
|
+
contents[_C] = smithyClient.expectString(output[_ci]);
|
|
54827
|
+
}
|
|
54828
|
+
return contents;
|
|
54829
|
+
};
|
|
54830
|
+
const de_IpamPrefixListResolverVersionEntrySet = (output, context) => {
|
|
54831
|
+
return (output || [])
|
|
54832
|
+
.filter((e) => e != null)
|
|
54833
|
+
.map((entry) => {
|
|
54834
|
+
return de_IpamPrefixListResolverVersionEntry(entry);
|
|
54835
|
+
});
|
|
54836
|
+
};
|
|
54837
|
+
const de_IpamPrefixListResolverVersionSet = (output, context) => {
|
|
54838
|
+
return (output || [])
|
|
54839
|
+
.filter((e) => e != null)
|
|
54840
|
+
.map((entry) => {
|
|
54841
|
+
return de_IpamPrefixListResolverVersion(entry);
|
|
54842
|
+
});
|
|
54843
|
+
};
|
|
53854
54844
|
const de_IpamPublicAddressSecurityGroup = (output, context) => {
|
|
53855
54845
|
const contents = {};
|
|
53856
54846
|
if (output[_gN] != null) {
|
|
@@ -53933,8 +54923,8 @@ const de_IpamResourceCidr = (output, context) => {
|
|
|
53933
54923
|
if (output[_iU] != null) {
|
|
53934
54924
|
contents[_IUp] = smithyClient.strictParseFloat(output[_iU]);
|
|
53935
54925
|
}
|
|
53936
|
-
if (output[
|
|
53937
|
-
contents[_CSo] = smithyClient.expectString(output[
|
|
54926
|
+
if (output[_cSom] != null) {
|
|
54927
|
+
contents[_CSo] = smithyClient.expectString(output[_cSom]);
|
|
53938
54928
|
}
|
|
53939
54929
|
if (output[_mSa] != null) {
|
|
53940
54930
|
contents[_MSa] = smithyClient.expectString(output[_mSa]);
|
|
@@ -54109,6 +55099,19 @@ const de_IpamScope = (output, context) => {
|
|
|
54109
55099
|
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
54110
55100
|
contents[_Ta] = de_TagList(smithyClient.getArrayIfSingleItem(output[_tS][_i]));
|
|
54111
55101
|
}
|
|
55102
|
+
if (output[_eAC] != null) {
|
|
55103
|
+
contents[_EAC] = de_IpamScopeExternalAuthorityConfiguration(output[_eAC]);
|
|
55104
|
+
}
|
|
55105
|
+
return contents;
|
|
55106
|
+
};
|
|
55107
|
+
const de_IpamScopeExternalAuthorityConfiguration = (output, context) => {
|
|
55108
|
+
const contents = {};
|
|
55109
|
+
if (output[_ty] != null) {
|
|
55110
|
+
contents[_T] = smithyClient.expectString(output[_ty]);
|
|
55111
|
+
}
|
|
55112
|
+
if (output[_eRI] != null) {
|
|
55113
|
+
contents[_ERI] = smithyClient.expectString(output[_eRI]);
|
|
55114
|
+
}
|
|
54112
55115
|
return contents;
|
|
54113
55116
|
};
|
|
54114
55117
|
const de_IpamScopeSet = (output, context) => {
|
|
@@ -55026,8 +56029,8 @@ const de_LaunchTemplateVersion = (output, context) => {
|
|
|
55026
56029
|
if (output[_cBr] != null) {
|
|
55027
56030
|
contents[_CBr] = smithyClient.expectString(output[_cBr]);
|
|
55028
56031
|
}
|
|
55029
|
-
if (output[
|
|
55030
|
-
contents[_DVef] = smithyClient.parseBoolean(output[
|
|
56032
|
+
if (output[_dVef] != null) {
|
|
56033
|
+
contents[_DVef] = smithyClient.parseBoolean(output[_dVef]);
|
|
55031
56034
|
}
|
|
55032
56035
|
if (output[_lTD] != null) {
|
|
55033
56036
|
contents[_LTD] = de_ResponseLaunchTemplateData(output[_lTD]);
|
|
@@ -55619,6 +56622,12 @@ const de_ManagedPrefixList = (output, context) => {
|
|
|
55619
56622
|
if (output[_oI] != null) {
|
|
55620
56623
|
contents[_OIwn] = smithyClient.expectString(output[_oI]);
|
|
55621
56624
|
}
|
|
56625
|
+
if (output[_iPLRTI] != null) {
|
|
56626
|
+
contents[_IPLRTI] = smithyClient.expectString(output[_iPLRTI]);
|
|
56627
|
+
}
|
|
56628
|
+
if (output[_iPLRSE] != null) {
|
|
56629
|
+
contents[_IPLRSE] = smithyClient.parseBoolean(output[_iPLRSE]);
|
|
56630
|
+
}
|
|
55622
56631
|
return contents;
|
|
55623
56632
|
};
|
|
55624
56633
|
const de_ManagedPrefixListSet = (output, context) => {
|
|
@@ -55965,6 +56974,20 @@ const de_ModifyIpamPoolResult = (output, context) => {
|
|
|
55965
56974
|
}
|
|
55966
56975
|
return contents;
|
|
55967
56976
|
};
|
|
56977
|
+
const de_ModifyIpamPrefixListResolverResult = (output, context) => {
|
|
56978
|
+
const contents = {};
|
|
56979
|
+
if (output[_iPLR] != null) {
|
|
56980
|
+
contents[_IPLR] = de_IpamPrefixListResolver(output[_iPLR]);
|
|
56981
|
+
}
|
|
56982
|
+
return contents;
|
|
56983
|
+
};
|
|
56984
|
+
const de_ModifyIpamPrefixListResolverTargetResult = (output, context) => {
|
|
56985
|
+
const contents = {};
|
|
56986
|
+
if (output[_iPLRT] != null) {
|
|
56987
|
+
contents[_IPLRT] = de_IpamPrefixListResolverTarget(output[_iPLRT]);
|
|
56988
|
+
}
|
|
56989
|
+
return contents;
|
|
56990
|
+
};
|
|
55968
56991
|
const de_ModifyIpamResourceCidrResult = (output, context) => {
|
|
55969
56992
|
const contents = {};
|
|
55970
56993
|
if (output[_iRC] != null) {
|
|
@@ -57990,6 +59013,13 @@ const de_PrivateDnsNameOptionsResponse = (output, context) => {
|
|
|
57990
59013
|
}
|
|
57991
59014
|
return contents;
|
|
57992
59015
|
};
|
|
59016
|
+
const de_PrivateDnsSpecifiedDomainSet = (output, context) => {
|
|
59017
|
+
return (output || [])
|
|
59018
|
+
.filter((e) => e != null)
|
|
59019
|
+
.map((entry) => {
|
|
59020
|
+
return smithyClient.expectString(entry);
|
|
59021
|
+
});
|
|
59022
|
+
};
|
|
57993
59023
|
const de_PrivateIpAddressSpecification = (output, context) => {
|
|
57994
59024
|
const contents = {};
|
|
57995
59025
|
if (output[_prim] != null) {
|
|
@@ -64620,6 +65650,15 @@ const de_VpcEncryptionControlExclusions = (output, context) => {
|
|
|
64620
65650
|
if (output[_vPpc] != null) {
|
|
64621
65651
|
contents[_VPpc] = de_VpcEncryptionControlExclusion(output[_vPpc]);
|
|
64622
65652
|
}
|
|
65653
|
+
if (output[_la] != null) {
|
|
65654
|
+
contents[_Lam] = de_VpcEncryptionControlExclusion(output[_la]);
|
|
65655
|
+
}
|
|
65656
|
+
if (output[_vL] != null) {
|
|
65657
|
+
contents[_VL] = de_VpcEncryptionControlExclusion(output[_vL]);
|
|
65658
|
+
}
|
|
65659
|
+
if (output[_eFS] != null) {
|
|
65660
|
+
contents[_EFS] = de_VpcEncryptionControlExclusion(output[_eFS]);
|
|
65661
|
+
}
|
|
64623
65662
|
return contents;
|
|
64624
65663
|
};
|
|
64625
65664
|
const de_VpcEndpoint = (output, context) => {
|
|
@@ -65562,6 +66601,8 @@ const _CIEW = "CreateInstanceEventWindow";
|
|
|
65562
66601
|
const _CIG = "CreateInternetGateway";
|
|
65563
66602
|
const _CILP = "CancelImageLaunchPermission";
|
|
65564
66603
|
const _CIP = "CreateIpamPool";
|
|
66604
|
+
const _CIPLR = "CreateIpamPrefixListResolver";
|
|
66605
|
+
const _CIPLRT = "CreateIpamPrefixListResolverTarget";
|
|
65565
66606
|
const _CIRD = "CreateIpamResourceDiscovery";
|
|
65566
66607
|
const _CIS = "CreateIpamScope";
|
|
65567
66608
|
const _CISI = "CurrentIpamScopeId";
|
|
@@ -65756,6 +66797,7 @@ const _Cod = "Code";
|
|
|
65756
66797
|
const _Com = "Comparison";
|
|
65757
66798
|
const _Comp = "Component";
|
|
65758
66799
|
const _Con = "Context";
|
|
66800
|
+
const _Cond = "Conditions";
|
|
65759
66801
|
const _Conf = "Configured";
|
|
65760
66802
|
const _Confi = "Config";
|
|
65761
66803
|
const _Conn = "Connections";
|
|
@@ -65902,6 +66944,10 @@ const _DIIT = "DescribeImportImageTasks";
|
|
|
65902
66944
|
const _DIOAA = "DisableIpamOrganizationAdminAccount";
|
|
65903
66945
|
const _DIP = "DeleteIpamPool";
|
|
65904
66946
|
const _DIPC = "DeprovisionIpamPoolCidr";
|
|
66947
|
+
const _DIPLR = "DeleteIpamPrefixListResolver";
|
|
66948
|
+
const _DIPLRT = "DeleteIpamPrefixListResolverTarget";
|
|
66949
|
+
const _DIPLRTe = "DescribeIpamPrefixListResolverTargets";
|
|
66950
|
+
const _DIPLRe = "DescribeIpamPrefixListResolvers";
|
|
65905
66951
|
const _DIPe = "DescribeIpamPools";
|
|
65906
66952
|
const _DIPes = "DescribeIpv6Pools";
|
|
65907
66953
|
const _DIR = "DescribeImageReferences";
|
|
@@ -66183,6 +67229,7 @@ const _DVe = "DeleteVpc";
|
|
|
66183
67229
|
const _DVef = "DefaultVersion";
|
|
66184
67230
|
const _DVes = "DescribeVolumes";
|
|
66185
67231
|
const _DVesc = "DescribeVpcs";
|
|
67232
|
+
const _DVesi = "DesiredVersion";
|
|
66186
67233
|
const _DVest = "DestinationVpc";
|
|
66187
67234
|
const _DVet = "DetachVolume";
|
|
66188
67235
|
const _Da = "Data";
|
|
@@ -66199,6 +67246,7 @@ const _Du = "Duration";
|
|
|
66199
67246
|
const _Dua = "Dualstack";
|
|
66200
67247
|
const _E = "Ebs";
|
|
66201
67248
|
const _EA = "EnableAcceleration";
|
|
67249
|
+
const _EAC = "ExternalAuthorityConfiguration";
|
|
66202
67250
|
const _EAIS = "EnableAllowedImagesSettings";
|
|
66203
67251
|
const _EANPMS = "EnableAwsNetworkPerformanceMetricSubscription";
|
|
66204
67252
|
const _EAT = "EnableAddressTransfer";
|
|
@@ -66232,6 +67280,7 @@ const _EEEBD = "EnableEbsEncryptionByDefault";
|
|
|
66232
67280
|
const _EEI = "EndpointEniId";
|
|
66233
67281
|
const _EFL = "EnableFastLaunch";
|
|
66234
67282
|
const _EFR = "EgressFilterRules";
|
|
67283
|
+
const _EFS = "ElasticFileSystem";
|
|
66235
67284
|
const _EFSR = "EnableFastSnapshotRestores";
|
|
66236
67285
|
const _EGA = "ElasticGpuAssociations";
|
|
66237
67286
|
const _EGAI = "ElasticGpuAssociationId";
|
|
@@ -66291,6 +67340,7 @@ const _EPI = "EnablePrimaryIpv6";
|
|
|
66291
67340
|
const _EPg = "EgressPackets";
|
|
66292
67341
|
const _EQC = "EnaQueueCount";
|
|
66293
67342
|
const _ERAOS = "EnableReachabilityAnalyzerOrganizationSharing";
|
|
67343
|
+
const _ERI = "ExternalResourceIdentifier";
|
|
66294
67344
|
const _ERNDAAAAR = "EnableResourceNameDnsAAAARecord";
|
|
66295
67345
|
const _ERNDAAAAROL = "EnableResourceNameDnsAAAARecordOnLaunch";
|
|
66296
67346
|
const _ERNDAR = "EnableResourceNameDnsARecord";
|
|
@@ -66438,6 +67488,9 @@ const _GIDRC = "GetIpamDiscoveredResourceCidrs";
|
|
|
66438
67488
|
const _GIMD = "GetInstanceMetadataDefaults";
|
|
66439
67489
|
const _GIPA = "GetIpamPoolAllocations";
|
|
66440
67490
|
const _GIPC = "GetIpamPoolCidrs";
|
|
67491
|
+
const _GIPLRR = "GetIpamPrefixListResolverRules";
|
|
67492
|
+
const _GIPLRV = "GetIpamPrefixListResolverVersions";
|
|
67493
|
+
const _GIPLRVE = "GetIpamPrefixListResolverVersionEntries";
|
|
66441
67494
|
const _GIRC = "GetIpamResourceCidrs";
|
|
66442
67495
|
const _GITEP = "GetInstanceTpmEkPub";
|
|
66443
67496
|
const _GITFIR = "GetInstanceTypesFromInstanceRequirements";
|
|
@@ -66633,6 +67686,19 @@ const _IPI = "IpamPoolId";
|
|
|
66633
67686
|
const _IPIp = "IpamPoolIds";
|
|
66634
67687
|
const _IPIs = "IsPrimaryIpv6";
|
|
66635
67688
|
const _IPK = "IncludePublicKey";
|
|
67689
|
+
const _IPLR = "IpamPrefixListResolver";
|
|
67690
|
+
const _IPLRA = "IpamPrefixListResolverArn";
|
|
67691
|
+
const _IPLRI = "IpamPrefixListResolverId";
|
|
67692
|
+
const _IPLRIp = "IpamPrefixListResolverIds";
|
|
67693
|
+
const _IPLRSE = "IpamPrefixListResolverSyncEnabled";
|
|
67694
|
+
const _IPLRT = "IpamPrefixListResolverTarget";
|
|
67695
|
+
const _IPLRTA = "IpamPrefixListResolverTargetArn";
|
|
67696
|
+
const _IPLRTI = "IpamPrefixListResolverTargetId";
|
|
67697
|
+
const _IPLRTIp = "IpamPrefixListResolverTargetIds";
|
|
67698
|
+
const _IPLRTp = "IpamPrefixListResolverTargets";
|
|
67699
|
+
const _IPLRV = "IpamPrefixListResolverVersion";
|
|
67700
|
+
const _IPLRVp = "IpamPrefixListResolverVersions";
|
|
67701
|
+
const _IPLRp = "IpamPrefixListResolvers";
|
|
66636
67702
|
const _IPO = "IpamPoolOwner";
|
|
66637
67703
|
const _IPR = "IsPermanentRestore";
|
|
66638
67704
|
const _IPTUC = "InstancePoolsToUseCount";
|
|
@@ -66840,6 +67906,7 @@ const _LSDT = "LastSuccessfulDiscoveryTime";
|
|
|
66840
67906
|
const _LSIRB = "ListSnapshotsInRecycleBin";
|
|
66841
67907
|
const _LSL = "LogsStorageLocation";
|
|
66842
67908
|
const _LST = "LocalStorageTypes";
|
|
67909
|
+
const _LSV = "LastSyncedVersion";
|
|
66843
67910
|
const _LSa = "LaunchSpecification";
|
|
66844
67911
|
const _LSau = "LaunchSpecifications";
|
|
66845
67912
|
const _LSi = "LicenseSpecifications";
|
|
@@ -66870,8 +67937,11 @@ const _LUT = "LastUpdateTime";
|
|
|
66870
67937
|
const _LUTa = "LastUpdatedTime";
|
|
66871
67938
|
const _LUTas = "LastUpdateTimestamp";
|
|
66872
67939
|
const _LV = "LogVersion";
|
|
67940
|
+
const _LVCS = "LastVersionCreationStatus";
|
|
67941
|
+
const _LVCSM = "LastVersionCreationStatusMessage";
|
|
66873
67942
|
const _LVN = "LatestVersionNumber";
|
|
66874
67943
|
const _La = "Latest";
|
|
67944
|
+
const _Lam = "Lambda";
|
|
66875
67945
|
const _Li = "Lifecycle";
|
|
66876
67946
|
const _Lic = "Licenses";
|
|
66877
67947
|
const _Lo = "Location";
|
|
@@ -66943,6 +68013,8 @@ const _MIMO = "ModifyInstanceMaintenanceOptions";
|
|
|
66943
68013
|
const _MIMOo = "ModifyInstanceMetadataOptions";
|
|
66944
68014
|
const _MINPO = "ModifyInstanceNetworkPerformanceOptions";
|
|
66945
68015
|
const _MIP = "ModifyInstancePlacement";
|
|
68016
|
+
const _MIPLR = "ModifyIpamPrefixListResolver";
|
|
68017
|
+
const _MIPLRT = "ModifyIpamPrefixListResolverTarget";
|
|
66946
68018
|
const _MIPo = "ModifyIpamPool";
|
|
66947
68019
|
const _MIRC = "ModifyIpamResourceCidr";
|
|
66948
68020
|
const _MIRD = "ModifyIpamResourceDiscovery";
|
|
@@ -67183,6 +68255,7 @@ const _OV = "OptionValues";
|
|
|
67183
68255
|
const _OVC = "OpenVpnConfigurations";
|
|
67184
68256
|
const _OVT = "OriginalVolumeType";
|
|
67185
68257
|
const _Op = "Options";
|
|
68258
|
+
const _Ope = "Operation";
|
|
67186
68259
|
const _Or = "Origin";
|
|
67187
68260
|
const _Ou = "Output";
|
|
67188
68261
|
const _Ov = "Overrides";
|
|
@@ -67234,7 +68307,9 @@ const _PDNr = "PrivateDnsNames";
|
|
|
67234
68307
|
const _PDNu = "PublicDnsNames";
|
|
67235
68308
|
const _PDNub = "PublicDnsName";
|
|
67236
68309
|
const _PDOFIRE = "PrivateDnsOnlyForInboundResolverEndpoint";
|
|
68310
|
+
const _PDP = "PrivateDnsPreference";
|
|
67237
68311
|
const _PDRTI = "PropagationDefaultRouteTableId";
|
|
68312
|
+
const _PDSD = "PrivateDnsSpecifiedDomains";
|
|
67238
68313
|
const _PDSDN = "PublicDualStackDnsName";
|
|
67239
68314
|
const _PDSI = "PublicDefaultScopeId";
|
|
67240
68315
|
const _PDSIr = "PrivateDefaultScopeId";
|
|
@@ -67298,6 +68373,7 @@ const _PLI = "PrefixListId";
|
|
|
67298
68373
|
const _PLIr = "PrefixListIds";
|
|
67299
68374
|
const _PLN = "PrefixListName";
|
|
67300
68375
|
const _PLOI = "PrefixListOwnerId";
|
|
68376
|
+
const _PLR = "PrefixListRegion";
|
|
67301
68377
|
const _PLS = "Phase1LifetimeSeconds";
|
|
67302
68378
|
const _PLSh = "Phase2LifetimeSeconds";
|
|
67303
68379
|
const _PLr = "PrefixList";
|
|
@@ -67411,6 +68487,7 @@ const _RDPA = "RdsDbProxyArn";
|
|
|
67411
68487
|
const _RDS = "ResourceDiscoveryStatus";
|
|
67412
68488
|
const _RDT = "RootDeviceType";
|
|
67413
68489
|
const _RE = "RdsEndpoint";
|
|
68490
|
+
const _REAC = "RemoveExternalAuthorityConfiguration";
|
|
67414
68491
|
const _RED = "RemoveEndDate";
|
|
67415
68492
|
const _REDKKI = "ResetEbsDefaultKmsKeyId";
|
|
67416
68493
|
const _REDT = "ReservationEndDateType";
|
|
@@ -67568,6 +68645,7 @@ const _RTeso = "ResourceTag";
|
|
|
67568
68645
|
const _RTesou = "ResourceTags";
|
|
67569
68646
|
const _RTo = "RouteTable";
|
|
67570
68647
|
const _RTou = "RouteTables";
|
|
68648
|
+
const _RTu = "RuleType";
|
|
67571
68649
|
const _RUFO = "ReservationUnusedFinancialOwner";
|
|
67572
68650
|
const _RUI = "ReplaceUnhealthyInstances";
|
|
67573
68651
|
const _RUV = "RemainingUpfrontValue";
|
|
@@ -67595,6 +68673,7 @@ const _Ret = "Return";
|
|
|
67595
68673
|
const _Ro = "Role";
|
|
67596
68674
|
const _Rou = "Route";
|
|
67597
68675
|
const _Rout = "Routes";
|
|
68676
|
+
const _Ru = "Rules";
|
|
67598
68677
|
const _S = "Source";
|
|
67599
68678
|
const _SA = "StartupAction";
|
|
67600
68679
|
const _SAI = "SecondaryAllocationIds";
|
|
@@ -67624,6 +68703,7 @@ const _SCc = "ScopeCount";
|
|
|
67624
68703
|
const _SCe = "ServiceConfiguration";
|
|
67625
68704
|
const _SCer = "ServiceConfigurations";
|
|
67626
68705
|
const _SCn = "SnapshotConfiguration";
|
|
68706
|
+
const _SCt = "StaticCidr";
|
|
67627
68707
|
const _SD = "StartDate";
|
|
67628
68708
|
const _SDC = "SourceDestCheck";
|
|
67629
68709
|
const _SDI = "SendDiagnosticInterrupt";
|
|
@@ -67908,6 +68988,7 @@ const _TIar = "TargetIops";
|
|
|
67908
68988
|
const _TIe = "TenantId";
|
|
67909
68989
|
const _TIer = "TerminatingInstances";
|
|
67910
68990
|
const _TLSGB = "TotalLocalStorageGB";
|
|
68991
|
+
const _TLV = "TrackLatestVersion";
|
|
67911
68992
|
const _TMAE = "TargetMultiAttachEnabled";
|
|
67912
68993
|
const _TMF = "TrafficMirrorFilter";
|
|
67913
68994
|
const _TMFI = "TrafficMirrorFilterId";
|
|
@@ -68091,6 +69172,7 @@ const _VIl = "VlanId";
|
|
|
68091
69172
|
const _VIo = "VolumeId";
|
|
68092
69173
|
const _VIol = "VolumeIds";
|
|
68093
69174
|
const _VIp = "VpcIds";
|
|
69175
|
+
const _VL = "VpcLattice";
|
|
68094
69176
|
const _VM = "VerificationMethod";
|
|
68095
69177
|
const _VMo = "VolumesModifications";
|
|
68096
69178
|
const _VMol = "VolumeModification";
|
|
@@ -68450,7 +69532,8 @@ const _cSBN = "certificateS3BucketName";
|
|
|
68450
69532
|
const _cSFRS = "currentSpotFleetRequestState";
|
|
68451
69533
|
const _cSOK = "certificateS3ObjectKey";
|
|
68452
69534
|
const _cSl = "clientSecret";
|
|
68453
|
-
const _cSo = "
|
|
69535
|
+
const _cSo = "conditionSet";
|
|
69536
|
+
const _cSom = "complianceStatus";
|
|
68454
69537
|
const _cSon = "configurationState";
|
|
68455
69538
|
const _cSonn = "connectionStatuses";
|
|
68456
69539
|
const _cSr = "creditSpecification";
|
|
@@ -68578,7 +69661,8 @@ const _dV = "destinationVpc";
|
|
|
68578
69661
|
const _dVC = "defaultVCpus";
|
|
68579
69662
|
const _dVD = "deviceValidationDomain";
|
|
68580
69663
|
const _dVN = "defaultVersionNumber";
|
|
68581
|
-
const _dVe = "
|
|
69664
|
+
const _dVe = "desiredVersion";
|
|
69665
|
+
const _dVef = "defaultVersion";
|
|
68582
69666
|
const _de = "description";
|
|
68583
69667
|
const _dea = "deadline";
|
|
68584
69668
|
const _def = "default";
|
|
@@ -68592,6 +69676,7 @@ const _du = "duration";
|
|
|
68592
69676
|
const _dua = "dualstack";
|
|
68593
69677
|
const _e = "egress";
|
|
68594
69678
|
const _eA = "eniAddress";
|
|
69679
|
+
const _eAC = "externalAuthorityConfiguration";
|
|
68595
69680
|
const _eAn = "enableAcceleration";
|
|
68596
69681
|
const _eAx = "exclusionsAllowed";
|
|
68597
69682
|
const _eB = "egressBytes";
|
|
@@ -68612,6 +69697,7 @@ const _eEA = "endpointEniAddress";
|
|
|
68612
69697
|
const _eEBD = "ebsEncryptionByDefault";
|
|
68613
69698
|
const _eEI = "endpointEniId";
|
|
68614
69699
|
const _eFRS = "egressFilterRuleSet";
|
|
69700
|
+
const _eFS = "elasticFileSystem";
|
|
68615
69701
|
const _eGAI = "elasticGpuAssociationId";
|
|
68616
69702
|
const _eGAS = "elasticGpuAssociationState";
|
|
68617
69703
|
const _eGASl = "elasticGpuAssociationSet";
|
|
@@ -68657,6 +69743,7 @@ const _eP = "egressPackets";
|
|
|
68657
69743
|
const _ePG = "enablePrivateGua";
|
|
68658
69744
|
const _ePS = "excludePathSet";
|
|
68659
69745
|
const _eQC = "enaQueueCount";
|
|
69746
|
+
const _eRI = "externalResourceIdentifier";
|
|
68660
69747
|
const _eRNDAAAAR = "enableResourceNameDnsAAAARecord";
|
|
68661
69748
|
const _eRNDAR = "enableResourceNameDnsARecord";
|
|
68662
69749
|
const _eS = "ephemeralStorage";
|
|
@@ -68888,6 +69975,16 @@ const _iPCpv = "ipv6PrefixCount";
|
|
|
68888
69975
|
const _iPE = "ipPermissionsEgress";
|
|
68889
69976
|
const _iPI = "isPrimaryIpv6";
|
|
68890
69977
|
const _iPIp = "ipamPoolId";
|
|
69978
|
+
const _iPLR = "ipamPrefixListResolver";
|
|
69979
|
+
const _iPLRA = "ipamPrefixListResolverArn";
|
|
69980
|
+
const _iPLRI = "ipamPrefixListResolverId";
|
|
69981
|
+
const _iPLRS = "ipamPrefixListResolverSet";
|
|
69982
|
+
const _iPLRSE = "ipamPrefixListResolverSyncEnabled";
|
|
69983
|
+
const _iPLRT = "ipamPrefixListResolverTarget";
|
|
69984
|
+
const _iPLRTA = "ipamPrefixListResolverTargetArn";
|
|
69985
|
+
const _iPLRTI = "ipamPrefixListResolverTargetId";
|
|
69986
|
+
const _iPLRTS = "ipamPrefixListResolverTargetSet";
|
|
69987
|
+
const _iPLRVS = "ipamPrefixListResolverVersionSet";
|
|
68891
69988
|
const _iPR = "isPermanentRestore";
|
|
68892
69989
|
const _iPS = "ipamPoolSet";
|
|
68893
69990
|
const _iPSm = "imageProviderSet";
|
|
@@ -69074,6 +70171,7 @@ const _lS = "licenseSpecifications";
|
|
|
69074
70171
|
const _lSC = "lastStatusChange";
|
|
69075
70172
|
const _lSDT = "lastSuccessfulDiscoveryTime";
|
|
69076
70173
|
const _lSTS = "localStorageTypeSet";
|
|
70174
|
+
const _lSV = "lastSyncedVersion";
|
|
69077
70175
|
const _lSa = "launchSpecifications";
|
|
69078
70176
|
const _lSau = "launchSpecification";
|
|
69079
70177
|
const _lSi = "licenseSet";
|
|
@@ -69100,7 +70198,10 @@ const _lUT = "lastUpdateTime";
|
|
|
69100
70198
|
const _lUTa = "lastUpdatedTime";
|
|
69101
70199
|
const _lUTas = "lastUpdateTimestamp";
|
|
69102
70200
|
const _lV = "logVersion";
|
|
70201
|
+
const _lVCS = "lastVersionCreationStatus";
|
|
70202
|
+
const _lVCSM = "lastVersionCreationStatusMessage";
|
|
69103
70203
|
const _lVN = "latestVersionNumber";
|
|
70204
|
+
const _la = "lambda";
|
|
69104
70205
|
const _lo = "location";
|
|
69105
70206
|
const _loc = "locale";
|
|
69106
70207
|
const _m = "min";
|
|
@@ -69305,6 +70406,7 @@ const _oVCS = "openVpnConfigurationSet";
|
|
|
69305
70406
|
const _oVS = "optionValueSet";
|
|
69306
70407
|
const _oVT = "originalVolumeType";
|
|
69307
70408
|
const _op = "operator";
|
|
70409
|
+
const _ope = "operation";
|
|
69308
70410
|
const _opt = "options";
|
|
69309
70411
|
const _ou = "output";
|
|
69310
70412
|
const _ov = "overrides";
|
|
@@ -69347,9 +70449,11 @@ const _pDNVS = "privateDnsNameVerificationState";
|
|
|
69347
70449
|
const _pDNr = "privateDnsName";
|
|
69348
70450
|
const _pDNu = "publicDnsName";
|
|
69349
70451
|
const _pDOFIRE = "privateDnsOnlyForInboundResolverEndpoint";
|
|
70452
|
+
const _pDP = "privateDnsPreference";
|
|
69350
70453
|
const _pDRTI = "propagationDefaultRouteTableId";
|
|
69351
70454
|
const _pDS = "pricingDetailsSet";
|
|
69352
70455
|
const _pDSDN = "publicDualStackDnsName";
|
|
70456
|
+
const _pDSDS = "privateDnsSpecifiedDomainSet";
|
|
69353
70457
|
const _pDSI = "publicDefaultScopeId";
|
|
69354
70458
|
const _pDSIr = "privateDefaultScopeId";
|
|
69355
70459
|
const _pDa = "paymentDue";
|
|
@@ -69399,6 +70503,7 @@ const _pLI = "prefixListId";
|
|
|
69399
70503
|
const _pLIr = "prefixListIds";
|
|
69400
70504
|
const _pLN = "prefixListName";
|
|
69401
70505
|
const _pLOI = "prefixListOwnerId";
|
|
70506
|
+
const _pLR = "prefixListRegion";
|
|
69402
70507
|
const _pLS = "prefixListSet";
|
|
69403
70508
|
const _pLSh = "phase1LifetimeSeconds";
|
|
69404
70509
|
const _pLSha = "phase2LifetimeSeconds";
|
|
@@ -69569,6 +70674,7 @@ const _rSesou = "resourceSet";
|
|
|
69569
70674
|
const _rSo = "routeServer";
|
|
69570
70675
|
const _rSou = "routeSet";
|
|
69571
70676
|
const _rSout = "routeStatus";
|
|
70677
|
+
const _rSu = "ruleSet";
|
|
69572
70678
|
const _rT = "reservationType";
|
|
69573
70679
|
const _rTAI = "routeTableAssociationId";
|
|
69574
70680
|
const _rTI = "routeTableId";
|
|
@@ -69583,7 +70689,9 @@ const _rTV = "remainingTotalValue";
|
|
|
69583
70689
|
const _rTe = "resourceType";
|
|
69584
70690
|
const _rTel = "releaseTime";
|
|
69585
70691
|
const _rTeq = "requestTime";
|
|
70692
|
+
const _rTes = "resourceTag";
|
|
69586
70693
|
const _rTo = "routeTable";
|
|
70694
|
+
const _rTu = "ruleType";
|
|
69587
70695
|
const _rUFO = "reservationUnusedFinancialOwner";
|
|
69588
70696
|
const _rUI = "replaceUnhealthyInstances";
|
|
69589
70697
|
const _rUV = "remainingUpfrontValue";
|
|
@@ -69625,6 +70733,7 @@ const _sCS = "serviceConfigurationSet";
|
|
|
69625
70733
|
const _sCSIG = "sustainedClockSpeedInGhz";
|
|
69626
70734
|
const _sCc = "scopeCount";
|
|
69627
70735
|
const _sCn = "snapshotConfiguration";
|
|
70736
|
+
const _sCt = "staticCidr";
|
|
69628
70737
|
const _sD = "startDate";
|
|
69629
70738
|
const _sDC = "sourceDestCheck";
|
|
69630
70739
|
const _sDIH = "slotDurationInHours";
|
|
@@ -69862,6 +70971,7 @@ const _tIWE = "terminateInstancesWithExpiration";
|
|
|
69862
70971
|
const _tIa = "targetIops";
|
|
69863
70972
|
const _tIe = "tenantId";
|
|
69864
70973
|
const _tLSGB = "totalLocalStorageGB";
|
|
70974
|
+
const _tLV = "trackLatestVersion";
|
|
69865
70975
|
const _tMAE = "targetMultiAttachEnabled";
|
|
69866
70976
|
const _tMF = "trafficMirrorFilter";
|
|
69867
70977
|
const _tMFI = "trafficMirrorFilterId";
|
|
@@ -70010,6 +71120,7 @@ const _vI = "vpcId";
|
|
|
70010
71120
|
const _vIR = "volumeInitializationRate";
|
|
70011
71121
|
const _vIl = "vlanId";
|
|
70012
71122
|
const _vIo = "volumeId";
|
|
71123
|
+
const _vL = "vpcLattice";
|
|
70013
71124
|
const _vM = "volumeModification";
|
|
70014
71125
|
const _vMS = "volumeModificationSet";
|
|
70015
71126
|
const _vN = "virtualName";
|
|
@@ -70766,6 +71877,8 @@ const ResourceType = {
|
|
|
70766
71877
|
ipam: "ipam",
|
|
70767
71878
|
ipam_external_resource_verification_token: "ipam-external-resource-verification-token",
|
|
70768
71879
|
ipam_pool: "ipam-pool",
|
|
71880
|
+
ipam_prefix_list_resolver: "ipam-prefix-list-resolver",
|
|
71881
|
+
ipam_prefix_list_resolver_target: "ipam-prefix-list-resolver-target",
|
|
70769
71882
|
ipam_resource_discovery: "ipam-resource-discovery",
|
|
70770
71883
|
ipam_resource_discovery_association: "ipam-resource-discovery-association",
|
|
70771
71884
|
ipam_scope: "ipam-scope",
|
|
@@ -72597,6 +73710,18 @@ const _InstanceType = {
|
|
|
72597
73710
|
r7iz_metal_16xl: "r7iz.metal-16xl",
|
|
72598
73711
|
r7iz_metal_32xl: "r7iz.metal-32xl",
|
|
72599
73712
|
r7iz_xlarge: "r7iz.xlarge",
|
|
73713
|
+
r8a_12xlarge: "r8a.12xlarge",
|
|
73714
|
+
r8a_16xlarge: "r8a.16xlarge",
|
|
73715
|
+
r8a_24xlarge: "r8a.24xlarge",
|
|
73716
|
+
r8a_2xlarge: "r8a.2xlarge",
|
|
73717
|
+
r8a_48xlarge: "r8a.48xlarge",
|
|
73718
|
+
r8a_4xlarge: "r8a.4xlarge",
|
|
73719
|
+
r8a_8xlarge: "r8a.8xlarge",
|
|
73720
|
+
r8a_large: "r8a.large",
|
|
73721
|
+
r8a_medium: "r8a.medium",
|
|
73722
|
+
r8a_metal_24xl: "r8a.metal-24xl",
|
|
73723
|
+
r8a_metal_48xl: "r8a.metal-48xl",
|
|
73724
|
+
r8a_xlarge: "r8a.xlarge",
|
|
72600
73725
|
r8g_12xlarge: "r8g.12xlarge",
|
|
72601
73726
|
r8g_16xlarge: "r8g.16xlarge",
|
|
72602
73727
|
r8g_24xlarge: "r8g.24xlarge",
|
|
@@ -72695,6 +73820,7 @@ const _InstanceType = {
|
|
|
72695
73820
|
trn1_2xlarge: "trn1.2xlarge",
|
|
72696
73821
|
trn1_32xlarge: "trn1.32xlarge",
|
|
72697
73822
|
trn1n_32xlarge: "trn1n.32xlarge",
|
|
73823
|
+
trn2_3xlarge: "trn2.3xlarge",
|
|
72698
73824
|
trn2_48xlarge: "trn2.48xlarge",
|
|
72699
73825
|
u7i_12tb_224xlarge: "u7i-12tb.224xlarge",
|
|
72700
73826
|
u7i_6tb_112xlarge: "u7i-6tb.112xlarge",
|
|
@@ -73081,6 +74207,60 @@ const IpamPoolState = {
|
|
|
73081
74207
|
modify_in_progress: "modify-in-progress",
|
|
73082
74208
|
restore_in_progress: "restore-in-progress",
|
|
73083
74209
|
};
|
|
74210
|
+
const IpamPrefixListResolverRuleConditionOperation = {
|
|
74211
|
+
equals: "equals",
|
|
74212
|
+
not_equals: "not-equals",
|
|
74213
|
+
subnet_of: "subnet-of",
|
|
74214
|
+
};
|
|
74215
|
+
const IpamResourceType = {
|
|
74216
|
+
eip: "eip",
|
|
74217
|
+
eni: "eni",
|
|
74218
|
+
ipv6_pool: "ipv6-pool",
|
|
74219
|
+
public_ipv4_pool: "public-ipv4-pool",
|
|
74220
|
+
subnet: "subnet",
|
|
74221
|
+
vpc: "vpc",
|
|
74222
|
+
};
|
|
74223
|
+
const IpamPrefixListResolverRuleType = {
|
|
74224
|
+
ipam_pool_cidr: "ipam-pool-cidr",
|
|
74225
|
+
ipam_resource_cidr: "ipam-resource-cidr",
|
|
74226
|
+
static_cidr: "static-cidr",
|
|
74227
|
+
};
|
|
74228
|
+
const IpamPrefixListResolverVersionCreationStatus = {
|
|
74229
|
+
failure: "failure",
|
|
74230
|
+
pending: "pending",
|
|
74231
|
+
success: "success",
|
|
74232
|
+
};
|
|
74233
|
+
const IpamPrefixListResolverState = {
|
|
74234
|
+
create_complete: "create-complete",
|
|
74235
|
+
create_failed: "create-failed",
|
|
74236
|
+
create_in_progress: "create-in-progress",
|
|
74237
|
+
delete_complete: "delete-complete",
|
|
74238
|
+
delete_failed: "delete-failed",
|
|
74239
|
+
delete_in_progress: "delete-in-progress",
|
|
74240
|
+
isolate_complete: "isolate-complete",
|
|
74241
|
+
isolate_in_progress: "isolate-in-progress",
|
|
74242
|
+
modify_complete: "modify-complete",
|
|
74243
|
+
modify_failed: "modify-failed",
|
|
74244
|
+
modify_in_progress: "modify-in-progress",
|
|
74245
|
+
restore_in_progress: "restore-in-progress",
|
|
74246
|
+
};
|
|
74247
|
+
const IpamPrefixListResolverTargetState = {
|
|
74248
|
+
create_complete: "create-complete",
|
|
74249
|
+
create_failed: "create-failed",
|
|
74250
|
+
create_in_progress: "create-in-progress",
|
|
74251
|
+
delete_complete: "delete-complete",
|
|
74252
|
+
delete_failed: "delete-failed",
|
|
74253
|
+
delete_in_progress: "delete-in-progress",
|
|
74254
|
+
isolate_complete: "isolate-complete",
|
|
74255
|
+
isolate_in_progress: "isolate-in-progress",
|
|
74256
|
+
modify_complete: "modify-complete",
|
|
74257
|
+
modify_failed: "modify-failed",
|
|
74258
|
+
modify_in_progress: "modify-in-progress",
|
|
74259
|
+
restore_in_progress: "restore-in-progress",
|
|
74260
|
+
sync_complete: "sync-complete",
|
|
74261
|
+
sync_failed: "sync-failed",
|
|
74262
|
+
sync_in_progress: "sync-in-progress",
|
|
74263
|
+
};
|
|
73084
74264
|
const IpamResourceDiscoveryState = {
|
|
73085
74265
|
CREATE_COMPLETE: "create-complete",
|
|
73086
74266
|
CREATE_FAILED: "create-failed",
|
|
@@ -73095,6 +74275,9 @@ const IpamResourceDiscoveryState = {
|
|
|
73095
74275
|
MODIFY_IN_PROGRESS: "modify-in-progress",
|
|
73096
74276
|
RESTORE_IN_PROGRESS: "restore-in-progress",
|
|
73097
74277
|
};
|
|
74278
|
+
const IpamScopeExternalAuthorityType = {
|
|
74279
|
+
infoblox: "infoblox",
|
|
74280
|
+
};
|
|
73098
74281
|
const IpamScopeState = {
|
|
73099
74282
|
create_complete: "create-complete",
|
|
73100
74283
|
create_failed: "create-failed",
|
|
@@ -73163,11 +74346,6 @@ const LaunchTemplateInstanceMetadataTagsState = {
|
|
|
73163
74346
|
disabled: "disabled",
|
|
73164
74347
|
enabled: "enabled",
|
|
73165
74348
|
};
|
|
73166
|
-
const InstanceBandwidthWeighting = {
|
|
73167
|
-
DEFAULT: "default",
|
|
73168
|
-
EBS_1: "ebs-1",
|
|
73169
|
-
VPC_1: "vpc-1",
|
|
73170
|
-
};
|
|
73171
74349
|
const CopySnapshotRequestFilterSensitiveLog = (obj) => ({
|
|
73172
74350
|
...obj,
|
|
73173
74351
|
...(obj.PresignedUrl && { PresignedUrl: smithyClient.SENSITIVE_STRING }),
|
|
@@ -73180,22 +74358,6 @@ const KeyPairFilterSensitiveLog = (obj) => ({
|
|
|
73180
74358
|
...obj,
|
|
73181
74359
|
...(obj.KeyMaterial && { KeyMaterial: smithyClient.SENSITIVE_STRING }),
|
|
73182
74360
|
});
|
|
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
74361
|
|
|
73200
74362
|
class CopySnapshotCommand extends smithyClient.Command
|
|
73201
74363
|
.classBuilder()
|
|
@@ -73691,6 +74853,40 @@ class CreateIpamPoolCommand extends smithyClient.Command
|
|
|
73691
74853
|
.build() {
|
|
73692
74854
|
}
|
|
73693
74855
|
|
|
74856
|
+
class CreateIpamPrefixListResolverCommand extends smithyClient.Command
|
|
74857
|
+
.classBuilder()
|
|
74858
|
+
.ep(commonParams)
|
|
74859
|
+
.m(function (Command, cs, config, o) {
|
|
74860
|
+
return [
|
|
74861
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
74862
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
74863
|
+
];
|
|
74864
|
+
})
|
|
74865
|
+
.s("AmazonEC2", "CreateIpamPrefixListResolver", {})
|
|
74866
|
+
.n("EC2Client", "CreateIpamPrefixListResolverCommand")
|
|
74867
|
+
.f(void 0, void 0)
|
|
74868
|
+
.ser(se_CreateIpamPrefixListResolverCommand)
|
|
74869
|
+
.de(de_CreateIpamPrefixListResolverCommand)
|
|
74870
|
+
.build() {
|
|
74871
|
+
}
|
|
74872
|
+
|
|
74873
|
+
class CreateIpamPrefixListResolverTargetCommand extends smithyClient.Command
|
|
74874
|
+
.classBuilder()
|
|
74875
|
+
.ep(commonParams)
|
|
74876
|
+
.m(function (Command, cs, config, o) {
|
|
74877
|
+
return [
|
|
74878
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
74879
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
74880
|
+
];
|
|
74881
|
+
})
|
|
74882
|
+
.s("AmazonEC2", "CreateIpamPrefixListResolverTarget", {})
|
|
74883
|
+
.n("EC2Client", "CreateIpamPrefixListResolverTargetCommand")
|
|
74884
|
+
.f(void 0, void 0)
|
|
74885
|
+
.ser(se_CreateIpamPrefixListResolverTargetCommand)
|
|
74886
|
+
.de(de_CreateIpamPrefixListResolverTargetCommand)
|
|
74887
|
+
.build() {
|
|
74888
|
+
}
|
|
74889
|
+
|
|
73694
74890
|
class CreateIpamResourceDiscoveryCommand extends smithyClient.Command
|
|
73695
74891
|
.classBuilder()
|
|
73696
74892
|
.ep(commonParams)
|
|
@@ -73742,23 +74938,11 @@ class CreateKeyPairCommand extends smithyClient.Command
|
|
|
73742
74938
|
.build() {
|
|
73743
74939
|
}
|
|
73744
74940
|
|
|
73745
|
-
|
|
73746
|
-
|
|
73747
|
-
|
|
73748
|
-
|
|
73749
|
-
|
|
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
|
-
|
|
74941
|
+
const InstanceBandwidthWeighting = {
|
|
74942
|
+
DEFAULT: "default",
|
|
74943
|
+
EBS_1: "ebs-1",
|
|
74944
|
+
VPC_1: "vpc-1",
|
|
74945
|
+
};
|
|
73762
74946
|
const LaunchTemplateInstanceMetadataOptionsState = {
|
|
73763
74947
|
applied: "applied",
|
|
73764
74948
|
pending: "pending",
|
|
@@ -74108,22 +75292,22 @@ const VerifiedAccessEndpointStatusCode = {
|
|
|
74108
75292
|
pending: "pending",
|
|
74109
75293
|
updating: "updating",
|
|
74110
75294
|
};
|
|
74111
|
-
const
|
|
74112
|
-
|
|
74113
|
-
|
|
74114
|
-
};
|
|
74115
|
-
const
|
|
74116
|
-
|
|
74117
|
-
|
|
74118
|
-
|
|
74119
|
-
|
|
74120
|
-
|
|
74121
|
-
|
|
74122
|
-
|
|
74123
|
-
|
|
74124
|
-
|
|
74125
|
-
|
|
74126
|
-
};
|
|
75295
|
+
const RequestLaunchTemplateDataFilterSensitiveLog = (obj) => ({
|
|
75296
|
+
...obj,
|
|
75297
|
+
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
75298
|
+
});
|
|
75299
|
+
const CreateLaunchTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
75300
|
+
...obj,
|
|
75301
|
+
...(obj.LaunchTemplateData && {
|
|
75302
|
+
LaunchTemplateData: RequestLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
75303
|
+
}),
|
|
75304
|
+
});
|
|
75305
|
+
const CreateLaunchTemplateVersionRequestFilterSensitiveLog = (obj) => ({
|
|
75306
|
+
...obj,
|
|
75307
|
+
...(obj.LaunchTemplateData && {
|
|
75308
|
+
LaunchTemplateData: RequestLaunchTemplateDataFilterSensitiveLog(obj.LaunchTemplateData),
|
|
75309
|
+
}),
|
|
75310
|
+
});
|
|
74127
75311
|
const ResponseLaunchTemplateDataFilterSensitiveLog = (obj) => ({
|
|
74128
75312
|
...obj,
|
|
74129
75313
|
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
@@ -74144,29 +75328,23 @@ const CreateMacSystemIntegrityProtectionModificationTaskRequestFilterSensitiveLo
|
|
|
74144
75328
|
...obj,
|
|
74145
75329
|
...(obj.MacCredentials && { MacCredentials: smithyClient.SENSITIVE_STRING }),
|
|
74146
75330
|
});
|
|
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
|
-
});
|
|
75331
|
+
|
|
75332
|
+
class CreateLaunchTemplateCommand extends smithyClient.Command
|
|
75333
|
+
.classBuilder()
|
|
75334
|
+
.ep(commonParams)
|
|
75335
|
+
.m(function (Command, cs, config, o) {
|
|
75336
|
+
return [
|
|
75337
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
75338
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
75339
|
+
];
|
|
75340
|
+
})
|
|
75341
|
+
.s("AmazonEC2", "CreateLaunchTemplate", {})
|
|
75342
|
+
.n("EC2Client", "CreateLaunchTemplateCommand")
|
|
75343
|
+
.f(CreateLaunchTemplateRequestFilterSensitiveLog, void 0)
|
|
75344
|
+
.ser(se_CreateLaunchTemplateCommand)
|
|
75345
|
+
.de(de_CreateLaunchTemplateCommand)
|
|
75346
|
+
.build() {
|
|
75347
|
+
}
|
|
74170
75348
|
|
|
74171
75349
|
class CreateLaunchTemplateVersionCommand extends smithyClient.Command
|
|
74172
75350
|
.classBuilder()
|
|
@@ -75052,142 +76230,22 @@ class CreateVerifiedAccessInstanceCommand extends smithyClient.Command
|
|
|
75052
76230
|
.build() {
|
|
75053
76231
|
}
|
|
75054
76232
|
|
|
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
|
-
|
|
76233
|
+
const InternetGatewayExclusionMode = {
|
|
76234
|
+
allow_bidirectional: "allow-bidirectional",
|
|
76235
|
+
allow_egress: "allow-egress",
|
|
76236
|
+
};
|
|
76237
|
+
const VpcBlockPublicAccessExclusionState = {
|
|
76238
|
+
create_complete: "create-complete",
|
|
76239
|
+
create_failed: "create-failed",
|
|
76240
|
+
create_in_progress: "create-in-progress",
|
|
76241
|
+
delete_complete: "delete-complete",
|
|
76242
|
+
delete_in_progress: "delete-in-progress",
|
|
76243
|
+
disable_complete: "disable-complete",
|
|
76244
|
+
disable_in_progress: "disable-in-progress",
|
|
76245
|
+
update_complete: "update-complete",
|
|
76246
|
+
update_failed: "update-failed",
|
|
76247
|
+
update_in_progress: "update-in-progress",
|
|
76248
|
+
};
|
|
75191
76249
|
const DnsRecordIpType = {
|
|
75192
76250
|
dualstack: "dualstack",
|
|
75193
76251
|
ipv4: "ipv4",
|
|
@@ -75338,32 +76396,29 @@ const AvailabilityZoneState = {
|
|
|
75338
76396
|
const MetricType = {
|
|
75339
76397
|
aggregate_latency: "aggregate-latency",
|
|
75340
76398
|
};
|
|
75341
|
-
const
|
|
75342
|
-
|
|
75343
|
-
|
|
75344
|
-
|
|
75345
|
-
|
|
75346
|
-
|
|
75347
|
-
|
|
75348
|
-
};
|
|
75349
|
-
const
|
|
75350
|
-
|
|
75351
|
-
|
|
75352
|
-
|
|
75353
|
-
|
|
75354
|
-
|
|
75355
|
-
|
|
75356
|
-
}
|
|
75357
|
-
|
|
75358
|
-
|
|
75359
|
-
|
|
75360
|
-
|
|
75361
|
-
|
|
75362
|
-
|
|
75363
|
-
|
|
75364
|
-
scheduled: "scheduled",
|
|
75365
|
-
unavailable: "unavailable",
|
|
75366
|
-
};
|
|
76399
|
+
const CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
76400
|
+
...obj,
|
|
76401
|
+
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
76402
|
+
});
|
|
76403
|
+
const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
76404
|
+
...obj,
|
|
76405
|
+
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
76406
|
+
});
|
|
76407
|
+
const CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog = (obj) => ({
|
|
76408
|
+
...obj,
|
|
76409
|
+
...(obj.OidcOptions && {
|
|
76410
|
+
OidcOptions: CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions),
|
|
76411
|
+
}),
|
|
76412
|
+
...(obj.NativeApplicationOidcOptions && {
|
|
76413
|
+
NativeApplicationOidcOptions: CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(obj.NativeApplicationOidcOptions),
|
|
76414
|
+
}),
|
|
76415
|
+
});
|
|
76416
|
+
const CreateVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
76417
|
+
...obj,
|
|
76418
|
+
...(obj.VerifiedAccessTrustProvider && {
|
|
76419
|
+
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
76420
|
+
}),
|
|
76421
|
+
});
|
|
75367
76422
|
const VpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
|
|
75368
76423
|
...obj,
|
|
75369
76424
|
...(obj.PreSharedKey && { PreSharedKey: smithyClient.SENSITIVE_STRING }),
|
|
@@ -75401,10 +76456,142 @@ const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
|
75401
76456
|
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
75402
76457
|
}),
|
|
75403
76458
|
});
|
|
75404
|
-
|
|
75405
|
-
|
|
75406
|
-
|
|
75407
|
-
|
|
76459
|
+
|
|
76460
|
+
class CreateVerifiedAccessTrustProviderCommand extends smithyClient.Command
|
|
76461
|
+
.classBuilder()
|
|
76462
|
+
.ep(commonParams)
|
|
76463
|
+
.m(function (Command, cs, config, o) {
|
|
76464
|
+
return [
|
|
76465
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76466
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76467
|
+
];
|
|
76468
|
+
})
|
|
76469
|
+
.s("AmazonEC2", "CreateVerifiedAccessTrustProvider", {})
|
|
76470
|
+
.n("EC2Client", "CreateVerifiedAccessTrustProviderCommand")
|
|
76471
|
+
.f(CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog, CreateVerifiedAccessTrustProviderResultFilterSensitiveLog)
|
|
76472
|
+
.ser(se_CreateVerifiedAccessTrustProviderCommand)
|
|
76473
|
+
.de(de_CreateVerifiedAccessTrustProviderCommand)
|
|
76474
|
+
.build() {
|
|
76475
|
+
}
|
|
76476
|
+
|
|
76477
|
+
class CreateVolumeCommand extends smithyClient.Command
|
|
76478
|
+
.classBuilder()
|
|
76479
|
+
.ep(commonParams)
|
|
76480
|
+
.m(function (Command, cs, config, o) {
|
|
76481
|
+
return [
|
|
76482
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76483
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76484
|
+
];
|
|
76485
|
+
})
|
|
76486
|
+
.s("AmazonEC2", "CreateVolume", {})
|
|
76487
|
+
.n("EC2Client", "CreateVolumeCommand")
|
|
76488
|
+
.f(void 0, void 0)
|
|
76489
|
+
.ser(se_CreateVolumeCommand)
|
|
76490
|
+
.de(de_CreateVolumeCommand)
|
|
76491
|
+
.build() {
|
|
76492
|
+
}
|
|
76493
|
+
|
|
76494
|
+
class CreateVpcBlockPublicAccessExclusionCommand extends smithyClient.Command
|
|
76495
|
+
.classBuilder()
|
|
76496
|
+
.ep(commonParams)
|
|
76497
|
+
.m(function (Command, cs, config, o) {
|
|
76498
|
+
return [
|
|
76499
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76500
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76501
|
+
];
|
|
76502
|
+
})
|
|
76503
|
+
.s("AmazonEC2", "CreateVpcBlockPublicAccessExclusion", {})
|
|
76504
|
+
.n("EC2Client", "CreateVpcBlockPublicAccessExclusionCommand")
|
|
76505
|
+
.f(void 0, void 0)
|
|
76506
|
+
.ser(se_CreateVpcBlockPublicAccessExclusionCommand)
|
|
76507
|
+
.de(de_CreateVpcBlockPublicAccessExclusionCommand)
|
|
76508
|
+
.build() {
|
|
76509
|
+
}
|
|
76510
|
+
|
|
76511
|
+
class CreateVpcCommand extends smithyClient.Command
|
|
76512
|
+
.classBuilder()
|
|
76513
|
+
.ep(commonParams)
|
|
76514
|
+
.m(function (Command, cs, config, o) {
|
|
76515
|
+
return [
|
|
76516
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76517
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76518
|
+
];
|
|
76519
|
+
})
|
|
76520
|
+
.s("AmazonEC2", "CreateVpc", {})
|
|
76521
|
+
.n("EC2Client", "CreateVpcCommand")
|
|
76522
|
+
.f(void 0, void 0)
|
|
76523
|
+
.ser(se_CreateVpcCommand)
|
|
76524
|
+
.de(de_CreateVpcCommand)
|
|
76525
|
+
.build() {
|
|
76526
|
+
}
|
|
76527
|
+
|
|
76528
|
+
class CreateVpcEndpointCommand extends smithyClient.Command
|
|
76529
|
+
.classBuilder()
|
|
76530
|
+
.ep(commonParams)
|
|
76531
|
+
.m(function (Command, cs, config, o) {
|
|
76532
|
+
return [
|
|
76533
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76534
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76535
|
+
];
|
|
76536
|
+
})
|
|
76537
|
+
.s("AmazonEC2", "CreateVpcEndpoint", {})
|
|
76538
|
+
.n("EC2Client", "CreateVpcEndpointCommand")
|
|
76539
|
+
.f(void 0, void 0)
|
|
76540
|
+
.ser(se_CreateVpcEndpointCommand)
|
|
76541
|
+
.de(de_CreateVpcEndpointCommand)
|
|
76542
|
+
.build() {
|
|
76543
|
+
}
|
|
76544
|
+
|
|
76545
|
+
class CreateVpcEndpointConnectionNotificationCommand extends smithyClient.Command
|
|
76546
|
+
.classBuilder()
|
|
76547
|
+
.ep(commonParams)
|
|
76548
|
+
.m(function (Command, cs, config, o) {
|
|
76549
|
+
return [
|
|
76550
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76551
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76552
|
+
];
|
|
76553
|
+
})
|
|
76554
|
+
.s("AmazonEC2", "CreateVpcEndpointConnectionNotification", {})
|
|
76555
|
+
.n("EC2Client", "CreateVpcEndpointConnectionNotificationCommand")
|
|
76556
|
+
.f(void 0, void 0)
|
|
76557
|
+
.ser(se_CreateVpcEndpointConnectionNotificationCommand)
|
|
76558
|
+
.de(de_CreateVpcEndpointConnectionNotificationCommand)
|
|
76559
|
+
.build() {
|
|
76560
|
+
}
|
|
76561
|
+
|
|
76562
|
+
class CreateVpcEndpointServiceConfigurationCommand extends smithyClient.Command
|
|
76563
|
+
.classBuilder()
|
|
76564
|
+
.ep(commonParams)
|
|
76565
|
+
.m(function (Command, cs, config, o) {
|
|
76566
|
+
return [
|
|
76567
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76568
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76569
|
+
];
|
|
76570
|
+
})
|
|
76571
|
+
.s("AmazonEC2", "CreateVpcEndpointServiceConfiguration", {})
|
|
76572
|
+
.n("EC2Client", "CreateVpcEndpointServiceConfigurationCommand")
|
|
76573
|
+
.f(void 0, void 0)
|
|
76574
|
+
.ser(se_CreateVpcEndpointServiceConfigurationCommand)
|
|
76575
|
+
.de(de_CreateVpcEndpointServiceConfigurationCommand)
|
|
76576
|
+
.build() {
|
|
76577
|
+
}
|
|
76578
|
+
|
|
76579
|
+
class CreateVpcPeeringConnectionCommand extends smithyClient.Command
|
|
76580
|
+
.classBuilder()
|
|
76581
|
+
.ep(commonParams)
|
|
76582
|
+
.m(function (Command, cs, config, o) {
|
|
76583
|
+
return [
|
|
76584
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76585
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76586
|
+
];
|
|
76587
|
+
})
|
|
76588
|
+
.s("AmazonEC2", "CreateVpcPeeringConnection", {})
|
|
76589
|
+
.n("EC2Client", "CreateVpcPeeringConnectionCommand")
|
|
76590
|
+
.f(void 0, void 0)
|
|
76591
|
+
.ser(se_CreateVpcPeeringConnectionCommand)
|
|
76592
|
+
.de(de_CreateVpcPeeringConnectionCommand)
|
|
76593
|
+
.build() {
|
|
76594
|
+
}
|
|
75408
76595
|
|
|
75409
76596
|
class CreateVpnConnectionCommand extends smithyClient.Command
|
|
75410
76597
|
.classBuilder()
|
|
@@ -75780,6 +76967,40 @@ class DeleteIpamPoolCommand extends smithyClient.Command
|
|
|
75780
76967
|
.build() {
|
|
75781
76968
|
}
|
|
75782
76969
|
|
|
76970
|
+
class DeleteIpamPrefixListResolverCommand extends smithyClient.Command
|
|
76971
|
+
.classBuilder()
|
|
76972
|
+
.ep(commonParams)
|
|
76973
|
+
.m(function (Command, cs, config, o) {
|
|
76974
|
+
return [
|
|
76975
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76976
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76977
|
+
];
|
|
76978
|
+
})
|
|
76979
|
+
.s("AmazonEC2", "DeleteIpamPrefixListResolver", {})
|
|
76980
|
+
.n("EC2Client", "DeleteIpamPrefixListResolverCommand")
|
|
76981
|
+
.f(void 0, void 0)
|
|
76982
|
+
.ser(se_DeleteIpamPrefixListResolverCommand)
|
|
76983
|
+
.de(de_DeleteIpamPrefixListResolverCommand)
|
|
76984
|
+
.build() {
|
|
76985
|
+
}
|
|
76986
|
+
|
|
76987
|
+
class DeleteIpamPrefixListResolverTargetCommand extends smithyClient.Command
|
|
76988
|
+
.classBuilder()
|
|
76989
|
+
.ep(commonParams)
|
|
76990
|
+
.m(function (Command, cs, config, o) {
|
|
76991
|
+
return [
|
|
76992
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
76993
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
76994
|
+
];
|
|
76995
|
+
})
|
|
76996
|
+
.s("AmazonEC2", "DeleteIpamPrefixListResolverTarget", {})
|
|
76997
|
+
.n("EC2Client", "DeleteIpamPrefixListResolverTargetCommand")
|
|
76998
|
+
.f(void 0, void 0)
|
|
76999
|
+
.ser(se_DeleteIpamPrefixListResolverTargetCommand)
|
|
77000
|
+
.de(de_DeleteIpamPrefixListResolverTargetCommand)
|
|
77001
|
+
.build() {
|
|
77002
|
+
}
|
|
77003
|
+
|
|
75783
77004
|
class DeleteIpamResourceDiscoveryCommand extends smithyClient.Command
|
|
75784
77005
|
.classBuilder()
|
|
75785
77006
|
.ep(commonParams)
|
|
@@ -77123,346 +78344,32 @@ class DescribeAwsNetworkPerformanceMetricSubscriptionsCommand extends smithyClie
|
|
|
77123
78344
|
.build() {
|
|
77124
78345
|
}
|
|
77125
78346
|
|
|
77126
|
-
|
|
77127
|
-
|
|
77128
|
-
|
|
77129
|
-
|
|
77130
|
-
|
|
77131
|
-
|
|
77132
|
-
|
|
77133
|
-
|
|
77134
|
-
|
|
77135
|
-
|
|
77136
|
-
|
|
77137
|
-
|
|
77138
|
-
|
|
77139
|
-
|
|
77140
|
-
|
|
77141
|
-
}
|
|
77142
|
-
|
|
77143
|
-
|
|
77144
|
-
|
|
77145
|
-
|
|
77146
|
-
|
|
77147
|
-
|
|
77148
|
-
|
|
77149
|
-
|
|
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
|
-
|
|
78347
|
+
const PeriodType = {
|
|
78348
|
+
fifteen_minutes: "fifteen-minutes",
|
|
78349
|
+
five_minutes: "five-minutes",
|
|
78350
|
+
one_day: "one-day",
|
|
78351
|
+
one_hour: "one-hour",
|
|
78352
|
+
one_week: "one-week",
|
|
78353
|
+
three_hours: "three-hours",
|
|
78354
|
+
};
|
|
78355
|
+
const StatisticType = {
|
|
78356
|
+
p50: "p50",
|
|
78357
|
+
};
|
|
78358
|
+
const CapacityBlockExtensionStatus = {
|
|
78359
|
+
PAYMENT_FAILED: "payment-failed",
|
|
78360
|
+
PAYMENT_PENDING: "payment-pending",
|
|
78361
|
+
PAYMENT_SUCCEEDED: "payment-succeeded",
|
|
78362
|
+
};
|
|
78363
|
+
const CapacityBlockResourceState = {
|
|
78364
|
+
active: "active",
|
|
78365
|
+
cancelled: "cancelled",
|
|
78366
|
+
expired: "expired",
|
|
78367
|
+
failed: "failed",
|
|
78368
|
+
payment_failed: "payment-failed",
|
|
78369
|
+
payment_pending: "payment-pending",
|
|
78370
|
+
scheduled: "scheduled",
|
|
78371
|
+
unavailable: "unavailable",
|
|
78372
|
+
};
|
|
77466
78373
|
const CapacityBlockInterconnectStatus = {
|
|
77467
78374
|
impaired: "impaired",
|
|
77468
78375
|
insufficient_data: "insufficient-data",
|
|
@@ -77756,41 +78663,10 @@ const LocationType = {
|
|
|
77756
78663
|
outpost: "outpost",
|
|
77757
78664
|
region: "region",
|
|
77758
78665
|
};
|
|
77759
|
-
const
|
|
77760
|
-
|
|
77761
|
-
|
|
77762
|
-
};
|
|
77763
|
-
const EbsOptimizedSupport = {
|
|
77764
|
-
default: "default",
|
|
77765
|
-
supported: "supported",
|
|
77766
|
-
unsupported: "unsupported",
|
|
77767
|
-
};
|
|
77768
|
-
const EbsEncryptionSupport = {
|
|
77769
|
-
supported: "supported",
|
|
77770
|
-
unsupported: "unsupported",
|
|
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
|
-
};
|
|
78666
|
+
const DescribeBundleTasksResultFilterSensitiveLog = (obj) => ({
|
|
78667
|
+
...obj,
|
|
78668
|
+
...(obj.BundleTasks && { BundleTasks: obj.BundleTasks.map((item) => BundleTaskFilterSensitiveLog(item)) }),
|
|
78669
|
+
});
|
|
77794
78670
|
const DiskImageDescriptionFilterSensitiveLog = (obj) => ({
|
|
77795
78671
|
...obj,
|
|
77796
78672
|
...(obj.ImportManifestUrl && { ImportManifestUrl: smithyClient.SENSITIVE_STRING }),
|
|
@@ -77846,6 +78722,346 @@ const DescribeImportSnapshotTasksResultFilterSensitiveLog = (obj) => ({
|
|
|
77846
78722
|
}),
|
|
77847
78723
|
});
|
|
77848
78724
|
|
|
78725
|
+
class DescribeBundleTasksCommand extends smithyClient.Command
|
|
78726
|
+
.classBuilder()
|
|
78727
|
+
.ep(commonParams)
|
|
78728
|
+
.m(function (Command, cs, config, o) {
|
|
78729
|
+
return [
|
|
78730
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78731
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78732
|
+
];
|
|
78733
|
+
})
|
|
78734
|
+
.s("AmazonEC2", "DescribeBundleTasks", {})
|
|
78735
|
+
.n("EC2Client", "DescribeBundleTasksCommand")
|
|
78736
|
+
.f(void 0, DescribeBundleTasksResultFilterSensitiveLog)
|
|
78737
|
+
.ser(se_DescribeBundleTasksCommand)
|
|
78738
|
+
.de(de_DescribeBundleTasksCommand)
|
|
78739
|
+
.build() {
|
|
78740
|
+
}
|
|
78741
|
+
|
|
78742
|
+
class DescribeByoipCidrsCommand extends smithyClient.Command
|
|
78743
|
+
.classBuilder()
|
|
78744
|
+
.ep(commonParams)
|
|
78745
|
+
.m(function (Command, cs, config, o) {
|
|
78746
|
+
return [
|
|
78747
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78748
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78749
|
+
];
|
|
78750
|
+
})
|
|
78751
|
+
.s("AmazonEC2", "DescribeByoipCidrs", {})
|
|
78752
|
+
.n("EC2Client", "DescribeByoipCidrsCommand")
|
|
78753
|
+
.f(void 0, void 0)
|
|
78754
|
+
.ser(se_DescribeByoipCidrsCommand)
|
|
78755
|
+
.de(de_DescribeByoipCidrsCommand)
|
|
78756
|
+
.build() {
|
|
78757
|
+
}
|
|
78758
|
+
|
|
78759
|
+
class DescribeCapacityBlockExtensionHistoryCommand extends smithyClient.Command
|
|
78760
|
+
.classBuilder()
|
|
78761
|
+
.ep(commonParams)
|
|
78762
|
+
.m(function (Command, cs, config, o) {
|
|
78763
|
+
return [
|
|
78764
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78765
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78766
|
+
];
|
|
78767
|
+
})
|
|
78768
|
+
.s("AmazonEC2", "DescribeCapacityBlockExtensionHistory", {})
|
|
78769
|
+
.n("EC2Client", "DescribeCapacityBlockExtensionHistoryCommand")
|
|
78770
|
+
.f(void 0, void 0)
|
|
78771
|
+
.ser(se_DescribeCapacityBlockExtensionHistoryCommand)
|
|
78772
|
+
.de(de_DescribeCapacityBlockExtensionHistoryCommand)
|
|
78773
|
+
.build() {
|
|
78774
|
+
}
|
|
78775
|
+
|
|
78776
|
+
class DescribeCapacityBlockExtensionOfferingsCommand extends smithyClient.Command
|
|
78777
|
+
.classBuilder()
|
|
78778
|
+
.ep(commonParams)
|
|
78779
|
+
.m(function (Command, cs, config, o) {
|
|
78780
|
+
return [
|
|
78781
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78782
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78783
|
+
];
|
|
78784
|
+
})
|
|
78785
|
+
.s("AmazonEC2", "DescribeCapacityBlockExtensionOfferings", {})
|
|
78786
|
+
.n("EC2Client", "DescribeCapacityBlockExtensionOfferingsCommand")
|
|
78787
|
+
.f(void 0, void 0)
|
|
78788
|
+
.ser(se_DescribeCapacityBlockExtensionOfferingsCommand)
|
|
78789
|
+
.de(de_DescribeCapacityBlockExtensionOfferingsCommand)
|
|
78790
|
+
.build() {
|
|
78791
|
+
}
|
|
78792
|
+
|
|
78793
|
+
class DescribeCapacityBlockOfferingsCommand extends smithyClient.Command
|
|
78794
|
+
.classBuilder()
|
|
78795
|
+
.ep(commonParams)
|
|
78796
|
+
.m(function (Command, cs, config, o) {
|
|
78797
|
+
return [
|
|
78798
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78799
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78800
|
+
];
|
|
78801
|
+
})
|
|
78802
|
+
.s("AmazonEC2", "DescribeCapacityBlockOfferings", {})
|
|
78803
|
+
.n("EC2Client", "DescribeCapacityBlockOfferingsCommand")
|
|
78804
|
+
.f(void 0, void 0)
|
|
78805
|
+
.ser(se_DescribeCapacityBlockOfferingsCommand)
|
|
78806
|
+
.de(de_DescribeCapacityBlockOfferingsCommand)
|
|
78807
|
+
.build() {
|
|
78808
|
+
}
|
|
78809
|
+
|
|
78810
|
+
class DescribeCapacityBlocksCommand extends smithyClient.Command
|
|
78811
|
+
.classBuilder()
|
|
78812
|
+
.ep(commonParams)
|
|
78813
|
+
.m(function (Command, cs, config, o) {
|
|
78814
|
+
return [
|
|
78815
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78816
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78817
|
+
];
|
|
78818
|
+
})
|
|
78819
|
+
.s("AmazonEC2", "DescribeCapacityBlocks", {})
|
|
78820
|
+
.n("EC2Client", "DescribeCapacityBlocksCommand")
|
|
78821
|
+
.f(void 0, void 0)
|
|
78822
|
+
.ser(se_DescribeCapacityBlocksCommand)
|
|
78823
|
+
.de(de_DescribeCapacityBlocksCommand)
|
|
78824
|
+
.build() {
|
|
78825
|
+
}
|
|
78826
|
+
|
|
78827
|
+
class DescribeCapacityBlockStatusCommand extends smithyClient.Command
|
|
78828
|
+
.classBuilder()
|
|
78829
|
+
.ep(commonParams)
|
|
78830
|
+
.m(function (Command, cs, config, o) {
|
|
78831
|
+
return [
|
|
78832
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78833
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78834
|
+
];
|
|
78835
|
+
})
|
|
78836
|
+
.s("AmazonEC2", "DescribeCapacityBlockStatus", {})
|
|
78837
|
+
.n("EC2Client", "DescribeCapacityBlockStatusCommand")
|
|
78838
|
+
.f(void 0, void 0)
|
|
78839
|
+
.ser(se_DescribeCapacityBlockStatusCommand)
|
|
78840
|
+
.de(de_DescribeCapacityBlockStatusCommand)
|
|
78841
|
+
.build() {
|
|
78842
|
+
}
|
|
78843
|
+
|
|
78844
|
+
class DescribeCapacityManagerDataExportsCommand extends smithyClient.Command
|
|
78845
|
+
.classBuilder()
|
|
78846
|
+
.ep(commonParams)
|
|
78847
|
+
.m(function (Command, cs, config, o) {
|
|
78848
|
+
return [
|
|
78849
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78850
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78851
|
+
];
|
|
78852
|
+
})
|
|
78853
|
+
.s("AmazonEC2", "DescribeCapacityManagerDataExports", {})
|
|
78854
|
+
.n("EC2Client", "DescribeCapacityManagerDataExportsCommand")
|
|
78855
|
+
.f(void 0, void 0)
|
|
78856
|
+
.ser(se_DescribeCapacityManagerDataExportsCommand)
|
|
78857
|
+
.de(de_DescribeCapacityManagerDataExportsCommand)
|
|
78858
|
+
.build() {
|
|
78859
|
+
}
|
|
78860
|
+
|
|
78861
|
+
class DescribeCapacityReservationBillingRequestsCommand extends smithyClient.Command
|
|
78862
|
+
.classBuilder()
|
|
78863
|
+
.ep(commonParams)
|
|
78864
|
+
.m(function (Command, cs, config, o) {
|
|
78865
|
+
return [
|
|
78866
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78867
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78868
|
+
];
|
|
78869
|
+
})
|
|
78870
|
+
.s("AmazonEC2", "DescribeCapacityReservationBillingRequests", {})
|
|
78871
|
+
.n("EC2Client", "DescribeCapacityReservationBillingRequestsCommand")
|
|
78872
|
+
.f(void 0, void 0)
|
|
78873
|
+
.ser(se_DescribeCapacityReservationBillingRequestsCommand)
|
|
78874
|
+
.de(de_DescribeCapacityReservationBillingRequestsCommand)
|
|
78875
|
+
.build() {
|
|
78876
|
+
}
|
|
78877
|
+
|
|
78878
|
+
class DescribeCapacityReservationFleetsCommand extends smithyClient.Command
|
|
78879
|
+
.classBuilder()
|
|
78880
|
+
.ep(commonParams)
|
|
78881
|
+
.m(function (Command, cs, config, o) {
|
|
78882
|
+
return [
|
|
78883
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78884
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78885
|
+
];
|
|
78886
|
+
})
|
|
78887
|
+
.s("AmazonEC2", "DescribeCapacityReservationFleets", {})
|
|
78888
|
+
.n("EC2Client", "DescribeCapacityReservationFleetsCommand")
|
|
78889
|
+
.f(void 0, void 0)
|
|
78890
|
+
.ser(se_DescribeCapacityReservationFleetsCommand)
|
|
78891
|
+
.de(de_DescribeCapacityReservationFleetsCommand)
|
|
78892
|
+
.build() {
|
|
78893
|
+
}
|
|
78894
|
+
|
|
78895
|
+
class DescribeCapacityReservationsCommand extends smithyClient.Command
|
|
78896
|
+
.classBuilder()
|
|
78897
|
+
.ep(commonParams)
|
|
78898
|
+
.m(function (Command, cs, config, o) {
|
|
78899
|
+
return [
|
|
78900
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78901
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78902
|
+
];
|
|
78903
|
+
})
|
|
78904
|
+
.s("AmazonEC2", "DescribeCapacityReservations", {})
|
|
78905
|
+
.n("EC2Client", "DescribeCapacityReservationsCommand")
|
|
78906
|
+
.f(void 0, void 0)
|
|
78907
|
+
.ser(se_DescribeCapacityReservationsCommand)
|
|
78908
|
+
.de(de_DescribeCapacityReservationsCommand)
|
|
78909
|
+
.build() {
|
|
78910
|
+
}
|
|
78911
|
+
|
|
78912
|
+
class DescribeCapacityReservationTopologyCommand extends smithyClient.Command
|
|
78913
|
+
.classBuilder()
|
|
78914
|
+
.ep(commonParams)
|
|
78915
|
+
.m(function (Command, cs, config, o) {
|
|
78916
|
+
return [
|
|
78917
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78918
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78919
|
+
];
|
|
78920
|
+
})
|
|
78921
|
+
.s("AmazonEC2", "DescribeCapacityReservationTopology", {})
|
|
78922
|
+
.n("EC2Client", "DescribeCapacityReservationTopologyCommand")
|
|
78923
|
+
.f(void 0, void 0)
|
|
78924
|
+
.ser(se_DescribeCapacityReservationTopologyCommand)
|
|
78925
|
+
.de(de_DescribeCapacityReservationTopologyCommand)
|
|
78926
|
+
.build() {
|
|
78927
|
+
}
|
|
78928
|
+
|
|
78929
|
+
class DescribeCarrierGatewaysCommand extends smithyClient.Command
|
|
78930
|
+
.classBuilder()
|
|
78931
|
+
.ep(commonParams)
|
|
78932
|
+
.m(function (Command, cs, config, o) {
|
|
78933
|
+
return [
|
|
78934
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78935
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78936
|
+
];
|
|
78937
|
+
})
|
|
78938
|
+
.s("AmazonEC2", "DescribeCarrierGateways", {})
|
|
78939
|
+
.n("EC2Client", "DescribeCarrierGatewaysCommand")
|
|
78940
|
+
.f(void 0, void 0)
|
|
78941
|
+
.ser(se_DescribeCarrierGatewaysCommand)
|
|
78942
|
+
.de(de_DescribeCarrierGatewaysCommand)
|
|
78943
|
+
.build() {
|
|
78944
|
+
}
|
|
78945
|
+
|
|
78946
|
+
class DescribeClassicLinkInstancesCommand extends smithyClient.Command
|
|
78947
|
+
.classBuilder()
|
|
78948
|
+
.ep(commonParams)
|
|
78949
|
+
.m(function (Command, cs, config, o) {
|
|
78950
|
+
return [
|
|
78951
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78952
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78953
|
+
];
|
|
78954
|
+
})
|
|
78955
|
+
.s("AmazonEC2", "DescribeClassicLinkInstances", {})
|
|
78956
|
+
.n("EC2Client", "DescribeClassicLinkInstancesCommand")
|
|
78957
|
+
.f(void 0, void 0)
|
|
78958
|
+
.ser(se_DescribeClassicLinkInstancesCommand)
|
|
78959
|
+
.de(de_DescribeClassicLinkInstancesCommand)
|
|
78960
|
+
.build() {
|
|
78961
|
+
}
|
|
78962
|
+
|
|
78963
|
+
class DescribeClientVpnAuthorizationRulesCommand extends smithyClient.Command
|
|
78964
|
+
.classBuilder()
|
|
78965
|
+
.ep(commonParams)
|
|
78966
|
+
.m(function (Command, cs, config, o) {
|
|
78967
|
+
return [
|
|
78968
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78969
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78970
|
+
];
|
|
78971
|
+
})
|
|
78972
|
+
.s("AmazonEC2", "DescribeClientVpnAuthorizationRules", {})
|
|
78973
|
+
.n("EC2Client", "DescribeClientVpnAuthorizationRulesCommand")
|
|
78974
|
+
.f(void 0, void 0)
|
|
78975
|
+
.ser(se_DescribeClientVpnAuthorizationRulesCommand)
|
|
78976
|
+
.de(de_DescribeClientVpnAuthorizationRulesCommand)
|
|
78977
|
+
.build() {
|
|
78978
|
+
}
|
|
78979
|
+
|
|
78980
|
+
class DescribeClientVpnConnectionsCommand extends smithyClient.Command
|
|
78981
|
+
.classBuilder()
|
|
78982
|
+
.ep(commonParams)
|
|
78983
|
+
.m(function (Command, cs, config, o) {
|
|
78984
|
+
return [
|
|
78985
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
78986
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
78987
|
+
];
|
|
78988
|
+
})
|
|
78989
|
+
.s("AmazonEC2", "DescribeClientVpnConnections", {})
|
|
78990
|
+
.n("EC2Client", "DescribeClientVpnConnectionsCommand")
|
|
78991
|
+
.f(void 0, void 0)
|
|
78992
|
+
.ser(se_DescribeClientVpnConnectionsCommand)
|
|
78993
|
+
.de(de_DescribeClientVpnConnectionsCommand)
|
|
78994
|
+
.build() {
|
|
78995
|
+
}
|
|
78996
|
+
|
|
78997
|
+
class DescribeClientVpnEndpointsCommand extends smithyClient.Command
|
|
78998
|
+
.classBuilder()
|
|
78999
|
+
.ep(commonParams)
|
|
79000
|
+
.m(function (Command, cs, config, o) {
|
|
79001
|
+
return [
|
|
79002
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
79003
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
79004
|
+
];
|
|
79005
|
+
})
|
|
79006
|
+
.s("AmazonEC2", "DescribeClientVpnEndpoints", {})
|
|
79007
|
+
.n("EC2Client", "DescribeClientVpnEndpointsCommand")
|
|
79008
|
+
.f(void 0, void 0)
|
|
79009
|
+
.ser(se_DescribeClientVpnEndpointsCommand)
|
|
79010
|
+
.de(de_DescribeClientVpnEndpointsCommand)
|
|
79011
|
+
.build() {
|
|
79012
|
+
}
|
|
79013
|
+
|
|
79014
|
+
class DescribeClientVpnRoutesCommand extends smithyClient.Command
|
|
79015
|
+
.classBuilder()
|
|
79016
|
+
.ep(commonParams)
|
|
79017
|
+
.m(function (Command, cs, config, o) {
|
|
79018
|
+
return [
|
|
79019
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
79020
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
79021
|
+
];
|
|
79022
|
+
})
|
|
79023
|
+
.s("AmazonEC2", "DescribeClientVpnRoutes", {})
|
|
79024
|
+
.n("EC2Client", "DescribeClientVpnRoutesCommand")
|
|
79025
|
+
.f(void 0, void 0)
|
|
79026
|
+
.ser(se_DescribeClientVpnRoutesCommand)
|
|
79027
|
+
.de(de_DescribeClientVpnRoutesCommand)
|
|
79028
|
+
.build() {
|
|
79029
|
+
}
|
|
79030
|
+
|
|
79031
|
+
class DescribeClientVpnTargetNetworksCommand extends smithyClient.Command
|
|
79032
|
+
.classBuilder()
|
|
79033
|
+
.ep(commonParams)
|
|
79034
|
+
.m(function (Command, cs, config, o) {
|
|
79035
|
+
return [
|
|
79036
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
79037
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
79038
|
+
];
|
|
79039
|
+
})
|
|
79040
|
+
.s("AmazonEC2", "DescribeClientVpnTargetNetworks", {})
|
|
79041
|
+
.n("EC2Client", "DescribeClientVpnTargetNetworksCommand")
|
|
79042
|
+
.f(void 0, void 0)
|
|
79043
|
+
.ser(se_DescribeClientVpnTargetNetworksCommand)
|
|
79044
|
+
.de(de_DescribeClientVpnTargetNetworksCommand)
|
|
79045
|
+
.build() {
|
|
79046
|
+
}
|
|
79047
|
+
|
|
79048
|
+
class DescribeCoipPoolsCommand extends smithyClient.Command
|
|
79049
|
+
.classBuilder()
|
|
79050
|
+
.ep(commonParams)
|
|
79051
|
+
.m(function (Command, cs, config, o) {
|
|
79052
|
+
return [
|
|
79053
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
79054
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
79055
|
+
];
|
|
79056
|
+
})
|
|
79057
|
+
.s("AmazonEC2", "DescribeCoipPools", {})
|
|
79058
|
+
.n("EC2Client", "DescribeCoipPoolsCommand")
|
|
79059
|
+
.f(void 0, void 0)
|
|
79060
|
+
.ser(se_DescribeCoipPoolsCommand)
|
|
79061
|
+
.de(de_DescribeCoipPoolsCommand)
|
|
79062
|
+
.build() {
|
|
79063
|
+
}
|
|
79064
|
+
|
|
77849
79065
|
class DescribeConversionTasksCommand extends smithyClient.Command
|
|
77850
79066
|
.classBuilder()
|
|
77851
79067
|
.ep(commonParams)
|
|
@@ -78594,6 +79810,40 @@ class DescribeIpamPoolsCommand extends smithyClient.Command
|
|
|
78594
79810
|
.build() {
|
|
78595
79811
|
}
|
|
78596
79812
|
|
|
79813
|
+
class DescribeIpamPrefixListResolversCommand extends smithyClient.Command
|
|
79814
|
+
.classBuilder()
|
|
79815
|
+
.ep(commonParams)
|
|
79816
|
+
.m(function (Command, cs, config, o) {
|
|
79817
|
+
return [
|
|
79818
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
79819
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
79820
|
+
];
|
|
79821
|
+
})
|
|
79822
|
+
.s("AmazonEC2", "DescribeIpamPrefixListResolvers", {})
|
|
79823
|
+
.n("EC2Client", "DescribeIpamPrefixListResolversCommand")
|
|
79824
|
+
.f(void 0, void 0)
|
|
79825
|
+
.ser(se_DescribeIpamPrefixListResolversCommand)
|
|
79826
|
+
.de(de_DescribeIpamPrefixListResolversCommand)
|
|
79827
|
+
.build() {
|
|
79828
|
+
}
|
|
79829
|
+
|
|
79830
|
+
class DescribeIpamPrefixListResolverTargetsCommand extends smithyClient.Command
|
|
79831
|
+
.classBuilder()
|
|
79832
|
+
.ep(commonParams)
|
|
79833
|
+
.m(function (Command, cs, config, o) {
|
|
79834
|
+
return [
|
|
79835
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
79836
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
79837
|
+
];
|
|
79838
|
+
})
|
|
79839
|
+
.s("AmazonEC2", "DescribeIpamPrefixListResolverTargets", {})
|
|
79840
|
+
.n("EC2Client", "DescribeIpamPrefixListResolverTargetsCommand")
|
|
79841
|
+
.f(void 0, void 0)
|
|
79842
|
+
.ser(se_DescribeIpamPrefixListResolverTargetsCommand)
|
|
79843
|
+
.de(de_DescribeIpamPrefixListResolverTargetsCommand)
|
|
79844
|
+
.build() {
|
|
79845
|
+
}
|
|
79846
|
+
|
|
78597
79847
|
class DescribeIpamResourceDiscoveriesCommand extends smithyClient.Command
|
|
78598
79848
|
.classBuilder()
|
|
78599
79849
|
.ep(commonParams)
|
|
@@ -78713,6 +79963,41 @@ class DescribeLaunchTemplatesCommand extends smithyClient.Command
|
|
|
78713
79963
|
.build() {
|
|
78714
79964
|
}
|
|
78715
79965
|
|
|
79966
|
+
const AttachmentLimitType = {
|
|
79967
|
+
DEDICATED: "dedicated",
|
|
79968
|
+
SHARED: "shared",
|
|
79969
|
+
};
|
|
79970
|
+
const EbsOptimizedSupport = {
|
|
79971
|
+
default: "default",
|
|
79972
|
+
supported: "supported",
|
|
79973
|
+
unsupported: "unsupported",
|
|
79974
|
+
};
|
|
79975
|
+
const EbsEncryptionSupport = {
|
|
79976
|
+
supported: "supported",
|
|
79977
|
+
unsupported: "unsupported",
|
|
79978
|
+
};
|
|
79979
|
+
const EbsNvmeSupport = {
|
|
79980
|
+
REQUIRED: "required",
|
|
79981
|
+
SUPPORTED: "supported",
|
|
79982
|
+
UNSUPPORTED: "unsupported",
|
|
79983
|
+
};
|
|
79984
|
+
const InstanceTypeHypervisor = {
|
|
79985
|
+
NITRO: "nitro",
|
|
79986
|
+
XEN: "xen",
|
|
79987
|
+
};
|
|
79988
|
+
const DiskType = {
|
|
79989
|
+
hdd: "hdd",
|
|
79990
|
+
ssd: "ssd",
|
|
79991
|
+
};
|
|
79992
|
+
const InstanceStorageEncryptionSupport = {
|
|
79993
|
+
required: "required",
|
|
79994
|
+
unsupported: "unsupported",
|
|
79995
|
+
};
|
|
79996
|
+
const EphemeralNvmeSupport = {
|
|
79997
|
+
REQUIRED: "required",
|
|
79998
|
+
SUPPORTED: "supported",
|
|
79999
|
+
UNSUPPORTED: "unsupported",
|
|
80000
|
+
};
|
|
78716
80001
|
const BandwidthWeightingType = {
|
|
78717
80002
|
DEFAULT: "default",
|
|
78718
80003
|
EBS_1: "ebs-1",
|
|
@@ -78878,20 +80163,6 @@ const SpotInstanceState = {
|
|
|
78878
80163
|
failed: "failed",
|
|
78879
80164
|
open: "open",
|
|
78880
80165
|
};
|
|
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
80166
|
const DescribeLaunchTemplateVersionsResultFilterSensitiveLog = (obj) => ({
|
|
78896
80167
|
...obj,
|
|
78897
80168
|
...(obj.LaunchTemplateVersions && {
|
|
@@ -78933,12 +80204,6 @@ const DescribeSpotInstanceRequestsResultFilterSensitiveLog = (obj) => ({
|
|
|
78933
80204
|
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item)),
|
|
78934
80205
|
}),
|
|
78935
80206
|
});
|
|
78936
|
-
const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = (obj) => ({
|
|
78937
|
-
...obj,
|
|
78938
|
-
...(obj.VerifiedAccessTrustProviders && {
|
|
78939
|
-
VerifiedAccessTrustProviders: obj.VerifiedAccessTrustProviders.map((item) => VerifiedAccessTrustProviderFilterSensitiveLog(item)),
|
|
78940
|
-
}),
|
|
78941
|
-
});
|
|
78942
80207
|
|
|
78943
80208
|
class DescribeLaunchTemplateVersionsCommand extends smithyClient.Command
|
|
78944
80209
|
.classBuilder()
|
|
@@ -80215,6 +81480,234 @@ class DescribeVerifiedAccessInstancesCommand extends smithyClient.Command
|
|
|
80215
81480
|
.build() {
|
|
80216
81481
|
}
|
|
80217
81482
|
|
|
81483
|
+
const VerifiedAccessLogDeliveryStatusCode = {
|
|
81484
|
+
FAILED: "failed",
|
|
81485
|
+
SUCCESS: "success",
|
|
81486
|
+
};
|
|
81487
|
+
const VolumeAttributeName = {
|
|
81488
|
+
autoEnableIO: "autoEnableIO",
|
|
81489
|
+
productCodes: "productCodes",
|
|
81490
|
+
};
|
|
81491
|
+
const VolumeModificationState = {
|
|
81492
|
+
completed: "completed",
|
|
81493
|
+
failed: "failed",
|
|
81494
|
+
modifying: "modifying",
|
|
81495
|
+
optimizing: "optimizing",
|
|
81496
|
+
};
|
|
81497
|
+
const InitializationType = {
|
|
81498
|
+
default: "default",
|
|
81499
|
+
provisioned_rate: "provisioned-rate",
|
|
81500
|
+
volume_copy: "volume-copy",
|
|
81501
|
+
};
|
|
81502
|
+
const VolumeStatusName = {
|
|
81503
|
+
initialization_state: "initialization-state",
|
|
81504
|
+
io_enabled: "io-enabled",
|
|
81505
|
+
io_performance: "io-performance",
|
|
81506
|
+
};
|
|
81507
|
+
const VolumeStatusInfoStatus = {
|
|
81508
|
+
impaired: "impaired",
|
|
81509
|
+
insufficient_data: "insufficient-data",
|
|
81510
|
+
ok: "ok",
|
|
81511
|
+
warning: "warning",
|
|
81512
|
+
};
|
|
81513
|
+
const VpcAttributeName = {
|
|
81514
|
+
enableDnsHostnames: "enableDnsHostnames",
|
|
81515
|
+
enableDnsSupport: "enableDnsSupport",
|
|
81516
|
+
enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics",
|
|
81517
|
+
};
|
|
81518
|
+
const VpcBlockPublicAccessExclusionsAllowed = {
|
|
81519
|
+
allowed: "allowed",
|
|
81520
|
+
not_allowed: "not-allowed",
|
|
81521
|
+
};
|
|
81522
|
+
const InternetGatewayBlockMode = {
|
|
81523
|
+
block_bidirectional: "block-bidirectional",
|
|
81524
|
+
block_ingress: "block-ingress",
|
|
81525
|
+
off: "off",
|
|
81526
|
+
};
|
|
81527
|
+
const ManagedBy = {
|
|
81528
|
+
account: "account",
|
|
81529
|
+
declarative_policy: "declarative-policy",
|
|
81530
|
+
};
|
|
81531
|
+
const VpcBlockPublicAccessState = {
|
|
81532
|
+
default_state: "default-state",
|
|
81533
|
+
update_complete: "update-complete",
|
|
81534
|
+
update_in_progress: "update-in-progress",
|
|
81535
|
+
};
|
|
81536
|
+
const CapacityManagerStatus = {
|
|
81537
|
+
DISABLED: "disabled",
|
|
81538
|
+
ENABLED: "enabled",
|
|
81539
|
+
};
|
|
81540
|
+
const ImageBlockPublicAccessDisabledState = {
|
|
81541
|
+
unblocked: "unblocked",
|
|
81542
|
+
};
|
|
81543
|
+
const RouteServerPropagationState = {
|
|
81544
|
+
AVAILABLE: "available",
|
|
81545
|
+
DELETING: "deleting",
|
|
81546
|
+
PENDING: "pending",
|
|
81547
|
+
};
|
|
81548
|
+
const SnapshotBlockPublicAccessState = {
|
|
81549
|
+
block_all_sharing: "block-all-sharing",
|
|
81550
|
+
block_new_sharing: "block-new-sharing",
|
|
81551
|
+
unblocked: "unblocked",
|
|
81552
|
+
};
|
|
81553
|
+
const TransitGatewayPropagationState = {
|
|
81554
|
+
disabled: "disabled",
|
|
81555
|
+
disabling: "disabling",
|
|
81556
|
+
enabled: "enabled",
|
|
81557
|
+
enabling: "enabling",
|
|
81558
|
+
};
|
|
81559
|
+
const ImageBlockPublicAccessEnabledState = {
|
|
81560
|
+
block_new_sharing: "block-new-sharing",
|
|
81561
|
+
};
|
|
81562
|
+
const ClientCertificateRevocationListStatusCode = {
|
|
81563
|
+
active: "active",
|
|
81564
|
+
pending: "pending",
|
|
81565
|
+
};
|
|
81566
|
+
const IngestionStatus = {
|
|
81567
|
+
INGESTION_COMPLETE: "ingestion-complete",
|
|
81568
|
+
INGESTION_FAILED: "ingestion-failed",
|
|
81569
|
+
INITIAL_INGESTION_IN_PROGRESS: "initial-ingestion-in-progress",
|
|
81570
|
+
};
|
|
81571
|
+
const Comparison = {
|
|
81572
|
+
EQUALS: "equals",
|
|
81573
|
+
IN: "in",
|
|
81574
|
+
};
|
|
81575
|
+
const FilterByDimension = {
|
|
81576
|
+
ACCOUNT_ID: "account-id",
|
|
81577
|
+
AVAILABILITY_ZONE_ID: "availability-zone-id",
|
|
81578
|
+
INSTANCE_FAMILY: "instance-family",
|
|
81579
|
+
INSTANCE_PLATFORM: "instance-platform",
|
|
81580
|
+
INSTANCE_TYPE: "instance-type",
|
|
81581
|
+
RESERVATION_ARN: "reservation-arn",
|
|
81582
|
+
RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp",
|
|
81583
|
+
RESERVATION_END_DATE_TYPE: "reservation-end-date-type",
|
|
81584
|
+
RESERVATION_END_TIMESTAMP: "reservation-end-timestamp",
|
|
81585
|
+
RESERVATION_ID: "reservation-id",
|
|
81586
|
+
RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria",
|
|
81587
|
+
RESERVATION_START_TIMESTAMP: "reservation-start-timestamp",
|
|
81588
|
+
RESERVATION_STATE: "reservation-state",
|
|
81589
|
+
RESERVATION_TYPE: "reservation-type",
|
|
81590
|
+
RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner",
|
|
81591
|
+
RESOURCE_REGION: "resource-region",
|
|
81592
|
+
TENANCY: "tenancy",
|
|
81593
|
+
};
|
|
81594
|
+
const GroupBy = {
|
|
81595
|
+
ACCOUNT_ID: "account-id",
|
|
81596
|
+
AVAILABILITY_ZONE_ID: "availability-zone-id",
|
|
81597
|
+
INSTANCE_FAMILY: "instance-family",
|
|
81598
|
+
INSTANCE_PLATFORM: "instance-platform",
|
|
81599
|
+
INSTANCE_TYPE: "instance-type",
|
|
81600
|
+
RESERVATION_ARN: "reservation-arn",
|
|
81601
|
+
RESERVATION_CREATE_TIMESTAMP: "reservation-create-timestamp",
|
|
81602
|
+
RESERVATION_END_DATE_TYPE: "reservation-end-date-type",
|
|
81603
|
+
RESERVATION_END_TIMESTAMP: "reservation-end-timestamp",
|
|
81604
|
+
RESERVATION_ID: "reservation-id",
|
|
81605
|
+
RESERVATION_INSTANCE_MATCH_CRITERIA: "reservation-instance-match-criteria",
|
|
81606
|
+
RESERVATION_START_TIMESTAMP: "reservation-start-timestamp",
|
|
81607
|
+
RESERVATION_STATE: "reservation-state",
|
|
81608
|
+
RESERVATION_TYPE: "reservation-type",
|
|
81609
|
+
RESERVATION_UNUSED_FINANCIAL_OWNER: "reservation-unused-financial-owner",
|
|
81610
|
+
RESOURCE_REGION: "resource-region",
|
|
81611
|
+
TENANCY: "tenancy",
|
|
81612
|
+
};
|
|
81613
|
+
const Metric = {
|
|
81614
|
+
RESERVATION_AVG_COMMITTED_SIZE_INST: "reservation-avg-committed-size-inst",
|
|
81615
|
+
RESERVATION_AVG_COMMITTED_SIZE_VCPU: "reservation-avg-committed-size-vcpu",
|
|
81616
|
+
RESERVATION_AVG_FUTURE_SIZE_INST: "reservation-avg-future-size-inst",
|
|
81617
|
+
RESERVATION_AVG_FUTURE_SIZE_VCPU: "reservation-avg-future-size-vcpu",
|
|
81618
|
+
RESERVATION_AVG_UTILIZATION_INST: "reservation-avg-utilization-inst",
|
|
81619
|
+
RESERVATION_AVG_UTILIZATION_VCPU: "reservation-avg-utilization-vcpu",
|
|
81620
|
+
RESERVATION_MAX_COMMITTED_SIZE_INST: "reservation-max-committed-size-inst",
|
|
81621
|
+
RESERVATION_MAX_COMMITTED_SIZE_VCPU: "reservation-max-committed-size-vcpu",
|
|
81622
|
+
RESERVATION_MAX_FUTURE_SIZE_INST: "reservation-max-future-size-inst",
|
|
81623
|
+
RESERVATION_MAX_FUTURE_SIZE_VCPU: "reservation-max-future-size-vcpu",
|
|
81624
|
+
RESERVATION_MAX_SIZE_INST: "reservation-max-size-inst",
|
|
81625
|
+
RESERVATION_MAX_SIZE_VCPU: "reservation-max-size-vcpu",
|
|
81626
|
+
RESERVATION_MAX_UNUSED_SIZE_INST: "reservation-max-unused-size-inst",
|
|
81627
|
+
RESERVATION_MAX_UNUSED_SIZE_VCPU: "reservation-max-unused-size-vcpu",
|
|
81628
|
+
RESERVATION_MAX_UTILIZATION: "reservation-max-utilization",
|
|
81629
|
+
RESERVATION_MIN_COMMITTED_SIZE_INST: "reservation-min-committed-size-inst",
|
|
81630
|
+
RESERVATION_MIN_COMMITTED_SIZE_VCPU: "reservation-min-committed-size-vcpu",
|
|
81631
|
+
RESERVATION_MIN_FUTURE_SIZE_INST: "reservation-min-future-size-inst",
|
|
81632
|
+
RESERVATION_MIN_FUTURE_SIZE_VCPU: "reservation-min-future-size-vcpu",
|
|
81633
|
+
RESERVATION_MIN_SIZE_INST: "reservation-min-size-inst",
|
|
81634
|
+
RESERVATION_MIN_SIZE_VCPU: "reservation-min-size-vcpu",
|
|
81635
|
+
RESERVATION_MIN_UNUSED_SIZE_INST: "reservation-min-unused-size-inst",
|
|
81636
|
+
RESERVATION_MIN_UNUSED_SIZE_VCPU: "reservation-min-unused-size-vcpu",
|
|
81637
|
+
RESERVATION_MIN_UTILIZATION: "reservation-min-utilization",
|
|
81638
|
+
RESERVATION_TOTAL_CAPACITY_HRS_INST: "reservation-total-capacity-hrs-inst",
|
|
81639
|
+
RESERVATION_TOTAL_CAPACITY_HRS_VCPU: "reservation-total-capacity-hrs-vcpu",
|
|
81640
|
+
RESERVATION_TOTAL_COUNT: "reservation-total-count",
|
|
81641
|
+
RESERVATION_TOTAL_ESTIMATED_COST: "reservation-total-estimated-cost",
|
|
81642
|
+
RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_INST: "reservation-unused-total-capacity-hrs-inst",
|
|
81643
|
+
RESERVATION_UNUSED_TOTAL_CAPACITY_HRS_VCPU: "reservation-unused-total-capacity-hrs-vcpu",
|
|
81644
|
+
RESERVATION_UNUSED_TOTAL_ESTIMATED_COST: "reservation-unused-total-estimated-cost",
|
|
81645
|
+
RESERVED_TOTAL_ESTIMATED_COST: "reserved-total-estimated-cost",
|
|
81646
|
+
RESERVED_TOTAL_USAGE_HRS_INST: "reserved-total-usage-hrs-inst",
|
|
81647
|
+
RESERVED_TOTAL_USAGE_HRS_VCPU: "reserved-total-usage-hrs-vcpu",
|
|
81648
|
+
SPOT_AVG_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-avg-run-time-before-interruption-inst",
|
|
81649
|
+
SPOT_MAX_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-max-run-time-before-interruption-inst",
|
|
81650
|
+
SPOT_MIN_RUN_TIME_BEFORE_INTERRUPTION_INST: "spot-min-run-time-before-interruption-inst",
|
|
81651
|
+
SPOT_TOTAL_ESTIMATED_COST: "spot-total-estimated-cost",
|
|
81652
|
+
SPOT_TOTAL_USAGE_HRS_INST: "spot-total-usage-hrs-inst",
|
|
81653
|
+
SPOT_TOTAL_USAGE_HRS_VCPU: "spot-total-usage-hrs-vcpu",
|
|
81654
|
+
UNRESERVED_TOTAL_ESTIMATED_COST: "unreserved-total-estimated-cost",
|
|
81655
|
+
UNRESERVED_TOTAL_USAGE_HRS_INST: "unreserved-total-usage-hrs-inst",
|
|
81656
|
+
UNRESERVED_TOTAL_USAGE_HRS_VCPU: "unreserved-total-usage-hrs-vcpu",
|
|
81657
|
+
};
|
|
81658
|
+
const ReservationEndDateType = {
|
|
81659
|
+
LIMITED: "limited",
|
|
81660
|
+
UNLIMITED: "unlimited",
|
|
81661
|
+
};
|
|
81662
|
+
const ReservationType = {
|
|
81663
|
+
CAPACITY_BLOCK: "capacity-block",
|
|
81664
|
+
ODCR: "odcr",
|
|
81665
|
+
};
|
|
81666
|
+
const CapacityTenancy = {
|
|
81667
|
+
DEDICATED: "dedicated",
|
|
81668
|
+
DEFAULT: "default",
|
|
81669
|
+
};
|
|
81670
|
+
const UnlimitedSupportedInstanceFamily = {
|
|
81671
|
+
t2: "t2",
|
|
81672
|
+
t3: "t3",
|
|
81673
|
+
t3a: "t3a",
|
|
81674
|
+
t4g: "t4g",
|
|
81675
|
+
};
|
|
81676
|
+
const PartitionLoadFrequency = {
|
|
81677
|
+
DAILY: "daily",
|
|
81678
|
+
MONTHLY: "monthly",
|
|
81679
|
+
NONE: "none",
|
|
81680
|
+
WEEKLY: "weekly",
|
|
81681
|
+
};
|
|
81682
|
+
const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog = (obj) => ({
|
|
81683
|
+
...obj,
|
|
81684
|
+
...(obj.VerifiedAccessTrustProviders && {
|
|
81685
|
+
VerifiedAccessTrustProviders: obj.VerifiedAccessTrustProviders.map((item) => VerifiedAccessTrustProviderFilterSensitiveLog(item)),
|
|
81686
|
+
}),
|
|
81687
|
+
});
|
|
81688
|
+
const DescribeVpnConnectionsResultFilterSensitiveLog = (obj) => ({
|
|
81689
|
+
...obj,
|
|
81690
|
+
...(obj.VpnConnections && {
|
|
81691
|
+
VpnConnections: obj.VpnConnections.map((item) => VpnConnectionFilterSensitiveLog(item)),
|
|
81692
|
+
}),
|
|
81693
|
+
});
|
|
81694
|
+
const DetachVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
81695
|
+
...obj,
|
|
81696
|
+
...(obj.VerifiedAccessTrustProvider && {
|
|
81697
|
+
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
81698
|
+
}),
|
|
81699
|
+
});
|
|
81700
|
+
const VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog = (obj) => ({
|
|
81701
|
+
...obj,
|
|
81702
|
+
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
81703
|
+
});
|
|
81704
|
+
const ExportVerifiedAccessInstanceClientConfigurationResultFilterSensitiveLog = (obj) => ({
|
|
81705
|
+
...obj,
|
|
81706
|
+
...(obj.UserTrustProvider && {
|
|
81707
|
+
UserTrustProvider: VerifiedAccessInstanceUserTrustProviderClientConfigurationFilterSensitiveLog(obj.UserTrustProvider),
|
|
81708
|
+
}),
|
|
81709
|
+
});
|
|
81710
|
+
|
|
80218
81711
|
class DescribeVerifiedAccessTrustProvidersCommand extends smithyClient.Command
|
|
80219
81712
|
.classBuilder()
|
|
80220
81713
|
.ep(commonParams)
|
|
@@ -80538,244 +82031,6 @@ class DescribeVpcsCommand extends smithyClient.Command
|
|
|
80538
82031
|
.build() {
|
|
80539
82032
|
}
|
|
80540
82033
|
|
|
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
82034
|
class DescribeVpnConnectionsCommand extends smithyClient.Command
|
|
80780
82035
|
.classBuilder()
|
|
80781
82036
|
.ep(commonParams)
|
|
@@ -82340,176 +83595,32 @@ class GetInstanceMetadataDefaultsCommand extends smithyClient.Command
|
|
|
82340
83595
|
.build() {
|
|
82341
83596
|
}
|
|
82342
83597
|
|
|
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
|
-
|
|
83598
|
+
const EkPubKeyFormat = {
|
|
83599
|
+
der: "der",
|
|
83600
|
+
tpmt: "tpmt",
|
|
83601
|
+
};
|
|
83602
|
+
const EkPubKeyType = {
|
|
83603
|
+
ECC_SEC_P384: "ecc-sec-p384",
|
|
83604
|
+
RSA_2048: "rsa-2048",
|
|
83605
|
+
};
|
|
83606
|
+
const IpamComplianceStatus = {
|
|
83607
|
+
compliant: "compliant",
|
|
83608
|
+
ignored: "ignored",
|
|
83609
|
+
noncompliant: "noncompliant",
|
|
83610
|
+
unmanaged: "unmanaged",
|
|
83611
|
+
};
|
|
83612
|
+
const IpamOverlapStatus = {
|
|
83613
|
+
ignored: "ignored",
|
|
83614
|
+
nonoverlapping: "nonoverlapping",
|
|
83615
|
+
overlapping: "overlapping",
|
|
83616
|
+
};
|
|
83617
|
+
const IpamAddressHistoryResourceType = {
|
|
83618
|
+
eip: "eip",
|
|
83619
|
+
instance: "instance",
|
|
83620
|
+
network_interface: "network-interface",
|
|
83621
|
+
subnet: "subnet",
|
|
83622
|
+
vpc: "vpc",
|
|
83623
|
+
};
|
|
82513
83624
|
const IpamDiscoveryFailureCode = {
|
|
82514
83625
|
assume_role_failure: "assume-role-failure",
|
|
82515
83626
|
throttling_failure: "throttling-failure",
|
|
@@ -82547,14 +83658,6 @@ const IpamNetworkInterfaceAttachmentStatus = {
|
|
|
82547
83658
|
available: "available",
|
|
82548
83659
|
in_use: "in-use",
|
|
82549
83660
|
};
|
|
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
83661
|
const IpamManagementState = {
|
|
82559
83662
|
ignored: "ignored",
|
|
82560
83663
|
managed: "managed",
|
|
@@ -82625,6 +83728,10 @@ const TrafficMirrorSessionField = {
|
|
|
82625
83728
|
packet_length: "packet-length",
|
|
82626
83729
|
virtual_network_id: "virtual-network-id",
|
|
82627
83730
|
};
|
|
83731
|
+
const GetInstanceTpmEkPubResultFilterSensitiveLog = (obj) => ({
|
|
83732
|
+
...obj,
|
|
83733
|
+
...(obj.KeyValue && { KeyValue: smithyClient.SENSITIVE_STRING }),
|
|
83734
|
+
});
|
|
82628
83735
|
const GetLaunchTemplateDataResultFilterSensitiveLog = (obj) => ({
|
|
82629
83736
|
...obj,
|
|
82630
83737
|
...(obj.LaunchTemplateData && {
|
|
@@ -82701,29 +83808,227 @@ const ImportVolumeResultFilterSensitiveLog = (obj) => ({
|
|
|
82701
83808
|
...obj,
|
|
82702
83809
|
...(obj.ConversionTask && { ConversionTask: ConversionTaskFilterSensitiveLog(obj.ConversionTask) }),
|
|
82703
83810
|
});
|
|
82704
|
-
|
|
82705
|
-
|
|
82706
|
-
|
|
82707
|
-
|
|
82708
|
-
|
|
82709
|
-
|
|
82710
|
-
|
|
82711
|
-
|
|
82712
|
-
|
|
82713
|
-
|
|
82714
|
-
|
|
82715
|
-
|
|
82716
|
-
|
|
82717
|
-
|
|
82718
|
-
|
|
82719
|
-
|
|
82720
|
-
}
|
|
82721
|
-
|
|
82722
|
-
|
|
82723
|
-
|
|
82724
|
-
|
|
82725
|
-
|
|
82726
|
-
|
|
83811
|
+
|
|
83812
|
+
class GetInstanceTpmEkPubCommand extends smithyClient.Command
|
|
83813
|
+
.classBuilder()
|
|
83814
|
+
.ep(commonParams)
|
|
83815
|
+
.m(function (Command, cs, config, o) {
|
|
83816
|
+
return [
|
|
83817
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83818
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83819
|
+
];
|
|
83820
|
+
})
|
|
83821
|
+
.s("AmazonEC2", "GetInstanceTpmEkPub", {})
|
|
83822
|
+
.n("EC2Client", "GetInstanceTpmEkPubCommand")
|
|
83823
|
+
.f(void 0, GetInstanceTpmEkPubResultFilterSensitiveLog)
|
|
83824
|
+
.ser(se_GetInstanceTpmEkPubCommand)
|
|
83825
|
+
.de(de_GetInstanceTpmEkPubCommand)
|
|
83826
|
+
.build() {
|
|
83827
|
+
}
|
|
83828
|
+
|
|
83829
|
+
class GetInstanceTypesFromInstanceRequirementsCommand extends smithyClient.Command
|
|
83830
|
+
.classBuilder()
|
|
83831
|
+
.ep(commonParams)
|
|
83832
|
+
.m(function (Command, cs, config, o) {
|
|
83833
|
+
return [
|
|
83834
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83835
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83836
|
+
];
|
|
83837
|
+
})
|
|
83838
|
+
.s("AmazonEC2", "GetInstanceTypesFromInstanceRequirements", {})
|
|
83839
|
+
.n("EC2Client", "GetInstanceTypesFromInstanceRequirementsCommand")
|
|
83840
|
+
.f(void 0, void 0)
|
|
83841
|
+
.ser(se_GetInstanceTypesFromInstanceRequirementsCommand)
|
|
83842
|
+
.de(de_GetInstanceTypesFromInstanceRequirementsCommand)
|
|
83843
|
+
.build() {
|
|
83844
|
+
}
|
|
83845
|
+
|
|
83846
|
+
class GetInstanceUefiDataCommand extends smithyClient.Command
|
|
83847
|
+
.classBuilder()
|
|
83848
|
+
.ep(commonParams)
|
|
83849
|
+
.m(function (Command, cs, config, o) {
|
|
83850
|
+
return [
|
|
83851
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83852
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83853
|
+
];
|
|
83854
|
+
})
|
|
83855
|
+
.s("AmazonEC2", "GetInstanceUefiData", {})
|
|
83856
|
+
.n("EC2Client", "GetInstanceUefiDataCommand")
|
|
83857
|
+
.f(void 0, void 0)
|
|
83858
|
+
.ser(se_GetInstanceUefiDataCommand)
|
|
83859
|
+
.de(de_GetInstanceUefiDataCommand)
|
|
83860
|
+
.build() {
|
|
83861
|
+
}
|
|
83862
|
+
|
|
83863
|
+
class GetIpamAddressHistoryCommand extends smithyClient.Command
|
|
83864
|
+
.classBuilder()
|
|
83865
|
+
.ep(commonParams)
|
|
83866
|
+
.m(function (Command, cs, config, o) {
|
|
83867
|
+
return [
|
|
83868
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83869
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83870
|
+
];
|
|
83871
|
+
})
|
|
83872
|
+
.s("AmazonEC2", "GetIpamAddressHistory", {})
|
|
83873
|
+
.n("EC2Client", "GetIpamAddressHistoryCommand")
|
|
83874
|
+
.f(void 0, void 0)
|
|
83875
|
+
.ser(se_GetIpamAddressHistoryCommand)
|
|
83876
|
+
.de(de_GetIpamAddressHistoryCommand)
|
|
83877
|
+
.build() {
|
|
83878
|
+
}
|
|
83879
|
+
|
|
83880
|
+
class GetIpamDiscoveredAccountsCommand extends smithyClient.Command
|
|
83881
|
+
.classBuilder()
|
|
83882
|
+
.ep(commonParams)
|
|
83883
|
+
.m(function (Command, cs, config, o) {
|
|
83884
|
+
return [
|
|
83885
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83886
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83887
|
+
];
|
|
83888
|
+
})
|
|
83889
|
+
.s("AmazonEC2", "GetIpamDiscoveredAccounts", {})
|
|
83890
|
+
.n("EC2Client", "GetIpamDiscoveredAccountsCommand")
|
|
83891
|
+
.f(void 0, void 0)
|
|
83892
|
+
.ser(se_GetIpamDiscoveredAccountsCommand)
|
|
83893
|
+
.de(de_GetIpamDiscoveredAccountsCommand)
|
|
83894
|
+
.build() {
|
|
83895
|
+
}
|
|
83896
|
+
|
|
83897
|
+
class GetIpamDiscoveredPublicAddressesCommand extends smithyClient.Command
|
|
83898
|
+
.classBuilder()
|
|
83899
|
+
.ep(commonParams)
|
|
83900
|
+
.m(function (Command, cs, config, o) {
|
|
83901
|
+
return [
|
|
83902
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83903
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83904
|
+
];
|
|
83905
|
+
})
|
|
83906
|
+
.s("AmazonEC2", "GetIpamDiscoveredPublicAddresses", {})
|
|
83907
|
+
.n("EC2Client", "GetIpamDiscoveredPublicAddressesCommand")
|
|
83908
|
+
.f(void 0, void 0)
|
|
83909
|
+
.ser(se_GetIpamDiscoveredPublicAddressesCommand)
|
|
83910
|
+
.de(de_GetIpamDiscoveredPublicAddressesCommand)
|
|
83911
|
+
.build() {
|
|
83912
|
+
}
|
|
83913
|
+
|
|
83914
|
+
class GetIpamDiscoveredResourceCidrsCommand extends smithyClient.Command
|
|
83915
|
+
.classBuilder()
|
|
83916
|
+
.ep(commonParams)
|
|
83917
|
+
.m(function (Command, cs, config, o) {
|
|
83918
|
+
return [
|
|
83919
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83920
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83921
|
+
];
|
|
83922
|
+
})
|
|
83923
|
+
.s("AmazonEC2", "GetIpamDiscoveredResourceCidrs", {})
|
|
83924
|
+
.n("EC2Client", "GetIpamDiscoveredResourceCidrsCommand")
|
|
83925
|
+
.f(void 0, void 0)
|
|
83926
|
+
.ser(se_GetIpamDiscoveredResourceCidrsCommand)
|
|
83927
|
+
.de(de_GetIpamDiscoveredResourceCidrsCommand)
|
|
83928
|
+
.build() {
|
|
83929
|
+
}
|
|
83930
|
+
|
|
83931
|
+
class GetIpamPoolAllocationsCommand extends smithyClient.Command
|
|
83932
|
+
.classBuilder()
|
|
83933
|
+
.ep(commonParams)
|
|
83934
|
+
.m(function (Command, cs, config, o) {
|
|
83935
|
+
return [
|
|
83936
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83937
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83938
|
+
];
|
|
83939
|
+
})
|
|
83940
|
+
.s("AmazonEC2", "GetIpamPoolAllocations", {})
|
|
83941
|
+
.n("EC2Client", "GetIpamPoolAllocationsCommand")
|
|
83942
|
+
.f(void 0, void 0)
|
|
83943
|
+
.ser(se_GetIpamPoolAllocationsCommand)
|
|
83944
|
+
.de(de_GetIpamPoolAllocationsCommand)
|
|
83945
|
+
.build() {
|
|
83946
|
+
}
|
|
83947
|
+
|
|
83948
|
+
class GetIpamPoolCidrsCommand extends smithyClient.Command
|
|
83949
|
+
.classBuilder()
|
|
83950
|
+
.ep(commonParams)
|
|
83951
|
+
.m(function (Command, cs, config, o) {
|
|
83952
|
+
return [
|
|
83953
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83954
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83955
|
+
];
|
|
83956
|
+
})
|
|
83957
|
+
.s("AmazonEC2", "GetIpamPoolCidrs", {})
|
|
83958
|
+
.n("EC2Client", "GetIpamPoolCidrsCommand")
|
|
83959
|
+
.f(void 0, void 0)
|
|
83960
|
+
.ser(se_GetIpamPoolCidrsCommand)
|
|
83961
|
+
.de(de_GetIpamPoolCidrsCommand)
|
|
83962
|
+
.build() {
|
|
83963
|
+
}
|
|
83964
|
+
|
|
83965
|
+
class GetIpamPrefixListResolverRulesCommand extends smithyClient.Command
|
|
83966
|
+
.classBuilder()
|
|
83967
|
+
.ep(commonParams)
|
|
83968
|
+
.m(function (Command, cs, config, o) {
|
|
83969
|
+
return [
|
|
83970
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83971
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83972
|
+
];
|
|
83973
|
+
})
|
|
83974
|
+
.s("AmazonEC2", "GetIpamPrefixListResolverRules", {})
|
|
83975
|
+
.n("EC2Client", "GetIpamPrefixListResolverRulesCommand")
|
|
83976
|
+
.f(void 0, void 0)
|
|
83977
|
+
.ser(se_GetIpamPrefixListResolverRulesCommand)
|
|
83978
|
+
.de(de_GetIpamPrefixListResolverRulesCommand)
|
|
83979
|
+
.build() {
|
|
83980
|
+
}
|
|
83981
|
+
|
|
83982
|
+
class GetIpamPrefixListResolverVersionEntriesCommand extends smithyClient.Command
|
|
83983
|
+
.classBuilder()
|
|
83984
|
+
.ep(commonParams)
|
|
83985
|
+
.m(function (Command, cs, config, o) {
|
|
83986
|
+
return [
|
|
83987
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
83988
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
83989
|
+
];
|
|
83990
|
+
})
|
|
83991
|
+
.s("AmazonEC2", "GetIpamPrefixListResolverVersionEntries", {})
|
|
83992
|
+
.n("EC2Client", "GetIpamPrefixListResolverVersionEntriesCommand")
|
|
83993
|
+
.f(void 0, void 0)
|
|
83994
|
+
.ser(se_GetIpamPrefixListResolverVersionEntriesCommand)
|
|
83995
|
+
.de(de_GetIpamPrefixListResolverVersionEntriesCommand)
|
|
83996
|
+
.build() {
|
|
83997
|
+
}
|
|
83998
|
+
|
|
83999
|
+
class GetIpamPrefixListResolverVersionsCommand extends smithyClient.Command
|
|
84000
|
+
.classBuilder()
|
|
84001
|
+
.ep(commonParams)
|
|
84002
|
+
.m(function (Command, cs, config, o) {
|
|
84003
|
+
return [
|
|
84004
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
84005
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
84006
|
+
];
|
|
84007
|
+
})
|
|
84008
|
+
.s("AmazonEC2", "GetIpamPrefixListResolverVersions", {})
|
|
84009
|
+
.n("EC2Client", "GetIpamPrefixListResolverVersionsCommand")
|
|
84010
|
+
.f(void 0, void 0)
|
|
84011
|
+
.ser(se_GetIpamPrefixListResolverVersionsCommand)
|
|
84012
|
+
.de(de_GetIpamPrefixListResolverVersionsCommand)
|
|
84013
|
+
.build() {
|
|
84014
|
+
}
|
|
84015
|
+
|
|
84016
|
+
class GetIpamResourceCidrsCommand extends smithyClient.Command
|
|
84017
|
+
.classBuilder()
|
|
84018
|
+
.ep(commonParams)
|
|
84019
|
+
.m(function (Command, cs, config, o) {
|
|
84020
|
+
return [
|
|
84021
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
84022
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
84023
|
+
];
|
|
84024
|
+
})
|
|
84025
|
+
.s("AmazonEC2", "GetIpamResourceCidrs", {})
|
|
84026
|
+
.n("EC2Client", "GetIpamResourceCidrsCommand")
|
|
84027
|
+
.f(void 0, void 0)
|
|
84028
|
+
.ser(se_GetIpamResourceCidrsCommand)
|
|
84029
|
+
.de(de_GetIpamResourceCidrsCommand)
|
|
84030
|
+
.build() {
|
|
84031
|
+
}
|
|
82727
84032
|
|
|
82728
84033
|
class GetLaunchTemplateDataCommand extends smithyClient.Command
|
|
82729
84034
|
.classBuilder()
|
|
@@ -83813,6 +85118,40 @@ class ModifyIpamPoolCommand extends smithyClient.Command
|
|
|
83813
85118
|
.build() {
|
|
83814
85119
|
}
|
|
83815
85120
|
|
|
85121
|
+
class ModifyIpamPrefixListResolverCommand extends smithyClient.Command
|
|
85122
|
+
.classBuilder()
|
|
85123
|
+
.ep(commonParams)
|
|
85124
|
+
.m(function (Command, cs, config, o) {
|
|
85125
|
+
return [
|
|
85126
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
85127
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
85128
|
+
];
|
|
85129
|
+
})
|
|
85130
|
+
.s("AmazonEC2", "ModifyIpamPrefixListResolver", {})
|
|
85131
|
+
.n("EC2Client", "ModifyIpamPrefixListResolverCommand")
|
|
85132
|
+
.f(void 0, void 0)
|
|
85133
|
+
.ser(se_ModifyIpamPrefixListResolverCommand)
|
|
85134
|
+
.de(de_ModifyIpamPrefixListResolverCommand)
|
|
85135
|
+
.build() {
|
|
85136
|
+
}
|
|
85137
|
+
|
|
85138
|
+
class ModifyIpamPrefixListResolverTargetCommand extends smithyClient.Command
|
|
85139
|
+
.classBuilder()
|
|
85140
|
+
.ep(commonParams)
|
|
85141
|
+
.m(function (Command, cs, config, o) {
|
|
85142
|
+
return [
|
|
85143
|
+
middlewareSerde.getSerdePlugin(config, this.serialize, this.deserialize),
|
|
85144
|
+
middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
85145
|
+
];
|
|
85146
|
+
})
|
|
85147
|
+
.s("AmazonEC2", "ModifyIpamPrefixListResolverTarget", {})
|
|
85148
|
+
.n("EC2Client", "ModifyIpamPrefixListResolverTargetCommand")
|
|
85149
|
+
.f(void 0, void 0)
|
|
85150
|
+
.ser(se_ModifyIpamPrefixListResolverTargetCommand)
|
|
85151
|
+
.de(de_ModifyIpamPrefixListResolverTargetCommand)
|
|
85152
|
+
.build() {
|
|
85153
|
+
}
|
|
85154
|
+
|
|
83816
85155
|
class ModifyIpamResourceCidrCommand extends smithyClient.Command
|
|
83817
85156
|
.classBuilder()
|
|
83818
85157
|
.ep(commonParams)
|
|
@@ -84289,6 +85628,128 @@ class ModifyVerifiedAccessInstanceLoggingConfigurationCommand extends smithyClie
|
|
|
84289
85628
|
.build() {
|
|
84290
85629
|
}
|
|
84291
85630
|
|
|
85631
|
+
const VpcTenancy = {
|
|
85632
|
+
default: "default",
|
|
85633
|
+
};
|
|
85634
|
+
const Status = {
|
|
85635
|
+
inClassic: "InClassic",
|
|
85636
|
+
inVpc: "InVpc",
|
|
85637
|
+
moveInProgress: "MoveInProgress",
|
|
85638
|
+
};
|
|
85639
|
+
const VerificationMethod = {
|
|
85640
|
+
dns_token: "dns-token",
|
|
85641
|
+
remarks_x509: "remarks-x509",
|
|
85642
|
+
};
|
|
85643
|
+
const ReportInstanceReasonCodes = {
|
|
85644
|
+
instance_stuck_in_state: "instance-stuck-in-state",
|
|
85645
|
+
not_accepting_credentials: "not-accepting-credentials",
|
|
85646
|
+
other: "other",
|
|
85647
|
+
password_not_available: "password-not-available",
|
|
85648
|
+
performance_ebs_volume: "performance-ebs-volume",
|
|
85649
|
+
performance_instance_store: "performance-instance-store",
|
|
85650
|
+
performance_network: "performance-network",
|
|
85651
|
+
performance_other: "performance-other",
|
|
85652
|
+
unresponsive: "unresponsive",
|
|
85653
|
+
};
|
|
85654
|
+
const ReportStatusType = {
|
|
85655
|
+
impaired: "impaired",
|
|
85656
|
+
ok: "ok",
|
|
85657
|
+
};
|
|
85658
|
+
const ResetFpgaImageAttributeName = {
|
|
85659
|
+
loadPermission: "loadPermission",
|
|
85660
|
+
};
|
|
85661
|
+
const ResetImageAttributeName = {
|
|
85662
|
+
launchPermission: "launchPermission",
|
|
85663
|
+
};
|
|
85664
|
+
const MembershipType = {
|
|
85665
|
+
igmp: "igmp",
|
|
85666
|
+
static: "static",
|
|
85667
|
+
};
|
|
85668
|
+
const ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
85669
|
+
...obj,
|
|
85670
|
+
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
85671
|
+
});
|
|
85672
|
+
const ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog = (obj) => ({
|
|
85673
|
+
...obj,
|
|
85674
|
+
...(obj.ClientSecret && { ClientSecret: smithyClient.SENSITIVE_STRING }),
|
|
85675
|
+
});
|
|
85676
|
+
const ModifyVerifiedAccessTrustProviderRequestFilterSensitiveLog = (obj) => ({
|
|
85677
|
+
...obj,
|
|
85678
|
+
...(obj.OidcOptions && {
|
|
85679
|
+
OidcOptions: ModifyVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog(obj.OidcOptions),
|
|
85680
|
+
}),
|
|
85681
|
+
...(obj.NativeApplicationOidcOptions && {
|
|
85682
|
+
NativeApplicationOidcOptions: ModifyVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog(obj.NativeApplicationOidcOptions),
|
|
85683
|
+
}),
|
|
85684
|
+
});
|
|
85685
|
+
const ModifyVerifiedAccessTrustProviderResultFilterSensitiveLog = (obj) => ({
|
|
85686
|
+
...obj,
|
|
85687
|
+
...(obj.VerifiedAccessTrustProvider && {
|
|
85688
|
+
VerifiedAccessTrustProvider: VerifiedAccessTrustProviderFilterSensitiveLog(obj.VerifiedAccessTrustProvider),
|
|
85689
|
+
}),
|
|
85690
|
+
});
|
|
85691
|
+
const ModifyVpnConnectionResultFilterSensitiveLog = (obj) => ({
|
|
85692
|
+
...obj,
|
|
85693
|
+
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
85694
|
+
});
|
|
85695
|
+
const ModifyVpnConnectionOptionsResultFilterSensitiveLog = (obj) => ({
|
|
85696
|
+
...obj,
|
|
85697
|
+
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
85698
|
+
});
|
|
85699
|
+
const ModifyVpnTunnelCertificateResultFilterSensitiveLog = (obj) => ({
|
|
85700
|
+
...obj,
|
|
85701
|
+
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
85702
|
+
});
|
|
85703
|
+
const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog = (obj) => ({
|
|
85704
|
+
...obj,
|
|
85705
|
+
...(obj.PreSharedKey && { PreSharedKey: smithyClient.SENSITIVE_STRING }),
|
|
85706
|
+
});
|
|
85707
|
+
const ModifyVpnTunnelOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
85708
|
+
...obj,
|
|
85709
|
+
...(obj.TunnelOptions && { TunnelOptions: smithyClient.SENSITIVE_STRING }),
|
|
85710
|
+
});
|
|
85711
|
+
const ModifyVpnTunnelOptionsResultFilterSensitiveLog = (obj) => ({
|
|
85712
|
+
...obj,
|
|
85713
|
+
...(obj.VpnConnection && { VpnConnection: VpnConnectionFilterSensitiveLog(obj.VpnConnection) }),
|
|
85714
|
+
});
|
|
85715
|
+
const ReportInstanceStatusRequestFilterSensitiveLog = (obj) => ({
|
|
85716
|
+
...obj,
|
|
85717
|
+
...(obj.Description && { Description: smithyClient.SENSITIVE_STRING }),
|
|
85718
|
+
});
|
|
85719
|
+
const RequestSpotFleetRequestFilterSensitiveLog = (obj) => ({
|
|
85720
|
+
...obj,
|
|
85721
|
+
...(obj.SpotFleetRequestConfig && {
|
|
85722
|
+
SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig),
|
|
85723
|
+
}),
|
|
85724
|
+
});
|
|
85725
|
+
const RequestSpotLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
85726
|
+
...obj,
|
|
85727
|
+
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
85728
|
+
});
|
|
85729
|
+
const RequestSpotInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
85730
|
+
...obj,
|
|
85731
|
+
...(obj.LaunchSpecification && {
|
|
85732
|
+
LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification),
|
|
85733
|
+
}),
|
|
85734
|
+
});
|
|
85735
|
+
const RequestSpotInstancesResultFilterSensitiveLog = (obj) => ({
|
|
85736
|
+
...obj,
|
|
85737
|
+
...(obj.SpotInstanceRequests && {
|
|
85738
|
+
SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item)),
|
|
85739
|
+
}),
|
|
85740
|
+
});
|
|
85741
|
+
const RunInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
85742
|
+
...obj,
|
|
85743
|
+
...(obj.UserData && { UserData: smithyClient.SENSITIVE_STRING }),
|
|
85744
|
+
});
|
|
85745
|
+
const ScheduledInstancesLaunchSpecificationFilterSensitiveLog = (obj) => ({
|
|
85746
|
+
...obj,
|
|
85747
|
+
});
|
|
85748
|
+
const RunScheduledInstancesRequestFilterSensitiveLog = (obj) => ({
|
|
85749
|
+
...obj,
|
|
85750
|
+
...(obj.LaunchSpecification && { LaunchSpecification: smithyClient.SENSITIVE_STRING }),
|
|
85751
|
+
});
|
|
85752
|
+
|
|
84292
85753
|
class ModifyVerifiedAccessTrustProviderCommand extends smithyClient.Command
|
|
84293
85754
|
.classBuilder()
|
|
84294
85755
|
.ep(commonParams)
|
|
@@ -84510,105 +85971,6 @@ class ModifyVpcTenancyCommand extends smithyClient.Command
|
|
|
84510
85971
|
.build() {
|
|
84511
85972
|
}
|
|
84512
85973
|
|
|
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
85974
|
class ModifyVpnConnectionCommand extends smithyClient.Command
|
|
84613
85975
|
.classBuilder()
|
|
84614
85976
|
.ep(commonParams)
|
|
@@ -86058,6 +87420,8 @@ const commands = {
|
|
|
86058
87420
|
CreateIpamCommand,
|
|
86059
87421
|
CreateIpamExternalResourceVerificationTokenCommand,
|
|
86060
87422
|
CreateIpamPoolCommand,
|
|
87423
|
+
CreateIpamPrefixListResolverCommand,
|
|
87424
|
+
CreateIpamPrefixListResolverTargetCommand,
|
|
86061
87425
|
CreateIpamResourceDiscoveryCommand,
|
|
86062
87426
|
CreateIpamScopeCommand,
|
|
86063
87427
|
CreateKeyPairCommand,
|
|
@@ -86144,6 +87508,8 @@ const commands = {
|
|
|
86144
87508
|
DeleteIpamCommand,
|
|
86145
87509
|
DeleteIpamExternalResourceVerificationTokenCommand,
|
|
86146
87510
|
DeleteIpamPoolCommand,
|
|
87511
|
+
DeleteIpamPrefixListResolverCommand,
|
|
87512
|
+
DeleteIpamPrefixListResolverTargetCommand,
|
|
86147
87513
|
DeleteIpamResourceDiscoveryCommand,
|
|
86148
87514
|
DeleteIpamScopeCommand,
|
|
86149
87515
|
DeleteKeyPairCommand,
|
|
@@ -86287,6 +87653,8 @@ const commands = {
|
|
|
86287
87653
|
DescribeIpamByoasnCommand,
|
|
86288
87654
|
DescribeIpamExternalResourceVerificationTokensCommand,
|
|
86289
87655
|
DescribeIpamPoolsCommand,
|
|
87656
|
+
DescribeIpamPrefixListResolversCommand,
|
|
87657
|
+
DescribeIpamPrefixListResolverTargetsCommand,
|
|
86290
87658
|
DescribeIpamResourceDiscoveriesCommand,
|
|
86291
87659
|
DescribeIpamResourceDiscoveryAssociationsCommand,
|
|
86292
87660
|
DescribeIpamsCommand,
|
|
@@ -86489,6 +87857,9 @@ const commands = {
|
|
|
86489
87857
|
GetIpamDiscoveredResourceCidrsCommand,
|
|
86490
87858
|
GetIpamPoolAllocationsCommand,
|
|
86491
87859
|
GetIpamPoolCidrsCommand,
|
|
87860
|
+
GetIpamPrefixListResolverRulesCommand,
|
|
87861
|
+
GetIpamPrefixListResolverVersionEntriesCommand,
|
|
87862
|
+
GetIpamPrefixListResolverVersionsCommand,
|
|
86492
87863
|
GetIpamResourceCidrsCommand,
|
|
86493
87864
|
GetLaunchTemplateDataCommand,
|
|
86494
87865
|
GetManagedPrefixListAssociationsCommand,
|
|
@@ -86554,6 +87925,8 @@ const commands = {
|
|
|
86554
87925
|
ModifyInstancePlacementCommand,
|
|
86555
87926
|
ModifyIpamCommand,
|
|
86556
87927
|
ModifyIpamPoolCommand,
|
|
87928
|
+
ModifyIpamPrefixListResolverCommand,
|
|
87929
|
+
ModifyIpamPrefixListResolverTargetCommand,
|
|
86557
87930
|
ModifyIpamResourceCidrCommand,
|
|
86558
87931
|
ModifyIpamResourceDiscoveryCommand,
|
|
86559
87932
|
ModifyIpamScopeCommand,
|
|
@@ -86780,6 +88153,10 @@ const paginateDescribeInternetGateways = core.createPaginator(EC2Client, Describ
|
|
|
86780
88153
|
|
|
86781
88154
|
const paginateDescribeIpamPools = core.createPaginator(EC2Client, DescribeIpamPoolsCommand, "NextToken", "NextToken", "MaxResults");
|
|
86782
88155
|
|
|
88156
|
+
const paginateDescribeIpamPrefixListResolverTargets = core.createPaginator(EC2Client, DescribeIpamPrefixListResolverTargetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
88157
|
+
|
|
88158
|
+
const paginateDescribeIpamPrefixListResolvers = core.createPaginator(EC2Client, DescribeIpamPrefixListResolversCommand, "NextToken", "NextToken", "MaxResults");
|
|
88159
|
+
|
|
86783
88160
|
const paginateDescribeIpamResourceDiscoveries = core.createPaginator(EC2Client, DescribeIpamResourceDiscoveriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
86784
88161
|
|
|
86785
88162
|
const paginateDescribeIpamResourceDiscoveryAssociations = core.createPaginator(EC2Client, DescribeIpamResourceDiscoveryAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -86960,6 +88337,12 @@ const paginateGetIpamPoolAllocations = core.createPaginator(EC2Client, GetIpamPo
|
|
|
86960
88337
|
|
|
86961
88338
|
const paginateGetIpamPoolCidrs = core.createPaginator(EC2Client, GetIpamPoolCidrsCommand, "NextToken", "NextToken", "MaxResults");
|
|
86962
88339
|
|
|
88340
|
+
const paginateGetIpamPrefixListResolverRules = core.createPaginator(EC2Client, GetIpamPrefixListResolverRulesCommand, "NextToken", "NextToken", "MaxResults");
|
|
88341
|
+
|
|
88342
|
+
const paginateGetIpamPrefixListResolverVersionEntries = core.createPaginator(EC2Client, GetIpamPrefixListResolverVersionEntriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
88343
|
+
|
|
88344
|
+
const paginateGetIpamPrefixListResolverVersions = core.createPaginator(EC2Client, GetIpamPrefixListResolverVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
88345
|
+
|
|
86963
88346
|
const paginateGetIpamResourceCidrs = core.createPaginator(EC2Client, GetIpamResourceCidrsCommand, "NextToken", "NextToken", "MaxResults");
|
|
86964
88347
|
|
|
86965
88348
|
const paginateGetManagedPrefixListAssociations = core.createPaginator(EC2Client, GetManagedPrefixListAssociationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -89210,6 +90593,8 @@ exports.CreateInternetGatewayCommand = CreateInternetGatewayCommand;
|
|
|
89210
90593
|
exports.CreateIpamCommand = CreateIpamCommand;
|
|
89211
90594
|
exports.CreateIpamExternalResourceVerificationTokenCommand = CreateIpamExternalResourceVerificationTokenCommand;
|
|
89212
90595
|
exports.CreateIpamPoolCommand = CreateIpamPoolCommand;
|
|
90596
|
+
exports.CreateIpamPrefixListResolverCommand = CreateIpamPrefixListResolverCommand;
|
|
90597
|
+
exports.CreateIpamPrefixListResolverTargetCommand = CreateIpamPrefixListResolverTargetCommand;
|
|
89213
90598
|
exports.CreateIpamResourceDiscoveryCommand = CreateIpamResourceDiscoveryCommand;
|
|
89214
90599
|
exports.CreateIpamScopeCommand = CreateIpamScopeCommand;
|
|
89215
90600
|
exports.CreateKeyPairCommand = CreateKeyPairCommand;
|
|
@@ -89314,6 +90699,8 @@ exports.DeleteInternetGatewayCommand = DeleteInternetGatewayCommand;
|
|
|
89314
90699
|
exports.DeleteIpamCommand = DeleteIpamCommand;
|
|
89315
90700
|
exports.DeleteIpamExternalResourceVerificationTokenCommand = DeleteIpamExternalResourceVerificationTokenCommand;
|
|
89316
90701
|
exports.DeleteIpamPoolCommand = DeleteIpamPoolCommand;
|
|
90702
|
+
exports.DeleteIpamPrefixListResolverCommand = DeleteIpamPrefixListResolverCommand;
|
|
90703
|
+
exports.DeleteIpamPrefixListResolverTargetCommand = DeleteIpamPrefixListResolverTargetCommand;
|
|
89317
90704
|
exports.DeleteIpamResourceDiscoveryCommand = DeleteIpamResourceDiscoveryCommand;
|
|
89318
90705
|
exports.DeleteIpamScopeCommand = DeleteIpamScopeCommand;
|
|
89319
90706
|
exports.DeleteKeyPairCommand = DeleteKeyPairCommand;
|
|
@@ -89463,6 +90850,8 @@ exports.DescribeInternetGatewaysCommand = DescribeInternetGatewaysCommand;
|
|
|
89463
90850
|
exports.DescribeIpamByoasnCommand = DescribeIpamByoasnCommand;
|
|
89464
90851
|
exports.DescribeIpamExternalResourceVerificationTokensCommand = DescribeIpamExternalResourceVerificationTokensCommand;
|
|
89465
90852
|
exports.DescribeIpamPoolsCommand = DescribeIpamPoolsCommand;
|
|
90853
|
+
exports.DescribeIpamPrefixListResolverTargetsCommand = DescribeIpamPrefixListResolverTargetsCommand;
|
|
90854
|
+
exports.DescribeIpamPrefixListResolversCommand = DescribeIpamPrefixListResolversCommand;
|
|
89466
90855
|
exports.DescribeIpamResourceDiscoveriesCommand = DescribeIpamResourceDiscoveriesCommand;
|
|
89467
90856
|
exports.DescribeIpamResourceDiscoveryAssociationsCommand = DescribeIpamResourceDiscoveryAssociationsCommand;
|
|
89468
90857
|
exports.DescribeIpamScopesCommand = DescribeIpamScopesCommand;
|
|
@@ -89727,6 +91116,9 @@ exports.GetIpamDiscoveredPublicAddressesCommand = GetIpamDiscoveredPublicAddress
|
|
|
89727
91116
|
exports.GetIpamDiscoveredResourceCidrsCommand = GetIpamDiscoveredResourceCidrsCommand;
|
|
89728
91117
|
exports.GetIpamPoolAllocationsCommand = GetIpamPoolAllocationsCommand;
|
|
89729
91118
|
exports.GetIpamPoolCidrsCommand = GetIpamPoolCidrsCommand;
|
|
91119
|
+
exports.GetIpamPrefixListResolverRulesCommand = GetIpamPrefixListResolverRulesCommand;
|
|
91120
|
+
exports.GetIpamPrefixListResolverVersionEntriesCommand = GetIpamPrefixListResolverVersionEntriesCommand;
|
|
91121
|
+
exports.GetIpamPrefixListResolverVersionsCommand = GetIpamPrefixListResolverVersionsCommand;
|
|
89730
91122
|
exports.GetIpamResourceCidrsCommand = GetIpamResourceCidrsCommand;
|
|
89731
91123
|
exports.GetLaunchTemplateDataCommand = GetLaunchTemplateDataCommand;
|
|
89732
91124
|
exports.GetLaunchTemplateDataResultFilterSensitiveLog = GetLaunchTemplateDataResultFilterSensitiveLog;
|
|
@@ -89840,6 +91232,11 @@ exports.IpamPoolCidrState = IpamPoolCidrState;
|
|
|
89840
91232
|
exports.IpamPoolPublicIpSource = IpamPoolPublicIpSource;
|
|
89841
91233
|
exports.IpamPoolSourceResourceType = IpamPoolSourceResourceType;
|
|
89842
91234
|
exports.IpamPoolState = IpamPoolState;
|
|
91235
|
+
exports.IpamPrefixListResolverRuleConditionOperation = IpamPrefixListResolverRuleConditionOperation;
|
|
91236
|
+
exports.IpamPrefixListResolverRuleType = IpamPrefixListResolverRuleType;
|
|
91237
|
+
exports.IpamPrefixListResolverState = IpamPrefixListResolverState;
|
|
91238
|
+
exports.IpamPrefixListResolverTargetState = IpamPrefixListResolverTargetState;
|
|
91239
|
+
exports.IpamPrefixListResolverVersionCreationStatus = IpamPrefixListResolverVersionCreationStatus;
|
|
89843
91240
|
exports.IpamPublicAddressAssociationStatus = IpamPublicAddressAssociationStatus;
|
|
89844
91241
|
exports.IpamPublicAddressAwsService = IpamPublicAddressAwsService;
|
|
89845
91242
|
exports.IpamPublicAddressType = IpamPublicAddressType;
|
|
@@ -89847,6 +91244,7 @@ exports.IpamResourceCidrIpSource = IpamResourceCidrIpSource;
|
|
|
89847
91244
|
exports.IpamResourceDiscoveryAssociationState = IpamResourceDiscoveryAssociationState;
|
|
89848
91245
|
exports.IpamResourceDiscoveryState = IpamResourceDiscoveryState;
|
|
89849
91246
|
exports.IpamResourceType = IpamResourceType;
|
|
91247
|
+
exports.IpamScopeExternalAuthorityType = IpamScopeExternalAuthorityType;
|
|
89850
91248
|
exports.IpamScopeState = IpamScopeState;
|
|
89851
91249
|
exports.IpamScopeType = IpamScopeType;
|
|
89852
91250
|
exports.IpamState = IpamState;
|
|
@@ -89918,6 +91316,8 @@ exports.ModifyInstanceNetworkPerformanceOptionsCommand = ModifyInstanceNetworkPe
|
|
|
89918
91316
|
exports.ModifyInstancePlacementCommand = ModifyInstancePlacementCommand;
|
|
89919
91317
|
exports.ModifyIpamCommand = ModifyIpamCommand;
|
|
89920
91318
|
exports.ModifyIpamPoolCommand = ModifyIpamPoolCommand;
|
|
91319
|
+
exports.ModifyIpamPrefixListResolverCommand = ModifyIpamPrefixListResolverCommand;
|
|
91320
|
+
exports.ModifyIpamPrefixListResolverTargetCommand = ModifyIpamPrefixListResolverTargetCommand;
|
|
89921
91321
|
exports.ModifyIpamResourceCidrCommand = ModifyIpamResourceCidrCommand;
|
|
89922
91322
|
exports.ModifyIpamResourceDiscoveryCommand = ModifyIpamResourceDiscoveryCommand;
|
|
89923
91323
|
exports.ModifyIpamScopeCommand = ModifyIpamScopeCommand;
|
|
@@ -90297,6 +91697,8 @@ exports.paginateDescribeInstanceTypes = paginateDescribeInstanceTypes;
|
|
|
90297
91697
|
exports.paginateDescribeInstances = paginateDescribeInstances;
|
|
90298
91698
|
exports.paginateDescribeInternetGateways = paginateDescribeInternetGateways;
|
|
90299
91699
|
exports.paginateDescribeIpamPools = paginateDescribeIpamPools;
|
|
91700
|
+
exports.paginateDescribeIpamPrefixListResolverTargets = paginateDescribeIpamPrefixListResolverTargets;
|
|
91701
|
+
exports.paginateDescribeIpamPrefixListResolvers = paginateDescribeIpamPrefixListResolvers;
|
|
90300
91702
|
exports.paginateDescribeIpamResourceDiscoveries = paginateDescribeIpamResourceDiscoveries;
|
|
90301
91703
|
exports.paginateDescribeIpamResourceDiscoveryAssociations = paginateDescribeIpamResourceDiscoveryAssociations;
|
|
90302
91704
|
exports.paginateDescribeIpamScopes = paginateDescribeIpamScopes;
|
|
@@ -90387,6 +91789,9 @@ exports.paginateGetIpamDiscoveredAccounts = paginateGetIpamDiscoveredAccounts;
|
|
|
90387
91789
|
exports.paginateGetIpamDiscoveredResourceCidrs = paginateGetIpamDiscoveredResourceCidrs;
|
|
90388
91790
|
exports.paginateGetIpamPoolAllocations = paginateGetIpamPoolAllocations;
|
|
90389
91791
|
exports.paginateGetIpamPoolCidrs = paginateGetIpamPoolCidrs;
|
|
91792
|
+
exports.paginateGetIpamPrefixListResolverRules = paginateGetIpamPrefixListResolverRules;
|
|
91793
|
+
exports.paginateGetIpamPrefixListResolverVersionEntries = paginateGetIpamPrefixListResolverVersionEntries;
|
|
91794
|
+
exports.paginateGetIpamPrefixListResolverVersions = paginateGetIpamPrefixListResolverVersions;
|
|
90390
91795
|
exports.paginateGetIpamResourceCidrs = paginateGetIpamResourceCidrs;
|
|
90391
91796
|
exports.paginateGetManagedPrefixListAssociations = paginateGetManagedPrefixListAssociations;
|
|
90392
91797
|
exports.paginateGetManagedPrefixListEntries = paginateGetManagedPrefixListEntries;
|