{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.CodeStar.Lens
(
listProjects_nextToken,
listProjects_maxResults,
listProjectsResponse_nextToken,
listProjectsResponse_httpStatus,
listProjectsResponse_projects,
listTeamMembers_nextToken,
listTeamMembers_maxResults,
listTeamMembers_projectId,
listTeamMembersResponse_nextToken,
listTeamMembersResponse_httpStatus,
listTeamMembersResponse_teamMembers,
deleteProject_deleteStack,
deleteProject_clientRequestToken,
deleteProject_id,
deleteProjectResponse_projectArn,
deleteProjectResponse_stackId,
deleteProjectResponse_httpStatus,
updateProject_name,
updateProject_description,
updateProject_id,
updateProjectResponse_httpStatus,
disassociateTeamMember_projectId,
disassociateTeamMember_userArn,
disassociateTeamMemberResponse_httpStatus,
tagProject_id,
tagProject_tags,
tagProjectResponse_tags,
tagProjectResponse_httpStatus,
describeProject_id,
describeProjectResponse_status,
describeProjectResponse_arn,
describeProjectResponse_projectTemplateId,
describeProjectResponse_name,
describeProjectResponse_id,
describeProjectResponse_stackId,
describeProjectResponse_clientRequestToken,
describeProjectResponse_createdTimeStamp,
describeProjectResponse_description,
describeProjectResponse_httpStatus,
listUserProfiles_nextToken,
listUserProfiles_maxResults,
listUserProfilesResponse_nextToken,
listUserProfilesResponse_httpStatus,
listUserProfilesResponse_userProfiles,
listResources_nextToken,
listResources_maxResults,
listResources_projectId,
listResourcesResponse_resources,
listResourcesResponse_nextToken,
listResourcesResponse_httpStatus,
associateTeamMember_remoteAccessAllowed,
associateTeamMember_clientRequestToken,
associateTeamMember_projectId,
associateTeamMember_userArn,
associateTeamMember_projectRole,
associateTeamMemberResponse_clientRequestToken,
associateTeamMemberResponse_httpStatus,
untagProject_id,
untagProject_tags,
untagProjectResponse_httpStatus,
updateTeamMember_remoteAccessAllowed,
updateTeamMember_projectRole,
updateTeamMember_projectId,
updateTeamMember_userArn,
updateTeamMemberResponse_userArn,
updateTeamMemberResponse_remoteAccessAllowed,
updateTeamMemberResponse_projectRole,
updateTeamMemberResponse_httpStatus,
describeUserProfile_userArn,
describeUserProfileResponse_sshPublicKey,
describeUserProfileResponse_emailAddress,
describeUserProfileResponse_displayName,
describeUserProfileResponse_httpStatus,
describeUserProfileResponse_userArn,
describeUserProfileResponse_createdTimestamp,
describeUserProfileResponse_lastModifiedTimestamp,
listTagsForProject_nextToken,
listTagsForProject_maxResults,
listTagsForProject_id,
listTagsForProjectResponse_nextToken,
listTagsForProjectResponse_tags,
listTagsForProjectResponse_httpStatus,
deleteUserProfile_userArn,
deleteUserProfileResponse_httpStatus,
deleteUserProfileResponse_userArn,
updateUserProfile_sshPublicKey,
updateUserProfile_emailAddress,
updateUserProfile_displayName,
updateUserProfile_userArn,
updateUserProfileResponse_lastModifiedTimestamp,
updateUserProfileResponse_sshPublicKey,
updateUserProfileResponse_emailAddress,
updateUserProfileResponse_displayName,
updateUserProfileResponse_createdTimestamp,
updateUserProfileResponse_httpStatus,
updateUserProfileResponse_userArn,
createUserProfile_sshPublicKey,
createUserProfile_userArn,
createUserProfile_displayName,
createUserProfile_emailAddress,
createUserProfileResponse_lastModifiedTimestamp,
createUserProfileResponse_sshPublicKey,
createUserProfileResponse_emailAddress,
createUserProfileResponse_displayName,
createUserProfileResponse_createdTimestamp,
createUserProfileResponse_httpStatus,
createUserProfileResponse_userArn,
createProject_sourceCode,
createProject_toolchain,
createProject_clientRequestToken,
createProject_description,
createProject_tags,
createProject_name,
createProject_id,
createProjectResponse_projectTemplateId,
createProjectResponse_clientRequestToken,
createProjectResponse_httpStatus,
createProjectResponse_id,
createProjectResponse_arn,
code_source,
code_destination,
codeCommitCodeDestination_name,
codeDestination_codeCommit,
codeDestination_gitHub,
codeSource_s3,
gitHubCodeDestination_description,
gitHubCodeDestination_name,
gitHubCodeDestination_type,
gitHubCodeDestination_owner,
gitHubCodeDestination_privateRepository,
gitHubCodeDestination_issuesEnabled,
gitHubCodeDestination_token,
projectStatus_reason,
projectStatus_state,
projectSummary_projectArn,
projectSummary_projectId,
resource_id,
s3Location_bucketKey,
s3Location_bucketName,
teamMember_remoteAccessAllowed,
teamMember_userArn,
teamMember_projectRole,
toolchain_stackParameters,
toolchain_roleArn,
toolchain_source,
toolchainSource_s3,
userProfileSummary_sshPublicKey,
userProfileSummary_userArn,
userProfileSummary_emailAddress,
userProfileSummary_displayName,
)
where
import Amazonka.CodeStar.AssociateTeamMember
import Amazonka.CodeStar.CreateProject
import Amazonka.CodeStar.CreateUserProfile
import Amazonka.CodeStar.DeleteProject
import Amazonka.CodeStar.DeleteUserProfile
import Amazonka.CodeStar.DescribeProject
import Amazonka.CodeStar.DescribeUserProfile
import Amazonka.CodeStar.DisassociateTeamMember
import Amazonka.CodeStar.ListProjects
import Amazonka.CodeStar.ListResources
import Amazonka.CodeStar.ListTagsForProject
import Amazonka.CodeStar.ListTeamMembers
import Amazonka.CodeStar.ListUserProfiles
import Amazonka.CodeStar.TagProject
import Amazonka.CodeStar.Types.Code
import Amazonka.CodeStar.Types.CodeCommitCodeDestination
import Amazonka.CodeStar.Types.CodeDestination
import Amazonka.CodeStar.Types.CodeSource
import Amazonka.CodeStar.Types.GitHubCodeDestination
import Amazonka.CodeStar.Types.ProjectStatus
import Amazonka.CodeStar.Types.ProjectSummary
import Amazonka.CodeStar.Types.Resource
import Amazonka.CodeStar.Types.S3Location
import Amazonka.CodeStar.Types.TeamMember
import Amazonka.CodeStar.Types.Toolchain
import Amazonka.CodeStar.Types.ToolchainSource
import Amazonka.CodeStar.Types.UserProfileSummary
import Amazonka.CodeStar.UntagProject
import Amazonka.CodeStar.UpdateProject
import Amazonka.CodeStar.UpdateTeamMember
import Amazonka.CodeStar.UpdateUserProfile