{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.ServiceCatalogAppRegistry.Lens
(
associateAttributeGroup_application,
associateAttributeGroup_attributeGroup,
associateAttributeGroupResponse_applicationArn,
associateAttributeGroupResponse_attributeGroupArn,
associateAttributeGroupResponse_httpStatus,
listAttributeGroups_nextToken,
listAttributeGroups_maxResults,
listAttributeGroupsResponse_attributeGroups,
listAttributeGroupsResponse_nextToken,
listAttributeGroupsResponse_httpStatus,
listTagsForResource_resourceArn,
listTagsForResourceResponse_tags,
listTagsForResourceResponse_httpStatus,
syncResource_resourceType,
syncResource_resource,
syncResourceResponse_applicationArn,
syncResourceResponse_actionTaken,
syncResourceResponse_resourceArn,
syncResourceResponse_httpStatus,
deleteApplication_application,
deleteApplicationResponse_application,
deleteApplicationResponse_httpStatus,
updateApplication_name,
updateApplication_description,
updateApplication_application,
updateApplicationResponse_application,
updateApplicationResponse_httpStatus,
associateResource_application,
associateResource_resourceType,
associateResource_resource,
associateResourceResponse_applicationArn,
associateResourceResponse_resourceArn,
associateResourceResponse_httpStatus,
createApplication_description,
createApplication_tags,
createApplication_name,
createApplication_clientToken,
createApplicationResponse_application,
createApplicationResponse_httpStatus,
disassociateAttributeGroup_application,
disassociateAttributeGroup_attributeGroup,
disassociateAttributeGroupResponse_applicationArn,
disassociateAttributeGroupResponse_attributeGroupArn,
disassociateAttributeGroupResponse_httpStatus,
getApplication_application,
getApplicationResponse_creationTime,
getApplicationResponse_arn,
getApplicationResponse_integrations,
getApplicationResponse_associatedResourceCount,
getApplicationResponse_name,
getApplicationResponse_id,
getApplicationResponse_lastUpdateTime,
getApplicationResponse_description,
getApplicationResponse_tags,
getApplicationResponse_httpStatus,
getAssociatedResource_application,
getAssociatedResource_resourceType,
getAssociatedResource_resource,
getAssociatedResourceResponse_resource,
getAssociatedResourceResponse_httpStatus,
createAttributeGroup_description,
createAttributeGroup_tags,
createAttributeGroup_name,
createAttributeGroup_attributes,
createAttributeGroup_clientToken,
createAttributeGroupResponse_attributeGroup,
createAttributeGroupResponse_httpStatus,
deleteAttributeGroup_attributeGroup,
deleteAttributeGroupResponse_attributeGroup,
deleteAttributeGroupResponse_httpStatus,
updateAttributeGroup_name,
updateAttributeGroup_attributes,
updateAttributeGroup_description,
updateAttributeGroup_attributeGroup,
updateAttributeGroupResponse_attributeGroup,
updateAttributeGroupResponse_httpStatus,
listAssociatedAttributeGroups_nextToken,
listAssociatedAttributeGroups_maxResults,
listAssociatedAttributeGroups_application,
listAssociatedAttributeGroupsResponse_attributeGroups,
listAssociatedAttributeGroupsResponse_nextToken,
listAssociatedAttributeGroupsResponse_httpStatus,
getAttributeGroup_attributeGroup,
getAttributeGroupResponse_creationTime,
getAttributeGroupResponse_arn,
getAttributeGroupResponse_name,
getAttributeGroupResponse_attributes,
getAttributeGroupResponse_id,
getAttributeGroupResponse_lastUpdateTime,
getAttributeGroupResponse_description,
getAttributeGroupResponse_tags,
getAttributeGroupResponse_httpStatus,
disassociateResource_application,
disassociateResource_resourceType,
disassociateResource_resource,
disassociateResourceResponse_applicationArn,
disassociateResourceResponse_resourceArn,
disassociateResourceResponse_httpStatus,
tagResource_resourceArn,
tagResource_tags,
tagResourceResponse_httpStatus,
listAssociatedResources_nextToken,
listAssociatedResources_maxResults,
listAssociatedResources_application,
listAssociatedResourcesResponse_resources,
listAssociatedResourcesResponse_nextToken,
listAssociatedResourcesResponse_httpStatus,
listApplications_nextToken,
listApplications_maxResults,
listApplicationsResponse_nextToken,
listApplicationsResponse_applications,
listApplicationsResponse_httpStatus,
untagResource_resourceArn,
untagResource_tagKeys,
untagResourceResponse_httpStatus,
application_creationTime,
application_arn,
application_name,
application_id,
application_lastUpdateTime,
application_description,
application_tags,
applicationSummary_creationTime,
applicationSummary_arn,
applicationSummary_name,
applicationSummary_id,
applicationSummary_lastUpdateTime,
applicationSummary_description,
attributeGroup_creationTime,
attributeGroup_arn,
attributeGroup_name,
attributeGroup_id,
attributeGroup_lastUpdateTime,
attributeGroup_description,
attributeGroup_tags,
attributeGroupSummary_creationTime,
attributeGroupSummary_arn,
attributeGroupSummary_name,
attributeGroupSummary_id,
attributeGroupSummary_lastUpdateTime,
attributeGroupSummary_description,
integrations_resourceGroup,
resource_arn,
resource_integrations,
resource_associationTime,
resource_name,
resourceGroup_state,
resourceGroup_arn,
resourceGroup_errorMessage,
resourceInfo_arn,
resourceInfo_name,
resourceIntegrations_resourceGroup,
)
where
import Amazonka.ServiceCatalogAppRegistry.AssociateAttributeGroup
import Amazonka.ServiceCatalogAppRegistry.AssociateResource
import Amazonka.ServiceCatalogAppRegistry.CreateApplication
import Amazonka.ServiceCatalogAppRegistry.CreateAttributeGroup
import Amazonka.ServiceCatalogAppRegistry.DeleteApplication
import Amazonka.ServiceCatalogAppRegistry.DeleteAttributeGroup
import Amazonka.ServiceCatalogAppRegistry.DisassociateAttributeGroup
import Amazonka.ServiceCatalogAppRegistry.DisassociateResource
import Amazonka.ServiceCatalogAppRegistry.GetApplication
import Amazonka.ServiceCatalogAppRegistry.GetAssociatedResource
import Amazonka.ServiceCatalogAppRegistry.GetAttributeGroup
import Amazonka.ServiceCatalogAppRegistry.ListApplications
import Amazonka.ServiceCatalogAppRegistry.ListAssociatedAttributeGroups
import Amazonka.ServiceCatalogAppRegistry.ListAssociatedResources
import Amazonka.ServiceCatalogAppRegistry.ListAttributeGroups
import Amazonka.ServiceCatalogAppRegistry.ListTagsForResource
import Amazonka.ServiceCatalogAppRegistry.SyncResource
import Amazonka.ServiceCatalogAppRegistry.TagResource
import Amazonka.ServiceCatalogAppRegistry.Types.Application
import Amazonka.ServiceCatalogAppRegistry.Types.ApplicationSummary
import Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroup
import Amazonka.ServiceCatalogAppRegistry.Types.AttributeGroupSummary
import Amazonka.ServiceCatalogAppRegistry.Types.Integrations
import Amazonka.ServiceCatalogAppRegistry.Types.Resource
import Amazonka.ServiceCatalogAppRegistry.Types.ResourceGroup
import Amazonka.ServiceCatalogAppRegistry.Types.ResourceInfo
import Amazonka.ServiceCatalogAppRegistry.Types.ResourceIntegrations
import Amazonka.ServiceCatalogAppRegistry.UntagResource
import Amazonka.ServiceCatalogAppRegistry.UpdateApplication
import Amazonka.ServiceCatalogAppRegistry.UpdateAttributeGroup