PartnerCentralSellingAPI / Client / start_resource_snapshot_job

start_resource_snapshot_job#

PartnerCentralSellingAPI.Client.start_resource_snapshot_job(**kwargs)#

Starts a resource snapshot job that has been previously created.

See also: AWS API Documentation

Request Syntax

response = client.start_resource_snapshot_job(
    Catalog='string',
    ResourceSnapshotJobIdentifier='string'
)
Parameters:
  • Catalog (string) –

    [REQUIRED]

    Specifies the catalog related to the request.

  • ResourceSnapshotJobIdentifier (string) –

    [REQUIRED]

    The identifier of the resource snapshot job to start.

Returns:

None

Exceptions