SubmitOpportunity - AWS Partner Central

SubmitOpportunity

Use this action to submit an Opportunity that was previously created by partner for AWS review. After you perform this action, the Opportunity becomes non-editable until it is reviewed by AWS and has LifeCycle.ReviewStatus as either Approved or Action Required.

Request Syntax

{ "Catalog": "string", "Identifier": "string", "InvolvementType": "string", "Visibility": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

Note

In the following list, the required parameters are described first.

Catalog

Specifies the catalog related to the request. Valid values are:

  • AWS: Submits the opportunity request from the production AWS environment.

  • Sandbox: Submits the opportunity request from a sandbox environment used for testing or development purposes.

Type: String

Pattern: ^[a-zA-Z]+$

Required: Yes

Identifier

The identifier of the Opportunity previously created by partner and needs to be submitted.

Type: String

Pattern: ^O[0-9]{1,19}$

Required: Yes

InvolvementType

Specifies the level of AWS sellers' involvement on the opportunity. Valid values:

  • Co-sell: Indicates the user wants to co-sell with AWS. Share the opportunity with AWS to receive deal assistance and support.

  • For Visibility Only: Indicates that the user does not need support from AWS Sales Rep. Share this opportunity with AWS for visibility only, you will not receive deal assistance and support.

Type: String

Valid Values: For Visibility Only | Co-Sell

Required: Yes

Visibility

Determines whether to restrict visibility of the opportunity from AWS sales. Default value is Full. Valid values:

  • Full: The opportunity is fully visible to AWS sales.

  • Limited: The opportunity has restricted visibility to AWS sales.

Type: String

Valid Values: Full | Limited

Required: No

Response Elements

If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.

Errors

For information about the errors that are common to all actions, see Common Errors.

AccessDeniedException

This error occurs when you don't have permission to perform the requested action.

You don’t have access to this action or resource. Review IAM policies or contact your AWS administrator for assistance.

HTTP Status Code: 400

InternalServerException

This error occurs when the specified resource can’t be found or doesn't exist. Resource ID and type might be incorrect.

Suggested action: This is usually a transient error. Retry after the provided retry delay or a short interval. If the problem persists, contact AWS support.

HTTP Status Code: 500

ResourceNotFoundException

This error occurs when the specified resource can't be found. The resource might not exist, or isn't visible with the current credentials.

Suggested action: Verify that the resource ID is correct and the resource is in the expected AWS region. Check IAM permissions for accessing the resource.

HTTP Status Code: 400

ThrottlingException

This error occurs when there are too many requests sent. Review the provided quotas and adapt your usage to avoid throttling.

This error occurs when there are too many requests sent. Review the provided Quotas and retry after the provided delay.

HTTP Status Code: 400

ValidationException

The input fails to satisfy the constraints specified by the service or business validation rules.

Suggested action: Review the error message, including the failed fields and reasons, to correct the request payload.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: