Smaws_Client_IAM.DisableOutboundWebIdentityFederationDisables the outbound identity federation feature for your Amazon Web Services account. When disabled, IAM principals in the account cannot use the GetWebIdentityToken API to obtain JSON Web Tokens (JWTs) for authentication with external services. This operation does not affect tokens that were issued before the feature was disabled.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `FeatureDisabledException of Types.feature_disabled_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Smaws_Lib.Smithy_api.Types.unit_ ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsQuery.error
| `FeatureDisabledException of Types.feature_disabled_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Smaws_Lib.Smithy_api.Types.unit_ ->
(Smaws_Lib.Smithy_api.Types.unit_ Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `FeatureDisabledException of Types.feature_disabled_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result