@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 { GetTypeRequest, GetTypeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetTypeCommand}.
8
10
  */
9
11
  export interface GetTypeCommandInput extends GetTypeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetTypeCommand}.
13
17
  */
14
18
  export interface GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves 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 GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetTypeCommandInput - {@link GetTypeCommandInput}
34
+ * @returns {@link GetTypeCommandOutput}
28
35
  * @see {@link GetTypeCommandInput} for command's `input` shape.
29
36
  * @see {@link GetTypeCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -51,11 +58,20 @@ export interface GetTypeCommandOutput extends GetTypeResponse, __MetadataBearer
51
58
  export declare class GetTypeCommand extends $Command<GetTypeCommandInput, GetTypeCommandOutput, AppSyncClientResolvedConfig> {
52
59
  readonly input: GetTypeCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: GetTypeCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTypeCommandInput, GetTypeCommandOutput>;
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 { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListApiKeysCommand}.
8
10
  */
9
11
  export interface ListApiKeysCommandInput extends ListApiKeysRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListApiKeysCommand}.
13
17
  */
14
18
  export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the API keys for a given API.</p>
18
23
  * <note>
19
24
  * <p>API keys are deleted automatically 60 days after they expire. However, they may still be included in the
@@ -30,6 +35,8 @@ export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __Metadat
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param ListApiKeysCommandInput - {@link ListApiKeysCommandInput}
39
+ * @returns {@link ListApiKeysCommandOutput}
33
40
  * @see {@link ListApiKeysCommandInput} for command's `input` shape.
34
41
  * @see {@link ListApiKeysCommandOutput} for command's `response` shape.
35
42
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -52,11 +59,20 @@ export interface ListApiKeysCommandOutput extends ListApiKeysResponse, __Metadat
52
59
  export declare class ListApiKeysCommand extends $Command<ListApiKeysCommandInput, ListApiKeysCommandOutput, AppSyncClientResolvedConfig> {
53
60
  readonly input: ListApiKeysCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: ListApiKeysCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListApiKeysCommandInput, ListApiKeysCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDataSourcesCommand}.
8
10
  */
9
11
  export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDataSourcesCommand}.
13
17
  */
14
18
  export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the data sources for a given 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 ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDataSourcesCommandInput - {@link ListDataSourcesCommandInput}
