From c1d7799df174bcfc8467521ca98c4b037d8a3ecd Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Fri, 21 Aug 2026 11:47:50 +0000 Subject: [PATCH] Generate opensearch --- services/opensearch/api_default.go | 1 + services/opensearch/oas_commit | 2 +- services/opensearch/v1api/api_default.go | 1 + services/opensearch/v2api/api_default.go | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/services/opensearch/api_default.go b/services/opensearch/api_default.go index 176153639..11369c3e9 100644 --- a/services/opensearch/api_default.go +++ b/services/opensearch/api_default.go @@ -363,6 +363,7 @@ type DefaultApi interface { PartialUpdateInstance update a service instance Update a service instance. This could be a sgw acl update or a plan upgrade. + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @param regionId region in which the project resides diff --git a/services/opensearch/oas_commit b/services/opensearch/oas_commit index ebd6afd42..ec6f0b9d6 100644 --- a/services/opensearch/oas_commit +++ b/services/opensearch/oas_commit @@ -1 +1 @@ -618a0fac344b8a4bb594f713007825ce82956406 +b7d1b614138d667d378a5fd45e2a91539a7fb02e diff --git a/services/opensearch/v1api/api_default.go b/services/opensearch/v1api/api_default.go index f0e512e42..073852b6d 100644 --- a/services/opensearch/v1api/api_default.go +++ b/services/opensearch/v1api/api_default.go @@ -241,6 +241,7 @@ type DefaultAPI interface { Update a service instance. This could be a sgw acl update or a plan upgrade. + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId @param instanceId id of the instance being updated diff --git a/services/opensearch/v2api/api_default.go b/services/opensearch/v2api/api_default.go index 5346257d9..2443b6d62 100644 --- a/services/opensearch/v2api/api_default.go +++ b/services/opensearch/v2api/api_default.go @@ -255,6 +255,7 @@ type DefaultAPI interface { Update a service instance. This could be a sgw acl update or a plan upgrade. + @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId Project id on which user has permissions @param regionId region in which the project resides