@aws-sdk/client-appsync 3.1077.0 → 3.1079.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (230) hide show
  1. package/dist-cjs/index.js +228 -889
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateApiCommand.js +2 -14
  4. package/dist-es/commands/AssociateMergedGraphqlApiCommand.js +2 -14
  5. package/dist-es/commands/AssociateSourceGraphqlApiCommand.js +2 -14
  6. package/dist-es/commands/CreateApiCacheCommand.js +2 -14
  7. package/dist-es/commands/CreateApiCommand.js +2 -14
  8. package/dist-es/commands/CreateApiKeyCommand.js +2 -14
  9. package/dist-es/commands/CreateChannelNamespaceCommand.js +2 -14
  10. package/dist-es/commands/CreateDataSourceCommand.js +2 -14
  11. package/dist-es/commands/CreateDomainNameCommand.js +2 -14
  12. package/dist-es/commands/CreateFunctionCommand.js +2 -14
  13. package/dist-es/commands/CreateGraphqlApiCommand.js +2 -14
  14. package/dist-es/commands/CreateResolverCommand.js +2 -14
  15. package/dist-es/commands/CreateTypeCommand.js +2 -14
  16. package/dist-es/commands/DeleteApiCacheCommand.js +2 -14
  17. package/dist-es/commands/DeleteApiCommand.js +2 -14
  18. package/dist-es/commands/DeleteApiKeyCommand.js +2 -14
  19. package/dist-es/commands/DeleteChannelNamespaceCommand.js +2 -14
  20. package/dist-es/commands/DeleteDataSourceCommand.js +2 -14
  21. package/dist-es/commands/DeleteDomainNameCommand.js +2 -14
  22. package/dist-es/commands/DeleteFunctionCommand.js +2 -14
  23. package/dist-es/commands/DeleteGraphqlApiCommand.js +2 -14
  24. package/dist-es/commands/DeleteResolverCommand.js +2 -14
  25. package/dist-es/commands/DeleteTypeCommand.js +2 -14
  26. package/dist-es/commands/DisassociateApiCommand.js +2 -14
  27. package/dist-es/commands/DisassociateMergedGraphqlApiCommand.js +2 -14
  28. package/dist-es/commands/DisassociateSourceGraphqlApiCommand.js +2 -14
  29. package/dist-es/commands/EvaluateCodeCommand.js +2 -14
  30. package/dist-es/commands/EvaluateMappingTemplateCommand.js +2 -14
  31. package/dist-es/commands/FlushApiCacheCommand.js +2 -14
  32. package/dist-es/commands/GetApiAssociationCommand.js +2 -14
  33. package/dist-es/commands/GetApiCacheCommand.js +2 -14
  34. package/dist-es/commands/GetApiCommand.js +2 -14
  35. package/dist-es/commands/GetChannelNamespaceCommand.js +2 -14
  36. package/dist-es/commands/GetDataSourceCommand.js +2 -14
  37. package/dist-es/commands/GetDataSourceIntrospectionCommand.js +2 -14
  38. package/dist-es/commands/GetDomainNameCommand.js +2 -14
  39. package/dist-es/commands/GetFunctionCommand.js +2 -14
  40. package/dist-es/commands/GetGraphqlApiCommand.js +2 -14
  41. package/dist-es/commands/GetGraphqlApiEnvironmentVariablesCommand.js +2 -14
  42. package/dist-es/commands/GetIntrospectionSchemaCommand.js +2 -14
  43. package/dist-es/commands/GetResolverCommand.js +2 -14
  44. package/dist-es/commands/GetSchemaCreationStatusCommand.js +2 -14
  45. package/dist-es/commands/GetSourceApiAssociationCommand.js +2 -14
  46. package/dist-es/commands/GetTypeCommand.js +2 -14
  47. package/dist-es/commands/ListApiKeysCommand.js +2 -14
  48. package/dist-es/commands/ListApisCommand.js +2 -14
  49. package/dist-es/commands/ListChannelNamespacesCommand.js +2 -14
  50. package/dist-es/commands/ListDataSourcesCommand.js +2 -14
  51. package/dist-es/commands/ListDomainNamesCommand.js +2 -14
  52. package/dist-es/commands/ListFunctionsCommand.js +2 -14
  53. package/dist-es/commands/ListGraphqlApisCommand.js +2 -14
  54. package/dist-es/commands/ListResolversByFunctionCommand.js +2 -14
  55. package/dist-es/commands/ListResolversCommand.js +2 -14
  56. package/dist-es/commands/ListSourceApiAssociationsCommand.js +2 -14
  57. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  58. package/dist-es/commands/ListTypesByAssociationCommand.js +2 -14
  59. package/dist-es/commands/ListTypesCommand.js +2 -14
  60. package/dist-es/commands/PutGraphqlApiEnvironmentVariablesCommand.js +2 -14
  61. package/dist-es/commands/StartDataSourceIntrospectionCommand.js +2 -14
  62. package/dist-es/commands/StartSchemaCreationCommand.js +2 -14
  63. package/dist-es/commands/StartSchemaMergeCommand.js +2 -14
  64. package/dist-es/commands/TagResourceCommand.js +2 -14
  65. package/dist-es/commands/UntagResourceCommand.js +2 -14
  66. package/dist-es/commands/UpdateApiCacheCommand.js +2 -14
  67. package/dist-es/commands/UpdateApiCommand.js +2 -14
  68. package/dist-es/commands/UpdateApiKeyCommand.js +2 -14
  69. package/dist-es/commands/UpdateChannelNamespaceCommand.js +2 -14
  70. package/dist-es/commands/UpdateDataSourceCommand.js +2 -14
  71. package/dist-es/commands/UpdateDomainNameCommand.js +2 -14
  72. package/dist-es/commands/UpdateFunctionCommand.js +2 -14
  73. package/dist-es/commands/UpdateGraphqlApiCommand.js +2 -14
  74. package/dist-es/commands/UpdateResolverCommand.js +2 -14
  75. package/dist-es/commands/UpdateSourceApiAssociationCommand.js +2 -14
  76. package/dist-es/commands/UpdateTypeCommand.js +2 -14
  77. package/dist-es/index.js +1 -0
  78. package/dist-types/commandBuilder.d.ts +18 -0
  79. package/dist-types/commands/AssociateApiCommand.d.ts +3 -8
  80. package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +3 -8
  81. package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +3 -8
  82. package/dist-types/commands/CreateApiCacheCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateApiCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateApiKeyCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateChannelNamespaceCommand.d.ts +3 -8
  86. package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateDomainNameCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateFunctionCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateGraphqlApiCommand.d.ts +3 -8
  90. package/dist-types/commands/CreateResolverCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateTypeCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteApiCacheCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteApiCommand.d.ts +3 -8
  94. package/dist-types/commands/DeleteApiKeyCommand.d.ts +3 -8
  95. package/dist-types/commands/DeleteChannelNamespaceCommand.d.ts +3 -8
  96. package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteDomainNameCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteResolverCommand.d.ts +3 -8
  101. package/dist-types/commands/DeleteTypeCommand.d.ts +3 -8
  102. package/dist-types/commands/DisassociateApiCommand.d.ts +3 -8
  103. package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +3 -8
  104. package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +3 -8
  105. package/dist-types/commands/EvaluateCodeCommand.d.ts +3 -8
  106. package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +3 -8
  107. package/dist-types/commands/FlushApiCacheCommand.d.ts +3 -8
  108. package/dist-types/commands/GetApiAssociationCommand.d.ts +3 -8
  109. package/dist-types/commands/GetApiCacheCommand.d.ts +3 -8
  110. package/dist-types/commands/GetApiCommand.d.ts +3 -8
  111. package/dist-types/commands/GetChannelNamespaceCommand.d.ts +3 -8
  112. package/dist-types/commands/GetDataSourceCommand.d.ts +3 -8
  113. package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +3 -8
  114. package/dist-types/commands/GetDomainNameCommand.d.ts +3 -8
  115. package/dist-types/commands/GetFunctionCommand.d.ts +3 -8
  116. package/dist-types/commands/GetGraphqlApiCommand.d.ts +3 -8
  117. package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +3 -8
  118. package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +3 -8
  119. package/dist-types/commands/GetResolverCommand.d.ts +3 -8
  120. package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +3 -8
  121. package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +3 -8
  122. package/dist-types/commands/GetTypeCommand.d.ts +3 -8
  123. package/dist-types/commands/ListApiKeysCommand.d.ts +3 -8
  124. package/dist-types/commands/ListApisCommand.d.ts +3 -8
  125. package/dist-types/commands/ListChannelNamespacesCommand.d.ts +3 -8
  126. package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -8
  127. package/dist-types/commands/ListDomainNamesCommand.d.ts +3 -8
  128. package/dist-types/commands/ListFunctionsCommand.d.ts +3 -8
  129. package/dist-types/commands/ListGraphqlApisCommand.d.ts +3 -8
  130. package/dist-types/commands/ListResolversByFunctionCommand.d.ts +3 -8
  131. package/dist-types/commands/ListResolversCommand.d.ts +3 -8
  132. package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +3 -8
  133. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  134. package/dist-types/commands/ListTypesByAssociationCommand.d.ts +3 -8
  135. package/dist-types/commands/ListTypesCommand.d.ts +3 -8
  136. package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +3 -8
  137. package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +3 -8
  138. package/dist-types/commands/StartSchemaCreationCommand.d.ts +3 -8
  139. package/dist-types/commands/StartSchemaMergeCommand.d.ts +3 -8
  140. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  141. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  142. package/dist-types/commands/UpdateApiCacheCommand.d.ts +3 -8
  143. package/dist-types/commands/UpdateApiCommand.d.ts +3 -8
  144. package/dist-types/commands/UpdateApiKeyCommand.d.ts +3 -8
  145. package/dist-types/commands/UpdateChannelNamespaceCommand.d.ts +3 -8
  146. package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -8
  147. package/dist-types/commands/UpdateDomainNameCommand.d.ts +3 -8
  148. package/dist-types/commands/UpdateFunctionCommand.d.ts +3 -8
  149. package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +3 -8
  150. package/dist-types/commands/UpdateResolverCommand.d.ts +3 -8
  151. package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +3 -8
  152. package/dist-types/commands/UpdateTypeCommand.d.ts +3 -8
  153. package/dist-types/index.d.ts +1 -0
  154. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  155. package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/CreateApiCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/CreateChannelNamespaceCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DeleteApiCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DeleteChannelNamespaceCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/GetApiCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/GetChannelNamespaceCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/ListApisCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/ListChannelNamespacesCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/UpdateApiCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/UpdateChannelNamespaceCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/index.d.ts +1 -0
  230. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2353,892 +2354,230 @@ class AppSyncClient extends Client {
2353
2354
  }
