@aws-sdk/client-appsync 3.296.0 → 3.298.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 (161) hide show
  1. package/dist-cjs/commands/AssociateApiCommand.js +2 -3
  2. package/dist-cjs/commands/CreateApiCacheCommand.js +2 -3
  3. package/dist-cjs/commands/CreateApiKeyCommand.js +2 -3
  4. package/dist-cjs/commands/CreateDataSourceCommand.js +2 -3
  5. package/dist-cjs/commands/CreateDomainNameCommand.js +2 -3
  6. package/dist-cjs/commands/CreateFunctionCommand.js +2 -3
  7. package/dist-cjs/commands/CreateGraphqlApiCommand.js +2 -3
  8. package/dist-cjs/commands/CreateResolverCommand.js +2 -3
  9. package/dist-cjs/commands/CreateTypeCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteApiCacheCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteApiKeyCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteDomainNameCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteFunctionCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteGraphqlApiCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteResolverCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteTypeCommand.js +2 -3
  18. package/dist-cjs/commands/DisassociateApiCommand.js +2 -3
  19. package/dist-cjs/commands/EvaluateCodeCommand.js +2 -3
  20. package/dist-cjs/commands/EvaluateMappingTemplateCommand.js +2 -3
  21. package/dist-cjs/commands/FlushApiCacheCommand.js +2 -3
  22. package/dist-cjs/commands/GetApiAssociationCommand.js +2 -3
  23. package/dist-cjs/commands/GetApiCacheCommand.js +2 -3
  24. package/dist-cjs/commands/GetDataSourceCommand.js +2 -3
  25. package/dist-cjs/commands/GetDomainNameCommand.js +2 -3
  26. package/dist-cjs/commands/GetFunctionCommand.js +2 -3
  27. package/dist-cjs/commands/GetGraphqlApiCommand.js +2 -3
  28. package/dist-cjs/commands/GetIntrospectionSchemaCommand.js +2 -3
  29. package/dist-cjs/commands/GetResolverCommand.js +2 -3
  30. package/dist-cjs/commands/GetSchemaCreationStatusCommand.js +2 -3
  31. package/dist-cjs/commands/GetTypeCommand.js +2 -3
  32. package/dist-cjs/commands/ListApiKeysCommand.js +2 -3
  33. package/dist-cjs/commands/ListDataSourcesCommand.js +2 -3
  34. package/dist-cjs/commands/ListDomainNamesCommand.js +2 -3
  35. package/dist-cjs/commands/ListFunctionsCommand.js +2 -3
  36. package/dist-cjs/commands/ListGraphqlApisCommand.js +2 -3
  37. package/dist-cjs/commands/ListResolversByFunctionCommand.js +2 -3
  38. package/dist-cjs/commands/ListResolversCommand.js +2 -3
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  40. package/dist-cjs/commands/ListTypesCommand.js +2 -3
  41. package/dist-cjs/commands/StartSchemaCreationCommand.js +2 -3
  42. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  43. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  44. package/dist-cjs/commands/UpdateApiCacheCommand.js +2 -3
  45. package/dist-cjs/commands/UpdateApiKeyCommand.js +2 -3
  46. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -3
  47. package/dist-cjs/commands/UpdateDomainNameCommand.js +2 -3
  48. package/dist-cjs/commands/UpdateFunctionCommand.js +2 -3
  49. package/dist-cjs/commands/UpdateGraphqlApiCommand.js +2 -3
  50. package/dist-cjs/commands/UpdateResolverCommand.js +2 -3
  51. package/dist-cjs/commands/UpdateTypeCommand.js +2 -3
  52. package/dist-cjs/models/models_0.js +1 -556
  53. package/dist-es/commands/AssociateApiCommand.js +2 -3
  54. package/dist-es/commands/CreateApiCacheCommand.js +2 -3
  55. package/dist-es/commands/CreateApiKeyCommand.js +2 -3
  56. package/dist-es/commands/CreateDataSourceCommand.js +2 -3
  57. package/dist-es/commands/CreateDomainNameCommand.js +2 -3
  58. package/dist-es/commands/CreateFunctionCommand.js +2 -3
  59. package/dist-es/commands/CreateGraphqlApiCommand.js +2 -3
  60. package/dist-es/commands/CreateResolverCommand.js +2 -3
  61. package/dist-es/commands/CreateTypeCommand.js +2 -3
  62. package/dist-es/commands/DeleteApiCacheCommand.js +2 -3
  63. package/dist-es/commands/DeleteApiKeyCommand.js +2 -3
  64. package/dist-es/commands/DeleteDataSourceCommand.js +2 -3
  65. package/dist-es/commands/DeleteDomainNameCommand.js +2 -3
  66. package/dist-es/commands/DeleteFunctionCommand.js +2 -3
  67. package/dist-es/commands/DeleteGraphqlApiCommand.js +2 -3
  68. package/dist-es/commands/DeleteResolverCommand.js +2 -3
  69. package/dist-es/commands/DeleteTypeCommand.js +2 -3
  70. package/dist-es/commands/DisassociateApiCommand.js +2 -3
  71. package/dist-es/commands/EvaluateCodeCommand.js +2 -3
  72. package/dist-es/commands/EvaluateMappingTemplateCommand.js +2 -3
  73. package/dist-es/commands/FlushApiCacheCommand.js +2 -3
  74. package/dist-es/commands/GetApiAssociationCommand.js +2 -3
  75. package/dist-es/commands/GetApiCacheCommand.js +2 -3
  76. package/dist-es/commands/GetDataSourceCommand.js +2 -3
  77. package/dist-es/commands/GetDomainNameCommand.js +2 -3
  78. package/dist-es/commands/GetFunctionCommand.js +2 -3
  79. package/dist-es/commands/GetGraphqlApiCommand.js +2 -3
  80. package/dist-es/commands/GetIntrospectionSchemaCommand.js +2 -3
  81. package/dist-es/commands/GetResolverCommand.js +2 -3
  82. package/dist-es/commands/GetSchemaCreationStatusCommand.js +2 -3
  83. package/dist-es/commands/GetTypeCommand.js +2 -3
  84. package/dist-es/commands/ListApiKeysCommand.js +2 -3
  85. package/dist-es/commands/ListDataSourcesCommand.js +2 -3
  86. package/dist-es/commands/ListDomainNamesCommand.js +2 -3
  87. package/dist-es/commands/ListFunctionsCommand.js +2 -3
  88. package/dist-es/commands/ListGraphqlApisCommand.js +2 -3
  89. package/dist-es/commands/ListResolversByFunctionCommand.js +2 -3
  90. package/dist-es/commands/ListResolversCommand.js +2 -3
  91. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  92. package/dist-es/commands/ListTypesCommand.js +2 -3
  93. package/dist-es/commands/StartSchemaCreationCommand.js +2 -3
  94. package/dist-es/commands/TagResourceCommand.js +2 -3
  95. package/dist-es/commands/UntagResourceCommand.js +2 -3
  96. package/dist-es/commands/UpdateApiCacheCommand.js +2 -3
  97. package/dist-es/commands/UpdateApiKeyCommand.js +2 -3
  98. package/dist-es/commands/UpdateDataSourceCommand.js +2 -3
  99. package/dist-es/commands/UpdateDomainNameCommand.js +2 -3
  100. package/dist-es/commands/UpdateFunctionCommand.js +2 -3
  101. package/dist-es/commands/UpdateGraphqlApiCommand.js +2 -3
  102. package/dist-es/commands/UpdateResolverCommand.js +2 -3
  103. package/dist-es/commands/UpdateTypeCommand.js +2 -3
  104. package/dist-es/models/models_0.js +0 -414
  105. package/dist-types/AppSync.d.ts +52 -0
  106. package/dist-types/AppSyncClient.d.ts +24 -4
  107. package/dist-types/commands/AssociateApiCommand.d.ts +16 -0
  108. package/dist-types/commands/CreateApiCacheCommand.d.ts +16 -0
  109. package/dist-types/commands/CreateApiKeyCommand.d.ts +16 -0
  110. package/dist-types/commands/CreateDataSourceCommand.d.ts +16 -0
  111. package/dist-types/commands/CreateDomainNameCommand.d.ts +16 -0
  112. package/dist-types/commands/CreateFunctionCommand.d.ts +16 -0
  113. package/dist-types/commands/CreateGraphqlApiCommand.d.ts +16 -0
  114. package/dist-types/commands/CreateResolverCommand.d.ts +16 -0
  115. package/dist-types/commands/CreateTypeCommand.d.ts +16 -0
  116. package/dist-types/commands/DeleteApiCacheCommand.d.ts +16 -0
  117. package/dist-types/commands/DeleteApiKeyCommand.d.ts +16 -0
  118. package/dist-types/commands/DeleteDataSourceCommand.d.ts +16 -0
  119. package/dist-types/commands/DeleteDomainNameCommand.d.ts +16 -0
  120. package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
  121. package/dist-types/commands/DeleteGraphqlApiCommand.d.ts +16 -0
  122. package/dist-types/commands/DeleteResolverCommand.d.ts +16 -0
  123. package/dist-types/commands/DeleteTypeCommand.d.ts +16 -0
  124. package/dist-types/commands/DisassociateApiCommand.d.ts +16 -0
  125. package/dist-types/commands/EvaluateCodeCommand.d.ts +16 -0
  126. package/dist-types/commands/EvaluateMappingTemplateCommand.d.ts +16 -0
  127. package/dist-types/commands/FlushApiCacheCommand.d.ts +16 -0
  128. package/dist-types/commands/GetApiAssociationCommand.d.ts +16 -0
  129. package/dist-types/commands/GetApiCacheCommand.d.ts +16 -0
  130. package/dist-types/commands/GetDataSourceCommand.d.ts +16 -0
  131. package/dist-types/commands/GetDomainNameCommand.d.ts +16 -0
  132. package/dist-types/commands/GetFunctionCommand.d.ts +16 -0
  133. package/dist-types/commands/GetGraphqlApiCommand.d.ts +16 -0
  134. package/dist-types/commands/GetIntrospectionSchemaCommand.d.ts +16 -0
  135. package/dist-types/commands/GetResolverCommand.d.ts +16 -0
  136. package/dist-types/commands/GetSchemaCreationStatusCommand.d.ts +16 -0
  137. package/dist-types/commands/GetTypeCommand.d.ts +16 -0
  138. package/dist-types/commands/ListApiKeysCommand.d.ts +16 -0
  139. package/dist-types/commands/ListDataSourcesCommand.d.ts +16 -0
  140. package/dist-types/commands/ListDomainNamesCommand.d.ts +16 -0
  141. package/dist-types/commands/ListFunctionsCommand.d.ts +16 -0
  142. package/dist-types/commands/ListGraphqlApisCommand.d.ts +16 -0
  143. package/dist-types/commands/ListResolversByFunctionCommand.d.ts +16 -0
  144. package/dist-types/commands/ListResolversCommand.d.ts +16 -0
  145. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  146. package/dist-types/commands/ListTypesCommand.d.ts +16 -0
  147. package/dist-types/commands/StartSchemaCreationCommand.d.ts +16 -0
  148. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  149. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  150. package/dist-types/commands/UpdateApiCacheCommand.d.ts +16 -0
  151. package/dist-types/commands/UpdateApiKeyCommand.d.ts +16 -0
  152. package/dist-types/commands/UpdateDataSourceCommand.d.ts +16 -0
  153. package/dist-types/commands/UpdateDomainNameCommand.d.ts +16 -0
  154. package/dist-types/commands/UpdateFunctionCommand.d.ts +16 -0
  155. package/dist-types/commands/UpdateGraphqlApiCommand.d.ts +16 -0
  156. package/dist-types/commands/UpdateResolverCommand.d.ts +16 -0
  157. package/dist-types/commands/UpdateTypeCommand.d.ts +16 -0
  158. package/dist-types/models/AppSyncServiceException.d.ts +2 -0
  159. package/dist-types/models/models_0.d.ts +387 -552
  160. package/dist-types/ts3.4/models/models_0.d.ts +0 -392
  161. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { UpdateApiCacheRequest, UpdateApiCacheResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApiCacheCommand}.
