@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,123 +1,429 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
import {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateApiCommandInput,
|
|
47
|
+
AssociateApiCommandOutput,
|
|
48
|
+
} from "./commands/AssociateApiCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateApiCacheCommandInput,
|
|
51
|
+
CreateApiCacheCommandOutput,
|
|
52
|
+
} from "./commands/CreateApiCacheCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateApiKeyCommandInput,
|
|
55
|
+
CreateApiKeyCommandOutput,
|
|
56
|
+
} from "./commands/CreateApiKeyCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateDataSourceCommandInput,
|
|
59
|
+
CreateDataSourceCommandOutput,
|
|
60
|
+
} from "./commands/CreateDataSourceCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateDomainNameCommandInput,
|
|
63
|
+
CreateDomainNameCommandOutput,
|
|
64
|
+
} from "./commands/CreateDomainNameCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateFunctionCommandInput,
|
|
67
|
+
CreateFunctionCommandOutput,
|
|
68
|
+
} from "./commands/CreateFunctionCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateGraphqlApiCommandInput,
|
|
71
|
+
CreateGraphqlApiCommandOutput,
|
|
72
|
+
} from "./commands/CreateGraphqlApiCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateResolverCommandInput,
|
|
75
|
+
CreateResolverCommandOutput,
|
|
76
|
+
} from "./commands/CreateResolverCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateTypeCommandInput,
|
|
79
|
+
CreateTypeCommandOutput,
|
|
80
|
+
} from "./commands/CreateTypeCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteApiCacheCommandInput,
|
|
83
|
+
DeleteApiCacheCommandOutput,
|
|
84
|
+
} from "./commands/DeleteApiCacheCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteApiKeyCommandInput,
|
|
87
|
+
DeleteApiKeyCommandOutput,
|
|
88
|
+
} from "./commands/DeleteApiKeyCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteDataSourceCommandInput,
|
|
91
|
+
DeleteDataSourceCommandOutput,
|
|
92
|
+
} from "./commands/DeleteDataSourceCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteDomainNameCommandInput,
|
|
95
|
+
DeleteDomainNameCommandOutput,
|
|
96
|
+
} from "./commands/DeleteDomainNameCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteFunctionCommandInput,
|
|
99
|
+
DeleteFunctionCommandOutput,
|
|
100
|
+
} from "./commands/DeleteFunctionCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteGraphqlApiCommandInput,
|
|
103
|
+
DeleteGraphqlApiCommandOutput,
|
|
104
|
+
} from "./commands/DeleteGraphqlApiCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteResolverCommandInput,
|
|
107
|
+
DeleteResolverCommandOutput,
|
|
108
|
+
} from "./commands/DeleteResolverCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteTypeCommandInput,
|
|
111
|
+
DeleteTypeCommandOutput,
|
|
112
|
+
} from "./commands/DeleteTypeCommand";
|
|
113
|
+
import {
|
|
114
|
+
DisassociateApiCommandInput,
|
|
115
|
+
DisassociateApiCommandOutput,
|
|
116
|
+
} from "./commands/DisassociateApiCommand";
|
|
117
|
+
import {
|
|
118
|
+
EvaluateMappingTemplateCommandInput,
|
|
119
|
+
EvaluateMappingTemplateCommandOutput,
|
|
120
|
+
} from "./commands/EvaluateMappingTemplateCommand";
|
|
121
|
+
import {
|
|
122
|
+
FlushApiCacheCommandInput,
|
|
123
|
+
FlushApiCacheCommandOutput,
|
|
124
|
+
} from "./commands/FlushApiCacheCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetApiAssociationCommandInput,
|
|
127
|
+
GetApiAssociationCommandOutput,
|
|
128
|
+
} from "./commands/GetApiAssociationCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetApiCacheCommandInput,
|
|
131
|
+
GetApiCacheCommandOutput,
|
|
132
|
+
} from "./commands/GetApiCacheCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetDataSourceCommandInput,
|
|
135
|
+
GetDataSourceCommandOutput,
|
|
136
|
+
} from "./commands/GetDataSourceCommand";
|
|
137
|
+
import {
|
|
138
|
+
GetDomainNameCommandInput,
|
|
139
|
+
GetDomainNameCommandOutput,
|
|
140
|
+
} from "./commands/GetDomainNameCommand";
|
|
141
|
+
import {
|
|
142
|
+
GetFunctionCommandInput,
|
|
143
|
+
GetFunctionCommandOutput,
|
|
144
|
+
} from "./commands/GetFunctionCommand";
|
|
145
|
+
import {
|
|
146
|
+
GetGraphqlApiCommandInput,
|
|
147
|
+
GetGraphqlApiCommandOutput,
|
|
148
|
+
} from "./commands/GetGraphqlApiCommand";
|
|
149
|
+
import {
|
|
150
|
+
GetIntrospectionSchemaCommandInput,
|
|
151
|
+
GetIntrospectionSchemaCommandOutput,
|
|
152
|
+
} from "./commands/GetIntrospectionSchemaCommand";
|
|
153
|
+
import {
|
|
154
|
+
GetResolverCommandInput,
|
|
155
|
+
GetResolverCommandOutput,
|
|
156
|
+
} from "./commands/GetResolverCommand";
|
|
157
|
+
import {
|
|
158
|
+
GetSchemaCreationStatusCommandInput,
|
|
159
|
+
GetSchemaCreationStatusCommandOutput,
|
|
160
|
+
} from "./commands/GetSchemaCreationStatusCommand";
|
|
161
|
+
import {
|
|
162
|
+
GetTypeCommandInput,
|
|
163
|
+
GetTypeCommandOutput,
|
|
164
|
+
} from "./commands/GetTypeCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListApiKeysCommandInput,
|
|
167
|
+
ListApiKeysCommandOutput,
|
|
168
|
+
} from "./commands/ListApiKeysCommand";
|
|
169
|
+
import {
|
|
170
|
+
ListDataSourcesCommandInput,
|
|
171
|
+
ListDataSourcesCommandOutput,
|
|
172
|
+
} from "./commands/ListDataSourcesCommand";
|
|
173
|
+
import {
|
|
174
|
+
ListDomainNamesCommandInput,
|
|
175
|
+
ListDomainNamesCommandOutput,
|
|
176
|
+
} from "./commands/ListDomainNamesCommand";
|
|
177
|
+
import {
|
|
178
|
+
ListFunctionsCommandInput,
|
|
179
|
+
ListFunctionsCommandOutput,
|
|
180
|
+
} from "./commands/ListFunctionsCommand";
|
|
181
|
+
import {
|
|
182
|
+
ListGraphqlApisCommandInput,
|
|
183
|
+
ListGraphqlApisCommandOutput,
|
|
184
|
+
} from "./commands/ListGraphqlApisCommand";
|
|
185
|
+
import {
|
|
186
|
+
ListResolversByFunctionCommandInput,
|
|
187
|
+
ListResolversByFunctionCommandOutput,
|
|
188
|
+
} from "./commands/ListResolversByFunctionCommand";
|
|
189
|
+
import {
|
|
190
|
+
ListResolversCommandInput,
|
|
191
|
+
ListResolversCommandOutput,
|
|
192
|
+
} from "./commands/ListResolversCommand";
|
|
193
|
+
import {
|
|
194
|
+
ListTagsForResourceCommandInput,
|
|
195
|
+
ListTagsForResourceCommandOutput,
|
|
196
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
197
|
+
import {
|
|
198
|
+
ListTypesCommandInput,
|
|
199
|
+
ListTypesCommandOutput,
|
|
200
|
+
} from "./commands/ListTypesCommand";
|
|
201
|
+
import {
|
|
202
|
+
StartSchemaCreationCommandInput,
|
|
203
|
+
StartSchemaCreationCommandOutput,
|
|
204
|
+
} from "./commands/StartSchemaCreationCommand";
|
|
205
|
+
import {
|
|
206
|
+
TagResourceCommandInput,
|
|
207
|
+
TagResourceCommandOutput,
|
|
208
|
+
} from "./commands/TagResourceCommand";
|
|
209
|
+
import {
|
|
210
|
+
UntagResourceCommandInput,
|
|
211
|
+
UntagResourceCommandOutput,
|
|
212
|
+
} from "./commands/UntagResourceCommand";
|
|
213
|
+
import {
|
|
214
|
+
UpdateApiCacheCommandInput,
|
|
215
|
+
UpdateApiCacheCommandOutput,
|
|
216
|
+
} from "./commands/UpdateApiCacheCommand";
|
|
217
|
+
import {
|
|
218
|
+
UpdateApiKeyCommandInput,
|
|
219
|
+
UpdateApiKeyCommandOutput,
|
|
220
|
+
} from "./commands/UpdateApiKeyCommand";
|
|
221
|
+
import {
|
|
222
|
+
UpdateDataSourceCommandInput,
|
|
223
|
+
UpdateDataSourceCommandOutput,
|
|
224
|
+
} from "./commands/UpdateDataSourceCommand";
|
|
225
|
+
import {
|
|
226
|
+
UpdateDomainNameCommandInput,
|
|
227
|
+
UpdateDomainNameCommandOutput,
|
|
228
|
+
} from "./commands/UpdateDomainNameCommand";
|
|
229
|
+
import {
|
|
230
|
+
UpdateFunctionCommandInput,
|
|
231
|
+
UpdateFunctionCommandOutput,
|
|
232
|
+
} from "./commands/UpdateFunctionCommand";
|
|
233
|
+
import {
|
|
234
|
+
UpdateGraphqlApiCommandInput,
|
|
235
|
+
UpdateGraphqlApiCommandOutput,
|
|
236
|
+
} from "./commands/UpdateGraphqlApiCommand";
|
|
237
|
+
import {
|
|
238
|
+
UpdateResolverCommandInput,
|
|
239
|
+
UpdateResolverCommandOutput,
|
|
240
|
+
} from "./commands/UpdateResolverCommand";
|
|
241
|
+
import {
|
|
242
|
+
UpdateTypeCommandInput,
|
|
243
|
+
UpdateTypeCommandOutput,
|
|
244
|
+
} from "./commands/UpdateTypeCommand";
|
|
245
|
+
export declare type ServiceInputTypes =
|
|
246
|
+
| AssociateApiCommandInput
|
|
247
|
+
| CreateApiCacheCommandInput
|
|
248
|
+
| CreateApiKeyCommandInput
|
|
249
|
+
| CreateDataSourceCommandInput
|
|
250
|
+
| CreateDomainNameCommandInput
|
|
251
|
+
| CreateFunctionCommandInput
|
|
252
|
+
| CreateGraphqlApiCommandInput
|
|
253
|
+
| CreateResolverCommandInput
|
|
254
|
+
| CreateTypeCommandInput
|
|
255
|
+
| DeleteApiCacheCommandInput
|
|
256
|
+
| DeleteApiKeyCommandInput
|
|
257
|
+
| DeleteDataSourceCommandInput
|
|
258
|
+
| DeleteDomainNameCommandInput
|
|
259
|
+
| DeleteFunctionCommandInput
|
|
260
|
+
| DeleteGraphqlApiCommandInput
|
|
261
|
+
| DeleteResolverCommandInput
|
|
262
|
+
| DeleteTypeCommandInput
|
|
263
|
+
| DisassociateApiCommandInput
|
|
264
|
+
| EvaluateMappingTemplateCommandInput
|
|
265
|
+
| FlushApiCacheCommandInput
|
|
266
|
+
| GetApiAssociationCommandInput
|
|
267
|
+
| GetApiCacheCommandInput
|
|
268
|
+
| GetDataSourceCommandInput
|
|
269
|
+
| GetDomainNameCommandInput
|
|
270
|
+
| GetFunctionCommandInput
|
|
271
|
+
| GetGraphqlApiCommandInput
|
|
272
|
+
| GetIntrospectionSchemaCommandInput
|
|
273
|
+
| GetResolverCommandInput
|
|
274
|
+
| GetSchemaCreationStatusCommandInput
|
|
275
|
+
| GetTypeCommandInput
|
|
276
|
+
| ListApiKeysCommandInput
|
|
277
|
+
| ListDataSourcesCommandInput
|
|
278
|
+
| ListDomainNamesCommandInput
|
|
279
|
+
| ListFunctionsCommandInput
|
|
280
|
+
| ListGraphqlApisCommandInput
|
|
281
|
+
| ListResolversByFunctionCommandInput
|
|
282
|
+
| ListResolversCommandInput
|
|
283
|
+
| ListTagsForResourceCommandInput
|
|
284
|
+
| ListTypesCommandInput
|
|
285
|
+
| StartSchemaCreationCommandInput
|
|
286
|
+
| TagResourceCommandInput
|
|
287
|
+
| UntagResourceCommandInput
|
|
288
|
+
| UpdateApiCacheCommandInput
|
|
289
|
+
| UpdateApiKeyCommandInput
|
|
290
|
+
| UpdateDataSourceCommandInput
|
|
291
|
+
| UpdateDomainNameCommandInput
|
|
292
|
+
| UpdateFunctionCommandInput
|
|
293
|
+
| UpdateGraphqlApiCommandInput
|
|
294
|
+
| UpdateResolverCommandInput
|
|
295
|
+
| UpdateTypeCommandInput;
|
|
296
|
+
export declare type ServiceOutputTypes =
|
|
297
|
+
| AssociateApiCommandOutput
|
|
298
|
+
| CreateApiCacheCommandOutput
|
|
299
|
+
| CreateApiKeyCommandOutput
|
|
300
|
+
| CreateDataSourceCommandOutput
|
|
301
|
+
| CreateDomainNameCommandOutput
|
|
302
|
+
| CreateFunctionCommandOutput
|
|
303
|
+
| CreateGraphqlApiCommandOutput
|
|
304
|
+
| CreateResolverCommandOutput
|
|
305
|
+
| CreateTypeCommandOutput
|
|
306
|
+
| DeleteApiCacheCommandOutput
|
|
307
|
+
| DeleteApiKeyCommandOutput
|
|
308
|
+
| DeleteDataSourceCommandOutput
|
|
309
|
+
| DeleteDomainNameCommandOutput
|
|
310
|
+
| DeleteFunctionCommandOutput
|
|
311
|
+
| DeleteGraphqlApiCommandOutput
|
|
312
|
+
| DeleteResolverCommandOutput
|
|
313
|
+
| DeleteTypeCommandOutput
|
|
314
|
+
| DisassociateApiCommandOutput
|
|
315
|
+
| EvaluateMappingTemplateCommandOutput
|
|
316
|
+
| FlushApiCacheCommandOutput
|
|
317
|
+
| GetApiAssociationCommandOutput
|
|
318
|
+
| GetApiCacheCommandOutput
|
|
319
|
+
| GetDataSourceCommandOutput
|
|
320
|
+
| GetDomainNameCommandOutput
|
|
321
|
+
| GetFunctionCommandOutput
|
|
322
|
+
| GetGraphqlApiCommandOutput
|
|
323
|
+
| GetIntrospectionSchemaCommandOutput
|
|
324
|
+
| GetResolverCommandOutput
|
|
325
|
+
| GetSchemaCreationStatusCommandOutput
|
|
326
|
+
| GetTypeCommandOutput
|
|
327
|
+
| ListApiKeysCommandOutput
|
|
328
|
+
| ListDataSourcesCommandOutput
|
|
329
|
+
| ListDomainNamesCommandOutput
|
|
330
|
+
| ListFunctionsCommandOutput
|
|
331
|
+
| ListGraphqlApisCommandOutput
|
|
332
|
+
| ListResolversByFunctionCommandOutput
|
|
333
|
+
| ListResolversCommandOutput
|
|
334
|
+
| ListTagsForResourceCommandOutput
|
|
335
|
+
| ListTypesCommandOutput
|
|
336
|
+
| StartSchemaCreationCommandOutput
|
|
337
|
+
| TagResourceCommandOutput
|
|
338
|
+
| UntagResourceCommandOutput
|
|
339
|
+
| UpdateApiCacheCommandOutput
|
|
340
|
+
| UpdateApiKeyCommandOutput
|
|
341
|
+
| UpdateDataSourceCommandOutput
|
|
342
|
+
| UpdateDomainNameCommandOutput
|
|
343
|
+
| UpdateFunctionCommandOutput
|
|
344
|
+
| UpdateGraphqlApiCommandOutput
|
|
345
|
+
| UpdateResolverCommandOutput
|
|
346
|
+
| UpdateTypeCommandOutput;
|
|
347
|
+
export interface ClientDefaults
|
|
348
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
349
|
+
requestHandler?: __HttpHandler;
|
|
350
|
+
|
|
351
|
+
sha256?: __HashConstructor;
|
|
352
|
+
|
|
353
|
+
urlParser?: __UrlParser;
|
|
354
|
+
|
|
355
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
356
|
+
|
|
357
|
+
streamCollector?: __StreamCollector;
|
|
358
|
+
|
|
359
|
+
base64Decoder?: __Decoder;
|
|
360
|
+
|
|
361
|
+
base64Encoder?: __Encoder;
|
|
362
|
+
|
|
363
|
+
utf8Decoder?: __Decoder;
|
|
364
|
+
|
|
365
|
+
utf8Encoder?: __Encoder;
|
|
366
|
+
|
|
367
|
+
runtime?: string;
|
|
368
|
+
|
|
369
|
+
disableHostPrefix?: boolean;
|
|
370
|
+
|
|
371
|
+
maxAttempts?: number | __Provider<number>;
|
|
372
|
+
|
|
373
|
+
retryMode?: string | __Provider<string>;
|
|
374
|
+
|
|
375
|
+
logger?: __Logger;
|
|
376
|
+
|
|
377
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
378
|
+
|
|
379
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
380
|
+
|
|
381
|
+
serviceId?: string;
|
|
382
|
+
|
|
383
|
+
region?: string | __Provider<string>;
|
|
384
|
+
|
|
385
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
386
|
+
|
|
387
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
388
|
+
|
|
389
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
390
|
+
|
|
391
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
392
|
+
}
|
|
393
|
+
declare type AppSyncClientConfigType = Partial<
|
|
394
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
395
|
+
> &
|
|
396
|
+
ClientDefaults &
|
|
397
|
+
RegionInputConfig &
|
|
398
|
+
EndpointsInputConfig &
|
|
399
|
+
RetryInputConfig &
|
|
400
|
+
HostHeaderInputConfig &
|
|
401
|
+
AwsAuthInputConfig &
|
|
402
|
+
UserAgentInputConfig;
|
|
403
|
+
|
|
404
|
+
export interface AppSyncClientConfig extends AppSyncClientConfigType {}
|
|
405
|
+
declare type AppSyncClientResolvedConfigType =
|
|
406
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
407
|
+
Required<ClientDefaults> &
|
|
408
|
+
RegionResolvedConfig &
|
|
409
|
+
EndpointsResolvedConfig &
|
|
410
|
+
RetryResolvedConfig &
|
|
411
|
+
HostHeaderResolvedConfig &
|
|
412
|
+
AwsAuthResolvedConfig &
|
|
413
|
+
UserAgentResolvedConfig;
|
|
414
|
+
|
|
415
|
+
export interface AppSyncClientResolvedConfig
|
|
416
|
+
extends AppSyncClientResolvedConfigType {}
|
|
417
|
+
|
|
418
|
+
export declare class AppSyncClient extends __Client<
|
|
419
|
+
__HttpHandlerOptions,
|
|
420
|
+
ServiceInputTypes,
|
|
421
|
+
ServiceOutputTypes,
|
|
422
|
+
AppSyncClientResolvedConfig
|
|
423
|
+
> {
|
|
424
|
+
readonly config: AppSyncClientResolvedConfig;
|
|
425
|
+
constructor(configuration: AppSyncClientConfig);
|
|
426
|
+
|
|
427
|
+
destroy(): void;
|
|
428
|
+
}
|
|
429
|
+
export {};
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import { AssociateApiRequest, AssociateApiResponse } from "../models/models_0";
|
|
14
|
+
export interface AssociateApiCommandInput extends AssociateApiRequest {}
|
|
15
|
+
export interface AssociateApiCommandOutput
|
|
16
|
+
extends AssociateApiResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class AssociateApiCommand extends $Command<
|
|
20
|
+
AssociateApiCommandInput,
|
|
21
|
+
AssociateApiCommandOutput,
|
|
22
|
+
AppSyncClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: AssociateApiCommandInput;
|
|
25
|
+
constructor(input: AssociateApiCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: AppSyncClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<AssociateApiCommandInput, AssociateApiCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppSyncClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppSyncClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateApiCacheRequest,
|
|
15
|
+
CreateApiCacheResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateApiCacheCommandInput extends CreateApiCacheRequest {}
|
|
18
|
+
export interface CreateApiCacheCommandOutput
|
|
19
|
+
extends CreateApiCacheResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateApiCacheCommand extends $Command<
|
|
23
|
+
CreateApiCacheCommandInput,
|
|
24
|
+
CreateApiCacheCommandOutput,
|
|
25
|
+
AppSyncClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateApiCacheCommandInput;
|
|
28
|
+
constructor(input: CreateApiCacheCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: AppSyncClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateApiCacheCommandInput, CreateApiCacheCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|