aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/aws/aws-sdk-go-v2/service/ssooidc/ya.make
blob: 257842e52c66dffdef55a505d5f89a758d2a9e65 (plain) (blame)
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
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    api_client.go
    api_op_CreateToken.go
    api_op_RegisterClient.go
    api_op_StartDeviceAuthorization.go
    deserializers.go
    doc.go
    endpoints.go
    go_module_metadata.go
    serializers.go
    validators.go
)

GO_TEST_SRCS(
    api_client_test.go
    endpoints_test.go
    protocol_test.go
)

END()

RECURSE(
    gotest
    internal
    types
)