# Functions

No description provided by the author
IndexStatusCreate returns StateRefreshFunc that makes POST request and checks if response is accepted.
IndexStatusDelete returns StateRefreshFunc that makes DELETE request and checks if request was accepted.
IndexStatusPoll returns StateRefreshFunc that makes GET request and checks if response is desired target (200 for create and 404 for delete).
IndexStatusRead returns StateRefreshFunc that makes GET request, checks if request was successful, and returns index response.
IndexStatusUpdate returns StateRefreshFunc that makes PATCH request and checks if request was accepted.
IndexStatusVerifyUpdate returns a StateRefreshFunc that makes a GET request and checks to see if the index fields matches those in patch request.
No description provided by the author
VerifyIndexUpdate is a helper to verify that the fields in patch request match fields in the index response.
WaitIndexCreate Handles retry logic for POST requests for create lifecycle function.
WaitIndexDelete Handles retry logic for DELETE requests for the delete lifecycle function.
WaitIndexPoll Handles retry logic for polling after POST and DELETE requests for create/delete lifecycle functions.
WaitIndexRead Handles retry logic for GET requests for the read lifecycle function.
WaitIndexUpdate Handles retry logic for PATCH requests for the update lifecycle function.
WaitVerifyIndexUpdate Handles retry logic for GET request for the update lifecycle function to verify that the fields in the index response match those of the patch request.

# Constants

No description provided by the author

# Variables

No description provided by the author