Smaws_Client_IAM.GetOutboundWebIdentityFederationInfoRetrieves the configuration information for the outbound identity federation feature in your Amazon Web Services account. The response includes the unique issuer URL for your Amazon Web Services account and the current enabled/disabled status of the feature. Use this operation to obtain the issuer URL that you need to configure trust relationships with external services.
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_ ->
(Types.get_outbound_web_identity_federation_info_response,
[> 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_ ->
(Types.get_outbound_web_identity_federation_info_response
Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `FeatureDisabledException of Types.feature_disabled_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result