{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.ResourceExplorer2.Lens
  ( 
    
    associateDefaultView_viewArn,
    associateDefaultViewResponse_viewArn,
    associateDefaultViewResponse_httpStatus,
    
    batchGetView_viewArns,
    batchGetViewResponse_errors,
    batchGetViewResponse_views,
    batchGetViewResponse_httpStatus,
    
    createIndex_clientToken,
    createIndex_tags,
    createIndexResponse_arn,
    createIndexResponse_createdAt,
    createIndexResponse_state,
    createIndexResponse_httpStatus,
    
    createView_clientToken,
    createView_filters,
    createView_includedProperties,
    createView_tags,
    createView_viewName,
    createViewResponse_view,
    createViewResponse_httpStatus,
    
    deleteIndex_arn,
    deleteIndexResponse_arn,
    deleteIndexResponse_lastUpdatedAt,
    deleteIndexResponse_state,
    deleteIndexResponse_httpStatus,
    
    deleteView_viewArn,
    deleteViewResponse_viewArn,
    deleteViewResponse_httpStatus,
    
    
    getDefaultViewResponse_viewArn,
    getDefaultViewResponse_httpStatus,
    
    getIndexResponse_arn,
    getIndexResponse_createdAt,
    getIndexResponse_lastUpdatedAt,
    getIndexResponse_replicatingFrom,
    getIndexResponse_replicatingTo,
    getIndexResponse_state,
    getIndexResponse_tags,
    getIndexResponse_type,
    getIndexResponse_httpStatus,
    
    getView_viewArn,
    getViewResponse_tags,
    getViewResponse_view,
    getViewResponse_httpStatus,
    
    listIndexes_maxResults,
    listIndexes_nextToken,
    listIndexes_regions,
    listIndexes_type,
    listIndexesResponse_indexes,
    listIndexesResponse_nextToken,
    listIndexesResponse_httpStatus,
    
    listSupportedResourceTypes_maxResults,
    listSupportedResourceTypes_nextToken,
    listSupportedResourceTypesResponse_nextToken,
    listSupportedResourceTypesResponse_resourceTypes,
    listSupportedResourceTypesResponse_httpStatus,
    
    listTagsForResource_resourceArn,
    listTagsForResourceResponse_tags,
    listTagsForResourceResponse_httpStatus,
    
    listViews_maxResults,
    listViews_nextToken,
    listViewsResponse_nextToken,
    listViewsResponse_views,
    listViewsResponse_httpStatus,
    
    search_maxResults,
    search_nextToken,
    search_viewArn,
    search_queryString,
    searchResponse_count,
    searchResponse_nextToken,
    searchResponse_resources,
    searchResponse_viewArn,
    searchResponse_httpStatus,
    
    tagResource_tags,
    tagResource_resourceArn,
    tagResourceResponse_httpStatus,
    
    untagResource_resourceArn,
    untagResource_tagKeys,
    untagResourceResponse_httpStatus,
    
    updateIndexType_arn,
    updateIndexType_type,
    updateIndexTypeResponse_arn,
    updateIndexTypeResponse_lastUpdatedAt,
    updateIndexTypeResponse_state,
    updateIndexTypeResponse_type,
    updateIndexTypeResponse_httpStatus,
    
    updateView_filters,
    updateView_includedProperties,
    updateView_viewArn,
    updateViewResponse_view,
    updateViewResponse_httpStatus,
    
    
    batchGetViewError_errorMessage,
    batchGetViewError_viewArn,
    
    
    includedProperty_name,
    
    index_arn,
    index_region,
    index_type,
    
    resource_arn,
    resource_lastReportedAt,
    resource_owningAccountId,
    resource_properties,
    resource_region,
    resource_resourceType,
    resource_service,
    
    resourceCount_complete,
    resourceCount_totalResources,
    
    resourceProperty_data,
    resourceProperty_lastReportedAt,
    resourceProperty_name,
    
    searchFilter_filterString,
    
    supportedResourceType_resourceType,
    supportedResourceType_service,
    
    view_filters,
    view_includedProperties,
    view_lastUpdatedAt,
    view_owner,
    view_scope,
    view_viewArn,
  )
where
import Amazonka.ResourceExplorer2.AssociateDefaultView
import Amazonka.ResourceExplorer2.BatchGetView
import Amazonka.ResourceExplorer2.CreateIndex
import Amazonka.ResourceExplorer2.CreateView
import Amazonka.ResourceExplorer2.DeleteIndex
import Amazonka.ResourceExplorer2.DeleteView
import Amazonka.ResourceExplorer2.DisassociateDefaultView
import Amazonka.ResourceExplorer2.GetDefaultView
import Amazonka.ResourceExplorer2.GetIndex
import Amazonka.ResourceExplorer2.GetView
import Amazonka.ResourceExplorer2.ListIndexes
import Amazonka.ResourceExplorer2.ListSupportedResourceTypes
import Amazonka.ResourceExplorer2.ListTagsForResource
import Amazonka.ResourceExplorer2.ListViews
import Amazonka.ResourceExplorer2.Search
import Amazonka.ResourceExplorer2.TagResource
import Amazonka.ResourceExplorer2.Types.BatchGetViewError
import Amazonka.ResourceExplorer2.Types.Document
import Amazonka.ResourceExplorer2.Types.IncludedProperty
import Amazonka.ResourceExplorer2.Types.Index
import Amazonka.ResourceExplorer2.Types.Resource
import Amazonka.ResourceExplorer2.Types.ResourceCount
import Amazonka.ResourceExplorer2.Types.ResourceProperty
import Amazonka.ResourceExplorer2.Types.SearchFilter
import Amazonka.ResourceExplorer2.Types.SupportedResourceType
import Amazonka.ResourceExplorer2.Types.View
import Amazonka.ResourceExplorer2.UntagResource
import Amazonka.ResourceExplorer2.UpdateIndexType
import Amazonka.ResourceExplorer2.UpdateView