Port AWS ocean Exporter currently does not support extracting OpenSearch domain-type resources directly. While the AWS Cloud Control API supports CRUD operations for AWS::OpenSearchService::Domain, it does not support the List operation, causing the exporter to fail when ingesting data. An attempt was made to use kind:GetResourceAPI in the exporter selector, which uses Read instead of List, but the same error occurred.