@aws-sdk/client-ec2 3.193.0 → 3.196.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/CHANGELOG.md +19 -0
- package/dist-cjs/EC2Client.js +11 -8
- package/dist-cjs/commands/AcceptReservedInstancesExchangeQuoteCommand.js +10 -0
- package/dist-cjs/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
- package/dist-cjs/commands/AcceptTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-cjs/commands/AcceptTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-cjs/commands/AcceptVpcEndpointConnectionsCommand.js +10 -0
- package/dist-cjs/commands/AcceptVpcPeeringConnectionCommand.js +10 -0
- package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/AllocateAddressCommand.js +10 -0
- package/dist-cjs/commands/AllocateHostsCommand.js +10 -0
- package/dist-cjs/commands/AllocateIpamPoolCidrCommand.js +10 -0
- package/dist-cjs/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.js +10 -0
- package/dist-cjs/commands/AssignIpv6AddressesCommand.js +10 -0
- package/dist-cjs/commands/AssignPrivateIpAddressesCommand.js +10 -0
- package/dist-cjs/commands/AssociateAddressCommand.js +10 -0
- package/dist-cjs/commands/AssociateClientVpnTargetNetworkCommand.js +10 -0
- package/dist-cjs/commands/AssociateDhcpOptionsCommand.js +10 -0
- package/dist-cjs/commands/AssociateEnclaveCertificateIamRoleCommand.js +10 -0
- package/dist-cjs/commands/AssociateIamInstanceProfileCommand.js +10 -0
- package/dist-cjs/commands/AssociateInstanceEventWindowCommand.js +10 -0
- package/dist-cjs/commands/AssociateRouteTableCommand.js +10 -0
- package/dist-cjs/commands/AssociateSubnetCidrBlockCommand.js +10 -0
- package/dist-cjs/commands/AssociateTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-cjs/commands/AssociateTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-cjs/commands/AssociateTransitGatewayRouteTableCommand.js +10 -0
- package/dist-cjs/commands/AssociateTrunkInterfaceCommand.js +10 -0
- package/dist-cjs/commands/AssociateVpcCidrBlockCommand.js +10 -0
- package/dist-cjs/commands/AttachClassicLinkVpcCommand.js +10 -0
- package/dist-cjs/commands/AttachInternetGatewayCommand.js +10 -0
- package/dist-cjs/commands/AttachNetworkInterfaceCommand.js +10 -0
- package/dist-cjs/commands/AttachVolumeCommand.js +10 -0
- package/dist-cjs/commands/AttachVpnGatewayCommand.js +10 -0
- package/dist-cjs/commands/AuthorizeClientVpnIngressCommand.js +10 -0
- package/dist-cjs/commands/AuthorizeSecurityGroupEgressCommand.js +10 -0
- package/dist-cjs/commands/AuthorizeSecurityGroupIngressCommand.js +10 -0
- package/dist-cjs/commands/BundleInstanceCommand.js +10 -0
- package/dist-cjs/commands/CancelBundleTaskCommand.js +10 -0
- package/dist-cjs/commands/CancelCapacityReservationCommand.js +10 -0
- package/dist-cjs/commands/CancelCapacityReservationFleetsCommand.js +10 -0
- package/dist-cjs/commands/CancelConversionTaskCommand.js +10 -0
- package/dist-cjs/commands/CancelExportTaskCommand.js +10 -0
- package/dist-cjs/commands/CancelImportTaskCommand.js +10 -0
- package/dist-cjs/commands/CancelReservedInstancesListingCommand.js +10 -0
- package/dist-cjs/commands/CancelSpotFleetRequestsCommand.js +10 -0
- package/dist-cjs/commands/CancelSpotInstanceRequestsCommand.js +10 -0
- package/dist-cjs/commands/ConfirmProductInstanceCommand.js +10 -0
- package/dist-cjs/commands/CopyFpgaImageCommand.js +10 -0
- package/dist-cjs/commands/CopyImageCommand.js +10 -0
- package/dist-cjs/commands/CopySnapshotCommand.js +10 -0
- package/dist-cjs/commands/CreateCapacityReservationCommand.js +10 -0
- package/dist-cjs/commands/CreateCapacityReservationFleetCommand.js +10 -0
- package/dist-cjs/commands/CreateCarrierGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateClientVpnEndpointCommand.js +10 -0
- package/dist-cjs/commands/CreateClientVpnRouteCommand.js +10 -0
- package/dist-cjs/commands/CreateCoipCidrCommand.js +10 -0
- package/dist-cjs/commands/CreateCoipPoolCommand.js +10 -0
- package/dist-cjs/commands/CreateCustomerGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateDefaultSubnetCommand.js +10 -0
- package/dist-cjs/commands/CreateDefaultVpcCommand.js +10 -0
- package/dist-cjs/commands/CreateDhcpOptionsCommand.js +10 -0
- package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateFleetCommand.js +10 -0
- package/dist-cjs/commands/CreateFlowLogsCommand.js +10 -0
- package/dist-cjs/commands/CreateFpgaImageCommand.js +10 -0
- package/dist-cjs/commands/CreateImageCommand.js +10 -0
- package/dist-cjs/commands/CreateInstanceEventWindowCommand.js +10 -0
- package/dist-cjs/commands/CreateInstanceExportTaskCommand.js +10 -0
- package/dist-cjs/commands/CreateInternetGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateIpamCommand.js +10 -0
- package/dist-cjs/commands/CreateIpamPoolCommand.js +10 -0
- package/dist-cjs/commands/CreateIpamScopeCommand.js +10 -0
- package/dist-cjs/commands/CreateKeyPairCommand.js +10 -0
- package/dist-cjs/commands/CreateLaunchTemplateCommand.js +10 -0
- package/dist-cjs/commands/CreateLaunchTemplateVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteCommand.js +10 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +10 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +10 -0
- package/dist-cjs/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.js +10 -0
- package/dist-cjs/commands/CreateManagedPrefixListCommand.js +10 -0
- package/dist-cjs/commands/CreateNatGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkAclCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkAclEntryCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkInsightsAccessScopeCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkInsightsPathCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkInterfaceCommand.js +10 -0
- package/dist-cjs/commands/CreateNetworkInterfacePermissionCommand.js +10 -0
- package/dist-cjs/commands/CreatePlacementGroupCommand.js +10 -0
- package/dist-cjs/commands/CreatePublicIpv4PoolCommand.js +10 -0
- package/dist-cjs/commands/CreateReplaceRootVolumeTaskCommand.js +10 -0
- package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +10 -0
- package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +10 -0
- package/dist-cjs/commands/CreateRouteCommand.js +10 -0
- package/dist-cjs/commands/CreateRouteTableCommand.js +10 -0
- package/dist-cjs/commands/CreateSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateSnapshotCommand.js +10 -0
- package/dist-cjs/commands/CreateSnapshotsCommand.js +10 -0
- package/dist-cjs/commands/CreateSpotDatafeedSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/CreateStoreImageTaskCommand.js +10 -0
- package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +10 -0
- package/dist-cjs/commands/CreateSubnetCommand.js +10 -0
- package/dist-cjs/commands/CreateTagsCommand.js +10 -0
- package/dist-cjs/commands/CreateTrafficMirrorFilterCommand.js +10 -0
- package/dist-cjs/commands/CreateTrafficMirrorFilterRuleCommand.js +10 -0
- package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +10 -0
- package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayConnectCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayConnectPeerCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayPrefixListReferenceCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayRouteCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayRouteTableCommand.js +10 -0
- package/dist-cjs/commands/CreateTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-cjs/commands/CreateVolumeCommand.js +10 -0
- package/dist-cjs/commands/CreateVpcCommand.js +10 -0
- package/dist-cjs/commands/CreateVpcEndpointCommand.js +10 -0
- package/dist-cjs/commands/CreateVpcEndpointConnectionNotificationCommand.js +10 -0
- package/dist-cjs/commands/CreateVpcEndpointServiceConfigurationCommand.js +10 -0
- package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +10 -0
- package/dist-cjs/commands/CreateVpnConnectionCommand.js +10 -0
- package/dist-cjs/commands/CreateVpnConnectionRouteCommand.js +10 -0
- package/dist-cjs/commands/CreateVpnGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteCarrierGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteClientVpnEndpointCommand.js +10 -0
- package/dist-cjs/commands/DeleteClientVpnRouteCommand.js +10 -0
- package/dist-cjs/commands/DeleteCoipCidrCommand.js +10 -0
- package/dist-cjs/commands/DeleteCoipPoolCommand.js +10 -0
- package/dist-cjs/commands/DeleteCustomerGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteDhcpOptionsCommand.js +10 -0
- package/dist-cjs/commands/DeleteEgressOnlyInternetGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteFleetsCommand.js +10 -0
- package/dist-cjs/commands/DeleteFlowLogsCommand.js +10 -0
- package/dist-cjs/commands/DeleteFpgaImageCommand.js +10 -0
- package/dist-cjs/commands/DeleteInstanceEventWindowCommand.js +10 -0
- package/dist-cjs/commands/DeleteInternetGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteIpamCommand.js +10 -0
- package/dist-cjs/commands/DeleteIpamPoolCommand.js +10 -0
- package/dist-cjs/commands/DeleteIpamScopeCommand.js +10 -0
- package/dist-cjs/commands/DeleteKeyPairCommand.js +10 -0
- package/dist-cjs/commands/DeleteLaunchTemplateCommand.js +10 -0
- package/dist-cjs/commands/DeleteLaunchTemplateVersionsCommand.js +10 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteCommand.js +10 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +10 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +10 -0
- package/dist-cjs/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.js +10 -0
- package/dist-cjs/commands/DeleteManagedPrefixListCommand.js +10 -0
- package/dist-cjs/commands/DeleteNatGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkAclCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkAclEntryCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkInsightsAccessScopeCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkInsightsAnalysisCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkInsightsPathCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkInterfaceCommand.js +10 -0
- package/dist-cjs/commands/DeleteNetworkInterfacePermissionCommand.js +10 -0
- package/dist-cjs/commands/DeletePlacementGroupCommand.js +10 -0
- package/dist-cjs/commands/DeletePublicIpv4PoolCommand.js +10 -0
- package/dist-cjs/commands/DeleteQueuedReservedInstancesCommand.js +10 -0
- package/dist-cjs/commands/DeleteRouteCommand.js +10 -0
- package/dist-cjs/commands/DeleteRouteTableCommand.js +10 -0
- package/dist-cjs/commands/DeleteSecurityGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteSnapshotCommand.js +10 -0
- package/dist-cjs/commands/DeleteSpotDatafeedSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +10 -0
- package/dist-cjs/commands/DeleteSubnetCommand.js +10 -0
- package/dist-cjs/commands/DeleteTagsCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +10 -0
- package/dist-cjs/commands/DeleteTrafficMirrorTargetCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayConnectCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayConnectPeerCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayRouteCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayRouteTableCommand.js +10 -0
- package/dist-cjs/commands/DeleteTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-cjs/commands/DeleteVolumeCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpcCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpcEndpointConnectionNotificationsCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpcEndpointServiceConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpcEndpointsCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpcPeeringConnectionCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpnConnectionCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpnConnectionRouteCommand.js +10 -0
- package/dist-cjs/commands/DeleteVpnGatewayCommand.js +10 -0
- package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/DeprovisionIpamPoolCidrCommand.js +10 -0
- package/dist-cjs/commands/DeprovisionPublicIpv4PoolCidrCommand.js +10 -0
- package/dist-cjs/commands/DeregisterImageCommand.js +10 -0
- package/dist-cjs/commands/DeregisterInstanceEventNotificationAttributesCommand.js +10 -0
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +10 -0
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAddressesAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeAddressesCommand.js +10 -0
- package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +10 -0
- package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +10 -0
- package/dist-cjs/commands/DescribeBundleTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeByoipCidrsCommand.js +10 -0
- package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +10 -0
- package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeClientVpnAuthorizationRulesCommand.js +10 -0
- package/dist-cjs/commands/DescribeClientVpnConnectionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeClientVpnEndpointsCommand.js +10 -0
- package/dist-cjs/commands/DescribeClientVpnRoutesCommand.js +10 -0
- package/dist-cjs/commands/DescribeClientVpnTargetNetworksCommand.js +10 -0
- package/dist-cjs/commands/DescribeCoipPoolsCommand.js +10 -0
- package/dist-cjs/commands/DescribeConversionTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeCustomerGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeDhcpOptionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeEgressOnlyInternetGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeElasticGpusCommand.js +10 -0
- package/dist-cjs/commands/DescribeExportImageTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeExportTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeFastLaunchImagesCommand.js +10 -0
- package/dist-cjs/commands/DescribeFastSnapshotRestoresCommand.js +10 -0
- package/dist-cjs/commands/DescribeFleetHistoryCommand.js +10 -0
- package/dist-cjs/commands/DescribeFleetInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeFleetsCommand.js +10 -0
- package/dist-cjs/commands/DescribeFlowLogsCommand.js +10 -0
- package/dist-cjs/commands/DescribeFpgaImageAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeFpgaImagesCommand.js +10 -0
- package/dist-cjs/commands/DescribeHostReservationOfferingsCommand.js +10 -0
- package/dist-cjs/commands/DescribeHostReservationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeHostsCommand.js +10 -0
- package/dist-cjs/commands/DescribeIamInstanceProfileAssociationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeIdFormatCommand.js +10 -0
- package/dist-cjs/commands/DescribeIdentityIdFormatCommand.js +10 -0
- package/dist-cjs/commands/DescribeImageAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeImagesCommand.js +10 -0
- package/dist-cjs/commands/DescribeImportImageTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceCreditSpecificationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceEventNotificationAttributesCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceEventWindowsCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceTypeOfferingsCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstanceTypesCommand.js +10 -0
- package/dist-cjs/commands/DescribeInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeInternetGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeIpamPoolsCommand.js +10 -0
- package/dist-cjs/commands/DescribeIpamScopesCommand.js +10 -0
- package/dist-cjs/commands/DescribeIpamsCommand.js +10 -0
- package/dist-cjs/commands/DescribeIpv6PoolsCommand.js +10 -0
- package/dist-cjs/commands/DescribeKeyPairsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLaunchTemplateVersionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLaunchTemplatesCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocalGatewayRouteTablesCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +10 -0
- package/dist-cjs/commands/DescribeLocalGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +10 -0
- package/dist-cjs/commands/DescribeMovingAddressesCommand.js +10 -0
- package/dist-cjs/commands/DescribeNatGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkAclsCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInsightsAccessScopesCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInsightsAnalysesCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInsightsPathsCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInterfaceAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInterfacePermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeNetworkInterfacesCommand.js +10 -0
- package/dist-cjs/commands/DescribePlacementGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribePrefixListsCommand.js +10 -0
- package/dist-cjs/commands/DescribePrincipalIdFormatCommand.js +10 -0
- package/dist-cjs/commands/DescribePublicIpv4PoolsCommand.js +10 -0
- package/dist-cjs/commands/DescribeRegionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeReplaceRootVolumeTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservedInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservedInstancesListingsCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservedInstancesModificationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeReservedInstancesOfferingsCommand.js +10 -0
- package/dist-cjs/commands/DescribeRouteTablesCommand.js +10 -0
- package/dist-cjs/commands/DescribeScheduledInstanceAvailabilityCommand.js +10 -0
- package/dist-cjs/commands/DescribeScheduledInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeSecurityGroupReferencesCommand.js +10 -0
- package/dist-cjs/commands/DescribeSecurityGroupRulesCommand.js +10 -0
- package/dist-cjs/commands/DescribeSecurityGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeSnapshotAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeSnapshotTierStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeSnapshotsCommand.js +10 -0
- package/dist-cjs/commands/DescribeSpotDatafeedSubscriptionCommand.js +10 -0
- package/dist-cjs/commands/DescribeSpotFleetInstancesCommand.js +10 -0
- package/dist-cjs/commands/DescribeSpotFleetRequestHistoryCommand.js +10 -0
- package/dist-cjs/commands/DescribeSpotFleetRequestsCommand.js +10 -0
- package/dist-cjs/commands/DescribeSpotInstanceRequestsCommand.js +10 -0
- package/dist-cjs/commands/DescribeSpotPriceHistoryCommand.js +10 -0
- package/dist-cjs/commands/DescribeStaleSecurityGroupsCommand.js +10 -0
- package/dist-cjs/commands/DescribeStoreImageTasksCommand.js +10 -0
- package/dist-cjs/commands/DescribeSubnetsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTagsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTrafficMirrorFiltersCommand.js +10 -0
- package/dist-cjs/commands/DescribeTrafficMirrorSessionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTrafficMirrorTargetsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayAttachmentsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayConnectPeersCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayConnectsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayMulticastDomainsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayPolicyTablesCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayRouteTablesCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +10 -0
- package/dist-cjs/commands/DescribeTransitGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DescribeTrunkInterfaceAssociationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVolumeAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +10 -0
- package/dist-cjs/commands/DescribeVolumesCommand.js +10 -0
- package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcAttributeCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcClassicLinkCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcClassicLinkDnsSupportCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcEndpointConnectionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcEndpointServicePermissionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcEndpointServicesCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcPeeringConnectionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpcsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpnConnectionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeVpnGatewaysCommand.js +10 -0
- package/dist-cjs/commands/DetachClassicLinkVpcCommand.js +10 -0
- package/dist-cjs/commands/DetachInternetGatewayCommand.js +10 -0
- package/dist-cjs/commands/DetachNetworkInterfaceCommand.js +10 -0
- package/dist-cjs/commands/DetachVolumeCommand.js +10 -0
- package/dist-cjs/commands/DetachVpnGatewayCommand.js +10 -0
- package/dist-cjs/commands/DisableEbsEncryptionByDefaultCommand.js +10 -0
- package/dist-cjs/commands/DisableFastLaunchCommand.js +10 -0
- package/dist-cjs/commands/DisableFastSnapshotRestoresCommand.js +10 -0
- package/dist-cjs/commands/DisableImageDeprecationCommand.js +10 -0
- package/dist-cjs/commands/DisableIpamOrganizationAdminAccountCommand.js +10 -0
- package/dist-cjs/commands/DisableSerialConsoleAccessCommand.js +10 -0
- package/dist-cjs/commands/DisableTransitGatewayRouteTablePropagationCommand.js +10 -0
- package/dist-cjs/commands/DisableVgwRoutePropagationCommand.js +10 -0
- package/dist-cjs/commands/DisableVpcClassicLinkCommand.js +10 -0
- package/dist-cjs/commands/DisableVpcClassicLinkDnsSupportCommand.js +10 -0
- package/dist-cjs/commands/DisassociateAddressCommand.js +10 -0
- package/dist-cjs/commands/DisassociateClientVpnTargetNetworkCommand.js +10 -0
- package/dist-cjs/commands/DisassociateEnclaveCertificateIamRoleCommand.js +10 -0
- package/dist-cjs/commands/DisassociateIamInstanceProfileCommand.js +10 -0
- package/dist-cjs/commands/DisassociateInstanceEventWindowCommand.js +10 -0
- package/dist-cjs/commands/DisassociateRouteTableCommand.js +10 -0
- package/dist-cjs/commands/DisassociateSubnetCidrBlockCommand.js +10 -0
- package/dist-cjs/commands/DisassociateTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +10 -0
- package/dist-cjs/commands/DisassociateTrunkInterfaceCommand.js +10 -0
- package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +10 -0
- package/dist-cjs/commands/EnableEbsEncryptionByDefaultCommand.js +10 -0
- package/dist-cjs/commands/EnableFastLaunchCommand.js +10 -0
- package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +10 -0
- package/dist-cjs/commands/EnableImageDeprecationCommand.js +10 -0
- package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +10 -0
- package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +10 -0
- package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +10 -0
- package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +10 -0
- package/dist-cjs/commands/EnableVolumeIOCommand.js +10 -0
- package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +10 -0
- package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +10 -0
- package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +10 -0
- package/dist-cjs/commands/ExportClientVpnClientConfigurationCommand.js +10 -0
- package/dist-cjs/commands/ExportImageCommand.js +10 -0
- package/dist-cjs/commands/ExportTransitGatewayRoutesCommand.js +10 -0
- package/dist-cjs/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +10 -0
- package/dist-cjs/commands/GetAssociatedIpv6PoolCidrsCommand.js +10 -0
- package/dist-cjs/commands/GetCapacityReservationUsageCommand.js +10 -0
- package/dist-cjs/commands/GetCoipPoolUsageCommand.js +10 -0
- package/dist-cjs/commands/GetConsoleOutputCommand.js +10 -0
- package/dist-cjs/commands/GetConsoleScreenshotCommand.js +10 -0
- package/dist-cjs/commands/GetDefaultCreditSpecificationCommand.js +10 -0
- package/dist-cjs/commands/GetEbsDefaultKmsKeyIdCommand.js +10 -0
- package/dist-cjs/commands/GetEbsEncryptionByDefaultCommand.js +10 -0
- package/dist-cjs/commands/GetFlowLogsIntegrationTemplateCommand.js +10 -0
- package/dist-cjs/commands/GetGroupsForCapacityReservationCommand.js +10 -0
- package/dist-cjs/commands/GetHostReservationPurchasePreviewCommand.js +10 -0
- package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +10 -0
- package/dist-cjs/commands/GetInstanceUefiDataCommand.js +10 -0
- package/dist-cjs/commands/GetIpamAddressHistoryCommand.js +10 -0
- package/dist-cjs/commands/GetIpamPoolAllocationsCommand.js +10 -0
- package/dist-cjs/commands/GetIpamPoolCidrsCommand.js +10 -0
- package/dist-cjs/commands/GetIpamResourceCidrsCommand.js +10 -0
- package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +10 -0
- package/dist-cjs/commands/GetManagedPrefixListAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetManagedPrefixListEntriesCommand.js +10 -0
- package/dist-cjs/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.js +10 -0
- package/dist-cjs/commands/GetNetworkInsightsAccessScopeContentCommand.js +10 -0
- package/dist-cjs/commands/GetPasswordDataCommand.js +10 -0
- package/dist-cjs/commands/GetReservedInstancesExchangeQuoteCommand.js +10 -0
- package/dist-cjs/commands/GetSerialConsoleAccessStatusCommand.js +10 -0
- package/dist-cjs/commands/GetSpotPlacementScoresCommand.js +10 -0
- package/dist-cjs/commands/GetSubnetCidrReservationsCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayAttachmentPropagationsCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayPolicyTableEntriesCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayPrefixListReferencesCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayRouteTableAssociationsCommand.js +10 -0
- package/dist-cjs/commands/GetTransitGatewayRouteTablePropagationsCommand.js +10 -0
- package/dist-cjs/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetVpnConnectionDeviceTypesCommand.js +10 -0
- package/dist-cjs/commands/ImportClientVpnClientCertificateRevocationListCommand.js +10 -0
- package/dist-cjs/commands/ImportImageCommand.js +10 -0
- package/dist-cjs/commands/ImportInstanceCommand.js +10 -0
- package/dist-cjs/commands/ImportKeyPairCommand.js +10 -0
- package/dist-cjs/commands/ImportSnapshotCommand.js +10 -0
- package/dist-cjs/commands/ImportVolumeCommand.js +10 -0
- package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +10 -0
- package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +10 -0
- package/dist-cjs/commands/ModifyAddressAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyAvailabilityZoneGroupCommand.js +10 -0
- package/dist-cjs/commands/ModifyCapacityReservationCommand.js +10 -0
- package/dist-cjs/commands/ModifyCapacityReservationFleetCommand.js +10 -0
- package/dist-cjs/commands/ModifyClientVpnEndpointCommand.js +10 -0
- package/dist-cjs/commands/ModifyDefaultCreditSpecificationCommand.js +10 -0
- package/dist-cjs/commands/ModifyEbsDefaultKmsKeyIdCommand.js +10 -0
- package/dist-cjs/commands/ModifyFleetCommand.js +10 -0
- package/dist-cjs/commands/ModifyFpgaImageAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyHostsCommand.js +10 -0
- package/dist-cjs/commands/ModifyIdFormatCommand.js +10 -0
- package/dist-cjs/commands/ModifyIdentityIdFormatCommand.js +10 -0
- package/dist-cjs/commands/ModifyImageAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceCapacityReservationAttributesCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceCreditSpecificationCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceEventStartTimeCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceEventWindowCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceMaintenanceOptionsCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstanceMetadataOptionsCommand.js +10 -0
- package/dist-cjs/commands/ModifyInstancePlacementCommand.js +10 -0
- package/dist-cjs/commands/ModifyIpamCommand.js +10 -0
- package/dist-cjs/commands/ModifyIpamPoolCommand.js +10 -0
- package/dist-cjs/commands/ModifyIpamResourceCidrCommand.js +10 -0
- package/dist-cjs/commands/ModifyIpamScopeCommand.js +10 -0
- package/dist-cjs/commands/ModifyLaunchTemplateCommand.js +10 -0
- package/dist-cjs/commands/ModifyLocalGatewayRouteCommand.js +10 -0
- package/dist-cjs/commands/ModifyManagedPrefixListCommand.js +10 -0
- package/dist-cjs/commands/ModifyNetworkInterfaceAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyPrivateDnsNameOptionsCommand.js +10 -0
- package/dist-cjs/commands/ModifyReservedInstancesCommand.js +10 -0
- package/dist-cjs/commands/ModifySecurityGroupRulesCommand.js +10 -0
- package/dist-cjs/commands/ModifySnapshotAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifySnapshotTierCommand.js +10 -0
- package/dist-cjs/commands/ModifySpotFleetRequestCommand.js +10 -0
- package/dist-cjs/commands/ModifySubnetAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +10 -0
- package/dist-cjs/commands/ModifyTrafficMirrorFilterRuleCommand.js +10 -0
- package/dist-cjs/commands/ModifyTrafficMirrorSessionCommand.js +10 -0
- package/dist-cjs/commands/ModifyTransitGatewayCommand.js +10 -0
- package/dist-cjs/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +10 -0
- package/dist-cjs/commands/ModifyTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-cjs/commands/ModifyVolumeAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyVolumeCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcAttributeCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcEndpointCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcEndpointConnectionNotificationCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcEndpointServiceConfigurationCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcEndpointServicePermissionsCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcPeeringConnectionOptionsCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpcTenancyCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpnConnectionCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpnConnectionOptionsCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpnTunnelCertificateCommand.js +10 -0
- package/dist-cjs/commands/ModifyVpnTunnelOptionsCommand.js +10 -0
- package/dist-cjs/commands/MonitorInstancesCommand.js +10 -0
- package/dist-cjs/commands/MoveAddressToVpcCommand.js +10 -0
- package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +10 -0
- package/dist-cjs/commands/ProvisionByoipCidrCommand.js +10 -0
- package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +10 -0
- package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +10 -0
- package/dist-cjs/commands/PurchaseHostReservationCommand.js +10 -0
- package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +10 -0
- package/dist-cjs/commands/PurchaseScheduledInstancesCommand.js +10 -0
- package/dist-cjs/commands/RebootInstancesCommand.js +10 -0
- package/dist-cjs/commands/RegisterImageCommand.js +10 -0
- package/dist-cjs/commands/RegisterInstanceEventNotificationAttributesCommand.js +10 -0
- package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +10 -0
- package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +10 -0
- package/dist-cjs/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
- package/dist-cjs/commands/RejectTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-cjs/commands/RejectTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-cjs/commands/RejectVpcEndpointConnectionsCommand.js +10 -0
- package/dist-cjs/commands/RejectVpcPeeringConnectionCommand.js +10 -0
- package/dist-cjs/commands/ReleaseAddressCommand.js +10 -0
- package/dist-cjs/commands/ReleaseHostsCommand.js +10 -0
- package/dist-cjs/commands/ReleaseIpamPoolAllocationCommand.js +10 -0
- package/dist-cjs/commands/ReplaceIamInstanceProfileAssociationCommand.js +10 -0
- package/dist-cjs/commands/ReplaceNetworkAclAssociationCommand.js +10 -0
- package/dist-cjs/commands/ReplaceNetworkAclEntryCommand.js +10 -0
- package/dist-cjs/commands/ReplaceRouteCommand.js +10 -0
- package/dist-cjs/commands/ReplaceRouteTableAssociationCommand.js +10 -0
- package/dist-cjs/commands/ReplaceTransitGatewayRouteCommand.js +10 -0
- package/dist-cjs/commands/ReportInstanceStatusCommand.js +10 -0
- package/dist-cjs/commands/RequestSpotFleetCommand.js +10 -0
- package/dist-cjs/commands/RequestSpotInstancesCommand.js +10 -0
- package/dist-cjs/commands/ResetAddressAttributeCommand.js +10 -0
- package/dist-cjs/commands/ResetEbsDefaultKmsKeyIdCommand.js +10 -0
- package/dist-cjs/commands/ResetFpgaImageAttributeCommand.js +10 -0
- package/dist-cjs/commands/ResetImageAttributeCommand.js +10 -0
- package/dist-cjs/commands/ResetInstanceAttributeCommand.js +10 -0
- package/dist-cjs/commands/ResetNetworkInterfaceAttributeCommand.js +10 -0
- package/dist-cjs/commands/ResetSnapshotAttributeCommand.js +10 -0
- package/dist-cjs/commands/RestoreAddressToClassicCommand.js +10 -0
- package/dist-cjs/commands/RestoreImageFromRecycleBinCommand.js +10 -0
- package/dist-cjs/commands/RestoreManagedPrefixListVersionCommand.js +10 -0
- package/dist-cjs/commands/RestoreSnapshotFromRecycleBinCommand.js +10 -0
- package/dist-cjs/commands/RestoreSnapshotTierCommand.js +10 -0
- package/dist-cjs/commands/RevokeClientVpnIngressCommand.js +10 -0
- package/dist-cjs/commands/RevokeSecurityGroupEgressCommand.js +10 -0
- package/dist-cjs/commands/RevokeSecurityGroupIngressCommand.js +10 -0
- package/dist-cjs/commands/RunInstancesCommand.js +10 -0
- package/dist-cjs/commands/RunScheduledInstancesCommand.js +10 -0
- package/dist-cjs/commands/SearchLocalGatewayRoutesCommand.js +10 -0
- package/dist-cjs/commands/SearchTransitGatewayMulticastGroupsCommand.js +10 -0
- package/dist-cjs/commands/SearchTransitGatewayRoutesCommand.js +10 -0
- package/dist-cjs/commands/SendDiagnosticInterruptCommand.js +10 -0
- package/dist-cjs/commands/StartInstancesCommand.js +10 -0
- package/dist-cjs/commands/StartNetworkInsightsAccessScopeAnalysisCommand.js +10 -0
- package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +10 -0
- package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +10 -0
- package/dist-cjs/commands/StopInstancesCommand.js +10 -0
- package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +10 -0
- package/dist-cjs/commands/TerminateInstancesCommand.js +10 -0
- package/dist-cjs/commands/UnassignIpv6AddressesCommand.js +10 -0
- package/dist-cjs/commands/UnassignPrivateIpAddressesCommand.js +10 -0
- package/dist-cjs/commands/UnmonitorInstancesCommand.js +10 -0
- package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +10 -0
- package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +10 -0
- package/dist-cjs/commands/WithdrawByoipCidrCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +343 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/EC2Client.js +12 -9
- package/dist-es/commands/AcceptReservedInstancesExchangeQuoteCommand.js +10 -0
- package/dist-es/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
- package/dist-es/commands/AcceptTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-es/commands/AcceptTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-es/commands/AcceptVpcEndpointConnectionsCommand.js +10 -0
- package/dist-es/commands/AcceptVpcPeeringConnectionCommand.js +10 -0
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +10 -0
- package/dist-es/commands/AllocateAddressCommand.js +10 -0
- package/dist-es/commands/AllocateHostsCommand.js +10 -0
- package/dist-es/commands/AllocateIpamPoolCidrCommand.js +10 -0
- package/dist-es/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.js +10 -0
- package/dist-es/commands/AssignIpv6AddressesCommand.js +10 -0
- package/dist-es/commands/AssignPrivateIpAddressesCommand.js +10 -0
- package/dist-es/commands/AssociateAddressCommand.js +10 -0
- package/dist-es/commands/AssociateClientVpnTargetNetworkCommand.js +10 -0
- package/dist-es/commands/AssociateDhcpOptionsCommand.js +10 -0
- package/dist-es/commands/AssociateEnclaveCertificateIamRoleCommand.js +10 -0
- package/dist-es/commands/AssociateIamInstanceProfileCommand.js +10 -0
- package/dist-es/commands/AssociateInstanceEventWindowCommand.js +10 -0
- package/dist-es/commands/AssociateRouteTableCommand.js +10 -0
- package/dist-es/commands/AssociateSubnetCidrBlockCommand.js +10 -0
- package/dist-es/commands/AssociateTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-es/commands/AssociateTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-es/commands/AssociateTransitGatewayRouteTableCommand.js +10 -0
- package/dist-es/commands/AssociateTrunkInterfaceCommand.js +10 -0
- package/dist-es/commands/AssociateVpcCidrBlockCommand.js +10 -0
- package/dist-es/commands/AttachClassicLinkVpcCommand.js +10 -0
- package/dist-es/commands/AttachInternetGatewayCommand.js +10 -0
- package/dist-es/commands/AttachNetworkInterfaceCommand.js +10 -0
- package/dist-es/commands/AttachVolumeCommand.js +10 -0
- package/dist-es/commands/AttachVpnGatewayCommand.js +10 -0
- package/dist-es/commands/AuthorizeClientVpnIngressCommand.js +10 -0
- package/dist-es/commands/AuthorizeSecurityGroupEgressCommand.js +10 -0
- package/dist-es/commands/AuthorizeSecurityGroupIngressCommand.js +10 -0
- package/dist-es/commands/BundleInstanceCommand.js +10 -0
- package/dist-es/commands/CancelBundleTaskCommand.js +10 -0
- package/dist-es/commands/CancelCapacityReservationCommand.js +10 -0
- package/dist-es/commands/CancelCapacityReservationFleetsCommand.js +10 -0
- package/dist-es/commands/CancelConversionTaskCommand.js +10 -0
- package/dist-es/commands/CancelExportTaskCommand.js +10 -0
- package/dist-es/commands/CancelImportTaskCommand.js +10 -0
- package/dist-es/commands/CancelReservedInstancesListingCommand.js +10 -0
- package/dist-es/commands/CancelSpotFleetRequestsCommand.js +10 -0
- package/dist-es/commands/CancelSpotInstanceRequestsCommand.js +10 -0
- package/dist-es/commands/ConfirmProductInstanceCommand.js +10 -0
- package/dist-es/commands/CopyFpgaImageCommand.js +10 -0
- package/dist-es/commands/CopyImageCommand.js +10 -0
- package/dist-es/commands/CopySnapshotCommand.js +10 -0
- package/dist-es/commands/CreateCapacityReservationCommand.js +10 -0
- package/dist-es/commands/CreateCapacityReservationFleetCommand.js +10 -0
- package/dist-es/commands/CreateCarrierGatewayCommand.js +10 -0
- package/dist-es/commands/CreateClientVpnEndpointCommand.js +10 -0
- package/dist-es/commands/CreateClientVpnRouteCommand.js +10 -0
- package/dist-es/commands/CreateCoipCidrCommand.js +10 -0
- package/dist-es/commands/CreateCoipPoolCommand.js +10 -0
- package/dist-es/commands/CreateCustomerGatewayCommand.js +10 -0
- package/dist-es/commands/CreateDefaultSubnetCommand.js +10 -0
- package/dist-es/commands/CreateDefaultVpcCommand.js +10 -0
- package/dist-es/commands/CreateDhcpOptionsCommand.js +10 -0
- package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +10 -0
- package/dist-es/commands/CreateFleetCommand.js +10 -0
- package/dist-es/commands/CreateFlowLogsCommand.js +10 -0
- package/dist-es/commands/CreateFpgaImageCommand.js +10 -0
- package/dist-es/commands/CreateImageCommand.js +10 -0
- package/dist-es/commands/CreateInstanceEventWindowCommand.js +10 -0
- package/dist-es/commands/CreateInstanceExportTaskCommand.js +10 -0
- package/dist-es/commands/CreateInternetGatewayCommand.js +10 -0
- package/dist-es/commands/CreateIpamCommand.js +10 -0
- package/dist-es/commands/CreateIpamPoolCommand.js +10 -0
- package/dist-es/commands/CreateIpamScopeCommand.js +10 -0
- package/dist-es/commands/CreateKeyPairCommand.js +10 -0
- package/dist-es/commands/CreateLaunchTemplateCommand.js +10 -0
- package/dist-es/commands/CreateLaunchTemplateVersionCommand.js +10 -0
- package/dist-es/commands/CreateLocalGatewayRouteCommand.js +10 -0
- package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +10 -0
- package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +10 -0
- package/dist-es/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.js +10 -0
- package/dist-es/commands/CreateManagedPrefixListCommand.js +10 -0
- package/dist-es/commands/CreateNatGatewayCommand.js +10 -0
- package/dist-es/commands/CreateNetworkAclCommand.js +10 -0
- package/dist-es/commands/CreateNetworkAclEntryCommand.js +10 -0
- package/dist-es/commands/CreateNetworkInsightsAccessScopeCommand.js +10 -0
- package/dist-es/commands/CreateNetworkInsightsPathCommand.js +10 -0
- package/dist-es/commands/CreateNetworkInterfaceCommand.js +10 -0
- package/dist-es/commands/CreateNetworkInterfacePermissionCommand.js +10 -0
- package/dist-es/commands/CreatePlacementGroupCommand.js +10 -0
- package/dist-es/commands/CreatePublicIpv4PoolCommand.js +10 -0
- package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +10 -0
- package/dist-es/commands/CreateReservedInstancesListingCommand.js +10 -0
- package/dist-es/commands/CreateRestoreImageTaskCommand.js +10 -0
- package/dist-es/commands/CreateRouteCommand.js +10 -0
- package/dist-es/commands/CreateRouteTableCommand.js +10 -0
- package/dist-es/commands/CreateSecurityGroupCommand.js +10 -0
- package/dist-es/commands/CreateSnapshotCommand.js +10 -0
- package/dist-es/commands/CreateSnapshotsCommand.js +10 -0
- package/dist-es/commands/CreateSpotDatafeedSubscriptionCommand.js +10 -0
- package/dist-es/commands/CreateStoreImageTaskCommand.js +10 -0
- package/dist-es/commands/CreateSubnetCidrReservationCommand.js +10 -0
- package/dist-es/commands/CreateSubnetCommand.js +10 -0
- package/dist-es/commands/CreateTagsCommand.js +10 -0
- package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +10 -0
- package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +10 -0
- package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +10 -0
- package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayConnectCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayConnectPeerCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayPrefixListReferenceCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayRouteCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayRouteTableCommand.js +10 -0
- package/dist-es/commands/CreateTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-es/commands/CreateVolumeCommand.js +10 -0
- package/dist-es/commands/CreateVpcCommand.js +10 -0
- package/dist-es/commands/CreateVpcEndpointCommand.js +10 -0
- package/dist-es/commands/CreateVpcEndpointConnectionNotificationCommand.js +10 -0
- package/dist-es/commands/CreateVpcEndpointServiceConfigurationCommand.js +10 -0
- package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +10 -0
- package/dist-es/commands/CreateVpnConnectionCommand.js +10 -0
- package/dist-es/commands/CreateVpnConnectionRouteCommand.js +10 -0
- package/dist-es/commands/CreateVpnGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteCarrierGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteClientVpnEndpointCommand.js +10 -0
- package/dist-es/commands/DeleteClientVpnRouteCommand.js +10 -0
- package/dist-es/commands/DeleteCoipCidrCommand.js +10 -0
- package/dist-es/commands/DeleteCoipPoolCommand.js +10 -0
- package/dist-es/commands/DeleteCustomerGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteDhcpOptionsCommand.js +10 -0
- package/dist-es/commands/DeleteEgressOnlyInternetGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteFleetsCommand.js +10 -0
- package/dist-es/commands/DeleteFlowLogsCommand.js +10 -0
- package/dist-es/commands/DeleteFpgaImageCommand.js +10 -0
- package/dist-es/commands/DeleteInstanceEventWindowCommand.js +10 -0
- package/dist-es/commands/DeleteInternetGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteIpamCommand.js +10 -0
- package/dist-es/commands/DeleteIpamPoolCommand.js +10 -0
- package/dist-es/commands/DeleteIpamScopeCommand.js +10 -0
- package/dist-es/commands/DeleteKeyPairCommand.js +10 -0
- package/dist-es/commands/DeleteLaunchTemplateCommand.js +10 -0
- package/dist-es/commands/DeleteLaunchTemplateVersionsCommand.js +10 -0
- package/dist-es/commands/DeleteLocalGatewayRouteCommand.js +10 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +10 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +10 -0
- package/dist-es/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.js +10 -0
- package/dist-es/commands/DeleteManagedPrefixListCommand.js +10 -0
- package/dist-es/commands/DeleteNatGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkAclCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkAclEntryCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkInsightsAccessScopeCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkInsightsAnalysisCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkInsightsPathCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkInterfaceCommand.js +10 -0
- package/dist-es/commands/DeleteNetworkInterfacePermissionCommand.js +10 -0
- package/dist-es/commands/DeletePlacementGroupCommand.js +10 -0
- package/dist-es/commands/DeletePublicIpv4PoolCommand.js +10 -0
- package/dist-es/commands/DeleteQueuedReservedInstancesCommand.js +10 -0
- package/dist-es/commands/DeleteRouteCommand.js +10 -0
- package/dist-es/commands/DeleteRouteTableCommand.js +10 -0
- package/dist-es/commands/DeleteSecurityGroupCommand.js +10 -0
- package/dist-es/commands/DeleteSnapshotCommand.js +10 -0
- package/dist-es/commands/DeleteSpotDatafeedSubscriptionCommand.js +10 -0
- package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +10 -0
- package/dist-es/commands/DeleteSubnetCommand.js +10 -0
- package/dist-es/commands/DeleteTagsCommand.js +10 -0
- package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +10 -0
- package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +10 -0
- package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +10 -0
- package/dist-es/commands/DeleteTrafficMirrorTargetCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayConnectPeerCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayRouteCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayRouteTableCommand.js +10 -0
- package/dist-es/commands/DeleteTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-es/commands/DeleteVolumeCommand.js +10 -0
- package/dist-es/commands/DeleteVpcCommand.js +10 -0
- package/dist-es/commands/DeleteVpcEndpointConnectionNotificationsCommand.js +10 -0
- package/dist-es/commands/DeleteVpcEndpointServiceConfigurationsCommand.js +10 -0
- package/dist-es/commands/DeleteVpcEndpointsCommand.js +10 -0
- package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +10 -0
- package/dist-es/commands/DeleteVpnConnectionCommand.js +10 -0
- package/dist-es/commands/DeleteVpnConnectionRouteCommand.js +10 -0
- package/dist-es/commands/DeleteVpnGatewayCommand.js +10 -0
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +10 -0
- package/dist-es/commands/DeprovisionIpamPoolCidrCommand.js +10 -0
- package/dist-es/commands/DeprovisionPublicIpv4PoolCidrCommand.js +10 -0
- package/dist-es/commands/DeregisterImageCommand.js +10 -0
- package/dist-es/commands/DeregisterInstanceEventNotificationAttributesCommand.js +10 -0
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +10 -0
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +10 -0
- package/dist-es/commands/DescribeAccountAttributesCommand.js +10 -0
- package/dist-es/commands/DescribeAddressesAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeAddressesCommand.js +10 -0
- package/dist-es/commands/DescribeAggregateIdFormatCommand.js +10 -0
- package/dist-es/commands/DescribeAvailabilityZonesCommand.js +10 -0
- package/dist-es/commands/DescribeBundleTasksCommand.js +10 -0
- package/dist-es/commands/DescribeByoipCidrsCommand.js +10 -0
- package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +10 -0
- package/dist-es/commands/DescribeCapacityReservationsCommand.js +10 -0
- package/dist-es/commands/DescribeCarrierGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeClientVpnAuthorizationRulesCommand.js +10 -0
- package/dist-es/commands/DescribeClientVpnConnectionsCommand.js +10 -0
- package/dist-es/commands/DescribeClientVpnEndpointsCommand.js +10 -0
- package/dist-es/commands/DescribeClientVpnRoutesCommand.js +10 -0
- package/dist-es/commands/DescribeClientVpnTargetNetworksCommand.js +10 -0
- package/dist-es/commands/DescribeCoipPoolsCommand.js +10 -0
- package/dist-es/commands/DescribeConversionTasksCommand.js +10 -0
- package/dist-es/commands/DescribeCustomerGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeDhcpOptionsCommand.js +10 -0
- package/dist-es/commands/DescribeEgressOnlyInternetGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeElasticGpusCommand.js +10 -0
- package/dist-es/commands/DescribeExportImageTasksCommand.js +10 -0
- package/dist-es/commands/DescribeExportTasksCommand.js +10 -0
- package/dist-es/commands/DescribeFastLaunchImagesCommand.js +10 -0
- package/dist-es/commands/DescribeFastSnapshotRestoresCommand.js +10 -0
- package/dist-es/commands/DescribeFleetHistoryCommand.js +10 -0
- package/dist-es/commands/DescribeFleetInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeFleetsCommand.js +10 -0
- package/dist-es/commands/DescribeFlowLogsCommand.js +10 -0
- package/dist-es/commands/DescribeFpgaImageAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeFpgaImagesCommand.js +10 -0
- package/dist-es/commands/DescribeHostReservationOfferingsCommand.js +10 -0
- package/dist-es/commands/DescribeHostReservationsCommand.js +10 -0
- package/dist-es/commands/DescribeHostsCommand.js +10 -0
- package/dist-es/commands/DescribeIamInstanceProfileAssociationsCommand.js +10 -0
- package/dist-es/commands/DescribeIdFormatCommand.js +10 -0
- package/dist-es/commands/DescribeIdentityIdFormatCommand.js +10 -0
- package/dist-es/commands/DescribeImageAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeImagesCommand.js +10 -0
- package/dist-es/commands/DescribeImportImageTasksCommand.js +10 -0
- package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceCreditSpecificationsCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceEventNotificationAttributesCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceEventWindowsCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceStatusCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceTypeOfferingsCommand.js +10 -0
- package/dist-es/commands/DescribeInstanceTypesCommand.js +10 -0
- package/dist-es/commands/DescribeInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeInternetGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeIpamPoolsCommand.js +10 -0
- package/dist-es/commands/DescribeIpamScopesCommand.js +10 -0
- package/dist-es/commands/DescribeIpamsCommand.js +10 -0
- package/dist-es/commands/DescribeIpv6PoolsCommand.js +10 -0
- package/dist-es/commands/DescribeKeyPairsCommand.js +10 -0
- package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +10 -0
- package/dist-es/commands/DescribeLaunchTemplatesCommand.js +10 -0
- package/dist-es/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +10 -0
- package/dist-es/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +10 -0
- package/dist-es/commands/DescribeLocalGatewayRouteTablesCommand.js +10 -0
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +10 -0
- package/dist-es/commands/DescribeLocalGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeManagedPrefixListsCommand.js +10 -0
- package/dist-es/commands/DescribeMovingAddressesCommand.js +10 -0
- package/dist-es/commands/DescribeNatGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkAclsCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInsightsAnalysesCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInsightsPathsCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInterfaceAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInterfacePermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeNetworkInterfacesCommand.js +10 -0
- package/dist-es/commands/DescribePlacementGroupsCommand.js +10 -0
- package/dist-es/commands/DescribePrefixListsCommand.js +10 -0
- package/dist-es/commands/DescribePrincipalIdFormatCommand.js +10 -0
- package/dist-es/commands/DescribePublicIpv4PoolsCommand.js +10 -0
- package/dist-es/commands/DescribeRegionsCommand.js +10 -0
- package/dist-es/commands/DescribeReplaceRootVolumeTasksCommand.js +10 -0
- package/dist-es/commands/DescribeReservedInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeReservedInstancesListingsCommand.js +10 -0
- package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +10 -0
- package/dist-es/commands/DescribeReservedInstancesOfferingsCommand.js +10 -0
- package/dist-es/commands/DescribeRouteTablesCommand.js +10 -0
- package/dist-es/commands/DescribeScheduledInstanceAvailabilityCommand.js +10 -0
- package/dist-es/commands/DescribeScheduledInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeSecurityGroupReferencesCommand.js +10 -0
- package/dist-es/commands/DescribeSecurityGroupRulesCommand.js +10 -0
- package/dist-es/commands/DescribeSecurityGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeSnapshotAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeSnapshotTierStatusCommand.js +10 -0
- package/dist-es/commands/DescribeSnapshotsCommand.js +10 -0
- package/dist-es/commands/DescribeSpotDatafeedSubscriptionCommand.js +10 -0
- package/dist-es/commands/DescribeSpotFleetInstancesCommand.js +10 -0
- package/dist-es/commands/DescribeSpotFleetRequestHistoryCommand.js +10 -0
- package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +10 -0
- package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +10 -0
- package/dist-es/commands/DescribeSpotPriceHistoryCommand.js +10 -0
- package/dist-es/commands/DescribeStaleSecurityGroupsCommand.js +10 -0
- package/dist-es/commands/DescribeStoreImageTasksCommand.js +10 -0
- package/dist-es/commands/DescribeSubnetsCommand.js +10 -0
- package/dist-es/commands/DescribeTagsCommand.js +10 -0
- package/dist-es/commands/DescribeTrafficMirrorFiltersCommand.js +10 -0
- package/dist-es/commands/DescribeTrafficMirrorSessionsCommand.js +10 -0
- package/dist-es/commands/DescribeTrafficMirrorTargetsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayAttachmentsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayConnectPeersCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayConnectsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayMulticastDomainsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayPolicyTablesCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayRouteTablesCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +10 -0
- package/dist-es/commands/DescribeTransitGatewaysCommand.js +10 -0
- package/dist-es/commands/DescribeTrunkInterfaceAssociationsCommand.js +10 -0
- package/dist-es/commands/DescribeVolumeAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeVolumeStatusCommand.js +10 -0
- package/dist-es/commands/DescribeVolumesCommand.js +10 -0
- package/dist-es/commands/DescribeVolumesModificationsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcAttributeCommand.js +10 -0
- package/dist-es/commands/DescribeVpcClassicLinkCommand.js +10 -0
- package/dist-es/commands/DescribeVpcClassicLinkDnsSupportCommand.js +10 -0
- package/dist-es/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcEndpointConnectionsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcEndpointServicePermissionsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcEndpointServicesCommand.js +10 -0
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +10 -0
- package/dist-es/commands/DescribeVpcsCommand.js +10 -0
- package/dist-es/commands/DescribeVpnConnectionsCommand.js +10 -0
- package/dist-es/commands/DescribeVpnGatewaysCommand.js +10 -0
- package/dist-es/commands/DetachClassicLinkVpcCommand.js +10 -0
- package/dist-es/commands/DetachInternetGatewayCommand.js +10 -0
- package/dist-es/commands/DetachNetworkInterfaceCommand.js +10 -0
- package/dist-es/commands/DetachVolumeCommand.js +10 -0
- package/dist-es/commands/DetachVpnGatewayCommand.js +10 -0
- package/dist-es/commands/DisableEbsEncryptionByDefaultCommand.js +10 -0
- package/dist-es/commands/DisableFastLaunchCommand.js +10 -0
- package/dist-es/commands/DisableFastSnapshotRestoresCommand.js +10 -0
- package/dist-es/commands/DisableImageDeprecationCommand.js +10 -0
- package/dist-es/commands/DisableIpamOrganizationAdminAccountCommand.js +10 -0
- package/dist-es/commands/DisableSerialConsoleAccessCommand.js +10 -0
- package/dist-es/commands/DisableTransitGatewayRouteTablePropagationCommand.js +10 -0
- package/dist-es/commands/DisableVgwRoutePropagationCommand.js +10 -0
- package/dist-es/commands/DisableVpcClassicLinkCommand.js +10 -0
- package/dist-es/commands/DisableVpcClassicLinkDnsSupportCommand.js +10 -0
- package/dist-es/commands/DisassociateAddressCommand.js +10 -0
- package/dist-es/commands/DisassociateClientVpnTargetNetworkCommand.js +10 -0
- package/dist-es/commands/DisassociateEnclaveCertificateIamRoleCommand.js +10 -0
- package/dist-es/commands/DisassociateIamInstanceProfileCommand.js +10 -0
- package/dist-es/commands/DisassociateInstanceEventWindowCommand.js +10 -0
- package/dist-es/commands/DisassociateRouteTableCommand.js +10 -0
- package/dist-es/commands/DisassociateSubnetCidrBlockCommand.js +10 -0
- package/dist-es/commands/DisassociateTransitGatewayMulticastDomainCommand.js +10 -0
- package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +10 -0
- package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +10 -0
- package/dist-es/commands/DisassociateTrunkInterfaceCommand.js +10 -0
- package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +10 -0
- package/dist-es/commands/EnableEbsEncryptionByDefaultCommand.js +10 -0
- package/dist-es/commands/EnableFastLaunchCommand.js +10 -0
- package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +10 -0
- package/dist-es/commands/EnableImageDeprecationCommand.js +10 -0
- package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +10 -0
- package/dist-es/commands/EnableSerialConsoleAccessCommand.js +10 -0
- package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +10 -0
- package/dist-es/commands/EnableVgwRoutePropagationCommand.js +10 -0
- package/dist-es/commands/EnableVolumeIOCommand.js +10 -0
- package/dist-es/commands/EnableVpcClassicLinkCommand.js +10 -0
- package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +10 -0
- package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +10 -0
- package/dist-es/commands/ExportClientVpnClientConfigurationCommand.js +10 -0
- package/dist-es/commands/ExportImageCommand.js +10 -0
- package/dist-es/commands/ExportTransitGatewayRoutesCommand.js +10 -0
- package/dist-es/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +10 -0
- package/dist-es/commands/GetAssociatedIpv6PoolCidrsCommand.js +10 -0
- package/dist-es/commands/GetCapacityReservationUsageCommand.js +10 -0
- package/dist-es/commands/GetCoipPoolUsageCommand.js +10 -0
- package/dist-es/commands/GetConsoleOutputCommand.js +10 -0
- package/dist-es/commands/GetConsoleScreenshotCommand.js +10 -0
- package/dist-es/commands/GetDefaultCreditSpecificationCommand.js +10 -0
- package/dist-es/commands/GetEbsDefaultKmsKeyIdCommand.js +10 -0
- package/dist-es/commands/GetEbsEncryptionByDefaultCommand.js +10 -0
- package/dist-es/commands/GetFlowLogsIntegrationTemplateCommand.js +10 -0
- package/dist-es/commands/GetGroupsForCapacityReservationCommand.js +10 -0
- package/dist-es/commands/GetHostReservationPurchasePreviewCommand.js +10 -0
- package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +10 -0
- package/dist-es/commands/GetInstanceUefiDataCommand.js +10 -0
- package/dist-es/commands/GetIpamAddressHistoryCommand.js +10 -0
- package/dist-es/commands/GetIpamPoolAllocationsCommand.js +10 -0
- package/dist-es/commands/GetIpamPoolCidrsCommand.js +10 -0
- package/dist-es/commands/GetIpamResourceCidrsCommand.js +10 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +10 -0
- package/dist-es/commands/GetManagedPrefixListAssociationsCommand.js +10 -0
- package/dist-es/commands/GetManagedPrefixListEntriesCommand.js +10 -0
- package/dist-es/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.js +10 -0
- package/dist-es/commands/GetNetworkInsightsAccessScopeContentCommand.js +10 -0
- package/dist-es/commands/GetPasswordDataCommand.js +10 -0
- package/dist-es/commands/GetReservedInstancesExchangeQuoteCommand.js +10 -0
- package/dist-es/commands/GetSerialConsoleAccessStatusCommand.js +10 -0
- package/dist-es/commands/GetSpotPlacementScoresCommand.js +10 -0
- package/dist-es/commands/GetSubnetCidrReservationsCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayAttachmentPropagationsCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayPolicyTableEntriesCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayPrefixListReferencesCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayRouteTableAssociationsCommand.js +10 -0
- package/dist-es/commands/GetTransitGatewayRouteTablePropagationsCommand.js +10 -0
- package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +10 -0
- package/dist-es/commands/GetVpnConnectionDeviceTypesCommand.js +10 -0
- package/dist-es/commands/ImportClientVpnClientCertificateRevocationListCommand.js +10 -0
- package/dist-es/commands/ImportImageCommand.js +10 -0
- package/dist-es/commands/ImportInstanceCommand.js +10 -0
- package/dist-es/commands/ImportKeyPairCommand.js +10 -0
- package/dist-es/commands/ImportSnapshotCommand.js +10 -0
- package/dist-es/commands/ImportVolumeCommand.js +10 -0
- package/dist-es/commands/ListImagesInRecycleBinCommand.js +10 -0
- package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +10 -0
- package/dist-es/commands/ModifyAddressAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +10 -0
- package/dist-es/commands/ModifyCapacityReservationCommand.js +10 -0
- package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +10 -0
- package/dist-es/commands/ModifyClientVpnEndpointCommand.js +10 -0
- package/dist-es/commands/ModifyDefaultCreditSpecificationCommand.js +10 -0
- package/dist-es/commands/ModifyEbsDefaultKmsKeyIdCommand.js +10 -0
- package/dist-es/commands/ModifyFleetCommand.js +10 -0
- package/dist-es/commands/ModifyFpgaImageAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyHostsCommand.js +10 -0
- package/dist-es/commands/ModifyIdFormatCommand.js +10 -0
- package/dist-es/commands/ModifyIdentityIdFormatCommand.js +10 -0
- package/dist-es/commands/ModifyImageAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceCapacityReservationAttributesCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceEventStartTimeCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceEventWindowCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceMaintenanceOptionsCommand.js +10 -0
- package/dist-es/commands/ModifyInstanceMetadataOptionsCommand.js +10 -0
- package/dist-es/commands/ModifyInstancePlacementCommand.js +10 -0
- package/dist-es/commands/ModifyIpamCommand.js +10 -0
- package/dist-es/commands/ModifyIpamPoolCommand.js +10 -0
- package/dist-es/commands/ModifyIpamResourceCidrCommand.js +10 -0
- package/dist-es/commands/ModifyIpamScopeCommand.js +10 -0
- package/dist-es/commands/ModifyLaunchTemplateCommand.js +10 -0
- package/dist-es/commands/ModifyLocalGatewayRouteCommand.js +10 -0
- package/dist-es/commands/ModifyManagedPrefixListCommand.js +10 -0
- package/dist-es/commands/ModifyNetworkInterfaceAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyPrivateDnsNameOptionsCommand.js +10 -0
- package/dist-es/commands/ModifyReservedInstancesCommand.js +10 -0
- package/dist-es/commands/ModifySecurityGroupRulesCommand.js +10 -0
- package/dist-es/commands/ModifySnapshotAttributeCommand.js +10 -0
- package/dist-es/commands/ModifySnapshotTierCommand.js +10 -0
- package/dist-es/commands/ModifySpotFleetRequestCommand.js +10 -0
- package/dist-es/commands/ModifySubnetAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +10 -0
- package/dist-es/commands/ModifyTrafficMirrorFilterRuleCommand.js +10 -0
- package/dist-es/commands/ModifyTrafficMirrorSessionCommand.js +10 -0
- package/dist-es/commands/ModifyTransitGatewayCommand.js +10 -0
- package/dist-es/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +10 -0
- package/dist-es/commands/ModifyTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-es/commands/ModifyVolumeAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyVolumeCommand.js +10 -0
- package/dist-es/commands/ModifyVpcAttributeCommand.js +10 -0
- package/dist-es/commands/ModifyVpcEndpointCommand.js +10 -0
- package/dist-es/commands/ModifyVpcEndpointConnectionNotificationCommand.js +10 -0
- package/dist-es/commands/ModifyVpcEndpointServiceConfigurationCommand.js +10 -0
- package/dist-es/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +10 -0
- package/dist-es/commands/ModifyVpcEndpointServicePermissionsCommand.js +10 -0
- package/dist-es/commands/ModifyVpcPeeringConnectionOptionsCommand.js +10 -0
- package/dist-es/commands/ModifyVpcTenancyCommand.js +10 -0
- package/dist-es/commands/ModifyVpnConnectionCommand.js +10 -0
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +10 -0
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +10 -0
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +10 -0
- package/dist-es/commands/MonitorInstancesCommand.js +10 -0
- package/dist-es/commands/MoveAddressToVpcCommand.js +10 -0
- package/dist-es/commands/MoveByoipCidrToIpamCommand.js +10 -0
- package/dist-es/commands/ProvisionByoipCidrCommand.js +10 -0
- package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +10 -0
- package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +10 -0
- package/dist-es/commands/PurchaseHostReservationCommand.js +10 -0
- package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +10 -0
- package/dist-es/commands/PurchaseScheduledInstancesCommand.js +10 -0
- package/dist-es/commands/RebootInstancesCommand.js +10 -0
- package/dist-es/commands/RegisterImageCommand.js +10 -0
- package/dist-es/commands/RegisterInstanceEventNotificationAttributesCommand.js +10 -0
- package/dist-es/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +10 -0
- package/dist-es/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +10 -0
- package/dist-es/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
- package/dist-es/commands/RejectTransitGatewayPeeringAttachmentCommand.js +10 -0
- package/dist-es/commands/RejectTransitGatewayVpcAttachmentCommand.js +10 -0
- package/dist-es/commands/RejectVpcEndpointConnectionsCommand.js +10 -0
- package/dist-es/commands/RejectVpcPeeringConnectionCommand.js +10 -0
- package/dist-es/commands/ReleaseAddressCommand.js +10 -0
- package/dist-es/commands/ReleaseHostsCommand.js +10 -0
- package/dist-es/commands/ReleaseIpamPoolAllocationCommand.js +10 -0
- package/dist-es/commands/ReplaceIamInstanceProfileAssociationCommand.js +10 -0
- package/dist-es/commands/ReplaceNetworkAclAssociationCommand.js +10 -0
- package/dist-es/commands/ReplaceNetworkAclEntryCommand.js +10 -0
- package/dist-es/commands/ReplaceRouteCommand.js +10 -0
- package/dist-es/commands/ReplaceRouteTableAssociationCommand.js +10 -0
- package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +10 -0
- package/dist-es/commands/ReportInstanceStatusCommand.js +10 -0
- package/dist-es/commands/RequestSpotFleetCommand.js +10 -0
- package/dist-es/commands/RequestSpotInstancesCommand.js +10 -0
- package/dist-es/commands/ResetAddressAttributeCommand.js +10 -0
- package/dist-es/commands/ResetEbsDefaultKmsKeyIdCommand.js +10 -0
- package/dist-es/commands/ResetFpgaImageAttributeCommand.js +10 -0
- package/dist-es/commands/ResetImageAttributeCommand.js +10 -0
- package/dist-es/commands/ResetInstanceAttributeCommand.js +10 -0
- package/dist-es/commands/ResetNetworkInterfaceAttributeCommand.js +10 -0
- package/dist-es/commands/ResetSnapshotAttributeCommand.js +10 -0
- package/dist-es/commands/RestoreAddressToClassicCommand.js +10 -0
- package/dist-es/commands/RestoreImageFromRecycleBinCommand.js +10 -0
- package/dist-es/commands/RestoreManagedPrefixListVersionCommand.js +10 -0
- package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +10 -0
- package/dist-es/commands/RestoreSnapshotTierCommand.js +10 -0
- package/dist-es/commands/RevokeClientVpnIngressCommand.js +10 -0
- package/dist-es/commands/RevokeSecurityGroupEgressCommand.js +10 -0
- package/dist-es/commands/RevokeSecurityGroupIngressCommand.js +10 -0
- package/dist-es/commands/RunInstancesCommand.js +10 -0
- package/dist-es/commands/RunScheduledInstancesCommand.js +10 -0
- package/dist-es/commands/SearchLocalGatewayRoutesCommand.js +10 -0
- package/dist-es/commands/SearchTransitGatewayMulticastGroupsCommand.js +10 -0
- package/dist-es/commands/SearchTransitGatewayRoutesCommand.js +10 -0
- package/dist-es/commands/SendDiagnosticInterruptCommand.js +10 -0
- package/dist-es/commands/StartInstancesCommand.js +10 -0
- package/dist-es/commands/StartNetworkInsightsAccessScopeAnalysisCommand.js +10 -0
- package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +10 -0
- package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +10 -0
- package/dist-es/commands/StopInstancesCommand.js +10 -0
- package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +10 -0
- package/dist-es/commands/TerminateInstancesCommand.js +10 -0
- package/dist-es/commands/UnassignIpv6AddressesCommand.js +10 -0
- package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +10 -0
- package/dist-es/commands/UnmonitorInstancesCommand.js +10 -0
- package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +10 -0
- package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +10 -0
- package/dist-es/commands/WithdrawByoipCidrCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +340 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/EC2Client.d.ts +6 -9
- package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +2 -0
- package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/AllocateAddressCommand.d.ts +2 -0
- package/dist-types/commands/AllocateHostsCommand.d.ts +2 -0
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -0
- package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +2 -0
- package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +2 -0
- package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +2 -0
- package/dist-types/commands/AssociateAddressCommand.d.ts +2 -0
- package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +2 -0
- package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +2 -0
- package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +2 -0
- package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -0
- package/dist-types/commands/AttachInternetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/AttachVolumeCommand.d.ts +2 -0
- package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -0
- package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +2 -0
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -0
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +2 -0
- package/dist-types/commands/BundleInstanceCommand.d.ts +2 -0
- package/dist-types/commands/CancelBundleTaskCommand.d.ts +2 -0
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +2 -0
- package/dist-types/commands/CancelConversionTaskCommand.d.ts +2 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +2 -0
- package/dist-types/commands/CancelImportTaskCommand.d.ts +2 -0
- package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -0
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +2 -0
- package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +2 -0
- package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +2 -0
- package/dist-types/commands/CopyFpgaImageCommand.d.ts +2 -0
- package/dist-types/commands/CopyImageCommand.d.ts +2 -0
- package/dist-types/commands/CopySnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -0
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -0
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +2 -0
- package/dist-types/commands/CreateCoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -0
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -0
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateFleetCommand.d.ts +2 -0
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -0
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -0
- package/dist-types/commands/CreateImageCommand.d.ts +2 -0
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +2 -0
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateIpamCommand.d.ts +2 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +2 -0
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +2 -0
- package/dist-types/commands/CreateKeyPairCommand.d.ts +2 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -0
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -0
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -0
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -0
- package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +2 -0
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -0
- package/dist-types/commands/CreateRouteCommand.d.ts +2 -0
- package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +2 -0
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -0
- package/dist-types/commands/CreateSubnetCommand.d.ts +2 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -0
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCoipPoolCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFleetsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFlowLogsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +2 -0
- package/dist-types/commands/DeletePlacementGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +2 -0
- package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRouteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSubnetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +2 -0
- package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -0
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeElasticGpusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFlowLogsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeHostsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIpamScopesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +2 -0
- package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribePrefixListsCommand.d.ts +2 -0
- package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -0
- package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRouteTablesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -0
- package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +2 -0
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +2 -0
- package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +2 -0
- package/dist-types/commands/DetachInternetGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/DetachVolumeCommand.d.ts +2 -0
- package/dist-types/commands/DetachVpnGatewayCommand.d.ts +2 -0
- package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +2 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +2 -0
- package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -0
- package/dist-types/commands/DisableImageDeprecationCommand.d.ts +2 -0
- package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +2 -0
- package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +2 -0
- package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +2 -0
- package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +2 -0
- package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateAddressCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -0
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +2 -0
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -0
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -0
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -0
- package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +2 -0
- package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +2 -0
- package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +2 -0
- package/dist-types/commands/EnableVolumeIOCommand.d.ts +2 -0
- package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +2 -0
- package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -0
- package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +2 -0
- package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/ExportImageCommand.d.ts +2 -0
- package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -0
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +2 -0
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +2 -0
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +2 -0
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -0
- package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +2 -0
- package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -0
- package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -0
- package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +2 -0
- package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +2 -0
- package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -0
- package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +2 -0
- package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -0
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +2 -0
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -0
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +2 -0
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -0
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -0
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -0
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +2 -0
- package/dist-types/commands/GetPasswordDataCommand.d.ts +2 -0
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +2 -0
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -0
- package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +2 -0
- package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +2 -0
- package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -0
- package/dist-types/commands/ImportImageCommand.d.ts +2 -0
- package/dist-types/commands/ImportInstanceCommand.d.ts +2 -0
- package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -0
- package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -0
- package/dist-types/commands/ImportVolumeCommand.d.ts +2 -0
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -0
- package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +2 -0
- package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +2 -0
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +2 -0
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +2 -0
- package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +2 -0
- package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +2 -0
- package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -0
- package/dist-types/commands/ModifyFleetCommand.d.ts +2 -0
- package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyHostsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIdFormatCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +2 -0
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +2 -0
- package/dist-types/commands/ModifyIpamScopeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +2 -0
- package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +2 -0
- package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +2 -0
- package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifySnapshotTierCommand.d.ts +2 -0
- package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -0
- package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVolumeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -0
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
- package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -0
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +2 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
- package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +2 -0
- package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +2 -0
- package/dist-types/commands/RebootInstancesCommand.d.ts +2 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +2 -0
- package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -0
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/commands/ReleaseAddressCommand.d.ts +2 -0
- package/dist-types/commands/ReleaseHostsCommand.d.ts +2 -0
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +2 -0
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +2 -0
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -0
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -0
- package/dist-types/commands/ReplaceRouteCommand.d.ts +2 -0
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +2 -0
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -0
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +2 -0
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ResetAddressAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -0
- package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ResetImageAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -0
- package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -0
- package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +2 -0
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -0
- package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -0
- package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +2 -0
- package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +2 -0
- package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -0
- package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +2 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
- package/dist-types/commands/RunScheduledInstancesCommand.d.ts +2 -0
- package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +2 -0
- package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +2 -0
- package/dist-types/commands/StartInstancesCommand.d.ts +2 -0
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -0
- package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +2 -0
- package/dist-types/commands/StopInstancesCommand.d.ts +2 -0
- package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +2 -0
- package/dist-types/commands/TerminateInstancesCommand.d.ts +2 -0
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -0
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +2 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/EC2Client.d.ts +15 -8
- package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -240
- package/dist-es/endpoints.js +0 -236
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -0,0 +1,340 @@
|
|
|
1
|
+
export const ruleSet = {
|
|
2
|
+
version: "1.0",
|
|
3
|
+
parameters: {
|
|
4
|
+
Region: {
|
|
5
|
+
builtIn: "AWS::Region",
|
|
6
|
+
required: false,
|
|
7
|
+
documentation: "The AWS region used to dispatch the request.",
|
|
8
|
+
type: "String",
|
|
9
|
+
},
|
|
10
|
+
UseDualStack: {
|
|
11
|
+
builtIn: "AWS::UseDualStack",
|
|
12
|
+
required: true,
|
|
13
|
+
default: false,
|
|
14
|
+
documentation: "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
|
|
15
|
+
type: "Boolean",
|
|
16
|
+
},
|
|
17
|
+
UseFIPS: {
|
|
18
|
+
builtIn: "AWS::UseFIPS",
|
|
19
|
+
required: true,
|
|
20
|
+
default: false,
|
|
21
|
+
documentation: "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
|
|
22
|
+
type: "Boolean",
|
|
23
|
+
},
|
|
24
|
+
Endpoint: {
|
|
25
|
+
builtIn: "SDK::Endpoint",
|
|
26
|
+
required: false,
|
|
27
|
+
documentation: "Override the endpoint used to send this request",
|
|
28
|
+
type: "String",
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
rules: [
|
|
32
|
+
{
|
|
33
|
+
conditions: [
|
|
34
|
+
{
|
|
35
|
+
fn: "aws.partition",
|
|
36
|
+
argv: [
|
|
37
|
+
{
|
|
38
|
+
ref: "Region",
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
assign: "PartitionResult",
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
type: "tree",
|
|
45
|
+
rules: [
|
|
46
|
+
{
|
|
47
|
+
conditions: [
|
|
48
|
+
{
|
|
49
|
+
fn: "isSet",
|
|
50
|
+
argv: [
|
|
51
|
+
{
|
|
52
|
+
ref: "Endpoint",
|
|
53
|
+
},
|
|
54
|
+
],
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
fn: "parseURL",
|
|
58
|
+
argv: [
|
|
59
|
+
{
|
|
60
|
+
ref: "Endpoint",
|
|
61
|
+
},
|
|
62
|
+
],
|
|
63
|
+
assign: "url",
|
|
64
|
+
},
|
|
65
|
+
],
|
|
66
|
+
type: "tree",
|
|
67
|
+
rules: [
|
|
68
|
+
{
|
|
69
|
+
conditions: [
|
|
70
|
+
{
|
|
71
|
+
fn: "booleanEquals",
|
|
72
|
+
argv: [
|
|
73
|
+
{
|
|
74
|
+
ref: "UseFIPS",
|
|
75
|
+
},
|
|
76
|
+
true,
|
|
77
|
+
],
|
|
78
|
+
},
|
|
79
|
+
],
|
|
80
|
+
error: "Invalid Configuration: FIPS and custom endpoint are not supported",
|
|
81
|
+
type: "error",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
conditions: [],
|
|
85
|
+
type: "tree",
|
|
86
|
+
rules: [
|
|
87
|
+
{
|
|
88
|
+
conditions: [
|
|
89
|
+
{
|
|
90
|
+
fn: "booleanEquals",
|
|
91
|
+
argv: [
|
|
92
|
+
{
|
|
93
|
+
ref: "UseDualStack",
|
|
94
|
+
},
|
|
95
|
+
true,
|
|
96
|
+
],
|
|
97
|
+
},
|
|
98
|
+
],
|
|
99
|
+
error: "Invalid Configuration: Dualstack and custom endpoint are not supported",
|
|
100
|
+
type: "error",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
conditions: [],
|
|
104
|
+
endpoint: {
|
|
105
|
+
url: {
|
|
106
|
+
ref: "Endpoint",
|
|
107
|
+
},
|
|
108
|
+
properties: {},
|
|
109
|
+
headers: {},
|
|
110
|
+
},
|
|
111
|
+
type: "endpoint",
|
|
112
|
+
},
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
],
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
conditions: [
|
|
119
|
+
{
|
|
120
|
+
fn: "booleanEquals",
|
|
121
|
+
argv: [
|
|
122
|
+
{
|
|
123
|
+
ref: "UseFIPS",
|
|
124
|
+
},
|
|
125
|
+
true,
|
|
126
|
+
],
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
fn: "booleanEquals",
|
|
130
|
+
argv: [
|
|
131
|
+
{
|
|
132
|
+
ref: "UseDualStack",
|
|
133
|
+
},
|
|
134
|
+
true,
|
|
135
|
+
],
|
|
136
|
+
},
|
|
137
|
+
],
|
|
138
|
+
type: "tree",
|
|
139
|
+
rules: [
|
|
140
|
+
{
|
|
141
|
+
conditions: [
|
|
142
|
+
{
|
|
143
|
+
fn: "booleanEquals",
|
|
144
|
+
argv: [
|
|
145
|
+
true,
|
|
146
|
+
{
|
|
147
|
+
fn: "getAttr",
|
|
148
|
+
argv: [
|
|
149
|
+
{
|
|
150
|
+
ref: "PartitionResult",
|
|
151
|
+
},
|
|
152
|
+
"supportsFIPS",
|
|
153
|
+
],
|
|
154
|
+
},
|
|
155
|
+
],
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
fn: "booleanEquals",
|
|
159
|
+
argv: [
|
|
160
|
+
true,
|
|
161
|
+
{
|
|
162
|
+
fn: "getAttr",
|
|
163
|
+
argv: [
|
|
164
|
+
{
|
|
165
|
+
ref: "PartitionResult",
|
|
166
|
+
},
|
|
167
|
+
"supportsDualStack",
|
|
168
|
+
],
|
|
169
|
+
},
|
|
170
|
+
],
|
|
171
|
+
},
|
|
172
|
+
],
|
|
173
|
+
type: "tree",
|
|
174
|
+
rules: [
|
|
175
|
+
{
|
|
176
|
+
conditions: [],
|
|
177
|
+
endpoint: {
|
|
178
|
+
url: "https://ec2-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
179
|
+
properties: {},
|
|
180
|
+
headers: {},
|
|
181
|
+
},
|
|
182
|
+
type: "endpoint",
|
|
183
|
+
},
|
|
184
|
+
],
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
conditions: [],
|
|
188
|
+
error: "FIPS and DualStack are enabled, but this partition does not support one or both",
|
|
189
|
+
type: "error",
|
|
190
|
+
},
|
|
191
|
+
],
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
conditions: [
|
|
195
|
+
{
|
|
196
|
+
fn: "booleanEquals",
|
|
197
|
+
argv: [
|
|
198
|
+
{
|
|
199
|
+
ref: "UseFIPS",
|
|
200
|
+
},
|
|
201
|
+
true,
|
|
202
|
+
],
|
|
203
|
+
},
|
|
204
|
+
],
|
|
205
|
+
type: "tree",
|
|
206
|
+
rules: [
|
|
207
|
+
{
|
|
208
|
+
conditions: [
|
|
209
|
+
{
|
|
210
|
+
fn: "booleanEquals",
|
|
211
|
+
argv: [
|
|
212
|
+
true,
|
|
213
|
+
{
|
|
214
|
+
fn: "getAttr",
|
|
215
|
+
argv: [
|
|
216
|
+
{
|
|
217
|
+
ref: "PartitionResult",
|
|
218
|
+
},
|
|
219
|
+
"supportsFIPS",
|
|
220
|
+
],
|
|
221
|
+
},
|
|
222
|
+
],
|
|
223
|
+
},
|
|
224
|
+
],
|
|
225
|
+
type: "tree",
|
|
226
|
+
rules: [
|
|
227
|
+
{
|
|
228
|
+
conditions: [],
|
|
229
|
+
type: "tree",
|
|
230
|
+
rules: [
|
|
231
|
+
{
|
|
232
|
+
conditions: [
|
|
233
|
+
{
|
|
234
|
+
fn: "stringEquals",
|
|
235
|
+
argv: [
|
|
236
|
+
"aws-us-gov",
|
|
237
|
+
{
|
|
238
|
+
fn: "getAttr",
|
|
239
|
+
argv: [
|
|
240
|
+
{
|
|
241
|
+
ref: "PartitionResult",
|
|
242
|
+
},
|
|
243
|
+
"name",
|
|
244
|
+
],
|
|
245
|
+
},
|
|
246
|
+
],
|
|
247
|
+
},
|
|
248
|
+
],
|
|
249
|
+
endpoint: {
|
|
250
|
+
url: "https://ec2.{Region}.{PartitionResult#dnsSuffix}",
|
|
251
|
+
properties: {},
|
|
252
|
+
headers: {},
|
|
253
|
+
},
|
|
254
|
+
type: "endpoint",
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
conditions: [],
|
|
258
|
+
endpoint: {
|
|
259
|
+
url: "https://ec2-fips.{Region}.{PartitionResult#dnsSuffix}",
|
|
260
|
+
properties: {},
|
|
261
|
+
headers: {},
|
|
262
|
+
},
|
|
263
|
+
type: "endpoint",
|
|
264
|
+
},
|
|
265
|
+
],
|
|
266
|
+
},
|
|
267
|
+
],
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
conditions: [],
|
|
271
|
+
error: "FIPS is enabled but this partition does not support FIPS",
|
|
272
|
+
type: "error",
|
|
273
|
+
},
|
|
274
|
+
],
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
conditions: [
|
|
278
|
+
{
|
|
279
|
+
fn: "booleanEquals",
|
|
280
|
+
argv: [
|
|
281
|
+
{
|
|
282
|
+
ref: "UseDualStack",
|
|
283
|
+
},
|
|
284
|
+
true,
|
|
285
|
+
],
|
|
286
|
+
},
|
|
287
|
+
],
|
|
288
|
+
type: "tree",
|
|
289
|
+
rules: [
|
|
290
|
+
{
|
|
291
|
+
conditions: [
|
|
292
|
+
{
|
|
293
|
+
fn: "booleanEquals",
|
|
294
|
+
argv: [
|
|
295
|
+
true,
|
|
296
|
+
{
|
|
297
|
+
fn: "getAttr",
|
|
298
|
+
argv: [
|
|
299
|
+
{
|
|
300
|
+
ref: "PartitionResult",
|
|
301
|
+
},
|
|
302
|
+
"supportsDualStack",
|
|
303
|
+
],
|
|
304
|
+
},
|
|
305
|
+
],
|
|
306
|
+
},
|
|
307
|
+
],
|
|
308
|
+
type: "tree",
|
|
309
|
+
rules: [
|
|
310
|
+
{
|
|
311
|
+
conditions: [],
|
|
312
|
+
endpoint: {
|
|
313
|
+
url: "https://ec2.{Region}.{PartitionResult#dualStackDnsSuffix}",
|
|
314
|
+
properties: {},
|
|
315
|
+
headers: {},
|
|
316
|
+
},
|
|
317
|
+
type: "endpoint",
|
|
318
|
+
},
|
|
319
|
+
],
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
conditions: [],
|
|
323
|
+
error: "DualStack is enabled but this partition does not support DualStack",
|
|
324
|
+
type: "error",
|
|
325
|
+
},
|
|
326
|
+
],
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
conditions: [],
|
|
330
|
+
endpoint: {
|
|
331
|
+
url: "https://ec2.{Region}.{PartitionResult#dnsSuffix}",
|
|
332
|
+
properties: {},
|
|
333
|
+
headers: {},
|
|
334
|
+
},
|
|
335
|
+
type: "endpoint",
|
|
336
|
+
},
|
|
337
|
+
],
|
|
338
|
+
},
|
|
339
|
+
],
|
|
340
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
|
-
import {
|
|
2
|
+
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
3
3
|
export const getRuntimeConfig = (config) => ({
|
|
4
4
|
apiVersion: "2016-11-15",
|
|
5
5
|
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
6
|
+
endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
|
|
6
7
|
logger: config?.logger ?? {},
|
|
7
|
-
regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
|
|
8
8
|
serviceId: config?.serviceId ?? "EC2",
|
|
9
9
|
urlParser: config?.urlParser ?? parseUrl,
|
|
10
10
|
});
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
10
|
import { AcceptReservedInstancesExchangeQuoteCommandInput, AcceptReservedInstancesExchangeQuoteCommandOutput } from "./commands/AcceptReservedInstancesExchangeQuoteCommand";
|
|
10
11
|
import { AcceptTransitGatewayMulticastDomainAssociationsCommandInput, AcceptTransitGatewayMulticastDomainAssociationsCommandOutput } from "./commands/AcceptTransitGatewayMulticastDomainAssociationsCommand";
|
|
11
12
|
import { AcceptTransitGatewayPeeringAttachmentCommandInput, AcceptTransitGatewayPeeringAttachmentCommandOutput } from "./commands/AcceptTransitGatewayPeeringAttachmentCommand";
|
|
@@ -548,6 +549,7 @@ import { UnmonitorInstancesCommandInput, UnmonitorInstancesCommandOutput } from
|
|
|
548
549
|
import { UpdateSecurityGroupRuleDescriptionsEgressCommandInput, UpdateSecurityGroupRuleDescriptionsEgressCommandOutput } from "./commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
549
550
|
import { UpdateSecurityGroupRuleDescriptionsIngressCommandInput, UpdateSecurityGroupRuleDescriptionsIngressCommandOutput } from "./commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
550
551
|
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
|
|
552
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
551
553
|
export declare type ServiceInputTypes = AcceptReservedInstancesExchangeQuoteCommandInput | AcceptTransitGatewayMulticastDomainAssociationsCommandInput | AcceptTransitGatewayPeeringAttachmentCommandInput | AcceptTransitGatewayVpcAttachmentCommandInput | AcceptVpcEndpointConnectionsCommandInput | AcceptVpcPeeringConnectionCommandInput | AdvertiseByoipCidrCommandInput | AllocateAddressCommandInput | AllocateHostsCommandInput | AllocateIpamPoolCidrCommandInput | ApplySecurityGroupsToClientVpnTargetNetworkCommandInput | AssignIpv6AddressesCommandInput | AssignPrivateIpAddressesCommandInput | AssociateAddressCommandInput | AssociateClientVpnTargetNetworkCommandInput | AssociateDhcpOptionsCommandInput | AssociateEnclaveCertificateIamRoleCommandInput | AssociateIamInstanceProfileCommandInput | AssociateInstanceEventWindowCommandInput | AssociateRouteTableCommandInput | AssociateSubnetCidrBlockCommandInput | AssociateTransitGatewayMulticastDomainCommandInput | AssociateTransitGatewayPolicyTableCommandInput | AssociateTransitGatewayRouteTableCommandInput | AssociateTrunkInterfaceCommandInput | AssociateVpcCidrBlockCommandInput | AttachClassicLinkVpcCommandInput | AttachInternetGatewayCommandInput | AttachNetworkInterfaceCommandInput | AttachVolumeCommandInput | AttachVpnGatewayCommandInput | AuthorizeClientVpnIngressCommandInput | AuthorizeSecurityGroupEgressCommandInput | AuthorizeSecurityGroupIngressCommandInput | BundleInstanceCommandInput | CancelBundleTaskCommandInput | CancelCapacityReservationCommandInput | CancelCapacityReservationFleetsCommandInput | CancelConversionTaskCommandInput | CancelExportTaskCommandInput | CancelImportTaskCommandInput | CancelReservedInstancesListingCommandInput | CancelSpotFleetRequestsCommandInput | CancelSpotInstanceRequestsCommandInput | ConfirmProductInstanceCommandInput | CopyFpgaImageCommandInput | CopyImageCommandInput | CopySnapshotCommandInput | CreateCapacityReservationCommandInput | CreateCapacityReservationFleetCommandInput | CreateCarrierGatewayCommandInput | CreateClientVpnEndpointCommandInput | CreateClientVpnRouteCommandInput | CreateCoipCidrCommandInput | CreateCoipPoolCommandInput | CreateCustomerGatewayCommandInput | CreateDefaultSubnetCommandInput | CreateDefaultVpcCommandInput | CreateDhcpOptionsCommandInput | CreateEgressOnlyInternetGatewayCommandInput | CreateFleetCommandInput | CreateFlowLogsCommandInput | CreateFpgaImageCommandInput | CreateImageCommandInput | CreateInstanceEventWindowCommandInput | CreateInstanceExportTaskCommandInput | CreateInternetGatewayCommandInput | CreateIpamCommandInput | CreateIpamPoolCommandInput | CreateIpamScopeCommandInput | CreateKeyPairCommandInput | CreateLaunchTemplateCommandInput | CreateLaunchTemplateVersionCommandInput | CreateLocalGatewayRouteCommandInput | CreateLocalGatewayRouteTableCommandInput | CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput | CreateLocalGatewayRouteTableVpcAssociationCommandInput | CreateManagedPrefixListCommandInput | CreateNatGatewayCommandInput | CreateNetworkAclCommandInput | CreateNetworkAclEntryCommandInput | CreateNetworkInsightsAccessScopeCommandInput | CreateNetworkInsightsPathCommandInput | CreateNetworkInterfaceCommandInput | CreateNetworkInterfacePermissionCommandInput | CreatePlacementGroupCommandInput | CreatePublicIpv4PoolCommandInput | CreateReplaceRootVolumeTaskCommandInput | CreateReservedInstancesListingCommandInput | CreateRestoreImageTaskCommandInput | CreateRouteCommandInput | CreateRouteTableCommandInput | CreateSecurityGroupCommandInput | CreateSnapshotCommandInput | CreateSnapshotsCommandInput | CreateSpotDatafeedSubscriptionCommandInput | CreateStoreImageTaskCommandInput | CreateSubnetCidrReservationCommandInput | CreateSubnetCommandInput | CreateTagsCommandInput | CreateTrafficMirrorFilterCommandInput | CreateTrafficMirrorFilterRuleCommandInput | CreateTrafficMirrorSessionCommandInput | CreateTrafficMirrorTargetCommandInput | CreateTransitGatewayCommandInput | CreateTransitGatewayConnectCommandInput | CreateTransitGatewayConnectPeerCommandInput | CreateTransitGatewayMulticastDomainCommandInput | CreateTransitGatewayPeeringAttachmentCommandInput | CreateTransitGatewayPolicyTableCommandInput | CreateTransitGatewayPrefixListReferenceCommandInput | CreateTransitGatewayRouteCommandInput | CreateTransitGatewayRouteTableAnnouncementCommandInput | CreateTransitGatewayRouteTableCommandInput | CreateTransitGatewayVpcAttachmentCommandInput | CreateVolumeCommandInput | CreateVpcCommandInput | CreateVpcEndpointCommandInput | CreateVpcEndpointConnectionNotificationCommandInput | CreateVpcEndpointServiceConfigurationCommandInput | CreateVpcPeeringConnectionCommandInput | CreateVpnConnectionCommandInput | CreateVpnConnectionRouteCommandInput | CreateVpnGatewayCommandInput | DeleteCarrierGatewayCommandInput | DeleteClientVpnEndpointCommandInput | DeleteClientVpnRouteCommandInput | DeleteCoipCidrCommandInput | DeleteCoipPoolCommandInput | DeleteCustomerGatewayCommandInput | DeleteDhcpOptionsCommandInput | DeleteEgressOnlyInternetGatewayCommandInput | DeleteFleetsCommandInput | DeleteFlowLogsCommandInput | DeleteFpgaImageCommandInput | DeleteInstanceEventWindowCommandInput | DeleteInternetGatewayCommandInput | DeleteIpamCommandInput | DeleteIpamPoolCommandInput | DeleteIpamScopeCommandInput | DeleteKeyPairCommandInput | DeleteLaunchTemplateCommandInput | DeleteLaunchTemplateVersionsCommandInput | DeleteLocalGatewayRouteCommandInput | DeleteLocalGatewayRouteTableCommandInput | DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput | DeleteLocalGatewayRouteTableVpcAssociationCommandInput | DeleteManagedPrefixListCommandInput | DeleteNatGatewayCommandInput | DeleteNetworkAclCommandInput | DeleteNetworkAclEntryCommandInput | DeleteNetworkInsightsAccessScopeAnalysisCommandInput | DeleteNetworkInsightsAccessScopeCommandInput | DeleteNetworkInsightsAnalysisCommandInput | DeleteNetworkInsightsPathCommandInput | DeleteNetworkInterfaceCommandInput | DeleteNetworkInterfacePermissionCommandInput | DeletePlacementGroupCommandInput | DeletePublicIpv4PoolCommandInput | DeleteQueuedReservedInstancesCommandInput | DeleteRouteCommandInput | DeleteRouteTableCommandInput | DeleteSecurityGroupCommandInput | DeleteSnapshotCommandInput | DeleteSpotDatafeedSubscriptionCommandInput | DeleteSubnetCidrReservationCommandInput | DeleteSubnetCommandInput | DeleteTagsCommandInput | DeleteTrafficMirrorFilterCommandInput | DeleteTrafficMirrorFilterRuleCommandInput | DeleteTrafficMirrorSessionCommandInput | DeleteTrafficMirrorTargetCommandInput | DeleteTransitGatewayCommandInput | DeleteTransitGatewayConnectCommandInput | DeleteTransitGatewayConnectPeerCommandInput | DeleteTransitGatewayMulticastDomainCommandInput | DeleteTransitGatewayPeeringAttachmentCommandInput | DeleteTransitGatewayPolicyTableCommandInput | DeleteTransitGatewayPrefixListReferenceCommandInput | DeleteTransitGatewayRouteCommandInput | DeleteTransitGatewayRouteTableAnnouncementCommandInput | DeleteTransitGatewayRouteTableCommandInput | DeleteTransitGatewayVpcAttachmentCommandInput | DeleteVolumeCommandInput | DeleteVpcCommandInput | DeleteVpcEndpointConnectionNotificationsCommandInput | DeleteVpcEndpointServiceConfigurationsCommandInput | DeleteVpcEndpointsCommandInput | DeleteVpcPeeringConnectionCommandInput | DeleteVpnConnectionCommandInput | DeleteVpnConnectionRouteCommandInput | DeleteVpnGatewayCommandInput | DeprovisionByoipCidrCommandInput | DeprovisionIpamPoolCidrCommandInput | DeprovisionPublicIpv4PoolCidrCommandInput | DeregisterImageCommandInput | DeregisterInstanceEventNotificationAttributesCommandInput | DeregisterTransitGatewayMulticastGroupMembersCommandInput | DeregisterTransitGatewayMulticastGroupSourcesCommandInput | DescribeAccountAttributesCommandInput | DescribeAddressesAttributeCommandInput | DescribeAddressesCommandInput | DescribeAggregateIdFormatCommandInput | DescribeAvailabilityZonesCommandInput | DescribeBundleTasksCommandInput | DescribeByoipCidrsCommandInput | DescribeCapacityReservationFleetsCommandInput | DescribeCapacityReservationsCommandInput | DescribeCarrierGatewaysCommandInput | DescribeClassicLinkInstancesCommandInput | DescribeClientVpnAuthorizationRulesCommandInput | DescribeClientVpnConnectionsCommandInput | DescribeClientVpnEndpointsCommandInput | DescribeClientVpnRoutesCommandInput | DescribeClientVpnTargetNetworksCommandInput | DescribeCoipPoolsCommandInput | DescribeConversionTasksCommandInput | DescribeCustomerGatewaysCommandInput | DescribeDhcpOptionsCommandInput | DescribeEgressOnlyInternetGatewaysCommandInput | DescribeElasticGpusCommandInput | DescribeExportImageTasksCommandInput | DescribeExportTasksCommandInput | DescribeFastLaunchImagesCommandInput | DescribeFastSnapshotRestoresCommandInput | DescribeFleetHistoryCommandInput | DescribeFleetInstancesCommandInput | DescribeFleetsCommandInput | DescribeFlowLogsCommandInput | DescribeFpgaImageAttributeCommandInput | DescribeFpgaImagesCommandInput | DescribeHostReservationOfferingsCommandInput | DescribeHostReservationsCommandInput | DescribeHostsCommandInput | DescribeIamInstanceProfileAssociationsCommandInput | DescribeIdFormatCommandInput | DescribeIdentityIdFormatCommandInput | DescribeImageAttributeCommandInput | DescribeImagesCommandInput | DescribeImportImageTasksCommandInput | DescribeImportSnapshotTasksCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCreditSpecificationsCommandInput | DescribeInstanceEventNotificationAttributesCommandInput | DescribeInstanceEventWindowsCommandInput | DescribeInstanceStatusCommandInput | DescribeInstanceTypeOfferingsCommandInput | DescribeInstanceTypesCommandInput | DescribeInstancesCommandInput | DescribeInternetGatewaysCommandInput | DescribeIpamPoolsCommandInput | DescribeIpamScopesCommandInput | DescribeIpamsCommandInput | DescribeIpv6PoolsCommandInput | DescribeKeyPairsCommandInput | DescribeLaunchTemplateVersionsCommandInput | DescribeLaunchTemplatesCommandInput | DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandInput | DescribeLocalGatewayRouteTableVpcAssociationsCommandInput | DescribeLocalGatewayRouteTablesCommandInput | DescribeLocalGatewayVirtualInterfaceGroupsCommandInput | DescribeLocalGatewayVirtualInterfacesCommandInput | DescribeLocalGatewaysCommandInput | DescribeManagedPrefixListsCommandInput | DescribeMovingAddressesCommandInput | DescribeNatGatewaysCommandInput | DescribeNetworkAclsCommandInput | DescribeNetworkInsightsAccessScopeAnalysesCommandInput | DescribeNetworkInsightsAccessScopesCommandInput | DescribeNetworkInsightsAnalysesCommandInput | DescribeNetworkInsightsPathsCommandInput | DescribeNetworkInterfaceAttributeCommandInput | DescribeNetworkInterfacePermissionsCommandInput | DescribeNetworkInterfacesCommandInput | DescribePlacementGroupsCommandInput | DescribePrefixListsCommandInput | DescribePrincipalIdFormatCommandInput | DescribePublicIpv4PoolsCommandInput | DescribeRegionsCommandInput | DescribeReplaceRootVolumeTasksCommandInput | DescribeReservedInstancesCommandInput | DescribeReservedInstancesListingsCommandInput | DescribeReservedInstancesModificationsCommandInput | DescribeReservedInstancesOfferingsCommandInput | DescribeRouteTablesCommandInput | DescribeScheduledInstanceAvailabilityCommandInput | DescribeScheduledInstancesCommandInput | DescribeSecurityGroupReferencesCommandInput | DescribeSecurityGroupRulesCommandInput | DescribeSecurityGroupsCommandInput | DescribeSnapshotAttributeCommandInput | DescribeSnapshotTierStatusCommandInput | DescribeSnapshotsCommandInput | DescribeSpotDatafeedSubscriptionCommandInput | DescribeSpotFleetInstancesCommandInput | DescribeSpotFleetRequestHistoryCommandInput | DescribeSpotFleetRequestsCommandInput | DescribeSpotInstanceRequestsCommandInput | DescribeSpotPriceHistoryCommandInput | DescribeStaleSecurityGroupsCommandInput | DescribeStoreImageTasksCommandInput | DescribeSubnetsCommandInput | DescribeTagsCommandInput | DescribeTrafficMirrorFiltersCommandInput | DescribeTrafficMirrorSessionsCommandInput | DescribeTrafficMirrorTargetsCommandInput | DescribeTransitGatewayAttachmentsCommandInput | DescribeTransitGatewayConnectPeersCommandInput | DescribeTransitGatewayConnectsCommandInput | DescribeTransitGatewayMulticastDomainsCommandInput | DescribeTransitGatewayPeeringAttachmentsCommandInput | DescribeTransitGatewayPolicyTablesCommandInput | DescribeTransitGatewayRouteTableAnnouncementsCommandInput | DescribeTransitGatewayRouteTablesCommandInput | DescribeTransitGatewayVpcAttachmentsCommandInput | DescribeTransitGatewaysCommandInput | DescribeTrunkInterfaceAssociationsCommandInput | DescribeVolumeAttributeCommandInput | DescribeVolumeStatusCommandInput | DescribeVolumesCommandInput | DescribeVolumesModificationsCommandInput | DescribeVpcAttributeCommandInput | DescribeVpcClassicLinkCommandInput | DescribeVpcClassicLinkDnsSupportCommandInput | DescribeVpcEndpointConnectionNotificationsCommandInput | DescribeVpcEndpointConnectionsCommandInput | DescribeVpcEndpointServiceConfigurationsCommandInput | DescribeVpcEndpointServicePermissionsCommandInput | DescribeVpcEndpointServicesCommandInput | DescribeVpcEndpointsCommandInput | DescribeVpcPeeringConnectionsCommandInput | DescribeVpcsCommandInput | DescribeVpnConnectionsCommandInput | DescribeVpnGatewaysCommandInput | DetachClassicLinkVpcCommandInput | DetachInternetGatewayCommandInput | DetachNetworkInterfaceCommandInput | DetachVolumeCommandInput | DetachVpnGatewayCommandInput | DisableEbsEncryptionByDefaultCommandInput | DisableFastLaunchCommandInput | DisableFastSnapshotRestoresCommandInput | DisableImageDeprecationCommandInput | DisableIpamOrganizationAdminAccountCommandInput | DisableSerialConsoleAccessCommandInput | DisableTransitGatewayRouteTablePropagationCommandInput | DisableVgwRoutePropagationCommandInput | DisableVpcClassicLinkCommandInput | DisableVpcClassicLinkDnsSupportCommandInput | DisassociateAddressCommandInput | DisassociateClientVpnTargetNetworkCommandInput | DisassociateEnclaveCertificateIamRoleCommandInput | DisassociateIamInstanceProfileCommandInput | DisassociateInstanceEventWindowCommandInput | DisassociateRouteTableCommandInput | DisassociateSubnetCidrBlockCommandInput | DisassociateTransitGatewayMulticastDomainCommandInput | DisassociateTransitGatewayPolicyTableCommandInput | DisassociateTransitGatewayRouteTableCommandInput | DisassociateTrunkInterfaceCommandInput | DisassociateVpcCidrBlockCommandInput | EnableEbsEncryptionByDefaultCommandInput | EnableFastLaunchCommandInput | EnableFastSnapshotRestoresCommandInput | EnableImageDeprecationCommandInput | EnableIpamOrganizationAdminAccountCommandInput | EnableSerialConsoleAccessCommandInput | EnableTransitGatewayRouteTablePropagationCommandInput | EnableVgwRoutePropagationCommandInput | EnableVolumeIOCommandInput | EnableVpcClassicLinkCommandInput | EnableVpcClassicLinkDnsSupportCommandInput | ExportClientVpnClientCertificateRevocationListCommandInput | ExportClientVpnClientConfigurationCommandInput | ExportImageCommandInput | ExportTransitGatewayRoutesCommandInput | GetAssociatedEnclaveCertificateIamRolesCommandInput | GetAssociatedIpv6PoolCidrsCommandInput | GetCapacityReservationUsageCommandInput | GetCoipPoolUsageCommandInput | GetConsoleOutputCommandInput | GetConsoleScreenshotCommandInput | GetDefaultCreditSpecificationCommandInput | GetEbsDefaultKmsKeyIdCommandInput | GetEbsEncryptionByDefaultCommandInput | GetFlowLogsIntegrationTemplateCommandInput | GetGroupsForCapacityReservationCommandInput | GetHostReservationPurchasePreviewCommandInput | GetInstanceTypesFromInstanceRequirementsCommandInput | GetInstanceUefiDataCommandInput | GetIpamAddressHistoryCommandInput | GetIpamPoolAllocationsCommandInput | GetIpamPoolCidrsCommandInput | GetIpamResourceCidrsCommandInput | GetLaunchTemplateDataCommandInput | GetManagedPrefixListAssociationsCommandInput | GetManagedPrefixListEntriesCommandInput | GetNetworkInsightsAccessScopeAnalysisFindingsCommandInput | GetNetworkInsightsAccessScopeContentCommandInput | GetPasswordDataCommandInput | GetReservedInstancesExchangeQuoteCommandInput | GetSerialConsoleAccessStatusCommandInput | GetSpotPlacementScoresCommandInput | GetSubnetCidrReservationsCommandInput | GetTransitGatewayAttachmentPropagationsCommandInput | GetTransitGatewayMulticastDomainAssociationsCommandInput | GetTransitGatewayPolicyTableAssociationsCommandInput | GetTransitGatewayPolicyTableEntriesCommandInput | GetTransitGatewayPrefixListReferencesCommandInput | GetTransitGatewayRouteTableAssociationsCommandInput | GetTransitGatewayRouteTablePropagationsCommandInput | GetVpnConnectionDeviceSampleConfigurationCommandInput | GetVpnConnectionDeviceTypesCommandInput | ImportClientVpnClientCertificateRevocationListCommandInput | ImportImageCommandInput | ImportInstanceCommandInput | ImportKeyPairCommandInput | ImportSnapshotCommandInput | ImportVolumeCommandInput | ListImagesInRecycleBinCommandInput | ListSnapshotsInRecycleBinCommandInput | ModifyAddressAttributeCommandInput | ModifyAvailabilityZoneGroupCommandInput | ModifyCapacityReservationCommandInput | ModifyCapacityReservationFleetCommandInput | ModifyClientVpnEndpointCommandInput | ModifyDefaultCreditSpecificationCommandInput | ModifyEbsDefaultKmsKeyIdCommandInput | ModifyFleetCommandInput | ModifyFpgaImageAttributeCommandInput | ModifyHostsCommandInput | ModifyIdFormatCommandInput | ModifyIdentityIdFormatCommandInput | ModifyImageAttributeCommandInput | ModifyInstanceAttributeCommandInput | ModifyInstanceCapacityReservationAttributesCommandInput | ModifyInstanceCreditSpecificationCommandInput | ModifyInstanceEventStartTimeCommandInput | ModifyInstanceEventWindowCommandInput | ModifyInstanceMaintenanceOptionsCommandInput | ModifyInstanceMetadataOptionsCommandInput | ModifyInstancePlacementCommandInput | ModifyIpamCommandInput | ModifyIpamPoolCommandInput | ModifyIpamResourceCidrCommandInput | ModifyIpamScopeCommandInput | ModifyLaunchTemplateCommandInput | ModifyLocalGatewayRouteCommandInput | ModifyManagedPrefixListCommandInput | ModifyNetworkInterfaceAttributeCommandInput | ModifyPrivateDnsNameOptionsCommandInput | ModifyReservedInstancesCommandInput | ModifySecurityGroupRulesCommandInput | ModifySnapshotAttributeCommandInput | ModifySnapshotTierCommandInput | ModifySpotFleetRequestCommandInput | ModifySubnetAttributeCommandInput | ModifyTrafficMirrorFilterNetworkServicesCommandInput | ModifyTrafficMirrorFilterRuleCommandInput | ModifyTrafficMirrorSessionCommandInput | ModifyTransitGatewayCommandInput | ModifyTransitGatewayPrefixListReferenceCommandInput | ModifyTransitGatewayVpcAttachmentCommandInput | ModifyVolumeAttributeCommandInput | ModifyVolumeCommandInput | ModifyVpcAttributeCommandInput | ModifyVpcEndpointCommandInput | ModifyVpcEndpointConnectionNotificationCommandInput | ModifyVpcEndpointServiceConfigurationCommandInput | ModifyVpcEndpointServicePayerResponsibilityCommandInput | ModifyVpcEndpointServicePermissionsCommandInput | ModifyVpcPeeringConnectionOptionsCommandInput | ModifyVpcTenancyCommandInput | ModifyVpnConnectionCommandInput | ModifyVpnConnectionOptionsCommandInput | ModifyVpnTunnelCertificateCommandInput | ModifyVpnTunnelOptionsCommandInput | MonitorInstancesCommandInput | MoveAddressToVpcCommandInput | MoveByoipCidrToIpamCommandInput | ProvisionByoipCidrCommandInput | ProvisionIpamPoolCidrCommandInput | ProvisionPublicIpv4PoolCidrCommandInput | PurchaseHostReservationCommandInput | PurchaseReservedInstancesOfferingCommandInput | PurchaseScheduledInstancesCommandInput | RebootInstancesCommandInput | RegisterImageCommandInput | RegisterInstanceEventNotificationAttributesCommandInput | RegisterTransitGatewayMulticastGroupMembersCommandInput | RegisterTransitGatewayMulticastGroupSourcesCommandInput | RejectTransitGatewayMulticastDomainAssociationsCommandInput | RejectTransitGatewayPeeringAttachmentCommandInput | RejectTransitGatewayVpcAttachmentCommandInput | RejectVpcEndpointConnectionsCommandInput | RejectVpcPeeringConnectionCommandInput | ReleaseAddressCommandInput | ReleaseHostsCommandInput | ReleaseIpamPoolAllocationCommandInput | ReplaceIamInstanceProfileAssociationCommandInput | ReplaceNetworkAclAssociationCommandInput | ReplaceNetworkAclEntryCommandInput | ReplaceRouteCommandInput | ReplaceRouteTableAssociationCommandInput | ReplaceTransitGatewayRouteCommandInput | ReportInstanceStatusCommandInput | RequestSpotFleetCommandInput | RequestSpotInstancesCommandInput | ResetAddressAttributeCommandInput | ResetEbsDefaultKmsKeyIdCommandInput | ResetFpgaImageAttributeCommandInput | ResetImageAttributeCommandInput | ResetInstanceAttributeCommandInput | ResetNetworkInterfaceAttributeCommandInput | ResetSnapshotAttributeCommandInput | RestoreAddressToClassicCommandInput | RestoreImageFromRecycleBinCommandInput | RestoreManagedPrefixListVersionCommandInput | RestoreSnapshotFromRecycleBinCommandInput | RestoreSnapshotTierCommandInput | RevokeClientVpnIngressCommandInput | RevokeSecurityGroupEgressCommandInput | RevokeSecurityGroupIngressCommandInput | RunInstancesCommandInput | RunScheduledInstancesCommandInput | SearchLocalGatewayRoutesCommandInput | SearchTransitGatewayMulticastGroupsCommandInput | SearchTransitGatewayRoutesCommandInput | SendDiagnosticInterruptCommandInput | StartInstancesCommandInput | StartNetworkInsightsAccessScopeAnalysisCommandInput | StartNetworkInsightsAnalysisCommandInput | StartVpcEndpointServicePrivateDnsVerificationCommandInput | StopInstancesCommandInput | TerminateClientVpnConnectionsCommandInput | TerminateInstancesCommandInput | UnassignIpv6AddressesCommandInput | UnassignPrivateIpAddressesCommandInput | UnmonitorInstancesCommandInput | UpdateSecurityGroupRuleDescriptionsEgressCommandInput | UpdateSecurityGroupRuleDescriptionsIngressCommandInput | WithdrawByoipCidrCommandInput;
|
|
552
554
|
export declare type ServiceOutputTypes = AcceptReservedInstancesExchangeQuoteCommandOutput | AcceptTransitGatewayMulticastDomainAssociationsCommandOutput | AcceptTransitGatewayPeeringAttachmentCommandOutput | AcceptTransitGatewayVpcAttachmentCommandOutput | AcceptVpcEndpointConnectionsCommandOutput | AcceptVpcPeeringConnectionCommandOutput | AdvertiseByoipCidrCommandOutput | AllocateAddressCommandOutput | AllocateHostsCommandOutput | AllocateIpamPoolCidrCommandOutput | ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput | AssignIpv6AddressesCommandOutput | AssignPrivateIpAddressesCommandOutput | AssociateAddressCommandOutput | AssociateClientVpnTargetNetworkCommandOutput | AssociateDhcpOptionsCommandOutput | AssociateEnclaveCertificateIamRoleCommandOutput | AssociateIamInstanceProfileCommandOutput | AssociateInstanceEventWindowCommandOutput | AssociateRouteTableCommandOutput | AssociateSubnetCidrBlockCommandOutput | AssociateTransitGatewayMulticastDomainCommandOutput | AssociateTransitGatewayPolicyTableCommandOutput | AssociateTransitGatewayRouteTableCommandOutput | AssociateTrunkInterfaceCommandOutput | AssociateVpcCidrBlockCommandOutput | AttachClassicLinkVpcCommandOutput | AttachInternetGatewayCommandOutput | AttachNetworkInterfaceCommandOutput | AttachVolumeCommandOutput | AttachVpnGatewayCommandOutput | AuthorizeClientVpnIngressCommandOutput | AuthorizeSecurityGroupEgressCommandOutput | AuthorizeSecurityGroupIngressCommandOutput | BundleInstanceCommandOutput | CancelBundleTaskCommandOutput | CancelCapacityReservationCommandOutput | CancelCapacityReservationFleetsCommandOutput | CancelConversionTaskCommandOutput | CancelExportTaskCommandOutput | CancelImportTaskCommandOutput | CancelReservedInstancesListingCommandOutput | CancelSpotFleetRequestsCommandOutput | CancelSpotInstanceRequestsCommandOutput | ConfirmProductInstanceCommandOutput | CopyFpgaImageCommandOutput | CopyImageCommandOutput | CopySnapshotCommandOutput | CreateCapacityReservationCommandOutput | CreateCapacityReservationFleetCommandOutput | CreateCarrierGatewayCommandOutput | CreateClientVpnEndpointCommandOutput | CreateClientVpnRouteCommandOutput | CreateCoipCidrCommandOutput | CreateCoipPoolCommandOutput | CreateCustomerGatewayCommandOutput | CreateDefaultSubnetCommandOutput | CreateDefaultVpcCommandOutput | CreateDhcpOptionsCommandOutput | CreateEgressOnlyInternetGatewayCommandOutput | CreateFleetCommandOutput | CreateFlowLogsCommandOutput | CreateFpgaImageCommandOutput | CreateImageCommandOutput | CreateInstanceEventWindowCommandOutput | CreateInstanceExportTaskCommandOutput | CreateInternetGatewayCommandOutput | CreateIpamCommandOutput | CreateIpamPoolCommandOutput | CreateIpamScopeCommandOutput | CreateKeyPairCommandOutput | CreateLaunchTemplateCommandOutput | CreateLaunchTemplateVersionCommandOutput | CreateLocalGatewayRouteCommandOutput | CreateLocalGatewayRouteTableCommandOutput | CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput | CreateLocalGatewayRouteTableVpcAssociationCommandOutput | CreateManagedPrefixListCommandOutput | CreateNatGatewayCommandOutput | CreateNetworkAclCommandOutput | CreateNetworkAclEntryCommandOutput | CreateNetworkInsightsAccessScopeCommandOutput | CreateNetworkInsightsPathCommandOutput | CreateNetworkInterfaceCommandOutput | CreateNetworkInterfacePermissionCommandOutput | CreatePlacementGroupCommandOutput | CreatePublicIpv4PoolCommandOutput | CreateReplaceRootVolumeTaskCommandOutput | CreateReservedInstancesListingCommandOutput | CreateRestoreImageTaskCommandOutput | CreateRouteCommandOutput | CreateRouteTableCommandOutput | CreateSecurityGroupCommandOutput | CreateSnapshotCommandOutput | CreateSnapshotsCommandOutput | CreateSpotDatafeedSubscriptionCommandOutput | CreateStoreImageTaskCommandOutput | CreateSubnetCidrReservationCommandOutput | CreateSubnetCommandOutput | CreateTagsCommandOutput | CreateTrafficMirrorFilterCommandOutput | CreateTrafficMirrorFilterRuleCommandOutput | CreateTrafficMirrorSessionCommandOutput | CreateTrafficMirrorTargetCommandOutput | CreateTransitGatewayCommandOutput | CreateTransitGatewayConnectCommandOutput | CreateTransitGatewayConnectPeerCommandOutput | CreateTransitGatewayMulticastDomainCommandOutput | CreateTransitGatewayPeeringAttachmentCommandOutput | CreateTransitGatewayPolicyTableCommandOutput | CreateTransitGatewayPrefixListReferenceCommandOutput | CreateTransitGatewayRouteCommandOutput | CreateTransitGatewayRouteTableAnnouncementCommandOutput | CreateTransitGatewayRouteTableCommandOutput | CreateTransitGatewayVpcAttachmentCommandOutput | CreateVolumeCommandOutput | CreateVpcCommandOutput | CreateVpcEndpointCommandOutput | CreateVpcEndpointConnectionNotificationCommandOutput | CreateVpcEndpointServiceConfigurationCommandOutput | CreateVpcPeeringConnectionCommandOutput | CreateVpnConnectionCommandOutput | CreateVpnConnectionRouteCommandOutput | CreateVpnGatewayCommandOutput | DeleteCarrierGatewayCommandOutput | DeleteClientVpnEndpointCommandOutput | DeleteClientVpnRouteCommandOutput | DeleteCoipCidrCommandOutput | DeleteCoipPoolCommandOutput | DeleteCustomerGatewayCommandOutput | DeleteDhcpOptionsCommandOutput | DeleteEgressOnlyInternetGatewayCommandOutput | DeleteFleetsCommandOutput | DeleteFlowLogsCommandOutput | DeleteFpgaImageCommandOutput | DeleteInstanceEventWindowCommandOutput | DeleteInternetGatewayCommandOutput | DeleteIpamCommandOutput | DeleteIpamPoolCommandOutput | DeleteIpamScopeCommandOutput | DeleteKeyPairCommandOutput | DeleteLaunchTemplateCommandOutput | DeleteLaunchTemplateVersionsCommandOutput | DeleteLocalGatewayRouteCommandOutput | DeleteLocalGatewayRouteTableCommandOutput | DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput | DeleteLocalGatewayRouteTableVpcAssociationCommandOutput | DeleteManagedPrefixListCommandOutput | DeleteNatGatewayCommandOutput | DeleteNetworkAclCommandOutput | DeleteNetworkAclEntryCommandOutput | DeleteNetworkInsightsAccessScopeAnalysisCommandOutput | DeleteNetworkInsightsAccessScopeCommandOutput | DeleteNetworkInsightsAnalysisCommandOutput | DeleteNetworkInsightsPathCommandOutput | DeleteNetworkInterfaceCommandOutput | DeleteNetworkInterfacePermissionCommandOutput | DeletePlacementGroupCommandOutput | DeletePublicIpv4PoolCommandOutput | DeleteQueuedReservedInstancesCommandOutput | DeleteRouteCommandOutput | DeleteRouteTableCommandOutput | DeleteSecurityGroupCommandOutput | DeleteSnapshotCommandOutput | DeleteSpotDatafeedSubscriptionCommandOutput | DeleteSubnetCidrReservationCommandOutput | DeleteSubnetCommandOutput | DeleteTagsCommandOutput | DeleteTrafficMirrorFilterCommandOutput | DeleteTrafficMirrorFilterRuleCommandOutput | DeleteTrafficMirrorSessionCommandOutput | DeleteTrafficMirrorTargetCommandOutput | DeleteTransitGatewayCommandOutput | DeleteTransitGatewayConnectCommandOutput | DeleteTransitGatewayConnectPeerCommandOutput | DeleteTransitGatewayMulticastDomainCommandOutput | DeleteTransitGatewayPeeringAttachmentCommandOutput | DeleteTransitGatewayPolicyTableCommandOutput | DeleteTransitGatewayPrefixListReferenceCommandOutput | DeleteTransitGatewayRouteCommandOutput | DeleteTransitGatewayRouteTableAnnouncementCommandOutput | DeleteTransitGatewayRouteTableCommandOutput | DeleteTransitGatewayVpcAttachmentCommandOutput | DeleteVolumeCommandOutput | DeleteVpcCommandOutput | DeleteVpcEndpointConnectionNotificationsCommandOutput | DeleteVpcEndpointServiceConfigurationsCommandOutput | DeleteVpcEndpointsCommandOutput | DeleteVpcPeeringConnectionCommandOutput | DeleteVpnConnectionCommandOutput | DeleteVpnConnectionRouteCommandOutput | DeleteVpnGatewayCommandOutput | DeprovisionByoipCidrCommandOutput | DeprovisionIpamPoolCidrCommandOutput | DeprovisionPublicIpv4PoolCidrCommandOutput | DeregisterImageCommandOutput | DeregisterInstanceEventNotificationAttributesCommandOutput | DeregisterTransitGatewayMulticastGroupMembersCommandOutput | DeregisterTransitGatewayMulticastGroupSourcesCommandOutput | DescribeAccountAttributesCommandOutput | DescribeAddressesAttributeCommandOutput | DescribeAddressesCommandOutput | DescribeAggregateIdFormatCommandOutput | DescribeAvailabilityZonesCommandOutput | DescribeBundleTasksCommandOutput | DescribeByoipCidrsCommandOutput | DescribeCapacityReservationFleetsCommandOutput | DescribeCapacityReservationsCommandOutput | DescribeCarrierGatewaysCommandOutput | DescribeClassicLinkInstancesCommandOutput | DescribeClientVpnAuthorizationRulesCommandOutput | DescribeClientVpnConnectionsCommandOutput | DescribeClientVpnEndpointsCommandOutput | DescribeClientVpnRoutesCommandOutput | DescribeClientVpnTargetNetworksCommandOutput | DescribeCoipPoolsCommandOutput | DescribeConversionTasksCommandOutput | DescribeCustomerGatewaysCommandOutput | DescribeDhcpOptionsCommandOutput | DescribeEgressOnlyInternetGatewaysCommandOutput | DescribeElasticGpusCommandOutput | DescribeExportImageTasksCommandOutput | DescribeExportTasksCommandOutput | DescribeFastLaunchImagesCommandOutput | DescribeFastSnapshotRestoresCommandOutput | DescribeFleetHistoryCommandOutput | DescribeFleetInstancesCommandOutput | DescribeFleetsCommandOutput | DescribeFlowLogsCommandOutput | DescribeFpgaImageAttributeCommandOutput | DescribeFpgaImagesCommandOutput | DescribeHostReservationOfferingsCommandOutput | DescribeHostReservationsCommandOutput | DescribeHostsCommandOutput | DescribeIamInstanceProfileAssociationsCommandOutput | DescribeIdFormatCommandOutput | DescribeIdentityIdFormatCommandOutput | DescribeImageAttributeCommandOutput | DescribeImagesCommandOutput | DescribeImportImageTasksCommandOutput | DescribeImportSnapshotTasksCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCreditSpecificationsCommandOutput | DescribeInstanceEventNotificationAttributesCommandOutput | DescribeInstanceEventWindowsCommandOutput | DescribeInstanceStatusCommandOutput | DescribeInstanceTypeOfferingsCommandOutput | DescribeInstanceTypesCommandOutput | DescribeInstancesCommandOutput | DescribeInternetGatewaysCommandOutput | DescribeIpamPoolsCommandOutput | DescribeIpamScopesCommandOutput | DescribeIpamsCommandOutput | DescribeIpv6PoolsCommandOutput | DescribeKeyPairsCommandOutput | DescribeLaunchTemplateVersionsCommandOutput | DescribeLaunchTemplatesCommandOutput | DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommandOutput | DescribeLocalGatewayRouteTableVpcAssociationsCommandOutput | DescribeLocalGatewayRouteTablesCommandOutput | DescribeLocalGatewayVirtualInterfaceGroupsCommandOutput | DescribeLocalGatewayVirtualInterfacesCommandOutput | DescribeLocalGatewaysCommandOutput | DescribeManagedPrefixListsCommandOutput | DescribeMovingAddressesCommandOutput | DescribeNatGatewaysCommandOutput | DescribeNetworkAclsCommandOutput | DescribeNetworkInsightsAccessScopeAnalysesCommandOutput | DescribeNetworkInsightsAccessScopesCommandOutput | DescribeNetworkInsightsAnalysesCommandOutput | DescribeNetworkInsightsPathsCommandOutput | DescribeNetworkInterfaceAttributeCommandOutput | DescribeNetworkInterfacePermissionsCommandOutput | DescribeNetworkInterfacesCommandOutput | DescribePlacementGroupsCommandOutput | DescribePrefixListsCommandOutput | DescribePrincipalIdFormatCommandOutput | DescribePublicIpv4PoolsCommandOutput | DescribeRegionsCommandOutput | DescribeReplaceRootVolumeTasksCommandOutput | DescribeReservedInstancesCommandOutput | DescribeReservedInstancesListingsCommandOutput | DescribeReservedInstancesModificationsCommandOutput | DescribeReservedInstancesOfferingsCommandOutput | DescribeRouteTablesCommandOutput | DescribeScheduledInstanceAvailabilityCommandOutput | DescribeScheduledInstancesCommandOutput | DescribeSecurityGroupReferencesCommandOutput | DescribeSecurityGroupRulesCommandOutput | DescribeSecurityGroupsCommandOutput | DescribeSnapshotAttributeCommandOutput | DescribeSnapshotTierStatusCommandOutput | DescribeSnapshotsCommandOutput | DescribeSpotDatafeedSubscriptionCommandOutput | DescribeSpotFleetInstancesCommandOutput | DescribeSpotFleetRequestHistoryCommandOutput | DescribeSpotFleetRequestsCommandOutput | DescribeSpotInstanceRequestsCommandOutput | DescribeSpotPriceHistoryCommandOutput | DescribeStaleSecurityGroupsCommandOutput | DescribeStoreImageTasksCommandOutput | DescribeSubnetsCommandOutput | DescribeTagsCommandOutput | DescribeTrafficMirrorFiltersCommandOutput | DescribeTrafficMirrorSessionsCommandOutput | DescribeTrafficMirrorTargetsCommandOutput | DescribeTransitGatewayAttachmentsCommandOutput | DescribeTransitGatewayConnectPeersCommandOutput | DescribeTransitGatewayConnectsCommandOutput | DescribeTransitGatewayMulticastDomainsCommandOutput | DescribeTransitGatewayPeeringAttachmentsCommandOutput | DescribeTransitGatewayPolicyTablesCommandOutput | DescribeTransitGatewayRouteTableAnnouncementsCommandOutput | DescribeTransitGatewayRouteTablesCommandOutput | DescribeTransitGatewayVpcAttachmentsCommandOutput | DescribeTransitGatewaysCommandOutput | DescribeTrunkInterfaceAssociationsCommandOutput | DescribeVolumeAttributeCommandOutput | DescribeVolumeStatusCommandOutput | DescribeVolumesCommandOutput | DescribeVolumesModificationsCommandOutput | DescribeVpcAttributeCommandOutput | DescribeVpcClassicLinkCommandOutput | DescribeVpcClassicLinkDnsSupportCommandOutput | DescribeVpcEndpointConnectionNotificationsCommandOutput | DescribeVpcEndpointConnectionsCommandOutput | DescribeVpcEndpointServiceConfigurationsCommandOutput | DescribeVpcEndpointServicePermissionsCommandOutput | DescribeVpcEndpointServicesCommandOutput | DescribeVpcEndpointsCommandOutput | DescribeVpcPeeringConnectionsCommandOutput | DescribeVpcsCommandOutput | DescribeVpnConnectionsCommandOutput | DescribeVpnGatewaysCommandOutput | DetachClassicLinkVpcCommandOutput | DetachInternetGatewayCommandOutput | DetachNetworkInterfaceCommandOutput | DetachVolumeCommandOutput | DetachVpnGatewayCommandOutput | DisableEbsEncryptionByDefaultCommandOutput | DisableFastLaunchCommandOutput | DisableFastSnapshotRestoresCommandOutput | DisableImageDeprecationCommandOutput | DisableIpamOrganizationAdminAccountCommandOutput | DisableSerialConsoleAccessCommandOutput | DisableTransitGatewayRouteTablePropagationCommandOutput | DisableVgwRoutePropagationCommandOutput | DisableVpcClassicLinkCommandOutput | DisableVpcClassicLinkDnsSupportCommandOutput | DisassociateAddressCommandOutput | DisassociateClientVpnTargetNetworkCommandOutput | DisassociateEnclaveCertificateIamRoleCommandOutput | DisassociateIamInstanceProfileCommandOutput | DisassociateInstanceEventWindowCommandOutput | DisassociateRouteTableCommandOutput | DisassociateSubnetCidrBlockCommandOutput | DisassociateTransitGatewayMulticastDomainCommandOutput | DisassociateTransitGatewayPolicyTableCommandOutput | DisassociateTransitGatewayRouteTableCommandOutput | DisassociateTrunkInterfaceCommandOutput | DisassociateVpcCidrBlockCommandOutput | EnableEbsEncryptionByDefaultCommandOutput | EnableFastLaunchCommandOutput | EnableFastSnapshotRestoresCommandOutput | EnableImageDeprecationCommandOutput | EnableIpamOrganizationAdminAccountCommandOutput | EnableSerialConsoleAccessCommandOutput | EnableTransitGatewayRouteTablePropagationCommandOutput | EnableVgwRoutePropagationCommandOutput | EnableVolumeIOCommandOutput | EnableVpcClassicLinkCommandOutput | EnableVpcClassicLinkDnsSupportCommandOutput | ExportClientVpnClientCertificateRevocationListCommandOutput | ExportClientVpnClientConfigurationCommandOutput | ExportImageCommandOutput | ExportTransitGatewayRoutesCommandOutput | GetAssociatedEnclaveCertificateIamRolesCommandOutput | GetAssociatedIpv6PoolCidrsCommandOutput | GetCapacityReservationUsageCommandOutput | GetCoipPoolUsageCommandOutput | GetConsoleOutputCommandOutput | GetConsoleScreenshotCommandOutput | GetDefaultCreditSpecificationCommandOutput | GetEbsDefaultKmsKeyIdCommandOutput | GetEbsEncryptionByDefaultCommandOutput | GetFlowLogsIntegrationTemplateCommandOutput | GetGroupsForCapacityReservationCommandOutput | GetHostReservationPurchasePreviewCommandOutput | GetInstanceTypesFromInstanceRequirementsCommandOutput | GetInstanceUefiDataCommandOutput | GetIpamAddressHistoryCommandOutput | GetIpamPoolAllocationsCommandOutput | GetIpamPoolCidrsCommandOutput | GetIpamResourceCidrsCommandOutput | GetLaunchTemplateDataCommandOutput | GetManagedPrefixListAssociationsCommandOutput | GetManagedPrefixListEntriesCommandOutput | GetNetworkInsightsAccessScopeAnalysisFindingsCommandOutput | GetNetworkInsightsAccessScopeContentCommandOutput | GetPasswordDataCommandOutput | GetReservedInstancesExchangeQuoteCommandOutput | GetSerialConsoleAccessStatusCommandOutput | GetSpotPlacementScoresCommandOutput | GetSubnetCidrReservationsCommandOutput | GetTransitGatewayAttachmentPropagationsCommandOutput | GetTransitGatewayMulticastDomainAssociationsCommandOutput | GetTransitGatewayPolicyTableAssociationsCommandOutput | GetTransitGatewayPolicyTableEntriesCommandOutput | GetTransitGatewayPrefixListReferencesCommandOutput | GetTransitGatewayRouteTableAssociationsCommandOutput | GetTransitGatewayRouteTablePropagationsCommandOutput | GetVpnConnectionDeviceSampleConfigurationCommandOutput | GetVpnConnectionDeviceTypesCommandOutput | ImportClientVpnClientCertificateRevocationListCommandOutput | ImportImageCommandOutput | ImportInstanceCommandOutput | ImportKeyPairCommandOutput | ImportSnapshotCommandOutput | ImportVolumeCommandOutput | ListImagesInRecycleBinCommandOutput | ListSnapshotsInRecycleBinCommandOutput | ModifyAddressAttributeCommandOutput | ModifyAvailabilityZoneGroupCommandOutput | ModifyCapacityReservationCommandOutput | ModifyCapacityReservationFleetCommandOutput | ModifyClientVpnEndpointCommandOutput | ModifyDefaultCreditSpecificationCommandOutput | ModifyEbsDefaultKmsKeyIdCommandOutput | ModifyFleetCommandOutput | ModifyFpgaImageAttributeCommandOutput | ModifyHostsCommandOutput | ModifyIdFormatCommandOutput | ModifyIdentityIdFormatCommandOutput | ModifyImageAttributeCommandOutput | ModifyInstanceAttributeCommandOutput | ModifyInstanceCapacityReservationAttributesCommandOutput | ModifyInstanceCreditSpecificationCommandOutput | ModifyInstanceEventStartTimeCommandOutput | ModifyInstanceEventWindowCommandOutput | ModifyInstanceMaintenanceOptionsCommandOutput | ModifyInstanceMetadataOptionsCommandOutput | ModifyInstancePlacementCommandOutput | ModifyIpamCommandOutput | ModifyIpamPoolCommandOutput | ModifyIpamResourceCidrCommandOutput | ModifyIpamScopeCommandOutput | ModifyLaunchTemplateCommandOutput | ModifyLocalGatewayRouteCommandOutput | ModifyManagedPrefixListCommandOutput | ModifyNetworkInterfaceAttributeCommandOutput | ModifyPrivateDnsNameOptionsCommandOutput | ModifyReservedInstancesCommandOutput | ModifySecurityGroupRulesCommandOutput | ModifySnapshotAttributeCommandOutput | ModifySnapshotTierCommandOutput | ModifySpotFleetRequestCommandOutput | ModifySubnetAttributeCommandOutput | ModifyTrafficMirrorFilterNetworkServicesCommandOutput | ModifyTrafficMirrorFilterRuleCommandOutput | ModifyTrafficMirrorSessionCommandOutput | ModifyTransitGatewayCommandOutput | ModifyTransitGatewayPrefixListReferenceCommandOutput | ModifyTransitGatewayVpcAttachmentCommandOutput | ModifyVolumeAttributeCommandOutput | ModifyVolumeCommandOutput | ModifyVpcAttributeCommandOutput | ModifyVpcEndpointCommandOutput | ModifyVpcEndpointConnectionNotificationCommandOutput | ModifyVpcEndpointServiceConfigurationCommandOutput | ModifyVpcEndpointServicePayerResponsibilityCommandOutput | ModifyVpcEndpointServicePermissionsCommandOutput | ModifyVpcPeeringConnectionOptionsCommandOutput | ModifyVpcTenancyCommandOutput | ModifyVpnConnectionCommandOutput | ModifyVpnConnectionOptionsCommandOutput | ModifyVpnTunnelCertificateCommandOutput | ModifyVpnTunnelOptionsCommandOutput | MonitorInstancesCommandOutput | MoveAddressToVpcCommandOutput | MoveByoipCidrToIpamCommandOutput | ProvisionByoipCidrCommandOutput | ProvisionIpamPoolCidrCommandOutput | ProvisionPublicIpv4PoolCidrCommandOutput | PurchaseHostReservationCommandOutput | PurchaseReservedInstancesOfferingCommandOutput | PurchaseScheduledInstancesCommandOutput | RebootInstancesCommandOutput | RegisterImageCommandOutput | RegisterInstanceEventNotificationAttributesCommandOutput | RegisterTransitGatewayMulticastGroupMembersCommandOutput | RegisterTransitGatewayMulticastGroupSourcesCommandOutput | RejectTransitGatewayMulticastDomainAssociationsCommandOutput | RejectTransitGatewayPeeringAttachmentCommandOutput | RejectTransitGatewayVpcAttachmentCommandOutput | RejectVpcEndpointConnectionsCommandOutput | RejectVpcPeeringConnectionCommandOutput | ReleaseAddressCommandOutput | ReleaseHostsCommandOutput | ReleaseIpamPoolAllocationCommandOutput | ReplaceIamInstanceProfileAssociationCommandOutput | ReplaceNetworkAclAssociationCommandOutput | ReplaceNetworkAclEntryCommandOutput | ReplaceRouteCommandOutput | ReplaceRouteTableAssociationCommandOutput | ReplaceTransitGatewayRouteCommandOutput | ReportInstanceStatusCommandOutput | RequestSpotFleetCommandOutput | RequestSpotInstancesCommandOutput | ResetAddressAttributeCommandOutput | ResetEbsDefaultKmsKeyIdCommandOutput | ResetFpgaImageAttributeCommandOutput | ResetImageAttributeCommandOutput | ResetInstanceAttributeCommandOutput | ResetNetworkInterfaceAttributeCommandOutput | ResetSnapshotAttributeCommandOutput | RestoreAddressToClassicCommandOutput | RestoreImageFromRecycleBinCommandOutput | RestoreManagedPrefixListVersionCommandOutput | RestoreSnapshotFromRecycleBinCommandOutput | RestoreSnapshotTierCommandOutput | RevokeClientVpnIngressCommandOutput | RevokeSecurityGroupEgressCommandOutput | RevokeSecurityGroupIngressCommandOutput | RunInstancesCommandOutput | RunScheduledInstancesCommandOutput | SearchLocalGatewayRoutesCommandOutput | SearchTransitGatewayMulticastGroupsCommandOutput | SearchTransitGatewayRoutesCommandOutput | SendDiagnosticInterruptCommandOutput | StartInstancesCommandOutput | StartNetworkInsightsAccessScopeAnalysisCommandOutput | StartNetworkInsightsAnalysisCommandOutput | StartVpcEndpointServicePrivateDnsVerificationCommandOutput | StopInstancesCommandOutput | TerminateClientVpnConnectionsCommandOutput | TerminateInstancesCommandOutput | UnassignIpv6AddressesCommandOutput | UnassignPrivateIpAddressesCommandOutput | UnmonitorInstancesCommandOutput | UpdateSecurityGroupRuleDescriptionsEgressCommandOutput | UpdateSecurityGroupRuleDescriptionsIngressCommandOutput | WithdrawByoipCidrCommandOutput;
|
|
553
555
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -640,11 +642,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
640
642
|
* @internal
|
|
641
643
|
*/
|
|
642
644
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
643
|
-
/**
|
|
644
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
645
|
-
* @internal
|
|
646
|
-
*/
|
|
647
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
648
645
|
/**
|
|
649
646
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
650
647
|
* @internal
|
|
@@ -655,13 +652,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
655
652
|
*/
|
|
656
653
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
657
654
|
}
|
|
658
|
-
declare type EC2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig &
|
|
655
|
+
declare type EC2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
659
656
|
/**
|
|
660
657
|
* The configuration interface of EC2Client class constructor that set the region, credentials and other options.
|
|
661
658
|
*/
|
|
662
659
|
export interface EC2ClientConfig extends EC2ClientConfigType {
|
|
663
660
|
}
|
|
664
|
-
declare type EC2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig &
|
|
661
|
+
declare type EC2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
665
662
|
/**
|
|
666
663
|
* The resolved configuration interface of EC2Client class. This is resolved and normalized from the {@link EC2ClientConfig | constructor configuration interface}.
|
|
667
664
|
*/
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
@@ -25,6 +26,7 @@ export interface AcceptReservedInstancesExchangeQuoteCommandOutput extends Accep
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class AcceptReservedInstancesExchangeQuoteCommand extends $Command<AcceptReservedInstancesExchangeQuoteCommandInput, AcceptReservedInstancesExchangeQuoteCommandOutput, EC2ClientResolvedConfig> {
|
|
27
28
|
readonly input: AcceptReservedInstancesExchangeQuoteCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AcceptReservedInstancesExchangeQuoteCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
@@ -25,6 +26,7 @@ export interface AcceptTransitGatewayMulticastDomainAssociationsCommandOutput ex
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class AcceptTransitGatewayMulticastDomainAssociationsCommand extends $Command<AcceptTransitGatewayMulticastDomainAssociationsCommandInput, AcceptTransitGatewayMulticastDomainAssociationsCommandOutput, EC2ClientResolvedConfig> {
|
|
27
28
|
readonly input: AcceptTransitGatewayMulticastDomainAssociationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AcceptTransitGatewayMulticastDomainAssociationsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
@@ -26,6 +27,7 @@ export interface AcceptTransitGatewayPeeringAttachmentCommandOutput extends Acce
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class AcceptTransitGatewayPeeringAttachmentCommand extends $Command<AcceptTransitGatewayPeeringAttachmentCommandInput, AcceptTransitGatewayPeeringAttachmentCommandOutput, EC2ClientResolvedConfig> {
|
|
28
29
|
readonly input: AcceptTransitGatewayPeeringAttachmentCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: AcceptTransitGatewayPeeringAttachmentCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
@@ -28,6 +29,7 @@ export interface AcceptTransitGatewayVpcAttachmentCommandOutput extends AcceptTr
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class AcceptTransitGatewayVpcAttachmentCommand extends $Command<AcceptTransitGatewayVpcAttachmentCommandInput, AcceptTransitGatewayVpcAttachmentCommandOutput, EC2ClientResolvedConfig> {
|
|
30
31
|
readonly input: AcceptTransitGatewayVpcAttachmentCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: AcceptTransitGatewayVpcAttachmentCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
@@ -25,6 +26,7 @@ export interface AcceptVpcEndpointConnectionsCommandOutput extends AcceptVpcEndp
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class AcceptVpcEndpointConnectionsCommand extends $Command<AcceptVpcEndpointConnectionsCommandInput, AcceptVpcEndpointConnectionsCommandOutput, EC2ClientResolvedConfig> {
|
|
27
28
|
readonly input: AcceptVpcEndpointConnectionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AcceptVpcEndpointConnectionsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
@@ -30,6 +31,7 @@ export interface AcceptVpcPeeringConnectionCommandOutput extends AcceptVpcPeerin
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class AcceptVpcPeeringConnectionCommand extends $Command<AcceptVpcPeeringConnectionCommandInput, AcceptVpcPeeringConnectionCommandOutput, EC2ClientResolvedConfig> {
|
|
32
33
|
readonly input: AcceptVpcPeeringConnectionCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: AcceptVpcPeeringConnectionCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
@@ -35,6 +36,7 @@ export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrResul
|
|
|
35
36
|
*/
|
|
36
37
|
export declare class AdvertiseByoipCidrCommand extends $Command<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput, EC2ClientResolvedConfig> {
|
|
37
38
|
readonly input: AdvertiseByoipCidrCommandInput;
|
|
39
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
38
40
|
constructor(input: AdvertiseByoipCidrCommandInput);
|
|
39
41
|
/**
|
|
40
42
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
@@ -40,6 +41,7 @@ export interface AllocateAddressCommandOutput extends AllocateAddressResult, __M
|
|
|
40
41
|
*/
|
|
41
42
|
export declare class AllocateAddressCommand extends $Command<AllocateAddressCommandInput, AllocateAddressCommandOutput, EC2ClientResolvedConfig> {
|
|
42
43
|
readonly input: AllocateAddressCommandInput;
|
|
44
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
43
45
|
constructor(input: AllocateAddressCommandInput);
|
|
44
46
|
/**
|
|
45
47
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
@@ -27,6 +28,7 @@ export interface AllocateHostsCommandOutput extends AllocateHostsResult, __Metad
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class AllocateHostsCommand extends $Command<AllocateHostsCommandInput, AllocateHostsCommandOutput, EC2ClientResolvedConfig> {
|
|
29
30
|
readonly input: AllocateHostsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: AllocateHostsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
|
|
@@ -26,6 +27,7 @@ export interface AllocateIpamPoolCidrCommandOutput extends AllocateIpamPoolCidrR
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class AllocateIpamPoolCidrCommand extends $Command<AllocateIpamPoolCidrCommandInput, AllocateIpamPoolCidrCommandOutput, EC2ClientResolvedConfig> {
|
|
28
29
|
readonly input: AllocateIpamPoolCidrCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: AllocateIpamPoolCidrCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|