# Functions
HecStatusCreate returns StateRefreshFunc that makes POST request and checks if response is accepted.
HecStatusDelete returns StateRefreshFunc that makes DELETE request and checks if request was accepted.
HecStatusPoll returns StateRefreshFunc that makes GET request and checks if response is desired target (200 for create and 404 for delete).
HecStatusRead returns StateRefreshFunc that makes GET request, checks if request was successful, and returns hec response.
HecStatusRetryTask returns StateRefreshFunc that makes POST request and checks if request was accepted.
HecStatusRetryTaskComplete returns StateRefreshFunc that makes GET request and checks if request was successful.
HecStatusUpdate returns StateRefreshFunc that makes PATCH request and checks if request was accepted.
HecStatusVerifyUpdate returns a StateRefreshFunc that makes a GET request and checks to see if the hec fields matches those in patch request.
No description provided by the author
VerifyHecUpdate is a helper to verify that the fields in patch request match fields in the hec response.
WaitHecCreate Handles retry logic for POST requests for create lifecycle function.
WaitHecDelete Handles retry logic for DELETE requests for the delete lifecycle function.
WaitHecPoll Handles retry logic for polling after POST and DELETE requests for create/delete lifecycle functions.
WaitHecRead Handles retry logic for GET requests for the read lifecycle function.
WaitHecRetryTask Handles retry logic for retrying a previously failed deployment task.
WaitHecRetryTaskComplete Handles retry logic for GET requests to check status of deployment task until completion.
WaitHecUpdate Handles retry logic for PATCH requests for the update lifecycle function.
WaitVerifyHecUpdate Handles retry logic for GET request for the update lifecycle function to verify that the fields in the Hec response match those of the patch request.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author