@aws-sdk/client-ec2 3.800.0 → 3.804.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 +48 -0
- package/dist-cjs/index.js +850 -196
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
- package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
- package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
- package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
- package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
- package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
- package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
- package/dist-es/commands/ImportImageCommand.js +1 -1
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/models/models_2.js +13 -8
- package/dist-es/models/models_3.js +8 -3
- package/dist-es/models/models_4.js +3 -6
- package/dist-es/models/models_5.js +12 -3
- package/dist-es/models/models_6.js +3 -21
- package/dist-es/models/models_7.js +22 -24
- package/dist-es/models/models_8.js +23 -0
- package/dist-es/protocols/Aws_ec2.js +560 -29
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +2 -2
- package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostsCommand.d.ts +2 -2
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +2 -2
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/AttachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -2
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/BundleInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CopyFpgaImageCommand.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 +2 -2
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -2
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
- package/dist-types/commands/CreateImageCommand.d.ts +3 -2
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +2 -2
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +2 -2
- package/dist-types/commands/CreateKeyPairCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -3
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -3
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.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 +3 -2
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
- package/dist-types/commands/CreateSubnetCommand.d.ts +2 -2
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -2
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -2
- 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 +2 -2
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -2
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
- package/dist-types/commands/CreateVolumeCommand.d.ts +4 -2
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +3 -3
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
- package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterImageCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
- package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -2
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +2 -2
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -2
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/DisableImageCommand.d.ts +2 -2
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +2 -2
- package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/DisableRouteServerPropagationCommand.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/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 +1 -1
- 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 -1
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ExportImageCommand.d.ts +2 -2
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +3 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +3 -2
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -2
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -2
- package/dist-types/commands/ImportImageCommand.d.ts +2 -2
- 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 +1 -1
- package/dist-types/commands/ImportVolumeCommand.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 -1
- package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +3 -2
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -4
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +4 -2
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +2 -3
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.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/RunInstancesCommand.d.ts +3 -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/StopInstancesCommand.d.ts +1 -1
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
- package/dist-types/models/models_0.d.ts +2 -0
- package/dist-types/models/models_1.d.ts +61 -0
- package/dist-types/models/models_2.d.ts +322 -214
- package/dist-types/models/models_3.d.ts +270 -454
- package/dist-types/models/models_4.d.ts +3916 -3906
- package/dist-types/models/models_5.d.ts +1257 -949
- package/dist-types/models/models_6.d.ts +3406 -3631
- package/dist-types/models/models_7.d.ts +1825 -1722
- package/dist-types/models/models_8.d.ts +471 -3
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/runtimeConfig.browser.d.ts +17 -17
- package/dist-types/runtimeConfig.d.ts +16 -16
- package/dist-types/runtimeConfig.native.d.ts +18 -18
- package/dist-types/runtimeConfig.shared.d.ts +3 -3
- package/dist-types/ts3.4/EC2.d.ts +134 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
- 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/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.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/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 +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
- 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/ImportVolumeCommand.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 +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +5 -3
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
- 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/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/StopInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3 -0
- package/dist-types/ts3.4/models/models_2.d.ts +77 -54
- package/dist-types/ts3.4/models/models_3.d.ts +76 -97
- package/dist-types/ts3.4/models/models_4.d.ts +104 -79
- package/dist-types/ts3.4/models/models_5.d.ts +119 -90
- package/dist-types/ts3.4/models/models_6.d.ts +83 -126
- package/dist-types/ts3.4/models/models_7.d.ts +127 -115
- package/dist-types/ts3.4/models/models_8.d.ts +110 -0
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
- package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
- package/package.json +21 -21
|
@@ -933,6 +933,26 @@ export const se_CreateLocalGatewayRouteTableVpcAssociationCommand = async (input
|
|
|
933
933
|
});
|
|
934
934
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
935
935
|
};
|
|
936
|
+
export const se_CreateLocalGatewayVirtualInterfaceCommand = async (input, context) => {
|
|
937
|
+
const headers = SHARED_HEADERS;
|
|
938
|
+
let body;
|
|
939
|
+
body = buildFormUrlencodedString({
|
|
940
|
+
...se_CreateLocalGatewayVirtualInterfaceRequest(input, context),
|
|
941
|
+
[_A]: _CLGVI,
|
|
942
|
+
[_V]: _,
|
|
943
|
+
});
|
|
944
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
945
|
+
};
|
|
946
|
+
export const se_CreateLocalGatewayVirtualInterfaceGroupCommand = async (input, context) => {
|
|
947
|
+
const headers = SHARED_HEADERS;
|
|
948
|
+
let body;
|
|
949
|
+
body = buildFormUrlencodedString({
|
|
950
|
+
...se_CreateLocalGatewayVirtualInterfaceGroupRequest(input, context),
|
|
951
|
+
[_A]: _CLGVIG,
|
|
952
|
+
[_V]: _,
|
|
953
|
+
});
|
|
954
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
955
|
+
};
|
|
936
956
|
export const se_CreateManagedPrefixListCommand = async (input, context) => {
|
|
937
957
|
const headers = SHARED_HEADERS;
|
|
938
958
|
let body;
|
|
@@ -1743,6 +1763,26 @@ export const se_DeleteLocalGatewayRouteTableVpcAssociationCommand = async (input
|
|
|
1743
1763
|
});
|
|
1744
1764
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1745
1765
|
};
|
|
1766
|
+
export const se_DeleteLocalGatewayVirtualInterfaceCommand = async (input, context) => {
|
|
1767
|
+
const headers = SHARED_HEADERS;
|
|
1768
|
+
let body;
|
|
1769
|
+
body = buildFormUrlencodedString({
|
|
1770
|
+
...se_DeleteLocalGatewayVirtualInterfaceRequest(input, context),
|
|
1771
|
+
[_A]: _DLGVI,
|
|
1772
|
+
[_V]: _,
|
|
1773
|
+
});
|
|
1774
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1775
|
+
};
|
|
1776
|
+
export const se_DeleteLocalGatewayVirtualInterfaceGroupCommand = async (input, context) => {
|
|
1777
|
+
const headers = SHARED_HEADERS;
|
|
1778
|
+
let body;
|
|
1779
|
+
body = buildFormUrlencodedString({
|
|
1780
|
+
...se_DeleteLocalGatewayVirtualInterfaceGroupRequest(input, context),
|
|
1781
|
+
[_A]: _DLGVIG,
|
|
1782
|
+
[_V]: _,
|
|
1783
|
+
});
|
|
1784
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
1785
|
+
};
|
|
1746
1786
|
export const se_DeleteManagedPrefixListCommand = async (input, context) => {
|
|
1747
1787
|
const headers = SHARED_HEADERS;
|
|
1748
1788
|
let body;
|
|
@@ -3118,7 +3158,7 @@ export const se_DescribeLocalGatewayVirtualInterfaceGroupsCommand = async (input
|
|
|
3118
3158
|
let body;
|
|
3119
3159
|
body = buildFormUrlencodedString({
|
|
3120
3160
|
...se_DescribeLocalGatewayVirtualInterfaceGroupsRequest(input, context),
|
|
3121
|
-
[_A]:
|
|
3161
|
+
[_A]: _DLGVIGe,
|
|
3122
3162
|
[_V]: _,
|
|
3123
3163
|
});
|
|
3124
3164
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
@@ -3128,7 +3168,7 @@ export const se_DescribeLocalGatewayVirtualInterfacesCommand = async (input, con
|
|
|
3128
3168
|
let body;
|
|
3129
3169
|
body = buildFormUrlencodedString({
|
|
3130
3170
|
...se_DescribeLocalGatewayVirtualInterfacesRequest(input, context),
|
|
3131
|
-
[_A]:
|
|
3171
|
+
[_A]: _DLGVIe,
|
|
3132
3172
|
[_V]: _,
|
|
3133
3173
|
});
|
|
3134
3174
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
@@ -3263,6 +3303,16 @@ export const se_DescribeNetworkInterfacesCommand = async (input, context) => {
|
|
|
3263
3303
|
});
|
|
3264
3304
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3265
3305
|
};
|
|
3306
|
+
export const se_DescribeOutpostLagsCommand = async (input, context) => {
|
|
3307
|
+
const headers = SHARED_HEADERS;
|
|
3308
|
+
let body;
|
|
3309
|
+
body = buildFormUrlencodedString({
|
|
3310
|
+
...se_DescribeOutpostLagsRequest(input, context),
|
|
3311
|
+
[_A]: _DOL,
|
|
3312
|
+
[_V]: _,
|
|
3313
|
+
});
|
|
3314
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3315
|
+
};
|
|
3266
3316
|
export const se_DescribePlacementGroupsCommand = async (input, context) => {
|
|
3267
3317
|
const headers = SHARED_HEADERS;
|
|
3268
3318
|
let body;
|
|
@@ -3463,6 +3513,16 @@ export const se_DescribeSecurityGroupVpcAssociationsCommand = async (input, cont
|
|
|
3463
3513
|
});
|
|
3464
3514
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3465
3515
|
};
|
|
3516
|
+
export const se_DescribeServiceLinkVirtualInterfacesCommand = async (input, context) => {
|
|
3517
|
+
const headers = SHARED_HEADERS;
|
|
3518
|
+
let body;
|
|
3519
|
+
body = buildFormUrlencodedString({
|
|
3520
|
+
...se_DescribeServiceLinkVirtualInterfacesRequest(input, context),
|
|
3521
|
+
[_A]: _DSLVI,
|
|
3522
|
+
[_V]: _,
|
|
3523
|
+
});
|
|
3524
|
+
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
3525
|
+
};
|
|
3466
3526
|
export const se_DescribeSnapshotAttributeCommand = async (input, context) => {
|
|
3467
3527
|
const headers = SHARED_HEADERS;
|
|
3468
3528
|
let body;
|
|
@@ -7950,6 +8010,32 @@ export const de_CreateLocalGatewayRouteTableVpcAssociationCommand = async (outpu
|
|
|
7950
8010
|
};
|
|
7951
8011
|
return response;
|
|
7952
8012
|
};
|
|
8013
|
+
export const de_CreateLocalGatewayVirtualInterfaceCommand = async (output, context) => {
|
|
8014
|
+
if (output.statusCode >= 300) {
|
|
8015
|
+
return de_CommandError(output, context);
|
|
8016
|
+
}
|
|
8017
|
+
const data = await parseBody(output.body, context);
|
|
8018
|
+
let contents = {};
|
|
8019
|
+
contents = de_CreateLocalGatewayVirtualInterfaceResult(data, context);
|
|
8020
|
+
const response = {
|
|
8021
|
+
$metadata: deserializeMetadata(output),
|
|
8022
|
+
...contents,
|
|
8023
|
+
};
|
|
8024
|
+
return response;
|
|
8025
|
+
};
|
|
8026
|
+
export const de_CreateLocalGatewayVirtualInterfaceGroupCommand = async (output, context) => {
|
|
8027
|
+
if (output.statusCode >= 300) {
|
|
8028
|
+
return de_CommandError(output, context);
|
|
8029
|
+
}
|
|
8030
|
+
const data = await parseBody(output.body, context);
|
|
8031
|
+
let contents = {};
|
|
8032
|
+
contents = de_CreateLocalGatewayVirtualInterfaceGroupResult(data, context);
|
|
8033
|
+
const response = {
|
|
8034
|
+
$metadata: deserializeMetadata(output),
|
|
8035
|
+
...contents,
|
|
8036
|
+
};
|
|
8037
|
+
return response;
|
|
8038
|
+
};
|
|
7953
8039
|
export const de_CreateManagedPrefixListCommand = async (output, context) => {
|
|
7954
8040
|
if (output.statusCode >= 300) {
|
|
7955
8041
|
return de_CommandError(output, context);
|
|
@@ -8985,6 +9071,32 @@ export const de_DeleteLocalGatewayRouteTableVpcAssociationCommand = async (outpu
|
|
|
8985
9071
|
};
|
|
8986
9072
|
return response;
|
|
8987
9073
|
};
|
|
9074
|
+
export const de_DeleteLocalGatewayVirtualInterfaceCommand = async (output, context) => {
|
|
9075
|
+
if (output.statusCode >= 300) {
|
|
9076
|
+
return de_CommandError(output, context);
|
|
9077
|
+
}
|
|
9078
|
+
const data = await parseBody(output.body, context);
|
|
9079
|
+
let contents = {};
|
|
9080
|
+
contents = de_DeleteLocalGatewayVirtualInterfaceResult(data, context);
|
|
9081
|
+
const response = {
|
|
9082
|
+
$metadata: deserializeMetadata(output),
|
|
9083
|
+
...contents,
|
|
9084
|
+
};
|
|
9085
|
+
return response;
|
|
9086
|
+
};
|
|
9087
|
+
export const de_DeleteLocalGatewayVirtualInterfaceGroupCommand = async (output, context) => {
|
|
9088
|
+
if (output.statusCode >= 300) {
|
|
9089
|
+
return de_CommandError(output, context);
|
|
9090
|
+
}
|
|
9091
|
+
const data = await parseBody(output.body, context);
|
|
9092
|
+
let contents = {};
|
|
9093
|
+
contents = de_DeleteLocalGatewayVirtualInterfaceGroupResult(data, context);
|
|
9094
|
+
const response = {
|
|
9095
|
+
$metadata: deserializeMetadata(output),
|
|
9096
|
+
...contents,
|
|
9097
|
+
};
|
|
9098
|
+
return response;
|
|
9099
|
+
};
|
|
8988
9100
|
export const de_DeleteManagedPrefixListCommand = async (output, context) => {
|
|
8989
9101
|
if (output.statusCode >= 300) {
|
|
8990
9102
|
return de_CommandError(output, context);
|
|
@@ -10916,6 +11028,19 @@ export const de_DescribeNetworkInterfacesCommand = async (output, context) => {
|
|
|
10916
11028
|
};
|
|
10917
11029
|
return response;
|
|
10918
11030
|
};
|
|
11031
|
+
export const de_DescribeOutpostLagsCommand = async (output, context) => {
|
|
11032
|
+
if (output.statusCode >= 300) {
|
|
11033
|
+
return de_CommandError(output, context);
|
|
11034
|
+
}
|
|
11035
|
+
const data = await parseBody(output.body, context);
|
|
11036
|
+
let contents = {};
|
|
11037
|
+
contents = de_DescribeOutpostLagsResult(data, context);
|
|
11038
|
+
const response = {
|
|
11039
|
+
$metadata: deserializeMetadata(output),
|
|
11040
|
+
...contents,
|
|
11041
|
+
};
|
|
11042
|
+
return response;
|
|
11043
|
+
};
|
|
10919
11044
|
export const de_DescribePlacementGroupsCommand = async (output, context) => {
|
|
10920
11045
|
if (output.statusCode >= 300) {
|
|
10921
11046
|
return de_CommandError(output, context);
|
|
@@ -11176,6 +11301,19 @@ export const de_DescribeSecurityGroupVpcAssociationsCommand = async (output, con
|
|
|
11176
11301
|
};
|
|
11177
11302
|
return response;
|
|
11178
11303
|
};
|
|
11304
|
+
export const de_DescribeServiceLinkVirtualInterfacesCommand = async (output, context) => {
|
|
11305
|
+
if (output.statusCode >= 300) {
|
|
11306
|
+
return de_CommandError(output, context);
|
|
11307
|
+
}
|
|
11308
|
+
const data = await parseBody(output.body, context);
|
|
11309
|
+
let contents = {};
|
|
11310
|
+
contents = de_DescribeServiceLinkVirtualInterfacesResult(data, context);
|
|
11311
|
+
const response = {
|
|
11312
|
+
$metadata: deserializeMetadata(output),
|
|
11313
|
+
...contents,
|
|
11314
|
+
};
|
|
11315
|
+
return response;
|
|
11316
|
+
};
|
|
11179
11317
|
export const de_DescribeSnapshotAttributeCommand = async (output, context) => {
|
|
11180
11318
|
if (output.statusCode >= 300) {
|
|
11181
11319
|
return de_CommandError(output, context);
|
|
@@ -18448,6 +18586,64 @@ const se_CreateLocalGatewayRouteTableVpcAssociationRequest = (input, context) =>
|
|
|
18448
18586
|
}
|
|
18449
18587
|
return entries;
|
|
18450
18588
|
};
|
|
18589
|
+
const se_CreateLocalGatewayVirtualInterfaceGroupRequest = (input, context) => {
|
|
18590
|
+
const entries = {};
|
|
18591
|
+
if (input[_LGI] != null) {
|
|
18592
|
+
entries[_LGI] = input[_LGI];
|
|
18593
|
+
}
|
|
18594
|
+
if (input[_LBA] != null) {
|
|
18595
|
+
entries[_LBA] = input[_LBA];
|
|
18596
|
+
}
|
|
18597
|
+
if (input[_LBAE] != null) {
|
|
18598
|
+
entries[_LBAE] = input[_LBAE];
|
|
18599
|
+
}
|
|
18600
|
+
if (input[_TS] != null) {
|
|
18601
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
18602
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18603
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
18604
|
+
entries[loc] = value;
|
|
18605
|
+
});
|
|
18606
|
+
}
|
|
18607
|
+
if (input[_DRr] != null) {
|
|
18608
|
+
entries[_DRr] = input[_DRr];
|
|
18609
|
+
}
|
|
18610
|
+
return entries;
|
|
18611
|
+
};
|
|
18612
|
+
const se_CreateLocalGatewayVirtualInterfaceRequest = (input, context) => {
|
|
18613
|
+
const entries = {};
|
|
18614
|
+
if (input[_LGVIGI] != null) {
|
|
18615
|
+
entries[_LGVIGI] = input[_LGVIGI];
|
|
18616
|
+
}
|
|
18617
|
+
if (input[_OLI] != null) {
|
|
18618
|
+
entries[_OLI] = input[_OLI];
|
|
18619
|
+
}
|
|
18620
|
+
if (input[_Vl] != null) {
|
|
18621
|
+
entries[_Vl] = input[_Vl];
|
|
18622
|
+
}
|
|
18623
|
+
if (input[_LA] != null) {
|
|
18624
|
+
entries[_LA] = input[_LA];
|
|
18625
|
+
}
|
|
18626
|
+
if (input[_PAe] != null) {
|
|
18627
|
+
entries[_PAe] = input[_PAe];
|
|
18628
|
+
}
|
|
18629
|
+
if (input[_PBA] != null) {
|
|
18630
|
+
entries[_PBA] = input[_PBA];
|
|
18631
|
+
}
|
|
18632
|
+
if (input[_TS] != null) {
|
|
18633
|
+
const memberEntries = se_TagSpecificationList(input[_TS], context);
|
|
18634
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
18635
|
+
const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
|
|
18636
|
+
entries[loc] = value;
|
|
18637
|
+
});
|
|
18638
|
+
}
|
|
18639
|
+
if (input[_DRr] != null) {
|
|
18640
|
+
entries[_DRr] = input[_DRr];
|
|
18641
|
+
}
|
|
18642
|
+
if (input[_PBAE] != null) {
|
|
18643
|
+
entries[_PBAE] = input[_PBAE];
|
|
18644
|
+
}
|
|
18645
|
+
return entries;
|
|
18646
|
+
};
|
|
18451
18647
|
const se_CreateManagedPrefixListRequest = (input, context) => {
|
|
18452
18648
|
const entries = {};
|
|
18453
18649
|
if (input[_DRr] != null) {
|
|
@@ -18872,6 +19068,9 @@ const se_CreateReplaceRootVolumeTaskRequest = (input, context) => {
|
|
|
18872
19068
|
if (input[_DRRV] != null) {
|
|
18873
19069
|
entries[_DRRV] = input[_DRRV];
|
|
18874
19070
|
}
|
|
19071
|
+
if (input[_VIR] != null) {
|
|
19072
|
+
entries[_VIR] = input[_VIR];
|
|
19073
|
+
}
|
|
18875
19074
|
return entries;
|
|
18876
19075
|
};
|
|
18877
19076
|
const se_CreateReservedInstancesListingRequest = (input, context) => {
|
|
@@ -19803,8 +20002,8 @@ const se_CreateVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
|
|
|
19803
20002
|
if (input[_Po] != null) {
|
|
19804
20003
|
entries[_Po] = input[_Po];
|
|
19805
20004
|
}
|
|
19806
|
-
if (input[
|
|
19807
|
-
entries[
|
|
20005
|
+
if (input[_LBAo] != null) {
|
|
20006
|
+
entries[_LBAo] = input[_LBAo];
|
|
19808
20007
|
}
|
|
19809
20008
|
if (input[_SIu] != null) {
|
|
19810
20009
|
const memberEntries = se_CreateVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
|
|
@@ -20253,6 +20452,9 @@ const se_CreateVolumeRequest = (input, context) => {
|
|
|
20253
20452
|
if (input[_CTl] != null) {
|
|
20254
20453
|
entries[_CTl] = input[_CTl];
|
|
20255
20454
|
}
|
|
20455
|
+
if (input[_VIR] != null) {
|
|
20456
|
+
entries[_VIR] = input[_VIR];
|
|
20457
|
+
}
|
|
20256
20458
|
if (input[_O] != null) {
|
|
20257
20459
|
const memberEntries = se_OperatorRequest(input[_O], context);
|
|
20258
20460
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -20959,6 +21161,26 @@ const se_DeleteLocalGatewayRouteTableVpcAssociationRequest = (input, context) =>
|
|
|
20959
21161
|
}
|
|
20960
21162
|
return entries;
|
|
20961
21163
|
};
|
|
21164
|
+
const se_DeleteLocalGatewayVirtualInterfaceGroupRequest = (input, context) => {
|
|
21165
|
+
const entries = {};
|
|
21166
|
+
if (input[_LGVIGI] != null) {
|
|
21167
|
+
entries[_LGVIGI] = input[_LGVIGI];
|
|
21168
|
+
}
|
|
21169
|
+
if (input[_DRr] != null) {
|
|
21170
|
+
entries[_DRr] = input[_DRr];
|
|
21171
|
+
}
|
|
21172
|
+
return entries;
|
|
21173
|
+
};
|
|
21174
|
+
const se_DeleteLocalGatewayVirtualInterfaceRequest = (input, context) => {
|
|
21175
|
+
const entries = {};
|
|
21176
|
+
if (input[_LGVII] != null) {
|
|
21177
|
+
entries[_LGVII] = input[_LGVII];
|
|
21178
|
+
}
|
|
21179
|
+
if (input[_DRr] != null) {
|
|
21180
|
+
entries[_DRr] = input[_DRr];
|
|
21181
|
+
}
|
|
21182
|
+
return entries;
|
|
21183
|
+
};
|
|
20962
21184
|
const se_DeleteManagedPrefixListRequest = (input, context) => {
|
|
20963
21185
|
const entries = {};
|
|
20964
21186
|
if (input[_DRr] != null) {
|
|
@@ -23617,8 +23839,8 @@ const se_DescribeLocalGatewayVirtualInterfaceGroupsRequest = (input, context) =>
|
|
|
23617
23839
|
};
|
|
23618
23840
|
const se_DescribeLocalGatewayVirtualInterfacesRequest = (input, context) => {
|
|
23619
23841
|
const entries = {};
|
|
23620
|
-
if (input[
|
|
23621
|
-
const memberEntries = se_LocalGatewayVirtualInterfaceIdSet(input[
|
|
23842
|
+
if (input[_LGVIIo] != null) {
|
|
23843
|
+
const memberEntries = se_LocalGatewayVirtualInterfaceIdSet(input[_LGVIIo], context);
|
|
23622
23844
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
23623
23845
|
const loc = `LocalGatewayVirtualInterfaceId.${key.substring(key.indexOf(".") + 1)}`;
|
|
23624
23846
|
entries[loc] = value;
|
|
@@ -23991,6 +24213,33 @@ const se_DescribeNetworkInterfacesRequest = (input, context) => {
|
|
|
23991
24213
|
}
|
|
23992
24214
|
return entries;
|
|
23993
24215
|
};
|
|
24216
|
+
const se_DescribeOutpostLagsRequest = (input, context) => {
|
|
24217
|
+
const entries = {};
|
|
24218
|
+
if (input[_OLIu] != null) {
|
|
24219
|
+
const memberEntries = se_OutpostLagIdSet(input[_OLIu], context);
|
|
24220
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24221
|
+
const loc = `OutpostLagId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24222
|
+
entries[loc] = value;
|
|
24223
|
+
});
|
|
24224
|
+
}
|
|
24225
|
+
if (input[_Fi] != null) {
|
|
24226
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24227
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24228
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24229
|
+
entries[loc] = value;
|
|
24230
|
+
});
|
|
24231
|
+
}
|
|
24232
|
+
if (input[_MR] != null) {
|
|
24233
|
+
entries[_MR] = input[_MR];
|
|
24234
|
+
}
|
|
24235
|
+
if (input[_NT] != null) {
|
|
24236
|
+
entries[_NT] = input[_NT];
|
|
24237
|
+
}
|
|
24238
|
+
if (input[_DRr] != null) {
|
|
24239
|
+
entries[_DRr] = input[_DRr];
|
|
24240
|
+
}
|
|
24241
|
+
return entries;
|
|
24242
|
+
};
|
|
23994
24243
|
const se_DescribePlacementGroupsRequest = (input, context) => {
|
|
23995
24244
|
const entries = {};
|
|
23996
24245
|
if (input[_GIro] != null) {
|
|
@@ -24540,6 +24789,33 @@ const se_DescribeSecurityGroupVpcAssociationsRequest = (input, context) => {
|
|
|
24540
24789
|
}
|
|
24541
24790
|
return entries;
|
|
24542
24791
|
};
|
|
24792
|
+
const se_DescribeServiceLinkVirtualInterfacesRequest = (input, context) => {
|
|
24793
|
+
const entries = {};
|
|
24794
|
+
if (input[_SLVII] != null) {
|
|
24795
|
+
const memberEntries = se_ServiceLinkVirtualInterfaceIdSet(input[_SLVII], context);
|
|
24796
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24797
|
+
const loc = `ServiceLinkVirtualInterfaceId.${key.substring(key.indexOf(".") + 1)}`;
|
|
24798
|
+
entries[loc] = value;
|
|
24799
|
+
});
|
|
24800
|
+
}
|
|
24801
|
+
if (input[_Fi] != null) {
|
|
24802
|
+
const memberEntries = se_FilterList(input[_Fi], context);
|
|
24803
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
24804
|
+
const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
|
|
24805
|
+
entries[loc] = value;
|
|
24806
|
+
});
|
|
24807
|
+
}
|
|
24808
|
+
if (input[_MR] != null) {
|
|
24809
|
+
entries[_MR] = input[_MR];
|
|
24810
|
+
}
|
|
24811
|
+
if (input[_NT] != null) {
|
|
24812
|
+
entries[_NT] = input[_NT];
|
|
24813
|
+
}
|
|
24814
|
+
if (input[_DRr] != null) {
|
|
24815
|
+
entries[_DRr] = input[_DRr];
|
|
24816
|
+
}
|
|
24817
|
+
return entries;
|
|
24818
|
+
};
|
|
24543
24819
|
const se_DescribeSnapshotAttributeRequest = (input, context) => {
|
|
24544
24820
|
const entries = {};
|
|
24545
24821
|
if (input[_At] != null) {
|
|
@@ -26499,6 +26775,9 @@ const se_EbsBlockDevice = (input, context) => {
|
|
|
26499
26775
|
if (input[_Enc] != null) {
|
|
26500
26776
|
entries[_Enc] = input[_Enc];
|
|
26501
26777
|
}
|
|
26778
|
+
if (input[_VIR] != null) {
|
|
26779
|
+
entries[_VIR] = input[_VIR];
|
|
26780
|
+
}
|
|
26502
26781
|
return entries;
|
|
26503
26782
|
};
|
|
26504
26783
|
const se_EbsInstanceBlockDeviceSpecification = (input, context) => {
|
|
@@ -30152,6 +30431,9 @@ const se_LaunchTemplateEbsBlockDeviceRequest = (input, context) => {
|
|
|
30152
30431
|
if (input[_Th] != null) {
|
|
30153
30432
|
entries[_Th] = input[_Th];
|
|
30154
30433
|
}
|
|
30434
|
+
if (input[_VIR] != null) {
|
|
30435
|
+
entries[_VIR] = input[_VIR];
|
|
30436
|
+
}
|
|
30155
30437
|
return entries;
|
|
30156
30438
|
};
|
|
30157
30439
|
const se_LaunchTemplateElasticInferenceAccelerator = (input, context) => {
|
|
@@ -33462,6 +33744,18 @@ const se_OrganizationArnStringList = (input, context) => {
|
|
|
33462
33744
|
}
|
|
33463
33745
|
return entries;
|
|
33464
33746
|
};
|
|
33747
|
+
const se_OutpostLagIdSet = (input, context) => {
|
|
33748
|
+
const entries = {};
|
|
33749
|
+
let counter = 1;
|
|
33750
|
+
for (const entry of input) {
|
|
33751
|
+
if (entry === null) {
|
|
33752
|
+
continue;
|
|
33753
|
+
}
|
|
33754
|
+
entries[`Item.${counter}`] = entry;
|
|
33755
|
+
counter++;
|
|
33756
|
+
}
|
|
33757
|
+
return entries;
|
|
33758
|
+
};
|
|
33465
33759
|
const se_OwnerStringList = (input, context) => {
|
|
33466
33760
|
const entries = {};
|
|
33467
33761
|
let counter = 1;
|
|
@@ -36618,6 +36912,18 @@ const se_SendDiagnosticInterruptRequest = (input, context) => {
|
|
|
36618
36912
|
}
|
|
36619
36913
|
return entries;
|
|
36620
36914
|
};
|
|
36915
|
+
const se_ServiceLinkVirtualInterfaceIdSet = (input, context) => {
|
|
36916
|
+
const entries = {};
|
|
36917
|
+
let counter = 1;
|
|
36918
|
+
for (const entry of input) {
|
|
36919
|
+
if (entry === null) {
|
|
36920
|
+
continue;
|
|
36921
|
+
}
|
|
36922
|
+
entries[`Item.${counter}`] = entry;
|
|
36923
|
+
counter++;
|
|
36924
|
+
}
|
|
36925
|
+
return entries;
|
|
36926
|
+
};
|
|
36621
36927
|
const se_SlotDateTimeRangeRequest = (input, context) => {
|
|
36622
36928
|
const entries = {};
|
|
36623
36929
|
if (input[_ETa] != null) {
|
|
@@ -41504,6 +41810,20 @@ const de_CreateLocalGatewayRouteTableVpcAssociationResult = (output, context) =>
|
|
|
41504
41810
|
}
|
|
41505
41811
|
return contents;
|
|
41506
41812
|
};
|
|
41813
|
+
const de_CreateLocalGatewayVirtualInterfaceGroupResult = (output, context) => {
|
|
41814
|
+
const contents = {};
|
|
41815
|
+
if (output[_lGVIG] != null) {
|
|
41816
|
+
contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroup(output[_lGVIG], context);
|
|
41817
|
+
}
|
|
41818
|
+
return contents;
|
|
41819
|
+
};
|
|
41820
|
+
const de_CreateLocalGatewayVirtualInterfaceResult = (output, context) => {
|
|
41821
|
+
const contents = {};
|
|
41822
|
+
if (output[_lGVI] != null) {
|
|
41823
|
+
contents[_LGVI] = de_LocalGatewayVirtualInterface(output[_lGVI], context);
|
|
41824
|
+
}
|
|
41825
|
+
return contents;
|
|
41826
|
+
};
|
|
41507
41827
|
const de_CreateManagedPrefixListResult = (output, context) => {
|
|
41508
41828
|
const contents = {};
|
|
41509
41829
|
if (output[_pL] != null) {
|
|
@@ -42325,6 +42645,20 @@ const de_DeleteLocalGatewayRouteTableVpcAssociationResult = (output, context) =>
|
|
|
42325
42645
|
}
|
|
42326
42646
|
return contents;
|
|
42327
42647
|
};
|
|
42648
|
+
const de_DeleteLocalGatewayVirtualInterfaceGroupResult = (output, context) => {
|
|
42649
|
+
const contents = {};
|
|
42650
|
+
if (output[_lGVIG] != null) {
|
|
42651
|
+
contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroup(output[_lGVIG], context);
|
|
42652
|
+
}
|
|
42653
|
+
return contents;
|
|
42654
|
+
};
|
|
42655
|
+
const de_DeleteLocalGatewayVirtualInterfaceResult = (output, context) => {
|
|
42656
|
+
const contents = {};
|
|
42657
|
+
if (output[_lGVI] != null) {
|
|
42658
|
+
contents[_LGVI] = de_LocalGatewayVirtualInterface(output[_lGVI], context);
|
|
42659
|
+
}
|
|
42660
|
+
return contents;
|
|
42661
|
+
};
|
|
42328
42662
|
const de_DeleteManagedPrefixListResult = (output, context) => {
|
|
42329
42663
|
const contents = {};
|
|
42330
42664
|
if (output[_pL] != null) {
|
|
@@ -43767,10 +44101,10 @@ const de_DescribeLocalGatewaysResult = (output, context) => {
|
|
|
43767
44101
|
const de_DescribeLocalGatewayVirtualInterfaceGroupsResult = (output, context) => {
|
|
43768
44102
|
const contents = {};
|
|
43769
44103
|
if (output.localGatewayVirtualInterfaceGroupSet === "") {
|
|
43770
|
-
contents[
|
|
44104
|
+
contents[_LGVIGo] = [];
|
|
43771
44105
|
}
|
|
43772
44106
|
else if (output[_lGVIGS] != null && output[_lGVIGS][_i] != null) {
|
|
43773
|
-
contents[
|
|
44107
|
+
contents[_LGVIGo] = de_LocalGatewayVirtualInterfaceGroupSet(__getArrayIfSingleItem(output[_lGVIGS][_i]), context);
|
|
43774
44108
|
}
|
|
43775
44109
|
if (output[_nTe] != null) {
|
|
43776
44110
|
contents[_NT] = __expectString(output[_nTe]);
|
|
@@ -43780,10 +44114,10 @@ const de_DescribeLocalGatewayVirtualInterfaceGroupsResult = (output, context) =>
|
|
|
43780
44114
|
const de_DescribeLocalGatewayVirtualInterfacesResult = (output, context) => {
|
|
43781
44115
|
const contents = {};
|
|
43782
44116
|
if (output.localGatewayVirtualInterfaceSet === "") {
|
|
43783
|
-
contents[
|
|
44117
|
+
contents[_LGVIo] = [];
|
|
43784
44118
|
}
|
|
43785
44119
|
else if (output[_lGVIS] != null && output[_lGVIS][_i] != null) {
|
|
43786
|
-
contents[
|
|
44120
|
+
contents[_LGVIo] = de_LocalGatewayVirtualInterfaceSet(__getArrayIfSingleItem(output[_lGVIS][_i]), context);
|
|
43787
44121
|
}
|
|
43788
44122
|
if (output[_nTe] != null) {
|
|
43789
44123
|
contents[_NT] = __expectString(output[_nTe]);
|
|
@@ -43971,6 +44305,19 @@ const de_DescribeNetworkInterfacesResult = (output, context) => {
|
|
|
43971
44305
|
}
|
|
43972
44306
|
return contents;
|
|
43973
44307
|
};
|
|
44308
|
+
const de_DescribeOutpostLagsResult = (output, context) => {
|
|
44309
|
+
const contents = {};
|
|
44310
|
+
if (output.outpostLagSet === "") {
|
|
44311
|
+
contents[_OL] = [];
|
|
44312
|
+
}
|
|
44313
|
+
else if (output[_oLS] != null && output[_oLS][_i] != null) {
|
|
44314
|
+
contents[_OL] = de_OutpostLagSet(__getArrayIfSingleItem(output[_oLS][_i]), context);
|
|
44315
|
+
}
|
|
44316
|
+
if (output[_nTe] != null) {
|
|
44317
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
44318
|
+
}
|
|
44319
|
+
return contents;
|
|
44320
|
+
};
|
|
43974
44321
|
const de_DescribePlacementGroupsResult = (output, context) => {
|
|
43975
44322
|
const contents = {};
|
|
43976
44323
|
if (output.placementGroupSet === "") {
|
|
@@ -44216,6 +44563,19 @@ const de_DescribeSecurityGroupVpcAssociationsResult = (output, context) => {
|
|
|
44216
44563
|
}
|
|
44217
44564
|
return contents;
|
|
44218
44565
|
};
|
|
44566
|
+
const de_DescribeServiceLinkVirtualInterfacesResult = (output, context) => {
|
|
44567
|
+
const contents = {};
|
|
44568
|
+
if (output.serviceLinkVirtualInterfaceSet === "") {
|
|
44569
|
+
contents[_SLVI] = [];
|
|
44570
|
+
}
|
|
44571
|
+
else if (output[_sLVIS] != null && output[_sLVIS][_i] != null) {
|
|
44572
|
+
contents[_SLVI] = de_ServiceLinkVirtualInterfaceSet(__getArrayIfSingleItem(output[_sLVIS][_i]), context);
|
|
44573
|
+
}
|
|
44574
|
+
if (output[_nTe] != null) {
|
|
44575
|
+
contents[_NT] = __expectString(output[_nTe]);
|
|
44576
|
+
}
|
|
44577
|
+
return contents;
|
|
44578
|
+
};
|
|
44219
44579
|
const de_DescribeSnapshotAttributeResult = (output, context) => {
|
|
44220
44580
|
const contents = {};
|
|
44221
44581
|
if (output.productCodes === "") {
|
|
@@ -45502,6 +45862,9 @@ const de_EbsBlockDevice = (output, context) => {
|
|
|
45502
45862
|
if (output[_enc] != null) {
|
|
45503
45863
|
contents[_Enc] = __parseBoolean(output[_enc]);
|
|
45504
45864
|
}
|
|
45865
|
+
if (output[_VIR] != null) {
|
|
45866
|
+
contents[_VIR] = __strictParseInt32(output[_VIR]);
|
|
45867
|
+
}
|
|
45505
45868
|
return contents;
|
|
45506
45869
|
};
|
|
45507
45870
|
const de_EbsBlockDeviceResponse = (output, context) => {
|
|
@@ -46186,7 +46549,7 @@ const de_Explanation = (output, context) => {
|
|
|
46186
46549
|
contents[_IGn] = de_AnalysisComponent(output[_iG], context);
|
|
46187
46550
|
}
|
|
46188
46551
|
if (output[_lBA] != null) {
|
|
46189
|
-
contents[
|
|
46552
|
+
contents[_LBAo] = __expectString(output[_lBA]);
|
|
46190
46553
|
}
|
|
46191
46554
|
if (output[_cLBL] != null) {
|
|
46192
46555
|
contents[_CLBL] = de_AnalysisLoadBalancerListener(output[_cLBL], context);
|
|
@@ -51644,6 +52007,9 @@ const de_LaunchTemplateEbsBlockDevice = (output, context) => {
|
|
|
51644
52007
|
if (output[_th] != null) {
|
|
51645
52008
|
contents[_Th] = __strictParseInt32(output[_th]);
|
|
51646
52009
|
}
|
|
52010
|
+
if (output[_vIR] != null) {
|
|
52011
|
+
contents[_VIR] = __strictParseInt32(output[_vIR]);
|
|
52012
|
+
}
|
|
51647
52013
|
return contents;
|
|
51648
52014
|
};
|
|
51649
52015
|
const de_LaunchTemplateElasticInferenceAcceleratorResponse = (output, context) => {
|
|
@@ -52283,11 +52649,20 @@ const de_LocalGatewaySet = (output, context) => {
|
|
|
52283
52649
|
const de_LocalGatewayVirtualInterface = (output, context) => {
|
|
52284
52650
|
const contents = {};
|
|
52285
52651
|
if (output[_lGVII] != null) {
|
|
52286
|
-
contents[
|
|
52652
|
+
contents[_LGVII] = __expectString(output[_lGVII]);
|
|
52287
52653
|
}
|
|
52288
52654
|
if (output[_lGI] != null) {
|
|
52289
52655
|
contents[_LGI] = __expectString(output[_lGI]);
|
|
52290
52656
|
}
|
|
52657
|
+
if (output[_lGVIGI] != null) {
|
|
52658
|
+
contents[_LGVIGI] = __expectString(output[_lGVIGI]);
|
|
52659
|
+
}
|
|
52660
|
+
if (output[_lGVIA] != null) {
|
|
52661
|
+
contents[_LGVIA] = __expectString(output[_lGVIA]);
|
|
52662
|
+
}
|
|
52663
|
+
if (output[_oLI] != null) {
|
|
52664
|
+
contents[_OLI] = __expectString(output[_oLI]);
|
|
52665
|
+
}
|
|
52291
52666
|
if (output[_vl] != null) {
|
|
52292
52667
|
contents[_Vl] = __strictParseInt32(output[_vl]);
|
|
52293
52668
|
}
|
|
@@ -52298,11 +52673,14 @@ const de_LocalGatewayVirtualInterface = (output, context) => {
|
|
|
52298
52673
|
contents[_PAe] = __expectString(output[_pAe]);
|
|
52299
52674
|
}
|
|
52300
52675
|
if (output[_lBAo] != null) {
|
|
52301
|
-
contents[
|
|
52676
|
+
contents[_LBA] = __strictParseInt32(output[_lBAo]);
|
|
52302
52677
|
}
|
|
52303
52678
|
if (output[_pBA] != null) {
|
|
52304
52679
|
contents[_PBA] = __strictParseInt32(output[_pBA]);
|
|
52305
52680
|
}
|
|
52681
|
+
if (output[_pBAE] != null) {
|
|
52682
|
+
contents[_PBAE] = __strictParseLong(output[_pBAE]);
|
|
52683
|
+
}
|
|
52306
52684
|
if (output[_oI] != null) {
|
|
52307
52685
|
contents[_OIwn] = __expectString(output[_oI]);
|
|
52308
52686
|
}
|
|
@@ -52312,6 +52690,9 @@ const de_LocalGatewayVirtualInterface = (output, context) => {
|
|
|
52312
52690
|
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
52313
52691
|
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
52314
52692
|
}
|
|
52693
|
+
if (output[_cSon] != null) {
|
|
52694
|
+
contents[_CSon] = __expectString(output[_cSon]);
|
|
52695
|
+
}
|
|
52315
52696
|
return contents;
|
|
52316
52697
|
};
|
|
52317
52698
|
const de_LocalGatewayVirtualInterfaceGroup = (output, context) => {
|
|
@@ -52320,10 +52701,10 @@ const de_LocalGatewayVirtualInterfaceGroup = (output, context) => {
|
|
|
52320
52701
|
contents[_LGVIGI] = __expectString(output[_lGVIGI]);
|
|
52321
52702
|
}
|
|
52322
52703
|
if (output.localGatewayVirtualInterfaceIdSet === "") {
|
|
52323
|
-
contents[
|
|
52704
|
+
contents[_LGVIIo] = [];
|
|
52324
52705
|
}
|
|
52325
52706
|
else if (output[_lGVIIS] != null && output[_lGVIIS][_i] != null) {
|
|
52326
|
-
contents[
|
|
52707
|
+
contents[_LGVIIo] = de_LocalGatewayVirtualInterfaceIdSet(__getArrayIfSingleItem(output[_lGVIIS][_i]), context);
|
|
52327
52708
|
}
|
|
52328
52709
|
if (output[_lGI] != null) {
|
|
52329
52710
|
contents[_LGI] = __expectString(output[_lGI]);
|
|
@@ -52331,12 +52712,24 @@ const de_LocalGatewayVirtualInterfaceGroup = (output, context) => {
|
|
|
52331
52712
|
if (output[_oI] != null) {
|
|
52332
52713
|
contents[_OIwn] = __expectString(output[_oI]);
|
|
52333
52714
|
}
|
|
52715
|
+
if (output[_lBAo] != null) {
|
|
52716
|
+
contents[_LBA] = __strictParseInt32(output[_lBAo]);
|
|
52717
|
+
}
|
|
52718
|
+
if (output[_lBAE] != null) {
|
|
52719
|
+
contents[_LBAE] = __strictParseLong(output[_lBAE]);
|
|
52720
|
+
}
|
|
52721
|
+
if (output[_lGVIGA] != null) {
|
|
52722
|
+
contents[_LGVIGA] = __expectString(output[_lGVIGA]);
|
|
52723
|
+
}
|
|
52334
52724
|
if (output.tagSet === "") {
|
|
52335
52725
|
contents[_Ta] = [];
|
|
52336
52726
|
}
|
|
52337
52727
|
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
52338
52728
|
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
52339
52729
|
}
|
|
52730
|
+
if (output[_cSon] != null) {
|
|
52731
|
+
contents[_CSon] = __expectString(output[_cSon]);
|
|
52732
|
+
}
|
|
52340
52733
|
return contents;
|
|
52341
52734
|
};
|
|
52342
52735
|
const de_LocalGatewayVirtualInterfaceGroupSet = (output, context) => {
|
|
@@ -54095,6 +54488,47 @@ const de_OperatorResponse = (output, context) => {
|
|
|
54095
54488
|
}
|
|
54096
54489
|
return contents;
|
|
54097
54490
|
};
|
|
54491
|
+
const de_OutpostLag = (output, context) => {
|
|
54492
|
+
const contents = {};
|
|
54493
|
+
if (output[_oA] != null) {
|
|
54494
|
+
contents[_OA] = __expectString(output[_oA]);
|
|
54495
|
+
}
|
|
54496
|
+
if (output[_oI] != null) {
|
|
54497
|
+
contents[_OIwn] = __expectString(output[_oI]);
|
|
54498
|
+
}
|
|
54499
|
+
if (output[_st] != null) {
|
|
54500
|
+
contents[_Stat] = __expectString(output[_st]);
|
|
54501
|
+
}
|
|
54502
|
+
if (output[_oLI] != null) {
|
|
54503
|
+
contents[_OLI] = __expectString(output[_oLI]);
|
|
54504
|
+
}
|
|
54505
|
+
if (output.localGatewayVirtualInterfaceIdSet === "") {
|
|
54506
|
+
contents[_LGVIIo] = [];
|
|
54507
|
+
}
|
|
54508
|
+
else if (output[_lGVIIS] != null && output[_lGVIIS][_i] != null) {
|
|
54509
|
+
contents[_LGVIIo] = de_LocalGatewayVirtualInterfaceIdSet(__getArrayIfSingleItem(output[_lGVIIS][_i]), context);
|
|
54510
|
+
}
|
|
54511
|
+
if (output.serviceLinkVirtualInterfaceIdSet === "") {
|
|
54512
|
+
contents[_SLVII] = [];
|
|
54513
|
+
}
|
|
54514
|
+
else if (output[_sLVIIS] != null && output[_sLVIIS][_i] != null) {
|
|
54515
|
+
contents[_SLVII] = de_ServiceLinkVirtualInterfaceIdSet(__getArrayIfSingleItem(output[_sLVIIS][_i]), context);
|
|
54516
|
+
}
|
|
54517
|
+
if (output.tagSet === "") {
|
|
54518
|
+
contents[_Ta] = [];
|
|
54519
|
+
}
|
|
54520
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
54521
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
54522
|
+
}
|
|
54523
|
+
return contents;
|
|
54524
|
+
};
|
|
54525
|
+
const de_OutpostLagSet = (output, context) => {
|
|
54526
|
+
return (output || [])
|
|
54527
|
+
.filter((e) => e != null)
|
|
54528
|
+
.map((entry) => {
|
|
54529
|
+
return de_OutpostLag(entry, context);
|
|
54530
|
+
});
|
|
54531
|
+
};
|
|
54098
54532
|
const de_PacketHeaderStatement = (output, context) => {
|
|
54099
54533
|
const contents = {};
|
|
54100
54534
|
if (output.sourceAddressSet === "") {
|
|
@@ -57042,6 +57476,63 @@ const de_ServiceDetailSet = (output, context) => {
|
|
|
57042
57476
|
return de_ServiceDetail(entry, context);
|
|
57043
57477
|
});
|
|
57044
57478
|
};
|
|
57479
|
+
const de_ServiceLinkVirtualInterface = (output, context) => {
|
|
57480
|
+
const contents = {};
|
|
57481
|
+
if (output[_sLVII] != null) {
|
|
57482
|
+
contents[_SLVIIe] = __expectString(output[_sLVII]);
|
|
57483
|
+
}
|
|
57484
|
+
if (output[_sLVIA] != null) {
|
|
57485
|
+
contents[_SLVIA] = __expectString(output[_sLVIA]);
|
|
57486
|
+
}
|
|
57487
|
+
if (output[_oIu] != null) {
|
|
57488
|
+
contents[_OIu] = __expectString(output[_oIu]);
|
|
57489
|
+
}
|
|
57490
|
+
if (output[_oA] != null) {
|
|
57491
|
+
contents[_OA] = __expectString(output[_oA]);
|
|
57492
|
+
}
|
|
57493
|
+
if (output[_oI] != null) {
|
|
57494
|
+
contents[_OIwn] = __expectString(output[_oI]);
|
|
57495
|
+
}
|
|
57496
|
+
if (output[_lA] != null) {
|
|
57497
|
+
contents[_LA] = __expectString(output[_lA]);
|
|
57498
|
+
}
|
|
57499
|
+
if (output[_pAe] != null) {
|
|
57500
|
+
contents[_PAe] = __expectString(output[_pAe]);
|
|
57501
|
+
}
|
|
57502
|
+
if (output[_pBA] != null) {
|
|
57503
|
+
contents[_PBA] = __strictParseLong(output[_pBA]);
|
|
57504
|
+
}
|
|
57505
|
+
if (output[_vl] != null) {
|
|
57506
|
+
contents[_Vl] = __strictParseInt32(output[_vl]);
|
|
57507
|
+
}
|
|
57508
|
+
if (output[_oLI] != null) {
|
|
57509
|
+
contents[_OLI] = __expectString(output[_oLI]);
|
|
57510
|
+
}
|
|
57511
|
+
if (output.tagSet === "") {
|
|
57512
|
+
contents[_Ta] = [];
|
|
57513
|
+
}
|
|
57514
|
+
else if (output[_tS] != null && output[_tS][_i] != null) {
|
|
57515
|
+
contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
|
|
57516
|
+
}
|
|
57517
|
+
if (output[_cSon] != null) {
|
|
57518
|
+
contents[_CSon] = __expectString(output[_cSon]);
|
|
57519
|
+
}
|
|
57520
|
+
return contents;
|
|
57521
|
+
};
|
|
57522
|
+
const de_ServiceLinkVirtualInterfaceIdSet = (output, context) => {
|
|
57523
|
+
return (output || [])
|
|
57524
|
+
.filter((e) => e != null)
|
|
57525
|
+
.map((entry) => {
|
|
57526
|
+
return __expectString(entry);
|
|
57527
|
+
});
|
|
57528
|
+
};
|
|
57529
|
+
const de_ServiceLinkVirtualInterfaceSet = (output, context) => {
|
|
57530
|
+
return (output || [])
|
|
57531
|
+
.filter((e) => e != null)
|
|
57532
|
+
.map((entry) => {
|
|
57533
|
+
return de_ServiceLinkVirtualInterface(entry, context);
|
|
57534
|
+
});
|
|
57535
|
+
};
|
|
57045
57536
|
const de_ServiceTypeDetail = (output, context) => {
|
|
57046
57537
|
const contents = {};
|
|
57047
57538
|
if (output[_sTe] != null) {
|
|
@@ -58410,10 +58901,10 @@ const de_TerminateClientVpnConnectionsResult = (output, context) => {
|
|
|
58410
58901
|
contents[_Us] = __expectString(output[_us]);
|
|
58411
58902
|
}
|
|
58412
58903
|
if (output.connectionStatuses === "") {
|
|
58413
|
-
contents[
|
|
58904
|
+
contents[_CSonn] = [];
|
|
58414
58905
|
}
|
|
58415
|
-
else if (output[
|
|
58416
|
-
contents[
|
|
58906
|
+
else if (output[_cSonn] != null && output[_cSonn][_i] != null) {
|
|
58907
|
+
contents[_CSonn] = de_TerminateConnectionStatusSet(__getArrayIfSingleItem(output[_cSonn][_i]), context);
|
|
58417
58908
|
}
|
|
58418
58909
|
return contents;
|
|
58419
58910
|
};
|
|
@@ -60167,7 +60658,7 @@ const de_VerifiedAccessEndpointLoadBalancerOptions = (output, context) => {
|
|
|
60167
60658
|
contents[_Po] = __strictParseInt32(output[_po]);
|
|
60168
60659
|
}
|
|
60169
60660
|
if (output[_lBA] != null) {
|
|
60170
|
-
contents[
|
|
60661
|
+
contents[_LBAo] = __expectString(output[_lBA]);
|
|
60171
60662
|
}
|
|
60172
60663
|
if (output.subnetIdSet === "") {
|
|
60173
60664
|
contents[_SIu] = [];
|
|
@@ -60679,6 +61170,9 @@ const de_Volume = (output, context) => {
|
|
|
60679
61170
|
if (output[_op] != null) {
|
|
60680
61171
|
contents[_O] = de_OperatorResponse(output[_op], context);
|
|
60681
61172
|
}
|
|
61173
|
+
if (output[_vIR] != null) {
|
|
61174
|
+
contents[_VIR] = __strictParseInt32(output[_vIR]);
|
|
61175
|
+
}
|
|
60682
61176
|
if (output[_vIo] != null) {
|
|
60683
61177
|
contents[_VIo] = __expectString(output[_vIo]);
|
|
60684
61178
|
}
|
|
@@ -62152,6 +62646,8 @@ const _CLGR = "CreateLocalGatewayRoute";
|
|
|
62152
62646
|
const _CLGRT = "CreateLocalGatewayRouteTable";
|
|
62153
62647
|
const _CLGRTVA = "CreateLocalGatewayRouteTableVpcAssociation";
|
|
62154
62648
|
const _CLGRTVIGA = "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation";
|
|
62649
|
+
const _CLGVI = "CreateLocalGatewayVirtualInterface";
|
|
62650
|
+
const _CLGVIG = "CreateLocalGatewayVirtualInterfaceGroup";
|
|
62155
62651
|
const _CLO = "ConnectionLogOptions";
|
|
62156
62652
|
const _CLS = "CloudwatchLogStream";
|
|
62157
62653
|
const _CLT = "CreateLaunchTemplate";
|
|
@@ -62236,7 +62732,8 @@ const _CSIT = "CreateStoreImageTask";
|
|
|
62236
62732
|
const _CSOK = "CertificateS3ObjectKey";
|
|
62237
62733
|
const _CSl = "ClientSecret";
|
|
62238
62734
|
const _CSo = "ComplianceStatus";
|
|
62239
|
-
const _CSon = "
|
|
62735
|
+
const _CSon = "ConfigurationState";
|
|
62736
|
+
const _CSonn = "ConnectionStatuses";
|
|
62240
62737
|
const _CSr = "CreateSnapshot";
|
|
62241
62738
|
const _CSre = "CreateSnapshots";
|
|
62242
62739
|
const _CSrea = "CreateSubnet";
|
|
@@ -62473,8 +62970,10 @@ const _DLGRTVAe = "DescribeLocalGatewayRouteTableVpcAssociations";
|
|
|
62473
62970
|
const _DLGRTVIGA = "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation";
|
|
62474
62971
|
const _DLGRTVIGAe = "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations";
|
|
62475
62972
|
const _DLGRTe = "DescribeLocalGatewayRouteTables";
|
|
62476
|
-
const _DLGVI = "
|
|
62477
|
-
const _DLGVIG = "
|
|
62973
|
+
const _DLGVI = "DeleteLocalGatewayVirtualInterface";
|
|
62974
|
+
const _DLGVIG = "DeleteLocalGatewayVirtualInterfaceGroup";
|
|
62975
|
+
const _DLGVIGe = "DescribeLocalGatewayVirtualInterfaceGroups";
|
|
62976
|
+
const _DLGVIe = "DescribeLocalGatewayVirtualInterfaces";
|
|
62478
62977
|
const _DLPA = "DeliverLogsPermissionArn";
|
|
62479
62978
|
const _DLS = "DescribeLockedSnapshots";
|
|
62480
62979
|
const _DLSe = "DeliverLogsStatus";
|
|
@@ -62517,6 +63016,7 @@ const _DO = "DestinationOptions";
|
|
|
62517
63016
|
const _DOA = "DestinationOutpostArn";
|
|
62518
63017
|
const _DOI = "DhcpOptionsId";
|
|
62519
63018
|
const _DOIh = "DhcpOptionsIds";
|
|
63019
|
+
const _DOL = "DescribeOutpostLags";
|
|
62520
63020
|
const _DOST = "DisconnectOnSessionTimeout";
|
|
62521
63021
|
const _DOT = "DeleteOnTermination";
|
|
62522
63022
|
const _DOe = "DeviceOptions";
|
|
@@ -62594,6 +63094,7 @@ const _DSI = "DescribeScheduledInstances";
|
|
|
62594
63094
|
const _DSIA = "DescribeScheduledInstanceAvailability";
|
|
62595
63095
|
const _DSIR = "DescribeSpotInstanceRequests";
|
|
62596
63096
|
const _DSIT = "DescribeStoreImageTasks";
|
|
63097
|
+
const _DSLVI = "DescribeServiceLinkVirtualInterfaces";
|
|
62597
63098
|
const _DSPH = "DescribeSpotPriceHistory";
|
|
62598
63099
|
const _DSSG = "DescribeStaleSecurityGroups";
|
|
62599
63100
|
const _DSTS = "DescribeSnapshotTierStatus";
|
|
@@ -63253,8 +63754,9 @@ const _LADT = "LastAttemptedDiscoveryTime";
|
|
|
63253
63754
|
const _LAZ = "LaunchedAvailabilityZone";
|
|
63254
63755
|
const _LAa = "LastAddress";
|
|
63255
63756
|
const _LB = "LoadBalancers";
|
|
63256
|
-
const _LBA = "
|
|
63257
|
-
const
|
|
63757
|
+
const _LBA = "LocalBgpAsn";
|
|
63758
|
+
const _LBAE = "LocalBgpAsnExtended";
|
|
63759
|
+
const _LBAo = "LoadBalancerArn";
|
|
63258
63760
|
const _LBC = "LoadBalancersConfig";
|
|
63259
63761
|
const _LBLP = "LoadBalancerListenerPort";
|
|
63260
63762
|
const _LBO = "LoadBalancerOptions";
|
|
@@ -63295,12 +63797,16 @@ const _LGRTVIGAI = "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId";
|
|
|
63295
63797
|
const _LGRTVIGAIo = "LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds";
|
|
63296
63798
|
const _LGRTVIGAo = "LocalGatewayRouteTableVirtualInterfaceGroupAssociations";
|
|
63297
63799
|
const _LGRTo = "LocalGatewayRouteTables";
|
|
63298
|
-
const _LGVI = "
|
|
63299
|
-
const
|
|
63800
|
+
const _LGVI = "LocalGatewayVirtualInterface";
|
|
63801
|
+
const _LGVIA = "LocalGatewayVirtualInterfaceArn";
|
|
63802
|
+
const _LGVIG = "LocalGatewayVirtualInterfaceGroup";
|
|
63803
|
+
const _LGVIGA = "LocalGatewayVirtualInterfaceGroupArn";
|
|
63300
63804
|
const _LGVIGI = "LocalGatewayVirtualInterfaceGroupId";
|
|
63301
63805
|
const _LGVIGIo = "LocalGatewayVirtualInterfaceGroupIds";
|
|
63302
|
-
const
|
|
63303
|
-
const
|
|
63806
|
+
const _LGVIGo = "LocalGatewayVirtualInterfaceGroups";
|
|
63807
|
+
const _LGVII = "LocalGatewayVirtualInterfaceId";
|
|
63808
|
+
const _LGVIIo = "LocalGatewayVirtualInterfaceIds";
|
|
63809
|
+
const _LGVIo = "LocalGatewayVirtualInterfaces";
|
|
63304
63810
|
const _LGo = "LogGroup";
|
|
63305
63811
|
const _LGoc = "LocalGateways";
|
|
63306
63812
|
const _LIIRB = "ListImagesInRecycleBin";
|
|
@@ -63611,9 +64117,13 @@ const _OIA = "OutsideIpAddress";
|
|
|
63611
64117
|
const _OIAT = "OutsideIpAddressType";
|
|
63612
64118
|
const _OIS = "OptInStatus";
|
|
63613
64119
|
const _OIr = "OriginalIops";
|
|
64120
|
+
const _OIu = "OutpostId";
|
|
63614
64121
|
const _OIw = "OwnerIds";
|
|
63615
64122
|
const _OIwn = "OwnerId";
|
|
63616
64123
|
const _OK = "ObjectKey";
|
|
64124
|
+
const _OL = "OutpostLags";
|
|
64125
|
+
const _OLI = "OutpostLagId";
|
|
64126
|
+
const _OLIu = "OutpostLagIds";
|
|
63617
64127
|
const _OMAE = "OriginalMultiAttachEnabled";
|
|
63618
64128
|
const _OO = "OidcOptions";
|
|
63619
64129
|
const _OR = "OperatingRegions";
|
|
@@ -63652,6 +64162,7 @@ const _PAo = "PoolArn";
|
|
|
63652
64162
|
const _PAr = "PrincipalArn";
|
|
63653
64163
|
const _PB = "ProvisionedBandwidth";
|
|
63654
64164
|
const _PBA = "PeerBgpAsn";
|
|
64165
|
+
const _PBAE = "PeerBgpAsnExtended";
|
|
63655
64166
|
const _PBC = "ProvisionByoipCidr";
|
|
63656
64167
|
const _PBIG = "PeakBandwidthInGbps";
|
|
63657
64168
|
const _PC = "ProductCode";
|
|
@@ -64125,6 +64636,10 @@ const _SK = "S3Key";
|
|
|
64125
64636
|
const _SKo = "S3objectKey";
|
|
64126
64637
|
const _SL = "SpreadLevel";
|
|
64127
64638
|
const _SLGR = "SearchLocalGatewayRoutes";
|
|
64639
|
+
const _SLVI = "ServiceLinkVirtualInterfaces";
|
|
64640
|
+
const _SLVIA = "ServiceLinkVirtualInterfaceArn";
|
|
64641
|
+
const _SLVII = "ServiceLinkVirtualInterfaceIds";
|
|
64642
|
+
const _SLVIIe = "ServiceLinkVirtualInterfaceId";
|
|
64128
64643
|
const _SLo = "S3Location";
|
|
64129
64644
|
const _SM = "ServiceManaged";
|
|
64130
64645
|
const _SMPPOLP = "SpotMaxPricePercentageOverLowestPrice";
|
|
@@ -64490,6 +65005,7 @@ const _VGI = "VpnGatewayId";
|
|
|
64490
65005
|
const _VGIp = "VpnGatewayIds";
|
|
64491
65006
|
const _VGp = "VpnGateways";
|
|
64492
65007
|
const _VI = "VpcId";
|
|
65008
|
+
const _VIR = "VolumeInitializationRate";
|
|
64493
65009
|
const _VIe = "VendorId";
|
|
64494
65010
|
const _VIl = "VlanId";
|
|
64495
65011
|
const _VIo = "VolumeId";
|
|
@@ -64838,7 +65354,8 @@ const _cSFRS = "currentSpotFleetRequestState";
|
|
|
64838
65354
|
const _cSOK = "certificateS3ObjectKey";
|
|
64839
65355
|
const _cSl = "clientSecret";
|
|
64840
65356
|
const _cSo = "complianceStatus";
|
|
64841
|
-
const _cSon = "
|
|
65357
|
+
const _cSon = "configurationState";
|
|
65358
|
+
const _cSonn = "connectionStatuses";
|
|
64842
65359
|
const _cSr = "creditSpecification";
|
|
64843
65360
|
const _cSu = "currentState";
|
|
64844
65361
|
const _cSur = "currentStatus";
|
|
@@ -65364,6 +65881,7 @@ const _lADT = "lastAttemptedDiscoveryTime";
|
|
|
65364
65881
|
const _lAZ = "launchedAvailabilityZone";
|
|
65365
65882
|
const _lAa = "lastAddress";
|
|
65366
65883
|
const _lBA = "loadBalancerArn";
|
|
65884
|
+
const _lBAE = "localBgpAsnExtended";
|
|
65367
65885
|
const _lBAo = "localBgpAsn";
|
|
65368
65886
|
const _lBC = "loadBalancersConfig";
|
|
65369
65887
|
const _lBLP = "loadBalancerListenerPort";
|
|
@@ -65403,6 +65921,10 @@ const _lGRTVIGA = "localGatewayRouteTableVirtualInterfaceGroupAssociation";
|
|
|
65403
65921
|
const _lGRTVIGAI = "localGatewayRouteTableVirtualInterfaceGroupAssociationId";
|
|
65404
65922
|
const _lGRTVIGAS = "localGatewayRouteTableVirtualInterfaceGroupAssociationSet";
|
|
65405
65923
|
const _lGS = "localGatewaySet";
|
|
65924
|
+
const _lGVI = "localGatewayVirtualInterface";
|
|
65925
|
+
const _lGVIA = "localGatewayVirtualInterfaceArn";
|
|
65926
|
+
const _lGVIG = "localGatewayVirtualInterfaceGroup";
|
|
65927
|
+
const _lGVIGA = "localGatewayVirtualInterfaceGroupArn";
|
|
65406
65928
|
const _lGVIGI = "localGatewayVirtualInterfaceGroupId";
|
|
65407
65929
|
const _lGVIGS = "localGatewayVirtualInterfaceGroupSet";
|
|
65408
65930
|
const _lGVII = "localGatewayVirtualInterfaceId";
|
|
@@ -65610,7 +66132,10 @@ const _oIAT = "outsideIpAddressType";
|
|
|
65610
66132
|
const _oIS = "optInStatus";
|
|
65611
66133
|
const _oIf = "offeringId";
|
|
65612
66134
|
const _oIr = "originalIops";
|
|
66135
|
+
const _oIu = "outpostId";
|
|
65613
66136
|
const _oK = "objectKey";
|
|
66137
|
+
const _oLI = "outpostLagId";
|
|
66138
|
+
const _oLS = "outpostLagSet";
|
|
65614
66139
|
const _oMAE = "originalMultiAttachEnabled";
|
|
65615
66140
|
const _oO = "oidcOptions";
|
|
65616
66141
|
const _oRIWEA = "outputReservedInstancesWillExpireAt";
|
|
@@ -65644,6 +66169,7 @@ const _pAee = "peerAsn";
|
|
|
65644
66169
|
const _pAu = "publiclyAdvertisable";
|
|
65645
66170
|
const _pB = "provisionedBandwidth";
|
|
65646
66171
|
const _pBA = "peerBgpAsn";
|
|
66172
|
+
const _pBAE = "peerBgpAsnExtended";
|
|
65647
66173
|
const _pBIG = "peakBandwidthInGbps";
|
|
65648
66174
|
const _pC = "productCodes";
|
|
65649
66175
|
const _pCB = "poolCidrBlock";
|
|
@@ -65986,6 +66512,10 @@ const _sIub = "subnetIds";
|
|
|
65986
66512
|
const _sK = "s3Key";
|
|
65987
66513
|
const _sKo = "s3objectKey";
|
|
65988
66514
|
const _sL = "s3Location";
|
|
66515
|
+
const _sLVIA = "serviceLinkVirtualInterfaceArn";
|
|
66516
|
+
const _sLVII = "serviceLinkVirtualInterfaceId";
|
|
66517
|
+
const _sLVIIS = "serviceLinkVirtualInterfaceIdSet";
|
|
66518
|
+
const _sLVIS = "serviceLinkVirtualInterfaceSet";
|
|
65989
66519
|
const _sLp = "spreadLevel";
|
|
65990
66520
|
const _sM = "serviceManaged";
|
|
65991
66521
|
const _sMPPOLP = "spotMaxPricePercentageOverLowestPrice";
|
|
@@ -66290,6 +66820,7 @@ const _vG = "vpnGateway";
|
|
|
66290
66820
|
const _vGI = "vpnGatewayId";
|
|
66291
66821
|
const _vGS = "vpnGatewaySet";
|
|
66292
66822
|
const _vI = "vpcId";
|
|
66823
|
+
const _vIR = "volumeInitializationRate";
|
|
66293
66824
|
const _vIl = "vlanId";
|
|
66294
66825
|
const _vIo = "volumeId";
|
|
66295
66826
|
const _vM = "volumeModification";
|