8
10
  */
9
11
  export interface UpdateApiCacheCommandInput extends UpdateApiCacheRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApiCacheCommand}.
13
17
  */
14
18
  export interface UpdateApiCacheCommandOutput extends UpdateApiCacheResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the cache for the GraphQL API.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateApiCacheCommandOutput extends UpdateApiCacheResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateApiCacheCommandInput - {@link UpdateApiCacheCommandInput}
34
+ * @returns {@link UpdateApiCacheCommandOutput}
28
35
  * @see {@link UpdateApiCacheCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateApiCacheCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UpdateApiCacheCommandOutput extends UpdateApiCacheResponse, __M
51
58
  export declare class UpdateApiCacheCommand extends $Command<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput, AppSyncClientResolvedConfig> {
52
59
  readonly input: UpdateApiCacheCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UpdateApiCacheCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiCacheCommandInput, UpdateApiCacheCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { UpdateApiKeyRequest, UpdateApiKeyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApiKeyCommand}.
8
10
  */
9
11
  export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApiKeyCommand}.
13
17
  */
14
18
  export interface UpdateApiKeyCommandOutput extends UpdateApiKeyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an API key. You can update the key as long as it's not deleted.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateApiKeyCommandOutput extends UpdateApiKeyResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateApiKeyCommandInput - {@link UpdateApiKeyCommandInput}
34
+ * @returns {@link UpdateApiKeyCommandOutput}
28
35
  * @see {@link UpdateApiKeyCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateApiKeyCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -54,11 +61,20 @@ export interface UpdateApiKeyCommandOutput extends UpdateApiKeyResponse, __Metad
54
61
  export declare class UpdateApiKeyCommand extends $Command<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput, AppSyncClientResolvedConfig> {
55
62
  readonly input: UpdateApiKeyCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: UpdateApiKeyCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDataSourceCommand}.
8
10
  */
9
11
  export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDataSourceCommand}.
13
17
  */
14
18
  export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a <code>DataSource</code> object.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDataSourceCommandInput - {@link UpdateDataSourceCommandInput}
34
+ * @returns {@link UpdateDataSourceCommandOutput}
28
35
  * @see {@link UpdateDataSourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDataSourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
51
58
  export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, AppSyncClientResolvedConfig> {
52
59
  readonly input: UpdateDataSourceCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UpdateDataSourceCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDomainNameCommand}.
8
10
  */
9
11
  export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDomainNameCommand}.
13
17
  */
14
18
  export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a custom <code>DomainName</code> object.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDomainNameCommandInput - {@link UpdateDomainNameCommandInput}
34
+ * @returns {@link UpdateDomainNameCommandOutput}
28
35
  * @see {@link UpdateDomainNameCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDomainNameCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UpdateDomainNameCommandOutput extends UpdateDomainNameResponse,
51
58
  export declare class UpdateDomainNameCommand extends $Command<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput, AppSyncClientResolvedConfig> {
52
59
  readonly input: UpdateDomainNameCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UpdateDomainNameCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDomainNameCommandInput, UpdateDomainNameCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { UpdateFunctionRequest, UpdateFunctionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFunctionCommand}.
8
10
  */
9
11
  export interface UpdateFunctionCommandInput extends UpdateFunctionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFunctionCommand}.
13
17
  */
14
18
  export interface UpdateFunctionCommandOutput extends UpdateFunctionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a <code>Function</code> object.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateFunctionCommandOutput extends UpdateFunctionResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFunctionCommandInput - {@link UpdateFunctionCommandInput}
34
+ * @returns {@link UpdateFunctionCommandOutput}
28
35
  * @see {@link UpdateFunctionCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFunctionCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -47,11 +54,20 @@ export interface UpdateFunctionCommandOutput extends UpdateFunctionResponse, __M
47
54
  export declare class UpdateFunctionCommand extends $Command<UpdateFunctionCommandInput, UpdateFunctionCommandOutput, AppSyncClientResolvedConfig> {
48
55
  readonly input: UpdateFunctionCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: UpdateFunctionCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionCommandInput, UpdateFunctionCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { UpdateGraphqlApiRequest, UpdateGraphqlApiResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateGraphqlApiCommand}.
8
10
  */
9
11
  export interface UpdateGraphqlApiCommandInput extends UpdateGraphqlApiRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateGraphqlApiCommand}.
13
17
  */
14
18
  export interface UpdateGraphqlApiCommandOutput extends UpdateGraphqlApiResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a <code>GraphqlApi</code> object.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateGraphqlApiCommandOutput extends UpdateGraphqlApiResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateGraphqlApiCommandInput - {@link UpdateGraphqlApiCommandInput}
34
+ * @returns {@link UpdateGraphqlApiCommandOutput}
28
35
  * @see {@link UpdateGraphqlApiCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateGraphqlApiCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -54,11 +61,20 @@ export interface UpdateGraphqlApiCommandOutput extends UpdateGraphqlApiResponse,
54
61
  export declare class UpdateGraphqlApiCommand extends $Command<UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput, AppSyncClientResolvedConfig> {
55
62
  readonly input: UpdateGraphqlApiCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: UpdateGraphqlApiCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGraphqlApiCommandInput, UpdateGraphqlApiCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { UpdateResolverRequest, UpdateResolverResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateResolverCommand}.
8
10
  */
9
11
  export interface UpdateResolverCommandInput extends UpdateResolverRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateResolverCommand}.
13
17
  */
14
18
  export interface UpdateResolverCommandOutput extends UpdateResolverResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a <code>Resolver</code> object.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateResolverCommandOutput extends UpdateResolverResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateResolverCommandInput - {@link UpdateResolverCommandInput}
34
+ * @returns {@link UpdateResolverCommandOutput}
28
35
  * @see {@link UpdateResolverCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateResolverCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UpdateResolverCommandOutput extends UpdateResolverResponse, __M
51
58
  export declare class UpdateResolverCommand extends $Command<UpdateResolverCommandInput, UpdateResolverCommandOutput, AppSyncClientResolvedConfig> {
52
59
  readonly input: UpdateResolverCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UpdateResolverCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResolverCommandInput, UpdateResolverCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { UpdateTypeRequest, UpdateTypeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateTypeCommand}.
8
10
  */
9
11
  export interface UpdateTypeCommandInput extends UpdateTypeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateTypeCommand}.
13
17
  */
14
18
  export interface UpdateTypeCommandOutput extends UpdateTypeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a <code>Type</code> object.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateTypeCommandOutput extends UpdateTypeResponse, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateTypeCommandInput - {@link UpdateTypeCommandInput}
34
+ * @returns {@link UpdateTypeCommandOutput}
28
35
  * @see {@link UpdateTypeCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateTypeCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UpdateTypeCommandOutput extends UpdateTypeResponse, __MetadataB
51
58
  export declare class UpdateTypeCommand extends $Command<UpdateTypeCommandInput, UpdateTypeCommandOutput, AppSyncClientResolvedConfig> {
52
59
  readonly input: UpdateTypeCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UpdateTypeCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateTypeCommandInput, UpdateTypeCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from AppSync service.
4
6
  */
5
7
  export declare class AppSyncServiceException extends __ServiceException {