Amazon SimpleDB - End session

Declaration

<AMAWSSIMPLEDB ACTIVITY="end_session" SESSION="text" />

Related Topics   

Description

Ends an Amazon SimpleDB session created by a previous step with the use of the Amazon SimpleDB - Create session activity.

IMPORTANT: Automate Desktop's SimpleDB activities use Amazon's SimpleDB engine to perform their work, therefore, launching and operating Amazon SimplDB through Automate Desktop requires a valid Access Key ID and Secret Access Key.

Practical usage

Used to mark the end of a Amazon SimpleDB session.

Parameters

Credentials

Property Type Required Default Markup Description
Session Name Text Yes (Empty) SESSION="SimpleDBSession2" Specifies the session name to end.

Description

Error Causes

On Error

Example

NOTE:
  • Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
  • To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.

Description

This sample task ends an Amazon SimpleDB session.

Copy
<AMAWSSIMPLEDB ACTIVITY="end_session" SESSION="SimpleDBSession2" />