{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DeleteOpenIDConnectProviderRequest",
"title": "DeleteOpenIDConnectProviderRequest",
"type": "object",
"required": [
"OpenIDConnectProviderArn"
],
"properties": {
"OpenIDConnectProviderArn": {
"allOf": [
{
"$ref": "#/components/schemas/arnType"
},
{
"description": "The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to delete. You can get a list of OpenID Connect provider resource ARNs by using the <a>ListOpenIDConnectProviders</a> operation."
}
]
}
}
}