@aws-sdk/client-appsync 3.169.0 → 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/AppSync.d.ts +904 -255
- package/dist-types/ts3.4/AppSyncClient.d.ts +429 -123
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +50 -50
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1573 -1437
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +605 -152
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,255 +1,904 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import { AppSyncClient } from "./AppSyncClient";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
import {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
import {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
import {
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
import {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
import {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
import {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
import {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { AppSyncClient } from "./AppSyncClient";
|
|
3
|
+
import {
|
|
4
|
+
AssociateApiCommandInput,
|
|
5
|
+
AssociateApiCommandOutput,
|
|
6
|
+
} from "./commands/AssociateApiCommand";
|
|
7
|
+
import {
|
|
8
|
+
CreateApiCacheCommandInput,
|
|
9
|
+
CreateApiCacheCommandOutput,
|
|
10
|
+
} from "./commands/CreateApiCacheCommand";
|
|
11
|
+
import {
|
|
12
|
+
CreateApiKeyCommandInput,
|
|
13
|
+
CreateApiKeyCommandOutput,
|
|
14
|
+
} from "./commands/CreateApiKeyCommand";
|
|
15
|
+
import {
|
|
16
|
+
CreateDataSourceCommandInput,
|
|
17
|
+
CreateDataSourceCommandOutput,
|
|
18
|
+
} from "./commands/CreateDataSourceCommand";
|
|
19
|
+
import {
|
|
20
|
+
CreateDomainNameCommandInput,
|
|
21
|
+
CreateDomainNameCommandOutput,
|
|
22
|
+
} from "./commands/CreateDomainNameCommand";
|
|
23
|
+
import {
|
|
24
|
+
CreateFunctionCommandInput,
|
|
25
|
+
CreateFunctionCommandOutput,
|
|
26
|
+
} from "./commands/CreateFunctionCommand";
|
|
27
|
+
import {
|
|
28
|
+
CreateGraphqlApiCommandInput,
|
|
29
|
+
CreateGraphqlApiCommandOutput,
|
|
30
|
+
} from "./commands/CreateGraphqlApiCommand";
|
|
31
|
+
import {
|
|
32
|
+
CreateResolverCommandInput,
|
|
33
|
+
CreateResolverCommandOutput,
|
|
34
|
+
} from "./commands/CreateResolverCommand";
|
|
35
|
+
import {
|
|
36
|
+
CreateTypeCommandInput,
|
|
37
|
+
CreateTypeCommandOutput,
|
|
38
|
+
} from "./commands/CreateTypeCommand";
|
|
39
|
+
import {
|
|
40
|
+
DeleteApiCacheCommandInput,
|
|
41
|
+
DeleteApiCacheCommandOutput,
|
|
42
|
+
} from "./commands/DeleteApiCacheCommand";
|
|
43
|
+
import {
|
|
44
|
+
DeleteApiKeyCommandInput,
|
|
45
|
+
DeleteApiKeyCommandOutput,
|
|
46
|
+
} from "./commands/DeleteApiKeyCommand";
|
|
47
|
+
import {
|
|
48
|
+
DeleteDataSourceCommandInput,
|
|
49
|
+
DeleteDataSourceCommandOutput,
|
|
50
|
+
} from "./commands/DeleteDataSourceCommand";
|
|
51
|
+
import {
|
|
52
|
+
DeleteDomainNameCommandInput,
|
|
53
|
+
DeleteDomainNameCommandOutput,
|
|
54
|
+
} from "./commands/DeleteDomainNameCommand";
|
|
55
|
+
import {
|
|
56
|
+
DeleteFunctionCommandInput,
|
|
57
|
+
DeleteFunctionCommandOutput,
|
|
58
|
+
} from "./commands/DeleteFunctionCommand";
|
|
59
|
+
import {
|
|
60
|
+
DeleteGraphqlApiCommandInput,
|
|
61
|
+
DeleteGraphqlApiCommandOutput,
|
|
62
|
+
} from "./commands/DeleteGraphqlApiCommand";
|
|
63
|
+
import {
|
|
64
|
+
DeleteResolverCommandInput,
|
|
65
|
+
DeleteResolverCommandOutput,
|
|
66
|
+
} from "./commands/DeleteResolverCommand";
|
|
67
|
+
import {
|
|
68
|
+
DeleteTypeCommandInput,
|
|
69
|
+
DeleteTypeCommandOutput,
|
|
70
|
+
} from "./commands/DeleteTypeCommand";
|
|
71
|
+
import {
|
|
72
|
+
DisassociateApiCommandInput,
|
|
73
|
+
DisassociateApiCommandOutput,
|
|
74
|
+
} from "./commands/DisassociateApiCommand";
|
|
75
|
+
import {
|
|
76
|
+
EvaluateMappingTemplateCommandInput,
|
|
77
|
+
EvaluateMappingTemplateCommandOutput,
|
|
78
|
+
} from "./commands/EvaluateMappingTemplateCommand";
|
|
79
|
+
import {
|
|
80
|
+
FlushApiCacheCommandInput,
|
|
81
|
+
FlushApiCacheCommandOutput,
|
|
82
|
+
} from "./commands/FlushApiCacheCommand";
|
|
83
|
+
import {
|
|
84
|
+
GetApiAssociationCommandInput,
|
|
85
|
+
GetApiAssociationCommandOutput,
|
|
86
|
+
} from "./commands/GetApiAssociationCommand";
|
|
87
|
+
import {
|
|
88
|
+
GetApiCacheCommandInput,
|
|
89
|
+
GetApiCacheCommandOutput,
|
|
90
|
+
} from "./commands/GetApiCacheCommand";
|
|
91
|
+
import {
|
|
92
|
+
GetDataSourceCommandInput,
|
|
93
|
+
GetDataSourceCommandOutput,
|
|
94
|
+
} from "./commands/GetDataSourceCommand";
|
|
95
|
+
import {
|
|
96
|
+
GetDomainNameCommandInput,
|
|
97
|
+
GetDomainNameCommandOutput,
|
|
98
|
+
} from "./commands/GetDomainNameCommand";
|
|
99
|
+
import {
|
|
100
|
+
GetFunctionCommandInput,
|
|
101
|
+
GetFunctionCommandOutput,
|
|
102
|
+
} from "./commands/GetFunctionCommand";
|
|
103
|
+
import {
|
|
104
|
+
GetGraphqlApiCommandInput,
|
|
105
|
+
GetGraphqlApiCommandOutput,
|
|
106
|
+
} from "./commands/GetGraphqlApiCommand";
|
|
107
|
+
import {
|
|
108
|
+
GetIntrospectionSchemaCommandInput,
|
|
109
|
+
GetIntrospectionSchemaCommandOutput,
|
|
110
|
+
} from "./commands/GetIntrospectionSchemaCommand";
|
|
111
|
+
import {
|
|
112
|
+
GetResolverCommandInput,
|
|
113
|
+
GetResolverCommandOutput,
|
|
114
|
+
} from "./commands/GetResolverCommand";
|
|
115
|
+
import {
|
|
116
|
+
GetSchemaCreationStatusCommandInput,
|
|
117
|
+
GetSchemaCreationStatusCommandOutput,
|
|
118
|
+
} from "./commands/GetSchemaCreationStatusCommand";
|
|
119
|
+
import {
|
|
120
|
+
GetTypeCommandInput,
|
|
121
|
+
GetTypeCommandOutput,
|
|
122
|
+
} from "./commands/GetTypeCommand";
|
|
123
|
+
import {
|
|
124
|
+
ListApiKeysCommandInput,
|
|
125
|
+
ListApiKeysCommandOutput,
|
|
126
|
+
} from "./commands/ListApiKeysCommand";
|
|
127
|
+
import {
|
|
128
|
+
ListDataSourcesCommandInput,
|
|
129
|
+
ListDataSourcesCommandOutput,
|
|
130
|
+
} from "./commands/ListDataSourcesCommand";
|
|
131
|
+
import {
|
|
132
|
+
ListDomainNamesCommandInput,
|
|
133
|
+
ListDomainNamesCommandOutput,
|
|
134
|
+
} from "./commands/ListDomainNamesCommand";
|
|
135
|
+
import {
|
|
136
|
+
ListFunctionsCommandInput,
|
|
137
|
+
ListFunctionsCommandOutput,
|
|
138
|
+
} from "./commands/ListFunctionsCommand";
|
|
139
|
+
import {
|
|
140
|
+
ListGraphqlApisCommandInput,
|
|
141
|
+
ListGraphqlApisCommandOutput,
|
|
142
|
+
} from "./commands/ListGraphqlApisCommand";
|
|
143
|
+
import {
|
|
144
|
+
ListResolversByFunctionCommandInput,
|
|
145
|
+
ListResolversByFunctionCommandOutput,
|
|
146
|
+
} from "./commands/ListResolversByFunctionCommand";
|
|
147
|
+
import {
|
|
148
|
+
ListResolversCommandInput,
|
|
149
|
+
ListResolversCommandOutput,
|
|
150
|
+
} from "./commands/ListResolversCommand";
|
|
151
|
+
import {
|
|
152
|
+
ListTagsForResourceCommandInput,
|
|
153
|
+
ListTagsForResourceCommandOutput,
|
|
154
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
155
|
+
import {
|
|
156
|
+
ListTypesCommandInput,
|
|
157
|
+
ListTypesCommandOutput,
|
|
158
|
+
} from "./commands/ListTypesCommand";
|
|
159
|
+
import {
|
|
160
|
+
StartSchemaCreationCommandInput,
|
|
161
|
+
StartSchemaCreationCommandOutput,
|
|
162
|
+
} from "./commands/StartSchemaCreationCommand";
|
|
163
|
+
import {
|
|
164
|
+
TagResourceCommandInput,
|
|
165
|
+
TagResourceCommandOutput,
|
|
166
|
+
} from "./commands/TagResourceCommand";
|
|
167
|
+
import {
|
|
168
|
+
UntagResourceCommandInput,
|
|
169
|
+
UntagResourceCommandOutput,
|
|
170
|
+
} from "./commands/UntagResourceCommand";
|
|
171
|
+
import {
|
|
172
|
+
UpdateApiCacheCommandInput,
|
|
173
|
+
UpdateApiCacheCommandOutput,
|
|
174
|
+
} from "./commands/UpdateApiCacheCommand";
|
|
175
|
+
import {
|
|
176
|
+
UpdateApiKeyCommandInput,
|
|
177
|
+
UpdateApiKeyCommandOutput,
|
|
178
|
+
} from "./commands/UpdateApiKeyCommand";
|
|
179
|
+
import {
|
|
180
|
+
UpdateDataSourceCommandInput,
|
|
181
|
+
UpdateDataSourceCommandOutput,
|
|
182
|
+
} from "./commands/UpdateDataSourceCommand";
|
|
183
|
+
import {
|
|
184
|
+
UpdateDomainNameCommandInput,
|
|
185
|
+
UpdateDomainNameCommandOutput,
|
|
186
|
+
} from "./commands/UpdateDomainNameCommand";
|
|
187
|
+
import {
|
|
188
|
+
UpdateFunctionCommandInput,
|
|
189
|
+
UpdateFunctionCommandOutput,
|
|
190
|
+
} from "./commands/UpdateFunctionCommand";
|
|
191
|
+
import {
|
|
192
|
+
UpdateGraphqlApiCommandInput,
|
|
193
|
+
UpdateGraphqlApiCommandOutput,
|
|
194
|
+
} from "./commands/UpdateGraphqlApiCommand";
|
|
195
|
+
import {
|
|
196
|
+
UpdateResolverCommandInput,
|
|
197
|
+
UpdateResolverCommandOutput,
|
|
198
|
+
} from "./commands/UpdateResolverCommand";
|
|
199
|
+
import {
|
|
200
|
+
UpdateTypeCommandInput,
|
|
201
|
+
UpdateTypeCommandOutput,
|
|
202
|
+
} from "./commands/UpdateTypeCommand";
|
|
203
|
+
|
|
204
|
+
export declare class AppSync extends AppSyncClient {
|
|
205
|
+
associateApi(
|
|
206
|
+
args: AssociateApiCommandInput,
|
|
207
|
+
options?: __HttpHandlerOptions
|
|
208
|
+
): Promise<AssociateApiCommandOutput>;
|
|
209
|
+
associateApi(
|
|
210
|
+
args: AssociateApiCommandInput,
|
|
211
|
+
cb: (err: any, data?: AssociateApiCommandOutput) => void
|
|
212
|
+
): void;
|
|
213
|
+
associateApi(
|
|
214
|
+
args: AssociateApiCommandInput,
|
|
215
|
+
options: __HttpHandlerOptions,
|
|
216
|
+
cb: (err: any, data?: AssociateApiCommandOutput) => void
|
|
217
|
+
): void;
|
|
218
|
+
|
|
219
|
+
createApiCache(
|
|
220
|
+
args: CreateApiCacheCommandInput,
|
|
221
|
+
options?: __HttpHandlerOptions
|
|
222
|
+
): Promise<CreateApiCacheCommandOutput>;
|
|
223
|
+
createApiCache(
|
|
224
|
+
args: CreateApiCacheCommandInput,
|
|
225
|
+
cb: (err: any, data?: CreateApiCacheCommandOutput) => void
|
|
226
|
+
): void;
|
|
227
|
+
createApiCache(
|
|
228
|
+
args: CreateApiCacheCommandInput,
|
|
229
|
+
options: __HttpHandlerOptions,
|
|
230
|
+
cb: (err: any, data?: CreateApiCacheCommandOutput) => void
|
|
231
|
+
): void;
|
|
232
|
+
|
|
233
|
+
createApiKey(
|
|
234
|
+
args: CreateApiKeyCommandInput,
|
|
235
|
+
options?: __HttpHandlerOptions
|
|
236
|
+
): Promise<CreateApiKeyCommandOutput>;
|
|
237
|
+
createApiKey(
|
|
238
|
+
args: CreateApiKeyCommandInput,
|
|
239
|
+
cb: (err: any, data?: CreateApiKeyCommandOutput) => void
|
|
240
|
+
): void;
|
|
241
|
+
createApiKey(
|
|
242
|
+
args: CreateApiKeyCommandInput,
|
|
243
|
+
options: __HttpHandlerOptions,
|
|
244
|
+
cb: (err: any, data?: CreateApiKeyCommandOutput) => void
|
|
245
|
+
): void;
|
|
246
|
+
|
|
247
|
+
createDataSource(
|
|
248
|
+
args: CreateDataSourceCommandInput,
|
|
249
|
+
options?: __HttpHandlerOptions
|
|
250
|
+
): Promise<CreateDataSourceCommandOutput>;
|
|
251
|
+
createDataSource(
|
|
252
|
+
args: CreateDataSourceCommandInput,
|
|
253
|
+
cb: (err: any, data?: CreateDataSourceCommandOutput) => void
|
|
254
|
+
): void;
|
|
255
|
+
createDataSource(
|
|
256
|
+
args: CreateDataSourceCommandInput,
|
|
257
|
+
options: __HttpHandlerOptions,
|
|
258
|
+
cb: (err: any, data?: CreateDataSourceCommandOutput) => void
|
|
259
|
+
): void;
|
|
260
|
+
|
|
261
|
+
createDomainName(
|
|
262
|
+
args: CreateDomainNameCommandInput,
|
|
263
|
+
options?: __HttpHandlerOptions
|
|
264
|
+
): Promise<CreateDomainNameCommandOutput>;
|
|
265
|
+
createDomainName(
|
|
266
|
+
args: CreateDomainNameCommandInput,
|
|
267
|
+
cb: (err: any, data?: CreateDomainNameCommandOutput) => void
|
|
268
|
+
): void;
|
|
269
|
+
createDomainName(
|
|
270
|
+
args: CreateDomainNameCommandInput,
|
|
271
|
+
options: __HttpHandlerOptions,
|
|
272
|
+
cb: (err: any, data?: CreateDomainNameCommandOutput) => void
|
|
273
|
+
): void;
|
|
274
|
+
|
|
275
|
+
createFunction(
|
|
276
|
+
args: CreateFunctionCommandInput,
|
|
277
|
+
options?: __HttpHandlerOptions
|
|
278
|
+
): Promise<CreateFunctionCommandOutput>;
|
|
279
|
+
createFunction(
|
|
280
|
+
args: CreateFunctionCommandInput,
|
|
281
|
+
cb: (err: any, data?: CreateFunctionCommandOutput) => void
|
|
282
|
+
): void;
|
|
283
|
+
createFunction(
|
|
284
|
+
args: CreateFunctionCommandInput,
|
|
285
|
+
options: __HttpHandlerOptions,
|
|
286
|
+
cb: (err: any, data?: CreateFunctionCommandOutput) => void
|
|
287
|
+
): void;
|
|
288
|
+
|
|
289
|
+
createGraphqlApi(
|
|
290
|
+
args: CreateGraphqlApiCommandInput,
|
|
291
|
+
options?: __HttpHandlerOptions
|
|
292
|
+
): Promise<CreateGraphqlApiCommandOutput>;
|
|
293
|
+
createGraphqlApi(
|
|
294
|
+
args: CreateGraphqlApiCommandInput,
|
|
295
|
+
cb: (err: any, data?: CreateGraphqlApiCommandOutput) => void
|
|
296
|
+
): void;
|
|
297
|
+
createGraphqlApi(
|
|
298
|
+
args: CreateGraphqlApiCommandInput,
|
|
299
|
+
options: __HttpHandlerOptions,
|
|
300
|
+
cb: (err: any, data?: CreateGraphqlApiCommandOutput) => void
|
|
301
|
+
): void;
|
|
302
|
+
|
|
303
|
+
createResolver(
|
|
304
|
+
args: CreateResolverCommandInput,
|
|
305
|
+
options?: __HttpHandlerOptions
|
|
306
|
+
): Promise<CreateResolverCommandOutput>;
|
|
307
|
+
createResolver(
|
|
308
|
+
args: CreateResolverCommandInput,
|
|
309
|
+
cb: (err: any, data?: CreateResolverCommandOutput) => void
|
|
310
|
+
): void;
|
|
311
|
+
createResolver(
|
|
312
|
+
args: CreateResolverCommandInput,
|
|
313
|
+
options: __HttpHandlerOptions,
|
|
314
|
+
cb: (err: any, data?: CreateResolverCommandOutput) => void
|
|
315
|
+
): void;
|
|
316
|
+
|
|
317
|
+
createType(
|
|
318
|
+
args: CreateTypeCommandInput,
|
|
319
|
+
options?: __HttpHandlerOptions
|
|
320
|
+
): Promise<CreateTypeCommandOutput>;
|
|
321
|
+
createType(
|
|
322
|
+
args: CreateTypeCommandInput,
|
|
323
|
+
cb: (err: any, data?: CreateTypeCommandOutput) => void
|
|
324
|
+
): void;
|
|
325
|
+
createType(
|
|
326
|
+
args: CreateTypeCommandInput,
|
|
327
|
+
options: __HttpHandlerOptions,
|
|
328
|
+
cb: (err: any, data?: CreateTypeCommandOutput) => void
|
|
329
|
+
): void;
|
|
330
|
+
|
|
331
|
+
deleteApiCache(
|
|
332
|
+
args: DeleteApiCacheCommandInput,
|
|
333
|
+
options?: __HttpHandlerOptions
|
|
334
|
+
): Promise<DeleteApiCacheCommandOutput>;
|
|
335
|
+
deleteApiCache(
|
|
336
|
+
args: DeleteApiCacheCommandInput,
|
|
337
|
+
cb: (err: any, data?: DeleteApiCacheCommandOutput) => void
|
|
338
|
+
): void;
|
|
339
|
+
deleteApiCache(
|
|
340
|
+
args: DeleteApiCacheCommandInput,
|
|
341
|
+
options: __HttpHandlerOptions,
|
|
342
|
+
cb: (err: any, data?: DeleteApiCacheCommandOutput) => void
|
|
343
|
+
): void;
|
|
344
|
+
|
|
345
|
+
deleteApiKey(
|
|
346
|
+
args: DeleteApiKeyCommandInput,
|
|
347
|
+
options?: __HttpHandlerOptions
|
|
348
|
+
): Promise<DeleteApiKeyCommandOutput>;
|
|
349
|
+
deleteApiKey(
|
|
350
|
+
args: DeleteApiKeyCommandInput,
|
|
351
|
+
cb: (err: any, data?: DeleteApiKeyCommandOutput) => void
|
|
352
|
+
): void;
|
|
353
|
+
deleteApiKey(
|
|
354
|
+
args: DeleteApiKeyCommandInput,
|
|
355
|
+
options: __HttpHandlerOptions,
|
|
356
|
+
cb: (err: any, data?: DeleteApiKeyCommandOutput) => void
|
|
357
|
+
): void;
|
|
358
|
+
|
|
359
|
+
deleteDataSource(
|
|
360
|
+
args: DeleteDataSourceCommandInput,
|
|
361
|
+
options?: __HttpHandlerOptions
|
|
362
|
+
): Promise<DeleteDataSourceCommandOutput>;
|
|
363
|
+
deleteDataSource(
|
|
364
|
+
args: DeleteDataSourceCommandInput,
|
|
365
|
+
cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
|
|
366
|
+
): void;
|
|
367
|
+
deleteDataSource(
|
|
368
|
+
args: DeleteDataSourceCommandInput,
|
|
369
|
+
options: __HttpHandlerOptions,
|
|
370
|
+
cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
|
|
371
|
+
): void;
|
|
372
|
+
|
|
373
|
+
deleteDomainName(
|
|
374
|
+
args: DeleteDomainNameCommandInput,
|
|
375
|
+
options?: __HttpHandlerOptions
|
|
376
|
+
): Promise<DeleteDomainNameCommandOutput>;
|
|
377
|
+
deleteDomainName(
|
|
378
|
+
args: DeleteDomainNameCommandInput,
|
|
379
|
+
cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
|
|
380
|
+
): void;
|
|
381
|
+
deleteDomainName(
|
|
382
|
+
args: DeleteDomainNameCommandInput,
|
|
383
|
+
options: __HttpHandlerOptions,
|
|
384
|
+
cb: (err: any, data?: DeleteDomainNameCommandOutput) => void
|
|
385
|
+
): void;
|
|
386
|
+
|
|
387
|
+
deleteFunction(
|
|
388
|
+
args: DeleteFunctionCommandInput,
|
|
389
|
+
options?: __HttpHandlerOptions
|
|
390
|
+
): Promise<DeleteFunctionCommandOutput>;
|
|
391
|
+
deleteFunction(
|
|
392
|
+
args: DeleteFunctionCommandInput,
|
|
393
|
+
cb: (err: any, data?: DeleteFunctionCommandOutput) => void
|
|
394
|
+
): void;
|
|
395
|
+
deleteFunction(
|
|
396
|
+
args: DeleteFunctionCommandInput,
|
|
397
|
+
options: __HttpHandlerOptions,
|
|
398
|
+
cb: (err: any, data?: DeleteFunctionCommandOutput) => void
|
|
399
|
+
): void;
|
|
400
|
+
|
|
401
|
+
deleteGraphqlApi(
|
|
402
|
+
args: DeleteGraphqlApiCommandInput,
|
|
403
|
+
options?: __HttpHandlerOptions
|
|
404
|
+
): Promise<DeleteGraphqlApiCommandOutput>;
|
|
405
|
+
deleteGraphqlApi(
|
|
406
|
+
args: DeleteGraphqlApiCommandInput,
|
|
407
|
+
cb: (err: any, data?: DeleteGraphqlApiCommandOutput) => void
|
|
408
|
+
): void;
|
|
409
|
+
deleteGraphqlApi(
|
|
410
|
+
args: DeleteGraphqlApiCommandInput,
|
|
411
|
+
options: __HttpHandlerOptions,
|
|
412
|
+
cb: (err: any, data?: DeleteGraphqlApiCommandOutput) => void
|
|
413
|
+
): void;
|
|
414
|
+
|
|
415
|
+
deleteResolver(
|
|
416
|
+
args: DeleteResolverCommandInput,
|
|
417
|
+
options?: __HttpHandlerOptions
|
|
418
|
+
): Promise<DeleteResolverCommandOutput>;
|
|
419
|
+
deleteResolver(
|
|
420
|
+
args: DeleteResolverCommandInput,
|
|
421
|
+
cb: (err: any, data?: DeleteResolverCommandOutput) => void
|
|
422
|
+
): void;
|
|
423
|
+
deleteResolver(
|
|
424
|
+
args: DeleteResolverCommandInput,
|
|
425
|
+
options: __HttpHandlerOptions,
|
|
426
|
+
cb: (err: any, data?: DeleteResolverCommandOutput) => void
|
|
427
|
+
): void;
|
|
428
|
+
|
|
429
|
+
deleteType(
|
|
430
|
+
args: DeleteTypeCommandInput,
|
|
431
|
+
options?: __HttpHandlerOptions
|
|
432
|
+
): Promise<DeleteTypeCommandOutput>;
|
|
433
|
+
deleteType(
|
|
434
|
+
args: DeleteTypeCommandInput,
|
|
435
|
+
cb: (err: any, data?: DeleteTypeCommandOutput) => void
|
|
436
|
+
): void;
|
|
437
|
+
deleteType(
|
|
438
|
+
args: DeleteTypeCommandInput,
|
|
439
|
+
options: __HttpHandlerOptions,
|
|
440
|
+
cb: (err: any, data?: DeleteTypeCommandOutput) => void
|
|
441
|
+
): void;
|
|
442
|
+
|
|
443
|
+
disassociateApi(
|
|
444
|
+
args: DisassociateApiCommandInput,
|
|
445
|
+
options?: __HttpHandlerOptions
|
|
446
|
+
): Promise<DisassociateApiCommandOutput>;
|
|
447
|
+
disassociateApi(
|
|
448
|
+
args: DisassociateApiCommandInput,
|
|
449
|
+
cb: (err: any, data?: DisassociateApiCommandOutput) => void
|
|
450
|
+
): void;
|
|
451
|
+
disassociateApi(
|
|
452
|
+
args: DisassociateApiCommandInput,
|
|
453
|
+
options: __HttpHandlerOptions,
|
|
454
|
+
cb: (err: any, data?: DisassociateApiCommandOutput) => void
|
|
455
|
+
): void;
|
|
456
|
+
|
|
457
|
+
evaluateMappingTemplate(
|
|
458
|
+
args: EvaluateMappingTemplateCommandInput,
|
|
459
|
+
options?: __HttpHandlerOptions
|
|
460
|
+
): Promise<EvaluateMappingTemplateCommandOutput>;
|
|
461
|
+
evaluateMappingTemplate(
|
|
462
|
+
args: EvaluateMappingTemplateCommandInput,
|
|
463
|
+
cb: (err: any, data?: EvaluateMappingTemplateCommandOutput) => void
|
|
464
|
+
): void;
|
|
465
|
+
evaluateMappingTemplate(
|
|
466
|
+
args: EvaluateMappingTemplateCommandInput,
|
|
467
|
+
options: __HttpHandlerOptions,
|
|
468
|
+
cb: (err: any, data?: EvaluateMappingTemplateCommandOutput) => void
|
|
469
|
+
): void;
|
|
470
|
+
|
|
471
|
+
flushApiCache(
|
|
472
|
+
args: FlushApiCacheCommandInput,
|
|
473
|
+
options?: __HttpHandlerOptions
|
|
474
|
+
): Promise<FlushApiCacheCommandOutput>;
|
|
475
|
+
flushApiCache(
|
|
476
|
+
args: FlushApiCacheCommandInput,
|
|
477
|
+
cb: (err: any, data?: FlushApiCacheCommandOutput) => void
|
|
478
|
+
): void;
|
|
479
|
+
flushApiCache(
|
|
480
|
+
args: FlushApiCacheCommandInput,
|
|
481
|
+
options: __HttpHandlerOptions,
|
|
482
|
+
cb: (err: any, data?: FlushApiCacheCommandOutput) => void
|
|
483
|
+
): void;
|
|
484
|
+
|
|
485
|
+
getApiAssociation(
|
|
486
|
+
args: GetApiAssociationCommandInput,
|
|
487
|
+
options?: __HttpHandlerOptions
|
|
488
|
+
): Promise<GetApiAssociationCommandOutput>;
|
|
489
|
+
getApiAssociation(
|
|
490
|
+
args: GetApiAssociationCommandInput,
|
|
491
|
+
cb: (err: any, data?: GetApiAssociationCommandOutput) => void
|
|
492
|
+
): void;
|
|
493
|
+
getApiAssociation(
|
|
494
|
+
args: GetApiAssociationCommandInput,
|
|
495
|
+
options: __HttpHandlerOptions,
|
|
496
|
+
cb: (err: any, data?: GetApiAssociationCommandOutput) => void
|
|
497
|
+
): void;
|
|
498
|
+
|
|
499
|
+
getApiCache(
|
|
500
|
+
args: GetApiCacheCommandInput,
|
|
501
|
+
options?: __HttpHandlerOptions
|
|
502
|
+
): Promise<GetApiCacheCommandOutput>;
|
|
503
|
+
getApiCache(
|
|
504
|
+
args: GetApiCacheCommandInput,
|
|
505
|
+
cb: (err: any, data?: GetApiCacheCommandOutput) => void
|
|
506
|
+
): void;
|
|
507
|
+
getApiCache(
|
|
508
|
+
args: GetApiCacheCommandInput,
|
|
509
|
+
options: __HttpHandlerOptions,
|
|
510
|
+
cb: (err: any, data?: GetApiCacheCommandOutput) => void
|
|
511
|
+
): void;
|
|
512
|
+
|
|
513
|
+
getDataSource(
|
|
514
|
+
args: GetDataSourceCommandInput,
|
|
515
|
+
options?: __HttpHandlerOptions
|
|
516
|
+
): Promise<GetDataSourceCommandOutput>;
|
|
517
|
+
getDataSource(
|
|
518
|
+
args: GetDataSourceCommandInput,
|
|
519
|
+
cb: (err: any, data?: GetDataSourceCommandOutput) => void
|
|
520
|
+
): void;
|
|
521
|
+
getDataSource(
|
|
522
|
+
args: GetDataSourceCommandInput,
|
|
523
|
+
options: __HttpHandlerOptions,
|
|
524
|
+
cb: (err: any, data?: GetDataSourceCommandOutput) => void
|
|
525
|
+
): void;
|
|
526
|
+
|
|
527
|
+
getDomainName(
|
|
528
|
+
args: GetDomainNameCommandInput,
|
|
529
|
+
options?: __HttpHandlerOptions
|
|
530
|
+
): Promise<GetDomainNameCommandOutput>;
|
|
531
|
+
getDomainName(
|
|
532
|
+
args: GetDomainNameCommandInput,
|
|
533
|
+
cb: (err: any, data?: GetDomainNameCommandOutput) => void
|
|
534
|
+
): void;
|
|
535
|
+
getDomainName(
|
|
536
|
+
args: GetDomainNameCommandInput,
|
|
537
|
+
options: __HttpHandlerOptions,
|
|
538
|
+
cb: (err: any, data?: GetDomainNameCommandOutput) => void
|
|
539
|
+
): void;
|
|
540
|
+
|
|
541
|
+
getFunction(
|
|
542
|
+
args: GetFunctionCommandInput,
|
|
543
|
+
options?: __HttpHandlerOptions
|
|
544
|
+
): Promise<GetFunctionCommandOutput>;
|
|
545
|
+
getFunction(
|
|
546
|
+
args: GetFunctionCommandInput,
|
|
547
|
+
cb: (err: any, data?: GetFunctionCommandOutput) => void
|
|
548
|
+
): void;
|
|
549
|
+
getFunction(
|
|
550
|
+
args: GetFunctionCommandInput,
|
|
551
|
+
options: __HttpHandlerOptions,
|
|
552
|
+
cb: (err: any, data?: GetFunctionCommandOutput) => void
|
|
553
|
+
): void;
|
|
554
|
+
|
|
555
|
+
getGraphqlApi(
|
|
556
|
+
args: GetGraphqlApiCommandInput,
|
|
557
|
+
options?: __HttpHandlerOptions
|
|
558
|
+
): Promise<GetGraphqlApiCommandOutput>;
|
|
559
|
+
getGraphqlApi(
|
|
560
|
+
args: GetGraphqlApiCommandInput,
|
|
561
|
+
cb: (err: any, data?: GetGraphqlApiCommandOutput) => void
|
|
562
|
+
): void;
|
|
563
|
+
getGraphqlApi(
|
|
564
|
+
args: GetGraphqlApiCommandInput,
|
|
565
|
+
options: __HttpHandlerOptions,
|
|
566
|
+
cb: (err: any, data?: GetGraphqlApiCommandOutput) => void
|
|
567
|
+
): void;
|
|
568
|
+
|
|
569
|
+
getIntrospectionSchema(
|
|
570
|
+
args: GetIntrospectionSchemaCommandInput,
|
|
571
|
+
options?: __HttpHandlerOptions
|
|
572
|
+
): Promise<GetIntrospectionSchemaCommandOutput>;
|
|
573
|
+
getIntrospectionSchema(
|
|
574
|
+
args: GetIntrospectionSchemaCommandInput,
|
|
575
|
+
cb: (err: any, data?: GetIntrospectionSchemaCommandOutput) => void
|
|
576
|
+
): void;
|
|
577
|
+
getIntrospectionSchema(
|
|
578
|
+
args: GetIntrospectionSchemaCommandInput,
|
|
579
|
+
options: __HttpHandlerOptions,
|
|
580
|
+
cb: (err: any, data?: GetIntrospectionSchemaCommandOutput) => void
|
|
581
|
+
): void;
|
|
582
|
+
|
|
583
|
+
getResolver(
|
|
584
|
+
args: GetResolverCommandInput,
|
|
585
|
+
options?: __HttpHandlerOptions
|
|
586
|
+
): Promise<GetResolverCommandOutput>;
|
|
587
|
+
getResolver(
|
|
588
|
+
args: GetResolverCommandInput,
|
|
589
|
+
cb: (err: any, data?: GetResolverCommandOutput) => void
|
|
590
|
+
): void;
|
|
591
|
+
getResolver(
|
|
592
|
+
args: GetResolverCommandInput,
|
|
593
|
+
options: __HttpHandlerOptions,
|
|
594
|
+
cb: (err: any, data?: GetResolverCommandOutput) => void
|
|
595
|
+
): void;
|
|
596
|
+
|
|
597
|
+
getSchemaCreationStatus(
|
|
598
|
+
args: GetSchemaCreationStatusCommandInput,
|
|
599
|
+
options?: __HttpHandlerOptions
|
|
600
|
+
): Promise<GetSchemaCreationStatusCommandOutput>;
|
|
601
|
+
getSchemaCreationStatus(
|
|
602
|
+
args: GetSchemaCreationStatusCommandInput,
|
|
603
|
+
cb: (err: any, data?: GetSchemaCreationStatusCommandOutput) => void
|
|
604
|
+
): void;
|
|
605
|
+
getSchemaCreationStatus(
|
|
606
|
+
args: GetSchemaCreationStatusCommandInput,
|
|
607
|
+
options: __HttpHandlerOptions,
|
|
608
|
+
cb: (err: any, data?: GetSchemaCreationStatusCommandOutput) => void
|
|
609
|
+
): void;
|
|
610
|
+
|
|
611
|
+
getType(
|
|
612
|
+
args: GetTypeCommandInput,
|
|
613
|
+
options?: __HttpHandlerOptions
|
|
614
|
+
): Promise<GetTypeCommandOutput>;
|
|
615
|
+
getType(
|
|
616
|
+
args: GetTypeCommandInput,
|
|
617
|
+
cb: (err: any, data?: GetTypeCommandOutput) => void
|
|
618
|
+
): void;
|
|
619
|
+
getType(
|
|
620
|
+
args: GetTypeCommandInput,
|
|
621
|
+
options: __HttpHandlerOptions,
|
|
622
|
+
cb: (err: any, data?: GetTypeCommandOutput) => void
|
|
623
|
+
): void;
|
|
624
|
+
|
|
625
|
+
listApiKeys(
|
|
626
|
+
args: ListApiKeysCommandInput,
|
|
627
|
+
options?: __HttpHandlerOptions
|
|
628
|
+
): Promise<ListApiKeysCommandOutput>;
|
|
629
|
+
listApiKeys(
|
|
630
|
+
args: ListApiKeysCommandInput,
|
|
631
|
+
cb: (err: any, data?: ListApiKeysCommandOutput) => void
|
|
632
|
+
): void;
|
|
633
|
+
listApiKeys(
|
|
634
|
+
args: ListApiKeysCommandInput,
|
|
635
|
+
options: __HttpHandlerOptions,
|
|
636
|
+
cb: (err: any, data?: ListApiKeysCommandOutput) => void
|
|
637
|
+
): void;
|
|
638
|
+
|
|
639
|
+
listDataSources(
|
|
640
|
+
args: ListDataSourcesCommandInput,
|
|
641
|
+
options?: __HttpHandlerOptions
|
|
642
|
+
): Promise<ListDataSourcesCommandOutput>;
|
|
643
|
+
listDataSources(
|
|
644
|
+
args: ListDataSourcesCommandInput,
|
|
645
|
+
cb: (err: any, data?: ListDataSourcesCommandOutput) => void
|
|
646
|
+
): void;
|
|
647
|
+
listDataSources(
|
|
648
|
+
args: ListDataSourcesCommandInput,
|
|
649
|
+
options: __HttpHandlerOptions,
|
|
650
|
+
cb: (err: any, data?: ListDataSourcesCommandOutput) => void
|
|
651
|
+
): void;
|
|
652
|
+
|
|
653
|
+
listDomainNames(
|
|
654
|
+
args: ListDomainNamesCommandInput,
|
|
655
|
+
options?: __HttpHandlerOptions
|
|
656
|
+
): Promise<ListDomainNamesCommandOutput>;
|
|
657
|
+
listDomainNames(
|
|
658
|
+
args: ListDomainNamesCommandInput,
|
|
659
|
+
cb: (err: any, data?: ListDomainNamesCommandOutput) => void
|
|
660
|
+
): void;
|
|
661
|
+
listDomainNames(
|
|
662
|
+
args: ListDomainNamesCommandInput,
|
|
663
|
+
options: __HttpHandlerOptions,
|
|
664
|
+
cb: (err: any, data?: ListDomainNamesCommandOutput) => void
|
|
665
|
+
): void;
|
|
666
|
+
|
|
667
|
+
listFunctions(
|
|
668
|
+
args: ListFunctionsCommandInput,
|
|
669
|
+
options?: __HttpHandlerOptions
|
|
670
|
+
): Promise<ListFunctionsCommandOutput>;
|
|
671
|
+
listFunctions(
|
|
672
|
+
args: ListFunctionsCommandInput,
|
|
673
|
+
cb: (err: any, data?: ListFunctionsCommandOutput) => void
|
|
674
|
+
): void;
|
|
675
|
+
listFunctions(
|
|
676
|
+
args: ListFunctionsCommandInput,
|
|
677
|
+
options: __HttpHandlerOptions,
|
|
678
|
+
cb: (err: any, data?: ListFunctionsCommandOutput) => void
|
|
679
|
+
): void;
|
|
680
|
+
|
|
681
|
+
listGraphqlApis(
|
|
682
|
+
args: ListGraphqlApisCommandInput,
|
|
683
|
+
options?: __HttpHandlerOptions
|
|
684
|
+
): Promise<ListGraphqlApisCommandOutput>;
|
|
685
|
+
listGraphqlApis(
|
|
686
|
+
args: ListGraphqlApisCommandInput,
|
|
687
|
+
cb: (err: any, data?: ListGraphqlApisCommandOutput) => void
|
|
688
|
+
): void;
|
|
689
|
+
listGraphqlApis(
|
|
690
|
+
args: ListGraphqlApisCommandInput,
|
|
691
|
+
options: __HttpHandlerOptions,
|
|
692
|
+
cb: (err: any, data?: ListGraphqlApisCommandOutput) => void
|
|
693
|
+
): void;
|
|
694
|
+
|
|
695
|
+
listResolvers(
|
|
696
|
+
args: ListResolversCommandInput,
|
|
697
|
+
options?: __HttpHandlerOptions
|
|
698
|
+
): Promise<ListResolversCommandOutput>;
|
|
699
|
+
listResolvers(
|
|
700
|
+
args: ListResolversCommandInput,
|
|
701
|
+
cb: (err: any, data?: ListResolversCommandOutput) => void
|
|
702
|
+
): void;
|
|
703
|
+
listResolvers(
|
|
704
|
+
args: ListResolversCommandInput,
|
|
705
|
+
options: __HttpHandlerOptions,
|
|
706
|
+
cb: (err: any, data?: ListResolversCommandOutput) => void
|
|
707
|
+
): void;
|
|
708
|
+
|
|
709
|
+
listResolversByFunction(
|
|
710
|
+
args: ListResolversByFunctionCommandInput,
|
|
711
|
+
options?: __HttpHandlerOptions
|
|
712
|
+
): Promise<ListResolversByFunctionCommandOutput>;
|
|
713
|
+
listResolversByFunction(
|
|
714
|
+
args: ListResolversByFunctionCommandInput,
|
|
715
|
+
cb: (err: any, data?: ListResolversByFunctionCommandOutput) => void
|
|
716
|
+
): void;
|
|
717
|
+
listResolversByFunction(
|
|
718
|
+
args: ListResolversByFunctionCommandInput,
|
|
719
|
+
options: __HttpHandlerOptions,
|
|
720
|
+
cb: (err: any, data?: ListResolversByFunctionCommandOutput) => void
|
|
721
|
+
): void;
|
|
722
|
+
|
|
723
|
+
listTagsForResource(
|
|
724
|
+
args: ListTagsForResourceCommandInput,
|
|
725
|
+
options?: __HttpHandlerOptions
|
|
726
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
727
|
+
listTagsForResource(
|
|
728
|
+
args: ListTagsForResourceCommandInput,
|
|
729
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
730
|
+
): void;
|
|
731
|
+
listTagsForResource(
|
|
732
|
+
args: ListTagsForResourceCommandInput,
|
|
733
|
+
options: __HttpHandlerOptions,
|
|
734
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
735
|
+
): void;
|
|
736
|
+
|
|
737
|
+
listTypes(
|
|
738
|
+
args: ListTypesCommandInput,
|
|
739
|
+
options?: __HttpHandlerOptions
|
|
740
|
+
): Promise<ListTypesCommandOutput>;
|
|
741
|
+
listTypes(
|
|
742
|
+
args: ListTypesCommandInput,
|
|
743
|
+
cb: (err: any, data?: ListTypesCommandOutput) => void
|
|
744
|
+
): void;
|
|
745
|
+
listTypes(
|
|
746
|
+
args: ListTypesCommandInput,
|
|
747
|
+
options: __HttpHandlerOptions,
|
|
748
|
+
cb: (err: any, data?: ListTypesCommandOutput) => void
|
|
749
|
+
): void;
|
|
750
|
+
|
|
751
|
+
startSchemaCreation(
|
|
752
|
+
args: StartSchemaCreationCommandInput,
|
|
753
|
+
options?: __HttpHandlerOptions
|
|
754
|
+
): Promise<StartSchemaCreationCommandOutput>;
|
|
755
|
+
startSchemaCreation(
|
|
756
|
+
args: StartSchemaCreationCommandInput,
|
|
757
|
+
cb: (err: any, data?: StartSchemaCreationCommandOutput) => void
|
|
758
|
+
): void;
|
|
759
|
+
startSchemaCreation(
|
|
760
|
+
args: StartSchemaCreationCommandInput,
|
|
761
|
+
options: __HttpHandlerOptions,
|
|
762
|
+
cb: (err: any, data?: StartSchemaCreationCommandOutput) => void
|
|
763
|
+
): void;
|
|
764
|
+
|
|
765
|
+
tagResource(
|
|
766
|
+
args: TagResourceCommandInput,
|
|
767
|
+
options?: __HttpHandlerOptions
|
|
768
|
+
): Promise<TagResourceCommandOutput>;
|
|
769
|
+
tagResource(
|
|
770
|
+
args: TagResourceCommandInput,
|
|
771
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
772
|
+
): void;
|
|
773
|
+
tagResource(
|
|
774
|
+
args: TagResourceCommandInput,
|
|
775
|
+
options: __HttpHandlerOptions,
|
|
776
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
777
|
+
): void;
|
|
778
|
+
|
|
779
|
+
untagResource(
|
|
780
|
+
args: UntagResourceCommandInput,
|
|
781
|
+
options?: __HttpHandlerOptions
|
|
782
|
+
): Promise<UntagResourceCommandOutput>;
|
|
783
|
+
untagResource(
|
|
784
|
+
args: UntagResourceCommandInput,
|
|
785
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
786
|
+
): void;
|
|
787
|
+
untagResource(
|
|
788
|
+
args: UntagResourceCommandInput,
|
|
789
|
+
options: __HttpHandlerOptions,
|
|
790
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
791
|
+
): void;
|
|
792
|
+
|
|
793
|
+
updateApiCache(
|
|
794
|
+
args: UpdateApiCacheCommandInput,
|
|
795
|
+
options?: __HttpHandlerOptions
|
|
796
|
+
): Promise<UpdateApiCacheCommandOutput>;
|
|
797
|
+
updateApiCache(
|
|
798
|
+
args: UpdateApiCacheCommandInput,
|
|
799
|
+
cb: (err: any, data?: UpdateApiCacheCommandOutput) => void
|
|
800
|
+
): void;
|
|
801
|
+
updateApiCache(
|
|
802
|
+
args: UpdateApiCacheCommandInput,
|
|
803
|
+
options: __HttpHandlerOptions,
|
|
804
|
+
cb: (err: any, data?: UpdateApiCacheCommandOutput) => void
|
|
805
|
+
): void;
|
|
806
|
+
|
|
807
|
+
updateApiKey(
|
|
808
|
+
args: UpdateApiKeyCommandInput,
|
|
809
|
+
options?: __HttpHandlerOptions
|
|
810
|
+
): Promise<UpdateApiKeyCommandOutput>;
|
|
811
|
+
updateApiKey(
|
|
812
|
+
args: UpdateApiKeyCommandInput,
|
|
813
|
+
cb: (err: any, data?: UpdateApiKeyCommandOutput) => void
|
|
814
|
+
): void;
|
|
815
|
+
updateApiKey(
|
|
816
|
+
args: UpdateApiKeyCommandInput,
|
|
817
|
+
options: __HttpHandlerOptions,
|
|
818
|
+
cb: (err: any, data?: UpdateApiKeyCommandOutput) => void
|
|
819
|
+
): void;
|
|
820
|
+
|
|
821
|
+
updateDataSource(
|
|
822
|
+
args: UpdateDataSourceCommandInput,
|
|
823
|
+
options?: __HttpHandlerOptions
|
|
824
|
+
): Promise<UpdateDataSourceCommandOutput>;
|
|
825
|
+
updateDataSource(
|
|
826
|
+
args: UpdateDataSourceCommandInput,
|
|
827
|
+
cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
|
|
828
|
+
): void;
|
|
829
|
+
updateDataSource(
|
|
830
|
+
args: UpdateDataSourceCommandInput,
|
|
831
|
+
options: __HttpHandlerOptions,
|
|
832
|
+
cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
|
|
833
|
+
): void;
|
|
834
|
+
|
|
835
|
+
updateDomainName(
|
|
836
|
+
args: UpdateDomainNameCommandInput,
|
|
837
|
+
options?: __HttpHandlerOptions
|
|
838
|
+
): Promise<UpdateDomainNameCommandOutput>;
|
|
839
|
+
updateDomainName(
|
|
840
|
+
args: UpdateDomainNameCommandInput,
|
|
841
|
+
cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
|
|
842
|
+
): void;
|
|
843
|
+
updateDomainName(
|
|
844
|
+
args: UpdateDomainNameCommandInput,
|
|
845
|
+
options: __HttpHandlerOptions,
|
|
846
|
+
cb: (err: any, data?: UpdateDomainNameCommandOutput) => void
|
|
847
|
+
): void;
|
|
848
|
+
|
|
849
|
+
updateFunction(
|
|
850
|
+
args: UpdateFunctionCommandInput,
|
|
851
|
+
options?: __HttpHandlerOptions
|
|
852
|
+
): Promise<UpdateFunctionCommandOutput>;
|
|
853
|
+
updateFunction(
|
|
854
|
+
args: UpdateFunctionCommandInput,
|
|
855
|
+
cb: (err: any, data?: UpdateFunctionCommandOutput) => void
|
|
856
|
+
): void;
|
|
857
|
+
updateFunction(
|
|
858
|
+
args: UpdateFunctionCommandInput,
|
|
859
|
+
options: __HttpHandlerOptions,
|
|
860
|
+
cb: (err: any, data?: UpdateFunctionCommandOutput) => void
|
|
861
|
+
): void;
|
|
862
|
+
|
|
863
|
+
updateGraphqlApi(
|
|
864
|
+
args: UpdateGraphqlApiCommandInput,
|
|
865
|
+
options?: __HttpHandlerOptions
|
|
866
|
+
): Promise<UpdateGraphqlApiCommandOutput>;
|
|
867
|
+
updateGraphqlApi(
|
|
868
|
+
args: UpdateGraphqlApiCommandInput,
|
|
869
|
+
cb: (err: any, data?: UpdateGraphqlApiCommandOutput) => void
|
|
870
|
+
): void;
|
|
871
|
+
updateGraphqlApi(
|
|
872
|
+
args: UpdateGraphqlApiCommandInput,
|
|
873
|
+
options: __HttpHandlerOptions,
|
|
874
|
+
cb: (err: any, data?: UpdateGraphqlApiCommandOutput) => void
|
|
875
|
+
): void;
|
|
876
|
+
|
|
877
|
+
updateResolver(
|
|
878
|
+
args: UpdateResolverCommandInput,
|
|
879
|
+
options?: __HttpHandlerOptions
|
|
880
|
+
): Promise<UpdateResolverCommandOutput>;
|
|
881
|
+
updateResolver(
|
|
882
|
+
args: UpdateResolverCommandInput,
|
|
883
|
+
cb: (err: any, data?: UpdateResolverCommandOutput) => void
|
|
884
|
+
): void;
|
|
885
|
+
updateResolver(
|
|
886
|
+
args: UpdateResolverCommandInput,
|
|
887
|
+
options: __HttpHandlerOptions,
|
|
888
|
+
cb: (err: any, data?: UpdateResolverCommandOutput) => void
|
|
889
|
+
): void;
|
|
890
|
+
|
|
891
|
+
updateType(
|
|
892
|
+
args: UpdateTypeCommandInput,
|
|
893
|
+
options?: __HttpHandlerOptions
|
|
894
|
+
): Promise<UpdateTypeCommandOutput>;
|
|
895
|
+
updateType(
|
|
896
|
+
args: UpdateTypeCommandInput,
|
|
897
|
+
cb: (err: any, data?: UpdateTypeCommandOutput) => void
|
|
898
|
+
): void;
|
|
899
|
+
updateType(
|
|
900
|
+
args: UpdateTypeCommandInput,
|
|
901
|
+
options: __HttpHandlerOptions,
|
|
902
|
+
cb: (err: any, data?: UpdateTypeCommandOutput) => void
|
|
903
|
+
): void;
|
|
904
|
+
}
|