2023/01/05 - AmplifyBackend - 1 updated api methods
Changes Updated GetBackendAPIModels response to include ModelIntrospectionSchema json string
{'ModelIntrospectionSchema': 'string'}
Gets a model introspection schema for an existing backend API resource.
See also: AWS API Documentation
Request Syntax
client.get_backend_api_models( AppId='string', BackendEnvironmentName='string', ResourceName='string' )
string
[REQUIRED]
The app ID.
string
[REQUIRED]
The name of the backend environment.
string
[REQUIRED]
The name of this resource.
dict
Response Syntax
{ 'Models': 'string', 'Status': 'LATEST'|'STALE', 'ModelIntrospectionSchema': 'string' }
Response Structure
(dict) --
200 response
Models (string) --
Stringified JSON of the datastore model.
Status (string) --
The current status of the request.
ModelIntrospectionSchema (string) --
Stringified JSON of the model introspection schema for an existing backend API resource.