waitUntilConnectorDeleted
suspend fun Inspector2Client.waitUntilConnectorDeleted(request: ListConnectorsRequest = ListConnectorsRequest { }, retryStrategy: RetryStrategy? = null): Outcome<ListConnectorsResponse>
suspend fun Inspector2Client.waitUntilConnectorDeleted(block: ListConnectorsRequest.Builder.() -> Unit): Outcome<ListConnectorsResponse>
Wait until a connector is no longer returned by ListConnectors. Caller MUST filter ListConnectors by the specific connector ARN; success is reached when the filtered result returns zero items. Failure when the deletion terminally fails (FAILED_TO_DELETE).