@aws-sdk/client-appsync 3.169.0 → 3.171.0

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