@jjrawlins/cdk-ami-builder 0.0.66 → 0.0.68
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/API.md +3 -45
- package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction.go +12 -25
- package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunctionProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction__checks.go +7 -7
- package/{cdk-ami-builder → cdkamibuilder}/CheckStateMachineStatusFunction__no_checks.go +3 -3
- package/{cdk-ami-builder → cdkamibuilder}/IActionCommands.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IActionCommands__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IActionCommands__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentDocument__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentProps__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IComponentProps__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IEbsParameters__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IInputParameter.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IInputParameter__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IInputParameter__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IPhases.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IPhases__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IPhases__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IStepCommands.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IStepCommands__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/IStepCommands__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline.go +4 -17
- package/{cdk-ami-builder → cdkamibuilder}/ImagePipelineProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline__checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/ImagePipeline__no_checks.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction.go +12 -25
- package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunctionProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction__checks.go +7 -7
- package/{cdk-ami-builder → cdkamibuilder}/StartStateMachineFunction__no_checks.go +3 -3
- package/{cdk-ami-builder → cdkamibuilder}/VolumeProps.go +1 -1
- package/{cdk-ami-builder → cdkamibuilder}/go.mod +3 -3
- package/{cdk-ami-builder → cdkamibuilder}/jsii/jsii.go +2 -2
- package/{cdk-ami-builder → cdkamibuilder}/main.go +1 -1
- package/cdkamibuilder/version +1 -0
- 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
- package/cdk-ami-builder/version +0 -1
- /package/{cdk-ami-builder → cdkamibuilder}/LICENSE +0 -0
- /package/{cdk-ami-builder → cdkamibuilder}/README.md +0 -0
- /package/{cdk-ami-builder → cdkamibuilder}/internal/types.go +0 -0
|
@@ -883,6 +883,26 @@ export const se_CreateIpamPoolCommand = async (input, context) => {
|
|
|
883
883
|
});
|
|
884
884
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
885
885
|
};
|
|
886
|
+
export const se_CreateIpamPrefixListResolverCommand = async (input, context) => {
|
|
887
|
+
const headers = SHARED_HEADERS;
|
|
888
|
+
let body;
|
|
889
|
+
body = buildFormUrlencodedString({
|
|
890
|
+
...se_CreateIpamPrefixListResolverRequest(input, context),
|
|
891
|
+
[_A]: _CIPLR,
|
|
892
|
+
[_V]: _,
|
|
893
|
+
});
|
|
894
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
895
|
+
};
|
|
896
|
+
export const se_CreateIpamPrefixListResolverTargetCommand = async (input, context) => {
|
|
897
|
+
const headers = SHARED_HEADERS;
|
|
898
|
+
let body;
|
|
899
|
+
body = buildFormUrlencodedString({
|
|
900
|
+
...se_CreateIpamPrefixListResolverTargetRequest(input, context),
|
|
901
|
+
[_A]: _CIPLRT,
|
|
902
|
+
[_V]: _,
|
|
903
|
+
});
|
|
904
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
905
|
+
};
|
|
886
906
|
export const se_CreateIpamResourceDiscoveryCommand = async (input, context) => {
|
|
887
907
|
const headers = SHARED_HEADERS;
|
|
888
908
|
let body;
|
|
@@ -1743,6 +1763,26 @@ export const se_DeleteIpamPoolCommand = async (input, context) => {
|
|
|
1743
1763
|
});
|
|
1744
1764
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1745
1765
|
};
|
|
1766
|
+
export const se_DeleteIpamPrefixListResolverCommand = async (input, context) => {
|
|
1767
|
+
const headers = SHARED_HEADERS;
|
|
1768
|
+
let body;
|
|
1769
|
+
body = buildFormUrlencodedString({
|
|
1770
|
+
...se_DeleteIpamPrefixListResolverRequest(input, context),
|
|
1771
|
+
[_A]: _DIPLR,
|
|
1772
|
+
[_V]: _,
|
|
1773
|
+
});
|
|
1774
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1775
|
+
};
|
|
1776
|
+
export const se_DeleteIpamPrefixListResolverTargetCommand = async (input, context) => {
|
|
1777
|
+
const headers = SHARED_HEADERS;
|
|
1778
|
+
let body;
|
|
1779
|
+
body = buildFormUrlencodedString({
|
|
1780
|
+
...se_DeleteIpamPrefixListResolverTargetRequest(input, context),
|
|
1781
|
+
[_A]: _DIPLRT,
|
|
1782
|
+
[_V]: _,
|
|
1783
|
+
});
|
|
1784
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1785
|
+
};
|
|
1746
1786
|
export const se_DeleteIpamResourceDiscoveryCommand = async (input, context) => {
|
|
1747
1787
|
const headers = SHARED_HEADERS;
|
|
1748
1788
|
let body;
|
|
@@ -3173,6 +3213,26 @@ export const se_DescribeIpamPoolsCommand = async (input, context) => {
|
|
|
3173
3213
|
});
|
|
3174
3214
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3175
3215
|
};
|
|
3216
|
+
export const se_DescribeIpamPrefixListResolversCommand = async (input, context) => {
|
|
3217
|
+
const headers = SHARED_HEADERS;
|
|
3218
|
+
let body;
|
|
3219
|
+
body = buildFormUrlencodedString({
|
|
3220
|
+
...se_DescribeIpamPrefixListResolversRequest(input, context),
|
|
3221
|
+
[_A]: _DIPLRe,
|
|
3222
|
+
[_V]: _,
|
|
3223
|
+
});
|
|
3224
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3225
|
+
};
|
|
3226
|
+
export const se_DescribeIpamPrefixListResolverTargetsCommand = async (input, context) => {
|
|
3227
|
+
const headers = SHARED_HEADERS;
|
|
3228
|
+
let body;
|
|
3229
|
+
body = buildFormUrlencodedString({
|
|
3230
|
+
...se_DescribeIpamPrefixListResolverTargetsRequest(input, context),
|
|
3231
|
+
[_A]: _DIPLRTe,
|
|
3232
|
+
[_V]: _,
|
|
3233
|
+
});
|
|
3234
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3235
|
+
};
|
|
3176
3236
|
export const se_DescribeIpamResourceDiscoveriesCommand = async (input, context) => {
|
|
3177
3237
|
const headers = SHARED_HEADERS;
|
|
3178
3238
|
let body;
|
|
@@ -5193,6 +5253,36 @@ export const se_GetIpamPoolCidrsCommand = async (input, context) => {
|
|
|
5193
5253
|
});
|
|
5194
5254
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5195
5255
|
};
|
|
5256
|
+
export const se_GetIpamPrefixListResolverRulesCommand = async (input, context) => {
|
|
5257
|
+
const headers = SHARED_HEADERS;
|
|
5258
|
+
let body;
|
|
5259
|
+
body = buildFormUrlencodedString({
|
|
5260
|
+
...se_GetIpamPrefixListResolverRulesRequest(input, context),
|
|
5261
|
+
[_A]: _GIPLRR,
|
|
5262
|
+
[_V]: _,
|
|
5263
|
+
});
|
|
5264
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5265
|
+
};
|
|
5266
|
+
export const se_GetIpamPrefixListResolverVersionEntriesCommand = async (input, context) => {
|
|
5267
|
+
const headers = SHARED_HEADERS;
|
|
5268
|
+
let body;
|
|
5269
|
+
body = buildFormUrlencodedString({
|
|
5270
|
+
...se_GetIpamPrefixListResolverVersionEntriesRequest(input, context),
|
|
5271
|
+
[_A]: _GIPLRVE,
|
|
5272
|
+
[_V]: _,
|
|
5273
|
+
});
|
|
5274
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5275
|
+
};
|
|
5276
|
+
export const se_GetIpamPrefixListResolverVersionsCommand = async (input, context) => {
|
|
5277
|
+
const headers = SHARED_HEADERS;
|
|
5278
|
+
let body;
|
|
5279
|
+
body = buildFormUrlencodedString({
|
|
5280
|
+
...se_GetIpamPrefixListResolverVersionsRequest(input, context),
|
|
5281
|
+
[_A]: _GIPLRV,
|
|
5282
|
+
[_V]: _,
|
|
5283
|
+
});
|
|
5284
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5285
|
+
};
|
|
5196
5286
|
export const se_GetIpamResourceCidrsCommand = async (input, context) => {
|
|
5197
5287
|
const headers = SHARED_HEADERS;
|
|
5198
5288
|
let body;
|
|
@@ -5843,6 +5933,26 @@ export const se_ModifyIpamPoolCommand = async (input, context) => {
|
|
|
5843
5933
|
});
|
|
5844
5934
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5845
5935
|
};
|
|
5936
|
+
export const se_ModifyIpamPrefixListResolverCommand = async (input, context) => {
|
|
5937
|
+
const headers = SHARED_HEADERS;
|
|
5938
|
+
let body;
|
|
5939
|
+
body = buildFormUrlencodedString({
|
|
5940
|
+
...se_ModifyIpamPrefixListResolverRequest(input, context),
|
|
5941
|
+
[_A]: _MIPLR,
|
|
5942
|
+
[_V]: _,
|
|
5943
|
+
});
|
|
5944
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5945
|
+
};
|
|
5946
|
+
export const se_ModifyIpamPrefixListResolverTargetCommand = async (input, context) => {
|
|
5947
|
+
const headers = SHARED_HEADERS;
|
|
5948
|
+
let body;
|
|
5949
|
+
body = buildFormUrlencodedString({
|
|
5950
|
+
...se_ModifyIpamPrefixListResolverTargetRequest(input, context),
|
|
5951
|
+
[_A]: _MIPLRT,
|
|
5952
|
+
[_V]: _,
|
|
5953
|
+
});
|
|
5954
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5955
|
+
};
|
|
5846
5956
|
export const se_ModifyIpamResourceCidrCommand = async (input, context) => {
|
|
5847
5957
|
const headers = SHARED_HEADERS;
|
|
5848
5958
|
let body;
|
|
@@ -8185,6 +8295,32 @@ export const de_CreateIpamPoolCommand = async (output, context) => {
|
|
|
8185
8295
|
};
|
|
8186
8296
|
return response;
|
|
8187
8297
|
};
|
|
8298
|
+
export const de_CreateIpamPrefixListResolverCommand = async (output, context) => {
|
|
8299
|
+
if (output.statusCode >= 300) {
|
|
8300
|
+
return de_CommandError(output, context);
|
|
8301
|
+
}
|
|
8302
|
+
const data = await parseBody(output.body, context);
|
|
8303
|
+
let contents = {};
|
|
8304
|
+
contents = de_CreateIpamPrefixListResolverResult(data, context);
|
|
8305
|
+
const response = {
|
|
8306
|
+
$metadata: deserializeMetadata(output),
|
|
8307
|
+
...contents,
|
|
8308
|
+
};
|
|
8309
|
+
return response;
|
|
8310
|
+
};
|
|
8311
|
+
export const de_CreateIpamPrefixListResolverTargetCommand = async (output, context) => {
|
|
8312
|
+
if (output.statusCode >= 300) {
|
|
8313
|
+
return de_CommandError(output, context);
|
|
8314
|
+
}
|
|
8315
|
+
const data = await parseBody(output.body, context);
|
|
8316
|
+
let contents = {};
|
|
8317
|
+
contents = de_CreateIpamPrefixListResolverTargetResult(data, context);
|
|
8318
|
+
const response = {
|
|
8319
|
+
$metadata: deserializeMetadata(output),
|
|
8320
|
+
...contents,
|
|
8321
|
+
};
|
|
8322
|
+
return response;
|
|
8323
|
+
};
|
|
8188
8324
|
export const de_CreateIpamResourceDiscoveryCommand = async (output, context) => {
|
|
8189
8325
|
if (output.statusCode >= 300) {
|
|
8190
8326
|
return de_CommandError(output, context);
|
|
@@ -9285,6 +9421,32 @@ export const de_DeleteIpamPoolCommand = async (output, context) => {
|
|
|
9285
9421
|
};
|
|
9286
9422
|
return response;
|
|
9287
9423
|
};
|
|
9424
|
+
export const de_DeleteIpamPrefixListResolverCommand = async (output, context) => {
|
|
9425
|
+
if (output.statusCode >= 300) {
|
|
9426
|
+
return de_CommandError(output, context);
|
|
9427
|
+
}
|
|
9428
|
+
const data = await parseBody(output.body, context);
|
|
9429
|
+
let contents = {};
|
|
9430
|
+
contents = de_DeleteIpamPrefixListResolverResult(data, context);
|
|
9431
|
+
const response = {
|
|
9432
|
+
$metadata: deserializeMetadata(output),
|
|
9433
|
+
...contents,
|
|
9434
|
+
};
|
|
9435
|
+
return response;
|
|
9436
|
+
};
|
|
9437
|
+
export const de_DeleteIpamPrefixListResolverTargetCommand = async (output, context) => {
|
|
9438
|
+
if (output.statusCode >= 300) {
|
|
9439
|
+
return de_CommandError(output, context);
|
|
9440
|
+
}
|
|
9441
|
+
const data = await parseBody(output.body, context);
|
|
9442
|
+
let contents = {};
|
|
9443
|
+
contents = de_DeleteIpamPrefixListResolverTargetResult(data, context);
|
|
9444
|
+
const response = {
|
|
9445
|
+
$metadata: deserializeMetadata(output),
|
|
9446
|
+
...contents,
|
|
9447
|
+
};
|
|
9448
|
+
return response;
|
|
9449
|
+
};
|
|
9288
9450
|
export const de_DeleteIpamResourceDiscoveryCommand = async (output, context) => {
|
|
9289
9451
|
if (output.statusCode >= 300) {
|
|
9290
9452
|
return de_CommandError(output, context);
|
|
@@ -11099,6 +11261,32 @@ export const de_DescribeIpamPoolsCommand = async (output, context) => {
|
|
|
11099
11261
|
};
|
|
11100
11262
|
return response;
|
|
11101
11263
|
};
|
|
11264
|
+
export const de_DescribeIpamPrefixListResolversCommand = async (output, context) => {
|
|
11265
|
+
if (output.statusCode >= 300) {
|
|
11266
|
+
return de_CommandError(output, context);
|
|
11267
|
+
}
|
|
11268
|
+
const data = await parseBody(output.body, context);
|
|
11269
|
+
let contents = {};
|
|
11270
|
+
contents = de_DescribeIpamPrefixListResolversResult(data, context);
|
|
11271
|
+
const response = {
|
|
11272
|
+
$metadata: deserializeMetadata(output),
|
|
11273
|
+
...contents,
|
|
11274
|
+
};
|
|
11275
|
+
return response;
|
|
11276
|
+
};
|
|
11277
|
+
export const de_DescribeIpamPrefixListResolverTargetsCommand = async (output, context) => {
|
|
11278
|
+
if (output.statusCode >= 300) {
|
|
11279
|
+
return de_CommandError(output, context);
|
|
11280
|
+
}
|
|
11281
|
+
const data = await parseBody(output.body, context);
|
|
11282
|
+
let contents = {};
|
|
11283
|
+
contents = de_DescribeIpamPrefixListResolverTargetsResult(data, context);
|
|
11284
|
+
const response = {
|
|
11285
|
+
$metadata: deserializeMetadata(output),
|
|
11286
|
+
...contents,
|
|
11287
|
+
};
|
|
11288
|
+
return response;
|
|
11289
|
+
};
|
|
11102
11290
|
export const de_DescribeIpamResourceDiscoveriesCommand = async (output, context) => {
|
|
11103
11291
|
if (output.statusCode >= 300) {
|
|
11104
11292
|
return de_CommandError(output, context);
|
|
@@ -13701,6 +13889,45 @@ export const de_GetIpamPoolCidrsCommand = async (output, context) => {
|
|
|
13701
13889
|
};
|
|
13702
13890
|
return response;
|
|
13703
13891
|
};
|
|
13892
|
+
export const de_GetIpamPrefixListResolverRulesCommand = async (output, context) => {
|
|
13893
|
+
if (output.statusCode >= 300) {
|
|
13894
|
+
return de_CommandError(output, context);
|
|
13895
|
+
}
|
|
13896
|
+
const data = await parseBody(output.body, context);
|
|
13897
|
+
let contents = {};
|
|
13898
|
+
contents = de_GetIpamPrefixListResolverRulesResult(data, context);
|
|
13899
|
+
const response = {
|
|
13900
|
+
$metadata: deserializeMetadata(output),
|
|
13901
|
+
...contents,
|
|
13902
|
+
};
|
|
13903
|
+
return response;
|
|
13904
|
+
};
|
|
13905
|
+
export const de_GetIpamPrefixListResolverVersionEntriesCommand = async (output, context) => {
|
|
13906
|
+
if (output.statusCode >= 300) {
|
|
13907
|
+
return de_CommandError(output, context);
|
|
13908
|
+
}
|
|
13909
|
+
const data = await parseBody(output.body, context);
|
|
13910
|
+
let contents = {};
|
|
13911
|
+
contents = de_GetIpamPrefixListResolverVersionEntriesResult(data, context);
|
|
13912
|
+
const response = {
|
|
13913
|
+
$metadata: deserializeMetadata(output),
|
|
13914
|
+
...contents,
|
|
13915
|
+
};
|
|
13916
|
+
return response;
|
|
13917
|
+
};
|
|
13918
|
+
export const de_GetIpamPrefixListResolverVersionsCommand = async (output, context) => {
|
|
13919
|
+
if (output.statusCode >= 300) {
|
|
13920
|
+
return de_CommandError(output, context);
|
|
13921
|
+
}
|
|
13922
|
+
const data = await parseBody(output.body, context);
|
|
13923
|
+
let contents = {};
|
|
13924
|
+
contents = de_GetIpamPrefixListResolverVersionsResult(data, context);
|
|
13925
|
+
const response = {
|
|
13926
|
+
$metadata: deserializeMetadata(output),
|
|
13927
|
+
...contents,
|
|
13928
|
+
};
|
|
13929
|
+
return response;
|
|
13930
|
+
};
|
|
13704
13931
|
export const de_GetIpamResourceCidrsCommand = async (output, context) => {
|
|
13705
13932
|
if (output.statusCode >= 300) {
|
|
13706
13933
|
return de_CommandError(output, context);
|
|
@@ -14534,6 +14761,32 @@ export const de_ModifyIpamPoolCommand = async (output, context) => {
|
|
|
14534
14761
|
};
|
|
14535
14762
|
return response;
|
|
14536
14763
|
};
|
|
14764
|
+
export const de_ModifyIpamPrefixListResolverCommand = async (output, context) => {
|
|
14765
|
+
if (output.statusCode >= 300) {
|
|
14766
|
+
return de_CommandError(output, context);
|
|
14767
|
+
}
|
|
14768
|
+
const data = await parseBody(output.body, context);
|
|
14769
|
+
let contents = {};
|
|
14770
|
+
contents = de_ModifyIpamPrefixListResolverResult(data, context);
|
|
14771
|
+
const response = {
|
|
14772
|
+
$metadata: deserializeMetadata(output),
|
|
14773
|
+
...contents,
|
|
14774
|
+
};
|
|
14775
|
+
return response;
|
|
14776
|
+
};
|
|
14777
|
+
export const de_ModifyIpamPrefixListResolverTargetCommand = async (output, context) => {
|
|
14778
|
+
if (output.statusCode >= 300) {
|
|
14779
|
+
return de_CommandError(output, context);
|
|
14780
|
+
}
|
|
14781
|
+
const data = await parseBody(output.body, context);
|
|
14782
|
+
let contents = {};
|
|
14783
|
+
contents = de_ModifyIpamPrefixListResolverTargetResult(data, context);
|
|
14784
|
+
const response = {
|
|
14785
|
+
$metadata: deserializeMetadata(output),
|
|
14786
|
+
...contents,
|
|
14787
|
+
};
|
|
14788
|
+
return response;
|
|
14789
|
+
};
|
|
14537
14790
|
export const de_ModifyIpamResourceCidrCommand = async (output, context) => {
|
|
14538
14791
|
if (output.statusCode >= 300) {
|
|
14539
14792
|
return de_CommandError(output, context);
|
|
@@ -17326,6 +17579,18 @@ const se_AuthorizeSecurityGroupIngressRequest = (input, context) => {
|
|
|
17326
17579
|
}
|
|
17327
17580
|
return entries;
|
|
17328
17581
|
};
|
|
17582
|
+
const se_AvailabilityZoneIdStringList = (input, context) => {
|
|
17583
|
+
const entries = {};
|
|
17584
|
+
let counter = 1;
|
|
17585
|
+
for (const entry of input) {
|
|
17586
|
+
if (entry === null) {
|
|
17587
|
+
continue;
|
|
17588
|
+
}
|
|
17589
|
+
entries[`AvailabilityZoneId.${counter}`] = entry;
|
|
17590
|
+
counter++;
|
|
17591
|
+
}
|
|
17592
|
+
return entries;
|
|
17593
|
+
};
|
|
17329
17594
|
const se_AvailabilityZoneStringList = (input, context) => {
|
|
17330
17595
|
const entries = {};
|
|
17331
17596
|
let counter = 1;
|
|
@@ -19091,6 +19356,77 @@ const se_CreateIpamPoolRequest = (input, context) => {
|
|
|
19091
19356
|
}
|
|
19092
19357
|
return entries;
|
|
19093
19358
|
};
|
|
19359
|
+
const se_CreateIpamPrefixListResolverRequest = (input, context) => {
|
|
19360
|
+
const entries = {};
|
|
19361
|
+
if (input[_DRr] != null) {
|
|
19362
|
+
entries[_DRr] = input[_DRr];
|
|
19363
|
+
}
|
|
19364
|
+
if (input[_IIp] != null) {
|
|
19365
|
+
entries[_IIp] = input[_IIp];
|
|
19366
|
+
}
|
|
19367
|
+
if (input[_De] != null) {
|
|
19368
|
+
entries[_De] = input[_De];
|
|
19369
|
+
}
|
|
19370
|
+
if (input[_AF] != null) {
|
|
19371
|
+
entries[_AF] = input[_AF];
|
|
19372
|
+
}
|
|
19373
|
+
if (input[_Ru] != null) {
|
|
19374
|
+
const memberEntries = se_IpamPrefixListResolverRuleRequestSet(input[_Ru], context);
|
|
19375
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19376
|
+
const loc = `Rule.${key.substring(key.indexOf(".") + 1)}`;
|
|
19377
|
+
entries[loc] = value;
|
|
19378
|
+
});
|
|
19379
|
+
}
|
|
19380
|
+
if (input[_TS] != null) {
|
|
19381
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
19382
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19383
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
19384
|
+
entries[loc] = value;
|
|
19385
|
+
});
|
|
19386
|
+
}
|
|
19387
|
+
if (input[_CTl] === undefined) {
|
|
19388
|
+
input[_CTl] = generateIdempotencyToken();
|
|
19389
|
+
}
|
|
19390
|
+
if (input[_CTl] != null) {
|
|
19391
|
+
entries[_CTl] = input[_CTl];
|
|
19392
|
+
}
|
|
19393
|
+
return entries;
|
|
19394
|
+
};
|
|
19395
|
+
const se_CreateIpamPrefixListResolverTargetRequest = (input, context) => {
|
|
19396
|
+
const entries = {};
|
|
19397
|
+
if (input[_DRr] != null) {
|
|
19398
|
+
entries[_DRr] = input[_DRr];
|
|
19399
|
+
}
|
|
19400
|
+
if (input[_IPLRI] != null) {
|
|
19401
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
19402
|
+
}
|
|
19403
|
+
if (input[_PLI] != null) {
|
|
19404
|
+
entries[_PLI] = input[_PLI];
|
|
19405
|
+
}
|
|
19406
|
+
if (input[_PLR] != null) {
|
|
19407
|
+
entries[_PLR] = input[_PLR];
|
|
19408
|
+
}
|
|
19409
|
+
if (input[_DVesi] != null) {
|
|
19410
|
+
entries[_DVesi] = input[_DVesi];
|
|
19411
|
+
}
|
|
19412
|
+
if (input[_TLV] != null) {
|
|
19413
|
+
entries[_TLV] = input[_TLV];
|
|
19414
|
+
}
|
|
19415
|
+
if (input[_TS] != null) {
|
|
19416
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
19417
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19418
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
19419
|
+
entries[loc] = value;
|
|
19420
|
+
});
|
|
19421
|
+
}
|
|
19422
|
+
if (input[_CTl] === undefined) {
|
|
19423
|
+
input[_CTl] = generateIdempotencyToken();
|
|
19424
|
+
}
|
|
19425
|
+
if (input[_CTl] != null) {
|
|
19426
|
+
entries[_CTl] = input[_CTl];
|
|
19427
|
+
}
|
|
19428
|
+
return entries;
|
|
19429
|
+
};
|
|
19094
19430
|
const se_CreateIpamRequest = (input, context) => {
|
|
19095
19431
|
const entries = {};
|
|
19096
19432
|
if (input[_DRr] != null) {
|
|
@@ -19184,6 +19520,13 @@ const se_CreateIpamScopeRequest = (input, context) => {
|
|
|
19184
19520
|
if (input[_CTl] != null) {
|
|
19185
19521
|
entries[_CTl] = input[_CTl];
|
|
19186
19522
|
}
|
|
19523
|
+
if (input[_EAC] != null) {
|
|
19524
|
+
const memberEntries = se_ExternalAuthorityConfiguration(input[_EAC], context);
|
|
19525
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19526
|
+
const loc = `ExternalAuthorityConfiguration.${key}`;
|
|
19527
|
+
entries[loc] = value;
|
|
19528
|
+
});
|
|
19529
|
+
}
|
|
19187
19530
|
return entries;
|
|
19188
19531
|
};
|
|
19189
19532
|
const se_CreateKeyPairRequest = (input, context) => {
|
|
@@ -21888,6 +22231,26 @@ const se_DeleteIpamPoolRequest = (input, context) => {
|
|
|
21888
22231
|
}
|
|
21889
22232
|
return entries;
|
|
21890
22233
|
};
|
|
22234
|
+
const se_DeleteIpamPrefixListResolverRequest = (input, context) => {
|
|
22235
|
+
const entries = {};
|
|
22236
|
+
if (input[_DRr] != null) {
|
|
22237
|
+
entries[_DRr] = input[_DRr];
|
|
22238
|
+
}
|
|
22239
|
+
if (input[_IPLRI] != null) {
|
|
22240
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
22241
|
+
}
|
|
22242
|
+
return entries;
|
|
22243
|
+
};
|
|
22244
|
+
const se_DeleteIpamPrefixListResolverTargetRequest = (input, context) => {
|
|
22245
|
+
const entries = {};
|
|
22246
|
+
if (input[_DRr] != null) {
|
|
22247
|
+
entries[_DRr] = input[_DRr];
|
|
22248
|
+
}
|
|
22249
|
+
if (input[_IPLRTI] != null) {
|
|
22250
|
+
entries[_IPLRTI] = input[_IPLRTI];
|
|
22251
|
+
}
|
|
22252
|
+
return entries;
|
|
22253
|
+
};
|
|
21891
22254
|
const se_DeleteIpamRequest = (input, context) => {
|
|
21892
22255
|
const entries = {};
|
|
21893
22256
|
if (input[_DRr] != null) {
|
|
@@ -24558,6 +24921,63 @@ const se_DescribeIpamPoolsRequest = (input, context) => {
|
|
|
24558
24921
|
}
|
|
24559
24922
|
return entries;
|
|
24560
24923
|
};
|
|
24924
|
+
const se_DescribeIpamPrefixListResolversRequest = (input, context) => {
|
|
24925
|
+
const entries = {};
|
|
24926
|
+
if (input[_DRr] != null) {
|
|
24927
|
+
entries[_DRr] = input[_DRr];
|
|
24928
|
+
}
|
|
24929
|
+
if (input[_Fi] != null) {
|
|
24930
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24931
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24932
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24933
|
+
entries[loc] = value;
|
|
24934
|
+
});
|
|
24935
|
+
}
|
|
24936
|
+
if (input[_MR] != null) {
|
|
24937
|
+
entries[_MR] = input[_MR];
|
|
24938
|
+
}
|
|
24939
|
+
if (input[_NT] != null) {
|
|
24940
|
+
entries[_NT] = input[_NT];
|
|
24941
|
+
}
|
|
24942
|
+
if (input[_IPLRIp] != null) {
|
|
24943
|
+
const memberEntries = se_ValueStringList(input[_IPLRIp], context);
|
|
24944
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24945
|
+
const loc = `IpamPrefixListResolverId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24946
|
+
entries[loc] = value;
|
|
24947
|
+
});
|
|
24948
|
+
}
|
|
24949
|
+
return entries;
|
|
24950
|
+
};
|
|
24951
|
+
const se_DescribeIpamPrefixListResolverTargetsRequest = (input, context) => {
|
|
24952
|
+
const entries = {};
|
|
24953
|
+
if (input[_DRr] != null) {
|
|
24954
|
+
entries[_DRr] = input[_DRr];
|
|
24955
|
+
}
|
|
24956
|
+
if (input[_Fi] != null) {
|
|
24957
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24958
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24959
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24960
|
+
entries[loc] = value;
|
|
24961
|
+
});
|
|
24962
|
+
}
|
|
24963
|
+
if (input[_MR] != null) {
|
|
24964
|
+
entries[_MR] = input[_MR];
|
|
24965
|
+
}
|
|
24966
|
+
if (input[_NT] != null) {
|
|
24967
|
+
entries[_NT] = input[_NT];
|
|
24968
|
+
}
|
|
24969
|
+
if (input[_IPLRTIp] != null) {
|
|
24970
|
+
const memberEntries = se_ValueStringList(input[_IPLRTIp], context);
|
|
24971
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24972
|
+
const loc = `IpamPrefixListResolverTargetId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24973
|
+
entries[loc] = value;
|
|
24974
|
+
});
|
|
24975
|
+
}
|
|
24976
|
+
if (input[_IPLRI] != null) {
|
|
24977
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
24978
|
+
}
|
|
24979
|
+
return entries;
|
|
24980
|
+
};
|
|
24561
24981
|
const se_DescribeIpamResourceDiscoveriesRequest = (input, context) => {
|
|
24562
24982
|
const entries = {};
|
|
24563
24983
|
if (input[_DRr] != null) {
|
|
@@ -27471,6 +27891,13 @@ const se_DisableFastSnapshotRestoresRequest = (input, context) => {
|
|
|
27471
27891
|
entries[loc] = value;
|
|
27472
27892
|
});
|
|
27473
27893
|
}
|
|
27894
|
+
if (input[_AZIv] != null) {
|
|
27895
|
+
const memberEntries = se_AvailabilityZoneIdStringList(input[_AZIv], context);
|
|
27896
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
27897
|
+
const loc = `AvailabilityZoneId.${key.substring(key.indexOf(".") + 1)}`;
|
|
27898
|
+
entries[loc] = value;
|
|
27899
|
+
});
|
|
27900
|
+
}
|
|
27474
27901
|
if (input[_SSIo] != null) {
|
|
27475
27902
|
const memberEntries = se_SnapshotIdStringList(input[_SSIo], context);
|
|
27476
27903
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -27891,6 +28318,16 @@ const se_DnsOptionsSpecification = (input, context) => {
|
|
|
27891
28318
|
if (input[_PDOFIRE] != null) {
|
|
27892
28319
|
entries[_PDOFIRE] = input[_PDOFIRE];
|
|
27893
28320
|
}
|
|
28321
|
+
if (input[_PDP] != null) {
|
|
28322
|
+
entries[_PDP] = input[_PDP];
|
|
28323
|
+
}
|
|
28324
|
+
if (input[_PDSD] != null) {
|
|
28325
|
+
const memberEntries = se_PrivateDnsSpecifiedDomainSet(input[_PDSD], context);
|
|
28326
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28327
|
+
const loc = `PrivateDnsSpecifiedDomain.${key.substring(key.indexOf(".") + 1)}`;
|
|
28328
|
+
entries[loc] = value;
|
|
28329
|
+
});
|
|
28330
|
+
}
|
|
27894
28331
|
return entries;
|
|
27895
28332
|
};
|
|
27896
28333
|
const se_DnsServersOptionsModifyStructure = (input, context) => {
|
|
@@ -28159,6 +28596,13 @@ const se_EnableFastSnapshotRestoresRequest = (input, context) => {
|
|
|
28159
28596
|
entries[loc] = value;
|
|
28160
28597
|
});
|
|
28161
28598
|
}
|
|
28599
|
+
if (input[_AZIv] != null) {
|
|
28600
|
+
const memberEntries = se_AvailabilityZoneIdStringList(input[_AZIv], context);
|
|
28601
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28602
|
+
const loc = `AvailabilityZoneId.${key.substring(key.indexOf(".") + 1)}`;
|
|
28603
|
+
entries[loc] = value;
|
|
28604
|
+
});
|
|
28605
|
+
}
|
|
28162
28606
|
if (input[_SSIo] != null) {
|
|
28163
28607
|
const memberEntries = se_SnapshotIdStringList(input[_SSIo], context);
|
|
28164
28608
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -28532,6 +28976,16 @@ const se_ExportVerifiedAccessInstanceClientConfigurationRequest = (input, contex
|
|
|
28532
28976
|
}
|
|
28533
28977
|
return entries;
|
|
28534
28978
|
};
|
|
28979
|
+
const se_ExternalAuthorityConfiguration = (input, context) => {
|
|
28980
|
+
const entries = {};
|
|
28981
|
+
if (input[_T] != null) {
|
|
28982
|
+
entries[_T] = input[_T];
|
|
28983
|
+
}
|
|
28984
|
+
if (input[_ERI] != null) {
|
|
28985
|
+
entries[_ERI] = input[_ERI];
|
|
28986
|
+
}
|
|
28987
|
+
return entries;
|
|
28988
|
+
};
|
|
28535
28989
|
const se_FastLaunchImageIdList = (input, context) => {
|
|
28536
28990
|
const entries = {};
|
|
28537
28991
|
let counter = 1;
|
|
@@ -29398,6 +29852,78 @@ const se_GetIpamPoolCidrsRequest = (input, context) => {
|
|
|
29398
29852
|
}
|
|
29399
29853
|
return entries;
|
|
29400
29854
|
};
|
|
29855
|
+
const se_GetIpamPrefixListResolverRulesRequest = (input, context) => {
|
|
29856
|
+
const entries = {};
|
|
29857
|
+
if (input[_DRr] != null) {
|
|
29858
|
+
entries[_DRr] = input[_DRr];
|
|
29859
|
+
}
|
|
29860
|
+
if (input[_IPLRI] != null) {
|
|
29861
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
29862
|
+
}
|
|
29863
|
+
if (input[_Fi] != null) {
|
|
29864
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
29865
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29866
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
29867
|
+
entries[loc] = value;
|
|
29868
|
+
});
|
|
29869
|
+
}
|
|
29870
|
+
if (input[_MR] != null) {
|
|
29871
|
+
entries[_MR] = input[_MR];
|
|
29872
|
+
}
|
|
29873
|
+
if (input[_NT] != null) {
|
|
29874
|
+
entries[_NT] = input[_NT];
|
|
29875
|
+
}
|
|
29876
|
+
return entries;
|
|
29877
|
+
};
|
|
29878
|
+
const se_GetIpamPrefixListResolverVersionEntriesRequest = (input, context) => {
|
|
29879
|
+
const entries = {};
|
|
29880
|
+
if (input[_DRr] != null) {
|
|
29881
|
+
entries[_DRr] = input[_DRr];
|
|
29882
|
+
}
|
|
29883
|
+
if (input[_IPLRI] != null) {
|
|
29884
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
29885
|
+
}
|
|
29886
|
+
if (input[_IPLRV] != null) {
|
|
29887
|
+
entries[_IPLRV] = input[_IPLRV];
|
|
29888
|
+
}
|
|
29889
|
+
if (input[_MR] != null) {
|
|
29890
|
+
entries[_MR] = input[_MR];
|
|
29891
|
+
}
|
|
29892
|
+
if (input[_NT] != null) {
|
|
29893
|
+
entries[_NT] = input[_NT];
|
|
29894
|
+
}
|
|
29895
|
+
return entries;
|
|
29896
|
+
};
|
|
29897
|
+
const se_GetIpamPrefixListResolverVersionsRequest = (input, context) => {
|
|
29898
|
+
const entries = {};
|
|
29899
|
+
if (input[_DRr] != null) {
|
|
29900
|
+
entries[_DRr] = input[_DRr];
|
|
29901
|
+
}
|
|
29902
|
+
if (input[_IPLRI] != null) {
|
|
29903
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
29904
|
+
}
|
|
29905
|
+
if (input[_IPLRVp] != null) {
|
|
29906
|
+
const memberEntries = se_IpamPrefixListResolverVersionNumberSet(input[_IPLRVp], context);
|
|
29907
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29908
|
+
const loc = `IpamPrefixListResolverVersion.${key.substring(key.indexOf(".") + 1)}`;
|
|
29909
|
+
entries[loc] = value;
|
|
29910
|
+
});
|
|
29911
|
+
}
|
|
29912
|
+
if (input[_MR] != null) {
|
|
29913
|
+
entries[_MR] = input[_MR];
|
|
29914
|
+
}
|
|
29915
|
+
if (input[_Fi] != null) {
|
|
29916
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
29917
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
29918
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
29919
|
+
entries[loc] = value;
|
|
29920
|
+
});
|
|
29921
|
+
}
|
|
29922
|
+
if (input[_NT] != null) {
|
|
29923
|
+
entries[_NT] = input[_NT];
|
|
29924
|
+
}
|
|
29925
|
+
return entries;
|
|
29926
|
+
};
|
|
29401
29927
|
const se_GetIpamResourceCidrsRequest = (input, context) => {
|
|
29402
29928
|
const entries = {};
|
|
29403
29929
|
if (input[_DRr] != null) {
|
|
@@ -31468,6 +31994,100 @@ const se_IpamPoolSourceResourceRequest = (input, context) => {
|
|
|
31468
31994
|
}
|
|
31469
31995
|
return entries;
|
|
31470
31996
|
};
|
|
31997
|
+
const se_IpamPrefixListResolverRuleConditionRequest = (input, context) => {
|
|
31998
|
+
const entries = {};
|
|
31999
|
+
if (input[_Ope] != null) {
|
|
32000
|
+
entries[_Ope] = input[_Ope];
|
|
32001
|
+
}
|
|
32002
|
+
if (input[_IPI] != null) {
|
|
32003
|
+
entries[_IPI] = input[_IPI];
|
|
32004
|
+
}
|
|
32005
|
+
if (input[_RIeso] != null) {
|
|
32006
|
+
entries[_RIeso] = input[_RIeso];
|
|
32007
|
+
}
|
|
32008
|
+
if (input[_ROe] != null) {
|
|
32009
|
+
entries[_ROe] = input[_ROe];
|
|
32010
|
+
}
|
|
32011
|
+
if (input[_RRe] != null) {
|
|
32012
|
+
entries[_RRe] = input[_RRe];
|
|
32013
|
+
}
|
|
32014
|
+
if (input[_RTeso] != null) {
|
|
32015
|
+
const memberEntries = se_RequestIpamResourceTag(input[_RTeso], context);
|
|
32016
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32017
|
+
const loc = `ResourceTag.${key}`;
|
|
32018
|
+
entries[loc] = value;
|
|
32019
|
+
});
|
|
32020
|
+
}
|
|
32021
|
+
if (input[_C] != null) {
|
|
32022
|
+
entries[_C] = input[_C];
|
|
32023
|
+
}
|
|
32024
|
+
return entries;
|
|
32025
|
+
};
|
|
32026
|
+
const se_IpamPrefixListResolverRuleConditionRequestSet = (input, context) => {
|
|
32027
|
+
const entries = {};
|
|
32028
|
+
let counter = 1;
|
|
32029
|
+
for (const entry of input) {
|
|
32030
|
+
if (entry === null) {
|
|
32031
|
+
continue;
|
|
32032
|
+
}
|
|
32033
|
+
const memberEntries = se_IpamPrefixListResolverRuleConditionRequest(entry, context);
|
|
32034
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32035
|
+
entries[`Condition.${counter}.${key}`] = value;
|
|
32036
|
+
});
|
|
32037
|
+
counter++;
|
|
32038
|
+
}
|
|
32039
|
+
return entries;
|
|
32040
|
+
};
|
|
32041
|
+
const se_IpamPrefixListResolverRuleRequest = (input, context) => {
|
|
32042
|
+
const entries = {};
|
|
32043
|
+
if (input[_RTu] != null) {
|
|
32044
|
+
entries[_RTu] = input[_RTu];
|
|
32045
|
+
}
|
|
32046
|
+
if (input[_SCt] != null) {
|
|
32047
|
+
entries[_SCt] = input[_SCt];
|
|
32048
|
+
}
|
|
32049
|
+
if (input[_ISI] != null) {
|
|
32050
|
+
entries[_ISI] = input[_ISI];
|
|
32051
|
+
}
|
|
32052
|
+
if (input[_RT] != null) {
|
|
32053
|
+
entries[_RT] = input[_RT];
|
|
32054
|
+
}
|
|
32055
|
+
if (input[_Cond] != null) {
|
|
32056
|
+
const memberEntries = se_IpamPrefixListResolverRuleConditionRequestSet(input[_Cond], context);
|
|
32057
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32058
|
+
const loc = `Condition.${key.substring(key.indexOf(".") + 1)}`;
|
|
32059
|
+
entries[loc] = value;
|
|
32060
|
+
});
|
|
32061
|
+
}
|
|
32062
|
+
return entries;
|
|
32063
|
+
};
|
|
32064
|
+
const se_IpamPrefixListResolverRuleRequestSet = (input, context) => {
|
|
32065
|
+
const entries = {};
|
|
32066
|
+
let counter = 1;
|
|
32067
|
+
for (const entry of input) {
|
|
32068
|
+
if (entry === null) {
|
|
32069
|
+
continue;
|
|
32070
|
+
}
|
|
32071
|
+
const memberEntries = se_IpamPrefixListResolverRuleRequest(entry, context);
|
|
32072
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
32073
|
+
entries[`Rule.${counter}.${key}`] = value;
|
|
32074
|
+
});
|
|
32075
|
+
counter++;
|
|
32076
|
+
}
|
|
32077
|
+
return entries;
|
|
32078
|
+
};
|
|
32079
|
+
const se_IpamPrefixListResolverVersionNumberSet = (input, context) => {
|
|
32080
|
+
const entries = {};
|
|
32081
|
+
let counter = 1;
|
|
32082
|
+
for (const entry of input) {
|
|
32083
|
+
if (entry === null) {
|
|
32084
|
+
continue;
|
|
32085
|
+
}
|
|
32086
|
+
entries[`Item.${counter}`] = entry;
|
|
32087
|
+
counter++;
|
|
32088
|
+
}
|
|
32089
|
+
return entries;
|
|
32090
|
+
};
|
|
31471
32091
|
const se_IpList = (input, context) => {
|
|
31472
32092
|
const entries = {};
|
|
31473
32093
|
let counter = 1;
|
|
@@ -33365,6 +33985,48 @@ const se_ModifyIpamPoolRequest = (input, context) => {
|
|
|
33365
33985
|
}
|
|
33366
33986
|
return entries;
|
|
33367
33987
|
};
|
|
33988
|
+
const se_ModifyIpamPrefixListResolverRequest = (input, context) => {
|
|
33989
|
+
const entries = {};
|
|
33990
|
+
if (input[_DRr] != null) {
|
|
33991
|
+
entries[_DRr] = input[_DRr];
|
|
33992
|
+
}
|
|
33993
|
+
if (input[_IPLRI] != null) {
|
|
33994
|
+
entries[_IPLRI] = input[_IPLRI];
|
|
33995
|
+
}
|
|
33996
|
+
if (input[_De] != null) {
|
|
33997
|
+
entries[_De] = input[_De];
|
|
33998
|
+
}
|
|
33999
|
+
if (input[_Ru] != null) {
|
|
34000
|
+
const memberEntries = se_IpamPrefixListResolverRuleRequestSet(input[_Ru], context);
|
|
34001
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34002
|
+
const loc = `Rule.${key.substring(key.indexOf(".") + 1)}`;
|
|
34003
|
+
entries[loc] = value;
|
|
34004
|
+
});
|
|
34005
|
+
}
|
|
34006
|
+
return entries;
|
|
34007
|
+
};
|
|
34008
|
+
const se_ModifyIpamPrefixListResolverTargetRequest = (input, context) => {
|
|
34009
|
+
const entries = {};
|
|
34010
|
+
if (input[_DRr] != null) {
|
|
34011
|
+
entries[_DRr] = input[_DRr];
|
|
34012
|
+
}
|
|
34013
|
+
if (input[_IPLRTI] != null) {
|
|
34014
|
+
entries[_IPLRTI] = input[_IPLRTI];
|
|
34015
|
+
}
|
|
34016
|
+
if (input[_DVesi] != null) {
|
|
34017
|
+
entries[_DVesi] = input[_DVesi];
|
|
34018
|
+
}
|
|
34019
|
+
if (input[_TLV] != null) {
|
|
34020
|
+
entries[_TLV] = input[_TLV];
|
|
34021
|
+
}
|
|
34022
|
+
if (input[_CTl] === undefined) {
|
|
34023
|
+
input[_CTl] = generateIdempotencyToken();
|
|
34024
|
+
}
|
|
34025
|
+
if (input[_CTl] != null) {
|
|
34026
|
+
entries[_CTl] = input[_CTl];
|
|
34027
|
+
}
|
|
34028
|
+
return entries;
|
|
34029
|
+
};
|
|
33368
34030
|
const se_ModifyIpamRequest = (input, context) => {
|
|
33369
34031
|
const entries = {};
|
|
33370
34032
|
if (input[_DRr] != null) {
|
|
@@ -33478,6 +34140,16 @@ const se_ModifyIpamScopeRequest = (input, context) => {
|
|
|
33478
34140
|
if (input[_De] != null) {
|
|
33479
34141
|
entries[_De] = input[_De];
|
|
33480
34142
|
}
|
|
34143
|
+
if (input[_EAC] != null) {
|
|
34144
|
+
const memberEntries = se_ExternalAuthorityConfiguration(input[_EAC], context);
|
|
34145
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34146
|
+
const loc = `ExternalAuthorityConfiguration.${key}`;
|
|
34147
|
+
entries[loc] = value;
|
|
34148
|
+
});
|
|
34149
|
+
}
|
|
34150
|
+
if (input[_REAC] != null) {
|
|
34151
|
+
entries[_REAC] = input[_REAC];
|
|
34152
|
+
}
|
|
33481
34153
|
return entries;
|
|
33482
34154
|
};
|
|
33483
34155
|
const se_ModifyLaunchTemplateRequest = (input, context) => {
|
|
@@ -33555,6 +34227,9 @@ const se_ModifyManagedPrefixListRequest = (input, context) => {
|
|
|
33555
34227
|
if (input[_ME] != null) {
|
|
33556
34228
|
entries[_ME] = input[_ME];
|
|
33557
34229
|
}
|
|
34230
|
+
if (input[_IPLRSE] != null) {
|
|
34231
|
+
entries[_IPLRSE] = input[_IPLRSE];
|
|
34232
|
+
}
|
|
33558
34233
|
return entries;
|
|
33559
34234
|
};
|
|
33560
34235
|
const se_ModifyNetworkInterfaceAttributeRequest = (input, context) => {
|
|
@@ -35764,6 +36439,18 @@ const se_PrivateDnsNameOptionsRequest = (input, context) => {
|
|
|
35764
36439
|
}
|
|
35765
36440
|
return entries;
|
|
35766
36441
|
};
|
|
36442
|
+
const se_PrivateDnsSpecifiedDomainSet = (input, context) => {
|
|
36443
|
+
const entries = {};
|
|
36444
|
+
let counter = 1;
|
|
36445
|
+
for (const entry of input) {
|
|
36446
|
+
if (entry === null) {
|
|
36447
|
+
continue;
|
|
36448
|
+
}
|
|
36449
|
+
entries[`Item.${counter}`] = entry;
|
|
36450
|
+
counter++;
|
|
36451
|
+
}
|
|
36452
|
+
return entries;
|
|
36453
|
+
};
|
|
35767
36454
|
const se_PrivateIpAddressConfigSet = (input, context) => {
|
|
35768
36455
|
const entries = {};
|
|
35769
36456
|
let counter = 1;
|
|
@@ -43775,6 +44462,20 @@ const de_CreateIpamPoolResult = (output, context) => {
|
|
|
43775
44462
|
}
|
|
43776
44463
|
return contents;
|
|
43777
44464
|
};
|
|
44465
|
+
const de_CreateIpamPrefixListResolverResult = (output, context) => {
|
|
44466
|
+
const contents = {};
|
|
44467
|
+
if (output[_iPLR] != null) {
|
|
44468
|
+
contents[_IPLR] = de_IpamPrefixListResolver(output[_iPLR], context);
|
|
44469
|
+
}
|
|
44470
|
+
return contents;
|
|
44471
|
+
};
|
|
44472
|
+
const de_CreateIpamPrefixListResolverTargetResult = (output, context) => {
|
|
44473
|
+
const contents = {};
|
|
44474
|
+
if (output[_iPLRT] != null) {
|
|
44475
|
+
contents[_IPLRT] = de_IpamPrefixListResolverTarget(output[_iPLRT], context);
|
|
44476
|
+
}
|
|
44477
|
+
return contents;
|
|
44478
|
+
};
|
|
43778
44479
|
const de_CreateIpamResourceDiscoveryResult = (output, context) => {
|
|
43779
44480
|
const contents = {};
|
|
43780
44481
|
if (output[_iRD] != null) {
|
|
@@ -44582,6 +45283,20 @@ const de_DeleteIpamPoolResult = (output, context) => {
|
|
|
44582
45283
|
}
|
|
44583
45284
|
return contents;
|
|
44584
45285
|
};
|
|
45286
|
+
const de_DeleteIpamPrefixListResolverResult = (output, context) => {
|
|
45287
|
+
const contents = {};
|
|
45288
|
+
if (output[_iPLR] != null) {
|
|
45289
|
+
contents[_IPLR] = de_IpamPrefixListResolver(output[_iPLR], context);
|
|
45290
|
+
}
|
|
45291
|
+
return contents;
|
|
45292
|
+
};
|
|
45293
|
+
const de_DeleteIpamPrefixListResolverTargetResult = (output, context) => {
|
|
45294
|
+
const contents = {};
|
|
45295
|
+
if (output[_iPLRT] != null) {
|
|
45296
|
+
contents[_IPLRT] = de_IpamPrefixListResolverTarget(output[_iPLRT], context);
|
|
45297
|
+
}
|
|
45298
|
+
return contents;
|
|
45299
|
+
};
|
|
44585
45300
|
const de_DeleteIpamResourceDiscoveryResult = (output, context) => {
|
|
44586
45301
|
const contents = {};
|
|
44587
45302
|
if (output[_iRD] != null) {
|
|
@@ -45633,6 +46348,9 @@ const de_DescribeFastSnapshotRestoreSuccessItem = (output, context) => {
|
|
|
45633
46348
|
if (output[_aZ] != null) {
|
|
45634
46349
|
contents[_AZ] = __expectString(output[_aZ]);
|
|
45635
46350
|
}
|
|
46351
|
+
if (output[_aZI] != null) {
|
|
46352
|
+
contents[_AZI] = __expectString(output[_aZI]);
|
|
46353
|
+
}
|
|
45636
46354
|
if (output[_st] != null) {
|
|
45637
46355
|
contents[_Stat] = __expectString(output[_st]);
|
|
45638
46356
|
}
|
|
@@ -46131,6 +46849,32 @@ const de_DescribeIpamPoolsResult = (output, context) => {
|
|
|
46131
46849
|
}
|
|
46132
46850
|
return contents;
|
|
46133
46851
|
};
|
|
46852
|
+
const de_DescribeIpamPrefixListResolversResult = (output, context) => {
|
|
46853
|
+
const contents = {};
|
|
46854
|
+
if (output[_nTe] != null) {
|
|
46855
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
46856
|
+
}
|
|
46857
|
+
if (String(output.ipamPrefixListResolverSet).trim() === "") {
|
|
46858
|
+
contents[_IPLRp] = [];
|
|
46859
|
+
}
|
|
46860
|
+
else if (output[_iPLRS] != null && output[_iPLRS][_i] != null) {
|
|
46861
|
+
contents[_IPLRp] = de_IpamPrefixListResolverSet(__getArrayIfSingleItem(output[_iPLRS][_i]), context);
|
|
46862
|
+
}
|
|
46863
|
+
return contents;
|
|
46864
|
+
};
|
|
46865
|
+
const de_DescribeIpamPrefixListResolverTargetsResult = (output, context) => {
|
|
46866
|
+
const contents = {};
|
|
46867
|
+
if (output[_nTe] != null) {
|
|
46868
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
46869
|
+
}
|
|
46870
|
+
if (String(output.ipamPrefixListResolverTargetSet).trim() === "") {
|
|
46871
|
+
contents[_IPLRTp] = [];
|
|
46872
|
+
}
|
|
46873
|
+
else if (output[_iPLRTS] != null && output[_iPLRTS][_i] != null) {
|
|
46874
|
+
contents[_IPLRTp] = de_IpamPrefixListResolverTargetSet(__getArrayIfSingleItem(output[_iPLRTS][_i]), context);
|
|
46875
|
+
}
|
|
46876
|
+
return contents;
|
|
46877
|
+
};
|
|
46134
46878
|
const de_DescribeIpamResourceDiscoveriesResult = (output, context) => {
|
|
46135
46879
|
const contents = {};
|
|
46136
46880
|
if (String(output.ipamResourceDiscoverySet).trim() === "") {
|
|
@@ -47703,6 +48447,9 @@ const de_DisableFastSnapshotRestoreStateErrorItem = (output, context) => {
|
|
|
47703
48447
|
if (output[_aZ] != null) {
|
|
47704
48448
|
contents[_AZ] = __expectString(output[_aZ]);
|
|
47705
48449
|
}
|
|
48450
|
+
if (output[_aZI] != null) {
|
|
48451
|
+
contents[_AZI] = __expectString(output[_aZI]);
|
|
48452
|
+
}
|
|
47706
48453
|
if (output[_er] != null) {
|
|
47707
48454
|
contents[_Er] = de_DisableFastSnapshotRestoreStateError(output[_er], context);
|
|
47708
48455
|
}
|
|
@@ -47723,6 +48470,9 @@ const de_DisableFastSnapshotRestoreSuccessItem = (output, context) => {
|
|
|
47723
48470
|
if (output[_aZ] != null) {
|
|
47724
48471
|
contents[_AZ] = __expectString(output[_aZ]);
|
|
47725
48472
|
}
|
|
48473
|
+
if (output[_aZI] != null) {
|
|
48474
|
+
contents[_AZI] = __expectString(output[_aZI]);
|
|
48475
|
+
}
|
|
47726
48476
|
if (output[_st] != null) {
|
|
47727
48477
|
contents[_Stat] = __expectString(output[_st]);
|
|
47728
48478
|
}
|
|
@@ -48040,6 +48790,15 @@ const de_DnsOptions = (output, context) => {
|
|
|
48040
48790
|
if (output[_pDOFIRE] != null) {
|
|
48041
48791
|
contents[_PDOFIRE] = __parseBoolean(output[_pDOFIRE]);
|
|
48042
48792
|
}
|
|
48793
|
+
if (output[_pDP] != null) {
|
|
48794
|
+
contents[_PDP] = __expectString(output[_pDP]);
|
|
48795
|
+
}
|
|
48796
|
+
if (String(output.privateDnsSpecifiedDomainSet).trim() === "") {
|
|
48797
|
+
contents[_PDSD] = [];
|
|
48798
|
+
}
|
|
48799
|
+
else if (output[_pDSDS] != null && output[_pDSDS][_i] != null) {
|
|
48800
|
+
contents[_PDSD] = de_PrivateDnsSpecifiedDomainSet(__getArrayIfSingleItem(output[_pDSDS][_i]), context);
|
|
48801
|
+
}
|
|
48043
48802
|
return contents;
|
|
48044
48803
|
};
|
|
48045
48804
|
const de_EbsBlockDevice = (output, context) => {
|
|
@@ -48531,6 +49290,9 @@ const de_EnableFastSnapshotRestoreStateErrorItem = (output, context) => {
|
|
|
48531
49290
|
if (output[_aZ] != null) {
|
|
48532
49291
|
contents[_AZ] = __expectString(output[_aZ]);
|
|
48533
49292
|
}
|
|
49293
|
+
if (output[_aZI] != null) {
|
|
49294
|
+
contents[_AZI] = __expectString(output[_aZI]);
|
|
49295
|
+
}
|
|
48534
49296
|
if (output[_er] != null) {
|
|
48535
49297
|
contents[_Er] = de_EnableFastSnapshotRestoreStateError(output[_er], context);
|
|
48536
49298
|
}
|
|
@@ -48551,6 +49313,9 @@ const de_EnableFastSnapshotRestoreSuccessItem = (output, context) => {
|
|
|
48551
49313
|
if (output[_aZ] != null) {
|
|
48552
49314
|
contents[_AZ] = __expectString(output[_aZ]);
|
|
48553
49315
|
}
|
|
49316
|
+
if (output[_aZI] != null) {
|
|
49317
|
+
contents[_AZI] = __expectString(output[_aZI]);
|
|
49318
|
+
}
|
|
48554
49319
|
if (output[_st] != null) {
|
|
48555
49320
|
contents[_Stat] = __expectString(output[_st]);
|
|
48556
49321
|
}
|
|
@@ -50117,6 +50882,45 @@ const de_GetIpamPoolCidrsResult = (output, context) => {
|
|
|
50117
50882
|
}
|
|
50118
50883
|
return contents;
|
|
50119
50884
|
};
|
|
50885
|
+
const de_GetIpamPrefixListResolverRulesResult = (output, context) => {
|
|
50886
|
+
const contents = {};
|
|
50887
|
+
if (String(output.ruleSet).trim() === "") {
|
|
50888
|
+
contents[_Ru] = [];
|
|
50889
|
+
}
|
|
50890
|
+
else if (output[_rSu] != null && output[_rSu][_i] != null) {
|
|
50891
|
+
contents[_Ru] = de_IpamPrefixListResolverRuleSet(__getArrayIfSingleItem(output[_rSu][_i]), context);
|
|
50892
|
+
}
|
|
50893
|
+
if (output[_nTe] != null) {
|
|
50894
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
50895
|
+
}
|
|
50896
|
+
return contents;
|
|
50897
|
+
};
|
|
50898
|
+
const de_GetIpamPrefixListResolverVersionEntriesResult = (output, context) => {
|
|
50899
|
+
const contents = {};
|
|
50900
|
+
if (String(output.entrySet).trim() === "") {
|
|
50901
|
+
contents[_Ent] = [];
|
|
50902
|
+
}
|
|
50903
|
+
else if (output[_eSnt] != null && output[_eSnt][_i] != null) {
|
|
50904
|
+
contents[_Ent] = de_IpamPrefixListResolverVersionEntrySet(__getArrayIfSingleItem(output[_eSnt][_i]), context);
|
|
50905
|
+
}
|
|
50906
|
+
if (output[_nTe] != null) {
|
|
50907
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
50908
|
+
}
|
|
50909
|
+
return contents;
|
|
50910
|
+
};
|
|
50911
|
+
const de_GetIpamPrefixListResolverVersionsResult = (output, context) => {
|
|
50912
|
+
const contents = {};
|
|
50913
|
+
if (String(output.ipamPrefixListResolverVersionSet).trim() === "") {
|
|
50914
|
+
contents[_IPLRVp] = [];
|
|
50915
|
+
}
|
|
50916
|
+
else if (output[_iPLRVS] != null && output[_iPLRVS][_i] != null) {
|
|
50917
|
+
contents[_IPLRVp] = de_IpamPrefixListResolverVersionSet(__getArrayIfSingleItem(output[_iPLRVS][_i]), context);
|
|
50918
|
+
}
|
|
50919
|
+
if (output[_nTe] != null) {
|
|
50920
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
50921
|
+
}
|
|
50922
|
+
return contents;
|
|
50923
|
+
};
|
|
50120
50924
|
const de_GetIpamResourceCidrsResult = (output, context) => {
|
|
50121
50925
|
const contents = {};
|
|
50122
50926
|
if (output[_nTe] != null) {
|
|
@@ -53734,6 +54538,192 @@ const de_IpamPoolSourceResource = (output, context) => {
|
|
|
53734
54538
|
}
|
|
53735
54539
|
return contents;
|
|
53736
54540
|
};
|
|
54541
|
+
const de_IpamPrefixListResolver = (output, context) => {
|
|
54542
|
+
const contents = {};
|
|
54543
|
+
if (output[_oI] != null) {
|
|
54544
|
+
contents[_OIwn] = __expectString(output[_oI]);
|
|
54545
|
+
}
|
|
54546
|
+
if (output[_iPLRI] != null) {
|
|
54547
|
+
contents[_IPLRI] = __expectString(output[_iPLRI]);
|
|
54548
|
+
}
|
|
54549
|
+
if (output[_iPLRA] != null) {
|
|
54550
|
+
contents[_IPLRA] = __expectString(output[_iPLRA]);
|
|
54551
|
+
}
|
|
54552
|
+
if (output[_iApa] != null) {
|
|
54553
|
+
contents[_IApa] = __expectString(output[_iApa]);
|
|
54554
|
+
}
|
|
54555
|
+
if (output[_iRp] != null) {
|
|
54556
|
+
contents[_IRpa] = __expectString(output[_iRp]);
|
|
54557
|
+
}
|
|
54558
|
+
if (output[_de] != null) {
|
|
54559
|
+
contents[_De] = __expectString(output[_de]);
|
|
54560
|
+
}
|
|
54561
|
+
if (output[_aF] != null) {
|
|
54562
|
+
contents[_AF] = __expectString(output[_aF]);
|
|
54563
|
+
}
|
|
54564
|
+
if (output[_st] != null) {
|
|
54565
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
54566
|
+
}
|
|
54567
|
+
if (String(output.tagSet).trim() === "") {
|
|
54568
|
+
contents[_Ta] = [];
|
|
54569
|
+
}
|
|
54570
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
54571
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
54572
|
+
}
|
|
54573
|
+
if (output[_lVCS] != null) {
|
|
54574
|
+
contents[_LVCS] = __expectString(output[_lVCS]);
|
|
54575
|
+
}
|
|
54576
|
+
if (output[_lVCSM] != null) {
|
|
54577
|
+
contents[_LVCSM] = __expectString(output[_lVCSM]);
|
|
54578
|
+
}
|
|
54579
|
+
return contents;
|
|
54580
|
+
};
|
|
54581
|
+
const de_IpamPrefixListResolverRule = (output, context) => {
|
|
54582
|
+
const contents = {};
|
|
54583
|
+
if (output[_rTu] != null) {
|
|
54584
|
+
contents[_RTu] = __expectString(output[_rTu]);
|
|
54585
|
+
}
|
|
54586
|
+
if (output[_sCt] != null) {
|
|
54587
|
+
contents[_SCt] = __expectString(output[_sCt]);
|
|
54588
|
+
}
|
|
54589
|
+
if (output[_iSIp] != null) {
|
|
54590
|
+
contents[_ISI] = __expectString(output[_iSIp]);
|
|
54591
|
+
}
|
|
54592
|
+
if (output[_rTe] != null) {
|
|
54593
|
+
contents[_RT] = __expectString(output[_rTe]);
|
|
54594
|
+
}
|
|
54595
|
+
if (String(output.conditionSet).trim() === "") {
|
|
54596
|
+
contents[_Cond] = [];
|
|
54597
|
+
}
|
|
54598
|
+
else if (output[_cSo] != null && output[_cSo][_i] != null) {
|
|
54599
|
+
contents[_Cond] = de_IpamPrefixListResolverRuleConditionSet(__getArrayIfSingleItem(output[_cSo][_i]), context);
|
|
54600
|
+
}
|
|
54601
|
+
return contents;
|
|
54602
|
+
};
|
|
54603
|
+
const de_IpamPrefixListResolverRuleCondition = (output, context) => {
|
|
54604
|
+
const contents = {};
|
|
54605
|
+
if (output[_ope] != null) {
|
|
54606
|
+
contents[_Ope] = __expectString(output[_ope]);
|
|
54607
|
+
}
|
|
54608
|
+
if (output[_iPIp] != null) {
|
|
54609
|
+
contents[_IPI] = __expectString(output[_iPIp]);
|
|
54610
|
+
}
|
|
54611
|
+
if (output[_rIes] != null) {
|
|
54612
|
+
contents[_RIeso] = __expectString(output[_rIes]);
|
|
54613
|
+
}
|
|
54614
|
+
if (output[_rO] != null) {
|
|
54615
|
+
contents[_ROe] = __expectString(output[_rO]);
|
|
54616
|
+
}
|
|
54617
|
+
if (output[_rR] != null) {
|
|
54618
|
+
contents[_RRe] = __expectString(output[_rR]);
|
|
54619
|
+
}
|
|
54620
|
+
if (output[_rTes] != null) {
|
|
54621
|
+
contents[_RTeso] = de_IpamResourceTag(output[_rTes], context);
|
|
54622
|
+
}
|
|
54623
|
+
if (output[_ci] != null) {
|
|
54624
|
+
contents[_C] = __expectString(output[_ci]);
|
|
54625
|
+
}
|
|
54626
|
+
return contents;
|
|
54627
|
+
};
|
|
54628
|
+
const de_IpamPrefixListResolverRuleConditionSet = (output, context) => {
|
|
54629
|
+
return (output || [])
|
|
54630
|
+
.filter((e) => e != null)
|
|
54631
|
+
.map((entry) => {
|
|
54632
|
+
return de_IpamPrefixListResolverRuleCondition(entry, context);
|
|
54633
|
+
});
|
|
54634
|
+
};
|
|
54635
|
+
const de_IpamPrefixListResolverRuleSet = (output, context) => {
|
|
54636
|
+
return (output || [])
|
|
54637
|
+
.filter((e) => e != null)
|
|
54638
|
+
.map((entry) => {
|
|
54639
|
+
return de_IpamPrefixListResolverRule(entry, context);
|
|
54640
|
+
});
|
|
54641
|
+
};
|
|
54642
|
+
const de_IpamPrefixListResolverSet = (output, context) => {
|
|
54643
|
+
return (output || [])
|
|
54644
|
+
.filter((e) => e != null)
|
|
54645
|
+
.map((entry) => {
|
|
54646
|
+
return de_IpamPrefixListResolver(entry, context);
|
|
54647
|
+
});
|
|
54648
|
+
};
|
|
54649
|
+
const de_IpamPrefixListResolverTarget = (output, context) => {
|
|
54650
|
+
const contents = {};
|
|
54651
|
+
if (output[_iPLRTI] != null) {
|
|
54652
|
+
contents[_IPLRTI] = __expectString(output[_iPLRTI]);
|
|
54653
|
+
}
|
|
54654
|
+
if (output[_iPLRTA] != null) {
|
|
54655
|
+
contents[_IPLRTA] = __expectString(output[_iPLRTA]);
|
|
54656
|
+
}
|
|
54657
|
+
if (output[_iPLRI] != null) {
|
|
54658
|
+
contents[_IPLRI] = __expectString(output[_iPLRI]);
|
|
54659
|
+
}
|
|
54660
|
+
if (output[_oI] != null) {
|
|
54661
|
+
contents[_OIwn] = __expectString(output[_oI]);
|
|
54662
|
+
}
|
|
54663
|
+
if (output[_pLI] != null) {
|
|
54664
|
+
contents[_PLI] = __expectString(output[_pLI]);
|
|
54665
|
+
}
|
|
54666
|
+
if (output[_pLR] != null) {
|
|
54667
|
+
contents[_PLR] = __expectString(output[_pLR]);
|
|
54668
|
+
}
|
|
54669
|
+
if (output[_dVe] != null) {
|
|
54670
|
+
contents[_DVesi] = __strictParseLong(output[_dVe]);
|
|
54671
|
+
}
|
|
54672
|
+
if (output[_lSV] != null) {
|
|
54673
|
+
contents[_LSV] = __strictParseLong(output[_lSV]);
|
|
54674
|
+
}
|
|
54675
|
+
if (output[_tLV] != null) {
|
|
54676
|
+
contents[_TLV] = __parseBoolean(output[_tLV]);
|
|
54677
|
+
}
|
|
54678
|
+
if (output[_sMta] != null) {
|
|
54679
|
+
contents[_SMta] = __expectString(output[_sMta]);
|
|
54680
|
+
}
|
|
54681
|
+
if (output[_st] != null) {
|
|
54682
|
+
contents[_Stat] = __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(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
54689
|
+
}
|
|
54690
|
+
return contents;
|
|
54691
|
+
};
|
|
54692
|
+
const de_IpamPrefixListResolverTargetSet = (output, context) => {
|
|
54693
|
+
return (output || [])
|
|
54694
|
+
.filter((e) => e != null)
|
|
54695
|
+
.map((entry) => {
|
|
54696
|
+
return de_IpamPrefixListResolverTarget(entry, context);
|
|
54697
|
+
});
|
|
54698
|
+
};
|
|
54699
|
+
const de_IpamPrefixListResolverVersion = (output, context) => {
|
|
54700
|
+
const contents = {};
|
|
54701
|
+
if (output[_ve] != null) {
|
|
54702
|
+
contents[_V] = __strictParseLong(output[_ve]);
|
|
54703
|
+
}
|
|
54704
|
+
return contents;
|
|
54705
|
+
};
|
|
54706
|
+
const de_IpamPrefixListResolverVersionEntry = (output, context) => {
|
|
54707
|
+
const contents = {};
|
|
54708
|
+
if (output[_ci] != null) {
|
|
54709
|
+
contents[_C] = __expectString(output[_ci]);
|
|
54710
|
+
}
|
|
54711
|
+
return contents;
|
|
54712
|
+
};
|
|
54713
|
+
const de_IpamPrefixListResolverVersionEntrySet = (output, context) => {
|
|
54714
|
+
return (output || [])
|
|
54715
|
+
.filter((e) => e != null)
|
|
54716
|
+
.map((entry) => {
|
|
54717
|
+
return de_IpamPrefixListResolverVersionEntry(entry, context);
|
|
54718
|
+
});
|
|
54719
|
+
};
|
|
54720
|
+
const de_IpamPrefixListResolverVersionSet = (output, context) => {
|
|
54721
|
+
return (output || [])
|
|
54722
|
+
.filter((e) => e != null)
|
|
54723
|
+
.map((entry) => {
|
|
54724
|
+
return de_IpamPrefixListResolverVersion(entry, context);
|
|
54725
|
+
});
|
|
54726
|
+
};
|
|
53737
54727
|
const de_IpamPublicAddressSecurityGroup = (output, context) => {
|
|
53738
54728
|
const contents = {};
|
|
53739
54729
|
if (output[_gN] != null) {
|
|
@@ -53816,8 +54806,8 @@ const de_IpamResourceCidr = (output, context) => {
|
|
|
53816
54806
|
if (output[_iU] != null) {
|
|
53817
54807
|
contents[_IUp] = __strictParseFloat(output[_iU]);
|
|
53818
54808
|
}
|
|
53819
|
-
if (output[
|
|
53820
|
-
contents[_CSo] = __expectString(output[
|
|
54809
|
+
if (output[_cSom] != null) {
|
|
54810
|
+
contents[_CSo] = __expectString(output[_cSom]);
|
|
53821
54811
|
}
|
|
53822
54812
|
if (output[_mSa] != null) {
|
|
53823
54813
|
contents[_MSa] = __expectString(output[_mSa]);
|
|
@@ -53992,6 +54982,19 @@ const de_IpamScope = (output, context) => {
|
|
|
53992
54982
|
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
53993
54983
|
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
53994
54984
|
}
|
|
54985
|
+
if (output[_eAC] != null) {
|
|
54986
|
+
contents[_EAC] = de_IpamScopeExternalAuthorityConfiguration(output[_eAC], context);
|
|
54987
|
+
}
|
|
54988
|
+
return contents;
|
|
54989
|
+
};
|
|
54990
|
+
const de_IpamScopeExternalAuthorityConfiguration = (output, context) => {
|
|
54991
|
+
const contents = {};
|
|
54992
|
+
if (output[_ty] != null) {
|
|
54993
|
+
contents[_T] = __expectString(output[_ty]);
|
|
54994
|
+
}
|
|
54995
|
+
if (output[_eRI] != null) {
|
|
54996
|
+
contents[_ERI] = __expectString(output[_eRI]);
|
|
54997
|
+
}
|
|
53995
54998
|
return contents;
|
|
53996
54999
|
};
|
|
53997
55000
|
const de_IpamScopeSet = (output, context) => {
|
|
@@ -54909,8 +55912,8 @@ const de_LaunchTemplateVersion = (output, context) => {
|
|
|
54909
55912
|
if (output[_cBr] != null) {
|
|
54910
55913
|
contents[_CBr] = __expectString(output[_cBr]);
|
|
54911
55914
|
}
|
|
54912
|
-
if (output[
|
|
54913
|
-
contents[_DVef] = __parseBoolean(output[
|
|
55915
|
+
if (output[_dVef] != null) {
|
|
55916
|
+
contents[_DVef] = __parseBoolean(output[_dVef]);
|
|
54914
55917
|
}
|
|
54915
55918
|
if (output[_lTD] != null) {
|
|
54916
55919
|
contents[_LTD] = de_ResponseLaunchTemplateData(output[_lTD], context);
|
|
@@ -55502,6 +56505,12 @@ const de_ManagedPrefixList = (output, context) => {
|
|
|
55502
56505
|
if (output[_oI] != null) {
|
|
55503
56506
|
contents[_OIwn] = __expectString(output[_oI]);
|
|
55504
56507
|
}
|
|
56508
|
+
if (output[_iPLRTI] != null) {
|
|
56509
|
+
contents[_IPLRTI] = __expectString(output[_iPLRTI]);
|
|
56510
|
+
}
|
|
56511
|
+
if (output[_iPLRSE] != null) {
|
|
56512
|
+
contents[_IPLRSE] = __parseBoolean(output[_iPLRSE]);
|
|
56513
|
+
}
|
|
55505
56514
|
return contents;
|
|
55506
56515
|
};
|
|
55507
56516
|
const de_ManagedPrefixListSet = (output, context) => {
|
|
@@ -55848,6 +56857,20 @@ const de_ModifyIpamPoolResult = (output, context) => {
|
|
|
55848
56857
|
}
|
|
55849
56858
|
return contents;
|
|
55850
56859
|
};
|
|
56860
|
+
const de_ModifyIpamPrefixListResolverResult = (output, context) => {
|
|
56861
|
+
const contents = {};
|
|
56862
|
+
if (output[_iPLR] != null) {
|
|
56863
|
+
contents[_IPLR] = de_IpamPrefixListResolver(output[_iPLR], context);
|
|
56864
|
+
}
|
|
56865
|
+
return contents;
|
|
56866
|
+
};
|
|
56867
|
+
const de_ModifyIpamPrefixListResolverTargetResult = (output, context) => {
|
|
56868
|
+
const contents = {};
|
|
56869
|
+
if (output[_iPLRT] != null) {
|
|
56870
|
+
contents[_IPLRT] = de_IpamPrefixListResolverTarget(output[_iPLRT], context);
|
|
56871
|
+
}
|
|
56872
|
+
return contents;
|
|
56873
|
+
};
|
|
55851
56874
|
const de_ModifyIpamResourceCidrResult = (output, context) => {
|
|
55852
56875
|
const contents = {};
|
|
55853
56876
|
if (output[_iRC] != null) {
|
|
@@ -57873,6 +58896,13 @@ const de_PrivateDnsNameOptionsResponse = (output, context) => {
|
|
|
57873
58896
|
}
|
|
57874
58897
|
return contents;
|
|
57875
58898
|
};
|
|
58899
|
+
const de_PrivateDnsSpecifiedDomainSet = (output, context) => {
|
|
58900
|
+
return (output || [])
|
|
58901
|
+
.filter((e) => e != null)
|
|
58902
|
+
.map((entry) => {
|
|
58903
|
+
return __expectString(entry);
|
|
58904
|
+
});
|
|
58905
|
+
};
|
|
57876
58906
|
const de_PrivateIpAddressSpecification = (output, context) => {
|
|
57877
58907
|
const contents = {};
|
|
57878
58908
|
if (output[_prim] != null) {
|
|
@@ -64503,6 +65533,15 @@ const de_VpcEncryptionControlExclusions = (output, context) => {
|
|
|
64503
65533
|
if (output[_vPpc] != null) {
|
|
64504
65534
|
contents[_VPpc] = de_VpcEncryptionControlExclusion(output[_vPpc], context);
|
|
64505
65535
|
}
|
|
65536
|
+
if (output[_la] != null) {
|
|
65537
|
+
contents[_Lam] = de_VpcEncryptionControlExclusion(output[_la], context);
|
|
65538
|
+
}
|
|
65539
|
+
if (output[_vL] != null) {
|
|
65540
|
+
contents[_VL] = de_VpcEncryptionControlExclusion(output[_vL], context);
|
|
65541
|
+
}
|
|
65542
|
+
if (output[_eFS] != null) {
|
|
65543
|
+
contents[_EFS] = de_VpcEncryptionControlExclusion(output[_eFS], context);
|
|
65544
|
+
}
|
|
64506
65545
|
return contents;
|
|
64507
65546
|
};
|
|
64508
65547
|
const de_VpcEndpoint = (output, context) => {
|
|
@@ -65449,6 +66488,8 @@ const _CIEW = "CreateInstanceEventWindow";
|
|
|
65449
66488
|
const _CIG = "CreateInternetGateway";
|
|
65450
66489
|
const _CILP = "CancelImageLaunchPermission";
|
|
65451
66490
|
const _CIP = "CreateIpamPool";
|
|
66491
|
+
const _CIPLR = "CreateIpamPrefixListResolver";
|
|
66492
|
+
const _CIPLRT = "CreateIpamPrefixListResolverTarget";
|
|
65452
66493
|
const _CIRD = "CreateIpamResourceDiscovery";
|
|
65453
66494
|
const _CIS = "CreateIpamScope";
|
|
65454
66495
|
const _CISI = "CurrentIpamScopeId";
|
|
@@ -65643,6 +66684,7 @@ const _Cod = "Code";
|
|
|
65643
66684
|
const _Com = "Comparison";
|
|
65644
66685
|
const _Comp = "Component";
|
|
65645
66686
|
const _Con = "Context";
|
|
66687
|
+
const _Cond = "Conditions";
|
|
65646
66688
|
const _Conf = "Configured";
|
|
65647
66689
|
const _Confi = "Config";
|
|
65648
66690
|
const _Conn = "Connections";
|
|
@@ -65789,6 +66831,10 @@ const _DIIT = "DescribeImportImageTasks";
|
|
|
65789
66831
|
const _DIOAA = "DisableIpamOrganizationAdminAccount";
|
|
65790
66832
|
const _DIP = "DeleteIpamPool";
|
|
65791
66833
|
const _DIPC = "DeprovisionIpamPoolCidr";
|
|
66834
|
+
const _DIPLR = "DeleteIpamPrefixListResolver";
|
|
66835
|
+
const _DIPLRT = "DeleteIpamPrefixListResolverTarget";
|
|
66836
|
+
const _DIPLRTe = "DescribeIpamPrefixListResolverTargets";
|
|
66837
|
+
const _DIPLRe = "DescribeIpamPrefixListResolvers";
|
|
65792
66838
|
const _DIPe = "DescribeIpamPools";
|
|
65793
66839
|
const _DIPes = "DescribeIpv6Pools";
|
|
65794
66840
|
const _DIR = "DescribeImageReferences";
|
|
@@ -66070,6 +67116,7 @@ const _DVe = "DeleteVpc";
|
|
|
66070
67116
|
const _DVef = "DefaultVersion";
|
|
66071
67117
|
const _DVes = "DescribeVolumes";
|
|
66072
67118
|
const _DVesc = "DescribeVpcs";
|
|
67119
|
+
const _DVesi = "DesiredVersion";
|
|
66073
67120
|
const _DVest = "DestinationVpc";
|
|
66074
67121
|
const _DVet = "DetachVolume";
|
|
66075
67122
|
const _Da = "Data";
|
|
@@ -66086,6 +67133,7 @@ const _Du = "Duration";
|
|
|
66086
67133
|
const _Dua = "Dualstack";
|
|
66087
67134
|
const _E = "Ebs";
|
|
66088
67135
|
const _EA = "EnableAcceleration";
|
|
67136
|
+
const _EAC = "ExternalAuthorityConfiguration";
|
|
66089
67137
|
const _EAIS = "EnableAllowedImagesSettings";
|
|
66090
67138
|
const _EANPMS = "EnableAwsNetworkPerformanceMetricSubscription";
|
|
66091
67139
|
const _EAT = "EnableAddressTransfer";
|
|
@@ -66119,6 +67167,7 @@ const _EEEBD = "EnableEbsEncryptionByDefault";
|
|
|
66119
67167
|
const _EEI = "EndpointEniId";
|
|
66120
67168
|
const _EFL = "EnableFastLaunch";
|
|
66121
67169
|
const _EFR = "EgressFilterRules";
|
|
67170
|
+
const _EFS = "ElasticFileSystem";
|
|
66122
67171
|
const _EFSR = "EnableFastSnapshotRestores";
|
|
66123
67172
|
const _EGA = "ElasticGpuAssociations";
|
|
66124
67173
|
const _EGAI = "ElasticGpuAssociationId";
|
|
@@ -66178,6 +67227,7 @@ const _EPI = "EnablePrimaryIpv6";
|
|
|
66178
67227
|
const _EPg = "EgressPackets";
|
|
66179
67228
|
const _EQC = "EnaQueueCount";
|
|
66180
67229
|
const _ERAOS = "EnableReachabilityAnalyzerOrganizationSharing";
|
|
67230
|
+
const _ERI = "ExternalResourceIdentifier";
|
|
66181
67231
|
const _ERNDAAAAR = "EnableResourceNameDnsAAAARecord";
|
|
66182
67232
|
const _ERNDAAAAROL = "EnableResourceNameDnsAAAARecordOnLaunch";
|
|
66183
67233
|
const _ERNDAR = "EnableResourceNameDnsARecord";
|
|
@@ -66325,6 +67375,9 @@ const _GIDRC = "GetIpamDiscoveredResourceCidrs";
|
|
|
66325
67375
|
const _GIMD = "GetInstanceMetadataDefaults";
|
|
66326
67376
|
const _GIPA = "GetIpamPoolAllocations";
|
|
66327
67377
|
const _GIPC = "GetIpamPoolCidrs";
|
|
67378
|
+
const _GIPLRR = "GetIpamPrefixListResolverRules";
|
|
67379
|
+
const _GIPLRV = "GetIpamPrefixListResolverVersions";
|
|
67380
|
+
const _GIPLRVE = "GetIpamPrefixListResolverVersionEntries";
|
|
66328
67381
|
const _GIRC = "GetIpamResourceCidrs";
|
|
66329
67382
|
const _GITEP = "GetInstanceTpmEkPub";
|
|
66330
67383
|
const _GITFIR = "GetInstanceTypesFromInstanceRequirements";
|
|
@@ -66520,6 +67573,19 @@ const _IPI = "IpamPoolId";
|
|
|
66520
67573
|
const _IPIp = "IpamPoolIds";
|
|
66521
67574
|
const _IPIs = "IsPrimaryIpv6";
|
|
66522
67575
|
const _IPK = "IncludePublicKey";
|
|
67576
|
+
const _IPLR = "IpamPrefixListResolver";
|
|
67577
|
+
const _IPLRA = "IpamPrefixListResolverArn";
|
|
67578
|
+
const _IPLRI = "IpamPrefixListResolverId";
|
|
67579
|
+
const _IPLRIp = "IpamPrefixListResolverIds";
|
|
67580
|
+
const _IPLRSE = "IpamPrefixListResolverSyncEnabled";
|
|
67581
|
+
const _IPLRT = "IpamPrefixListResolverTarget";
|
|
67582
|
+
const _IPLRTA = "IpamPrefixListResolverTargetArn";
|
|
67583
|
+
const _IPLRTI = "IpamPrefixListResolverTargetId";
|
|
67584
|
+
const _IPLRTIp = "IpamPrefixListResolverTargetIds";
|
|
67585
|
+
const _IPLRTp = "IpamPrefixListResolverTargets";
|
|
67586
|
+
const _IPLRV = "IpamPrefixListResolverVersion";
|
|
67587
|
+
const _IPLRVp = "IpamPrefixListResolverVersions";
|
|
67588
|
+
const _IPLRp = "IpamPrefixListResolvers";
|
|
66523
67589
|
const _IPO = "IpamPoolOwner";
|
|
66524
67590
|
const _IPR = "IsPermanentRestore";
|
|
66525
67591
|
const _IPTUC = "InstancePoolsToUseCount";
|
|
@@ -66727,6 +67793,7 @@ const _LSDT = "LastSuccessfulDiscoveryTime";
|
|
|
66727
67793
|
const _LSIRB = "ListSnapshotsInRecycleBin";
|
|
66728
67794
|
const _LSL = "LogsStorageLocation";
|
|
66729
67795
|
const _LST = "LocalStorageTypes";
|
|
67796
|
+
const _LSV = "LastSyncedVersion";
|
|
66730
67797
|
const _LSa = "LaunchSpecification";
|
|
66731
67798
|
const _LSau = "LaunchSpecifications";
|
|
66732
67799
|
const _LSi = "LicenseSpecifications";
|
|
@@ -66757,8 +67824,11 @@ const _LUT = "LastUpdateTime";
|
|
|
66757
67824
|
const _LUTa = "LastUpdatedTime";
|
|
66758
67825
|
const _LUTas = "LastUpdateTimestamp";
|
|
66759
67826
|
const _LV = "LogVersion";
|
|
67827
|
+
const _LVCS = "LastVersionCreationStatus";
|
|
67828
|
+
const _LVCSM = "LastVersionCreationStatusMessage";
|
|
66760
67829
|
const _LVN = "LatestVersionNumber";
|
|
66761
67830
|
const _La = "Latest";
|
|
67831
|
+
const _Lam = "Lambda";
|
|
66762
67832
|
const _Li = "Lifecycle";
|
|
66763
67833
|
const _Lic = "Licenses";
|
|
66764
67834
|
const _Lo = "Location";
|
|
@@ -66830,6 +67900,8 @@ const _MIMO = "ModifyInstanceMaintenanceOptions";
|
|
|
66830
67900
|
const _MIMOo = "ModifyInstanceMetadataOptions";
|
|
66831
67901
|
const _MINPO = "ModifyInstanceNetworkPerformanceOptions";
|
|
66832
67902
|
const _MIP = "ModifyInstancePlacement";
|
|
67903
|
+
const _MIPLR = "ModifyIpamPrefixListResolver";
|
|
67904
|
+
const _MIPLRT = "ModifyIpamPrefixListResolverTarget";
|
|
66833
67905
|
const _MIPo = "ModifyIpamPool";
|
|
66834
67906
|
const _MIRC = "ModifyIpamResourceCidr";
|
|
66835
67907
|
const _MIRD = "ModifyIpamResourceDiscovery";
|
|
@@ -67070,6 +68142,7 @@ const _OV = "OptionValues";
|
|
|
67070
68142
|
const _OVC = "OpenVpnConfigurations";
|
|
67071
68143
|
const _OVT = "OriginalVolumeType";
|
|
67072
68144
|
const _Op = "Options";
|
|
68145
|
+
const _Ope = "Operation";
|
|
67073
68146
|
const _Or = "Origin";
|
|
67074
68147
|
const _Ou = "Output";
|
|
67075
68148
|
const _Ov = "Overrides";
|
|
@@ -67121,7 +68194,9 @@ const _PDNr = "PrivateDnsNames";
|
|
|
67121
68194
|
const _PDNu = "PublicDnsNames";
|
|
67122
68195
|
const _PDNub = "PublicDnsName";
|
|
67123
68196
|
const _PDOFIRE = "PrivateDnsOnlyForInboundResolverEndpoint";
|
|
68197
|
+
const _PDP = "PrivateDnsPreference";
|
|
67124
68198
|
const _PDRTI = "PropagationDefaultRouteTableId";
|
|
68199
|
+
const _PDSD = "PrivateDnsSpecifiedDomains";
|
|
67125
68200
|
const _PDSDN = "PublicDualStackDnsName";
|
|
67126
68201
|
const _PDSI = "PublicDefaultScopeId";
|
|
67127
68202
|
const _PDSIr = "PrivateDefaultScopeId";
|
|
@@ -67185,6 +68260,7 @@ const _PLI = "PrefixListId";
|
|
|
67185
68260
|
const _PLIr = "PrefixListIds";
|
|
67186
68261
|
const _PLN = "PrefixListName";
|
|
67187
68262
|
const _PLOI = "PrefixListOwnerId";
|
|
68263
|
+
const _PLR = "PrefixListRegion";
|
|
67188
68264
|
const _PLS = "Phase1LifetimeSeconds";
|
|
67189
68265
|
const _PLSh = "Phase2LifetimeSeconds";
|
|
67190
68266
|
const _PLr = "PrefixList";
|
|
@@ -67298,6 +68374,7 @@ const _RDPA = "RdsDbProxyArn";
|
|
|
67298
68374
|
const _RDS = "ResourceDiscoveryStatus";
|
|
67299
68375
|
const _RDT = "RootDeviceType";
|
|
67300
68376
|
const _RE = "RdsEndpoint";
|
|
68377
|
+
const _REAC = "RemoveExternalAuthorityConfiguration";
|
|
67301
68378
|
const _RED = "RemoveEndDate";
|
|
67302
68379
|
const _REDKKI = "ResetEbsDefaultKmsKeyId";
|
|
67303
68380
|
const _REDT = "ReservationEndDateType";
|
|
@@ -67455,6 +68532,7 @@ const _RTeso = "ResourceTag";
|
|
|
67455
68532
|
const _RTesou = "ResourceTags";
|
|
67456
68533
|
const _RTo = "RouteTable";
|
|
67457
68534
|
const _RTou = "RouteTables";
|
|
68535
|
+
const _RTu = "RuleType";
|
|
67458
68536
|
const _RUFO = "ReservationUnusedFinancialOwner";
|
|
67459
68537
|
const _RUI = "ReplaceUnhealthyInstances";
|
|
67460
68538
|
const _RUV = "RemainingUpfrontValue";
|
|
@@ -67482,6 +68560,7 @@ const _Ret = "Return";
|
|
|
67482
68560
|
const _Ro = "Role";
|
|
67483
68561
|
const _Rou = "Route";
|
|
67484
68562
|
const _Rout = "Routes";
|
|
68563
|
+
const _Ru = "Rules";
|
|
67485
68564
|
const _S = "Source";
|
|
67486
68565
|
const _SA = "StartupAction";
|
|
67487
68566
|
const _SAI = "SecondaryAllocationIds";
|
|
@@ -67511,6 +68590,7 @@ const _SCc = "ScopeCount";
|
|
|
67511
68590
|
const _SCe = "ServiceConfiguration";
|
|
67512
68591
|
const _SCer = "ServiceConfigurations";
|
|
67513
68592
|
const _SCn = "SnapshotConfiguration";
|
|
68593
|
+
const _SCt = "StaticCidr";
|
|
67514
68594
|
const _SD = "StartDate";
|
|
67515
68595
|
const _SDC = "SourceDestCheck";
|
|
67516
68596
|
const _SDI = "SendDiagnosticInterrupt";
|
|
@@ -67795,6 +68875,7 @@ const _TIar = "TargetIops";
|
|
|
67795
68875
|
const _TIe = "TenantId";
|
|
67796
68876
|
const _TIer = "TerminatingInstances";
|
|
67797
68877
|
const _TLSGB = "TotalLocalStorageGB";
|
|
68878
|
+
const _TLV = "TrackLatestVersion";
|
|
67798
68879
|
const _TMAE = "TargetMultiAttachEnabled";
|
|
67799
68880
|
const _TMF = "TrafficMirrorFilter";
|
|
67800
68881
|
const _TMFI = "TrafficMirrorFilterId";
|
|
@@ -67978,6 +69059,7 @@ const _VIl = "VlanId";
|
|
|
67978
69059
|
const _VIo = "VolumeId";
|
|
67979
69060
|
const _VIol = "VolumeIds";
|
|
67980
69061
|
const _VIp = "VpcIds";
|
|
69062
|
+
const _VL = "VpcLattice";
|
|
67981
69063
|
const _VM = "VerificationMethod";
|
|
67982
69064
|
const _VMo = "VolumesModifications";
|
|
67983
69065
|
const _VMol = "VolumeModification";
|
|
@@ -68337,7 +69419,8 @@ const _cSBN = "certificateS3BucketName";
|
|
|
68337
69419
|
const _cSFRS = "currentSpotFleetRequestState";
|
|
68338
69420
|
const _cSOK = "certificateS3ObjectKey";
|
|
68339
69421
|
const _cSl = "clientSecret";
|
|
68340
|
-
const _cSo = "
|
|
69422
|
+
const _cSo = "conditionSet";
|
|
69423
|
+
const _cSom = "complianceStatus";
|
|
68341
69424
|
const _cSon = "configurationState";
|
|
68342
69425
|
const _cSonn = "connectionStatuses";
|
|
68343
69426
|
const _cSr = "creditSpecification";
|
|
@@ -68465,7 +69548,8 @@ const _dV = "destinationVpc";
|
|
|
68465
69548
|
const _dVC = "defaultVCpus";
|
|
68466
69549
|
const _dVD = "deviceValidationDomain";
|
|
68467
69550
|
const _dVN = "defaultVersionNumber";
|
|
68468
|
-
const _dVe = "
|
|
69551
|
+
const _dVe = "desiredVersion";
|
|
69552
|
+
const _dVef = "defaultVersion";
|
|
68469
69553
|
const _de = "description";
|
|
68470
69554
|
const _dea = "deadline";
|
|
68471
69555
|
const _def = "default";
|
|
@@ -68479,6 +69563,7 @@ const _du = "duration";
|
|
|
68479
69563
|
const _dua = "dualstack";
|
|
68480
69564
|
const _e = "egress";
|
|
68481
69565
|
const _eA = "eniAddress";
|
|
69566
|
+
const _eAC = "externalAuthorityConfiguration";
|
|
68482
69567
|
const _eAn = "enableAcceleration";
|
|
68483
69568
|
const _eAx = "exclusionsAllowed";
|
|
68484
69569
|
const _eB = "egressBytes";
|
|
@@ -68499,6 +69584,7 @@ const _eEA = "endpointEniAddress";
|
|
|
68499
69584
|
const _eEBD = "ebsEncryptionByDefault";
|
|
68500
69585
|
const _eEI = "endpointEniId";
|
|
68501
69586
|
const _eFRS = "egressFilterRuleSet";
|
|
69587
|
+
const _eFS = "elasticFileSystem";
|
|
68502
69588
|
const _eGAI = "elasticGpuAssociationId";
|
|
68503
69589
|
const _eGAS = "elasticGpuAssociationState";
|
|
68504
69590
|
const _eGASl = "elasticGpuAssociationSet";
|
|
@@ -68544,6 +69630,7 @@ const _eP = "egressPackets";
|
|
|
68544
69630
|
const _ePG = "enablePrivateGua";
|
|
68545
69631
|
const _ePS = "excludePathSet";
|
|
68546
69632
|
const _eQC = "enaQueueCount";
|
|
69633
|
+
const _eRI = "externalResourceIdentifier";
|
|
68547
69634
|
const _eRNDAAAAR = "enableResourceNameDnsAAAARecord";
|
|
68548
69635
|
const _eRNDAR = "enableResourceNameDnsARecord";
|
|
68549
69636
|
const _eS = "ephemeralStorage";
|
|
@@ -68775,6 +69862,16 @@ const _iPCpv = "ipv6PrefixCount";
|
|
|
68775
69862
|
const _iPE = "ipPermissionsEgress";
|
|
68776
69863
|
const _iPI = "isPrimaryIpv6";
|
|
68777
69864
|
const _iPIp = "ipamPoolId";
|
|
69865
|
+
const _iPLR = "ipamPrefixListResolver";
|
|
69866
|
+
const _iPLRA = "ipamPrefixListResolverArn";
|
|
69867
|
+
const _iPLRI = "ipamPrefixListResolverId";
|
|
69868
|
+
const _iPLRS = "ipamPrefixListResolverSet";
|
|
69869
|
+
const _iPLRSE = "ipamPrefixListResolverSyncEnabled";
|
|
69870
|
+
const _iPLRT = "ipamPrefixListResolverTarget";
|
|
69871
|
+
const _iPLRTA = "ipamPrefixListResolverTargetArn";
|
|
69872
|
+
const _iPLRTI = "ipamPrefixListResolverTargetId";
|
|
69873
|
+
const _iPLRTS = "ipamPrefixListResolverTargetSet";
|
|
69874
|
+
const _iPLRVS = "ipamPrefixListResolverVersionSet";
|
|
68778
69875
|
const _iPR = "isPermanentRestore";
|
|
68779
69876
|
const _iPS = "ipamPoolSet";
|
|
68780
69877
|
const _iPSm = "imageProviderSet";
|
|
@@ -68961,6 +70058,7 @@ const _lS = "licenseSpecifications";
|
|
|
68961
70058
|
const _lSC = "lastStatusChange";
|
|
68962
70059
|
const _lSDT = "lastSuccessfulDiscoveryTime";
|
|
68963
70060
|
const _lSTS = "localStorageTypeSet";
|
|
70061
|
+
const _lSV = "lastSyncedVersion";
|
|
68964
70062
|
const _lSa = "launchSpecifications";
|
|
68965
70063
|
const _lSau = "launchSpecification";
|
|
68966
70064
|
const _lSi = "licenseSet";
|
|
@@ -68987,7 +70085,10 @@ const _lUT = "lastUpdateTime";
|
|
|
68987
70085
|
const _lUTa = "lastUpdatedTime";
|
|
68988
70086
|
const _lUTas = "lastUpdateTimestamp";
|
|
68989
70087
|
const _lV = "logVersion";
|
|
70088
|
+
const _lVCS = "lastVersionCreationStatus";
|
|
70089
|
+
const _lVCSM = "lastVersionCreationStatusMessage";
|
|
68990
70090
|
const _lVN = "latestVersionNumber";
|
|
70091
|
+
const _la = "lambda";
|
|
68991
70092
|
const _lo = "location";
|
|
68992
70093
|
const _loc = "locale";
|
|
68993
70094
|
const _m = "min";
|
|
@@ -69192,6 +70293,7 @@ const _oVCS = "openVpnConfigurationSet";
|
|
|
69192
70293
|
const _oVS = "optionValueSet";
|
|
69193
70294
|
const _oVT = "originalVolumeType";
|
|
69194
70295
|
const _op = "operator";
|
|
70296
|
+
const _ope = "operation";
|
|
69195
70297
|
const _opt = "options";
|
|
69196
70298
|
const _ou = "output";
|
|
69197
70299
|
const _ov = "overrides";
|
|
@@ -69234,9 +70336,11 @@ const _pDNVS = "privateDnsNameVerificationState";
|
|
|
69234
70336
|
const _pDNr = "privateDnsName";
|
|
69235
70337
|
const _pDNu = "publicDnsName";
|
|
69236
70338
|
const _pDOFIRE = "privateDnsOnlyForInboundResolverEndpoint";
|
|
70339
|
+
const _pDP = "privateDnsPreference";
|
|
69237
70340
|
const _pDRTI = "propagationDefaultRouteTableId";
|
|
69238
70341
|
const _pDS = "pricingDetailsSet";
|
|
69239
70342
|
const _pDSDN = "publicDualStackDnsName";
|
|
70343
|
+
const _pDSDS = "privateDnsSpecifiedDomainSet";
|
|
69240
70344
|
const _pDSI = "publicDefaultScopeId";
|
|
69241
70345
|
const _pDSIr = "privateDefaultScopeId";
|
|
69242
70346
|
const _pDa = "paymentDue";
|
|
@@ -69286,6 +70390,7 @@ const _pLI = "prefixListId";
|
|
|
69286
70390
|
const _pLIr = "prefixListIds";
|
|
69287
70391
|
const _pLN = "prefixListName";
|
|
69288
70392
|
const _pLOI = "prefixListOwnerId";
|
|
70393
|
+
const _pLR = "prefixListRegion";
|
|
69289
70394
|
const _pLS = "prefixListSet";
|
|
69290
70395
|
const _pLSh = "phase1LifetimeSeconds";
|
|
69291
70396
|
const _pLSha = "phase2LifetimeSeconds";
|
|
@@ -69456,6 +70561,7 @@ const _rSesou = "resourceSet";
|
|
|
69456
70561
|
const _rSo = "routeServer";
|
|
69457
70562
|
const _rSou = "routeSet";
|
|
69458
70563
|
const _rSout = "routeStatus";
|
|
70564
|
+
const _rSu = "ruleSet";
|
|
69459
70565
|
const _rT = "reservationType";
|
|
69460
70566
|
const _rTAI = "routeTableAssociationId";
|
|
69461
70567
|
const _rTI = "routeTableId";
|
|
@@ -69470,7 +70576,9 @@ const _rTV = "remainingTotalValue";
|
|
|
69470
70576
|
const _rTe = "resourceType";
|
|
69471
70577
|
const _rTel = "releaseTime";
|
|
69472
70578
|
const _rTeq = "requestTime";
|
|
70579
|
+
const _rTes = "resourceTag";
|
|
69473
70580
|
const _rTo = "routeTable";
|
|
70581
|
+
const _rTu = "ruleType";
|
|
69474
70582
|
const _rUFO = "reservationUnusedFinancialOwner";
|
|
69475
70583
|
const _rUI = "replaceUnhealthyInstances";
|
|
69476
70584
|
const _rUV = "remainingUpfrontValue";
|
|
@@ -69512,6 +70620,7 @@ const _sCS = "serviceConfigurationSet";
|
|
|
69512
70620
|
const _sCSIG = "sustainedClockSpeedInGhz";
|
|
69513
70621
|
const _sCc = "scopeCount";
|
|
69514
70622
|
const _sCn = "snapshotConfiguration";
|
|
70623
|
+
const _sCt = "staticCidr";
|
|
69515
70624
|
const _sD = "startDate";
|
|
69516
70625
|
const _sDC = "sourceDestCheck";
|
|
69517
70626
|
const _sDIH = "slotDurationInHours";
|
|
@@ -69749,6 +70858,7 @@ const _tIWE = "terminateInstancesWithExpiration";
|
|
|
69749
70858
|
const _tIa = "targetIops";
|
|
69750
70859
|
const _tIe = "tenantId";
|
|
69751
70860
|
const _tLSGB = "totalLocalStorageGB";
|
|
70861
|
+
const _tLV = "trackLatestVersion";
|
|
69752
70862
|
const _tMAE = "targetMultiAttachEnabled";
|
|
69753
70863
|
const _tMF = "trafficMirrorFilter";
|
|
69754
70864
|
const _tMFI = "trafficMirrorFilterId";
|
|
@@ -69897,6 +71007,7 @@ const _vI = "vpcId";
|
|
|
69897
71007
|
const _vIR = "volumeInitializationRate";
|
|
69898
71008
|
const _vIl = "vlanId";
|
|
69899
71009
|
const _vIo = "volumeId";
|
|
71010
|
+
const _vL = "vpcLattice";
|
|
69900
71011
|
const _vM = "volumeModification";
|
|
69901
71012
|
const _vMS = "volumeModificationSet";
|
|
69902
71013
|
const _vN = "virtualName";
|