ResourceRequestStatusFilter - Amazon Cloud Control API
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ResourceRequestStatusFilter

The filter criteria to use in determining the requests returned.

Contents

Operations

The operation types to include in the filter.

Type: Array of strings

Valid Values: CREATE | DELETE | UPDATE

Required: No

OperationStatuses

The operation statuses to include in the filter.

  • PENDING: The operation has been requested, but not yet initiated.

  • IN_PROGRESS: The operation is in progress.

  • SUCCESS: The operation completed.

  • FAILED: The operation failed.

  • CANCEL_IN_PROGRESS: The operation is in the process of being canceled.

  • CANCEL_COMPLETE: The operation has been canceled.

Type: Array of strings

Valid Values: PENDING | IN_PROGRESS | SUCCESS | FAILED | CANCEL_IN_PROGRESS | CANCEL_COMPLETE

Required: No

See Also

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