The Help response group returns information about operations and response groups. Information returned about operations includes:
Operation name
Operation description
Required parameters for the operation
AvailableParameters
Default response group
Available response groups for the operation specified in the About parameter of the Help operation
Information returned about response groups includes:
Response group name
Creation date
Names of operations that can use the response group
Available versions
List of the child elements composing the response group
This information is useful when creating a developer tool that helps create ECS applications.
The following table describes the elements returned by Help. In the Ancestry column, the elements on the left side of a slash mark are the parents of the elements on the right side of the slash mark.
Help also returns the elements that all response groups return, which is described in Elements Common to All Response Groups.
All locales.
http://ecs.amazonaws.com/onca/xml?
Service=AWSECommerceService&
AWSAccessKeyId=[AWS Access Key ID]&
Operation=Help&
HelpType=Operation&
About=CustomerContentLookup&
Version=2007-07-16The following response snippet shows the elements returned by Help.
<OperationInformation>
<Name>CustomerContentLookup</Name>
<RequiredParameters>
<Parameter>CustomerId</Parameter>
</RequiredParameters>
<AvailableParameters>
<Parameter>AssociateTag</Parameter>
<Parameter>ContentType</Parameter>
<Parameter>Marketplace</Parameter>
<Parameter>MarketplaceDomain</Parameter>
<Parameter>ReviewPage</Parameter>
<Parameter>Style</Parameter>
<Parameter>Validate</Parameter>
<Parameter>Version</Parameter>
<Parameter>XMLEscaping</Parameter>
</AvailableParameters>
<DefaultResponseGroups>
<ResponseGroup>Request</ResponseGroup>
<ResponseGroup>CustomerInfo</ResponseGroup>
</DefaultResponseGroups>
<AvailableResponseGroups>
<ResponseGroup>Request</ResponseGroup>
<ResponseGroup>CustomerInfo</ResponseGroup>
<ResponseGroup>CustomerReviews</ResponseGroup>
<ResponseGroup>CustomerLists</ResponseGroup>
<ResponseGroup>CustomerFull</ResponseGroup>
</AvailableResponseGroups>
</OperationInformation>