blob: 8717b1864c62ed678c583ffd16f6fcda0c74c58e (
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
31
32
33
34
35
|
GO_LIBRARY()
LICENSE(Apache-2.0)
SRCS(
api_client.go
api_op_AssumeRole.go
api_op_AssumeRoleWithSAML.go
api_op_AssumeRoleWithWebIdentity.go
api_op_DecodeAuthorizationMessage.go
api_op_GetAccessKeyInfo.go
api_op_GetCallerIdentity.go
api_op_GetFederationToken.go
api_op_GetSessionToken.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
)
|