@aws-sdk/client-appsync 3.533.0 → 3.540.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 (139) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/AppSync.d.ts +4 -1
  6. package/dist-types/AppSyncClient.d.ts +1 -1
  7. package/dist-types/commands/AssociateApiCommand.d.ts +2 -1
  8. package/dist-types/commands/AssociateMergedGraphqlApiCommand.d.ts +2 -1
  9. package/dist-types/commands/AssociateSourceGraphqlApiCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateApiCacheCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateApiKeyCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateDomainNameCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateFunctionCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateGraphqlApiCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateResolverCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateTypeCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteApiCacheCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteApiKeyCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteDomainNameCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteFunctionCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteResolverCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteTypeCommand.d.ts +2 -1
  26. package/dist-types/commands/DisassociateApiCommand.d.ts +2 -1
  27. package/dist-types/commands/DisassociateMergedGraphqlApiCommand.d.ts +2 -1
  28. package/dist-types/commands/DisassociateSourceGraphqlApiCommand.d.ts +2 -1
  29. package/dist-types/commands/EvaluateCodeCommand.d.ts +2 -1
  30. package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +2 -1
  31. package/dist-types/commands/FlushApiCacheCommand.d.ts +2 -1
  32. package/dist-types/commands/GetApiAssociationCommand.d.ts +2 -1
  33. package/dist-types/commands/GetApiCacheCommand.d.ts +2 -1
  34. package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
  35. package/dist-types/commands/GetDataSourceIntrospectionCommand.d.ts +2 -1
  36. package/dist-types/commands/GetDomainNameCommand.d.ts +2 -1
  37. package/dist-types/commands/GetFunctionCommand.d.ts +2 -1
  38. package/dist-types/commands/GetGraphqlApiCommand.d.ts +2 -1
  39. package/dist-types/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +2 -1
  40. package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +2 -1
  41. package/dist-types/commands/GetResolverCommand.d.ts +2 -1
  42. package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +2 -1
  43. package/dist-types/commands/GetSourceApiAssociationCommand.d.ts +2 -1
  44. package/dist-types/commands/GetTypeCommand.d.ts +2 -1
  45. package/dist-types/commands/ListApiKeysCommand.d.ts +2 -1
  46. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -1
  47. package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
  48. package/dist-types/commands/ListFunctionsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListGraphqlApisCommand.d.ts +2 -1
  50. package/dist-types/commands/ListResolversByFunctionCommand.d.ts +2 -1
  51. package/dist-types/commands/ListResolversCommand.d.ts +2 -1
  52. package/dist-types/commands/ListSourceApiAssociationsCommand.d.ts +2 -1
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/ListTypesByAssociationCommand.d.ts +2 -1
  55. package/dist-types/commands/ListTypesCommand.d.ts +2 -1
  56. package/dist-types/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +2 -1
  57. package/dist-types/commands/StartDataSourceIntrospectionCommand.d.ts +2 -1
  58. package/dist-types/commands/StartSchemaCreationCommand.d.ts +2 -1
  59. package/dist-types/commands/StartSchemaMergeCommand.d.ts +2 -1
  60. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  61. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateApiCacheCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateApiKeyCommand.d.ts +2 -1
  64. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
  65. package/dist-types/commands/UpdateDomainNameCommand.d.ts +2 -1
  66. package/dist-types/commands/UpdateFunctionCommand.d.ts +2 -1
  67. package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +2 -1
  68. package/dist-types/commands/UpdateResolverCommand.d.ts +2 -1
  69. package/dist-types/commands/UpdateSourceApiAssociationCommand.d.ts +2 -1
  70. package/dist-types/commands/UpdateTypeCommand.d.ts +2 -1
  71. package/dist-types/index.d.ts +0 -1
  72. package/dist-types/models/models_0.d.ts +588 -588
  73. package/dist-types/ts3.4/AppSync.d.ts +3 -0
  74. package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/AssociateMergedGraphqlApiCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/AssociateSourceGraphqlApiCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DisassociateMergedGraphqlApiCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DisassociateSourceGraphqlApiCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/EvaluateCodeCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/GetDataSourceIntrospectionCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/GetGraphqlApiEnvironmentVariablesCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/GetSourceApiAssociationCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +7 -0
  112. package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/ListSourceApiAssociationsCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/ListTypesByAssociationCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/PutGraphqlApiEnvironmentVariablesCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/StartDataSourceIntrospectionCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/StartSchemaMergeCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/UpdateSourceApiAssociationCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/index.d.ts +0 -1
  139. package/package.json +41 -41
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -3896,9 +3896,6 @@ var _AppSync = class _AppSync extends AppSyncClient {
3896
3896
  __name(_AppSync, "AppSync");
3897
3897
  var AppSync = _AppSync;
3898
3898
  (0, import_smithy_client.createAggregatedClient)(commands, AppSync);
3899
-
3900
- // src/index.ts
3901
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
3902
3899
  // Annotate the CommonJS export names for ESM import in node:
3903
3900
 
3904
3901
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -2,5 +2,4 @@ export * from "./AppSyncClient";
2
2
  export * from "./AppSync";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
- import "@aws-sdk/util-endpoints";
6
5
  export { AppSyncServiceException } from "./models/AppSyncServiceException";
@@ -308,6 +308,7 @@ export interface AppSync {
308
308
  /**
309
309
  * @see {@link ListDomainNamesCommand}
310
310
  */
311
+ listDomainNames(): Promise<ListDomainNamesCommandOutput>;
311
312
  listDomainNames(args: ListDomainNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainNamesCommandOutput>;
312
313
  listDomainNames(args: ListDomainNamesCommandInput, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
313
314
  listDomainNames(args: ListDomainNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
@@ -320,6 +321,7 @@ export interface AppSync {
320
321
  /**
321
322
  * @see {@link ListGraphqlApisCommand}
322
323
  */
324
+ listGraphqlApis(): Promise<ListGraphqlApisCommandOutput>;
323
325
  listGraphqlApis(args: ListGraphqlApisCommandInput, options?: __HttpHandlerOptions): Promise<ListGraphqlApisCommandOutput>;
324
326
  listGraphqlApis(args: ListGraphqlApisCommandInput, cb: (err: any, data?: ListGraphqlApisCommandOutput) => void): void;
325
327
  listGraphqlApis(args: ListGraphqlApisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGraphqlApisCommandOutput) => void): void;
@@ -368,6 +370,7 @@ export interface AppSync {
368
370
  /**
369
371
  * @see {@link StartDataSourceIntrospectionCommand}
370
372
  */
373
+ startDataSourceIntrospection(): Promise<StartDataSourceIntrospectionCommandOutput>;
371
374
  startDataSourceIntrospection(args: StartDataSourceIntrospectionCommandInput, options?: __HttpHandlerOptions): Promise<StartDataSourceIntrospectionCommandOutput>;
372
375
  startDataSourceIntrospection(args: StartDataSourceIntrospectionCommandInput, cb: (err: any, data?: StartDataSourceIntrospectionCommandOutput) => void): void;
373
376
  startDataSourceIntrospection(args: StartDataSourceIntrospectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDataSourceIntrospectionCommandOutput) => void): void;
@@ -451,9 +454,9 @@ export interface AppSync {
451
454
  updateType(args: UpdateTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTypeCommandOutput) => void): void;
452
455
  }
453
456
  /**
454
- * @public
455
457
  * <p>AppSync provides API actions for creating and interacting with data sources using GraphQL
456
458
  * from your application.</p>
459
+ * @public
457
460
  */
458
461
  export declare class AppSync extends AppSyncClient implements AppSync {
459
462
  }
@@ -215,9 +215,9 @@ export type AppSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
215
215
  export interface AppSyncClientResolvedConfig extends AppSyncClientResolvedConfigType {
216
216
  }
217
217
  /**
218
- * @public
219
218
  * <p>AppSync provides API actions for creating and interacting with data sources using GraphQL
220
219
  * from your application.</p>
220
+ * @public
221
221
  */
222
222
  export declare class AppSyncClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppSyncClientResolvedConfig> {
223
223
  /**
@@ -22,10 +22,10 @@ export interface AssociateApiCommandOutput extends AssociateApiResponse, __Metad
22
22
  }
23
23
  declare const AssociateApiCommand_base: {
24
24
  new (input: AssociateApiCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateApiCommandInput, AssociateApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateApiCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateApiCommandInput, AssociateApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Maps an endpoint to your custom domain.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const AssociateApiCommand_base: {
72
72
  * @throws {@link AppSyncServiceException}
73
73
  * <p>Base exception class for all service exceptions from AppSync service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class AssociateApiCommand extends AssociateApiCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface AssociateMergedGraphqlApiCommandOutput extends AssociateMergedG
22
22
  }
23
23
  declare const AssociateMergedGraphqlApiCommand_base: {
24
24
  new (input: AssociateMergedGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateMergedGraphqlApiCommandInput, AssociateMergedGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateMergedGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateMergedGraphqlApiCommandInput, AssociateMergedGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an association between a Merged API and source API using the source API's identifier.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const AssociateMergedGraphqlApiCommand_base: {
92
92
  * @throws {@link AppSyncServiceException}
93
93
  * <p>Base exception class for all service exceptions from AppSync service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class AssociateMergedGraphqlApiCommand extends AssociateMergedGraphqlApiCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface AssociateSourceGraphqlApiCommandOutput extends AssociateSourceG
22
22
  }
23
23
  declare const AssociateSourceGraphqlApiCommand_base: {
24
24
  new (input: AssociateSourceGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateSourceGraphqlApiCommandInput, AssociateSourceGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateSourceGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateSourceGraphqlApiCommandInput, AssociateSourceGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an association between a Merged API and source API using the Merged API's identifier.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -92,6 +92,7 @@ declare const AssociateSourceGraphqlApiCommand_base: {
92
92
  * @throws {@link AppSyncServiceException}
93
93
  * <p>Base exception class for all service exceptions from AppSync service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class AssociateSourceGraphqlApiCommand extends AssociateSourceGraphqlApiCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface CreateApiCacheCommandOutput extends CreateApiCacheResponse, __M
22
22
  }
23
23
  declare const CreateApiCacheCommand_base: {
24
24
  new (input: CreateApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiCacheCommandInput, CreateApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiCacheCommandInput, CreateApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a cache for the GraphQL API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const CreateApiCacheCommand_base: {
84
84
  * @throws {@link AppSyncServiceException}
85
85
  * <p>Base exception class for all service exceptions from AppSync service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CreateApiCacheCommand extends CreateApiCacheCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface CreateApiKeyCommandOutput extends CreateApiKeyResponse, __Metad
22
22
  }
23
23
  declare const CreateApiKeyCommand_base: {
24
24
  new (input: CreateApiKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiKeyCommandInput, CreateApiKeyCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApiKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApiKeyCommandInput, CreateApiKeyCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a unique key that you can distribute to clients who invoke your API.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const CreateApiKeyCommand_base: {
83
83
  * @throws {@link AppSyncServiceException}
84
84
  * <p>Base exception class for all service exceptions from AppSync service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class CreateApiKeyCommand extends CreateApiKeyCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
22
22
  }
23
23
  declare const CreateDataSourceCommand_base: {
24
24
  new (input: CreateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a <code>DataSource</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -172,6 +172,7 @@ declare const CreateDataSourceCommand_base: {
172
172
  * @throws {@link AppSyncServiceException}
173
173
  * <p>Base exception class for all service exceptions from AppSync service.</p>
174
174
  *
175
+ * @public
175
176
  */
176
177
  export declare class CreateDataSourceCommand extends CreateDataSourceCommand_base {
177
178
  }
@@ -22,10 +22,10 @@ export interface CreateDomainNameCommandOutput extends CreateDomainNameResponse,
22
22
  }
23
23
  declare const CreateDomainNameCommand_base: {
24
24
  new (input: CreateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a custom <code>DomainName</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const CreateDomainNameCommand_base: {
71
71
  * @throws {@link AppSyncServiceException}
72
72
  * <p>Base exception class for all service exceptions from AppSync service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class CreateDomainNameCommand extends CreateDomainNameCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface CreateFunctionCommandOutput extends CreateFunctionResponse, __M
22
22
  }
23
23
  declare const CreateFunctionCommand_base: {
24
24
  new (input: CreateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionCommandInput, CreateFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionCommandInput, CreateFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a <code>Function</code> object.</p>
30
30
  * <p>A function is a reusable entity. You can use multiple functions to compose the resolver logic.</p>
31
31
  * @example
@@ -112,6 +112,7 @@ declare const CreateFunctionCommand_base: {
112
112
  * @throws {@link AppSyncServiceException}
113
113
  * <p>Base exception class for all service exceptions from AppSync service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class CreateFunctionCommand extends CreateFunctionCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface CreateGraphqlApiCommandOutput extends CreateGraphqlApiResponse,
22
22
  }
23
23
  declare const CreateGraphqlApiCommand_base: {
24
24
  new (input: CreateGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphqlApiCommandInput, CreateGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphqlApiCommandInput, CreateGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a <code>GraphqlApi</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -205,6 +205,7 @@ declare const CreateGraphqlApiCommand_base: {
205
205
  * @throws {@link AppSyncServiceException}
206
206
  * <p>Base exception class for all service exceptions from AppSync service.</p>
207
207
  *
208
+ * @public
208
209
  */
209
210
  export declare class CreateGraphqlApiCommand extends CreateGraphqlApiCommand_base {
210
211
  }
@@ -22,10 +22,10 @@ export interface CreateResolverCommandOutput extends CreateResolverResponse, __M
22
22
  }
23
23
  declare const CreateResolverCommand_base: {
24
24
  new (input: CreateResolverCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResolverCommandInput, CreateResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateResolverCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResolverCommandInput, CreateResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a <code>Resolver</code> object.</p>
30
30
  * <p>A resolver converts incoming requests into a format that a data source can understand, and converts the data
31
31
  * source's responses into GraphQL.</p>
@@ -136,6 +136,7 @@ declare const CreateResolverCommand_base: {
136
136
  * @throws {@link AppSyncServiceException}
137
137
  * <p>Base exception class for all service exceptions from AppSync service.</p>
138
138
  *
139
+ * @public
139
140
  */
140
141
  export declare class CreateResolverCommand extends CreateResolverCommand_base {
141
142
  }
@@ -22,10 +22,10 @@ export interface CreateTypeCommandOutput extends CreateTypeResponse, __MetadataB
22
22
  }
23
23
  declare const CreateTypeCommand_base: {
24
24
  new (input: CreateTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTypeCommandInput, CreateTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTypeCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTypeCommandInput, CreateTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a <code>Type</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const CreateTypeCommand_base: {
78
78
  * @throws {@link AppSyncServiceException}
79
79
  * <p>Base exception class for all service exceptions from AppSync service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class CreateTypeCommand extends CreateTypeCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeleteApiCacheCommandOutput extends DeleteApiCacheResponse, __M
22
22
  }
23
23
  declare const DeleteApiCacheCommand_base: {
24
24
  new (input: DeleteApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiCacheCommandInput, DeleteApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiCacheCommandInput, DeleteApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an <code>ApiCache</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteApiCacheCommand_base: {
68
68
  * @throws {@link AppSyncServiceException}
69
69
  * <p>Base exception class for all service exceptions from AppSync service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteApiCacheCommand extends DeleteApiCacheCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteApiKeyCommandOutput extends DeleteApiKeyResponse, __Metad
22
22
  }
23
23
  declare const DeleteApiKeyCommand_base: {
24
24
  new (input: DeleteApiKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApiKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an API key.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -65,6 +65,7 @@ declare const DeleteApiKeyCommand_base: {
65
65
  * @throws {@link AppSyncServiceException}
66
66
  * <p>Base exception class for all service exceptions from AppSync service.</p>
67
67
  *
68
+ * @public
68
69
  */
69
70
  export declare class DeleteApiKeyCommand extends DeleteApiKeyCommand_base {
70
71
  }
@@ -22,10 +22,10 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse,
22
22
  }
23
23
  declare const DeleteDataSourceCommand_base: {
24
24
  new (input: DeleteDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDataSourceCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a <code>DataSource</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DeleteDataSourceCommand_base: {
69
69
  * @throws {@link AppSyncServiceException}
70
70
  * <p>Base exception class for all service exceptions from AppSync service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteDomainNameCommandOutput extends DeleteDomainNameResponse,
22
22
  }
23
23
  declare const DeleteDomainNameCommand_base: {
24
24
  new (input: DeleteDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDomainNameCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a custom <code>DomainName</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DeleteDomainNameCommand_base: {
68
68
  * @throws {@link AppSyncServiceException}
69
69
  * <p>Base exception class for all service exceptions from AppSync service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DeleteDomainNameCommand extends DeleteDomainNameCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DeleteFunctionCommandOutput extends DeleteFunctionResponse, __M
22
22
  }
23
23
  declare const DeleteFunctionCommand_base: {
24
24
  new (input: DeleteFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a <code>Function</code>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DeleteFunctionCommand_base: {
69
69
  * @throws {@link AppSyncServiceException}
70
70
  * <p>Base exception class for all service exceptions from AppSync service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteFunctionCommand extends DeleteFunctionCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DeleteGraphqlApiCommandOutput extends DeleteGraphqlApiResponse,
22
22
  }
23
23
  declare const DeleteGraphqlApiCommand_base: {
24
24
  new (input: DeleteGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphqlApiCommandInput, DeleteGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphqlApiCommandInput, DeleteGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a <code>GraphqlApi</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DeleteGraphqlApiCommand_base: {
71
71
  * @throws {@link AppSyncServiceException}
72
72
  * <p>Base exception class for all service exceptions from AppSync service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteGraphqlApiCommand extends DeleteGraphqlApiCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteResolverCommandOutput extends DeleteResolverResponse, __M
22
22
  }
23
23
  declare const DeleteResolverCommand_base: {
24
24
  new (input: DeleteResolverCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResolverCommandInput, DeleteResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteResolverCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResolverCommandInput, DeleteResolverCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a <code>Resolver</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const DeleteResolverCommand_base: {
70
70
  * @throws {@link AppSyncServiceException}
71
71
  * <p>Base exception class for all service exceptions from AppSync service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class DeleteResolverCommand extends DeleteResolverCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface DeleteTypeCommandOutput extends DeleteTypeResponse, __MetadataB
22
22
  }
23
23
  declare const DeleteTypeCommand_base: {
24
24
  new (input: DeleteTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTypeCommandInput, DeleteTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTypeCommandInput, DeleteTypeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a <code>Type</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const DeleteTypeCommand_base: {
69
69
  * @throws {@link AppSyncServiceException}
70
70
  * <p>Base exception class for all service exceptions from AppSync service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class DeleteTypeCommand extends DeleteTypeCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface DisassociateApiCommandOutput extends DisassociateApiResponse, _
22
22
  }
23
23
  declare const DisassociateApiCommand_base: {
24
24
  new (input: DisassociateApiCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateApiCommandInput, DisassociateApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateApiCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateApiCommandInput, DisassociateApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes an <code>ApiAssociation</code> object from a custom domain.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const DisassociateApiCommand_base: {
68
68
  * @throws {@link AppSyncServiceException}
69
69
  * <p>Base exception class for all service exceptions from AppSync service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class DisassociateApiCommand extends DisassociateApiCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface DisassociateMergedGraphqlApiCommandOutput extends DisassociateM
22
22
  }
23
23
  declare const DisassociateMergedGraphqlApiCommand_base: {
24
24
  new (input: DisassociateMergedGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMergedGraphqlApiCommandInput, DisassociateMergedGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateMergedGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMergedGraphqlApiCommandInput, DisassociateMergedGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an association between a Merged API and source API using the source API's identifier and the
30
30
  * association ID.</p>
31
31
  * @example
@@ -72,6 +72,7 @@ declare const DisassociateMergedGraphqlApiCommand_base: {
72
72
  * @throws {@link AppSyncServiceException}
73
73
  * <p>Base exception class for all service exceptions from AppSync service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DisassociateMergedGraphqlApiCommand extends DisassociateMergedGraphqlApiCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface DisassociateSourceGraphqlApiCommandOutput extends DisassociateS
22
22
  }
23
23
  declare const DisassociateSourceGraphqlApiCommand_base: {
24
24
  new (input: DisassociateSourceGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSourceGraphqlApiCommandInput, DisassociateSourceGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateSourceGraphqlApiCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSourceGraphqlApiCommandInput, DisassociateSourceGraphqlApiCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes an association between a Merged API and source API using the Merged API's identifier and the
30
30
  * association ID.</p>
31
31
  * @example
@@ -72,6 +72,7 @@ declare const DisassociateSourceGraphqlApiCommand_base: {
72
72
  * @throws {@link AppSyncServiceException}
73
73
  * <p>Base exception class for all service exceptions from AppSync service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class DisassociateSourceGraphqlApiCommand extends DisassociateSourceGraphqlApiCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface EvaluateCodeCommandOutput extends EvaluateCodeResponse, __Metad
22
22
  }
23
23
  declare const EvaluateCodeCommand_base: {
24
24
  new (input: EvaluateCodeCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluateCodeCommandInput, EvaluateCodeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EvaluateCodeCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluateCodeCommandInput, EvaluateCodeCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Evaluates the given code and returns the response. The code definition requirements depend on the specified
30
30
  * runtime. For <code>APPSYNC_JS</code> runtimes, the code defines the request and response functions. The request
31
31
  * function takes the incoming request after a GraphQL operation is parsed and converts it into a request
@@ -90,6 +90,7 @@ declare const EvaluateCodeCommand_base: {
90
90
  * @throws {@link AppSyncServiceException}
91
91
  * <p>Base exception class for all service exceptions from AppSync service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class EvaluateCodeCommand extends EvaluateCodeCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface EvaluateMappingTemplateCommandOutput extends EvaluateMappingTem
22
22
  }
23
23
  declare const EvaluateMappingTemplateCommand_base: {
24
24
  new (input: EvaluateMappingTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EvaluateMappingTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<EvaluateMappingTemplateCommandInput, EvaluateMappingTemplateCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Evaluates a given template and returns the response. The mapping template can be a request or response
30
30
  * template.</p>
31
31
  * <p>Request templates take the incoming request after a GraphQL operation is parsed and convert it into a
@@ -75,6 +75,7 @@ declare const EvaluateMappingTemplateCommand_base: {
75
75
  * @throws {@link AppSyncServiceException}
76
76
  * <p>Base exception class for all service exceptions from AppSync service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class EvaluateMappingTemplateCommand extends EvaluateMappingTemplateCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface FlushApiCacheCommandOutput extends FlushApiCacheResponse, __Met
22
22
  }
23
23
  declare const FlushApiCacheCommand_base: {
24
24
  new (input: FlushApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<FlushApiCacheCommandInput, FlushApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: FlushApiCacheCommandInput): import("@smithy/smithy-client").CommandImpl<FlushApiCacheCommandInput, FlushApiCacheCommandOutput, AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Flushes an <code>ApiCache</code> object.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,6 +68,7 @@ declare const FlushApiCacheCommand_base: {
68
68
  * @throws {@link AppSyncServiceException}
69
69
  * <p>Base exception class for all service exceptions from AppSync service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class FlushApiCacheCommand extends FlushApiCacheCommand_base {
73
74
  }