Smaws_Client_IAM.EnableOutboundWebIdentityFederationEnables the outbound identity federation feature for your Amazon Web Services account. When enabled, IAM principals in your account can use the GetWebIdentityToken API to obtain JSON Web Tokens (JWTs) for secure authentication with external services. This operation also generates a unique issuer URL for your Amazon Web Services account.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `FeatureEnabledException of Types.feature_enabled_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Smaws_Lib.Smithy_api.Types.unit_ ->
(Types.enable_outbound_web_identity_federation_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `FeatureEnabledException of Types.feature_enabled_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Smaws_Lib.Smithy_api.Types.unit_ ->
(Types.enable_outbound_web_identity_federation_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `FeatureEnabledException of Types.feature_enabled_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result