Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

The structure representing the postAgentProfileRequest.

Hierarchy

Properties

agentProfile: undefined | Uint8Array

The submitted profiling data.

contentType: undefined | string

The format of the submitted profiling data. The format maps to the Accept and Content-Type headers of the HTTP request. You can specify one of the following: or the default .

     <ul>
<li>
<p>
<code>application/json</code> — standard JSON format
</p>
</li>
<li>
<p>
<code>application/x-amzn-ion</code> — the Amazon Ion data format. For more information,
see <a href="http://amzn.github.io/ion-docs/">Amazon Ion</a>.
</p>
</li>
</ul>
profileToken?: string

Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental submission of duplicate profiling data if there are failures and retries.

profilingGroupName: undefined | string

The name of the profiling group with the aggregated profile that receives the submitted profiling data.