brendanhay / amazonka

A comprehensive Amazon Web Services SDK for Haskell.
https://amazonka.brendanhay.nz
Other
599 stars 227 forks source link

sso: GetRoleCredentialsResponse_roleCredentials is required #759

Closed endgame closed 2 years ago

endgame commented 2 years ago

It's the only field in the response, and @pbrisbin 's work makes me think this is always present in a successful response.

See also: botocore:

https://github.com/boto/botocore/blob/cecca8c0e916297baeb06d236b2b23060170d8bb/botocore/data/sso/2019-06-10/service-2.json#L151-L154

739