put_schema_from_json(**kwargs)¶Allows a schema to be updated using JSON upload. Only available for development schemas. See JSON Schema Format for more information.
See also: AWS API Documentation
Request Syntax
response = client.put_schema_from_json(
SchemaArn='string',
Document='string'
)
[REQUIRED]
The ARN of the schema to update.
[REQUIRED]
The replacement JSON schema.
dict
Response Syntax
{
'Arn': 'string'
}
Response Structure
(dict) --
Arn (string) --
The ARN of the schema to update.
Exceptions
CloudDirectory.Client.exceptions.InternalServiceExceptionCloudDirectory.Client.exceptions.InvalidArnExceptionCloudDirectory.Client.exceptions.RetryableConflictExceptionCloudDirectory.Client.exceptions.ValidationExceptionCloudDirectory.Client.exceptions.LimitExceededExceptionCloudDirectory.Client.exceptions.AccessDeniedExceptionCloudDirectory.Client.exceptions.InvalidSchemaDocExceptionCloudDirectory.Client.exceptions.InvalidRuleException