update_backend_api
(**kwargs)¶Updates an existing backend API resource.
See also: AWS API Documentation
Request Syntax
response = client.update_backend_api(
AppId='string',
BackendEnvironmentName='string',
ResourceConfig={
'AdditionalAuthTypes': [
{
'Mode': 'API_KEY'|'AWS_IAM'|'AMAZON_COGNITO_USER_POOLS'|'OPENID_CONNECT',
'Settings': {
'CognitoUserPoolId': 'string',
'Description': 'string',
'ExpirationTime': 123.0,
'OpenIDAuthTTL': 'string',
'OpenIDClientId': 'string',
'OpenIDIatTTL': 'string',
'OpenIDIssueURL': 'string',
'OpenIDProviderName': 'string'
}
},
],
'ApiName': 'string',
'ConflictResolution': {
'ResolutionStrategy': 'OPTIMISTIC_CONCURRENCY'|'LAMBDA'|'AUTOMERGE'|'NONE'
},
'DefaultAuthType': {
'Mode': 'API_KEY'|'AWS_IAM'|'AMAZON_COGNITO_USER_POOLS'|'OPENID_CONNECT',
'Settings': {
'CognitoUserPoolId': 'string',
'Description': 'string',
'ExpirationTime': 123.0,
'OpenIDAuthTTL': 'string',
'OpenIDClientId': 'string',
'OpenIDIatTTL': 'string',
'OpenIDIssueURL': 'string',
'OpenIDProviderName': 'string'
}
},
'Service': 'string',
'TransformSchema': 'string'
},
ResourceName='string'
)
[REQUIRED]
The app ID.
[REQUIRED]
The name of the backend environment.
Defines the resource configuration for the data model in your Amplify project.
Additional authentication methods used to interact with your data models.
Describes the auth types for your configured data models.
Describes the authentication mode.
Describes settings for the authentication mode.
The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.
The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.
The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.
The expiry time for the OpenID authentication mechanism.
The clientID for openID, if openID was used as an authentication setting to access your data models.
The expiry time for the OpenID authentication mechanism.
The openID issuer URL, if openID was used as an authentication setting to access your data models.
The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.
The API name used to interact with the data model, configured as a part of your Amplify project.
The conflict resolution strategy for your data stored in the data models.
The strategy for conflict resolution.
The default authentication type for interacting with the configured data models in your Amplify project.
Describes the authentication mode.
Describes settings for the authentication mode.
The Amazon Cognito user pool ID, if Amazon Cognito was used as an authentication setting to access your data models.
The API key description for API_KEY, if it was used as an authentication mechanism to access your data models.
The API key expiration time for API_KEY, if it was used as an authentication mechanism to access your data models.
The expiry time for the OpenID authentication mechanism.
The clientID for openID, if openID was used as an authentication setting to access your data models.
The expiry time for the OpenID authentication mechanism.
The openID issuer URL, if openID was used as an authentication setting to access your data models.
The OpenID provider name, if OpenID was used as an authentication mechanism to access your data models.
The service used to provision and interact with the data model.
The definition of the data model in the annotated transform of the GraphQL schema.
[REQUIRED]
The name of this resource.
dict
Response Syntax
{
'AppId': 'string',
'BackendEnvironmentName': 'string',
'Error': 'string',
'JobId': 'string',
'Operation': 'string',
'Status': 'string'
}
Response Structure
(dict) --
200 response
AppId (string) --
The app ID.
BackendEnvironmentName (string) --
The name of the backend environment.
Error (string) --
If the request fails, this error is returned.
JobId (string) --
The ID for the job.
Operation (string) --
The name of the operation.
Status (string) --
The current status of the request.
Exceptions
AmplifyBackend.Client.exceptions.NotFoundException
AmplifyBackend.Client.exceptions.GatewayTimeoutException
AmplifyBackend.Client.exceptions.TooManyRequestsException
AmplifyBackend.Client.exceptions.BadRequestException