34
+ * @returns {@link ListDataSourcesCommandOutput}
28
35
  * @see {@link ListDataSourcesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDataSourcesCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -47,11 +54,20 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
47
54
  export declare class ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, AppSyncClientResolvedConfig> {
48
55
  readonly input: ListDataSourcesCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: ListDataSourcesCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSourcesCommandInput, ListDataSourcesCommandOutput>;
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 { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDomainNamesCommand}.
8
10
  */
9
11
  export interface ListDomainNamesCommandInput extends ListDomainNamesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDomainNamesCommand}.
13
17
  */
14
18
  export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists multiple custom domain names.</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 ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDomainNamesCommandInput - {@link ListDomainNamesCommandInput}
34
+ * @returns {@link ListDomainNamesCommandOutput}
28
35
  * @see {@link ListDomainNamesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDomainNamesCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, _
44
51
  export declare class ListDomainNamesCommand extends $Command<ListDomainNamesCommandInput, ListDomainNamesCommandOutput, AppSyncClientResolvedConfig> {
45
52
  readonly input: ListDomainNamesCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListDomainNamesCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainNamesCommandInput, ListDomainNamesCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListFunctionsCommand}.
8
10
  */
9
11
  export interface ListFunctionsCommandInput extends ListFunctionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListFunctionsCommand}.
13
17
  */
14
18
  export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List multiple functions.</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 ListFunctionsCommandOutput extends ListFunctionsResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListFunctionsCommandInput - {@link ListFunctionsCommandInput}
34
+ * @returns {@link ListFunctionsCommandOutput}
28
35
  * @see {@link ListFunctionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListFunctionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -47,11 +54,20 @@ export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __Met
47
54
  export declare class ListFunctionsCommand extends $Command<ListFunctionsCommandInput, ListFunctionsCommandOutput, AppSyncClientResolvedConfig> {
48
55
  readonly input: ListFunctionsCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: ListFunctionsCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFunctionsCommandInput, ListFunctionsCommandOutput>;
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 { ListGraphqlApisRequest, ListGraphqlApisResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListGraphqlApisCommand}.
8
10
  */
9
11
  export interface ListGraphqlApisCommandInput extends ListGraphqlApisRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListGraphqlApisCommand}.
13
17
  */
14
18
  export interface ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists your GraphQL APIs.</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 ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListGraphqlApisCommandInput - {@link ListGraphqlApisCommandInput}
34
+ * @returns {@link ListGraphqlApisCommandOutput}
28
35
  * @see {@link ListGraphqlApisCommandInput} for command's `input` shape.
29
36
  * @see {@link ListGraphqlApisCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListGraphqlApisCommandOutput extends ListGraphqlApisResponse, _
44
51
  export declare class ListGraphqlApisCommand extends $Command<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput, AppSyncClientResolvedConfig> {
45
52
  readonly input: ListGraphqlApisCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListGraphqlApisCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGraphqlApisCommandInput, ListGraphqlApisCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { ListResolversByFunctionRequest, ListResolversByFunctionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListResolversByFunctionCommand}.
8
10
  */
9
11
  export interface ListResolversByFunctionCommandInput extends ListResolversByFunctionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListResolversByFunctionCommand}.
13
17
  */
14
18
  export interface ListResolversByFunctionCommandOutput extends ListResolversByFunctionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the resolvers that are associated with a specific function.</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 ListResolversByFunctionCommandOutput extends ListResolversByFun
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListResolversByFunctionCommandInput - {@link ListResolversByFunctionCommandInput}
34
+ * @returns {@link ListResolversByFunctionCommandOutput}
28
35
  * @see {@link ListResolversByFunctionCommandInput} for command's `input` shape.
29
36
  * @see {@link ListResolversByFunctionCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -47,11 +54,20 @@ export interface ListResolversByFunctionCommandOutput extends ListResolversByFun
47
54
  export declare class ListResolversByFunctionCommand extends $Command<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput, AppSyncClientResolvedConfig> {
48
55
  readonly input: ListResolversByFunctionCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: ListResolversByFunctionCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResolversByFunctionCommandInput, ListResolversByFunctionCommandOutput>;
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 { ListResolversRequest, ListResolversResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListResolversCommand}.
8
10
  */
9
11
  export interface ListResolversCommandInput extends ListResolversRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListResolversCommand}.
13
17
  */
14
18
  export interface ListResolversCommandOutput extends ListResolversResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the resolvers for a given API and type.</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 ListResolversCommandOutput extends ListResolversResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListResolversCommandInput - {@link ListResolversCommandInput}
34
+ * @returns {@link ListResolversCommandOutput}
28
35
  * @see {@link ListResolversCommandInput} for command's `input` shape.
29
36
  * @see {@link ListResolversCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -47,11 +54,20 @@ export interface ListResolversCommandOutput extends ListResolversResponse, __Met
47
54
  export declare class ListResolversCommand extends $Command<ListResolversCommandInput, ListResolversCommandOutput, AppSyncClientResolvedConfig> {
48
55
  readonly input: ListResolversCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: ListResolversCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResolversCommandInput, ListResolversCommandOutput>;
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the tags for a resource.</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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -53,11 +60,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
53
60
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AppSyncClientResolvedConfig> {
54
61
  readonly input: ListTagsForResourceCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: ListTagsForResourceCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { ListTypesRequest, ListTypesResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTypesCommand}.
8
10
  */
9
11
  export interface ListTypesCommandInput extends ListTypesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTypesCommand}.
13
17
  */
14
18
  export interface ListTypesCommandOutput extends ListTypesResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the types for a given 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 ListTypesCommandOutput extends ListTypesResponse, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTypesCommandInput - {@link ListTypesCommandInput}
34
+ * @returns {@link ListTypesCommandOutput}
28
35
  * @see {@link ListTypesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTypesCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -51,11 +58,20 @@ export interface ListTypesCommandOutput extends ListTypesResponse, __MetadataBea
51
58
  export declare class ListTypesCommand extends $Command<ListTypesCommandInput, ListTypesCommandOutput, AppSyncClientResolvedConfig> {
52
59
  readonly input: ListTypesCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: ListTypesCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTypesCommandInput, ListTypesCommandOutput>;
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 { StartSchemaCreationRequest, StartSchemaCreationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartSchemaCreationCommand}.
8
10
  */
9
11
  export interface StartSchemaCreationCommandInput extends StartSchemaCreationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartSchemaCreationCommand}.
13
17
  */
14
18
  export interface StartSchemaCreationCommandOutput extends StartSchemaCreationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Adds a new schema to your GraphQL API.</p>
18
23
  * <p>This operation is asynchronous. Use to determine when it has
19
24
  * completed.</p>
@@ -27,6 +32,8 @@ export interface StartSchemaCreationCommandOutput extends StartSchemaCreationRes
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param StartSchemaCreationCommandInput - {@link StartSchemaCreationCommandInput}
36
+ * @returns {@link StartSchemaCreationCommandOutput}
30
37
  * @see {@link StartSchemaCreationCommandInput} for command's `input` shape.
31
38
  * @see {@link StartSchemaCreationCommandOutput} for command's `response` shape.
32
39
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -53,11 +60,20 @@ export interface StartSchemaCreationCommandOutput extends StartSchemaCreationRes
53
60
  export declare class StartSchemaCreationCommand extends $Command<StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput, AppSyncClientResolvedConfig> {
54
61
  readonly input: StartSchemaCreationCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: StartSchemaCreationCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSchemaCreationCommandInput, StartSchemaCreationCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Tags a resource with user-supplied tags.</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 TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -53,11 +60,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
53
60
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AppSyncClientResolvedConfig> {
54
61
  readonly input: TagResourceCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: TagResourceCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppSyncClient";
5
5
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Untags a resource.</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 UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link AppSyncClientResolvedConfig | config} for AppSyncClient's `config` shape.
@@ -53,11 +60,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
53
60
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AppSyncClientResolvedConfig> {
54
61
  readonly input: UntagResourceCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: UntagResourceCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }