Contains the response to a successful UpdateSAMLProvider request.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateSAMLProviderResponse", "title": "UpdateSAMLProviderResponse", "type": "object", "properties": { "SAMLProviderArn": { "allOf": [ { "$ref": "#/components/schemas/arnType" }, { "description": "The Amazon Resource Name (ARN) of the SAML provider that was updated." } ] } }, "description": "Contains the response to a successful <a>UpdateSAMLProvider</a> request. " }