waitUntilConnectorEnabled
suspend fun Inspector2Client.waitUntilConnectorEnabled(request: ListConnectorsRequest = ListConnectorsRequest { }, retryStrategy: RetryStrategy? = null): Outcome<ListConnectorsResponse>
suspend fun Inspector2Client.waitUntilConnectorEnabled(block: ListConnectorsRequest.Builder.() -> Unit): Outcome<ListConnectorsResponse>
Wait until a connector reaches the ENABLED state, whether after CreateConnector or UpdateConnector. Caller MUST filter ListConnectors by the specific connector ARN so the matchers apply only to the target connector. Success when all returned items have enablementStatus == ENABLED. Failure when any item is in FAILED_TO_ENABLE or FAILED_TO_UPDATE.