@aws-sdk/client-ec2 3.777.0 → 3.782.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +136 -0
- package/dist-cjs/index.js +3032 -1378
- package/dist-es/EC2.js +34 -0
- package/dist-es/commands/AssociateRouteServerCommand.js +22 -0
- package/dist-es/commands/CopySnapshotCommand.js +1 -1
- package/dist-es/commands/CreateRouteServerCommand.js +22 -0
- package/dist-es/commands/CreateRouteServerEndpointCommand.js +22 -0
- package/dist-es/commands/CreateRouteServerPeerCommand.js +22 -0
- package/dist-es/commands/CreateVpnConnectionCommand.js +1 -2
- package/dist-es/commands/DeleteRouteServerCommand.js +22 -0
- package/dist-es/commands/DeleteRouteServerEndpointCommand.js +22 -0
- package/dist-es/commands/DeleteRouteServerPeerCommand.js +22 -0
- package/dist-es/commands/DescribeConversionTasksCommand.js +1 -1
- package/dist-es/commands/DescribeRouteServerEndpointsCommand.js +22 -0
- package/dist-es/commands/DescribeRouteServerPeersCommand.js +22 -0
- package/dist-es/commands/DescribeRouteServersCommand.js +22 -0
- package/dist-es/commands/DisableRouteServerPropagationCommand.js +22 -0
- package/dist-es/commands/DisassociateRouteServerCommand.js +22 -0
- package/dist-es/commands/EnableRouteServerPropagationCommand.js +22 -0
- package/dist-es/commands/GetRouteServerAssociationsCommand.js +22 -0
- package/dist-es/commands/GetRouteServerPropagationsCommand.js +22 -0
- package/dist-es/commands/GetRouteServerRoutingDatabaseCommand.js +22 -0
- package/dist-es/commands/ImportInstanceCommand.js +1 -1
- package/dist-es/commands/ImportSnapshotCommand.js +1 -1
- package/dist-es/commands/ImportVolumeCommand.js +1 -1
- package/dist-es/commands/ModifyRouteServerCommand.js +22 -0
- package/dist-es/commands/RunInstancesCommand.js +1 -1
- package/dist-es/commands/RunScheduledInstancesCommand.js +1 -1
- package/dist-es/commands/index.js +17 -0
- package/dist-es/models/models_0.js +8 -4
- package/dist-es/models/models_1.js +6 -11
- package/dist-es/models/models_2.js +60 -41
- package/dist-es/models/models_3.js +41 -46
- package/dist-es/models/models_4.js +46 -17
- package/dist-es/models/models_5.js +17 -11
- package/dist-es/models/models_6.js +23 -50
- package/dist-es/models/models_7.js +52 -15
- package/dist-es/models/models_8.js +16 -1
- package/dist-es/pagination/DescribeRouteServerEndpointsPaginator.js +4 -0
- package/dist-es/pagination/DescribeRouteServerPeersPaginator.js +4 -0
- package/dist-es/pagination/DescribeRouteServersPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_ec2.js +1289 -33
- package/dist-types/EC2.d.ts +122 -0
- package/dist-types/EC2Client.d.ts +19 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRouteServerCommand.d.ts +80 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CopyImageCommand.d.ts +2 -2
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +117 -0
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +102 -0
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +128 -0
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -3
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerCommand.d.ts +102 -0
- package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +89 -0
- package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +112 -0
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -2
- package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +105 -0
- package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +128 -0
- package/dist-types/commands/DescribeRouteServersCommand.d.ts +117 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +94 -0
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateRouteServerCommand.d.ts +80 -0
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -2
- package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +80 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +81 -0
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +95 -0
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +118 -0
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
- package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -2
- package/dist-types/commands/ModifyRouteServerCommand.d.ts +105 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
- package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +70 -276
- package/dist-types/models/models_1.d.ts +280 -133
- package/dist-types/models/models_2.d.ts +3322 -3460
- package/dist-types/models/models_3.d.ts +3478 -3493
- package/dist-types/models/models_4.d.ts +6856 -7221
- package/dist-types/models/models_5.d.ts +6471 -5648
- package/dist-types/models/models_6.d.ts +3623 -4512
- package/dist-types/models/models_7.d.ts +4478 -4723
- package/dist-types/models/models_8.d.ts +2106 -3
- package/dist-types/pagination/DescribeRouteServerEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeRouteServerPeersPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeRouteServersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_ec2.d.ts +153 -0
- package/dist-types/ts3.4/EC2.d.ts +292 -0
- package/dist-types/ts3.4/EC2Client.d.ts +102 -0
- package/dist-types/ts3.4/commands/AssociateRouteServerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +17 -0
- package/dist-types/ts3.4/models/models_0.d.ts +23 -37
- package/dist-types/ts3.4/models/models_1.d.ts +39 -36
- package/dist-types/ts3.4/models/models_2.d.ts +184 -182
- package/dist-types/ts3.4/models/models_3.d.ts +209 -209
- package/dist-types/ts3.4/models/models_4.d.ts +204 -213
- package/dist-types/ts3.4/models/models_5.d.ts +251 -164
- package/dist-types/ts3.4/models/models_6.d.ts +258 -404
- package/dist-types/ts3.4/models/models_7.d.ts +412 -411
- package/dist-types/ts3.4/models/models_8.d.ts +438 -3
- package/dist-types/ts3.4/pagination/DescribeRouteServerEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRouteServerPeersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeRouteServersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +204 -0
- package/package.json +5 -5
|
@@ -263,6 +263,16 @@ export const se_AssociateNatGatewayAddressCommand = async (input, context) => {
|
|
|
263
263
|
});
|
|
264
264
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
265
265
|
};
|
|
266
|
+
export const se_AssociateRouteServerCommand = async (input, context) => {
|
|
267
|
+
const headers = SHARED_HEADERS;
|
|
268
|
+
let body;
|
|
269
|
+
body = buildFormUrlencodedString({
|
|
270
|
+
...se_AssociateRouteServerRequest(input, context),
|
|
271
|
+
[_A]: _ARS,
|
|
272
|
+
[_V]: _,
|
|
273
|
+
});
|
|
274
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
275
|
+
};
|
|
266
276
|
export const se_AssociateRouteTableCommand = async (input, context) => {
|
|
267
277
|
const headers = SHARED_HEADERS;
|
|
268
278
|
let body;
|
|
@@ -1063,6 +1073,36 @@ export const se_CreateRouteCommand = async (input, context) => {
|
|
|
1063
1073
|
});
|
|
1064
1074
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1065
1075
|
};
|
|
1076
|
+
export const se_CreateRouteServerCommand = async (input, context) => {
|
|
1077
|
+
const headers = SHARED_HEADERS;
|
|
1078
|
+
let body;
|
|
1079
|
+
body = buildFormUrlencodedString({
|
|
1080
|
+
...se_CreateRouteServerRequest(input, context),
|
|
1081
|
+
[_A]: _CRS,
|
|
1082
|
+
[_V]: _,
|
|
1083
|
+
});
|
|
1084
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1085
|
+
};
|
|
1086
|
+
export const se_CreateRouteServerEndpointCommand = async (input, context) => {
|
|
1087
|
+
const headers = SHARED_HEADERS;
|
|
1088
|
+
let body;
|
|
1089
|
+
body = buildFormUrlencodedString({
|
|
1090
|
+
...se_CreateRouteServerEndpointRequest(input, context),
|
|
1091
|
+
[_A]: _CRSE,
|
|
1092
|
+
[_V]: _,
|
|
1093
|
+
});
|
|
1094
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1095
|
+
};
|
|
1096
|
+
export const se_CreateRouteServerPeerCommand = async (input, context) => {
|
|
1097
|
+
const headers = SHARED_HEADERS;
|
|
1098
|
+
let body;
|
|
1099
|
+
body = buildFormUrlencodedString({
|
|
1100
|
+
...se_CreateRouteServerPeerRequest(input, context),
|
|
1101
|
+
[_A]: _CRSP,
|
|
1102
|
+
[_V]: _,
|
|
1103
|
+
});
|
|
1104
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1105
|
+
};
|
|
1066
1106
|
export const se_CreateRouteTableCommand = async (input, context) => {
|
|
1067
1107
|
const headers = SHARED_HEADERS;
|
|
1068
1108
|
let body;
|
|
@@ -1843,6 +1883,36 @@ export const se_DeleteRouteCommand = async (input, context) => {
|
|
|
1843
1883
|
});
|
|
1844
1884
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1845
1885
|
};
|
|
1886
|
+
export const se_DeleteRouteServerCommand = async (input, context) => {
|
|
1887
|
+
const headers = SHARED_HEADERS;
|
|
1888
|
+
let body;
|
|
1889
|
+
body = buildFormUrlencodedString({
|
|
1890
|
+
...se_DeleteRouteServerRequest(input, context),
|
|
1891
|
+
[_A]: _DRS,
|
|
1892
|
+
[_V]: _,
|
|
1893
|
+
});
|
|
1894
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1895
|
+
};
|
|
1896
|
+
export const se_DeleteRouteServerEndpointCommand = async (input, context) => {
|
|
1897
|
+
const headers = SHARED_HEADERS;
|
|
1898
|
+
let body;
|
|
1899
|
+
body = buildFormUrlencodedString({
|
|
1900
|
+
...se_DeleteRouteServerEndpointRequest(input, context),
|
|
1901
|
+
[_A]: _DRSE,
|
|
1902
|
+
[_V]: _,
|
|
1903
|
+
});
|
|
1904
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1905
|
+
};
|
|
1906
|
+
export const se_DeleteRouteServerPeerCommand = async (input, context) => {
|
|
1907
|
+
const headers = SHARED_HEADERS;
|
|
1908
|
+
let body;
|
|
1909
|
+
body = buildFormUrlencodedString({
|
|
1910
|
+
...se_DeleteRouteServerPeerRequest(input, context),
|
|
1911
|
+
[_A]: _DRSP,
|
|
1912
|
+
[_V]: _,
|
|
1913
|
+
});
|
|
1914
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1915
|
+
};
|
|
1846
1916
|
export const se_DeleteRouteTableCommand = async (input, context) => {
|
|
1847
1917
|
const headers = SHARED_HEADERS;
|
|
1848
1918
|
let body;
|
|
@@ -3293,6 +3363,36 @@ export const se_DescribeReservedInstancesOfferingsCommand = async (input, contex
|
|
|
3293
3363
|
});
|
|
3294
3364
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3295
3365
|
};
|
|
3366
|
+
export const se_DescribeRouteServerEndpointsCommand = async (input, context) => {
|
|
3367
|
+
const headers = SHARED_HEADERS;
|
|
3368
|
+
let body;
|
|
3369
|
+
body = buildFormUrlencodedString({
|
|
3370
|
+
...se_DescribeRouteServerEndpointsRequest(input, context),
|
|
3371
|
+
[_A]: _DRSEe,
|
|
3372
|
+
[_V]: _,
|
|
3373
|
+
});
|
|
3374
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3375
|
+
};
|
|
3376
|
+
export const se_DescribeRouteServerPeersCommand = async (input, context) => {
|
|
3377
|
+
const headers = SHARED_HEADERS;
|
|
3378
|
+
let body;
|
|
3379
|
+
body = buildFormUrlencodedString({
|
|
3380
|
+
...se_DescribeRouteServerPeersRequest(input, context),
|
|
3381
|
+
[_A]: _DRSPe,
|
|
3382
|
+
[_V]: _,
|
|
3383
|
+
});
|
|
3384
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3385
|
+
};
|
|
3386
|
+
export const se_DescribeRouteServersCommand = async (input, context) => {
|
|
3387
|
+
const headers = SHARED_HEADERS;
|
|
3388
|
+
let body;
|
|
3389
|
+
body = buildFormUrlencodedString({
|
|
3390
|
+
...se_DescribeRouteServersRequest(input, context),
|
|
3391
|
+
[_A]: _DRSe,
|
|
3392
|
+
[_V]: _,
|
|
3393
|
+
});
|
|
3394
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3395
|
+
};
|
|
3296
3396
|
export const se_DescribeRouteTablesCommand = async (input, context) => {
|
|
3297
3397
|
const headers = SHARED_HEADERS;
|
|
3298
3398
|
let body;
|
|
@@ -4063,6 +4163,16 @@ export const se_DisableIpamOrganizationAdminAccountCommand = async (input, conte
|
|
|
4063
4163
|
});
|
|
4064
4164
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4065
4165
|
};
|
|
4166
|
+
export const se_DisableRouteServerPropagationCommand = async (input, context) => {
|
|
4167
|
+
const headers = SHARED_HEADERS;
|
|
4168
|
+
let body;
|
|
4169
|
+
body = buildFormUrlencodedString({
|
|
4170
|
+
...se_DisableRouteServerPropagationRequest(input, context),
|
|
4171
|
+
[_A]: _DRSPi,
|
|
4172
|
+
[_V]: _,
|
|
4173
|
+
});
|
|
4174
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4175
|
+
};
|
|
4066
4176
|
export const se_DisableSerialConsoleAccessCommand = async (input, context) => {
|
|
4067
4177
|
const headers = SHARED_HEADERS;
|
|
4068
4178
|
let body;
|
|
@@ -4213,6 +4323,16 @@ export const se_DisassociateNatGatewayAddressCommand = async (input, context) =>
|
|
|
4213
4323
|
});
|
|
4214
4324
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4215
4325
|
};
|
|
4326
|
+
export const se_DisassociateRouteServerCommand = async (input, context) => {
|
|
4327
|
+
const headers = SHARED_HEADERS;
|
|
4328
|
+
let body;
|
|
4329
|
+
body = buildFormUrlencodedString({
|
|
4330
|
+
...se_DisassociateRouteServerRequest(input, context),
|
|
4331
|
+
[_A]: _DRSi,
|
|
4332
|
+
[_V]: _,
|
|
4333
|
+
});
|
|
4334
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4335
|
+
};
|
|
4216
4336
|
export const se_DisassociateRouteTableCommand = async (input, context) => {
|
|
4217
4337
|
const headers = SHARED_HEADERS;
|
|
4218
4338
|
let body;
|
|
@@ -4413,6 +4533,16 @@ export const se_EnableReachabilityAnalyzerOrganizationSharingCommand = async (in
|
|
|
4413
4533
|
});
|
|
4414
4534
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4415
4535
|
};
|
|
4536
|
+
export const se_EnableRouteServerPropagationCommand = async (input, context) => {
|
|
4537
|
+
const headers = SHARED_HEADERS;
|
|
4538
|
+
let body;
|
|
4539
|
+
body = buildFormUrlencodedString({
|
|
4540
|
+
...se_EnableRouteServerPropagationRequest(input, context),
|
|
4541
|
+
[_A]: _ERSP,
|
|
4542
|
+
[_V]: _,
|
|
4543
|
+
});
|
|
4544
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4545
|
+
};
|
|
4416
4546
|
export const se_EnableSerialConsoleAccessCommand = async (input, context) => {
|
|
4417
4547
|
const headers = SHARED_HEADERS;
|
|
4418
4548
|
let body;
|
|
@@ -4873,6 +5003,36 @@ export const se_GetReservedInstancesExchangeQuoteCommand = async (input, context
|
|
|
4873
5003
|
});
|
|
4874
5004
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
4875
5005
|
};
|
|
5006
|
+
export const se_GetRouteServerAssociationsCommand = async (input, context) => {
|
|
5007
|
+
const headers = SHARED_HEADERS;
|
|
5008
|
+
let body;
|
|
5009
|
+
body = buildFormUrlencodedString({
|
|
5010
|
+
...se_GetRouteServerAssociationsRequest(input, context),
|
|
5011
|
+
[_A]: _GRSA,
|
|
5012
|
+
[_V]: _,
|
|
5013
|
+
});
|
|
5014
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5015
|
+
};
|
|
5016
|
+
export const se_GetRouteServerPropagationsCommand = async (input, context) => {
|
|
5017
|
+
const headers = SHARED_HEADERS;
|
|
5018
|
+
let body;
|
|
5019
|
+
body = buildFormUrlencodedString({
|
|
5020
|
+
...se_GetRouteServerPropagationsRequest(input, context),
|
|
5021
|
+
[_A]: _GRSP,
|
|
5022
|
+
[_V]: _,
|
|
5023
|
+
});
|
|
5024
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5025
|
+
};
|
|
5026
|
+
export const se_GetRouteServerRoutingDatabaseCommand = async (input, context) => {
|
|
5027
|
+
const headers = SHARED_HEADERS;
|
|
5028
|
+
let body;
|
|
5029
|
+
body = buildFormUrlencodedString({
|
|
5030
|
+
...se_GetRouteServerRoutingDatabaseRequest(input, context),
|
|
5031
|
+
[_A]: _GRSRD,
|
|
5032
|
+
[_V]: _,
|
|
5033
|
+
});
|
|
5034
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5035
|
+
};
|
|
4876
5036
|
export const se_GetSecurityGroupsForVpcCommand = async (input, context) => {
|
|
4877
5037
|
const headers = SHARED_HEADERS;
|
|
4878
5038
|
let body;
|
|
@@ -5493,6 +5653,16 @@ export const se_ModifyReservedInstancesCommand = async (input, context) => {
|
|
|
5493
5653
|
});
|
|
5494
5654
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5495
5655
|
};
|
|
5656
|
+
export const se_ModifyRouteServerCommand = async (input, context) => {
|
|
5657
|
+
const headers = SHARED_HEADERS;
|
|
5658
|
+
let body;
|
|
5659
|
+
body = buildFormUrlencodedString({
|
|
5660
|
+
...se_ModifyRouteServerRequest(input, context),
|
|
5661
|
+
[_A]: _MRS,
|
|
5662
|
+
[_V]: _,
|
|
5663
|
+
});
|
|
5664
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
5665
|
+
};
|
|
5496
5666
|
export const se_ModifySecurityGroupRulesCommand = async (input, context) => {
|
|
5497
5667
|
const headers = SHARED_HEADERS;
|
|
5498
5668
|
let body;
|
|
@@ -6918,6 +7088,19 @@ export const de_AssociateNatGatewayAddressCommand = async (output, context) => {
|
|
|
6918
7088
|
};
|
|
6919
7089
|
return response;
|
|
6920
7090
|
};
|
|
7091
|
+
export const de_AssociateRouteServerCommand = async (output, context) => {
|
|
7092
|
+
if (output.statusCode >= 300) {
|
|
7093
|
+
return de_CommandError(output, context);
|
|
7094
|
+
}
|
|
7095
|
+
const data = await parseBody(output.body, context);
|
|
7096
|
+
let contents = {};
|
|
7097
|
+
contents = de_AssociateRouteServerResult(data, context);
|
|
7098
|
+
const response = {
|
|
7099
|
+
$metadata: deserializeMetadata(output),
|
|
7100
|
+
...contents,
|
|
7101
|
+
};
|
|
7102
|
+
return response;
|
|
7103
|
+
};
|
|
6921
7104
|
export const de_AssociateRouteTableCommand = async (output, context) => {
|
|
6922
7105
|
if (output.statusCode >= 300) {
|
|
6923
7106
|
return de_CommandError(output, context);
|
|
@@ -7946,6 +8129,45 @@ export const de_CreateRouteCommand = async (output, context) => {
|
|
|
7946
8129
|
};
|
|
7947
8130
|
return response;
|
|
7948
8131
|
};
|
|
8132
|
+
export const de_CreateRouteServerCommand = async (output, context) => {
|
|
8133
|
+
if (output.statusCode >= 300) {
|
|
8134
|
+
return de_CommandError(output, context);
|
|
8135
|
+
}
|
|
8136
|
+
const data = await parseBody(output.body, context);
|
|
8137
|
+
let contents = {};
|
|
8138
|
+
contents = de_CreateRouteServerResult(data, context);
|
|
8139
|
+
const response = {
|
|
8140
|
+
$metadata: deserializeMetadata(output),
|
|
8141
|
+
...contents,
|
|
8142
|
+
};
|
|
8143
|
+
return response;
|
|
8144
|
+
};
|
|
8145
|
+
export const de_CreateRouteServerEndpointCommand = async (output, context) => {
|
|
8146
|
+
if (output.statusCode >= 300) {
|
|
8147
|
+
return de_CommandError(output, context);
|
|
8148
|
+
}
|
|
8149
|
+
const data = await parseBody(output.body, context);
|
|
8150
|
+
let contents = {};
|
|
8151
|
+
contents = de_CreateRouteServerEndpointResult(data, context);
|
|
8152
|
+
const response = {
|
|
8153
|
+
$metadata: deserializeMetadata(output),
|
|
8154
|
+
...contents,
|
|
8155
|
+
};
|
|
8156
|
+
return response;
|
|
8157
|
+
};
|
|
8158
|
+
export const de_CreateRouteServerPeerCommand = async (output, context) => {
|
|
8159
|
+
if (output.statusCode >= 300) {
|
|
8160
|
+
return de_CommandError(output, context);
|
|
8161
|
+
}
|
|
8162
|
+
const data = await parseBody(output.body, context);
|
|
8163
|
+
let contents = {};
|
|
8164
|
+
contents = de_CreateRouteServerPeerResult(data, context);
|
|
8165
|
+
const response = {
|
|
8166
|
+
$metadata: deserializeMetadata(output),
|
|
8167
|
+
...contents,
|
|
8168
|
+
};
|
|
8169
|
+
return response;
|
|
8170
|
+
};
|
|
7949
8171
|
export const de_CreateRouteTableCommand = async (output, context) => {
|
|
7950
8172
|
if (output.statusCode >= 300) {
|
|
7951
8173
|
return de_CommandError(output, context);
|
|
@@ -8930,6 +9152,45 @@ export const de_DeleteRouteCommand = async (output, context) => {
|
|
|
8930
9152
|
};
|
|
8931
9153
|
return response;
|
|
8932
9154
|
};
|
|
9155
|
+
export const de_DeleteRouteServerCommand = async (output, context) => {
|
|
9156
|
+
if (output.statusCode >= 300) {
|
|
9157
|
+
return de_CommandError(output, context);
|
|
9158
|
+
}
|
|
9159
|
+
const data = await parseBody(output.body, context);
|
|
9160
|
+
let contents = {};
|
|
9161
|
+
contents = de_DeleteRouteServerResult(data, context);
|
|
9162
|
+
const response = {
|
|
9163
|
+
$metadata: deserializeMetadata(output),
|
|
9164
|
+
...contents,
|
|
9165
|
+
};
|
|
9166
|
+
return response;
|
|
9167
|
+
};
|
|
9168
|
+
export const de_DeleteRouteServerEndpointCommand = async (output, context) => {
|
|
9169
|
+
if (output.statusCode >= 300) {
|
|
9170
|
+
return de_CommandError(output, context);
|
|
9171
|
+
}
|
|
9172
|
+
const data = await parseBody(output.body, context);
|
|
9173
|
+
let contents = {};
|
|
9174
|
+
contents = de_DeleteRouteServerEndpointResult(data, context);
|
|
9175
|
+
const response = {
|
|
9176
|
+
$metadata: deserializeMetadata(output),
|
|
9177
|
+
...contents,
|
|
9178
|
+
};
|
|
9179
|
+
return response;
|
|
9180
|
+
};
|
|
9181
|
+
export const de_DeleteRouteServerPeerCommand = async (output, context) => {
|
|
9182
|
+
if (output.statusCode >= 300) {
|
|
9183
|
+
return de_CommandError(output, context);
|
|
9184
|
+
}
|
|
9185
|
+
const data = await parseBody(output.body, context);
|
|
9186
|
+
let contents = {};
|
|
9187
|
+
contents = de_DeleteRouteServerPeerResult(data, context);
|
|
9188
|
+
const response = {
|
|
9189
|
+
$metadata: deserializeMetadata(output),
|
|
9190
|
+
...contents,
|
|
9191
|
+
};
|
|
9192
|
+
return response;
|
|
9193
|
+
};
|
|
8933
9194
|
export const de_DeleteRouteTableCommand = async (output, context) => {
|
|
8934
9195
|
if (output.statusCode >= 300) {
|
|
8935
9196
|
return de_CommandError(output, context);
|
|
@@ -10785,6 +11046,45 @@ export const de_DescribeReservedInstancesOfferingsCommand = async (output, conte
|
|
|
10785
11046
|
};
|
|
10786
11047
|
return response;
|
|
10787
11048
|
};
|
|
11049
|
+
export const de_DescribeRouteServerEndpointsCommand = async (output, context) => {
|
|
11050
|
+
if (output.statusCode >= 300) {
|
|
11051
|
+
return de_CommandError(output, context);
|
|
11052
|
+
}
|
|
11053
|
+
const data = await parseBody(output.body, context);
|
|
11054
|
+
let contents = {};
|
|
11055
|
+
contents = de_DescribeRouteServerEndpointsResult(data, context);
|
|
11056
|
+
const response = {
|
|
11057
|
+
$metadata: deserializeMetadata(output),
|
|
11058
|
+
...contents,
|
|
11059
|
+
};
|
|
11060
|
+
return response;
|
|
11061
|
+
};
|
|
11062
|
+
export const de_DescribeRouteServerPeersCommand = async (output, context) => {
|
|
11063
|
+
if (output.statusCode >= 300) {
|
|
11064
|
+
return de_CommandError(output, context);
|
|
11065
|
+
}
|
|
11066
|
+
const data = await parseBody(output.body, context);
|
|
11067
|
+
let contents = {};
|
|
11068
|
+
contents = de_DescribeRouteServerPeersResult(data, context);
|
|
11069
|
+
const response = {
|
|
11070
|
+
$metadata: deserializeMetadata(output),
|
|
11071
|
+
...contents,
|
|
11072
|
+
};
|
|
11073
|
+
return response;
|
|
11074
|
+
};
|
|
11075
|
+
export const de_DescribeRouteServersCommand = async (output, context) => {
|
|
11076
|
+
if (output.statusCode >= 300) {
|
|
11077
|
+
return de_CommandError(output, context);
|
|
11078
|
+
}
|
|
11079
|
+
const data = await parseBody(output.body, context);
|
|
11080
|
+
let contents = {};
|
|
11081
|
+
contents = de_DescribeRouteServersResult(data, context);
|
|
11082
|
+
const response = {
|
|
11083
|
+
$metadata: deserializeMetadata(output),
|
|
11084
|
+
...contents,
|
|
11085
|
+
};
|
|
11086
|
+
return response;
|
|
11087
|
+
};
|
|
10788
11088
|
export const de_DescribeRouteTablesCommand = async (output, context) => {
|
|
10789
11089
|
if (output.statusCode >= 300) {
|
|
10790
11090
|
return de_CommandError(output, context);
|
|
@@ -11777,6 +12077,19 @@ export const de_DisableIpamOrganizationAdminAccountCommand = async (output, cont
|
|
|
11777
12077
|
};
|
|
11778
12078
|
return response;
|
|
11779
12079
|
};
|
|
12080
|
+
export const de_DisableRouteServerPropagationCommand = async (output, context) => {
|
|
12081
|
+
if (output.statusCode >= 300) {
|
|
12082
|
+
return de_CommandError(output, context);
|
|
12083
|
+
}
|
|
12084
|
+
const data = await parseBody(output.body, context);
|
|
12085
|
+
let contents = {};
|
|
12086
|
+
contents = de_DisableRouteServerPropagationResult(data, context);
|
|
12087
|
+
const response = {
|
|
12088
|
+
$metadata: deserializeMetadata(output),
|
|
12089
|
+
...contents,
|
|
12090
|
+
};
|
|
12091
|
+
return response;
|
|
12092
|
+
};
|
|
11780
12093
|
export const de_DisableSerialConsoleAccessCommand = async (output, context) => {
|
|
11781
12094
|
if (output.statusCode >= 300) {
|
|
11782
12095
|
return de_CommandError(output, context);
|
|
@@ -11966,6 +12279,19 @@ export const de_DisassociateNatGatewayAddressCommand = async (output, context) =
|
|
|
11966
12279
|
};
|
|
11967
12280
|
return response;
|
|
11968
12281
|
};
|
|
12282
|
+
export const de_DisassociateRouteServerCommand = async (output, context) => {
|
|
12283
|
+
if (output.statusCode >= 300) {
|
|
12284
|
+
return de_CommandError(output, context);
|
|
12285
|
+
}
|
|
12286
|
+
const data = await parseBody(output.body, context);
|
|
12287
|
+
let contents = {};
|
|
12288
|
+
contents = de_DisassociateRouteServerResult(data, context);
|
|
12289
|
+
const response = {
|
|
12290
|
+
$metadata: deserializeMetadata(output),
|
|
12291
|
+
...contents,
|
|
12292
|
+
};
|
|
12293
|
+
return response;
|
|
12294
|
+
};
|
|
11969
12295
|
export const de_DisassociateRouteTableCommand = async (output, context) => {
|
|
11970
12296
|
if (output.statusCode >= 300) {
|
|
11971
12297
|
return de_CommandError(output, context);
|
|
@@ -12223,6 +12549,19 @@ export const de_EnableReachabilityAnalyzerOrganizationSharingCommand = async (ou
|
|
|
12223
12549
|
};
|
|
12224
12550
|
return response;
|
|
12225
12551
|
};
|
|
12552
|
+
export const de_EnableRouteServerPropagationCommand = async (output, context) => {
|
|
12553
|
+
if (output.statusCode >= 300) {
|
|
12554
|
+
return de_CommandError(output, context);
|
|
12555
|
+
}
|
|
12556
|
+
const data = await parseBody(output.body, context);
|
|
12557
|
+
let contents = {};
|
|
12558
|
+
contents = de_EnableRouteServerPropagationResult(data, context);
|
|
12559
|
+
const response = {
|
|
12560
|
+
$metadata: deserializeMetadata(output),
|
|
12561
|
+
...contents,
|
|
12562
|
+
};
|
|
12563
|
+
return response;
|
|
12564
|
+
};
|
|
12226
12565
|
export const de_EnableSerialConsoleAccessCommand = async (output, context) => {
|
|
12227
12566
|
if (output.statusCode >= 300) {
|
|
12228
12567
|
return de_CommandError(output, context);
|
|
@@ -12815,6 +13154,45 @@ export const de_GetReservedInstancesExchangeQuoteCommand = async (output, contex
|
|
|
12815
13154
|
};
|
|
12816
13155
|
return response;
|
|
12817
13156
|
};
|
|
13157
|
+
export const de_GetRouteServerAssociationsCommand = async (output, context) => {
|
|
13158
|
+
if (output.statusCode >= 300) {
|
|
13159
|
+
return de_CommandError(output, context);
|
|
13160
|
+
}
|
|
13161
|
+
const data = await parseBody(output.body, context);
|
|
13162
|
+
let contents = {};
|
|
13163
|
+
contents = de_GetRouteServerAssociationsResult(data, context);
|
|
13164
|
+
const response = {
|
|
13165
|
+
$metadata: deserializeMetadata(output),
|
|
13166
|
+
...contents,
|
|
13167
|
+
};
|
|
13168
|
+
return response;
|
|
13169
|
+
};
|
|
13170
|
+
export const de_GetRouteServerPropagationsCommand = async (output, context) => {
|
|
13171
|
+
if (output.statusCode >= 300) {
|
|
13172
|
+
return de_CommandError(output, context);
|
|
13173
|
+
}
|
|
13174
|
+
const data = await parseBody(output.body, context);
|
|
13175
|
+
let contents = {};
|
|
13176
|
+
contents = de_GetRouteServerPropagationsResult(data, context);
|
|
13177
|
+
const response = {
|
|
13178
|
+
$metadata: deserializeMetadata(output),
|
|
13179
|
+
...contents,
|
|
13180
|
+
};
|
|
13181
|
+
return response;
|
|
13182
|
+
};
|
|
13183
|
+
export const de_GetRouteServerRoutingDatabaseCommand = async (output, context) => {
|
|
13184
|
+
if (output.statusCode >= 300) {
|
|
13185
|
+
return de_CommandError(output, context);
|
|
13186
|
+
}
|
|
13187
|
+
const data = await parseBody(output.body, context);
|
|
13188
|
+
let contents = {};
|
|
13189
|
+
contents = de_GetRouteServerRoutingDatabaseResult(data, context);
|
|
13190
|
+
const response = {
|
|
13191
|
+
$metadata: deserializeMetadata(output),
|
|
13192
|
+
...contents,
|
|
13193
|
+
};
|
|
13194
|
+
return response;
|
|
13195
|
+
};
|
|
12818
13196
|
export const de_GetSecurityGroupsForVpcCommand = async (output, context) => {
|
|
12819
13197
|
if (output.statusCode >= 300) {
|
|
12820
13198
|
return de_CommandError(output, context);
|
|
@@ -13606,6 +13984,19 @@ export const de_ModifyReservedInstancesCommand = async (output, context) => {
|
|
|
13606
13984
|
};
|
|
13607
13985
|
return response;
|
|
13608
13986
|
};
|
|
13987
|
+
export const de_ModifyRouteServerCommand = async (output, context) => {
|
|
13988
|
+
if (output.statusCode >= 300) {
|
|
13989
|
+
return de_CommandError(output, context);
|
|
13990
|
+
}
|
|
13991
|
+
const data = await parseBody(output.body, context);
|
|
13992
|
+
let contents = {};
|
|
13993
|
+
contents = de_ModifyRouteServerResult(data, context);
|
|
13994
|
+
const response = {
|
|
13995
|
+
$metadata: deserializeMetadata(output),
|
|
13996
|
+
...contents,
|
|
13997
|
+
};
|
|
13998
|
+
return response;
|
|
13999
|
+
};
|
|
13609
14000
|
export const de_ModifySecurityGroupRulesCommand = async (output, context) => {
|
|
13610
14001
|
if (output.statusCode >= 300) {
|
|
13611
14002
|
return de_CommandError(output, context);
|
|
@@ -15794,6 +16185,19 @@ const se_AssociateNatGatewayAddressRequest = (input, context) => {
|
|
|
15794
16185
|
}
|
|
15795
16186
|
return entries;
|
|
15796
16187
|
};
|
|
16188
|
+
const se_AssociateRouteServerRequest = (input, context) => {
|
|
16189
|
+
const entries = {};
|
|
16190
|
+
if (input[_RSIo] != null) {
|
|
16191
|
+
entries[_RSIo] = input[_RSIo];
|
|
16192
|
+
}
|
|
16193
|
+
if (input[_VI] != null) {
|
|
16194
|
+
entries[_VI] = input[_VI];
|
|
16195
|
+
}
|
|
16196
|
+
if (input[_DRr] != null) {
|
|
16197
|
+
entries[_DRr] = input[_DRr];
|
|
16198
|
+
}
|
|
16199
|
+
return entries;
|
|
16200
|
+
};
|
|
15797
16201
|
const se_AssociateRouteTableRequest = (input, context) => {
|
|
15798
16202
|
const entries = {};
|
|
15799
16203
|
if (input[_GI] != null) {
|
|
@@ -16832,6 +17236,9 @@ const se_CopyFpgaImageRequest = (input, context) => {
|
|
|
16832
17236
|
};
|
|
16833
17237
|
const se_CopyImageRequest = (input, context) => {
|
|
16834
17238
|
const entries = {};
|
|
17239
|
+
if (input[_CTl] === undefined) {
|
|
17240
|
+
input[_CTl] = generateIdempotencyToken();
|
|
17241
|
+
}
|
|
16835
17242
|
if (input[_CTl] != null) {
|
|
16836
17243
|
entries[_CTl] = input[_CTl];
|
|
16837
17244
|
}
|
|
@@ -18545,6 +18952,91 @@ const se_CreateRouteRequest = (input, context) => {
|
|
|
18545
18952
|
}
|
|
18546
18953
|
return entries;
|
|
18547
18954
|
};
|
|
18955
|
+
const se_CreateRouteServerEndpointRequest = (input, context) => {
|
|
18956
|
+
const entries = {};
|
|
18957
|
+
if (input[_RSIo] != null) {
|
|
18958
|
+
entries[_RSIo] = input[_RSIo];
|
|
18959
|
+
}
|
|
18960
|
+
if (input[_SIub] != null) {
|
|
18961
|
+
entries[_SIub] = input[_SIub];
|
|
18962
|
+
}
|
|
18963
|
+
if (input[_CTl] === undefined) {
|
|
18964
|
+
input[_CTl] = generateIdempotencyToken();
|
|
18965
|
+
}
|
|
18966
|
+
if (input[_CTl] != null) {
|
|
18967
|
+
entries[_CTl] = input[_CTl];
|
|
18968
|
+
}
|
|
18969
|
+
if (input[_DRr] != null) {
|
|
18970
|
+
entries[_DRr] = input[_DRr];
|
|
18971
|
+
}
|
|
18972
|
+
if (input[_TS] != null) {
|
|
18973
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
18974
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18975
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
18976
|
+
entries[loc] = value;
|
|
18977
|
+
});
|
|
18978
|
+
}
|
|
18979
|
+
return entries;
|
|
18980
|
+
};
|
|
18981
|
+
const se_CreateRouteServerPeerRequest = (input, context) => {
|
|
18982
|
+
const entries = {};
|
|
18983
|
+
if (input[_RSEI] != null) {
|
|
18984
|
+
entries[_RSEI] = input[_RSEI];
|
|
18985
|
+
}
|
|
18986
|
+
if (input[_PAe] != null) {
|
|
18987
|
+
entries[_PAe] = input[_PAe];
|
|
18988
|
+
}
|
|
18989
|
+
if (input[_BO] != null) {
|
|
18990
|
+
const memberEntries = se_RouteServerBgpOptionsRequest(input[_BO], context);
|
|
18991
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18992
|
+
const loc = `BgpOptions.${key}`;
|
|
18993
|
+
entries[loc] = value;
|
|
18994
|
+
});
|
|
18995
|
+
}
|
|
18996
|
+
if (input[_DRr] != null) {
|
|
18997
|
+
entries[_DRr] = input[_DRr];
|
|
18998
|
+
}
|
|
18999
|
+
if (input[_TS] != null) {
|
|
19000
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
19001
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19002
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
19003
|
+
entries[loc] = value;
|
|
19004
|
+
});
|
|
19005
|
+
}
|
|
19006
|
+
return entries;
|
|
19007
|
+
};
|
|
19008
|
+
const se_CreateRouteServerRequest = (input, context) => {
|
|
19009
|
+
const entries = {};
|
|
19010
|
+
if (input[_ASA] != null) {
|
|
19011
|
+
entries[_ASA] = input[_ASA];
|
|
19012
|
+
}
|
|
19013
|
+
if (input[_CTl] === undefined) {
|
|
19014
|
+
input[_CTl] = generateIdempotencyToken();
|
|
19015
|
+
}
|
|
19016
|
+
if (input[_CTl] != null) {
|
|
19017
|
+
entries[_CTl] = input[_CTl];
|
|
19018
|
+
}
|
|
19019
|
+
if (input[_DRr] != null) {
|
|
19020
|
+
entries[_DRr] = input[_DRr];
|
|
19021
|
+
}
|
|
19022
|
+
if (input[_PRe] != null) {
|
|
19023
|
+
entries[_PRe] = input[_PRe];
|
|
19024
|
+
}
|
|
19025
|
+
if (input[_PRD] != null) {
|
|
19026
|
+
entries[_PRD] = input[_PRD];
|
|
19027
|
+
}
|
|
19028
|
+
if (input[_SNE] != null) {
|
|
19029
|
+
entries[_SNE] = input[_SNE];
|
|
19030
|
+
}
|
|
19031
|
+
if (input[_TS] != null) {
|
|
19032
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
19033
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
19034
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
19035
|
+
entries[loc] = value;
|
|
19036
|
+
});
|
|
19037
|
+
}
|
|
19038
|
+
return entries;
|
|
19039
|
+
};
|
|
18548
19040
|
const se_CreateRouteTableRequest = (input, context) => {
|
|
18549
19041
|
const entries = {};
|
|
18550
19042
|
if (input[_TS] != null) {
|
|
@@ -19047,8 +19539,8 @@ const se_CreateTransitGatewayPeeringAttachmentRequest = (input, context) => {
|
|
|
19047
19539
|
if (input[_PAI] != null) {
|
|
19048
19540
|
entries[_PAI] = input[_PAI];
|
|
19049
19541
|
}
|
|
19050
|
-
if (input[
|
|
19051
|
-
entries[
|
|
19542
|
+
if (input[_PRee] != null) {
|
|
19543
|
+
entries[_PRee] = input[_PRee];
|
|
19052
19544
|
}
|
|
19053
19545
|
if (input[_Op] != null) {
|
|
19054
19546
|
const memberEntries = se_CreateTransitGatewayPeeringAttachmentRequestOptions(input[_Op], context);
|
|
@@ -19937,8 +20429,8 @@ const se_CreateVpcEndpointServiceConfigurationRequest = (input, context) => {
|
|
|
19937
20429
|
};
|
|
19938
20430
|
const se_CreateVpcPeeringConnectionRequest = (input, context) => {
|
|
19939
20431
|
const entries = {};
|
|
19940
|
-
if (input[
|
|
19941
|
-
entries[
|
|
20432
|
+
if (input[_PRee] != null) {
|
|
20433
|
+
entries[_PRee] = input[_PRee];
|
|
19942
20434
|
}
|
|
19943
20435
|
if (input[_TS] != null) {
|
|
19944
20436
|
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
@@ -20627,6 +21119,36 @@ const se_DeleteRouteRequest = (input, context) => {
|
|
|
20627
21119
|
}
|
|
20628
21120
|
return entries;
|
|
20629
21121
|
};
|
|
21122
|
+
const se_DeleteRouteServerEndpointRequest = (input, context) => {
|
|
21123
|
+
const entries = {};
|
|
21124
|
+
if (input[_RSEI] != null) {
|
|
21125
|
+
entries[_RSEI] = input[_RSEI];
|
|
21126
|
+
}
|
|
21127
|
+
if (input[_DRr] != null) {
|
|
21128
|
+
entries[_DRr] = input[_DRr];
|
|
21129
|
+
}
|
|
21130
|
+
return entries;
|
|
21131
|
+
};
|
|
21132
|
+
const se_DeleteRouteServerPeerRequest = (input, context) => {
|
|
21133
|
+
const entries = {};
|
|
21134
|
+
if (input[_RSPI] != null) {
|
|
21135
|
+
entries[_RSPI] = input[_RSPI];
|
|
21136
|
+
}
|
|
21137
|
+
if (input[_DRr] != null) {
|
|
21138
|
+
entries[_DRr] = input[_DRr];
|
|
21139
|
+
}
|
|
21140
|
+
return entries;
|
|
21141
|
+
};
|
|
21142
|
+
const se_DeleteRouteServerRequest = (input, context) => {
|
|
21143
|
+
const entries = {};
|
|
21144
|
+
if (input[_RSIo] != null) {
|
|
21145
|
+
entries[_RSIo] = input[_RSIo];
|
|
21146
|
+
}
|
|
21147
|
+
if (input[_DRr] != null) {
|
|
21148
|
+
entries[_DRr] = input[_DRr];
|
|
21149
|
+
}
|
|
21150
|
+
return entries;
|
|
21151
|
+
};
|
|
20630
21152
|
const se_DeleteRouteTableRequest = (input, context) => {
|
|
20631
21153
|
const entries = {};
|
|
20632
21154
|
if (input[_DRr] != null) {
|
|
@@ -23724,6 +24246,87 @@ const se_DescribeReservedInstancesRequest = (input, context) => {
|
|
|
23724
24246
|
}
|
|
23725
24247
|
return entries;
|
|
23726
24248
|
};
|
|
24249
|
+
const se_DescribeRouteServerEndpointsRequest = (input, context) => {
|
|
24250
|
+
const entries = {};
|
|
24251
|
+
if (input[_RSEIo] != null) {
|
|
24252
|
+
const memberEntries = se_RouteServerEndpointIdsList(input[_RSEIo], context);
|
|
24253
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24254
|
+
const loc = `RouteServerEndpointId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24255
|
+
entries[loc] = value;
|
|
24256
|
+
});
|
|
24257
|
+
}
|
|
24258
|
+
if (input[_NT] != null) {
|
|
24259
|
+
entries[_NT] = input[_NT];
|
|
24260
|
+
}
|
|
24261
|
+
if (input[_MR] != null) {
|
|
24262
|
+
entries[_MR] = input[_MR];
|
|
24263
|
+
}
|
|
24264
|
+
if (input[_Fi] != null) {
|
|
24265
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24266
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24267
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24268
|
+
entries[loc] = value;
|
|
24269
|
+
});
|
|
24270
|
+
}
|
|
24271
|
+
if (input[_DRr] != null) {
|
|
24272
|
+
entries[_DRr] = input[_DRr];
|
|
24273
|
+
}
|
|
24274
|
+
return entries;
|
|
24275
|
+
};
|
|
24276
|
+
const se_DescribeRouteServerPeersRequest = (input, context) => {
|
|
24277
|
+
const entries = {};
|
|
24278
|
+
if (input[_RSPIo] != null) {
|
|
24279
|
+
const memberEntries = se_RouteServerPeerIdsList(input[_RSPIo], context);
|
|
24280
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24281
|
+
const loc = `RouteServerPeerId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24282
|
+
entries[loc] = value;
|
|
24283
|
+
});
|
|
24284
|
+
}
|
|
24285
|
+
if (input[_NT] != null) {
|
|
24286
|
+
entries[_NT] = input[_NT];
|
|
24287
|
+
}
|
|
24288
|
+
if (input[_MR] != null) {
|
|
24289
|
+
entries[_MR] = input[_MR];
|
|
24290
|
+
}
|
|
24291
|
+
if (input[_Fi] != null) {
|
|
24292
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24293
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24294
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24295
|
+
entries[loc] = value;
|
|
24296
|
+
});
|
|
24297
|
+
}
|
|
24298
|
+
if (input[_DRr] != null) {
|
|
24299
|
+
entries[_DRr] = input[_DRr];
|
|
24300
|
+
}
|
|
24301
|
+
return entries;
|
|
24302
|
+
};
|
|
24303
|
+
const se_DescribeRouteServersRequest = (input, context) => {
|
|
24304
|
+
const entries = {};
|
|
24305
|
+
if (input[_RSIou] != null) {
|
|
24306
|
+
const memberEntries = se_RouteServerIdsList(input[_RSIou], context);
|
|
24307
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24308
|
+
const loc = `RouteServerId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24309
|
+
entries[loc] = value;
|
|
24310
|
+
});
|
|
24311
|
+
}
|
|
24312
|
+
if (input[_NT] != null) {
|
|
24313
|
+
entries[_NT] = input[_NT];
|
|
24314
|
+
}
|
|
24315
|
+
if (input[_MR] != null) {
|
|
24316
|
+
entries[_MR] = input[_MR];
|
|
24317
|
+
}
|
|
24318
|
+
if (input[_Fi] != null) {
|
|
24319
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24320
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24321
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24322
|
+
entries[loc] = value;
|
|
24323
|
+
});
|
|
24324
|
+
}
|
|
24325
|
+
if (input[_DRr] != null) {
|
|
24326
|
+
entries[_DRr] = input[_DRr];
|
|
24327
|
+
}
|
|
24328
|
+
return entries;
|
|
24329
|
+
};
|
|
23727
24330
|
const se_DescribeRouteTablesRequest = (input, context) => {
|
|
23728
24331
|
const entries = {};
|
|
23729
24332
|
if (input[_NT] != null) {
|
|
@@ -25473,6 +26076,19 @@ const se_DisableIpamOrganizationAdminAccountRequest = (input, context) => {
|
|
|
25473
26076
|
}
|
|
25474
26077
|
return entries;
|
|
25475
26078
|
};
|
|
26079
|
+
const se_DisableRouteServerPropagationRequest = (input, context) => {
|
|
26080
|
+
const entries = {};
|
|
26081
|
+
if (input[_RSIo] != null) {
|
|
26082
|
+
entries[_RSIo] = input[_RSIo];
|
|
26083
|
+
}
|
|
26084
|
+
if (input[_RTI] != null) {
|
|
26085
|
+
entries[_RTI] = input[_RTI];
|
|
26086
|
+
}
|
|
26087
|
+
if (input[_DRr] != null) {
|
|
26088
|
+
entries[_DRr] = input[_DRr];
|
|
26089
|
+
}
|
|
26090
|
+
return entries;
|
|
26091
|
+
};
|
|
25476
26092
|
const se_DisableSerialConsoleAccessRequest = (input, context) => {
|
|
25477
26093
|
const entries = {};
|
|
25478
26094
|
if (input[_DRr] != null) {
|
|
@@ -25652,6 +26268,19 @@ const se_DisassociateNatGatewayAddressRequest = (input, context) => {
|
|
|
25652
26268
|
}
|
|
25653
26269
|
return entries;
|
|
25654
26270
|
};
|
|
26271
|
+
const se_DisassociateRouteServerRequest = (input, context) => {
|
|
26272
|
+
const entries = {};
|
|
26273
|
+
if (input[_RSIo] != null) {
|
|
26274
|
+
entries[_RSIo] = input[_RSIo];
|
|
26275
|
+
}
|
|
26276
|
+
if (input[_VI] != null) {
|
|
26277
|
+
entries[_VI] = input[_VI];
|
|
26278
|
+
}
|
|
26279
|
+
if (input[_DRr] != null) {
|
|
26280
|
+
entries[_DRr] = input[_DRr];
|
|
26281
|
+
}
|
|
26282
|
+
return entries;
|
|
26283
|
+
};
|
|
25655
26284
|
const se_DisassociateRouteTableRequest = (input, context) => {
|
|
25656
26285
|
const entries = {};
|
|
25657
26286
|
if (input[_DRr] != null) {
|
|
@@ -26126,6 +26755,19 @@ const se_EnableReachabilityAnalyzerOrganizationSharingRequest = (input, context)
|
|
|
26126
26755
|
}
|
|
26127
26756
|
return entries;
|
|
26128
26757
|
};
|
|
26758
|
+
const se_EnableRouteServerPropagationRequest = (input, context) => {
|
|
26759
|
+
const entries = {};
|
|
26760
|
+
if (input[_RSIo] != null) {
|
|
26761
|
+
entries[_RSIo] = input[_RSIo];
|
|
26762
|
+
}
|
|
26763
|
+
if (input[_RTI] != null) {
|
|
26764
|
+
entries[_RTI] = input[_RTI];
|
|
26765
|
+
}
|
|
26766
|
+
if (input[_DRr] != null) {
|
|
26767
|
+
entries[_DRr] = input[_DRr];
|
|
26768
|
+
}
|
|
26769
|
+
return entries;
|
|
26770
|
+
};
|
|
26129
26771
|
const se_EnableSerialConsoleAccessRequest = (input, context) => {
|
|
26130
26772
|
const entries = {};
|
|
26131
26773
|
if (input[_DRr] != null) {
|
|
@@ -27315,6 +27957,52 @@ const se_GetReservedInstancesExchangeQuoteRequest = (input, context) => {
|
|
|
27315
27957
|
}
|
|
27316
27958
|
return entries;
|
|
27317
27959
|
};
|
|
27960
|
+
const se_GetRouteServerAssociationsRequest = (input, context) => {
|
|
27961
|
+
const entries = {};
|
|
27962
|
+
if (input[_RSIo] != null) {
|
|
27963
|
+
entries[_RSIo] = input[_RSIo];
|
|
27964
|
+
}
|
|
27965
|
+
if (input[_DRr] != null) {
|
|
27966
|
+
entries[_DRr] = input[_DRr];
|
|
27967
|
+
}
|
|
27968
|
+
return entries;
|
|
27969
|
+
};
|
|
27970
|
+
const se_GetRouteServerPropagationsRequest = (input, context) => {
|
|
27971
|
+
const entries = {};
|
|
27972
|
+
if (input[_RSIo] != null) {
|
|
27973
|
+
entries[_RSIo] = input[_RSIo];
|
|
27974
|
+
}
|
|
27975
|
+
if (input[_RTI] != null) {
|
|
27976
|
+
entries[_RTI] = input[_RTI];
|
|
27977
|
+
}
|
|
27978
|
+
if (input[_DRr] != null) {
|
|
27979
|
+
entries[_DRr] = input[_DRr];
|
|
27980
|
+
}
|
|
27981
|
+
return entries;
|
|
27982
|
+
};
|
|
27983
|
+
const se_GetRouteServerRoutingDatabaseRequest = (input, context) => {
|
|
27984
|
+
const entries = {};
|
|
27985
|
+
if (input[_RSIo] != null) {
|
|
27986
|
+
entries[_RSIo] = input[_RSIo];
|
|
27987
|
+
}
|
|
27988
|
+
if (input[_NT] != null) {
|
|
27989
|
+
entries[_NT] = input[_NT];
|
|
27990
|
+
}
|
|
27991
|
+
if (input[_MR] != null) {
|
|
27992
|
+
entries[_MR] = input[_MR];
|
|
27993
|
+
}
|
|
27994
|
+
if (input[_DRr] != null) {
|
|
27995
|
+
entries[_DRr] = input[_DRr];
|
|
27996
|
+
}
|
|
27997
|
+
if (input[_Fi] != null) {
|
|
27998
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
27999
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
28000
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
28001
|
+
entries[loc] = value;
|
|
28002
|
+
});
|
|
28003
|
+
}
|
|
28004
|
+
return entries;
|
|
28005
|
+
};
|
|
27318
28006
|
const se_GetSecurityGroupsForVpcRequest = (input, context) => {
|
|
27319
28007
|
const entries = {};
|
|
27320
28008
|
if (input[_VI] != null) {
|
|
@@ -30610,8 +31298,8 @@ const se_ModifyInstanceCapacityReservationAttributesRequest = (input, context) =
|
|
|
30610
31298
|
if (input[_IIn] != null) {
|
|
30611
31299
|
entries[_IIn] = input[_IIn];
|
|
30612
31300
|
}
|
|
30613
|
-
if (input[
|
|
30614
|
-
const memberEntries = se_CapacityReservationSpecification(input[
|
|
31301
|
+
if (input[_CRSa] != null) {
|
|
31302
|
+
const memberEntries = se_CapacityReservationSpecification(input[_CRSa], context);
|
|
30615
31303
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
30616
31304
|
const loc = `CapacityReservationSpecification.${key}`;
|
|
30617
31305
|
entries[loc] = value;
|
|
@@ -31121,6 +31809,25 @@ const se_ModifyReservedInstancesRequest = (input, context) => {
|
|
|
31121
31809
|
}
|
|
31122
31810
|
return entries;
|
|
31123
31811
|
};
|
|
31812
|
+
const se_ModifyRouteServerRequest = (input, context) => {
|
|
31813
|
+
const entries = {};
|
|
31814
|
+
if (input[_RSIo] != null) {
|
|
31815
|
+
entries[_RSIo] = input[_RSIo];
|
|
31816
|
+
}
|
|
31817
|
+
if (input[_PRe] != null) {
|
|
31818
|
+
entries[_PRe] = input[_PRe];
|
|
31819
|
+
}
|
|
31820
|
+
if (input[_PRD] != null) {
|
|
31821
|
+
entries[_PRD] = input[_PRD];
|
|
31822
|
+
}
|
|
31823
|
+
if (input[_SNE] != null) {
|
|
31824
|
+
entries[_SNE] = input[_SNE];
|
|
31825
|
+
}
|
|
31826
|
+
if (input[_DRr] != null) {
|
|
31827
|
+
entries[_DRr] = input[_DRr];
|
|
31828
|
+
}
|
|
31829
|
+
return entries;
|
|
31830
|
+
};
|
|
31124
31831
|
const se_ModifySecurityGroupRulesRequest = (input, context) => {
|
|
31125
31832
|
const entries = {};
|
|
31126
31833
|
if (input[_GIr] != null) {
|
|
@@ -34316,8 +35023,8 @@ const se_RequestLaunchTemplateData = (input, context) => {
|
|
|
34316
35023
|
entries[loc] = value;
|
|
34317
35024
|
});
|
|
34318
35025
|
}
|
|
34319
|
-
if (input[
|
|
34320
|
-
const memberEntries = se_LaunchTemplateCapacityReservationSpecificationRequest(input[
|
|
35026
|
+
if (input[_CRSa] != null) {
|
|
35027
|
+
const memberEntries = se_LaunchTemplateCapacityReservationSpecificationRequest(input[_CRSa], context);
|
|
34321
35028
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
34322
35029
|
const loc = `CapacityReservationSpecification.${key}`;
|
|
34323
35030
|
entries[loc] = value;
|
|
@@ -34999,6 +35706,52 @@ const se_RevokeSecurityGroupIngressRequest = (input, context) => {
|
|
|
34999
35706
|
}
|
|
35000
35707
|
return entries;
|
|
35001
35708
|
};
|
|
35709
|
+
const se_RouteServerBgpOptionsRequest = (input, context) => {
|
|
35710
|
+
const entries = {};
|
|
35711
|
+
if (input[_PAee] != null) {
|
|
35712
|
+
entries[_PAee] = input[_PAee];
|
|
35713
|
+
}
|
|
35714
|
+
if (input[_PLD] != null) {
|
|
35715
|
+
entries[_PLD] = input[_PLD];
|
|
35716
|
+
}
|
|
35717
|
+
return entries;
|
|
35718
|
+
};
|
|
35719
|
+
const se_RouteServerEndpointIdsList = (input, context) => {
|
|
35720
|
+
const entries = {};
|
|
35721
|
+
let counter = 1;
|
|
35722
|
+
for (const entry of input) {
|
|
35723
|
+
if (entry === null) {
|
|
35724
|
+
continue;
|
|
35725
|
+
}
|
|
35726
|
+
entries[`Member.${counter}`] = entry;
|
|
35727
|
+
counter++;
|
|
35728
|
+
}
|
|
35729
|
+
return entries;
|
|
35730
|
+
};
|
|
35731
|
+
const se_RouteServerIdsList = (input, context) => {
|
|
35732
|
+
const entries = {};
|
|
35733
|
+
let counter = 1;
|
|
35734
|
+
for (const entry of input) {
|
|
35735
|
+
if (entry === null) {
|
|
35736
|
+
continue;
|
|
35737
|
+
}
|
|
35738
|
+
entries[`Member.${counter}`] = entry;
|
|
35739
|
+
counter++;
|
|
35740
|
+
}
|
|
35741
|
+
return entries;
|
|
35742
|
+
};
|
|
35743
|
+
const se_RouteServerPeerIdsList = (input, context) => {
|
|
35744
|
+
const entries = {};
|
|
35745
|
+
let counter = 1;
|
|
35746
|
+
for (const entry of input) {
|
|
35747
|
+
if (entry === null) {
|
|
35748
|
+
continue;
|
|
35749
|
+
}
|
|
35750
|
+
entries[`Member.${counter}`] = entry;
|
|
35751
|
+
counter++;
|
|
35752
|
+
}
|
|
35753
|
+
return entries;
|
|
35754
|
+
};
|
|
35002
35755
|
const se_RouteTableIdStringList = (input, context) => {
|
|
35003
35756
|
const entries = {};
|
|
35004
35757
|
let counter = 1;
|
|
@@ -35141,8 +35894,8 @@ const se_RunInstancesRequest = (input, context) => {
|
|
|
35141
35894
|
entries[loc] = value;
|
|
35142
35895
|
});
|
|
35143
35896
|
}
|
|
35144
|
-
if (input[
|
|
35145
|
-
const memberEntries = se_CapacityReservationSpecification(input[
|
|
35897
|
+
if (input[_CRSa] != null) {
|
|
35898
|
+
const memberEntries = se_CapacityReservationSpecification(input[_CRSa], context);
|
|
35146
35899
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
35147
35900
|
const loc = `CapacityReservationSpecification.${key}`;
|
|
35148
35901
|
entries[loc] = value;
|
|
@@ -38349,6 +39102,13 @@ const de_AsnAssociationSet = (output, context) => {
|
|
|
38349
39102
|
return de_AsnAssociation(entry, context);
|
|
38350
39103
|
});
|
|
38351
39104
|
};
|
|
39105
|
+
const de_AsPath = (output, context) => {
|
|
39106
|
+
return (output || [])
|
|
39107
|
+
.filter((e) => e != null)
|
|
39108
|
+
.map((entry) => {
|
|
39109
|
+
return __expectString(entry);
|
|
39110
|
+
});
|
|
39111
|
+
};
|
|
38352
39112
|
const de_AssignedPrivateIpAddress = (output, context) => {
|
|
38353
39113
|
const contents = {};
|
|
38354
39114
|
if (output[_pIA] != null) {
|
|
@@ -38532,6 +39292,13 @@ const de_AssociateNatGatewayAddressResult = (output, context) => {
|
|
|
38532
39292
|
}
|
|
38533
39293
|
return contents;
|
|
38534
39294
|
};
|
|
39295
|
+
const de_AssociateRouteServerResult = (output, context) => {
|
|
39296
|
+
const contents = {};
|
|
39297
|
+
if (output[_rSA] != null) {
|
|
39298
|
+
contents[_RSAo] = de_RouteServerAssociation(output[_rSA], context);
|
|
39299
|
+
}
|
|
39300
|
+
return contents;
|
|
39301
|
+
};
|
|
38535
39302
|
const de_AssociateRouteTableResult = (output, context) => {
|
|
38536
39303
|
const contents = {};
|
|
38537
39304
|
if (output[_aIs] != null) {
|
|
@@ -40806,6 +41573,27 @@ const de_CreateRouteResult = (output, context) => {
|
|
|
40806
41573
|
}
|
|
40807
41574
|
return contents;
|
|
40808
41575
|
};
|
|
41576
|
+
const de_CreateRouteServerEndpointResult = (output, context) => {
|
|
41577
|
+
const contents = {};
|
|
41578
|
+
if (output[_rSE] != null) {
|
|
41579
|
+
contents[_RSE] = de_RouteServerEndpoint(output[_rSE], context);
|
|
41580
|
+
}
|
|
41581
|
+
return contents;
|
|
41582
|
+
};
|
|
41583
|
+
const de_CreateRouteServerPeerResult = (output, context) => {
|
|
41584
|
+
const contents = {};
|
|
41585
|
+
if (output[_rSP] != null) {
|
|
41586
|
+
contents[_RSP] = de_RouteServerPeer(output[_rSP], context);
|
|
41587
|
+
}
|
|
41588
|
+
return contents;
|
|
41589
|
+
};
|
|
41590
|
+
const de_CreateRouteServerResult = (output, context) => {
|
|
41591
|
+
const contents = {};
|
|
41592
|
+
if (output[_rSo] != null) {
|
|
41593
|
+
contents[_RSo] = de_RouteServer(output[_rSo], context);
|
|
41594
|
+
}
|
|
41595
|
+
return contents;
|
|
41596
|
+
};
|
|
40809
41597
|
const de_CreateRouteTableResult = (output, context) => {
|
|
40810
41598
|
const contents = {};
|
|
40811
41599
|
if (output[_rTo] != null) {
|
|
@@ -41582,6 +42370,27 @@ const de_DeleteQueuedReservedInstancesResult = (output, context) => {
|
|
|
41582
42370
|
}
|
|
41583
42371
|
return contents;
|
|
41584
42372
|
};
|
|
42373
|
+
const de_DeleteRouteServerEndpointResult = (output, context) => {
|
|
42374
|
+
const contents = {};
|
|
42375
|
+
if (output[_rSE] != null) {
|
|
42376
|
+
contents[_RSE] = de_RouteServerEndpoint(output[_rSE], context);
|
|
42377
|
+
}
|
|
42378
|
+
return contents;
|
|
42379
|
+
};
|
|
42380
|
+
const de_DeleteRouteServerPeerResult = (output, context) => {
|
|
42381
|
+
const contents = {};
|
|
42382
|
+
if (output[_rSP] != null) {
|
|
42383
|
+
contents[_RSP] = de_RouteServerPeer(output[_rSP], context);
|
|
42384
|
+
}
|
|
42385
|
+
return contents;
|
|
42386
|
+
};
|
|
42387
|
+
const de_DeleteRouteServerResult = (output, context) => {
|
|
42388
|
+
const contents = {};
|
|
42389
|
+
if (output[_rSo] != null) {
|
|
42390
|
+
contents[_RSo] = de_RouteServer(output[_rSo], context);
|
|
42391
|
+
}
|
|
42392
|
+
return contents;
|
|
42393
|
+
};
|
|
41585
42394
|
const de_DeleteSecurityGroupResult = (output, context) => {
|
|
41586
42395
|
const contents = {};
|
|
41587
42396
|
if (output[_r] != null) {
|
|
@@ -43243,6 +44052,45 @@ const de_DescribeReservedInstancesResult = (output, context) => {
|
|
|
43243
44052
|
}
|
|
43244
44053
|
return contents;
|
|
43245
44054
|
};
|
|
44055
|
+
const de_DescribeRouteServerEndpointsResult = (output, context) => {
|
|
44056
|
+
const contents = {};
|
|
44057
|
+
if (output.routeServerEndpointSet === "") {
|
|
44058
|
+
contents[_RSEo] = [];
|
|
44059
|
+
}
|
|
44060
|
+
else if (output[_rSES] != null && output[_rSES][_i] != null) {
|
|
44061
|
+
contents[_RSEo] = de_RouteServerEndpointsList(__getArrayIfSingleItem(output[_rSES][_i]), context);
|
|
44062
|
+
}
|
|
44063
|
+
if (output[_nTe] != null) {
|
|
44064
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
44065
|
+
}
|
|
44066
|
+
return contents;
|
|
44067
|
+
};
|
|
44068
|
+
const de_DescribeRouteServerPeersResult = (output, context) => {
|
|
44069
|
+
const contents = {};
|
|
44070
|
+
if (output.routeServerPeerSet === "") {
|
|
44071
|
+
contents[_RSPo] = [];
|
|
44072
|
+
}
|
|
44073
|
+
else if (output[_rSPS] != null && output[_rSPS][_i] != null) {
|
|
44074
|
+
contents[_RSPo] = de_RouteServerPeersList(__getArrayIfSingleItem(output[_rSPS][_i]), context);
|
|
44075
|
+
}
|
|
44076
|
+
if (output[_nTe] != null) {
|
|
44077
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
44078
|
+
}
|
|
44079
|
+
return contents;
|
|
44080
|
+
};
|
|
44081
|
+
const de_DescribeRouteServersResult = (output, context) => {
|
|
44082
|
+
const contents = {};
|
|
44083
|
+
if (output.routeServerSet === "") {
|
|
44084
|
+
contents[_RSou] = [];
|
|
44085
|
+
}
|
|
44086
|
+
else if (output[_rSSo] != null && output[_rSSo][_i] != null) {
|
|
44087
|
+
contents[_RSou] = de_RouteServersList(__getArrayIfSingleItem(output[_rSSo][_i]), context);
|
|
44088
|
+
}
|
|
44089
|
+
if (output[_nTe] != null) {
|
|
44090
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
44091
|
+
}
|
|
44092
|
+
return contents;
|
|
44093
|
+
};
|
|
43246
44094
|
const de_DescribeRouteTablesResult = (output, context) => {
|
|
43247
44095
|
const contents = {};
|
|
43248
44096
|
if (output.routeTableSet === "") {
|
|
@@ -44340,6 +45188,13 @@ const de_DisableIpamOrganizationAdminAccountResult = (output, context) => {
|
|
|
44340
45188
|
}
|
|
44341
45189
|
return contents;
|
|
44342
45190
|
};
|
|
45191
|
+
const de_DisableRouteServerPropagationResult = (output, context) => {
|
|
45192
|
+
const contents = {};
|
|
45193
|
+
if (output[_rSPo] != null) {
|
|
45194
|
+
contents[_RSPou] = de_RouteServerPropagation(output[_rSPo], context);
|
|
45195
|
+
}
|
|
45196
|
+
return contents;
|
|
45197
|
+
};
|
|
44343
45198
|
const de_DisableSerialConsoleAccessResult = (output, context) => {
|
|
44344
45199
|
const contents = {};
|
|
44345
45200
|
if (output[_sCAE] != null) {
|
|
@@ -44440,6 +45295,13 @@ const de_DisassociateNatGatewayAddressResult = (output, context) => {
|
|
|
44440
45295
|
}
|
|
44441
45296
|
return contents;
|
|
44442
45297
|
};
|
|
45298
|
+
const de_DisassociateRouteServerResult = (output, context) => {
|
|
45299
|
+
const contents = {};
|
|
45300
|
+
if (output[_rSA] != null) {
|
|
45301
|
+
contents[_RSAo] = de_RouteServerAssociation(output[_rSA], context);
|
|
45302
|
+
}
|
|
45303
|
+
return contents;
|
|
45304
|
+
};
|
|
44443
45305
|
const de_DisassociateSecurityGroupVpcResult = (output, context) => {
|
|
44444
45306
|
const contents = {};
|
|
44445
45307
|
if (output[_st] != null) {
|
|
@@ -45130,6 +45992,13 @@ const de_EnableReachabilityAnalyzerOrganizationSharingResult = (output, context)
|
|
|
45130
45992
|
}
|
|
45131
45993
|
return contents;
|
|
45132
45994
|
};
|
|
45995
|
+
const de_EnableRouteServerPropagationResult = (output, context) => {
|
|
45996
|
+
const contents = {};
|
|
45997
|
+
if (output[_rSPo] != null) {
|
|
45998
|
+
contents[_RSPou] = de_RouteServerPropagation(output[_rSPo], context);
|
|
45999
|
+
}
|
|
46000
|
+
return contents;
|
|
46001
|
+
};
|
|
45133
46002
|
const de_EnableSerialConsoleAccessResult = (output, context) => {
|
|
45134
46003
|
const contents = {};
|
|
45135
46004
|
if (output[_sCAE] != null) {
|
|
@@ -46126,7 +46995,7 @@ const de_FpgaImage = (output, context) => {
|
|
|
46126
46995
|
contents[_Pu] = __parseBoolean(output[_pu]);
|
|
46127
46996
|
}
|
|
46128
46997
|
if (output[_dRS] != null) {
|
|
46129
|
-
contents[
|
|
46998
|
+
contents[_DRSa] = __parseBoolean(output[_dRS]);
|
|
46130
46999
|
}
|
|
46131
47000
|
if (output.instanceTypes === "") {
|
|
46132
47001
|
contents[_ITnst] = [];
|
|
@@ -46669,6 +47538,42 @@ const de_GetReservedInstancesExchangeQuoteResult = (output, context) => {
|
|
|
46669
47538
|
}
|
|
46670
47539
|
return contents;
|
|
46671
47540
|
};
|
|
47541
|
+
const de_GetRouteServerAssociationsResult = (output, context) => {
|
|
47542
|
+
const contents = {};
|
|
47543
|
+
if (output.routeServerAssociationSet === "") {
|
|
47544
|
+
contents[_RSAou] = [];
|
|
47545
|
+
}
|
|
47546
|
+
else if (output[_rSAS] != null && output[_rSAS][_i] != null) {
|
|
47547
|
+
contents[_RSAou] = de_RouteServerAssociationsList(__getArrayIfSingleItem(output[_rSAS][_i]), context);
|
|
47548
|
+
}
|
|
47549
|
+
return contents;
|
|
47550
|
+
};
|
|
47551
|
+
const de_GetRouteServerPropagationsResult = (output, context) => {
|
|
47552
|
+
const contents = {};
|
|
47553
|
+
if (output.routeServerPropagationSet === "") {
|
|
47554
|
+
contents[_RSPout] = [];
|
|
47555
|
+
}
|
|
47556
|
+
else if (output[_rSPSo] != null && output[_rSPSo][_i] != null) {
|
|
47557
|
+
contents[_RSPout] = de_RouteServerPropagationsList(__getArrayIfSingleItem(output[_rSPSo][_i]), context);
|
|
47558
|
+
}
|
|
47559
|
+
return contents;
|
|
47560
|
+
};
|
|
47561
|
+
const de_GetRouteServerRoutingDatabaseResult = (output, context) => {
|
|
47562
|
+
const contents = {};
|
|
47563
|
+
if (output[_aRP] != null) {
|
|
47564
|
+
contents[_ARP] = __parseBoolean(output[_aRP]);
|
|
47565
|
+
}
|
|
47566
|
+
if (output.routeSet === "") {
|
|
47567
|
+
contents[_Rout] = [];
|
|
47568
|
+
}
|
|
47569
|
+
else if (output[_rSou] != null && output[_rSou][_i] != null) {
|
|
47570
|
+
contents[_Rout] = de_RouteServerRouteList(__getArrayIfSingleItem(output[_rSou][_i]), context);
|
|
47571
|
+
}
|
|
47572
|
+
if (output[_nTe] != null) {
|
|
47573
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
47574
|
+
}
|
|
47575
|
+
return contents;
|
|
47576
|
+
};
|
|
46672
47577
|
const de_GetSecurityGroupsForVpcResult = (output, context) => {
|
|
46673
47578
|
const contents = {};
|
|
46674
47579
|
if (output[_nTe] != null) {
|
|
@@ -48020,7 +48925,7 @@ const de_Instance = (output, context) => {
|
|
|
48020
48925
|
contents[_CRI] = __expectString(output[_cRI]);
|
|
48021
48926
|
}
|
|
48022
48927
|
if (output[_cRSa] != null) {
|
|
48023
|
-
contents[
|
|
48928
|
+
contents[_CRSa] = de_CapacityReservationSpecificationResponse(output[_cRSa], context);
|
|
48024
48929
|
}
|
|
48025
48930
|
if (output[_hO] != null) {
|
|
48026
48931
|
contents[_HO] = de_HibernationOptions(output[_hO], context);
|
|
@@ -49229,7 +50134,7 @@ const de_InstanceTypeInfo = (output, context) => {
|
|
|
49229
50134
|
contents[_DHS] = __parseBoolean(output[_dHS]);
|
|
49230
50135
|
}
|
|
49231
50136
|
if (output[_aRSu] != null) {
|
|
49232
|
-
contents[
|
|
50137
|
+
contents[_ARSu] = __parseBoolean(output[_aRSu]);
|
|
49233
50138
|
}
|
|
49234
50139
|
if (output.supportedBootModes === "") {
|
|
49235
50140
|
contents[_SBM] = [];
|
|
@@ -51908,6 +52813,13 @@ const de_ModifyReservedInstancesResult = (output, context) => {
|
|
|
51908
52813
|
}
|
|
51909
52814
|
return contents;
|
|
51910
52815
|
};
|
|
52816
|
+
const de_ModifyRouteServerResult = (output, context) => {
|
|
52817
|
+
const contents = {};
|
|
52818
|
+
if (output[_rSo] != null) {
|
|
52819
|
+
contents[_RSo] = de_RouteServer(output[_rSo], context);
|
|
52820
|
+
}
|
|
52821
|
+
return contents;
|
|
52822
|
+
};
|
|
51911
52823
|
const de_ModifySecurityGroupRulesResult = (output, context) => {
|
|
51912
52824
|
const contents = {};
|
|
51913
52825
|
if (output[_r] != null) {
|
|
@@ -54840,7 +55752,7 @@ const de_ResponseLaunchTemplateData = (output, context) => {
|
|
|
54840
55752
|
contents[_COp] = de_LaunchTemplateCpuOptions(output[_cO], context);
|
|
54841
55753
|
}
|
|
54842
55754
|
if (output[_cRSa] != null) {
|
|
54843
|
-
contents[
|
|
55755
|
+
contents[_CRSa] = de_LaunchTemplateCapacityReservationSpecificationResponse(output[_cRSa], context);
|
|
54844
55756
|
}
|
|
54845
55757
|
if (output.licenseSet === "") {
|
|
54846
55758
|
contents[_LSi] = [];
|
|
@@ -55109,6 +56021,266 @@ const de_RouteList = (output, context) => {
|
|
|
55109
56021
|
return de_Route(entry, context);
|
|
55110
56022
|
});
|
|
55111
56023
|
};
|
|
56024
|
+
const de_RouteServer = (output, context) => {
|
|
56025
|
+
const contents = {};
|
|
56026
|
+
if (output[_rSI] != null) {
|
|
56027
|
+
contents[_RSIo] = __expectString(output[_rSI]);
|
|
56028
|
+
}
|
|
56029
|
+
if (output[_aSA] != null) {
|
|
56030
|
+
contents[_ASA] = __strictParseLong(output[_aSA]);
|
|
56031
|
+
}
|
|
56032
|
+
if (output[_st] != null) {
|
|
56033
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
56034
|
+
}
|
|
56035
|
+
if (output.tagSet === "") {
|
|
56036
|
+
contents[_Ta] = [];
|
|
56037
|
+
}
|
|
56038
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
56039
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
56040
|
+
}
|
|
56041
|
+
if (output[_pRSe] != null) {
|
|
56042
|
+
contents[_PRS] = __expectString(output[_pRSe]);
|
|
56043
|
+
}
|
|
56044
|
+
if (output[_pRD] != null) {
|
|
56045
|
+
contents[_PRD] = __strictParseLong(output[_pRD]);
|
|
56046
|
+
}
|
|
56047
|
+
if (output[_sNE] != null) {
|
|
56048
|
+
contents[_SNE] = __parseBoolean(output[_sNE]);
|
|
56049
|
+
}
|
|
56050
|
+
if (output[_sTA] != null) {
|
|
56051
|
+
contents[_STA] = __expectString(output[_sTA]);
|
|
56052
|
+
}
|
|
56053
|
+
return contents;
|
|
56054
|
+
};
|
|
56055
|
+
const de_RouteServerAssociation = (output, context) => {
|
|
56056
|
+
const contents = {};
|
|
56057
|
+
if (output[_rSI] != null) {
|
|
56058
|
+
contents[_RSIo] = __expectString(output[_rSI]);
|
|
56059
|
+
}
|
|
56060
|
+
if (output[_vI] != null) {
|
|
56061
|
+
contents[_VI] = __expectString(output[_vI]);
|
|
56062
|
+
}
|
|
56063
|
+
if (output[_st] != null) {
|
|
56064
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
56065
|
+
}
|
|
56066
|
+
return contents;
|
|
56067
|
+
};
|
|
56068
|
+
const de_RouteServerAssociationsList = (output, context) => {
|
|
56069
|
+
return (output || [])
|
|
56070
|
+
.filter((e) => e != null)
|
|
56071
|
+
.map((entry) => {
|
|
56072
|
+
return de_RouteServerAssociation(entry, context);
|
|
56073
|
+
});
|
|
56074
|
+
};
|
|
56075
|
+
const de_RouteServerBfdStatus = (output, context) => {
|
|
56076
|
+
const contents = {};
|
|
56077
|
+
if (output[_sta] != null) {
|
|
56078
|
+
contents[_Statu] = __expectString(output[_sta]);
|
|
56079
|
+
}
|
|
56080
|
+
return contents;
|
|
56081
|
+
};
|
|
56082
|
+
const de_RouteServerBgpOptions = (output, context) => {
|
|
56083
|
+
const contents = {};
|
|
56084
|
+
if (output[_pAee] != null) {
|
|
56085
|
+
contents[_PAee] = __strictParseLong(output[_pAee]);
|
|
56086
|
+
}
|
|
56087
|
+
if (output[_pLD] != null) {
|
|
56088
|
+
contents[_PLD] = __expectString(output[_pLD]);
|
|
56089
|
+
}
|
|
56090
|
+
return contents;
|
|
56091
|
+
};
|
|
56092
|
+
const de_RouteServerBgpStatus = (output, context) => {
|
|
56093
|
+
const contents = {};
|
|
56094
|
+
if (output[_sta] != null) {
|
|
56095
|
+
contents[_Statu] = __expectString(output[_sta]);
|
|
56096
|
+
}
|
|
56097
|
+
return contents;
|
|
56098
|
+
};
|
|
56099
|
+
const de_RouteServerEndpoint = (output, context) => {
|
|
56100
|
+
const contents = {};
|
|
56101
|
+
if (output[_rSI] != null) {
|
|
56102
|
+
contents[_RSIo] = __expectString(output[_rSI]);
|
|
56103
|
+
}
|
|
56104
|
+
if (output[_rSEI] != null) {
|
|
56105
|
+
contents[_RSEI] = __expectString(output[_rSEI]);
|
|
56106
|
+
}
|
|
56107
|
+
if (output[_vI] != null) {
|
|
56108
|
+
contents[_VI] = __expectString(output[_vI]);
|
|
56109
|
+
}
|
|
56110
|
+
if (output[_sIu] != null) {
|
|
56111
|
+
contents[_SIub] = __expectString(output[_sIu]);
|
|
56112
|
+
}
|
|
56113
|
+
if (output[_eIn] != null) {
|
|
56114
|
+
contents[_EIn] = __expectString(output[_eIn]);
|
|
56115
|
+
}
|
|
56116
|
+
if (output[_eA] != null) {
|
|
56117
|
+
contents[_EAn] = __expectString(output[_eA]);
|
|
56118
|
+
}
|
|
56119
|
+
if (output[_st] != null) {
|
|
56120
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
56121
|
+
}
|
|
56122
|
+
if (output[_fR] != null) {
|
|
56123
|
+
contents[_FR] = __expectString(output[_fR]);
|
|
56124
|
+
}
|
|
56125
|
+
if (output.tagSet === "") {
|
|
56126
|
+
contents[_Ta] = [];
|
|
56127
|
+
}
|
|
56128
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
56129
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
56130
|
+
}
|
|
56131
|
+
return contents;
|
|
56132
|
+
};
|
|
56133
|
+
const de_RouteServerEndpointsList = (output, context) => {
|
|
56134
|
+
return (output || [])
|
|
56135
|
+
.filter((e) => e != null)
|
|
56136
|
+
.map((entry) => {
|
|
56137
|
+
return de_RouteServerEndpoint(entry, context);
|
|
56138
|
+
});
|
|
56139
|
+
};
|
|
56140
|
+
const de_RouteServerPeer = (output, context) => {
|
|
56141
|
+
const contents = {};
|
|
56142
|
+
if (output[_rSPI] != null) {
|
|
56143
|
+
contents[_RSPI] = __expectString(output[_rSPI]);
|
|
56144
|
+
}
|
|
56145
|
+
if (output[_rSEI] != null) {
|
|
56146
|
+
contents[_RSEI] = __expectString(output[_rSEI]);
|
|
56147
|
+
}
|
|
56148
|
+
if (output[_rSI] != null) {
|
|
56149
|
+
contents[_RSIo] = __expectString(output[_rSI]);
|
|
56150
|
+
}
|
|
56151
|
+
if (output[_vI] != null) {
|
|
56152
|
+
contents[_VI] = __expectString(output[_vI]);
|
|
56153
|
+
}
|
|
56154
|
+
if (output[_sIu] != null) {
|
|
56155
|
+
contents[_SIub] = __expectString(output[_sIu]);
|
|
56156
|
+
}
|
|
56157
|
+
if (output[_st] != null) {
|
|
56158
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
56159
|
+
}
|
|
56160
|
+
if (output[_fR] != null) {
|
|
56161
|
+
contents[_FR] = __expectString(output[_fR]);
|
|
56162
|
+
}
|
|
56163
|
+
if (output[_eEI] != null) {
|
|
56164
|
+
contents[_EEI] = __expectString(output[_eEI]);
|
|
56165
|
+
}
|
|
56166
|
+
if (output[_eEA] != null) {
|
|
56167
|
+
contents[_EEA] = __expectString(output[_eEA]);
|
|
56168
|
+
}
|
|
56169
|
+
if (output[_pAe] != null) {
|
|
56170
|
+
contents[_PAe] = __expectString(output[_pAe]);
|
|
56171
|
+
}
|
|
56172
|
+
if (output[_bO] != null) {
|
|
56173
|
+
contents[_BO] = de_RouteServerBgpOptions(output[_bO], context);
|
|
56174
|
+
}
|
|
56175
|
+
if (output[_bSg] != null) {
|
|
56176
|
+
contents[_BS] = de_RouteServerBgpStatus(output[_bSg], context);
|
|
56177
|
+
}
|
|
56178
|
+
if (output[_bSf] != null) {
|
|
56179
|
+
contents[_BSf] = de_RouteServerBfdStatus(output[_bSf], context);
|
|
56180
|
+
}
|
|
56181
|
+
if (output.tagSet === "") {
|
|
56182
|
+
contents[_Ta] = [];
|
|
56183
|
+
}
|
|
56184
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
56185
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
56186
|
+
}
|
|
56187
|
+
return contents;
|
|
56188
|
+
};
|
|
56189
|
+
const de_RouteServerPeersList = (output, context) => {
|
|
56190
|
+
return (output || [])
|
|
56191
|
+
.filter((e) => e != null)
|
|
56192
|
+
.map((entry) => {
|
|
56193
|
+
return de_RouteServerPeer(entry, context);
|
|
56194
|
+
});
|
|
56195
|
+
};
|
|
56196
|
+
const de_RouteServerPropagation = (output, context) => {
|
|
56197
|
+
const contents = {};
|
|
56198
|
+
if (output[_rSI] != null) {
|
|
56199
|
+
contents[_RSIo] = __expectString(output[_rSI]);
|
|
56200
|
+
}
|
|
56201
|
+
if (output[_rTI] != null) {
|
|
56202
|
+
contents[_RTI] = __expectString(output[_rTI]);
|
|
56203
|
+
}
|
|
56204
|
+
if (output[_st] != null) {
|
|
56205
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
56206
|
+
}
|
|
56207
|
+
return contents;
|
|
56208
|
+
};
|
|
56209
|
+
const de_RouteServerPropagationsList = (output, context) => {
|
|
56210
|
+
return (output || [])
|
|
56211
|
+
.filter((e) => e != null)
|
|
56212
|
+
.map((entry) => {
|
|
56213
|
+
return de_RouteServerPropagation(entry, context);
|
|
56214
|
+
});
|
|
56215
|
+
};
|
|
56216
|
+
const de_RouteServerRoute = (output, context) => {
|
|
56217
|
+
const contents = {};
|
|
56218
|
+
if (output[_rSEI] != null) {
|
|
56219
|
+
contents[_RSEI] = __expectString(output[_rSEI]);
|
|
56220
|
+
}
|
|
56221
|
+
if (output[_rSPI] != null) {
|
|
56222
|
+
contents[_RSPI] = __expectString(output[_rSPI]);
|
|
56223
|
+
}
|
|
56224
|
+
if (output.routeInstallationDetailSet === "") {
|
|
56225
|
+
contents[_RID] = [];
|
|
56226
|
+
}
|
|
56227
|
+
else if (output[_rIDS] != null && output[_rIDS][_i] != null) {
|
|
56228
|
+
contents[_RID] = de_RouteServerRouteInstallationDetails(__getArrayIfSingleItem(output[_rIDS][_i]), context);
|
|
56229
|
+
}
|
|
56230
|
+
if (output[_rSout] != null) {
|
|
56231
|
+
contents[_RSout] = __expectString(output[_rSout]);
|
|
56232
|
+
}
|
|
56233
|
+
if (output[_pre] != null) {
|
|
56234
|
+
contents[_Pr] = __expectString(output[_pre]);
|
|
56235
|
+
}
|
|
56236
|
+
if (output.asPathSet === "") {
|
|
56237
|
+
contents[_APs] = [];
|
|
56238
|
+
}
|
|
56239
|
+
else if (output[_aPSs] != null && output[_aPSs][_i] != null) {
|
|
56240
|
+
contents[_APs] = de_AsPath(__getArrayIfSingleItem(output[_aPSs][_i]), context);
|
|
56241
|
+
}
|
|
56242
|
+
if (output[_med] != null) {
|
|
56243
|
+
contents[_Med] = __strictParseInt32(output[_med]);
|
|
56244
|
+
}
|
|
56245
|
+
if (output[_nHI] != null) {
|
|
56246
|
+
contents[_NHI] = __expectString(output[_nHI]);
|
|
56247
|
+
}
|
|
56248
|
+
return contents;
|
|
56249
|
+
};
|
|
56250
|
+
const de_RouteServerRouteInstallationDetail = (output, context) => {
|
|
56251
|
+
const contents = {};
|
|
56252
|
+
if (output[_rTI] != null) {
|
|
56253
|
+
contents[_RTI] = __expectString(output[_rTI]);
|
|
56254
|
+
}
|
|
56255
|
+
if (output[_rISo] != null) {
|
|
56256
|
+
contents[_RISo] = __expectString(output[_rISo]);
|
|
56257
|
+
}
|
|
56258
|
+
if (output[_rISR] != null) {
|
|
56259
|
+
contents[_RISR] = __expectString(output[_rISR]);
|
|
56260
|
+
}
|
|
56261
|
+
return contents;
|
|
56262
|
+
};
|
|
56263
|
+
const de_RouteServerRouteInstallationDetails = (output, context) => {
|
|
56264
|
+
return (output || [])
|
|
56265
|
+
.filter((e) => e != null)
|
|
56266
|
+
.map((entry) => {
|
|
56267
|
+
return de_RouteServerRouteInstallationDetail(entry, context);
|
|
56268
|
+
});
|
|
56269
|
+
};
|
|
56270
|
+
const de_RouteServerRouteList = (output, context) => {
|
|
56271
|
+
return (output || [])
|
|
56272
|
+
.filter((e) => e != null)
|
|
56273
|
+
.map((entry) => {
|
|
56274
|
+
return de_RouteServerRoute(entry, context);
|
|
56275
|
+
});
|
|
56276
|
+
};
|
|
56277
|
+
const de_RouteServersList = (output, context) => {
|
|
56278
|
+
return (output || [])
|
|
56279
|
+
.filter((e) => e != null)
|
|
56280
|
+
.map((entry) => {
|
|
56281
|
+
return de_RouteServer(entry, context);
|
|
56282
|
+
});
|
|
56283
|
+
};
|
|
55112
56284
|
const de_RouteTable = (output, context) => {
|
|
55113
56285
|
const contents = {};
|
|
55114
56286
|
if (output.associationSet === "") {
|
|
@@ -55129,8 +56301,8 @@ const de_RouteTable = (output, context) => {
|
|
|
55129
56301
|
if (output.routeSet === "") {
|
|
55130
56302
|
contents[_Rout] = [];
|
|
55131
56303
|
}
|
|
55132
|
-
else if (output[
|
|
55133
|
-
contents[_Rout] = de_RouteList(__getArrayIfSingleItem(output[
|
|
56304
|
+
else if (output[_rSou] != null && output[_rSou][_i] != null) {
|
|
56305
|
+
contents[_Rout] = de_RouteList(__getArrayIfSingleItem(output[_rSou][_i]), context);
|
|
55134
56306
|
}
|
|
55135
56307
|
if (output.tagSet === "") {
|
|
55136
56308
|
contents[_Ta] = [];
|
|
@@ -55418,8 +56590,8 @@ const de_SearchLocalGatewayRoutesResult = (output, context) => {
|
|
|
55418
56590
|
if (output.routeSet === "") {
|
|
55419
56591
|
contents[_Rout] = [];
|
|
55420
56592
|
}
|
|
55421
|
-
else if (output[
|
|
55422
|
-
contents[_Rout] = de_LocalGatewayRouteList(__getArrayIfSingleItem(output[
|
|
56593
|
+
else if (output[_rSou] != null && output[_rSou][_i] != null) {
|
|
56594
|
+
contents[_Rout] = de_LocalGatewayRouteList(__getArrayIfSingleItem(output[_rSou][_i]), context);
|
|
55423
56595
|
}
|
|
55424
56596
|
if (output[_nTe] != null) {
|
|
55425
56597
|
contents[_NT] = __expectString(output[_nTe]);
|
|
@@ -55444,8 +56616,8 @@ const de_SearchTransitGatewayRoutesResult = (output, context) => {
|
|
|
55444
56616
|
if (output.routeSet === "") {
|
|
55445
56617
|
contents[_Rout] = [];
|
|
55446
56618
|
}
|
|
55447
|
-
else if (output[
|
|
55448
|
-
contents[_Rout] = de_TransitGatewayRouteList(__getArrayIfSingleItem(output[
|
|
56619
|
+
else if (output[_rSou] != null && output[_rSou][_i] != null) {
|
|
56620
|
+
contents[_Rout] = de_TransitGatewayRouteList(__getArrayIfSingleItem(output[_rSou][_i]), context);
|
|
55449
56621
|
}
|
|
55450
56622
|
if (output[_aRAd] != null) {
|
|
55451
56623
|
contents[_ARAd] = __parseBoolean(output[_aRAd]);
|
|
@@ -59176,8 +60348,8 @@ const de_VerifiedAccessInstanceOpenVpnClientConfiguration = (output, context) =>
|
|
|
59176
60348
|
if (output.routeSet === "") {
|
|
59177
60349
|
contents[_Rout] = [];
|
|
59178
60350
|
}
|
|
59179
|
-
else if (output[
|
|
59180
|
-
contents[_Rout] = de_VerifiedAccessInstanceOpenVpnClientConfigurationRouteList(__getArrayIfSingleItem(output[
|
|
60351
|
+
else if (output[_rSou] != null && output[_rSou][_i] != null) {
|
|
60352
|
+
contents[_Rout] = de_VerifiedAccessInstanceOpenVpnClientConfigurationRouteList(__getArrayIfSingleItem(output[_rSou][_i]), context);
|
|
59181
60353
|
}
|
|
59182
60354
|
return contents;
|
|
59183
60355
|
};
|
|
@@ -59305,8 +60477,8 @@ const de_VerifiedAccessLogS3Destination = (output, context) => {
|
|
|
59305
60477
|
if (output[_pre] != null) {
|
|
59306
60478
|
contents[_Pr] = __expectString(output[_pre]);
|
|
59307
60479
|
}
|
|
59308
|
-
if (output[
|
|
59309
|
-
contents[_BOu] = __expectString(output[
|
|
60480
|
+
if (output[_bOu] != null) {
|
|
60481
|
+
contents[_BOu] = __expectString(output[_bOu]);
|
|
59310
60482
|
}
|
|
59311
60483
|
return contents;
|
|
59312
60484
|
};
|
|
@@ -59870,8 +61042,8 @@ const de_VpcBlockPublicAccessOptions = (output, context) => {
|
|
|
59870
61042
|
if (output[_mB] != null) {
|
|
59871
61043
|
contents[_MB] = __expectString(output[_mB]);
|
|
59872
61044
|
}
|
|
59873
|
-
if (output[
|
|
59874
|
-
contents[_EAx] = __expectString(output[
|
|
61045
|
+
if (output[_eAx] != null) {
|
|
61046
|
+
contents[_EAx] = __expectString(output[_eAx]);
|
|
59875
61047
|
}
|
|
59876
61048
|
return contents;
|
|
59877
61049
|
};
|
|
@@ -60670,6 +61842,7 @@ const _APM = "ApplyPendingMaintenance";
|
|
|
60670
61842
|
const _APNGA = "AssignPrivateNatGatewayAddress";
|
|
60671
61843
|
const _APd = "AddedPrincipals";
|
|
60672
61844
|
const _APl = "AllowedPrincipals";
|
|
61845
|
+
const _APs = "AsPaths";
|
|
60673
61846
|
const _AR = "AllowReassignment";
|
|
60674
61847
|
const _ARA = "AssociatedRoleArn";
|
|
60675
61848
|
const _ARAd = "AdditionalRoutesAvailable";
|
|
@@ -60677,7 +61850,9 @@ const _ARAs = "AssociatedResourceAccessibility";
|
|
|
60677
61850
|
const _ARAss = "AssociatedResourceArn";
|
|
60678
61851
|
const _ARC = "AcceptedRouteCount";
|
|
60679
61852
|
const _ARIEQ = "AcceptReservedInstancesExchangeQuote";
|
|
60680
|
-
const
|
|
61853
|
+
const _ARP = "AreRoutesPersisted";
|
|
61854
|
+
const _ARS = "AssociateRouteServer";
|
|
61855
|
+
const _ARSu = "AutoRecoverySupported";
|
|
60681
61856
|
const _ART = "AssociateRouteTable";
|
|
60682
61857
|
const _ARTI = "AddRouteTableIds";
|
|
60683
61858
|
const _ARTl = "AllocationResourceTags";
|
|
@@ -60800,6 +61975,7 @@ const _BPF = "BaselinePerformanceFactors";
|
|
|
60800
61975
|
const _BPS = "BurstablePerformanceSupported";
|
|
60801
61976
|
const _BPi = "BillingProducts";
|
|
60802
61977
|
const _BS = "BgpStatus";
|
|
61978
|
+
const _BSf = "BfdStatus";
|
|
60803
61979
|
const _BT = "BannerText";
|
|
60804
61980
|
const _BTE = "BundleTaskError";
|
|
60805
61981
|
const _BTIMB = "BaselineThroughputInMBps";
|
|
@@ -60995,7 +62171,10 @@ const _CRO = "CapacityReservationOptions";
|
|
|
60995
62171
|
const _CRP = "CapacityReservationPreference";
|
|
60996
62172
|
const _CRRGA = "CapacityReservationResourceGroupArn";
|
|
60997
62173
|
const _CRRVT = "CreateReplaceRootVolumeTask";
|
|
60998
|
-
const _CRS = "
|
|
62174
|
+
const _CRS = "CreateRouteServer";
|
|
62175
|
+
const _CRSE = "CreateRouteServerEndpoint";
|
|
62176
|
+
const _CRSP = "CreateRouteServerPeer";
|
|
62177
|
+
const _CRSa = "CapacityReservationSpecification";
|
|
60999
62178
|
const _CRT = "CreateRouteTable";
|
|
61000
62179
|
const _CRTa = "CapacityReservationTarget";
|
|
61001
62180
|
const _CRa = "CancelReason";
|
|
@@ -61332,7 +62511,15 @@ const _DRIO = "DescribeReservedInstancesOfferings";
|
|
|
61332
62511
|
const _DRIT = "DnsRecordIpType";
|
|
61333
62512
|
const _DRRV = "DeleteReplacedRootVolume";
|
|
61334
62513
|
const _DRRVT = "DescribeReplaceRootVolumeTasks";
|
|
61335
|
-
const _DRS = "
|
|
62514
|
+
const _DRS = "DeleteRouteServer";
|
|
62515
|
+
const _DRSE = "DeleteRouteServerEndpoint";
|
|
62516
|
+
const _DRSEe = "DescribeRouteServerEndpoints";
|
|
62517
|
+
const _DRSP = "DeleteRouteServerPeer";
|
|
62518
|
+
const _DRSPe = "DescribeRouteServerPeers";
|
|
62519
|
+
const _DRSPi = "DisableRouteServerPropagation";
|
|
62520
|
+
const _DRSa = "DataRetentionSupport";
|
|
62521
|
+
const _DRSe = "DescribeRouteServers";
|
|
62522
|
+
const _DRSi = "DisassociateRouteServer";
|
|
61336
62523
|
const _DRT = "DeleteRouteTable";
|
|
61337
62524
|
const _DRTA = "DefaultRouteTableAssociation";
|
|
61338
62525
|
const _DRTP = "DefaultRouteTablePropagation";
|
|
@@ -61493,6 +62680,7 @@ const _EA = "EnableAcceleration";
|
|
|
61493
62680
|
const _EAIS = "EnableAllowedImagesSettings";
|
|
61494
62681
|
const _EANPMS = "EnableAwsNetworkPerformanceMetricSubscription";
|
|
61495
62682
|
const _EAT = "EnableAddressTransfer";
|
|
62683
|
+
const _EAn = "EniAddress";
|
|
61496
62684
|
const _EAx = "ExclusionsAllowed";
|
|
61497
62685
|
const _EB = "EgressBytes";
|
|
61498
62686
|
const _EBV = "ExcludeBootVolume";
|
|
@@ -61514,8 +62702,10 @@ const _EDn = "EnableDns64";
|
|
|
61514
62702
|
const _EDnd = "EndpointDomain";
|
|
61515
62703
|
const _EDv = "EventDescription";
|
|
61516
62704
|
const _EDx = "ExpirationDate";
|
|
62705
|
+
const _EEA = "EndpointEniAddress";
|
|
61517
62706
|
const _EEBD = "EbsEncryptionByDefault";
|
|
61518
62707
|
const _EEEBD = "EnableEbsEncryptionByDefault";
|
|
62708
|
+
const _EEI = "EndpointEniId";
|
|
61519
62709
|
const _EFL = "EnableFastLaunch";
|
|
61520
62710
|
const _EFR = "EgressFilterRules";
|
|
61521
62711
|
const _EFSR = "EnableFastSnapshotRestores";
|
|
@@ -61550,6 +62740,7 @@ const _EITS = "EncryptionInTransitSupported";
|
|
|
61550
62740
|
const _EITx = "ExportImageTasks";
|
|
61551
62741
|
const _EIb = "EbsInfo";
|
|
61552
62742
|
const _EIf = "EfaInfo";
|
|
62743
|
+
const _EIn = "EniId";
|
|
61553
62744
|
const _EIv = "EventInformation";
|
|
61554
62745
|
const _EIve = "EventId";
|
|
61555
62746
|
const _EIx = "ExportImage";
|
|
@@ -61578,6 +62769,7 @@ const _ERNDAAAAR = "EnableResourceNameDnsAAAARecord";
|
|
|
61578
62769
|
const _ERNDAAAAROL = "EnableResourceNameDnsAAAARecordOnLaunch";
|
|
61579
62770
|
const _ERNDAR = "EnableResourceNameDnsARecord";
|
|
61580
62771
|
const _ERNDAROL = "EnableResourceNameDnsARecordOnLaunch";
|
|
62772
|
+
const _ERSP = "EnableRouteServerPropagation";
|
|
61581
62773
|
const _ES = "EphemeralStorage";
|
|
61582
62774
|
const _ESBPA = "EnableSnapshotBlockPublicAccess";
|
|
61583
62775
|
const _ESCA = "EnableSerialConsoleAccess";
|
|
@@ -61731,6 +62923,9 @@ const _GNr = "GroupNames";
|
|
|
61731
62923
|
const _GOI = "GroupOwnerId";
|
|
61732
62924
|
const _GPD = "GetPasswordData";
|
|
61733
62925
|
const _GRIEQ = "GetReservedInstancesExchangeQuote";
|
|
62926
|
+
const _GRSA = "GetRouteServerAssociations";
|
|
62927
|
+
const _GRSP = "GetRouteServerPropagations";
|
|
62928
|
+
const _GRSRD = "GetRouteServerRoutingDatabase";
|
|
61734
62929
|
const _GS = "GroupSource";
|
|
61735
62930
|
const _GSBPAS = "GetSnapshotBlockPublicAccessState";
|
|
61736
62931
|
const _GSCAS = "GetSerialConsoleAccessStatus";
|
|
@@ -62204,6 +63399,7 @@ const _MPa = "MaxPrice";
|
|
|
62204
63399
|
const _MPe = "MetricPoints";
|
|
62205
63400
|
const _MR = "MaxResults";
|
|
62206
63401
|
const _MRI = "ModifyReservedInstances";
|
|
63402
|
+
const _MRS = "ModifyRouteServer";
|
|
62207
63403
|
const _MRo = "ModificationResults";
|
|
62208
63404
|
const _MRu = "MultiRegion";
|
|
62209
63405
|
const _MS = "MaintenanceStrategies";
|
|
@@ -62264,6 +63460,7 @@ const _Man = "Manufacturer";
|
|
|
62264
63460
|
const _Mana = "Managed";
|
|
62265
63461
|
const _Mar = "Marketplace";
|
|
62266
63462
|
const _Me = "Message";
|
|
63463
|
+
const _Med = "Med";
|
|
62267
63464
|
const _Mes = "Messages";
|
|
62268
63465
|
const _Met = "Metric";
|
|
62269
63466
|
const _Mo = "Mode";
|
|
@@ -62292,6 +63489,7 @@ const _NGA = "NatGatewayAddresses";
|
|
|
62292
63489
|
const _NGI = "NatGatewayId";
|
|
62293
63490
|
const _NGIa = "NatGatewayIds";
|
|
62294
63491
|
const _NGa = "NatGateways";
|
|
63492
|
+
const _NHI = "NextHopIp";
|
|
62295
63493
|
const _NI = "NetworkInterfaces";
|
|
62296
63494
|
const _NIA = "NetworkInsightsAnalyses";
|
|
62297
63495
|
const _NIAA = "NetworkInsightsAnalysisArn";
|
|
@@ -62491,6 +63689,7 @@ const _PKM = "PublicKeyMaterial";
|
|
|
62491
63689
|
const _PL = "PacketLength";
|
|
62492
63690
|
const _PLA = "PrefixListAssociations";
|
|
62493
63691
|
const _PLAr = "PrefixListArn";
|
|
63692
|
+
const _PLD = "PeerLivenessDetection";
|
|
62494
63693
|
const _PLF = "PartitionLoadFrequency";
|
|
62495
63694
|
const _PLI = "PrefixListId";
|
|
62496
63695
|
const _PLIr = "PrefixListIds";
|
|
@@ -62509,12 +63708,15 @@ const _POe = "PeeringOptions";
|
|
|
62509
63708
|
const _PP = "ProgressPercentage";
|
|
62510
63709
|
const _PPIPC = "ProvisionPublicIpv4PoolCidr";
|
|
62511
63710
|
const _PR = "PortRange";
|
|
63711
|
+
const _PRD = "PersistRoutesDuration";
|
|
62512
63712
|
const _PRIO = "PurchaseReservedInstancesOffering";
|
|
62513
63713
|
const _PRN = "PolicyReferenceName";
|
|
62514
63714
|
const _PRNo = "PolicyRuleNumber";
|
|
63715
|
+
const _PRS = "PersistRoutesState";
|
|
62515
63716
|
const _PRU = "PtrRecordUpdate";
|
|
62516
63717
|
const _PRa = "PayerResponsibility";
|
|
62517
|
-
const _PRe = "
|
|
63718
|
+
const _PRe = "PersistRoutes";
|
|
63719
|
+
const _PRee = "PeerRegion";
|
|
62518
63720
|
const _PRer = "PermanentRestore";
|
|
62519
63721
|
const _PRo = "PortRanges";
|
|
62520
63722
|
const _PRol = "PolicyRule";
|
|
@@ -62621,6 +63823,7 @@ const _RI = "RebootInstances";
|
|
|
62621
63823
|
const _RIA = "ResetImageAttribute";
|
|
62622
63824
|
const _RIAe = "ResetInstanceAttribute";
|
|
62623
63825
|
const _RICIAIS = "ReplaceImageCriteriaInAllowedImagesSettings";
|
|
63826
|
+
const _RID = "RouteInstallationDetails";
|
|
62624
63827
|
const _RIENA = "RegisterInstanceEventNotificationAttributes";
|
|
62625
63828
|
const _RIFRB = "RestoreImageFromRecycleBin";
|
|
62626
63829
|
const _RII = "ReservedInstanceIds";
|
|
@@ -62640,6 +63843,8 @@ const _RIOI = "ReservedInstancesOfferingIds";
|
|
|
62640
63843
|
const _RIOIe = "ReservedInstancesOfferingId";
|
|
62641
63844
|
const _RIPA = "ReleaseIpamPoolAllocation";
|
|
62642
63845
|
const _RIS = "ReportInstanceStatus";
|
|
63846
|
+
const _RISR = "RouteInstallationStatusReason";
|
|
63847
|
+
const _RISo = "RouteInstallationStatus";
|
|
62643
63848
|
const _RIVR = "ReservedInstanceValueRollup";
|
|
62644
63849
|
const _RIVS = "ReservedInstanceValueSet";
|
|
62645
63850
|
const _RIa = "RamdiskId";
|
|
@@ -62691,6 +63896,12 @@ const _RRVTe = "ReplaceRootVolumeTasks";
|
|
|
62691
63896
|
const _RRe = "ResourceRegion";
|
|
62692
63897
|
const _RS = "ReplacementStrategy";
|
|
62693
63898
|
const _RSA = "ResetSnapshotAttribute";
|
|
63899
|
+
const _RSAo = "RouteServerAssociation";
|
|
63900
|
+
const _RSAou = "RouteServerAssociations";
|
|
63901
|
+
const _RSE = "RouteServerEndpoint";
|
|
63902
|
+
const _RSEI = "RouteServerEndpointId";
|
|
63903
|
+
const _RSEIo = "RouteServerEndpointIds";
|
|
63904
|
+
const _RSEo = "RouteServerEndpoints";
|
|
62694
63905
|
const _RSF = "RequestSpotFleet";
|
|
62695
63906
|
const _RSFRB = "RestoreSnapshotFromRecycleBin";
|
|
62696
63907
|
const _RSGE = "RevokeSecurityGroupEgress";
|
|
@@ -62700,12 +63911,23 @@ const _RSGR = "RevokedSecurityGroupRules";
|
|
|
62700
63911
|
const _RSI = "RequestSpotInstances";
|
|
62701
63912
|
const _RSIAT = "RemoveSupportedIpAddressTypes";
|
|
62702
63913
|
const _RSIe = "RemoveSubnetIds";
|
|
63914
|
+
const _RSIo = "RouteServerId";
|
|
63915
|
+
const _RSIou = "RouteServerIds";
|
|
62703
63916
|
const _RSIu = "RunScheduledInstances";
|
|
63917
|
+
const _RSP = "RouteServerPeer";
|
|
63918
|
+
const _RSPI = "RouteServerPeerId";
|
|
63919
|
+
const _RSPIo = "RouteServerPeerIds";
|
|
63920
|
+
const _RSPo = "RouteServerPeers";
|
|
63921
|
+
const _RSPou = "RouteServerPropagation";
|
|
63922
|
+
const _RSPout = "RouteServerPropagations";
|
|
62704
63923
|
const _RSR = "RemoveSupportedRegions";
|
|
62705
63924
|
const _RST = "RestoreSnapshotTier";
|
|
62706
63925
|
const _RSTe = "RestoreStartTime";
|
|
62707
63926
|
const _RSe = "ResourceStatement";
|
|
62708
63927
|
const _RSeg = "RegionalSummaries";
|
|
63928
|
+
const _RSo = "RouteServer";
|
|
63929
|
+
const _RSou = "RouteServers";
|
|
63930
|
+
const _RSout = "RouteStatus";
|
|
62709
63931
|
const _RT = "ResourceType";
|
|
62710
63932
|
const _RTAI = "RouteTableAssociationId";
|
|
62711
63933
|
const _RTGCB = "RemoveTransitGatewayCidrBlocks";
|
|
@@ -62869,6 +64091,7 @@ const _SMt = "StatusMessage";
|
|
|
62869
64091
|
const _SMta = "StateMessage";
|
|
62870
64092
|
const _SN = "SessionNumber";
|
|
62871
64093
|
const _SNA = "ServiceNetworkArn";
|
|
64094
|
+
const _SNE = "SnsNotificationsEnabled";
|
|
62872
64095
|
const _SNIA = "StartNetworkInsightsAnalysis";
|
|
62873
64096
|
const _SNIASA = "StartNetworkInsightsAccessScopeAnalysis";
|
|
62874
64097
|
const _SNN = "ServiceNetworkName";
|
|
@@ -62918,6 +64141,7 @@ const _SSe = "ServiceState";
|
|
|
62918
64141
|
const _SSu = "SupportedStrategies";
|
|
62919
64142
|
const _SSy = "SystemStatus";
|
|
62920
64143
|
const _ST = "SplitTunnel";
|
|
64144
|
+
const _STA = "SnsTopicArn";
|
|
62921
64145
|
const _STC = "SpotTargetCapacity";
|
|
62922
64146
|
const _STD = "SnapshotTaskDetail";
|
|
62923
64147
|
const _STFR = "StoreTaskFailureReason";
|
|
@@ -63343,6 +64567,7 @@ const _aPHS = "alternatePathHintSet";
|
|
|
63343
64567
|
const _aPIA = "associatePublicIpAddress";
|
|
63344
64568
|
const _aPIAS = "assignedPrivateIpAddressesSet";
|
|
63345
64569
|
const _aPS = "addedPrincipalSet";
|
|
64570
|
+
const _aPSs = "asPathSet";
|
|
63346
64571
|
const _aPu = "autoPlacement";
|
|
63347
64572
|
const _aR = "authorizationRule";
|
|
63348
64573
|
const _aRA = "associatedRoleArn";
|
|
@@ -63350,6 +64575,7 @@ const _aRAd = "additionalRoutesAvailable";
|
|
|
63350
64575
|
const _aRAs = "associatedResourceAccessibility";
|
|
63351
64576
|
const _aRAss = "associatedResourceArn";
|
|
63352
64577
|
const _aRC = "acceptedRouteCount";
|
|
64578
|
+
const _aRP = "areRoutesPersisted";
|
|
63353
64579
|
const _aRS = "associatedRoleSet";
|
|
63354
64580
|
const _aRSu = "autoRecoverySupported";
|
|
63355
64581
|
const _aRTS = "allocationResourceTagSet";
|
|
@@ -63433,12 +64659,14 @@ const _bIa = "baselineIops";
|
|
|
63433
64659
|
const _bM = "bootMode";
|
|
63434
64660
|
const _bMa = "bareMetal";
|
|
63435
64661
|
const _bN = "bucketName";
|
|
63436
|
-
const _bO = "
|
|
64662
|
+
const _bO = "bgpOptions";
|
|
64663
|
+
const _bOu = "bucketOwner";
|
|
63437
64664
|
const _bP = "burstablePerformance";
|
|
63438
64665
|
const _bPAS = "blockPublicAccessStates";
|
|
63439
64666
|
const _bPF = "baselinePerformanceFactors";
|
|
63440
64667
|
const _bPS = "burstablePerformanceSupported";
|
|
63441
64668
|
const _bS = "byoasnSet";
|
|
64669
|
+
const _bSf = "bfdStatus";
|
|
63442
64670
|
const _bSg = "bgpStatus";
|
|
63443
64671
|
const _bT = "bannerText";
|
|
63444
64672
|
const _bTIMB = "baselineThroughputInMBps";
|
|
@@ -63696,8 +64924,9 @@ const _dis = "disks";
|
|
|
63696
64924
|
const _do = "domain";
|
|
63697
64925
|
const _du = "duration";
|
|
63698
64926
|
const _e = "egress";
|
|
63699
|
-
const _eA = "
|
|
64927
|
+
const _eA = "eniAddress";
|
|
63700
64928
|
const _eAn = "enableAcceleration";
|
|
64929
|
+
const _eAx = "exclusionsAllowed";
|
|
63701
64930
|
const _eB = "egressBytes";
|
|
63702
64931
|
const _eC = "errorCode";
|
|
63703
64932
|
const _eCTP = "excessCapacityTerminationPolicy";
|
|
@@ -63711,7 +64940,9 @@ const _eDf = "effectiveDate";
|
|
|
63711
64940
|
const _eDn = "enableDns64";
|
|
63712
64941
|
const _eDnd = "endpointDomain";
|
|
63713
64942
|
const _eDv = "eventDescription";
|
|
64943
|
+
const _eEA = "endpointEniAddress";
|
|
63714
64944
|
const _eEBD = "ebsEncryptionByDefault";
|
|
64945
|
+
const _eEI = "endpointEniId";
|
|
63715
64946
|
const _eFRS = "egressFilterRuleSet";
|
|
63716
64947
|
const _eGAI = "elasticGpuAssociationId";
|
|
63717
64948
|
const _eGAS = "elasticGpuAssociationState";
|
|
@@ -63737,6 +64968,7 @@ const _eITSn = "encryptionInTransitSupported";
|
|
|
63737
64968
|
const _eITSx = "excludedInstanceTypeSet";
|
|
63738
64969
|
const _eIb = "ebsInfo";
|
|
63739
64970
|
const _eIf = "efaInfo";
|
|
64971
|
+
const _eIn = "eniId";
|
|
63740
64972
|
const _eIv = "eventInformation";
|
|
63741
64973
|
const _eIve = "eventId";
|
|
63742
64974
|
const _eIx = "exclusionId";
|
|
@@ -64234,6 +65466,7 @@ const _man = "manufacturer";
|
|
|
64234
65466
|
const _mana = "managed";
|
|
64235
65467
|
const _mar = "marketplace";
|
|
64236
65468
|
const _me = "message";
|
|
65469
|
+
const _med = "med";
|
|
64237
65470
|
const _mem = "member";
|
|
64238
65471
|
const _met = "metric";
|
|
64239
65472
|
const _mo = "monitoring";
|
|
@@ -64259,6 +65492,7 @@ const _nG = "natGateway";
|
|
|
64259
65492
|
const _nGAS = "natGatewayAddressSet";
|
|
64260
65493
|
const _nGI = "natGatewayId";
|
|
64261
65494
|
const _nGS = "natGatewaySet";
|
|
65495
|
+
const _nHI = "nextHopIp";
|
|
64262
65496
|
const _nI = "networkId";
|
|
64263
65497
|
const _nIA = "networkInsightsAnalysis";
|
|
64264
65498
|
const _nIAA = "networkInsightsAnalysisArn";
|
|
@@ -64427,6 +65661,7 @@ const _pK = "publicKey";
|
|
|
64427
65661
|
const _pL = "prefixList";
|
|
64428
65662
|
const _pLA = "prefixListArn";
|
|
64429
65663
|
const _pLAS = "prefixListAssociationSet";
|
|
65664
|
+
const _pLD = "peerLivenessDetection";
|
|
64430
65665
|
const _pLI = "prefixListId";
|
|
64431
65666
|
const _pLIr = "prefixListIds";
|
|
64432
65667
|
const _pLN = "prefixListName";
|
|
@@ -64441,9 +65676,11 @@ const _pO = "paymentOption";
|
|
|
64441
65676
|
const _pOe = "peeringOptions";
|
|
64442
65677
|
const _pP = "progressPercentage";
|
|
64443
65678
|
const _pR = "ptrRecord";
|
|
65679
|
+
const _pRD = "persistRoutesDuration";
|
|
64444
65680
|
const _pRN = "policyRuleNumber";
|
|
64445
65681
|
const _pRNo = "policyReferenceName";
|
|
64446
65682
|
const _pRS = "portRangeSet";
|
|
65683
|
+
const _pRSe = "persistRoutesState";
|
|
64447
65684
|
const _pRU = "ptrRecordUpdate";
|
|
64448
65685
|
const _pRa = "payerResponsibility";
|
|
64449
65686
|
const _pRo = "portRange";
|
|
@@ -64520,6 +65757,7 @@ const _rGT = "ruleGroupType";
|
|
|
64520
65757
|
const _rGTPS = "ruleGroupTypePairSet";
|
|
64521
65758
|
const _rHS = "requireHibernateSupport";
|
|
64522
65759
|
const _rI = "reportId";
|
|
65760
|
+
const _rIDS = "routeInstallationDetailSet";
|
|
64523
65761
|
const _rII = "reservedInstancesId";
|
|
64524
65762
|
const _rIIe = "reservedInstanceId";
|
|
64525
65763
|
const _rILI = "reservedInstancesListingId";
|
|
@@ -64531,6 +65769,8 @@ const _rINCe = "remoteIpv6NetworkCidr";
|
|
|
64531
65769
|
const _rIOI = "reservedInstancesOfferingId";
|
|
64532
65770
|
const _rIOS = "reservedInstancesOfferingsSet";
|
|
64533
65771
|
const _rIS = "reservedInstancesSet";
|
|
65772
|
+
const _rISR = "routeInstallationStatusReason";
|
|
65773
|
+
const _rISo = "routeInstallationStatus";
|
|
64534
65774
|
const _rIVR = "reservedInstanceValueRollup";
|
|
64535
65775
|
const _rIVS = "reservedInstanceValueSet";
|
|
64536
65776
|
const _rIa = "ramdiskId";
|
|
@@ -64560,15 +65800,29 @@ const _rRVT = "replaceRootVolumeTask";
|
|
|
64560
65800
|
const _rRVTI = "replaceRootVolumeTaskId";
|
|
64561
65801
|
const _rRVTS = "replaceRootVolumeTaskSet";
|
|
64562
65802
|
const _rS = "referenceSet";
|
|
65803
|
+
const _rSA = "routeServerAssociation";
|
|
65804
|
+
const _rSAS = "routeServerAssociationSet";
|
|
65805
|
+
const _rSE = "routeServerEndpoint";
|
|
65806
|
+
const _rSEI = "routeServerEndpointId";
|
|
65807
|
+
const _rSES = "routeServerEndpointSet";
|
|
64563
65808
|
const _rSGRS = "revokedSecurityGroupRuleSet";
|
|
65809
|
+
const _rSI = "routeServerId";
|
|
65810
|
+
const _rSP = "routeServerPeer";
|
|
65811
|
+
const _rSPI = "routeServerPeerId";
|
|
65812
|
+
const _rSPS = "routeServerPeerSet";
|
|
65813
|
+
const _rSPSo = "routeServerPropagationSet";
|
|
65814
|
+
const _rSPo = "routeServerPropagation";
|
|
64564
65815
|
const _rSS = "regionalSummarySet";
|
|
65816
|
+
const _rSSo = "routeServerSet";
|
|
64565
65817
|
const _rST = "restoreStartTime";
|
|
64566
65818
|
const _rSe = "reportSet";
|
|
64567
65819
|
const _rSep = "replacementStrategy";
|
|
64568
65820
|
const _rSes = "reservationSet";
|
|
64569
65821
|
const _rSeso = "resourceStatement";
|
|
64570
65822
|
const _rSesou = "resourceSet";
|
|
64571
|
-
const _rSo = "
|
|
65823
|
+
const _rSo = "routeServer";
|
|
65824
|
+
const _rSou = "routeSet";
|
|
65825
|
+
const _rSout = "routeStatus";
|
|
64572
65826
|
const _rT = "reservationType";
|
|
64573
65827
|
const _rTAI = "routeTableAssociationId";
|
|
64574
65828
|
const _rTI = "routeTableId";
|
|
@@ -64695,6 +65949,7 @@ const _sMt = "statusMessage";
|
|
|
64695
65949
|
const _sMta = "stateMessage";
|
|
64696
65950
|
const _sN = "serviceName";
|
|
64697
65951
|
const _sNA = "serviceNetworkArn";
|
|
65952
|
+
const _sNE = "snsNotificationsEnabled";
|
|
64698
65953
|
const _sNN = "serviceNetworkName";
|
|
64699
65954
|
const _sNS = "serviceNameSet";
|
|
64700
65955
|
const _sNSr = "sriovNetSupport";
|
|
@@ -64737,6 +65992,7 @@ const _sSub = "subnetSet";
|
|
|
64737
65992
|
const _sSup = "supportedStrategies";
|
|
64738
65993
|
const _sSy = "systemStatus";
|
|
64739
65994
|
const _sT = "startTime";
|
|
65995
|
+
const _sTA = "snsTopicArn";
|
|
64740
65996
|
const _sTC = "spotTargetCapacity";
|
|
64741
65997
|
const _sTD = "snapshotTaskDetail";
|
|
64742
65998
|
const _sTFR = "storeTaskFailureReason";
|