@@ -67,6 +67,7 @@ class AppSyncClient extends AbstractApi
6767 * maxBatchSize?: int,
6868 * runtime?: AppSyncRuntime|array,
6969 * code?: string,
70+ *
7071 * @region?: string,
7172 * }|CreateResolverRequest $input
7273 *
@@ -100,6 +101,7 @@ public function createResolver($input): CreateResolverResponse
100101 * apiId: string,
101102 * typeName: string,
102103 * fieldName: string,
104+ *
103105 * @region?: string,
104106 * }|DeleteResolverRequest $input
105107 *
@@ -131,6 +133,7 @@ public function deleteResolver($input): DeleteResolverResponse
131133 *
132134 * @param array{
133135 * apiId: string,
136+ *
134137 * @region?: string,
135138 * }|GetSchemaCreationStatusRequest $input
136139 *
@@ -162,6 +165,7 @@ public function getSchemaCreationStatus($input): GetSchemaCreationStatusResponse
162165 * apiId: string,
163166 * nextToken?: string,
164167 * maxResults?: int,
168+ *
165169 * @region?: string,
166170 * }|ListApiKeysRequest $input
167171 *
@@ -194,6 +198,7 @@ public function listApiKeys($input): ListApiKeysResponse
194198 * typeName: string,
195199 * nextToken?: string,
196200 * maxResults?: int,
201+ *
197202 * @region?: string,
198203 * }|ListResolversRequest $input
199204 *
@@ -224,6 +229,7 @@ public function listResolvers($input): ListResolversResponse
224229 * @param array{
225230 * apiId: string,
226231 * definition: string,
232+ *
227233 * @region?: string,
228234 * }|StartSchemaCreationRequest $input
229235 *
@@ -258,6 +264,7 @@ public function startSchemaCreation($input): StartSchemaCreationResponse
258264 * id: string,
259265 * description?: string,
260266 * expires?: string,
267+ *
261268 * @region?: string,
262269 * }|UpdateApiKeyRequest $input
263270 *
@@ -301,6 +308,7 @@ public function updateApiKey($input): UpdateApiKeyResponse
301308 * openSearchServiceConfig?: OpenSearchServiceDataSourceConfig|array,
302309 * httpConfig?: HttpDataSourceConfig|array,
303310 * relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig|array,
311+ *
304312 * @region?: string,
305313 * }|UpdateDataSourceRequest $input
306314 *
@@ -344,6 +352,7 @@ public function updateDataSource($input): UpdateDataSourceResponse
344352 * maxBatchSize?: int,
345353 * runtime?: AppSyncRuntime|array,
346354 * code?: string,
355+ *
347356 * @region?: string,
348357 * }|UpdateResolverRequest $input
349358 *
@@ -389,7 +398,7 @@ protected function getEndpointMetadata(?string $region): array
389398 ];
390399 }
391400
392- return [
401+ return [
393402 'endpoint ' => "https://appsync. $ region.amazonaws.com " ,
394403 'signRegion ' => $ region ,
395404 'signService ' => 'appsync ' ,
0 commit comments