forked from brendanhay/amazonka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
amazonka-codestar.cabal
115 lines (107 loc) · 4.27 KB
/
amazonka-codestar.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
cabal-version: 2.2
name: amazonka-codestar
version: 1.6.1
synopsis: Amazon CodeStar SDK.
homepage: https://github.com/brendanhay/amazonka
bug-reports: https://github.com/brendanhay/amazonka/issues
license: MPL-2.0
license-file: LICENSE
author: Brendan Hay
maintainer: Brendan Hay <[email protected]>
copyright: Copyright (c) 2013-2021 Brendan Hay
category: AWS
build-type: Simple
extra-source-files:
fixture/*.proto
fixture/*.yaml
README.md
src/.gitkeep
description:
Derived from API version @2017-04-19@ of the AWS service descriptions, licensed under Apache 2.0.
.
The types from this library are intended to be used with <http://hackage.haskell.org/package/amazonka amazonka>,
which provides mechanisms for specifying AuthN/AuthZ information, sending requests, and receiving responses.
.
It is recommended to use generic lenses or optics from packages such as <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify optional fields and deconstruct responses.
.
Generated lenses for legacy behaviour can be found in "Network.AWS.CodeStar.Lens"
and are suitable for use with a lens package such as <http://hackage.haskell.org/package/lens lens> or <http://hackage.haskell.org/package/lens-family-core lens-family-core>.
.
Additional types and functions from <https://hackage.haskell.org/package/amazonka-core amazonka-core> are re-exported by the "Network.AWS.Prelude" module in this package.
.
See "Network.AWS.CodeStar" and the <https://aws.amazon.com/documentation/ AWS documentation> to get started.
source-repository head
type: git
location: git://github.com/brendanhay/amazonka.git
subdir: amazonka-codestar
library
default-language: Haskell2010
hs-source-dirs: src gen
ghc-options:
-Wall -fwarn-incomplete-uni-patterns
-fwarn-incomplete-record-updates -funbox-strict-fields
exposed-modules:
Network.AWS.CodeStar
Network.AWS.CodeStar.AssociateTeamMember
Network.AWS.CodeStar.CreateProject
Network.AWS.CodeStar.CreateUserProfile
Network.AWS.CodeStar.DeleteProject
Network.AWS.CodeStar.DeleteUserProfile
Network.AWS.CodeStar.DescribeProject
Network.AWS.CodeStar.DescribeUserProfile
Network.AWS.CodeStar.DisassociateTeamMember
Network.AWS.CodeStar.Lens
Network.AWS.CodeStar.ListProjects
Network.AWS.CodeStar.ListResources
Network.AWS.CodeStar.ListTagsForProject
Network.AWS.CodeStar.ListTeamMembers
Network.AWS.CodeStar.ListUserProfiles
Network.AWS.CodeStar.TagProject
Network.AWS.CodeStar.Types
Network.AWS.CodeStar.Types.Code
Network.AWS.CodeStar.Types.CodeCommitCodeDestination
Network.AWS.CodeStar.Types.CodeDestination
Network.AWS.CodeStar.Types.CodeSource
Network.AWS.CodeStar.Types.GitHubCodeDestination
Network.AWS.CodeStar.Types.ProjectStatus
Network.AWS.CodeStar.Types.ProjectSummary
Network.AWS.CodeStar.Types.Resource
Network.AWS.CodeStar.Types.S3Location
Network.AWS.CodeStar.Types.TeamMember
Network.AWS.CodeStar.Types.Toolchain
Network.AWS.CodeStar.Types.ToolchainSource
Network.AWS.CodeStar.Types.UserProfileSummary
Network.AWS.CodeStar.UntagProject
Network.AWS.CodeStar.UpdateProject
Network.AWS.CodeStar.UpdateTeamMember
Network.AWS.CodeStar.UpdateUserProfile
Network.AWS.CodeStar.Waiters
reexported-modules: Network.AWS
build-depends:
, amazonka >=1.6.1 && <1.6.2
, base >=4.12 && <5
test-suite amazonka-codestar-test
type: exitcode-stdio-1.0
default-language: Haskell2010
hs-source-dirs: test
main-is: Main.hs
ghc-options: -Wall -threaded
-- This section is encoded by the template and any modules added by
-- hand outside these namespaces will not correctly be added to the
-- distribution package.
other-modules:
Test.AWS.CodeStar
Test.AWS.CodeStar.Internal
Test.AWS.Gen.CodeStar
build-depends:
, amazonka >=1.6.1 && <1.6.2
, amazonka-codestar
, amazonka-test >=1.6.1 && <1.6.2
, base
, bytestring
, case-insensitive
, tasty
, tasty-hunit
, text
, time
, unordered-containers