AmplifyBackend / Client / delete_backend_storage

delete_backend_storage#

AmplifyBackend.Client.delete_backend_storage(**kwargs)#

Removes the specified backend storage resource.

See also: AWS API Documentation

Request Syntax

response = client.delete_backend_storage(
    AppId='string',
    BackendEnvironmentName='string',
    ResourceName='string',
    ServiceName='S3'
)
Parameters:
  • AppId (string) –

    [REQUIRED]

    The app ID.

  • BackendEnvironmentName (string) –

    [REQUIRED]

    The name of the backend environment.

  • ResourceName (string) –

    [REQUIRED]

    The name of the storage resource.

  • ServiceName (string) –

    [REQUIRED]

    The name of the storage service.

Return type:

dict

Returns:

Response Syntax

{
    'AppId': 'string',
    'BackendEnvironmentName': 'string',
    'JobId': 'string',
    'Status': 'string'
}

Response Structure

  • (dict) –

    200 response

    • AppId (string) –

      The app ID.

    • BackendEnvironmentName (string) –

      The name of the backend environment.

    • JobId (string) –

      The ID for the job.

    • Status (string) –

      The current status of the request.

Exceptions