v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1422142107.7 KB

Creates a new approval team. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html">Approval team</a> in the <i>Multi-party approval User Guide</i>.

post/approval-teams

Request body

ClientTokenstring
<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services populates this field.</p> <note> <p> <b>What is idempotency?</b> </p> <p>When you make a mutating API request, the request typically returns a result before the operation's asynchronous workflows have completed. Operations might also time out or encounter other server issues before they complete, even though the request has already returned a result. This could make it difficult to determine whether the request succeeded or not, and could lead to multiple retries to ensure that the operation completes successfully. However, if the original request and the subsequent retries are successful, the operation is completed multiple times. This means that you might create more resources than you intended.</p> <p> <i>Idempotency</i> ensures that an API request completes no more than one time. With an idempotent request, if the original request completes successfully, any subsequent retries complete successfully without performing any further actions.</p> </note>
Descriptionstring password required

Description for the team.

Namestring required

Name of the team.

Tagsobject

Tags you want to attach to the team.

Response

Success

CreationTimestring date-time

Timestamp when the team was created.

Arnstring

Amazon Resource Name (ARN) for the team that was created.

Namestring

Name of the team that was created.

VersionIdstring

Version ID for the team that was created. When a team is updated, the version ID changes.