curl --location '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data '{
"UserPoolId": "string",
"ProviderName": "string",
"ProviderType": "SAML",
"ProviderDetails": {
"property1": "string",
"property2": "string"
},
"AttributeMapping": {
"property1": "string",
"property2": "string"
},
"IdpIdentifiers": []
}'{
"IdentityProvider": {
"UserPoolId": "string",
"ProviderName": "string",
"ProviderType": "SAML",
"ProviderDetails": {
"property1": "string",
"property2": "string"
},
"AttributeMapping": {
"property1": "string",
"property2": "string"
},
"IdpIdentifiers": [],
"LastModifiedDate": "string",
"CreationDate": "string"
}
}