2354
2355
  }
2355
2356
 
2356
- class AssociateApiCommand extends Command
2357
- .classBuilder()
2358
- .ep(commonParams)
2359
- .m(function (Command, cs, config, o) {
2360
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2361
- })
2362
- .s("AWSDeepdishControlPlaneService", "AssociateApi", {})
2363
- .n("AppSyncClient", "AssociateApiCommand")
2364
- .sc(AssociateApi$)
2365
- .build() {
2366
- }
2367
-
2368
- class AssociateMergedGraphqlApiCommand extends Command
2369
- .classBuilder()
2370
- .ep(commonParams)
2371
- .m(function (Command, cs, config, o) {
2372
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2373
- })
2374
- .s("AWSDeepdishControlPlaneService", "AssociateMergedGraphqlApi", {})
2375
- .n("AppSyncClient", "AssociateMergedGraphqlApiCommand")
2376
- .sc(AssociateMergedGraphqlApi$)
2377
- .build() {
2378
- }
2379
-
2380
- class AssociateSourceGraphqlApiCommand extends Command
2381
- .classBuilder()
2382
- .ep(commonParams)
2383
- .m(function (Command, cs, config, o) {
2384
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2385
- })
2386
- .s("AWSDeepdishControlPlaneService", "AssociateSourceGraphqlApi", {})
2387
- .n("AppSyncClient", "AssociateSourceGraphqlApiCommand")
2388
- .sc(AssociateSourceGraphqlApi$)
2389
- .build() {
2390
- }
2391
-
2392
- class CreateApiCacheCommand extends Command
2393
- .classBuilder()
2394
- .ep(commonParams)
2395
- .m(function (Command, cs, config, o) {
2396
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2397
- })
2398
- .s("AWSDeepdishControlPlaneService", "CreateApiCache", {})
2399
- .n("AppSyncClient", "CreateApiCacheCommand")
2400
- .sc(CreateApiCache$)
2401
- .build() {
2402
- }
2403
-
2404
- class CreateApiCommand extends Command
2405
- .classBuilder()
2406
- .ep(commonParams)
2407
- .m(function (Command, cs, config, o) {
2408
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2409
- })
2410
- .s("AWSDeepdishControlPlaneService", "CreateApi", {})
2411
- .n("AppSyncClient", "CreateApiCommand")
2412
- .sc(CreateApi$)
2413
- .build() {
2414
- }
2415
-
2416
- class CreateApiKeyCommand extends Command
2417
- .classBuilder()
2418
- .ep(commonParams)
2419
- .m(function (Command, cs, config, o) {
2420
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2421
- })
2422
- .s("AWSDeepdishControlPlaneService", "CreateApiKey", {})
2423
- .n("AppSyncClient", "CreateApiKeyCommand")
2424
- .sc(CreateApiKey$)
2425
- .build() {
2426
- }
2427
-
2428
- class CreateChannelNamespaceCommand extends Command
2429
- .classBuilder()
2430
- .ep(commonParams)
2431
- .m(function (Command, cs, config, o) {
2432
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2433
- })
2434
- .s("AWSDeepdishControlPlaneService", "CreateChannelNamespace", {})
2435
- .n("AppSyncClient", "CreateChannelNamespaceCommand")
2436
- .sc(CreateChannelNamespace$)
2437
- .build() {
2438
- }
2439
-
2440
- class CreateDataSourceCommand extends Command
2441
- .classBuilder()
2442
- .ep(commonParams)
2443
- .m(function (Command, cs, config, o) {
2444
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2445
- })
2446
- .s("AWSDeepdishControlPlaneService", "CreateDataSource", {})
2447
- .n("AppSyncClient", "CreateDataSourceCommand")
2448
- .sc(CreateDataSource$)
2449
- .build() {
2450
- }
2451
-
2452
- class CreateDomainNameCommand extends Command
2453
- .classBuilder()
2454
- .ep(commonParams)
2455
- .m(function (Command, cs, config, o) {
2456
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2457
- })
2458
- .s("AWSDeepdishControlPlaneService", "CreateDomainName", {})
2459
- .n("AppSyncClient", "CreateDomainNameCommand")
2460
- .sc(CreateDomainName$)
2461
- .build() {
2462
- }
2463
-
2464
- class CreateFunctionCommand extends Command
2465
- .classBuilder()
2466
- .ep(commonParams)
2467
- .m(function (Command, cs, config, o) {
2468
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2469
- })
2470
- .s("AWSDeepdishControlPlaneService", "CreateFunction", {})
2471
- .n("AppSyncClient", "CreateFunctionCommand")
2472
- .sc(CreateFunction$)
2473
- .build() {
2474
- }
2475
-
2476
- class CreateGraphqlApiCommand extends Command
2477
- .classBuilder()
2478
- .ep(commonParams)
2479
- .m(function (Command, cs, config, o) {
2480
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2481
- })
2482
- .s("AWSDeepdishControlPlaneService", "CreateGraphqlApi", {})
2483
- .n("AppSyncClient", "CreateGraphqlApiCommand")
2484
- .sc(CreateGraphqlApi$)
2485
- .build() {
2486
- }
2487
-
2488
- class CreateResolverCommand extends Command
2489
- .classBuilder()
2490
- .ep(commonParams)
2491
- .m(function (Command, cs, config, o) {
2492
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2493
- })
2494
- .s("AWSDeepdishControlPlaneService", "CreateResolver", {})
2495
- .n("AppSyncClient", "CreateResolverCommand")
2496
- .sc(CreateResolver$)
2497
- .build() {
2498
- }
2499
-
2500
- class CreateTypeCommand extends Command
2501
- .classBuilder()
2502
- .ep(commonParams)
2503
- .m(function (Command, cs, config, o) {
2504
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2505
- })
2506
- .s("AWSDeepdishControlPlaneService", "CreateType", {})
2507
- .n("AppSyncClient", "CreateTypeCommand")
2508
- .sc(CreateType$)
2509
- .build() {
2510
- }
2511
-
2512
- class DeleteApiCacheCommand extends Command
2513
- .classBuilder()
2514
- .ep(commonParams)
2515
- .m(function (Command, cs, config, o) {
2516
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2517
- })
2518
- .s("AWSDeepdishControlPlaneService", "DeleteApiCache", {})
2519
- .n("AppSyncClient", "DeleteApiCacheCommand")
2520
- .sc(DeleteApiCache$)
2521
- .build() {
2522
- }
2523
-
2524
- class DeleteApiCommand extends Command
2525
- .classBuilder()
2526
- .ep(commonParams)
2527
- .m(function (Command, cs, config, o) {
2528
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2529
- })
2530
- .s("AWSDeepdishControlPlaneService", "DeleteApi", {})
2531
- .n("AppSyncClient", "DeleteApiCommand")
2532
- .sc(DeleteApi$)
2533
- .build() {
2534
- }
2535
-
2536
- class DeleteApiKeyCommand extends Command
2537
- .classBuilder()
2538
- .ep(commonParams)
2539
- .m(function (Command, cs, config, o) {
2540
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2541
- })
2542
- .s("AWSDeepdishControlPlaneService", "DeleteApiKey", {})
2543
- .n("AppSyncClient", "DeleteApiKeyCommand")
2544
- .sc(DeleteApiKey$)
2545
- .build() {
2546
- }
2547
-
2548
- class DeleteChannelNamespaceCommand extends Command
2549
- .classBuilder()
2550
- .ep(commonParams)
2551
- .m(function (Command, cs, config, o) {
2552
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2553
- })
2554
- .s("AWSDeepdishControlPlaneService", "DeleteChannelNamespace", {})
2555
- .n("AppSyncClient", "DeleteChannelNamespaceCommand")
2556
- .sc(DeleteChannelNamespace$)
2557
- .build() {
2558
- }
2559
-
2560
- class DeleteDataSourceCommand extends Command
2561
- .classBuilder()
2562
- .ep(commonParams)
2563
- .m(function (Command, cs, config, o) {
2564
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2565
- })
2566
- .s("AWSDeepdishControlPlaneService", "DeleteDataSource", {})
2567
- .n("AppSyncClient", "DeleteDataSourceCommand")
2568
- .sc(DeleteDataSource$)
2569
- .build() {
2570
- }
2571
-
2572
- class DeleteDomainNameCommand extends Command
2573
- .classBuilder()
2574
- .ep(commonParams)
2575
- .m(function (Command, cs, config, o) {
2576
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2577
- })
2578
- .s("AWSDeepdishControlPlaneService", "DeleteDomainName", {})
2579
- .n("AppSyncClient", "DeleteDomainNameCommand")
2580
- .sc(DeleteDomainName$)
2581
- .build() {
2582
- }
2583
-
2584
- class DeleteFunctionCommand extends Command
2585
- .classBuilder()
2586
- .ep(commonParams)
2587
- .m(function (Command, cs, config, o) {
2588
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2589
- })
2590
- .s("AWSDeepdishControlPlaneService", "DeleteFunction", {})
2591
- .n("AppSyncClient", "DeleteFunctionCommand")
2592
- .sc(DeleteFunction$)
2593
- .build() {
2594
- }
2595
-
2596
- class DeleteGraphqlApiCommand extends Command
2597
- .classBuilder()
2598
- .ep(commonParams)
2599
- .m(function (Command, cs, config, o) {
2600
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2601
- })
2602
- .s("AWSDeepdishControlPlaneService", "DeleteGraphqlApi", {})
2603
- .n("AppSyncClient", "DeleteGraphqlApiCommand")
2604
- .sc(DeleteGraphqlApi$)
2605
- .build() {
2606
- }
2607
-
2608
- class DeleteResolverCommand extends Command
2609
- .classBuilder()
2610
- .ep(commonParams)
2611
- .m(function (Command, cs, config, o) {
2612
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2613
- })
2614
- .s("AWSDeepdishControlPlaneService", "DeleteResolver", {})
2615
- .n("AppSyncClient", "DeleteResolverCommand")
2616
- .sc(DeleteResolver$)
2617
- .build() {
2618
- }
2619
-
2620
- class DeleteTypeCommand extends Command
2621
- .classBuilder()
2622
- .ep(commonParams)
2623
- .m(function (Command, cs, config, o) {
2624
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2625
- })
2626
- .s("AWSDeepdishControlPlaneService", "DeleteType", {})
2627
- .n("AppSyncClient", "DeleteTypeCommand")
2628
- .sc(DeleteType$)
2629
- .build() {
2630
- }
2631
-
2632
- class DisassociateApiCommand extends Command
2633
- .classBuilder()
2634
- .ep(commonParams)
2635
- .m(function (Command, cs, config, o) {
2636
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2637
- })
2638
- .s("AWSDeepdishControlPlaneService", "DisassociateApi", {})
2639
- .n("AppSyncClient", "DisassociateApiCommand")
2640
- .sc(DisassociateApi$)
2641
- .build() {
2642
- }
2643
-
2644
- class DisassociateMergedGraphqlApiCommand extends Command
2645
- .classBuilder()
2646
- .ep(commonParams)
2647
- .m(function (Command, cs, config, o) {
2648
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2649
- })
2650
- .s("AWSDeepdishControlPlaneService", "DisassociateMergedGraphqlApi", {})
2651
- .n("AppSyncClient", "DisassociateMergedGraphqlApiCommand")
2652
- .sc(DisassociateMergedGraphqlApi$)
2653
- .build() {
2654
- }
2655
-
2656
- class DisassociateSourceGraphqlApiCommand extends Command
2657
- .classBuilder()
2658
- .ep(commonParams)
2659
- .m(function (Command, cs, config, o) {
2660
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2661
- })
2662
- .s("AWSDeepdishControlPlaneService", "DisassociateSourceGraphqlApi", {})
2663
- .n("AppSyncClient", "DisassociateSourceGraphqlApiCommand")
2664
- .sc(DisassociateSourceGraphqlApi$)
2665
- .build() {
2666
- }
2667
-
2668
- class EvaluateCodeCommand extends Command
2669
- .classBuilder()
2670
- .ep(commonParams)
2671
- .m(function (Command, cs, config, o) {
2672
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2673
- })
2674
- .s("AWSDeepdishControlPlaneService", "EvaluateCode", {})
2675
- .n("AppSyncClient", "EvaluateCodeCommand")
2676
- .sc(EvaluateCode$)
2677
- .build() {
2678
- }
2679
-
2680
- class EvaluateMappingTemplateCommand extends Command
2681
- .classBuilder()
2682
- .ep(commonParams)
2683
- .m(function (Command, cs, config, o) {
2684
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2685
- })
2686
- .s("AWSDeepdishControlPlaneService", "EvaluateMappingTemplate", {})
2687
- .n("AppSyncClient", "EvaluateMappingTemplateCommand")
2688
- .sc(EvaluateMappingTemplate$)
2689
- .build() {
2690
- }
2691
-
2692
- class FlushApiCacheCommand extends Command
2693
- .classBuilder()
2694
- .ep(commonParams)
2695
- .m(function (Command, cs, config, o) {
2696
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2697
- })
2698
- .s("AWSDeepdishControlPlaneService", "FlushApiCache", {})
2699
- .n("AppSyncClient", "FlushApiCacheCommand")
2700
- .sc(FlushApiCache$)
2701
- .build() {
2702
- }
2703
-
2704
- class GetApiAssociationCommand extends Command
2705
- .classBuilder()
2706
- .ep(commonParams)
2707
- .m(function (Command, cs, config, o) {
2708
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2709
- })
2710
- .s("AWSDeepdishControlPlaneService", "GetApiAssociation", {})
2711
- .n("AppSyncClient", "GetApiAssociationCommand")
2712
- .sc(GetApiAssociation$)
2713
- .build() {
2714
- }
2715
-
2716
- class GetApiCacheCommand extends Command
2717
- .classBuilder()
2718
- .ep(commonParams)
2719
- .m(function (Command, cs, config, o) {
2720
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2721
- })
2722
- .s("AWSDeepdishControlPlaneService", "GetApiCache", {})
2723
- .n("AppSyncClient", "GetApiCacheCommand")
2724
- .sc(GetApiCache$)
2725
- .build() {
2726
- }
2727
-
2728
- class GetApiCommand extends Command
2729
- .classBuilder()
2730
- .ep(commonParams)
2731
- .m(function (Command, cs, config, o) {
2732
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2733
- })
2734
- .s("AWSDeepdishControlPlaneService", "GetApi", {})
2735
- .n("AppSyncClient", "GetApiCommand")
2736
- .sc(GetApi$)
2737
- .build() {
2738
- }
2739
-
2740
- class GetChannelNamespaceCommand extends Command
2741
- .classBuilder()
2742
- .ep(commonParams)
2743
- .m(function (Command, cs, config, o) {
2744
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2745
- })
2746
- .s("AWSDeepdishControlPlaneService", "GetChannelNamespace", {})
2747
- .n("AppSyncClient", "GetChannelNamespaceCommand")
2748
- .sc(GetChannelNamespace$)
2749
- .build() {
2750
- }
2751
-
2752
- class GetDataSourceCommand extends Command
2753
- .classBuilder()
2754
- .ep(commonParams)
2755
- .m(function (Command, cs, config, o) {
2756
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2757
- })
2758
- .s("AWSDeepdishControlPlaneService", "GetDataSource", {})
2759
- .n("AppSyncClient", "GetDataSourceCommand")
2760
- .sc(GetDataSource$)
2761
- .build() {
2762
- }
2763
-
2764
- class GetDataSourceIntrospectionCommand extends Command
2765
- .classBuilder()
2766
- .ep(commonParams)
2767
- .m(function (Command, cs, config, o) {
2768
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2769
- })
2770
- .s("AWSDeepdishControlPlaneService", "GetDataSourceIntrospection", {})
2771
- .n("AppSyncClient", "GetDataSourceIntrospectionCommand")
2772
- .sc(GetDataSourceIntrospection$)
2773
- .build() {
2774
- }
2775
-
2776
- class GetDomainNameCommand extends Command
2777
- .classBuilder()
2778
- .ep(commonParams)
2779
- .m(function (Command, cs, config, o) {
2780
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2781
- })
2782
- .s("AWSDeepdishControlPlaneService", "GetDomainName", {})
2783
- .n("AppSyncClient", "GetDomainNameCommand")
2784
- .sc(GetDomainName$)
2785
- .build() {
2786
- }
2787
-
2788
- class GetFunctionCommand extends Command
2789
- .classBuilder()
2790
- .ep(commonParams)
2791
- .m(function (Command, cs, config, o) {
2792
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2793
- })
2794
- .s("AWSDeepdishControlPlaneService", "GetFunction", {})
2795
- .n("AppSyncClient", "GetFunctionCommand")
2796
- .sc(GetFunction$)
2797
- .build() {
2798
- }
2799
-
2800
- class GetGraphqlApiCommand extends Command
2801
- .classBuilder()
2802
- .ep(commonParams)
2803
- .m(function (Command, cs, config, o) {
2804
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2805
- })
2806
- .s("AWSDeepdishControlPlaneService", "GetGraphqlApi", {})
2807
- .n("AppSyncClient", "GetGraphqlApiCommand")
2808
- .sc(GetGraphqlApi$)
2809
- .build() {
2810
- }
2811
-
2812
- class GetGraphqlApiEnvironmentVariablesCommand extends Command
2813
- .classBuilder()
2814
- .ep(commonParams)
2815
- .m(function (Command, cs, config, o) {
2816
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2817
- })
2818
- .s("AWSDeepdishControlPlaneService", "GetGraphqlApiEnvironmentVariables", {})
2819
- .n("AppSyncClient", "GetGraphqlApiEnvironmentVariablesCommand")
2820
- .sc(GetGraphqlApiEnvironmentVariables$)
2821
- .build() {
2822
- }
2823
-
2824
- class GetIntrospectionSchemaCommand extends Command
2825
- .classBuilder()
2826
- .ep(commonParams)
2827
- .m(function (Command, cs, config, o) {
2828
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2829
- })
2830
- .s("AWSDeepdishControlPlaneService", "GetIntrospectionSchema", {})
2831
- .n("AppSyncClient", "GetIntrospectionSchemaCommand")
2832
- .sc(GetIntrospectionSchema$)
2833
- .build() {
2834
- }
2835
-
2836
- class GetResolverCommand extends Command
2837
- .classBuilder()
2838
- .ep(commonParams)
2839
- .m(function (Command, cs, config, o) {
2840
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2841
- })
2842
- .s("AWSDeepdishControlPlaneService", "GetResolver", {})
2843
- .n("AppSyncClient", "GetResolverCommand")
2844
- .sc(GetResolver$)
2845
- .build() {
2846
- }
2847
-
2848
- class GetSchemaCreationStatusCommand extends Command
2849
- .classBuilder()
2850
- .ep(commonParams)
2851
- .m(function (Command, cs, config, o) {
2852
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2853
- })
2854
- .s("AWSDeepdishControlPlaneService", "GetSchemaCreationStatus", {})
2855
- .n("AppSyncClient", "GetSchemaCreationStatusCommand")
2856
- .sc(GetSchemaCreationStatus$)
2857
- .build() {
2858
- }
2859
-
2860
- class GetSourceApiAssociationCommand extends Command
2861
- .classBuilder()
2862
- .ep(commonParams)
2863
- .m(function (Command, cs, config, o) {
2864
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2865
- })
2866
- .s("AWSDeepdishControlPlaneService", "GetSourceApiAssociation", {})
2867
- .n("AppSyncClient", "GetSourceApiAssociationCommand")
2868
- .sc(GetSourceApiAssociation$)
2869
- .build() {
2870
- }
2871
-
2872
- class GetTypeCommand extends Command
2873
- .classBuilder()
2874
- .ep(commonParams)
2875
- .m(function (Command, cs, config, o) {
2876
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2877
- })
2878
- .s("AWSDeepdishControlPlaneService", "GetType", {})
2879
- .n("AppSyncClient", "GetTypeCommand")
2880
- .sc(GetType$)
2881
- .build() {
2882
- }
2883
-
2884
- class ListApiKeysCommand extends Command
2885
- .classBuilder()
2886
- .ep(commonParams)
2887
- .m(function (Command, cs, config, o) {
2888
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2889
- })
2890
- .s("AWSDeepdishControlPlaneService", "ListApiKeys", {})
2891
- .n("AppSyncClient", "ListApiKeysCommand")
2892
- .sc(ListApiKeys$)
2893
- .build() {
2894
- }
2895
-
2896
- class ListApisCommand extends Command
2897
- .classBuilder()
2898
- .ep(commonParams)
2899
- .m(function (Command, cs, config, o) {
2900
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2901
- })
2902
- .s("AWSDeepdishControlPlaneService", "ListApis", {})
2903
- .n("AppSyncClient", "ListApisCommand")
2904
- .sc(ListApis$)
2905
- .build() {
2906
- }
2907
-
2908
- class ListChannelNamespacesCommand extends Command
2909
- .classBuilder()
2910
- .ep(commonParams)
2911
- .m(function (Command, cs, config, o) {
2912
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2913
- })
2914
- .s("AWSDeepdishControlPlaneService", "ListChannelNamespaces", {})
2915
- .n("AppSyncClient", "ListChannelNamespacesCommand")
2916
- .sc(ListChannelNamespaces$)
2917
- .build() {
2918
- }
2919
-
2920
- class ListDataSourcesCommand extends Command
2921
- .classBuilder()
2922
- .ep(commonParams)
2923
- .m(function (Command, cs, config, o) {
2924
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2925
- })
2926
- .s("AWSDeepdishControlPlaneService", "ListDataSources", {})
2927
- .n("AppSyncClient", "ListDataSourcesCommand")
2928
- .sc(ListDataSources$)
2929
- .build() {
2930
- }
2931
-
2932
- class ListDomainNamesCommand extends Command
2933
- .classBuilder()
2934
- .ep(commonParams)
2935
- .m(function (Command, cs, config, o) {
2936
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2937
- })
2938
- .s("AWSDeepdishControlPlaneService", "ListDomainNames", {})
2939
- .n("AppSyncClient", "ListDomainNamesCommand")
2940
- .sc(ListDomainNames$)
2941
- .build() {
2942
- }
2943
-
2944
- class ListFunctionsCommand extends Command
2945
- .classBuilder()
2946
- .ep(commonParams)
2947
- .m(function (Command, cs, config, o) {
2948
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2949
- })
2950
- .s("AWSDeepdishControlPlaneService", "ListFunctions", {})
2951
- .n("AppSyncClient", "ListFunctionsCommand")
2952
- .sc(ListFunctions$)
2953
- .build() {
2954
- }
2955
-
2956
- class ListGraphqlApisCommand extends Command
2957
- .classBuilder()
2958
- .ep(commonParams)
2959
- .m(function (Command, cs, config, o) {
2960
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2961
- })
2962
- .s("AWSDeepdishControlPlaneService", "ListGraphqlApis", {})
2963
- .n("AppSyncClient", "ListGraphqlApisCommand")
2964
- .sc(ListGraphqlApis$)
2965
- .build() {
2966
- }
2967
-
2968
- class ListResolversByFunctionCommand extends Command
2969
- .classBuilder()
2970
- .ep(commonParams)
2971
- .m(function (Command, cs, config, o) {
2972
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2973
- })
2974
- .s("AWSDeepdishControlPlaneService", "ListResolversByFunction", {})
2975
- .n("AppSyncClient", "ListResolversByFunctionCommand")
2976
- .sc(ListResolversByFunction$)
2977
- .build() {
2978
- }
2979
-
2980
- class ListResolversCommand extends Command
2981
- .classBuilder()
2982
- .ep(commonParams)
2983
- .m(function (Command, cs, config, o) {
2984
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2985
- })
2986
- .s("AWSDeepdishControlPlaneService", "ListResolvers", {})
2987
- .n("AppSyncClient", "ListResolversCommand")
2988
- .sc(ListResolvers$)
2989
- .build() {
2990
- }
2991
-
2992
- class ListSourceApiAssociationsCommand extends Command
2993
- .classBuilder()
2994
- .ep(commonParams)
2995
- .m(function (Command, cs, config, o) {
2996
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2997
- })
2998
- .s("AWSDeepdishControlPlaneService", "ListSourceApiAssociations", {})
2999
- .n("AppSyncClient", "ListSourceApiAssociationsCommand")
3000
- .sc(ListSourceApiAssociations$)
3001
- .build() {
3002
- }
3003
-
3004
- class ListTagsForResourceCommand extends Command
3005
- .classBuilder()
3006
- .ep(commonParams)
3007
- .m(function (Command, cs, config, o) {
3008
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3009
- })
3010
- .s("AWSDeepdishControlPlaneService", "ListTagsForResource", {})
3011
- .n("AppSyncClient", "ListTagsForResourceCommand")
3012
- .sc(ListTagsForResource$)
3013
- .build() {
3014
- }
3015
-
3016
- class ListTypesByAssociationCommand extends Command
3017
- .classBuilder()
3018
- .ep(commonParams)
3019
- .m(function (Command, cs, config, o) {
3020
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3021
- })
3022
- .s("AWSDeepdishControlPlaneService", "ListTypesByAssociation", {})
3023
- .n("AppSyncClient", "ListTypesByAssociationCommand")
3024
- .sc(ListTypesByAssociation$)
3025
- .build() {
3026
- }
3027
-
3028
- class ListTypesCommand extends Command
3029
- .classBuilder()
3030
- .ep(commonParams)
3031
- .m(function (Command, cs, config, o) {
3032
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3033
- })
3034
- .s("AWSDeepdishControlPlaneService", "ListTypes", {})
3035
- .n("AppSyncClient", "ListTypesCommand")
3036
- .sc(ListTypes$)
3037
- .build() {
3038
- }
3039
-
3040
- class PutGraphqlApiEnvironmentVariablesCommand extends Command
3041
- .classBuilder()
3042
- .ep(commonParams)
3043
- .m(function (Command, cs, config, o) {
3044
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3045
- })
3046
- .s("AWSDeepdishControlPlaneService", "PutGraphqlApiEnvironmentVariables", {})
3047
- .n("AppSyncClient", "PutGraphqlApiEnvironmentVariablesCommand")
3048
- .sc(PutGraphqlApiEnvironmentVariables$)
3049
- .build() {
3050
- }
3051
-
3052
- class StartDataSourceIntrospectionCommand extends Command
3053
- .classBuilder()
3054
- .ep(commonParams)
3055
- .m(function (Command, cs, config, o) {
3056
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3057
- })
3058
- .s("AWSDeepdishControlPlaneService", "StartDataSourceIntrospection", {})
3059
- .n("AppSyncClient", "StartDataSourceIntrospectionCommand")
3060
- .sc(StartDataSourceIntrospection$)
3061
- .build() {
3062
- }
3063
-
3064
- class StartSchemaCreationCommand extends Command
3065
- .classBuilder()
3066
- .ep(commonParams)
3067
- .m(function (Command, cs, config, o) {
3068
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3069
- })
3070
- .s("AWSDeepdishControlPlaneService", "StartSchemaCreation", {})
3071
- .n("AppSyncClient", "StartSchemaCreationCommand")
3072
- .sc(StartSchemaCreation$)
3073
- .build() {
3074
- }
3075
-
3076
- class StartSchemaMergeCommand extends Command
3077
- .classBuilder()
3078
- .ep(commonParams)
3079
- .m(function (Command, cs, config, o) {
3080
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3081
- })
3082
- .s("AWSDeepdishControlPlaneService", "StartSchemaMerge", {})
3083
- .n("AppSyncClient", "StartSchemaMergeCommand")
3084
- .sc(StartSchemaMerge$)
3085
- .build() {
3086
- }
3087
-
3088
- class TagResourceCommand extends Command
3089
- .classBuilder()
3090
- .ep(commonParams)
3091
- .m(function (Command, cs, config, o) {
3092
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3093
- })
3094
- .s("AWSDeepdishControlPlaneService", "TagResource", {})
3095
- .n("AppSyncClient", "TagResourceCommand")
3096
- .sc(TagResource$)
3097
- .build() {
3098
- }
3099
-
3100
- class UntagResourceCommand extends Command
3101
- .classBuilder()
3102
- .ep(commonParams)
3103
- .m(function (Command, cs, config, o) {
3104
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3105
- })
3106
- .s("AWSDeepdishControlPlaneService", "UntagResource", {})
3107
- .n("AppSyncClient", "UntagResourceCommand")
3108
- .sc(UntagResource$)
3109
- .build() {
3110
- }
3111
-
3112
- class UpdateApiCacheCommand extends Command
3113
- .classBuilder()
3114
- .ep(commonParams)
3115
- .m(function (Command, cs, config, o) {
3116
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3117
- })
3118
- .s("AWSDeepdishControlPlaneService", "UpdateApiCache", {})
3119
- .n("AppSyncClient", "UpdateApiCacheCommand")
3120
- .sc(UpdateApiCache$)
3121
- .build() {
3122
- }
3123
-
3124
- class UpdateApiCommand extends Command
3125
- .classBuilder()
3126
- .ep(commonParams)
3127
- .m(function (Command, cs, config, o) {
3128
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3129
- })
3130
- .s("AWSDeepdishControlPlaneService", "UpdateApi", {})
3131
- .n("AppSyncClient", "UpdateApiCommand")
3132
- .sc(UpdateApi$)
3133
- .build() {
3134
- }
3135
-
3136
- class UpdateApiKeyCommand extends Command
3137
- .classBuilder()
3138
- .ep(commonParams)
3139
- .m(function (Command, cs, config, o) {
3140
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3141
- })
3142
- .s("AWSDeepdishControlPlaneService", "UpdateApiKey", {})
3143
- .n("AppSyncClient", "UpdateApiKeyCommand")
3144
- .sc(UpdateApiKey$)
3145
- .build() {
3146
- }
3147
-
3148
- class UpdateChannelNamespaceCommand extends Command
3149
- .classBuilder()
3150
- .ep(commonParams)
3151
- .m(function (Command, cs, config, o) {
3152
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3153
- })
3154
- .s("AWSDeepdishControlPlaneService", "UpdateChannelNamespace", {})
3155
- .n("AppSyncClient", "UpdateChannelNamespaceCommand")
3156
- .sc(UpdateChannelNamespace$)
3157
- .build() {
3158
- }
3159
-
3160
- class UpdateDataSourceCommand extends Command
3161
- .classBuilder()
3162
- .ep(commonParams)
3163
- .m(function (Command, cs, config, o) {
3164
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3165
- })
3166
- .s("AWSDeepdishControlPlaneService", "UpdateDataSource", {})
3167
- .n("AppSyncClient", "UpdateDataSourceCommand")
3168
- .sc(UpdateDataSource$)
3169
- .build() {
3170
- }
3171
-
3172
- class UpdateDomainNameCommand extends Command
3173
- .classBuilder()
3174
- .ep(commonParams)
3175
- .m(function (Command, cs, config, o) {
3176
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3177
- })
3178
- .s("AWSDeepdishControlPlaneService", "UpdateDomainName", {})
3179
- .n("AppSyncClient", "UpdateDomainNameCommand")
3180
- .sc(UpdateDomainName$)
3181
- .build() {
3182
- }
3183
-
3184
- class UpdateFunctionCommand extends Command
3185
- .classBuilder()
3186
- .ep(commonParams)
3187
- .m(function (Command, cs, config, o) {
3188
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3189
- })
3190
- .s("AWSDeepdishControlPlaneService", "UpdateFunction", {})
3191
- .n("AppSyncClient", "UpdateFunctionCommand")
3192
- .sc(UpdateFunction$)
3193
- .build() {
3194
- }
3195
-
3196
- class UpdateGraphqlApiCommand extends Command
3197
- .classBuilder()
3198
- .ep(commonParams)
3199
- .m(function (Command, cs, config, o) {
3200
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3201
- })
3202
- .s("AWSDeepdishControlPlaneService", "UpdateGraphqlApi", {})
3203
- .n("AppSyncClient", "UpdateGraphqlApiCommand")
3204
- .sc(UpdateGraphqlApi$)
3205
- .build() {
3206
- }
3207
-
3208
- class UpdateResolverCommand extends Command
3209
- .classBuilder()
3210
- .ep(commonParams)
3211
- .m(function (Command, cs, config, o) {
3212
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3213
- })
3214
- .s("AWSDeepdishControlPlaneService", "UpdateResolver", {})
3215
- .n("AppSyncClient", "UpdateResolverCommand")
3216
- .sc(UpdateResolver$)
3217
- .build() {
3218
- }
3219
-
3220
- class UpdateSourceApiAssociationCommand extends Command
3221
- .classBuilder()
3222
- .ep(commonParams)
3223
- .m(function (Command, cs, config, o) {
3224
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3225
- })
3226
- .s("AWSDeepdishControlPlaneService", "UpdateSourceApiAssociation", {})
3227
- .n("AppSyncClient", "UpdateSourceApiAssociationCommand")
3228
- .sc(UpdateSourceApiAssociation$)
3229
- .build() {
3230
- }
3231
-
3232
- class UpdateTypeCommand extends Command
3233
- .classBuilder()
3234
- .ep(commonParams)
3235
- .m(function (Command, cs, config, o) {
3236
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3237
- })
3238
- .s("AWSDeepdishControlPlaneService", "UpdateType", {})
3239
- .n("AppSyncClient", "UpdateTypeCommand")
3240
- .sc(UpdateType$)
3241
- .build() {
2357
+ const command = makeBuilder(commonParams, "AWSDeepdishControlPlaneService", "AppSyncClient", getEndpointPlugin);
2358
+ const _ep0 = {};
2359
+ const _mw0 = (Command, cs, config, o) => [];
2360
+
2361
+ class AssociateApiCommand extends command(_ep0, _mw0, "AssociateApi", AssociateApi$) {
2362
+ }
2363
+
2364
+ class AssociateMergedGraphqlApiCommand extends command(_ep0, _mw0, "AssociateMergedGraphqlApi", AssociateMergedGraphqlApi$) {
2365
+ }
2366
+
2367
+ class AssociateSourceGraphqlApiCommand extends command(_ep0, _mw0, "AssociateSourceGraphqlApi", AssociateSourceGraphqlApi$) {
2368
+ }
2369
+
2370
+ class CreateApiCacheCommand extends command(_ep0, _mw0, "CreateApiCache", CreateApiCache$) {
2371
+ }
2372
+
2373
+ class CreateApiCommand extends command(_ep0, _mw0, "CreateApi", CreateApi$) {
2374
+ }
2375
+
2376
+ class CreateApiKeyCommand extends command(_ep0, _mw0, "CreateApiKey", CreateApiKey$) {
2377
+ }
2378
+
2379
+ class CreateChannelNamespaceCommand extends command(_ep0, _mw0, "CreateChannelNamespace", CreateChannelNamespace$) {
2380
+ }
2381
+
2382
+ class CreateDataSourceCommand extends command(_ep0, _mw0, "CreateDataSource", CreateDataSource$) {
2383
+ }
2384
+
2385
+ class CreateDomainNameCommand extends command(_ep0, _mw0, "CreateDomainName", CreateDomainName$) {
2386
+ }
2387
+
2388
+ class CreateFunctionCommand extends command(_ep0, _mw0, "CreateFunction", CreateFunction$) {
2389
+ }
2390
+
2391
+ class CreateGraphqlApiCommand extends command(_ep0, _mw0, "CreateGraphqlApi", CreateGraphqlApi$) {
2392
+ }
2393
+
2394
+ class CreateResolverCommand extends command(_ep0, _mw0, "CreateResolver", CreateResolver$) {
2395
+ }
2396
+
2397
+ class CreateTypeCommand extends command(_ep0, _mw0, "CreateType", CreateType$) {
2398
+ }
2399
+
2400
+ class DeleteApiCacheCommand extends command(_ep0, _mw0, "DeleteApiCache", DeleteApiCache$) {
2401
+ }
2402
+
2403
+ class DeleteApiCommand extends command(_ep0, _mw0, "DeleteApi", DeleteApi$) {
2404
+ }
2405
+
2406
+ class DeleteApiKeyCommand extends command(_ep0, _mw0, "DeleteApiKey", DeleteApiKey$) {
2407
+ }
2408
+
2409
+ class DeleteChannelNamespaceCommand extends command(_ep0, _mw0, "DeleteChannelNamespace", DeleteChannelNamespace$) {
2410
+ }
2411
+
2412
+ class DeleteDataSourceCommand extends command(_ep0, _mw0, "DeleteDataSource", DeleteDataSource$) {
2413
+ }
2414
+
2415
+ class DeleteDomainNameCommand extends command(_ep0, _mw0, "DeleteDomainName", DeleteDomainName$) {
2416
+ }
2417
+
2418
+ class DeleteFunctionCommand extends command(_ep0, _mw0, "DeleteFunction", DeleteFunction$) {
2419
+ }
2420
+
2421
+ class DeleteGraphqlApiCommand extends command(_ep0, _mw0, "DeleteGraphqlApi", DeleteGraphqlApi$) {
2422
+ }
2423
+
2424
+ class DeleteResolverCommand extends command(_ep0, _mw0, "DeleteResolver", DeleteResolver$) {
2425
+ }
2426
+
2427
+ class DeleteTypeCommand extends command(_ep0, _mw0, "DeleteType", DeleteType$) {
2428
+ }
2429
+
2430
+ class DisassociateApiCommand extends command(_ep0, _mw0, "DisassociateApi", DisassociateApi$) {
2431
+ }
2432
+
2433
+ class DisassociateMergedGraphqlApiCommand extends command(_ep0, _mw0, "DisassociateMergedGraphqlApi", DisassociateMergedGraphqlApi$) {
2434
+ }
2435
+
2436
+ class DisassociateSourceGraphqlApiCommand extends command(_ep0, _mw0, "DisassociateSourceGraphqlApi", DisassociateSourceGraphqlApi$) {
2437
+ }
2438
+
2439
+ class EvaluateCodeCommand extends command(_ep0, _mw0, "EvaluateCode", EvaluateCode$) {
2440
+ }
2441
+
2442
+ class EvaluateMappingTemplateCommand extends command(_ep0, _mw0, "EvaluateMappingTemplate", EvaluateMappingTemplate$) {
2443
+ }
2444
+
2445
+ class FlushApiCacheCommand extends command(_ep0, _mw0, "FlushApiCache", FlushApiCache$) {
2446
+ }
2447
+
2448
+ class GetApiAssociationCommand extends command(_ep0, _mw0, "GetApiAssociation", GetApiAssociation$) {
2449
+ }
2450
+
2451
+ class GetApiCacheCommand extends command(_ep0, _mw0, "GetApiCache", GetApiCache$) {
2452
+ }
2453
+
2454
+ class GetApiCommand extends command(_ep0, _mw0, "GetApi", GetApi$) {
2455
+ }
2456
+
2457
+ class GetChannelNamespaceCommand extends command(_ep0, _mw0, "GetChannelNamespace", GetChannelNamespace$) {
2458
+ }
2459
+
2460
+ class GetDataSourceCommand extends command(_ep0, _mw0, "GetDataSource", GetDataSource$) {
2461
+ }
2462
+
2463
+ class GetDataSourceIntrospectionCommand extends command(_ep0, _mw0, "GetDataSourceIntrospection", GetDataSourceIntrospection$) {
2464
+ }
2465
+
2466
+ class GetDomainNameCommand extends command(_ep0, _mw0, "GetDomainName", GetDomainName$) {
2467
+ }
2468
+
2469
+ class GetFunctionCommand extends command(_ep0, _mw0, "GetFunction", GetFunction$) {
2470
+ }
2471
+
2472
+ class GetGraphqlApiCommand extends command(_ep0, _mw0, "GetGraphqlApi", GetGraphqlApi$) {
2473
+ }
2474
+
2475
+ class GetGraphqlApiEnvironmentVariablesCommand extends command(_ep0, _mw0, "GetGraphqlApiEnvironmentVariables", GetGraphqlApiEnvironmentVariables$) {
2476
+ }
2477
+
2478
+ class GetIntrospectionSchemaCommand extends command(_ep0, _mw0, "GetIntrospectionSchema", GetIntrospectionSchema$) {
2479
+ }
2480
+
2481
+ class GetResolverCommand extends command(_ep0, _mw0, "GetResolver", GetResolver$) {
2482
+ }
2483
+
2484
+ class GetSchemaCreationStatusCommand extends command(_ep0, _mw0, "GetSchemaCreationStatus", GetSchemaCreationStatus$) {
2485
+ }
2486
+
2487
+ class GetSourceApiAssociationCommand extends command(_ep0, _mw0, "GetSourceApiAssociation", GetSourceApiAssociation$) {
2488
+ }
2489
+
2490
+ class GetTypeCommand extends command(_ep0, _mw0, "GetType", GetType$) {
2491
+ }
2492
+
2493
+ class ListApiKeysCommand extends command(_ep0, _mw0, "ListApiKeys", ListApiKeys$) {
2494
+ }
2495
+
2496
+ class ListApisCommand extends command(_ep0, _mw0, "ListApis", ListApis$) {
2497
+ }
2498
+
2499
+ class ListChannelNamespacesCommand extends command(_ep0, _mw0, "ListChannelNamespaces", ListChannelNamespaces$) {
2500
+ }
2501
+
2502
+ class ListDataSourcesCommand extends command(_ep0, _mw0, "ListDataSources", ListDataSources$) {
2503
+ }
2504
+
2505
+ class ListDomainNamesCommand extends command(_ep0, _mw0, "ListDomainNames", ListDomainNames$) {
2506
+ }
2507
+
2508
+ class ListFunctionsCommand extends command(_ep0, _mw0, "ListFunctions", ListFunctions$) {
2509
+ }
2510
+
2511
+ class ListGraphqlApisCommand extends command(_ep0, _mw0, "ListGraphqlApis", ListGraphqlApis$) {
2512
+ }
2513
+
2514
+ class ListResolversByFunctionCommand extends command(_ep0, _mw0, "ListResolversByFunction", ListResolversByFunction$) {
2515
+ }
2516
+
2517
+ class ListResolversCommand extends command(_ep0, _mw0, "ListResolvers", ListResolvers$) {
2518
+ }
2519
+
2520
+ class ListSourceApiAssociationsCommand extends command(_ep0, _mw0, "ListSourceApiAssociations", ListSourceApiAssociations$) {
2521
+ }
2522
+
2523
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2524
+ }
2525
+
2526
+ class ListTypesByAssociationCommand extends command(_ep0, _mw0, "ListTypesByAssociation", ListTypesByAssociation$) {
2527
+ }
2528
+
2529
+ class ListTypesCommand extends command(_ep0, _mw0, "ListTypes", ListTypes$) {
2530
+ }
2531
+
2532
+ class PutGraphqlApiEnvironmentVariablesCommand extends command(_ep0, _mw0, "PutGraphqlApiEnvironmentVariables", PutGraphqlApiEnvironmentVariables$) {
2533
+ }
2534
+
2535
+ class StartDataSourceIntrospectionCommand extends command(_ep0, _mw0, "StartDataSourceIntrospection", StartDataSourceIntrospection$) {
2536
+ }
2537
+
2538
+ class StartSchemaCreationCommand extends command(_ep0, _mw0, "StartSchemaCreation", StartSchemaCreation$) {
2539
+ }
2540
+
2541
+ class StartSchemaMergeCommand extends command(_ep0, _mw0, "StartSchemaMerge", StartSchemaMerge$) {
2542
+ }
2543
+
2544
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2545
+ }
2546
+
2547
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2548
+ }
2549
+
2550
+ class UpdateApiCacheCommand extends command(_ep0, _mw0, "UpdateApiCache", UpdateApiCache$) {
2551
+ }
2552
+
2553
+ class UpdateApiCommand extends command(_ep0, _mw0, "UpdateApi", UpdateApi$) {
2554
+ }
2555
+
2556
+ class UpdateApiKeyCommand extends command(_ep0, _mw0, "UpdateApiKey", UpdateApiKey$) {
2557
+ }
2558
+
2559
+ class UpdateChannelNamespaceCommand extends command(_ep0, _mw0, "UpdateChannelNamespace", UpdateChannelNamespace$) {
2560
+ }
2561
+
2562
+ class UpdateDataSourceCommand extends command(_ep0, _mw0, "UpdateDataSource", UpdateDataSource$) {
2563
+ }
2564
+
2565
+ class UpdateDomainNameCommand extends command(_ep0, _mw0, "UpdateDomainName", UpdateDomainName$) {
2566
+ }
2567
+
2568
+ class UpdateFunctionCommand extends command(_ep0, _mw0, "UpdateFunction", UpdateFunction$) {
2569
+ }
2570
+
2571
+ class UpdateGraphqlApiCommand extends command(_ep0, _mw0, "UpdateGraphqlApi", UpdateGraphqlApi$) {
2572
+ }
2573
+
2574
+ class UpdateResolverCommand extends command(_ep0, _mw0, "UpdateResolver", UpdateResolver$) {
2575
+ }
2576
+
2577
+ class UpdateSourceApiAssociationCommand extends command(_ep0, _mw0, "UpdateSourceApiAssociation", UpdateSourceApiAssociation$) {
2578
+ }
2579
+
2580
+ class UpdateTypeCommand extends command(_ep0, _mw0, "UpdateType", UpdateType$) {
3242
2581
  }
3243
2582
 
3244
2583
  const paginateListApiKeys = createPaginator(AppSyncClient, ListApiKeysCommand, "nextToken", "nextToken", "maxResults");