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's SimpleDB activities use Amazon's SimpleDB engine to perform their work, therefore, launching and operating Amazon SimplDB through Automate 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:
  • The sample AML code below can be copied and pasted directly into the Steps Panel of the Task Builder.
  • Parameters containing user credentials, files, file paths, and/or other information specific to the task must be customized before the sample code can run successfully.

Description

This sample task ends an Amazon SimpleDB session.

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