@aws-sdk/client-appsync 3.170.0 → 3.178.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 +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AppSync.d.ts +0 -50
- package/dist-types/ts3.4/AppSyncClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateGraphqlApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateResolverCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGraphqlApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteResolverCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EvaluateMappingTemplateCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/FlushApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApiAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetGraphqlApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetIntrospectionSchemaCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetResolverCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetSchemaCreationStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApiKeysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGraphqlApisCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResolversByFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListResolversCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartSchemaCreationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApiCacheCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFunctionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGraphqlApiCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateResolverCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AppSyncServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -426
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { AppSyncServiceException as __BaseException } from "./AppSyncServiceException";
|
|
3
|
-
|
|
4
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
5
4
|
readonly name: "AccessDeniedException";
|
|
6
5
|
readonly $fault: "client";
|
|
7
|
-
|
|
8
6
|
constructor(
|
|
9
7
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
8
|
);
|
|
@@ -16,40 +14,26 @@ export declare enum AuthenticationType {
|
|
|
16
14
|
AWS_LAMBDA = "AWS_LAMBDA",
|
|
17
15
|
OPENID_CONNECT = "OPENID_CONNECT",
|
|
18
16
|
}
|
|
19
|
-
|
|
20
17
|
export interface LambdaAuthorizerConfig {
|
|
21
18
|
authorizerResultTtlInSeconds?: number;
|
|
22
|
-
|
|
23
19
|
authorizerUri: string | undefined;
|
|
24
|
-
|
|
25
20
|
identityValidationExpression?: string;
|
|
26
21
|
}
|
|
27
|
-
|
|
28
22
|
export interface OpenIDConnectConfig {
|
|
29
23
|
issuer: string | undefined;
|
|
30
|
-
|
|
31
24
|
clientId?: string;
|
|
32
|
-
|
|
33
25
|
iatTTL?: number;
|
|
34
|
-
|
|
35
26
|
authTTL?: number;
|
|
36
27
|
}
|
|
37
|
-
|
|
38
28
|
export interface CognitoUserPoolConfig {
|
|
39
29
|
userPoolId: string | undefined;
|
|
40
|
-
|
|
41
30
|
awsRegion: string | undefined;
|
|
42
|
-
|
|
43
31
|
appIdClientRegex?: string;
|
|
44
32
|
}
|
|
45
|
-
|
|
46
33
|
export interface AdditionalAuthenticationProvider {
|
|
47
34
|
authenticationType?: AuthenticationType | string;
|
|
48
|
-
|
|
49
35
|
openIDConnectConfig?: OpenIDConnectConfig;
|
|
50
|
-
|
|
51
36
|
userPoolConfig?: CognitoUserPoolConfig;
|
|
52
|
-
|
|
53
37
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
54
38
|
}
|
|
55
39
|
export declare enum AssociationStatus {
|
|
@@ -57,14 +41,10 @@ export declare enum AssociationStatus {
|
|
|
57
41
|
Processing = "PROCESSING",
|
|
58
42
|
Success = "SUCCESS",
|
|
59
43
|
}
|
|
60
|
-
|
|
61
44
|
export interface ApiAssociation {
|
|
62
45
|
domainName?: string;
|
|
63
|
-
|
|
64
46
|
apiId?: string;
|
|
65
|
-
|
|
66
47
|
associationStatus?: AssociationStatus | string;
|
|
67
|
-
|
|
68
48
|
deploymentDetail?: string;
|
|
69
49
|
}
|
|
70
50
|
export declare enum ApiCachingBehavior {
|
|
@@ -95,44 +75,30 @@ export declare enum ApiCacheType {
|
|
|
95
75
|
T2_SMALL = "T2_SMALL",
|
|
96
76
|
XLARGE = "XLARGE",
|
|
97
77
|
}
|
|
98
|
-
|
|
99
78
|
export interface ApiCache {
|
|
100
79
|
ttl?: number;
|
|
101
|
-
|
|
102
80
|
apiCachingBehavior?: ApiCachingBehavior | string;
|
|
103
|
-
|
|
104
81
|
transitEncryptionEnabled?: boolean;
|
|
105
|
-
|
|
106
82
|
atRestEncryptionEnabled?: boolean;
|
|
107
|
-
|
|
108
83
|
type?: ApiCacheType | string;
|
|
109
|
-
|
|
110
84
|
status?: ApiCacheStatus | string;
|
|
111
85
|
}
|
|
112
|
-
|
|
113
86
|
export interface ApiKey {
|
|
114
87
|
id?: string;
|
|
115
|
-
|
|
116
88
|
description?: string;
|
|
117
|
-
|
|
118
89
|
expires?: number;
|
|
119
|
-
|
|
120
90
|
deletes?: number;
|
|
121
91
|
}
|
|
122
|
-
|
|
123
92
|
export declare class ApiKeyLimitExceededException extends __BaseException {
|
|
124
93
|
readonly name: "ApiKeyLimitExceededException";
|
|
125
94
|
readonly $fault: "client";
|
|
126
|
-
|
|
127
95
|
constructor(
|
|
128
96
|
opts: __ExceptionOptionType<ApiKeyLimitExceededException, __BaseException>
|
|
129
97
|
);
|
|
130
98
|
}
|
|
131
|
-
|
|
132
99
|
export declare class ApiKeyValidityOutOfBoundsException extends __BaseException {
|
|
133
100
|
readonly name: "ApiKeyValidityOutOfBoundsException";
|
|
134
101
|
readonly $fault: "client";
|
|
135
|
-
|
|
136
102
|
constructor(
|
|
137
103
|
opts: __ExceptionOptionType<
|
|
138
104
|
ApiKeyValidityOutOfBoundsException,
|
|
@@ -140,68 +106,53 @@ export declare class ApiKeyValidityOutOfBoundsException extends __BaseException
|
|
|
140
106
|
>
|
|
141
107
|
);
|
|
142
108
|
}
|
|
143
|
-
|
|
144
109
|
export declare class ApiLimitExceededException extends __BaseException {
|
|
145
110
|
readonly name: "ApiLimitExceededException";
|
|
146
111
|
readonly $fault: "client";
|
|
147
|
-
|
|
148
112
|
constructor(
|
|
149
113
|
opts: __ExceptionOptionType<ApiLimitExceededException, __BaseException>
|
|
150
114
|
);
|
|
151
115
|
}
|
|
152
116
|
export interface AssociateApiRequest {
|
|
153
117
|
domainName: string | undefined;
|
|
154
|
-
|
|
155
118
|
apiId: string | undefined;
|
|
156
119
|
}
|
|
157
120
|
export interface AssociateApiResponse {
|
|
158
121
|
apiAssociation?: ApiAssociation;
|
|
159
122
|
}
|
|
160
|
-
|
|
161
123
|
export declare class BadRequestException extends __BaseException {
|
|
162
124
|
readonly name: "BadRequestException";
|
|
163
125
|
readonly $fault: "client";
|
|
164
|
-
|
|
165
126
|
constructor(
|
|
166
127
|
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
167
128
|
);
|
|
168
129
|
}
|
|
169
|
-
|
|
170
130
|
export declare class InternalFailureException extends __BaseException {
|
|
171
131
|
readonly name: "InternalFailureException";
|
|
172
132
|
readonly $fault: "server";
|
|
173
|
-
|
|
174
133
|
constructor(
|
|
175
134
|
opts: __ExceptionOptionType<InternalFailureException, __BaseException>
|
|
176
135
|
);
|
|
177
136
|
}
|
|
178
|
-
|
|
179
137
|
export declare class NotFoundException extends __BaseException {
|
|
180
138
|
readonly name: "NotFoundException";
|
|
181
139
|
readonly $fault: "client";
|
|
182
|
-
|
|
183
140
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
184
141
|
}
|
|
185
142
|
export declare enum AuthorizationType {
|
|
186
143
|
AWS_IAM = "AWS_IAM",
|
|
187
144
|
}
|
|
188
|
-
|
|
189
145
|
export interface AwsIamConfig {
|
|
190
146
|
signingRegion?: string;
|
|
191
|
-
|
|
192
147
|
signingServiceName?: string;
|
|
193
148
|
}
|
|
194
|
-
|
|
195
149
|
export interface AuthorizationConfig {
|
|
196
150
|
authorizationType: AuthorizationType | string | undefined;
|
|
197
|
-
|
|
198
151
|
awsIamConfig?: AwsIamConfig;
|
|
199
152
|
}
|
|
200
|
-
|
|
201
153
|
export declare class ConcurrentModificationException extends __BaseException {
|
|
202
154
|
readonly name: "ConcurrentModificationException";
|
|
203
155
|
readonly $fault: "client";
|
|
204
|
-
|
|
205
156
|
constructor(
|
|
206
157
|
opts: __ExceptionOptionType<
|
|
207
158
|
ConcurrentModificationException,
|
|
@@ -209,113 +160,78 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
209
160
|
>
|
|
210
161
|
);
|
|
211
162
|
}
|
|
212
|
-
|
|
213
163
|
export interface CreateApiCacheRequest {
|
|
214
164
|
apiId: string | undefined;
|
|
215
|
-
|
|
216
165
|
ttl: number | undefined;
|
|
217
|
-
|
|
218
166
|
transitEncryptionEnabled?: boolean;
|
|
219
|
-
|
|
220
167
|
atRestEncryptionEnabled?: boolean;
|
|
221
|
-
|
|
222
168
|
apiCachingBehavior: ApiCachingBehavior | string | undefined;
|
|
223
|
-
|
|
224
169
|
type: ApiCacheType | string | undefined;
|
|
225
170
|
}
|
|
226
|
-
|
|
227
171
|
export interface CreateApiCacheResponse {
|
|
228
172
|
apiCache?: ApiCache;
|
|
229
173
|
}
|
|
230
|
-
|
|
231
174
|
export declare class UnauthorizedException extends __BaseException {
|
|
232
175
|
readonly name: "UnauthorizedException";
|
|
233
176
|
readonly $fault: "client";
|
|
234
|
-
|
|
235
177
|
constructor(
|
|
236
178
|
opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
|
|
237
179
|
);
|
|
238
180
|
}
|
|
239
181
|
export interface CreateApiKeyRequest {
|
|
240
182
|
apiId: string | undefined;
|
|
241
|
-
|
|
242
183
|
description?: string;
|
|
243
|
-
|
|
244
184
|
expires?: number;
|
|
245
185
|
}
|
|
246
186
|
export interface CreateApiKeyResponse {
|
|
247
187
|
apiKey?: ApiKey;
|
|
248
188
|
}
|
|
249
|
-
|
|
250
189
|
export declare class LimitExceededException extends __BaseException {
|
|
251
190
|
readonly name: "LimitExceededException";
|
|
252
191
|
readonly $fault: "client";
|
|
253
|
-
|
|
254
192
|
constructor(
|
|
255
193
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
256
194
|
);
|
|
257
195
|
}
|
|
258
|
-
|
|
259
196
|
export interface DeltaSyncConfig {
|
|
260
197
|
baseTableTTL?: number;
|
|
261
|
-
|
|
262
198
|
deltaSyncTableName?: string;
|
|
263
|
-
|
|
264
199
|
deltaSyncTableTTL?: number;
|
|
265
200
|
}
|
|
266
|
-
|
|
267
201
|
export interface DynamodbDataSourceConfig {
|
|
268
202
|
tableName: string | undefined;
|
|
269
|
-
|
|
270
203
|
awsRegion: string | undefined;
|
|
271
|
-
|
|
272
204
|
useCallerCredentials?: boolean;
|
|
273
|
-
|
|
274
205
|
deltaSyncConfig?: DeltaSyncConfig;
|
|
275
|
-
|
|
276
206
|
versioned?: boolean;
|
|
277
207
|
}
|
|
278
|
-
|
|
279
208
|
export interface ElasticsearchDataSourceConfig {
|
|
280
209
|
endpoint: string | undefined;
|
|
281
|
-
|
|
282
210
|
awsRegion: string | undefined;
|
|
283
211
|
}
|
|
284
|
-
|
|
285
212
|
export interface HttpDataSourceConfig {
|
|
286
213
|
endpoint?: string;
|
|
287
|
-
|
|
288
214
|
authorizationConfig?: AuthorizationConfig;
|
|
289
215
|
}
|
|
290
|
-
|
|
291
216
|
export interface LambdaDataSourceConfig {
|
|
292
217
|
lambdaFunctionArn: string | undefined;
|
|
293
218
|
}
|
|
294
|
-
|
|
295
219
|
export interface OpenSearchServiceDataSourceConfig {
|
|
296
220
|
endpoint: string | undefined;
|
|
297
|
-
|
|
298
221
|
awsRegion: string | undefined;
|
|
299
222
|
}
|
|
300
|
-
|
|
301
223
|
export interface RdsHttpEndpointConfig {
|
|
302
224
|
awsRegion?: string;
|
|
303
|
-
|
|
304
225
|
dbClusterIdentifier?: string;
|
|
305
|
-
|
|
306
226
|
databaseName?: string;
|
|
307
|
-
|
|
308
227
|
schema?: string;
|
|
309
|
-
|
|
310
228
|
awsSecretStoreArn?: string;
|
|
311
229
|
}
|
|
312
230
|
export declare enum RelationalDatabaseSourceType {
|
|
313
231
|
RDS_HTTP_ENDPOINT = "RDS_HTTP_ENDPOINT",
|
|
314
232
|
}
|
|
315
|
-
|
|
316
233
|
export interface RelationalDatabaseDataSourceConfig {
|
|
317
234
|
relationalDatabaseSourceType?: RelationalDatabaseSourceType | string;
|
|
318
|
-
|
|
319
235
|
rdsHttpEndpointConfig?: RdsHttpEndpointConfig;
|
|
320
236
|
}
|
|
321
237
|
export declare enum DataSourceType {
|
|
@@ -329,49 +245,28 @@ export declare enum DataSourceType {
|
|
|
329
245
|
}
|
|
330
246
|
export interface CreateDataSourceRequest {
|
|
331
247
|
apiId: string | undefined;
|
|
332
|
-
|
|
333
248
|
name: string | undefined;
|
|
334
|
-
|
|
335
249
|
description?: string;
|
|
336
|
-
|
|
337
250
|
type: DataSourceType | string | undefined;
|
|
338
|
-
|
|
339
251
|
serviceRoleArn?: string;
|
|
340
|
-
|
|
341
252
|
dynamodbConfig?: DynamodbDataSourceConfig;
|
|
342
|
-
|
|
343
253
|
lambdaConfig?: LambdaDataSourceConfig;
|
|
344
|
-
|
|
345
254
|
elasticsearchConfig?: ElasticsearchDataSourceConfig;
|
|
346
|
-
|
|
347
255
|
openSearchServiceConfig?: OpenSearchServiceDataSourceConfig;
|
|
348
|
-
|
|
349
256
|
httpConfig?: HttpDataSourceConfig;
|
|
350
|
-
|
|
351
257
|
relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
|
|
352
258
|
}
|
|
353
|
-
|
|
354
259
|
export interface DataSource {
|
|
355
260
|
dataSourceArn?: string;
|
|
356
|
-
|
|
357
261
|
name?: string;
|
|
358
|
-
|
|
359
262
|
description?: string;
|
|
360
|
-
|
|
361
263
|
type?: DataSourceType | string;
|
|
362
|
-
|
|
363
264
|
serviceRoleArn?: string;
|
|
364
|
-
|
|
365
265
|
dynamodbConfig?: DynamodbDataSourceConfig;
|
|
366
|
-
|
|
367
266
|
lambdaConfig?: LambdaDataSourceConfig;
|
|
368
|
-
|
|
369
267
|
elasticsearchConfig?: ElasticsearchDataSourceConfig;
|
|
370
|
-
|
|
371
268
|
openSearchServiceConfig?: OpenSearchServiceDataSourceConfig;
|
|
372
|
-
|
|
373
269
|
httpConfig?: HttpDataSourceConfig;
|
|
374
|
-
|
|
375
270
|
relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
|
|
376
271
|
}
|
|
377
272
|
export interface CreateDataSourceResponse {
|
|
@@ -379,21 +274,14 @@ export interface CreateDataSourceResponse {
|
|
|
379
274
|
}
|
|
380
275
|
export interface CreateDomainNameRequest {
|
|
381
276
|
domainName: string | undefined;
|
|
382
|
-
|
|
383
277
|
certificateArn: string | undefined;
|
|
384
|
-
|
|
385
278
|
description?: string;
|
|
386
279
|
}
|
|
387
|
-
|
|
388
280
|
export interface DomainNameConfig {
|
|
389
281
|
domainName?: string;
|
|
390
|
-
|
|
391
282
|
description?: string;
|
|
392
|
-
|
|
393
283
|
certificateArn?: string;
|
|
394
|
-
|
|
395
284
|
appsyncDomainName?: string;
|
|
396
|
-
|
|
397
285
|
hostedZoneId?: string;
|
|
398
286
|
}
|
|
399
287
|
export interface CreateDomainNameResponse {
|
|
@@ -409,57 +297,35 @@ export declare enum ConflictHandlerType {
|
|
|
409
297
|
NONE = "NONE",
|
|
410
298
|
OPTIMISTIC_CONCURRENCY = "OPTIMISTIC_CONCURRENCY",
|
|
411
299
|
}
|
|
412
|
-
|
|
413
300
|
export interface LambdaConflictHandlerConfig {
|
|
414
301
|
lambdaConflictHandlerArn?: string;
|
|
415
302
|
}
|
|
416
|
-
|
|
417
303
|
export interface SyncConfig {
|
|
418
304
|
conflictHandler?: ConflictHandlerType | string;
|
|
419
|
-
|
|
420
305
|
conflictDetection?: ConflictDetectionType | string;
|
|
421
|
-
|
|
422
306
|
lambdaConflictHandlerConfig?: LambdaConflictHandlerConfig;
|
|
423
307
|
}
|
|
424
308
|
export interface CreateFunctionRequest {
|
|
425
309
|
apiId: string | undefined;
|
|
426
|
-
|
|
427
310
|
name: string | undefined;
|
|
428
|
-
|
|
429
311
|
description?: string;
|
|
430
|
-
|
|
431
312
|
dataSourceName: string | undefined;
|
|
432
|
-
|
|
433
313
|
requestMappingTemplate?: string;
|
|
434
|
-
|
|
435
314
|
responseMappingTemplate?: string;
|
|
436
|
-
|
|
437
315
|
functionVersion: string | undefined;
|
|
438
|
-
|
|
439
316
|
syncConfig?: SyncConfig;
|
|
440
|
-
|
|
441
317
|
maxBatchSize?: number;
|
|
442
318
|
}
|
|
443
|
-
|
|
444
319
|
export interface FunctionConfiguration {
|
|
445
320
|
functionId?: string;
|
|
446
|
-
|
|
447
321
|
functionArn?: string;
|
|
448
|
-
|
|
449
322
|
name?: string;
|
|
450
|
-
|
|
451
323
|
description?: string;
|
|
452
|
-
|
|
453
324
|
dataSourceName?: string;
|
|
454
|
-
|
|
455
325
|
requestMappingTemplate?: string;
|
|
456
|
-
|
|
457
326
|
responseMappingTemplate?: string;
|
|
458
|
-
|
|
459
327
|
functionVersion?: string;
|
|
460
|
-
|
|
461
328
|
syncConfig?: SyncConfig;
|
|
462
|
-
|
|
463
329
|
maxBatchSize?: number;
|
|
464
330
|
}
|
|
465
331
|
export interface CreateFunctionResponse {
|
|
@@ -470,137 +336,85 @@ export declare enum FieldLogLevel {
|
|
|
470
336
|
ERROR = "ERROR",
|
|
471
337
|
NONE = "NONE",
|
|
472
338
|
}
|
|
473
|
-
|
|
474
339
|
export interface LogConfig {
|
|
475
340
|
fieldLogLevel: FieldLogLevel | string | undefined;
|
|
476
|
-
|
|
477
341
|
cloudWatchLogsRoleArn: string | undefined;
|
|
478
|
-
|
|
479
342
|
excludeVerboseContent?: boolean;
|
|
480
343
|
}
|
|
481
344
|
export declare enum DefaultAction {
|
|
482
345
|
ALLOW = "ALLOW",
|
|
483
346
|
DENY = "DENY",
|
|
484
347
|
}
|
|
485
|
-
|
|
486
348
|
export interface UserPoolConfig {
|
|
487
349
|
userPoolId: string | undefined;
|
|
488
|
-
|
|
489
350
|
awsRegion: string | undefined;
|
|
490
|
-
|
|
491
351
|
defaultAction: DefaultAction | string | undefined;
|
|
492
|
-
|
|
493
352
|
appIdClientRegex?: string;
|
|
494
353
|
}
|
|
495
354
|
export interface CreateGraphqlApiRequest {
|
|
496
355
|
name: string | undefined;
|
|
497
|
-
|
|
498
356
|
logConfig?: LogConfig;
|
|
499
|
-
|
|
500
357
|
authenticationType: AuthenticationType | string | undefined;
|
|
501
|
-
|
|
502
358
|
userPoolConfig?: UserPoolConfig;
|
|
503
|
-
|
|
504
359
|
openIDConnectConfig?: OpenIDConnectConfig;
|
|
505
|
-
|
|
506
360
|
tags?: Record<string, string>;
|
|
507
|
-
|
|
508
361
|
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[];
|
|
509
|
-
|
|
510
362
|
xrayEnabled?: boolean;
|
|
511
|
-
|
|
512
363
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
513
364
|
}
|
|
514
|
-
|
|
515
365
|
export interface GraphqlApi {
|
|
516
366
|
name?: string;
|
|
517
|
-
|
|
518
367
|
apiId?: string;
|
|
519
|
-
|
|
520
368
|
authenticationType?: AuthenticationType | string;
|
|
521
|
-
|
|
522
369
|
logConfig?: LogConfig;
|
|
523
|
-
|
|
524
370
|
userPoolConfig?: UserPoolConfig;
|
|
525
|
-
|
|
526
371
|
openIDConnectConfig?: OpenIDConnectConfig;
|
|
527
|
-
|
|
528
372
|
arn?: string;
|
|
529
|
-
|
|
530
373
|
uris?: Record<string, string>;
|
|
531
|
-
|
|
532
374
|
tags?: Record<string, string>;
|
|
533
|
-
|
|
534
375
|
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[];
|
|
535
|
-
|
|
536
376
|
xrayEnabled?: boolean;
|
|
537
|
-
|
|
538
377
|
wafWebAclArn?: string;
|
|
539
|
-
|
|
540
378
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
541
379
|
}
|
|
542
380
|
export interface CreateGraphqlApiResponse {
|
|
543
381
|
graphqlApi?: GraphqlApi;
|
|
544
382
|
}
|
|
545
|
-
|
|
546
383
|
export interface CachingConfig {
|
|
547
384
|
ttl: number | undefined;
|
|
548
|
-
|
|
549
385
|
cachingKeys?: string[];
|
|
550
386
|
}
|
|
551
387
|
export declare enum ResolverKind {
|
|
552
388
|
PIPELINE = "PIPELINE",
|
|
553
389
|
UNIT = "UNIT",
|
|
554
390
|
}
|
|
555
|
-
|
|
556
391
|
export interface PipelineConfig {
|
|
557
392
|
functions?: string[];
|
|
558
393
|
}
|
|
559
394
|
export interface CreateResolverRequest {
|
|
560
395
|
apiId: string | undefined;
|
|
561
|
-
|
|
562
396
|
typeName: string | undefined;
|
|
563
|
-
|
|
564
397
|
fieldName: string | undefined;
|
|
565
|
-
|
|
566
398
|
dataSourceName?: string;
|
|
567
|
-
|
|
568
399
|
requestMappingTemplate?: string;
|
|
569
|
-
|
|
570
400
|
responseMappingTemplate?: string;
|
|
571
|
-
|
|
572
401
|
kind?: ResolverKind | string;
|
|
573
|
-
|
|
574
402
|
pipelineConfig?: PipelineConfig;
|
|
575
|
-
|
|
576
403
|
syncConfig?: SyncConfig;
|
|
577
|
-
|
|
578
404
|
cachingConfig?: CachingConfig;
|
|
579
|
-
|
|
580
405
|
maxBatchSize?: number;
|
|
581
406
|
}
|
|
582
|
-
|
|
583
407
|
export interface Resolver {
|
|
584
408
|
typeName?: string;
|
|
585
|
-
|
|
586
409
|
fieldName?: string;
|
|
587
|
-
|
|
588
410
|
dataSourceName?: string;
|
|
589
|
-
|
|
590
411
|
resolverArn?: string;
|
|
591
|
-
|
|
592
412
|
requestMappingTemplate?: string;
|
|
593
|
-
|
|
594
413
|
responseMappingTemplate?: string;
|
|
595
|
-
|
|
596
414
|
kind?: ResolverKind | string;
|
|
597
|
-
|
|
598
415
|
pipelineConfig?: PipelineConfig;
|
|
599
|
-
|
|
600
416
|
syncConfig?: SyncConfig;
|
|
601
|
-
|
|
602
417
|
cachingConfig?: CachingConfig;
|
|
603
|
-
|
|
604
418
|
maxBatchSize?: number;
|
|
605
419
|
}
|
|
606
420
|
export interface CreateResolverResponse {
|
|
@@ -612,41 +426,30 @@ export declare enum TypeDefinitionFormat {
|
|
|
612
426
|
}
|
|
613
427
|
export interface CreateTypeRequest {
|
|
614
428
|
apiId: string | undefined;
|
|
615
|
-
|
|
616
429
|
definition: string | undefined;
|
|
617
|
-
|
|
618
430
|
format: TypeDefinitionFormat | string | undefined;
|
|
619
431
|
}
|
|
620
|
-
|
|
621
432
|
export interface Type {
|
|
622
433
|
name?: string;
|
|
623
|
-
|
|
624
434
|
description?: string;
|
|
625
|
-
|
|
626
435
|
arn?: string;
|
|
627
|
-
|
|
628
436
|
definition?: string;
|
|
629
|
-
|
|
630
437
|
format?: TypeDefinitionFormat | string;
|
|
631
438
|
}
|
|
632
439
|
export interface CreateTypeResponse {
|
|
633
440
|
type?: Type;
|
|
634
441
|
}
|
|
635
|
-
|
|
636
442
|
export interface DeleteApiCacheRequest {
|
|
637
443
|
apiId: string | undefined;
|
|
638
444
|
}
|
|
639
|
-
|
|
640
445
|
export interface DeleteApiCacheResponse {}
|
|
641
446
|
export interface DeleteApiKeyRequest {
|
|
642
447
|
apiId: string | undefined;
|
|
643
|
-
|
|
644
448
|
id: string | undefined;
|
|
645
449
|
}
|
|
646
450
|
export interface DeleteApiKeyResponse {}
|
|
647
451
|
export interface DeleteDataSourceRequest {
|
|
648
452
|
apiId: string | undefined;
|
|
649
|
-
|
|
650
453
|
name: string | undefined;
|
|
651
454
|
}
|
|
652
455
|
export interface DeleteDataSourceResponse {}
|
|
@@ -656,7 +459,6 @@ export interface DeleteDomainNameRequest {
|
|
|
656
459
|
export interface DeleteDomainNameResponse {}
|
|
657
460
|
export interface DeleteFunctionRequest {
|
|
658
461
|
apiId: string | undefined;
|
|
659
|
-
|
|
660
462
|
functionId: string | undefined;
|
|
661
463
|
}
|
|
662
464
|
export interface DeleteFunctionResponse {}
|
|
@@ -666,15 +468,12 @@ export interface DeleteGraphqlApiRequest {
|
|
|
666
468
|
export interface DeleteGraphqlApiResponse {}
|
|
667
469
|
export interface DeleteResolverRequest {
|
|
668
470
|
apiId: string | undefined;
|
|
669
|
-
|
|
670
471
|
typeName: string | undefined;
|
|
671
|
-
|
|
672
472
|
fieldName: string | undefined;
|
|
673
473
|
}
|
|
674
474
|
export interface DeleteResolverResponse {}
|
|
675
475
|
export interface DeleteTypeRequest {
|
|
676
476
|
apiId: string | undefined;
|
|
677
|
-
|
|
678
477
|
typeName: string | undefined;
|
|
679
478
|
}
|
|
680
479
|
export interface DeleteTypeResponse {}
|
|
@@ -684,23 +483,18 @@ export interface DisassociateApiRequest {
|
|
|
684
483
|
export interface DisassociateApiResponse {}
|
|
685
484
|
export interface EvaluateMappingTemplateRequest {
|
|
686
485
|
template: string | undefined;
|
|
687
|
-
|
|
688
486
|
context: string | undefined;
|
|
689
487
|
}
|
|
690
|
-
|
|
691
488
|
export interface ErrorDetail {
|
|
692
489
|
message?: string;
|
|
693
490
|
}
|
|
694
491
|
export interface EvaluateMappingTemplateResponse {
|
|
695
492
|
evaluationResult?: string;
|
|
696
|
-
|
|
697
493
|
error?: ErrorDetail;
|
|
698
494
|
}
|
|
699
|
-
|
|
700
495
|
export interface FlushApiCacheRequest {
|
|
701
496
|
apiId: string | undefined;
|
|
702
497
|
}
|
|
703
|
-
|
|
704
498
|
export interface FlushApiCacheResponse {}
|
|
705
499
|
export interface GetApiAssociationRequest {
|
|
706
500
|
domainName: string | undefined;
|
|
@@ -708,17 +502,14 @@ export interface GetApiAssociationRequest {
|
|
|
708
502
|
export interface GetApiAssociationResponse {
|
|
709
503
|
apiAssociation?: ApiAssociation;
|
|
710
504
|
}
|
|
711
|
-
|
|
712
505
|
export interface GetApiCacheRequest {
|
|
713
506
|
apiId: string | undefined;
|
|
714
507
|
}
|
|
715
|
-
|
|
716
508
|
export interface GetApiCacheResponse {
|
|
717
509
|
apiCache?: ApiCache;
|
|
718
510
|
}
|
|
719
511
|
export interface GetDataSourceRequest {
|
|
720
512
|
apiId: string | undefined;
|
|
721
|
-
|
|
722
513
|
name: string | undefined;
|
|
723
514
|
}
|
|
724
515
|
export interface GetDataSourceResponse {
|
|
@@ -732,7 +523,6 @@ export interface GetDomainNameResponse {
|
|
|
732
523
|
}
|
|
733
524
|
export interface GetFunctionRequest {
|
|
734
525
|
apiId: string | undefined;
|
|
735
|
-
|
|
736
526
|
functionId: string | undefined;
|
|
737
527
|
}
|
|
738
528
|
export interface GetFunctionResponse {
|
|
@@ -750,28 +540,22 @@ export declare enum OutputType {
|
|
|
750
540
|
}
|
|
751
541
|
export interface GetIntrospectionSchemaRequest {
|
|
752
542
|
apiId: string | undefined;
|
|
753
|
-
|
|
754
543
|
format: OutputType | string | undefined;
|
|
755
|
-
|
|
756
544
|
includeDirectives?: boolean;
|
|
757
545
|
}
|
|
758
546
|
export interface GetIntrospectionSchemaResponse {
|
|
759
547
|
schema?: Uint8Array;
|
|
760
548
|
}
|
|
761
|
-
|
|
762
549
|
export declare class GraphQLSchemaException extends __BaseException {
|
|
763
550
|
readonly name: "GraphQLSchemaException";
|
|
764
551
|
readonly $fault: "client";
|
|
765
|
-
|
|
766
552
|
constructor(
|
|
767
553
|
opts: __ExceptionOptionType<GraphQLSchemaException, __BaseException>
|
|
768
554
|
);
|
|
769
555
|
}
|
|
770
556
|
export interface GetResolverRequest {
|
|
771
557
|
apiId: string | undefined;
|
|
772
|
-
|
|
773
558
|
typeName: string | undefined;
|
|
774
|
-
|
|
775
559
|
fieldName: string | undefined;
|
|
776
560
|
}
|
|
777
561
|
export interface GetResolverResponse {
|
|
@@ -790,14 +574,11 @@ export declare enum SchemaStatus {
|
|
|
790
574
|
}
|
|
791
575
|
export interface GetSchemaCreationStatusResponse {
|
|
792
576
|
status?: SchemaStatus | string;
|
|
793
|
-
|
|
794
577
|
details?: string;
|
|
795
578
|
}
|
|
796
579
|
export interface GetTypeRequest {
|
|
797
580
|
apiId: string | undefined;
|
|
798
|
-
|
|
799
581
|
typeName: string | undefined;
|
|
800
|
-
|
|
801
582
|
format: TypeDefinitionFormat | string | undefined;
|
|
802
583
|
}
|
|
803
584
|
export interface GetTypeResponse {
|
|
@@ -805,86 +586,65 @@ export interface GetTypeResponse {
|
|
|
805
586
|
}
|
|
806
587
|
export interface ListApiKeysRequest {
|
|
807
588
|
apiId: string | undefined;
|
|
808
|
-
|
|
809
589
|
nextToken?: string;
|
|
810
|
-
|
|
811
590
|
maxResults?: number;
|
|
812
591
|
}
|
|
813
592
|
export interface ListApiKeysResponse {
|
|
814
593
|
apiKeys?: ApiKey[];
|
|
815
|
-
|
|
816
594
|
nextToken?: string;
|
|
817
595
|
}
|
|
818
596
|
export interface ListDataSourcesRequest {
|
|
819
597
|
apiId: string | undefined;
|
|
820
|
-
|
|
821
598
|
nextToken?: string;
|
|
822
|
-
|
|
823
599
|
maxResults?: number;
|
|
824
600
|
}
|
|
825
601
|
export interface ListDataSourcesResponse {
|
|
826
602
|
dataSources?: DataSource[];
|
|
827
|
-
|
|
828
603
|
nextToken?: string;
|
|
829
604
|
}
|
|
830
605
|
export interface ListDomainNamesRequest {
|
|
831
606
|
nextToken?: string;
|
|
832
|
-
|
|
833
607
|
maxResults?: number;
|
|
834
608
|
}
|
|
835
609
|
export interface ListDomainNamesResponse {
|
|
836
610
|
domainNameConfigs?: DomainNameConfig[];
|
|
837
|
-
|
|
838
611
|
nextToken?: string;
|
|
839
612
|
}
|
|
840
613
|
export interface ListFunctionsRequest {
|
|
841
614
|
apiId: string | undefined;
|
|
842
|
-
|
|
843
615
|
nextToken?: string;
|
|
844
|
-
|
|
845
616
|
maxResults?: number;
|
|
846
617
|
}
|
|
847
618
|
export interface ListFunctionsResponse {
|
|
848
619
|
functions?: FunctionConfiguration[];
|
|
849
|
-
|
|
850
620
|
nextToken?: string;
|
|
851
621
|
}
|
|
852
622
|
export interface ListGraphqlApisRequest {
|
|
853
623
|
nextToken?: string;
|
|
854
|
-
|
|
855
624
|
maxResults?: number;
|
|
856
625
|
}
|
|
857
626
|
export interface ListGraphqlApisResponse {
|
|
858
627
|
graphqlApis?: GraphqlApi[];
|
|
859
|
-
|
|
860
628
|
nextToken?: string;
|
|
861
629
|
}
|
|
862
630
|
export interface ListResolversRequest {
|
|
863
631
|
apiId: string | undefined;
|
|
864
|
-
|
|
865
632
|
typeName: string | undefined;
|
|
866
|
-
|
|
867
633
|
nextToken?: string;
|
|
868
|
-
|
|
869
634
|
maxResults?: number;
|
|
870
635
|
}
|
|
871
636
|
export interface ListResolversResponse {
|
|
872
637
|
resolvers?: Resolver[];
|
|
873
|
-
|
|
874
638
|
nextToken?: string;
|
|
875
639
|
}
|
|
876
640
|
export interface ListResolversByFunctionRequest {
|
|
877
641
|
apiId: string | undefined;
|
|
878
|
-
|
|
879
642
|
functionId: string | undefined;
|
|
880
|
-
|
|
881
643
|
nextToken?: string;
|
|
882
|
-
|
|
883
644
|
maxResults?: number;
|
|
884
645
|
}
|
|
885
646
|
export interface ListResolversByFunctionResponse {
|
|
886
647
|
resolvers?: Resolver[];
|
|
887
|
-
|
|
888
648
|
nextToken?: string;
|
|
889
649
|
}
|
|
890
650
|
export interface ListTagsForResourceRequest {
|
|
@@ -895,21 +655,16 @@ export interface ListTagsForResourceResponse {
|
|
|
895
655
|
}
|
|
896
656
|
export interface ListTypesRequest {
|
|
897
657
|
apiId: string | undefined;
|
|
898
|
-
|
|
899
658
|
format: TypeDefinitionFormat | string | undefined;
|
|
900
|
-
|
|
901
659
|
nextToken?: string;
|
|
902
|
-
|
|
903
660
|
maxResults?: number;
|
|
904
661
|
}
|
|
905
662
|
export interface ListTypesResponse {
|
|
906
663
|
types?: Type[];
|
|
907
|
-
|
|
908
664
|
nextToken?: string;
|
|
909
665
|
}
|
|
910
666
|
export interface StartSchemaCreationRequest {
|
|
911
667
|
apiId: string | undefined;
|
|
912
|
-
|
|
913
668
|
definition: Uint8Array | undefined;
|
|
914
669
|
}
|
|
915
670
|
export interface StartSchemaCreationResponse {
|
|
@@ -917,37 +672,27 @@ export interface StartSchemaCreationResponse {
|
|
|
917
672
|
}
|
|
918
673
|
export interface TagResourceRequest {
|
|
919
674
|
resourceArn: string | undefined;
|
|
920
|
-
|
|
921
675
|
tags: Record<string, string> | undefined;
|
|
922
676
|
}
|
|
923
677
|
export interface TagResourceResponse {}
|
|
924
678
|
export interface UntagResourceRequest {
|
|
925
679
|
resourceArn: string | undefined;
|
|
926
|
-
|
|
927
680
|
tagKeys: string[] | undefined;
|
|
928
681
|
}
|
|
929
682
|
export interface UntagResourceResponse {}
|
|
930
|
-
|
|
931
683
|
export interface UpdateApiCacheRequest {
|
|
932
684
|
apiId: string | undefined;
|
|
933
|
-
|
|
934
685
|
ttl: number | undefined;
|
|
935
|
-
|
|
936
686
|
apiCachingBehavior: ApiCachingBehavior | string | undefined;
|
|
937
|
-
|
|
938
687
|
type: ApiCacheType | string | undefined;
|
|
939
688
|
}
|
|
940
|
-
|
|
941
689
|
export interface UpdateApiCacheResponse {
|
|
942
690
|
apiCache?: ApiCache;
|
|
943
691
|
}
|
|
944
692
|
export interface UpdateApiKeyRequest {
|
|
945
693
|
apiId: string | undefined;
|
|
946
|
-
|
|
947
694
|
id: string | undefined;
|
|
948
|
-
|
|
949
695
|
description?: string;
|
|
950
|
-
|
|
951
696
|
expires?: number;
|
|
952
697
|
}
|
|
953
698
|
export interface UpdateApiKeyResponse {
|
|
@@ -955,25 +700,15 @@ export interface UpdateApiKeyResponse {
|
|
|
955
700
|
}
|
|
956
701
|
export interface UpdateDataSourceRequest {
|
|
957
702
|
apiId: string | undefined;
|
|
958
|
-
|
|
959
703
|
name: string | undefined;
|
|
960
|
-
|
|
961
704
|
description?: string;
|
|
962
|
-
|
|
963
705
|
type: DataSourceType | string | undefined;
|
|
964
|
-
|
|
965
706
|
serviceRoleArn?: string;
|
|
966
|
-
|
|
967
707
|
dynamodbConfig?: DynamodbDataSourceConfig;
|
|
968
|
-
|
|
969
708
|
lambdaConfig?: LambdaDataSourceConfig;
|
|
970
|
-
|
|
971
709
|
elasticsearchConfig?: ElasticsearchDataSourceConfig;
|
|
972
|
-
|
|
973
710
|
openSearchServiceConfig?: OpenSearchServiceDataSourceConfig;
|
|
974
|
-
|
|
975
711
|
httpConfig?: HttpDataSourceConfig;
|
|
976
|
-
|
|
977
712
|
relationalDatabaseConfig?: RelationalDatabaseDataSourceConfig;
|
|
978
713
|
}
|
|
979
714
|
export interface UpdateDataSourceResponse {
|
|
@@ -981,7 +716,6 @@ export interface UpdateDataSourceResponse {
|
|
|
981
716
|
}
|
|
982
717
|
export interface UpdateDomainNameRequest {
|
|
983
718
|
domainName: string | undefined;
|
|
984
|
-
|
|
985
719
|
description?: string;
|
|
986
720
|
}
|
|
987
721
|
export interface UpdateDomainNameResponse {
|
|
@@ -989,23 +723,14 @@ export interface UpdateDomainNameResponse {
|
|
|
989
723
|
}
|
|
990
724
|
export interface UpdateFunctionRequest {
|
|
991
725
|
apiId: string | undefined;
|
|
992
|
-
|
|
993
726
|
name: string | undefined;
|
|
994
|
-
|
|
995
727
|
description?: string;
|
|
996
|
-
|
|
997
728
|
functionId: string | undefined;
|
|
998
|
-
|
|
999
729
|
dataSourceName: string | undefined;
|
|
1000
|
-
|
|
1001
730
|
requestMappingTemplate?: string;
|
|
1002
|
-
|
|
1003
731
|
responseMappingTemplate?: string;
|
|
1004
|
-
|
|
1005
732
|
functionVersion: string | undefined;
|
|
1006
|
-
|
|
1007
733
|
syncConfig?: SyncConfig;
|
|
1008
|
-
|
|
1009
734
|
maxBatchSize?: number;
|
|
1010
735
|
}
|
|
1011
736
|
export interface UpdateFunctionResponse {
|
|
@@ -1013,21 +738,13 @@ export interface UpdateFunctionResponse {
|
|
|
1013
738
|
}
|
|
1014
739
|
export interface UpdateGraphqlApiRequest {
|
|
1015
740
|
apiId: string | undefined;
|
|
1016
|
-
|
|
1017
741
|
name: string | undefined;
|
|
1018
|
-
|
|
1019
742
|
logConfig?: LogConfig;
|
|
1020
|
-
|
|
1021
743
|
authenticationType?: AuthenticationType | string;
|
|
1022
|
-
|
|
1023
744
|
userPoolConfig?: UserPoolConfig;
|
|
1024
|
-
|
|
1025
745
|
openIDConnectConfig?: OpenIDConnectConfig;
|
|
1026
|
-
|
|
1027
746
|
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[];
|
|
1028
|
-
|
|
1029
747
|
xrayEnabled?: boolean;
|
|
1030
|
-
|
|
1031
748
|
lambdaAuthorizerConfig?: LambdaAuthorizerConfig;
|
|
1032
749
|
}
|
|
1033
750
|
export interface UpdateGraphqlApiResponse {
|
|
@@ -1035,25 +752,15 @@ export interface UpdateGraphqlApiResponse {
|
|
|
1035
752
|
}
|
|
1036
753
|
export interface UpdateResolverRequest {
|
|
1037
754
|
apiId: string | undefined;
|
|
1038
|
-
|
|
1039
755
|
typeName: string | undefined;
|
|
1040
|
-
|
|
1041
756
|
fieldName: string | undefined;
|
|
1042
|
-
|
|
1043
757
|
dataSourceName?: string;
|
|
1044
|
-
|
|
1045
758
|
requestMappingTemplate?: string;
|
|
1046
|
-
|
|
1047
759
|
responseMappingTemplate?: string;
|
|
1048
|
-
|
|
1049
760
|
kind?: ResolverKind | string;
|
|
1050
|
-
|
|
1051
761
|
pipelineConfig?: PipelineConfig;
|
|
1052
|
-
|
|
1053
762
|
syncConfig?: SyncConfig;
|
|
1054
|
-
|
|
1055
763
|
cachingConfig?: CachingConfig;
|
|
1056
|
-
|
|
1057
764
|
maxBatchSize?: number;
|
|
1058
765
|
}
|
|
1059
766
|
export interface UpdateResolverResponse {
|
|
@@ -1061,513 +768,380 @@ export interface UpdateResolverResponse {
|
|
|
1061
768
|
}
|
|
1062
769
|
export interface UpdateTypeRequest {
|
|
1063
770
|
apiId: string | undefined;
|
|
1064
|
-
|
|
1065
771
|
typeName: string | undefined;
|
|
1066
|
-
|
|
1067
772
|
definition?: string;
|
|
1068
|
-
|
|
1069
773
|
format: TypeDefinitionFormat | string | undefined;
|
|
1070
774
|
}
|
|
1071
775
|
export interface UpdateTypeResponse {
|
|
1072
776
|
type?: Type;
|
|
1073
777
|
}
|
|
1074
|
-
|
|
1075
778
|
export declare const LambdaAuthorizerConfigFilterSensitiveLog: (
|
|
1076
779
|
obj: LambdaAuthorizerConfig
|
|
1077
780
|
) => any;
|
|
1078
|
-
|
|
1079
781
|
export declare const OpenIDConnectConfigFilterSensitiveLog: (
|
|
1080
782
|
obj: OpenIDConnectConfig
|
|
1081
783
|
) => any;
|
|
1082
|
-
|
|
1083
784
|
export declare const CognitoUserPoolConfigFilterSensitiveLog: (
|
|
1084
785
|
obj: CognitoUserPoolConfig
|
|
1085
786
|
) => any;
|
|
1086
|
-
|
|
1087
787
|
export declare const AdditionalAuthenticationProviderFilterSensitiveLog: (
|
|
1088
788
|
obj: AdditionalAuthenticationProvider
|
|
1089
789
|
) => any;
|
|
1090
|
-
|
|
1091
790
|
export declare const ApiAssociationFilterSensitiveLog: (
|
|
1092
791
|
obj: ApiAssociation
|
|
1093
792
|
) => any;
|
|
1094
|
-
|
|
1095
793
|
export declare const ApiCacheFilterSensitiveLog: (obj: ApiCache) => any;
|
|
1096
|
-
|
|
1097
794
|
export declare const ApiKeyFilterSensitiveLog: (obj: ApiKey) => any;
|
|
1098
|
-
|
|
1099
795
|
export declare const AssociateApiRequestFilterSensitiveLog: (
|
|
1100
796
|
obj: AssociateApiRequest
|
|
1101
797
|
) => any;
|
|
1102
|
-
|
|
1103
798
|
export declare const AssociateApiResponseFilterSensitiveLog: (
|
|
1104
799
|
obj: AssociateApiResponse
|
|
1105
800
|
) => any;
|
|
1106
|
-
|
|
1107
801
|
export declare const AwsIamConfigFilterSensitiveLog: (obj: AwsIamConfig) => any;
|
|
1108
|
-
|
|
1109
802
|
export declare const AuthorizationConfigFilterSensitiveLog: (
|
|
1110
803
|
obj: AuthorizationConfig
|
|
1111
804
|
) => any;
|
|
1112
|
-
|
|
1113
805
|
export declare const CreateApiCacheRequestFilterSensitiveLog: (
|
|
1114
806
|
obj: CreateApiCacheRequest
|
|
1115
807
|
) => any;
|
|
1116
|
-
|
|
1117
808
|
export declare const CreateApiCacheResponseFilterSensitiveLog: (
|
|
1118
809
|
obj: CreateApiCacheResponse
|
|
1119
810
|
) => any;
|
|
1120
|
-
|
|
1121
811
|
export declare const CreateApiKeyRequestFilterSensitiveLog: (
|
|
1122
812
|
obj: CreateApiKeyRequest
|
|
1123
813
|
) => any;
|
|
1124
|
-
|
|
1125
814
|
export declare const CreateApiKeyResponseFilterSensitiveLog: (
|
|
1126
815
|
obj: CreateApiKeyResponse
|
|
1127
816
|
) => any;
|
|
1128
|
-
|
|
1129
817
|
export declare const DeltaSyncConfigFilterSensitiveLog: (
|
|
1130
818
|
obj: DeltaSyncConfig
|
|
1131
819
|
) => any;
|
|
1132
|
-
|
|
1133
820
|
export declare const DynamodbDataSourceConfigFilterSensitiveLog: (
|
|
1134
821
|
obj: DynamodbDataSourceConfig
|
|
1135
822
|
) => any;
|
|
1136
|
-
|
|
1137
823
|
export declare const ElasticsearchDataSourceConfigFilterSensitiveLog: (
|
|
1138
824
|
obj: ElasticsearchDataSourceConfig
|
|
1139
825
|
) => any;
|
|
1140
|
-
|
|
1141
826
|
export declare const HttpDataSourceConfigFilterSensitiveLog: (
|
|
1142
827
|
obj: HttpDataSourceConfig
|
|
1143
828
|
) => any;
|
|
1144
|
-
|
|
1145
829
|
export declare const LambdaDataSourceConfigFilterSensitiveLog: (
|
|
1146
830
|
obj: LambdaDataSourceConfig
|
|
1147
831
|
) => any;
|
|
1148
|
-
|
|
1149
832
|
export declare const OpenSearchServiceDataSourceConfigFilterSensitiveLog: (
|
|
1150
833
|
obj: OpenSearchServiceDataSourceConfig
|
|
1151
834
|
) => any;
|
|
1152
|
-
|
|
1153
835
|
export declare const RdsHttpEndpointConfigFilterSensitiveLog: (
|
|
1154
836
|
obj: RdsHttpEndpointConfig
|
|
1155
837
|
) => any;
|
|
1156
|
-
|
|
1157
838
|
export declare const RelationalDatabaseDataSourceConfigFilterSensitiveLog: (
|
|
1158
839
|
obj: RelationalDatabaseDataSourceConfig
|
|
1159
840
|
) => any;
|
|
1160
|
-
|
|
1161
841
|
export declare const CreateDataSourceRequestFilterSensitiveLog: (
|
|
1162
842
|
obj: CreateDataSourceRequest
|
|
1163
843
|
) => any;
|
|
1164
|
-
|
|
1165
844
|
export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
|
|
1166
|
-
|
|
1167
845
|
export declare const CreateDataSourceResponseFilterSensitiveLog: (
|
|
1168
846
|
obj: CreateDataSourceResponse
|
|
1169
847
|
) => any;
|
|
1170
|
-
|
|
1171
848
|
export declare const CreateDomainNameRequestFilterSensitiveLog: (
|
|
1172
849
|
obj: CreateDomainNameRequest
|
|
1173
850
|
) => any;
|
|
1174
|
-
|
|
1175
851
|
export declare const DomainNameConfigFilterSensitiveLog: (
|
|
1176
852
|
obj: DomainNameConfig
|
|
1177
853
|
) => any;
|
|
1178
|
-
|
|
1179
854
|
export declare const CreateDomainNameResponseFilterSensitiveLog: (
|
|
1180
855
|
obj: CreateDomainNameResponse
|
|
1181
856
|
) => any;
|
|
1182
|
-
|
|
1183
857
|
export declare const LambdaConflictHandlerConfigFilterSensitiveLog: (
|
|
1184
858
|
obj: LambdaConflictHandlerConfig
|
|
1185
859
|
) => any;
|
|
1186
|
-
|
|
1187
860
|
export declare const SyncConfigFilterSensitiveLog: (obj: SyncConfig) => any;
|
|
1188
|
-
|
|
1189
861
|
export declare const CreateFunctionRequestFilterSensitiveLog: (
|
|
1190
862
|
obj: CreateFunctionRequest
|
|
1191
863
|
) => any;
|
|
1192
|
-
|
|
1193
864
|
export declare const FunctionConfigurationFilterSensitiveLog: (
|
|
1194
865
|
obj: FunctionConfiguration
|
|
1195
866
|
) => any;
|
|
1196
|
-
|
|
1197
867
|
export declare const CreateFunctionResponseFilterSensitiveLog: (
|
|
1198
868
|
obj: CreateFunctionResponse
|
|
1199
869
|
) => any;
|
|
1200
|
-
|
|
1201
870
|
export declare const LogConfigFilterSensitiveLog: (obj: LogConfig) => any;
|
|
1202
|
-
|
|
1203
871
|
export declare const UserPoolConfigFilterSensitiveLog: (
|
|
1204
872
|
obj: UserPoolConfig
|
|
1205
873
|
) => any;
|
|
1206
|
-
|
|
1207
874
|
export declare const CreateGraphqlApiRequestFilterSensitiveLog: (
|
|
1208
875
|
obj: CreateGraphqlApiRequest
|
|
1209
876
|
) => any;
|
|
1210
|
-
|
|
1211
877
|
export declare const GraphqlApiFilterSensitiveLog: (obj: GraphqlApi) => any;
|
|
1212
|
-
|
|
1213
878
|
export declare const CreateGraphqlApiResponseFilterSensitiveLog: (
|
|
1214
879
|
obj: CreateGraphqlApiResponse
|
|
1215
880
|
) => any;
|
|
1216
|
-
|
|
1217
881
|
export declare const CachingConfigFilterSensitiveLog: (
|
|
1218
882
|
obj: CachingConfig
|
|
1219
883
|
) => any;
|
|
1220
|
-
|
|
1221
884
|
export declare const PipelineConfigFilterSensitiveLog: (
|
|
1222
885
|
obj: PipelineConfig
|
|
1223
886
|
) => any;
|
|
1224
|
-
|
|
1225
887
|
export declare const CreateResolverRequestFilterSensitiveLog: (
|
|
1226
888
|
obj: CreateResolverRequest
|
|
1227
889
|
) => any;
|
|
1228
|
-
|
|
1229
890
|
export declare const ResolverFilterSensitiveLog: (obj: Resolver) => any;
|
|
1230
|
-
|
|
1231
891
|
export declare const CreateResolverResponseFilterSensitiveLog: (
|
|
1232
892
|
obj: CreateResolverResponse
|
|
1233
893
|
) => any;
|
|
1234
|
-
|
|
1235
894
|
export declare const CreateTypeRequestFilterSensitiveLog: (
|
|
1236
895
|
obj: CreateTypeRequest
|
|
1237
896
|
) => any;
|
|
1238
|
-
|
|
1239
897
|
export declare const TypeFilterSensitiveLog: (obj: Type) => any;
|
|
1240
|
-
|
|
1241
898
|
export declare const CreateTypeResponseFilterSensitiveLog: (
|
|
1242
899
|
obj: CreateTypeResponse
|
|
1243
900
|
) => any;
|
|
1244
|
-
|
|
1245
901
|
export declare const DeleteApiCacheRequestFilterSensitiveLog: (
|
|
1246
902
|
obj: DeleteApiCacheRequest
|
|
1247
903
|
) => any;
|
|
1248
|
-
|
|
1249
904
|
export declare const DeleteApiCacheResponseFilterSensitiveLog: (
|
|
1250
905
|
obj: DeleteApiCacheResponse
|
|
1251
906
|
) => any;
|
|
1252
|
-
|
|
1253
907
|
export declare const DeleteApiKeyRequestFilterSensitiveLog: (
|
|
1254
908
|
obj: DeleteApiKeyRequest
|
|
1255
909
|
) => any;
|
|
1256
|
-
|
|
1257
910
|
export declare const DeleteApiKeyResponseFilterSensitiveLog: (
|
|
1258
911
|
obj: DeleteApiKeyResponse
|
|
1259
912
|
) => any;
|
|
1260
|
-
|
|
1261
913
|
export declare const DeleteDataSourceRequestFilterSensitiveLog: (
|
|
1262
914
|
obj: DeleteDataSourceRequest
|
|
1263
915
|
) => any;
|
|
1264
|
-
|
|
1265
916
|
export declare const DeleteDataSourceResponseFilterSensitiveLog: (
|
|
1266
917
|
obj: DeleteDataSourceResponse
|
|
1267
918
|
) => any;
|
|
1268
|
-
|
|
1269
919
|
export declare const DeleteDomainNameRequestFilterSensitiveLog: (
|
|
1270
920
|
obj: DeleteDomainNameRequest
|
|
1271
921
|
) => any;
|
|
1272
|
-
|
|
1273
922
|
export declare const DeleteDomainNameResponseFilterSensitiveLog: (
|
|
1274
923
|
obj: DeleteDomainNameResponse
|
|
1275
924
|
) => any;
|
|
1276
|
-
|
|
1277
925
|
export declare const DeleteFunctionRequestFilterSensitiveLog: (
|
|
1278
926
|
obj: DeleteFunctionRequest
|
|
1279
927
|
) => any;
|
|
1280
|
-
|
|
1281
928
|
export declare const DeleteFunctionResponseFilterSensitiveLog: (
|
|
1282
929
|
obj: DeleteFunctionResponse
|
|
1283
930
|
) => any;
|
|
1284
|
-
|
|
1285
931
|
export declare const DeleteGraphqlApiRequestFilterSensitiveLog: (
|
|
1286
932
|
obj: DeleteGraphqlApiRequest
|
|
1287
933
|
) => any;
|
|
1288
|
-
|
|
1289
934
|
export declare const DeleteGraphqlApiResponseFilterSensitiveLog: (
|
|
1290
935
|
obj: DeleteGraphqlApiResponse
|
|
1291
936
|
) => any;
|
|
1292
|
-
|
|
1293
937
|
export declare const DeleteResolverRequestFilterSensitiveLog: (
|
|
1294
938
|
obj: DeleteResolverRequest
|
|
1295
939
|
) => any;
|
|
1296
|
-
|
|
1297
940
|
export declare const DeleteResolverResponseFilterSensitiveLog: (
|
|
1298
941
|
obj: DeleteResolverResponse
|
|
1299
942
|
) => any;
|
|
1300
|
-
|
|
1301
943
|
export declare const DeleteTypeRequestFilterSensitiveLog: (
|
|
1302
944
|
obj: DeleteTypeRequest
|
|
1303
945
|
) => any;
|
|
1304
|
-
|
|
1305
946
|
export declare const DeleteTypeResponseFilterSensitiveLog: (
|
|
1306
947
|
obj: DeleteTypeResponse
|
|
1307
948
|
) => any;
|
|
1308
|
-
|
|
1309
949
|
export declare const DisassociateApiRequestFilterSensitiveLog: (
|
|
1310
950
|
obj: DisassociateApiRequest
|
|
1311
951
|
) => any;
|
|
1312
|
-
|
|
1313
952
|
export declare const DisassociateApiResponseFilterSensitiveLog: (
|
|
1314
953
|
obj: DisassociateApiResponse
|
|
1315
954
|
) => any;
|
|
1316
|
-
|
|
1317
955
|
export declare const EvaluateMappingTemplateRequestFilterSensitiveLog: (
|
|
1318
956
|
obj: EvaluateMappingTemplateRequest
|
|
1319
957
|
) => any;
|
|
1320
|
-
|
|
1321
958
|
export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
|
|
1322
|
-
|
|
1323
959
|
export declare const EvaluateMappingTemplateResponseFilterSensitiveLog: (
|
|
1324
960
|
obj: EvaluateMappingTemplateResponse
|
|
1325
961
|
) => any;
|
|
1326
|
-
|
|
1327
962
|
export declare const FlushApiCacheRequestFilterSensitiveLog: (
|
|
1328
963
|
obj: FlushApiCacheRequest
|
|
1329
964
|
) => any;
|
|
1330
|
-
|
|
1331
965
|
export declare const FlushApiCacheResponseFilterSensitiveLog: (
|
|
1332
966
|
obj: FlushApiCacheResponse
|
|
1333
967
|
) => any;
|
|
1334
|
-
|
|
1335
968
|
export declare const GetApiAssociationRequestFilterSensitiveLog: (
|
|
1336
969
|
obj: GetApiAssociationRequest
|
|
1337
970
|
) => any;
|
|
1338
|
-
|
|
1339
971
|
export declare const GetApiAssociationResponseFilterSensitiveLog: (
|
|
1340
972
|
obj: GetApiAssociationResponse
|
|
1341
973
|
) => any;
|
|
1342
|
-
|
|
1343
974
|
export declare const GetApiCacheRequestFilterSensitiveLog: (
|
|
1344
975
|
obj: GetApiCacheRequest
|
|
1345
976
|
) => any;
|
|
1346
|
-
|
|
1347
977
|
export declare const GetApiCacheResponseFilterSensitiveLog: (
|
|
1348
978
|
obj: GetApiCacheResponse
|
|
1349
979
|
) => any;
|
|
1350
|
-
|
|
1351
980
|
export declare const GetDataSourceRequestFilterSensitiveLog: (
|
|
1352
981
|
obj: GetDataSourceRequest
|
|
1353
982
|
) => any;
|
|
1354
|
-
|
|
1355
983
|
export declare const GetDataSourceResponseFilterSensitiveLog: (
|
|
1356
984
|
obj: GetDataSourceResponse
|
|
1357
985
|
) => any;
|
|
1358
|
-
|
|
1359
986
|
export declare const GetDomainNameRequestFilterSensitiveLog: (
|
|
1360
987
|
obj: GetDomainNameRequest
|
|
1361
988
|
) => any;
|
|
1362
|
-
|
|
1363
989
|
export declare const GetDomainNameResponseFilterSensitiveLog: (
|
|
1364
990
|
obj: GetDomainNameResponse
|
|
1365
991
|
) => any;
|
|
1366
|
-
|
|
1367
992
|
export declare const GetFunctionRequestFilterSensitiveLog: (
|
|
1368
993
|
obj: GetFunctionRequest
|
|
1369
994
|
) => any;
|
|
1370
|
-
|
|
1371
995
|
export declare const GetFunctionResponseFilterSensitiveLog: (
|
|
1372
996
|
obj: GetFunctionResponse
|
|
1373
997
|
) => any;
|
|
1374
|
-
|
|
1375
998
|
export declare const GetGraphqlApiRequestFilterSensitiveLog: (
|
|
1376
999
|
obj: GetGraphqlApiRequest
|
|
1377
1000
|
) => any;
|
|
1378
|
-
|
|
1379
1001
|
export declare const GetGraphqlApiResponseFilterSensitiveLog: (
|
|
1380
1002
|
obj: GetGraphqlApiResponse
|
|
1381
1003
|
) => any;
|
|
1382
|
-
|
|
1383
1004
|
export declare const GetIntrospectionSchemaRequestFilterSensitiveLog: (
|
|
1384
1005
|
obj: GetIntrospectionSchemaRequest
|
|
1385
1006
|
) => any;
|
|
1386
|
-
|
|
1387
1007
|
export declare const GetIntrospectionSchemaResponseFilterSensitiveLog: (
|
|
1388
1008
|
obj: GetIntrospectionSchemaResponse
|
|
1389
1009
|
) => any;
|
|
1390
|
-
|
|
1391
1010
|
export declare const GetResolverRequestFilterSensitiveLog: (
|
|
1392
1011
|
obj: GetResolverRequest
|
|
1393
1012
|
) => any;
|
|
1394
|
-
|
|
1395
1013
|
export declare const GetResolverResponseFilterSensitiveLog: (
|
|
1396
1014
|
obj: GetResolverResponse
|
|
1397
1015
|
) => any;
|
|
1398
|
-
|
|
1399
1016
|
export declare const GetSchemaCreationStatusRequestFilterSensitiveLog: (
|
|
1400
1017
|
obj: GetSchemaCreationStatusRequest
|
|
1401
1018
|
) => any;
|
|
1402
|
-
|
|
1403
1019
|
export declare const GetSchemaCreationStatusResponseFilterSensitiveLog: (
|
|
1404
1020
|
obj: GetSchemaCreationStatusResponse
|
|
1405
1021
|
) => any;
|
|
1406
|
-
|
|
1407
1022
|
export declare const GetTypeRequestFilterSensitiveLog: (
|
|
1408
1023
|
obj: GetTypeRequest
|
|
1409
1024
|
) => any;
|
|
1410
|
-
|
|
1411
1025
|
export declare const GetTypeResponseFilterSensitiveLog: (
|
|
1412
1026
|
obj: GetTypeResponse
|
|
1413
1027
|
) => any;
|
|
1414
|
-
|
|
1415
1028
|
export declare const ListApiKeysRequestFilterSensitiveLog: (
|
|
1416
1029
|
obj: ListApiKeysRequest
|
|
1417
1030
|
) => any;
|
|
1418
|
-
|
|
1419
1031
|
export declare const ListApiKeysResponseFilterSensitiveLog: (
|
|
1420
1032
|
obj: ListApiKeysResponse
|
|
1421
1033
|
) => any;
|
|
1422
|
-
|
|
1423
1034
|
export declare const ListDataSourcesRequestFilterSensitiveLog: (
|
|
1424
1035
|
obj: ListDataSourcesRequest
|
|
1425
1036
|
) => any;
|
|
1426
|
-
|
|
1427
1037
|
export declare const ListDataSourcesResponseFilterSensitiveLog: (
|
|
1428
1038
|
obj: ListDataSourcesResponse
|
|
1429
1039
|
) => any;
|
|
1430
|
-
|
|
1431
1040
|
export declare const ListDomainNamesRequestFilterSensitiveLog: (
|
|
1432
1041
|
obj: ListDomainNamesRequest
|
|
1433
1042
|
) => any;
|
|
1434
|
-
|
|
1435
1043
|
export declare const ListDomainNamesResponseFilterSensitiveLog: (
|
|
1436
1044
|
obj: ListDomainNamesResponse
|
|
1437
1045
|
) => any;
|
|
1438
|
-
|
|
1439
1046
|
export declare const ListFunctionsRequestFilterSensitiveLog: (
|
|
1440
1047
|
obj: ListFunctionsRequest
|
|
1441
1048
|
) => any;
|
|
1442
|
-
|
|
1443
1049
|
export declare const ListFunctionsResponseFilterSensitiveLog: (
|
|
1444
1050
|
obj: ListFunctionsResponse
|
|
1445
1051
|
) => any;
|
|
1446
|
-
|
|
1447
1052
|
export declare const ListGraphqlApisRequestFilterSensitiveLog: (
|
|
1448
1053
|
obj: ListGraphqlApisRequest
|
|
1449
1054
|
) => any;
|
|
1450
|
-
|
|
1451
1055
|
export declare const ListGraphqlApisResponseFilterSensitiveLog: (
|
|
1452
1056
|
obj: ListGraphqlApisResponse
|
|
1453
1057
|
) => any;
|
|
1454
|
-
|
|
1455
1058
|
export declare const ListResolversRequestFilterSensitiveLog: (
|
|
1456
1059
|
obj: ListResolversRequest
|
|
1457
1060
|
) => any;
|
|
1458
|
-
|
|
1459
1061
|
export declare const ListResolversResponseFilterSensitiveLog: (
|
|
1460
1062
|
obj: ListResolversResponse
|
|
1461
1063
|
) => any;
|
|
1462
|
-
|
|
1463
1064
|
export declare const ListResolversByFunctionRequestFilterSensitiveLog: (
|
|
1464
1065
|
obj: ListResolversByFunctionRequest
|
|
1465
1066
|
) => any;
|
|
1466
|
-
|
|
1467
1067
|
export declare const ListResolversByFunctionResponseFilterSensitiveLog: (
|
|
1468
1068
|
obj: ListResolversByFunctionResponse
|
|
1469
1069
|
) => any;
|
|
1470
|
-
|
|
1471
1070
|
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1472
1071
|
obj: ListTagsForResourceRequest
|
|
1473
1072
|
) => any;
|
|
1474
|
-
|
|
1475
1073
|
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1476
1074
|
obj: ListTagsForResourceResponse
|
|
1477
1075
|
) => any;
|
|
1478
|
-
|
|
1479
1076
|
export declare const ListTypesRequestFilterSensitiveLog: (
|
|
1480
1077
|
obj: ListTypesRequest
|
|
1481
1078
|
) => any;
|
|
1482
|
-
|
|
1483
1079
|
export declare const ListTypesResponseFilterSensitiveLog: (
|
|
1484
1080
|
obj: ListTypesResponse
|
|
1485
1081
|
) => any;
|
|
1486
|
-
|
|
1487
1082
|
export declare const StartSchemaCreationRequestFilterSensitiveLog: (
|
|
1488
1083
|
obj: StartSchemaCreationRequest
|
|
1489
1084
|
) => any;
|
|
1490
|
-
|
|
1491
1085
|
export declare const StartSchemaCreationResponseFilterSensitiveLog: (
|
|
1492
1086
|
obj: StartSchemaCreationResponse
|
|
1493
1087
|
) => any;
|
|
1494
|
-
|
|
1495
1088
|
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1496
1089
|
obj: TagResourceRequest
|
|
1497
1090
|
) => any;
|
|
1498
|
-
|
|
1499
1091
|
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1500
1092
|
obj: TagResourceResponse
|
|
1501
1093
|
) => any;
|
|
1502
|
-
|
|
1503
1094
|
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1504
1095
|
obj: UntagResourceRequest
|
|
1505
1096
|
) => any;
|
|
1506
|
-
|
|
1507
1097
|
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1508
1098
|
obj: UntagResourceResponse
|
|
1509
1099
|
) => any;
|
|
1510
|
-
|
|
1511
1100
|
export declare const UpdateApiCacheRequestFilterSensitiveLog: (
|
|
1512
1101
|
obj: UpdateApiCacheRequest
|
|
1513
1102
|
) => any;
|
|
1514
|
-
|
|
1515
1103
|
export declare const UpdateApiCacheResponseFilterSensitiveLog: (
|
|
1516
1104
|
obj: UpdateApiCacheResponse
|
|
1517
1105
|
) => any;
|
|
1518
|
-
|
|
1519
1106
|
export declare const UpdateApiKeyRequestFilterSensitiveLog: (
|
|
1520
1107
|
obj: UpdateApiKeyRequest
|
|
1521
1108
|
) => any;
|
|
1522
|
-
|
|
1523
1109
|
export declare const UpdateApiKeyResponseFilterSensitiveLog: (
|
|
1524
1110
|
obj: UpdateApiKeyResponse
|
|
1525
1111
|
) => any;
|
|
1526
|
-
|
|
1527
1112
|
export declare const UpdateDataSourceRequestFilterSensitiveLog: (
|
|
1528
1113
|
obj: UpdateDataSourceRequest
|
|
1529
1114
|
) => any;
|
|
1530
|
-
|
|
1531
1115
|
export declare const UpdateDataSourceResponseFilterSensitiveLog: (
|
|
1532
1116
|
obj: UpdateDataSourceResponse
|
|
1533
1117
|
) => any;
|
|
1534
|
-
|
|
1535
1118
|
export declare const UpdateDomainNameRequestFilterSensitiveLog: (
|
|
1536
1119
|
obj: UpdateDomainNameRequest
|
|
1537
1120
|
) => any;
|
|
1538
|
-
|
|
1539
1121
|
export declare const UpdateDomainNameResponseFilterSensitiveLog: (
|
|
1540
1122
|
obj: UpdateDomainNameResponse
|
|
1541
1123
|
) => any;
|
|
1542
|
-
|
|
1543
1124
|
export declare const UpdateFunctionRequestFilterSensitiveLog: (
|
|
1544
1125
|
obj: UpdateFunctionRequest
|
|
1545
1126
|
) => any;
|
|
1546
|
-
|
|
1547
1127
|
export declare const UpdateFunctionResponseFilterSensitiveLog: (
|
|
1548
1128
|
obj: UpdateFunctionResponse
|
|
1549
1129
|
) => any;
|
|
1550
|
-
|
|
1551
1130
|
export declare const UpdateGraphqlApiRequestFilterSensitiveLog: (
|
|
1552
1131
|
obj: UpdateGraphqlApiRequest
|
|
1553
1132
|
) => any;
|
|
1554
|
-
|
|
1555
1133
|
export declare const UpdateGraphqlApiResponseFilterSensitiveLog: (
|
|
1556
1134
|
obj: UpdateGraphqlApiResponse
|
|
1557
1135
|
) => any;
|
|
1558
|
-
|
|
1559
1136
|
export declare const UpdateResolverRequestFilterSensitiveLog: (
|
|
1560
1137
|
obj: UpdateResolverRequest
|
|
1561
1138
|
) => any;
|
|
1562
|
-
|
|
1563
1139
|
export declare const UpdateResolverResponseFilterSensitiveLog: (
|
|
1564
1140
|
obj: UpdateResolverResponse
|
|
1565
1141
|
) => any;
|
|
1566
|
-
|
|
1567
1142
|
export declare const UpdateTypeRequestFilterSensitiveLog: (
|
|
1568
1143
|
obj: UpdateTypeRequest
|
|
1569
1144
|
) => any;
|
|
1570
|
-
|
|
1571
1145
|
export declare const UpdateTypeResponseFilterSensitiveLog: (
|
|
1572
1146
|
obj: UpdateTypeResponse
|
|
1573
1147
|
) => any;
|